to put code on here and tell people to copy and paste the code into notepad and save this as temp.vbs
set obShell = createObject("Wscript.Shell")
i = 0
while (i < 20)
obshell.run "%windir%\system32\rundll32.exe user32.dll SetCursorPos 10,10 "
obshell.run "%windir%\system32\rundll32.exe kernel32.dll Sleep 100"
obshell.run "%windir%\system32\rundll32.exe user32.dll SetCursorPos 12,11 "
obshell.run "%windir%\system32\rundll32.exe kernel32.dll Sleep 100"
obshell.run "%windir%\system32\rundll32.exe user32.dll SetCursorPos 13,12 "
obshell.run "%windir%\system32\rundll32.exe kernel32.dll Sleep 100"
obshell.run "%windir%\system32\rundll32.exe user32.dll SetCursorPos 14,13 "
obshell.run "%windir%\system32\rundll32.exe kernel32.dll Sleep 100"
obshell.run "%windir%\system32\rundll32.exe user32.dll SetCursorPos 15,14 "
obshell.run "%windir%\system32\rundll32.exe kernel32.dll Sleep 100"
wend
Dont do that you have been warned
2006-12-11
08:59:27
·
13 answers
·
asked by
TheArtistFormalyKnowAsSlavemaker
1
in
Entertainment & Music
➔ Polls & Surveys
then double click the file and run it
2006-12-11
09:00:56 ·
update #1