Advertisement
Gwill

Untitled

Feb 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Option Explicit
  2. Dim objShell, Racey, intCount
  3. Set objShell = CreateObject("WScript.Shell")
  4. objShell.Run "notepad"
  5. Wscript.Sleep 1500
  6. Racey = 1000
  7. intCount=0
  8.  
  9. Do While intCount < 100000000
  10. objShell.SendKeys "!777"
  11. objShell.SendKeys "{ENTER}"
  12. objShell.SendKeys "!boton"
  13. objShell.SendKeys "{ENTER}"
  14. objShell.SendKeys "!exp"
  15. objShell.SendKeys "{ENTER}"
  16. objShell.SendKeys "!atacar"
  17. objShell.SendKeys "{ENTER}"
  18. Wscript.Sleep 10000
  19. intCount = intCount + 1
  20. Racey = Racey - 100
  21. Loop
  22. WScript.Quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement