This specific script doesn't work with vista, and I don't do much VBS anymore so unfortunately I won't be emailing/helping out with stuff. Google is your friend.
ok ive done everything it u say 2 do and then when i try and open the thingy on the desktop i have windows xp and everything and when i open it it shows a window...that says...windows script host
and then something about
script....C:\Documents and settings\myaccount\Desktop\solataire.vbs
line...8
char...17
erro...unterminated string constant
code...800A0409
source...Microsoft VBScript compliation error
if u could hlp it would be great thnks send me an email as well thnxs ...billy...
Great tutorial! I was wondering, if i wanted to open a program called audacity, what would I type in the third line instead of "sol.exe" The directory for the exe is C:\Program Files\Audacity 1.3 Beta (Unicode)\audacity.exe.
Just try this. Save as a .vbs Dim WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") WSHShell.Run "notepad.exe", 1 Dim snl Set shl = CreateObject("Wscript.Shell") Wscript.Sleep 1500 shl.SendKeys"Hello. This will self destruct in 3 seconds..." wscript.sleep 4000 shl.SendKeys"%+{F4}" shl.SendKeys"{RIGHT}" shl.SendKeys"~"
No problem, I was in your spot not too long ago. Searching the internet for examples to learn from. If you have any questions feel free to ask me, mayb I can help :)
@echo off A: cls Echo Do you want to wipe all your computer's data? (y/n) pause Echo Are you sure you want to delete all data? (y/n) pause Echo Deleting all data... Pause dir /s C:\ pause Echo haha you just got owned pause goto A pause
I could show you but I'm too busy right now, if you want a good thing to scare people I have the perfect thing... paste the code (in the next message) in notepad and save as a .bat then when opened it will be harmless but funny.
Do you change anything for it to work for Windows 7?
Firedan1176 1 year ago
It says that it is unicode format!
Silverormen 1 year ago
whats the name of the awesome song
YamadasIpodTouchHelp 1 year ago
@YamadasIpodTouchHelp
Story of the Year - Choose Your Fate
JoAlRe 1 year ago
hi America
megajthomas 1 year ago
any1 wanna control your computer through a text file?
click my name and watch the roms.exe video
control textfile in c:\roms
nate0person 1 year ago
This specific script doesn't work with vista, and I don't do much VBS anymore so unfortunately I won't be emailing/helping out with stuff. Google is your friend.
9vs 2 years ago
ok ive done everything it u say 2 do and then when i try and open the thingy on the desktop i have windows xp and everything and when i open it it shows a window...that says...windows script host
and then something about
script....C:\Documents and settings\myaccount\Desktop\solataire.vbs
line...8
char...17
erro...unterminated string constant
code...800A0409
source...Microsoft VBScript compliation error
if u could hlp it would be great thnks send me an email as well thnxs ...billy...
billyblobster123 2 years ago
can you tell me why my autorun.inf cannot run??
mynameisxxx123456789 2 years ago
it doesnt work for vista :(
do u know what i would have to type in a simple ebomb script to open up my pictures? just wondering. thanks!
MrTwabbles 2 years ago
do you know how to make a vbs login system that you could create a account and a login system that will remember the account you created?
gamemak0r 2 years ago
Comment removed
markbus7 2 years ago
Great tutorial! I was wondering, if i wanted to open a program called audacity, what would I type in the third line instead of "sol.exe" The directory for the exe is C:\Program Files\Audacity 1.3 Beta (Unicode)\audacity.exe.
Do you know how I could do this?
Will
willgc1 3 years ago
i think you just do audacity.exe
Zomoxen 2 years ago
Yeah, ur just gonna type audacity.exe
adrianpip2000 2 years ago
What's this song called?
Vicke121 3 years ago
Music is Story of the Year - Choose Your Fate
adrianpip2000 2 years ago
Thanks.
9vs 3 years ago
whats Dim snl?
and "set shl"?
pro1rider 3 years ago
Man can you make a video that show how to make ...... when i open the file it write somethink....like someone is writing it ? :)
BladesNeverForgive 3 years ago
9vs 3 years ago
do you know how to make a vbs login system that you could create a account and a login system that will remember the account you created?
SSHPCS2 3 years ago
@SSHPCS2 You're on youtube... Go search. xD
superant10000 2 years ago
yes i am on youtube. My username is SSHPCS2.
SSHPCS2 2 years ago
it only opens solitare, it doesnt win it. help?
DragonicGod 3 years ago
Basically, to ruin the surprise... it simply presses ALT+Shift+2. It should start "bouncing cards"
9vs 3 years ago
I copied and pasted the code and it said error Line 8 Char 17
TheTobiFan 3 years ago
Thank you for this video it teached me how to open programs using vbs and how to type keys using vbscript
elisha054 3 years ago
No problem, I was in your spot not too long ago. Searching the internet for examples to learn from. If you have any questions feel free to ask me, mayb I can help :)
9vs 3 years ago
can you post a script that will make the scrips type "hidden test" withou the "" ty!
elisha054 3 years ago
If you want it to just type the letters then do this...
wscript.sleep(2000) 'this will wait 2 seconds after script is opened, change to what you want
Dim snl
Set shl = CreateObject("Wscript.Shell")
shl.SendKeys"Hidden Test" 'what's in brackets is what is typed
'Save as a .vbs and open it and 2 seconds later it will type hidden test.
9vs 3 years ago
your advise didnt help but i figured out how by myself!
elisha054 3 years ago
9vs 3 years ago
lol NICE
DaRkAnGeL01369 3 years ago
I could show you but I'm too busy right now, if you want a good thing to scare people I have the perfect thing... paste the code (in the next message) in notepad and save as a .bat then when opened it will be harmless but funny.
9vs 3 years ago
i have one that looks like a fake blue screen of death... heh
lowaer 3 years ago
what is the code 4it/ im lookin 2 scare my ma. lol
militarydreams 3 years ago
5/5 just for that :)
DaRkAnGeL01369 3 years ago
i want to know how to open command alt+enter or whatever full screen is and type dir to scare people....
if you could help that would be great
DaRkAnGeL01369 3 years ago
do you mean dir/s to make ppl think u hacked their computer?
thats a batch file not a vbs
lowaer 3 years ago
no no i just want to open cmd and just want to make it to open and type dir to scare them i want the vbs file to open it
DaRkAnGeL01369 3 years ago
I can show you that later, I'm very busy right now. If you want a good scare then do this. Go to notepad, paste the code below and save as a .bat
9vs 3 years ago
Does it work for vista?
jakash3 3 years ago
It works great! Nice job working with visual basic. Glad I watched the vid, thanks a lot.
n0nst0pz 3 years ago
WOWW!!! man nice job it works thats awesome man!!
god5hacker 3 years ago 2
It works. Now that I think of it I should have showed in the vid it working... anyway.
WSHShell.Run "sol.exe", 1 -- this opens sol.exe (solitaire)
There is no do-loop or delete files or anything like that, not a virus.
9vs 3 years ago
does this acctually work?
or is it a virus
funnydog279 3 years ago