Advertisement
Guest User

f

a guest
Feb 3rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. @echo off
  2. mode con: cols=50 lines=40
  3. title
  4. echo CinemaSins v1 checking if ROBLOX is online...
  5. echo Press Any key to continue..
  6. tasklist /nh /fi "imagename eq RobloxPlayerBeta.exe" | find /i "RobloxPlayerBeta.exe" >nul && (
  7. echo .
  8. pause>nul
  9. ) || (
  10. echo Roblox is not running go on a roblox game and restart the program...
  11. pause>nul
  12. exit
  13. )
  14. pause>nul
  15. title Login
  16. color 82
  17. :menu
  18. echo Welcome ! Please Login To Use !
  19. echo ======================================
  20. echo =   CinemaSins v1 by CinemaSins  =
  21. echo ======================================
  22. echo.
  23. set /p login=Username:
  24.  
  25. if %login% == Admin goto password
  26. if not %login% == PHP goto password
  27. :password
  28. echo.
  29. set /p pass=Password:
  30.  
  31. if %pass% == test goto success
  32. if not %pass% == test goto incorrect
  33. :incorrect
  34. echo Will now close
  35. taskkill Destiny v1.bat
  36. :exit
  37. exit
  38. :success
  39.  
  40.  
  41. title CinemaSins v1 By CinemaSins
  42. color 82
  43. echo Authenticating...
  44. PING -n 2 127.0.0.1>nul
  45. PING -n 2 127.0.0.1>nul
  46. PING -n 2 127.0.0.1>nul
  47. PING -n 2 127.0.0.1>nul
  48. PING -n 2 127.0.0.1>nul
  49. echo Done Have Fun
  50. PING -n 1 127.0.0.1>nul
  51. echo Connected
  52. PING -n 2 127.0.0.1>nul
  53. echo Base 400000
  54. :refresh
  55. echo Loading 32cmds....
  56. PING -n 5 127.0.0.1>nul
  57. PING -n 2 127.0.0.1>nul
  58. PING -n 2 127.0.0.1>nul
  59. echo CinemaSins v1 has loaded
  60. echo type cmds if u need to see cmds
  61. :start
  62. :scripts
  63. set /p cmd=
  64. if %cmd%==cmds goto cmds
  65. if %cmd%==clear cls
  66. if %cmd%==btools goto start
  67. if %cmd%==ff goto start
  68. if %cmd%==fire goto start
  69. if %cmd%==sparkles goto start
  70. if %cmd%==superjump goto
  71. if %cmd%== goto start
  72. if %cmd%==noclip goto start
  73. if %cmd%==control goto start
  74. if %cmd%==punish goto start
  75. if %cmd%==clear goto clear
  76. if %cmd%==Exit goto incorrect
  77. if %cmd%==refresh goto refresh
  78. if %cmd%==script goto script
  79. if %cmd%==shutdown goto shutdown
  80. start
  81. if %cmd%==exit exit
  82. if errorlevel==1 goto error
  83. goto start
  84.  
  85. :cmds
  86. PING -n 2 127.0.0.1>nul
  87. echo sgod [plr]
  88. echo btools [plr]
  89. echo sjump [plr]
  90. echo jump [n] [plr]
  91. echo speed [n] [plr]
  92. echo sspeed [plr]
  93. echo fly [plr]
  94. echo ff [plr]
  95. echo unff [plr]
  96. echo kill [plr]
  97. echo kick [plr]
  98. echo freeze [plr]
  99. echo unfreeze [plr]
  100. echo explode [plr]
  101. echo lexplode [plr]
  102. echo teleportto [plr]
  103. echo telepot [X,Y,Z]
  104. echo sparkles [plr]
  105. echo unsparkles [plr]
  106. echo fire [plr]
  107. echo unfire [plr]
  108. echo noclip [plr]
  109. echo unnoclip [plr]
  110. echo loopkill [plr]
  111. echo spamc [message]
  112. echo unloopkill [plr]
  113. echo trip [plr]
  114. echo invisable [plr]
  115. echo visable [plr]
  116. echo shutdown
  117. echo Exit - Closes the console
  118. echo refresh - Refreshes the console
  119. echo clear - Clears the console
  120. goto start
  121.  
  122.  
  123. :clear
  124. goto begining
  125. goto start
  126.  
  127. :begining
  128. echo Cmds Cleared
  129. goto start
  130.  
  131. :refresh
  132. goto refresh
  133.  
  134. :script
  135. echo Enter your custom script
  136. goto scripts
  137. goto start
  138.  
  139. :shutdown
  140. Echo shuting down server
  141.  
  142. pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement