Post Reply 
Programming for Dummie
Author Message
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #1
Programming for Dummie
Heyyou here are some simple programming for your simple brain Dotdotdot «-- your brain Madwin
Here is how you make a simple Visual Basic talk source
Dim Message, Speak
Message=InputBox("Enter In Text geardeath,"Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
save it as .vbs
Boom Play around with it Ill post more later once I have enough pateince for your simple minds.
Burning

~Im not crazy just insane:Me Specky
(This post was last modified: 05/09/2013 11:05 AM by geardeath.)
05/09/2013 11:03 AM
Find all posts by this user Quote this message in a reply
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #2
RE: Programming for Dummie
Hahahaha need help post it down heir slow poke don't worry I love you Hiding_something
not

~Im not crazy just insane:Me Specky
(This post was last modified: 05/09/2013 11:06 AM by geardeath.)
05/09/2013 11:05 AM
Find all posts by this user Quote this message in a reply
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #3
RE: Programming for Dummie
Here is some thing else you [/size]do with your computer
1.) go to note pad and enter in this code:
Dim speaks, speech
speaks="Welcome to your PC, Idiot"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
(you can change idiot to your fake name if you would like)
then save it as .vbs
2.) go to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
and put it in their

Now your computer says your name once you open up your computer.

~Im not crazy just insane:Me Specky
05/09/2013 12:33 PM
Find all posts by this user Quote this message in a reply
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #4
RE: Programming for Dummie
I will do Linux programming some time soon.

~Im not crazy just insane:Me Specky
05/09/2013 12:34 PM
Find all posts by this user Quote this message in a reply
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #5
RE: Programming for Dummie
Now time for another neat trick
1.) Open note pad
2.) save as Idiot.LOG
3.) Open up the file and type something and hit enter.
4.) Tadah it enters in the Day and time

~Im not crazy just insane:Me Specky
05/09/2013 12:36 PM
Find all posts by this user Quote this message in a reply
derp
Neophitic Presence

Posts: 1.4600
Threads: 0
Joined: 5th Sep 2013
Reputation: 0
E-Pigs: 0.5358
Offline
Post: #6
RE: Programming for Dummie
YaY thanks can you post more please?
05/09/2013 12:55 PM
Find all posts by this user Quote this message in a reply
geardeath
Paradigmatic Apprentice

Posts: 47.3259
Threads: 7
Joined: 5th Sep 2013
Reputation: -1.36544
E-Pigs: 1.9719
Offline
Post: #7
RE: Programming for Dummie
Ok I will.

~Im not crazy just insane:Me Specky
05/09/2013 12:56 PM
Find all posts by this user Quote this message in a reply
Grey Ghost
Still kicking!
Fractal Insanity

Posts: 3,996.1377
Threads: 112
Joined: 26th May 2009
Reputation: -5.01013
E-Pigs: 161.5986
Offline
Post: #8
RE: Programming for Dummie
What's going on in here
05/09/2013 01:57 PM
Find all posts by this user Quote this message in a reply
Joom
WOOP
Worlds End

Posts: 4,206.7320
Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
Offline
Post: #9
RE: Programming for Dummie

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

if [ "$(id -u)" != "0" ]; then
   echo "This script must be ran as root." 1>&2
   exit 1
fi

data=$(yad --title "Drive Wiper" --form --field "Drive to Wipe")
drive=$(echo $data | awk 'BEGIN {FS="|" } { print $1 }')

if [ -z "$data" ]; then
   exit
fi

xterm dd if=/dev/urandom of=$drive bs=1M
exit


[Image: k3ghjyg.png]

This thread needs some real programming. Got bored so here. Simple bash script that wipes whatever drive the user inputs. Uses yad for a GUI. xterm can be swapped out for whichever emulator you use.

(This post was last modified: 05/09/2013 02:13 PM by Joom.)
05/09/2013 02:03 PM
Find all posts by this user Quote this message in a reply
voyager9
Paradigmatic Entity

Posts: 208.1865
Threads: 8
Joined: 18th Feb 2012
Reputation: 1.36544
E-Pigs: 7.6542
Offline
Post: #10
RE: Programming for Dummie
(05/09/2013 11:03 AM)geardeath Wrote:  Heyyou here are some simple programming for your simple brain
Hey uhhh did I do something wrong? :3

[Image: 992VHWf.jpg]

Shhh I'm not here!
[Image: rv19StO.gif]

[Image: iWcJg3i.gif]
05/09/2013 02:43 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: