Advertisement
NukeVsCity

hop

Sep 17th, 2022 (edited)
10,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. --[[Premium Features]]--
  2. getgenv()["Use_Ribcages"] = false
  3. getgenv()["Farm_Shinys"] = true
  4. getgenv()["Pity_Config"] = {
  5.     --// Farm Pity rokas shinys and continues farming until you have x.xx pity \\--
  6.     ["Farm_Pity"] = false,
  7.     ["Pity_Goal"] = 2.00
  8. }
  9.  
  10.  
  11. getgenv().Key = "" --ignore
  12.  
  13. --copy everything
  14. --but the features above are premium only
  15.  
  16.  
  17.  
  18. --[[Optimization Features]]--
  19. getgenv()["Reduce_Crashes"] = true
  20. getgenv()["Anti_Lag"] = false --i dont recommend setting this to true , it does nothing really
  21.  
  22. --[[Farming Configuration Features]]--
  23. getgenv()["Extra_Items"] = {
  24.     "Lucky Arrow",
  25.     "Diamond", --list items here like this , name as seen in your backpack
  26.  
  27. }
  28.  
  29. getgenv()["Teleport_Timing"] = 0.4
  30.  
  31. loadstring(game:HttpGet("https://gist.githubusercontent.com/Hooverfarm/cde93401d71ee46c301dde443416f616/raw/5e440efa2eb22da89c45d84e4558e485e97f97fb/Floppa", true))() -- cringe ( the last part )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement