Endless Paradigm

Full Version: Programming for Dummie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
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
Hahahaha need help post it down heir slow poke don't worry I love you Hiding_something
not
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.
I will do Linux programming some time soon.
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
YaY thanks can you post more please?
Ok I will.
What's going on in here

Code:
#!/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.

geardeath Wrote: [ -> ]Heyyou here are some simple programming for your simple brain
Hey uhhh did I do something wrong? :3

[Image: 992VHWf.jpg]
Pages: 1 2 3 4
Reference URL's