Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
2,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. --Made by brianops1
  2.  
  3. --Game: https://www.roblox.com/games/2677609345/Blox-Saber
  4.  
  5. --Keycode references: https://developer.roblox.com/en-us/api-reference/property/InputObject/KeyCode
  6.  
  7. ----------------------
  8.  
  9. _G.AutoPlayer = "E" --This is non-toggleable (you must hold the key)
  10.  
  11. _G.ToggleAuto = "Equals" --This is if you want to toggle the autoplayer (if this is on, non-toggle won't work)
  12.  
  13. -- Settings --
  14.  
  15. _G.HitDistance = 1
  16. _G.MissChance = 0
  17.  
  18. ---------------------
  19.  
  20. _G.AutoJoin = "Minus" --Togglable
  21.  
  22. -- Settings --
  23.  
  24. _G.RandomDifficulty = false --If true, it will play a random song of a random difficulty
  25.  
  26. ----------------------
  27.  
  28. loadstring(game:HttpGet("https://pastebin.com/raw/JecxYmLq"))()
  29.  
  30. --Settings Above
  31.  
  32. --Also hit f9 once executed (data is printed there)
  33.  
  34. --MAKE SURE YOU HAVE FPS UNLOCKER TURNED ON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement