Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.CatsFruitFinder = {
- Main = {
- ["Choose Mode"] = "Teleport Fruit", -- or "Tween Fruit"
- ["Auto Store Fruit"] = true,
- ["Auto Chat"] = true,
- ["Auto Team Join"] = true,
- ["Team"] = "Pirates"
- },
- Chat = {
- ["Messages"] = {
- "Use CatsFruitFinder V3!"
- },
- ["Delay"] = 15
- },
- Misc = {
- ["Notify"] = true,
- ["Enable ESP"] = true,
- ["Auto Rejoin"] = true,
- ["Webhook"] = "WEB HOOK HERE"
- },
- FruitList = {
- "Kitsune",
- "Dragon",
- "T-Rex",
- "Mammoth",
- "Spirit",
- "Dough",
- "Blizzard",
- "Gravity",
- "Venom",
- "Control",
- "Shadow"
- }
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/TheWExploiter/OP-Scripts-By-Cat/main/CatsFruitFinder.lua?t=" .. tick()))()
Advertisement
Advertisement