SilverExploitz

OP Shinobi Life 2 Script/GUI

Oct 1st, 2020
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ------------------
  2. -- By Avakir --
  3. -- v1.1 --
  4. ------------------
  5.  
  6. -- In the first npc you can get stuck but just wait.
  7. -- If you're floating in the air in a faraway place it means you're waiting for missions.
  8. -- Your exploit need the clickdetector function for auto scroll (only tested with synapse x and proto).
  9. -- Feel free to adjust the settings.
  10.  
  11. shared.On = true
  12. shared.Settings = {
  13. AllowBoss = false,
  14. PlayerHeight = CFrame.new(0,-15,0),
  15. KillDelay = 0.5, -- If it continues to freeze, increase the time.
  16. TweenSpeedDelay = 1,-- The less the value, the faster it will be / If it continues to freeze, increase the time.
  17. WaitWhenKill = false
  18. }
  19.  
  20. loadstring(game:HttpGet("https://pastebin.com/raw/2ssbn6LV", true))()
Add Comment
Please, Sign In to add comment