Da_boi

A list of roblox game scripts part 2

Jul 21st, 2021
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -- Blox fruits scripts
  2.  
  3. loadstring(game:HttpGet("https://gist.githubusercontent.com/noob1ee1/5607f21c9874e3724f13a88109916896/raw/5a44dc988657f4eb23294b60aa64b874bc13253b"))()
  4.  
  5. -- Phantom forces
  6.  
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/inceldom/leaks/main/pornhub",true))()
  8.  
  9. -- Loomian legacy autofarm
  10.  
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/LoomianLegacyX.lua"))()
  12.  
  13. -- My restaurant
  14.  
  15. loadstring(game:HttpGet("http://void-scripts.com/Scripts/myRest.lua"))()
  16.  
  17. -- Q-clash
  18.  
  19. --You will get kicked but after 10-15 mins, also the devs [at this date] aren't banning hackers.
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/roblox-scripts/main/q-clash.lua"))()
  21.  
  22. -- Speed increase [Works in a lot of games]
  23.  
  24. _G.WS = "Enter Speed Here";
  25. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  26. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  27. Humanoid.WalkSpeed = _G.WS;
  28. end)
  29. Humanoid.WalkSpeed = _G.WS;
  30.  
  31. -- Roblox islands script
  32.  
  33. loadstring(game:HttpGet("http://void-scripts.com/Scripts/islands_new.lua"))()
  34.  
  35. --end
Advertisement
Add Comment
Please, Sign In to add comment