Advertisement
Guest User

Untitled

a guest
Oct 11th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. @echo off
  2. title Matrix Beta:Scan
  3. cls
  4. echo Scanning...
  5. PING -n 10 127.0.0.1>nul
  6. tasklist /nh /fi "imagename eq RobloxPlayerBeta.exe" | find /i "RobloxPlayerBeta.exe" > nul && (
  7. goto Scanfinish
  8. ) || (
  9. goto Error
  10. ):Scanfinish
  11. cls
  12. echo Scan complete!
  13. echo Connecting to ROBLOX...
  14. PING -n 6 127.0.0.1>nul
  15. echo Connected!
  16. PING -n 3.5 127.0.0.1>nul
  17. goto Name:Error
  18. cls
  19. echo Error
  20. PING -n 3.5 127.0.0.1>nul
  21. exit:Name
  22. cls
  23. echo Whats your username?
  24. echo We're going to scan your humanoid!
  25. echo.
  26. set /p name=Username:
  27. echo Hello %name%
  28. echo Checking information... PING -n 5 127.0.0.1>nul
  29. goto Exploit:Exploit
  30. cls
  31. echo Welcome to Matrix Beta!
  32. PING -n 5 127.0.0.1>nul
  33. echo Please enter your password!
  34. PING -n 3 127.0.0.1>nul
  35. set /p pass=Password:
  36. if %pass% == kekjkut goto Exploit1
  37. if %pass% == Doritos goto Exploit1
  38. if not %pass% == kekjkut goto exit
  39. if not %pass% == Doritos goto exit:Exploit1
  40. cls
  41. echo Hello %pass%!
  42. echo Type "cmds" for commands!
  43. set /p cmd=Command:
  44. if %cmd% == cmds goto Commands
  45. if not %cmd% == cmds goto Execute:Commands
  46. cls
  47. echo ws [p] [n]
  48. echo fire [p] [r] [b] [g]
  49. echo nofire [p]
  50. echo fly [p]
  51. echo unfly [p]
  52. echo noclip [p]
  53. echo clip [p]
  54. echo freeze [p]
  55. echo thaw [p]
  56. echo god [p]
  57. echo ungod [p]
  58. pause
  59. goto Exploit1:Execute
  60. cls
  61. echo Running command...
  62. PING -n 3.5 127.0.0.1>nul
  63. echo Finished! PING -n 3.5 127.0.0.1>nul
  64. taskkill /IM /F "RobloxPlayerBeta.exe"
  65. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement