HHLExploits

Blox Saber

Jul 26th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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. --I would highly suggest using the smooth auto as a "key assist"
  8.  
  9. ----------------------
  10.  
  11. _G.SmoothAuto = "E" --This is non-togglable (you must hold the key)
  12.  
  13. _G.ToggleSmoothAuto = "LeftBracket" --This is if you want to toggle the autoplayer
  14.  
  15. _G.JumpyAuto = "V"
  16.  
  17. _G.ToggleJumpyAuto = "RightBracket"
  18.  
  19. -- Settings --
  20.  
  21. _G.HitDistance = 1
  22. _G.MissChance = 0
  23. _G.MoveTime = .06
  24.  
  25. ---------------------
  26.  
  27. _G.AutoJoin = "Minus" --Togglable
  28.  
  29. -- Settings --
  30.  
  31. _G.RandomDifficulty = false --If true, it will play a random song of a random difficulty
  32.  
  33. ----------------------
  34.  
  35. loadstring(game:HttpGet("https://pastebin.com/raw/JecxYmLq"))()
  36.  
  37. --Settings Above
  38.  
  39. --Also hit f9 once executed (data is printed there)
  40.  
  41. --MAKE SURE YOU HAVE FPS UNLOCKER TURNED ON
Add Comment
Please, Sign In to add comment