Advertisement
WecheaterPro

Raise a Floppa Scripts (Working)

May 30th, 2022
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --> Pastebin Script Main:
  2. 1) loadstring(game:HttpGet('https://pastebin.com/raw/sETwJi3n'))()
  3. 2) loadstring(game:HttpGet('https://raw.githubusercontent.com/zReal-King/Raise-A-Floppa/main/Gui'))()
  4.  
  5. --> Infinite Yield for completing obby and other stuff:
  6. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  7.  
  8. --> Speed and Infinite Health:
  9. wait(10)
  10. local you=game.Workspace.LoopyPawss --Replace LoopyPawss with your name.
  11.  
  12. while true do
  13. repeat
  14. wait(0.01)
  15. you.Humanoid.Health=100
  16. you.Humanoid.WalkSpeed=44
  17. until false
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement