Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. open notepad and type this:
  2.  
  3. Set wshShell =wscript.CreateObject("WScript.Shell")
  4. do
  5. wscript.sleep 10000
  6. wshshell.sendkeys "P"
  7. loop
  8.  
  9. then save as antikick.vbs
  10. turn off antivirus because it is considered as threat (it can control your keyboard)
  11.  
  12. on a wscript.sleep part there is value 10000. 1 second = value 1000
  13. you can change it to any number but remember that 1 second = 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement