theredinkpot

Untitled

Sep 22nd, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. _G["HoHo Fruits Collector"] = {
  2. ["Select Team"] = "Pirate", -- "Pirate" or "Marine"
  3. ["Auto Store"] = true, -- fck, why i need to make this it should be always true >.<
  4. ["Buy Fruit From Dealer"] = true, -- fck, why i need to make this it should be always true >.<
  5. ["Ignore Fruits Spawned That You Already Have"] = true, -- fck, why i need to make this it should be always true >.<
  6. ["Bypass Teleport"] = true, -- faster farming :3
  7. ["Webhook"] = {
  8. ["Enable"] = false, --useful
  9. ["Webhook Link"] = "",
  10. },
  11. }
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI"))()
Add Comment
Please, Sign In to add comment