Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --KEY LINK = https://up-to-down.net/338487/zai
- --put script in autoexec
- _G.Min = 13 -- min players
- _G.Max = 14 -- max players
- _G.ItemFarm = "Christmas Present" -- IF YOU GET THIS ITEM YOU WILL GET NOTIFICATION IN WEBHOOK
- getgenv().Key = "buyzaitori" -- HERE PUT KEY FROM THE LINK ABOVE
- getgenv().webhook = "" -- here put your webhook link ( not required , search how to make a webhook if you want )
- getgenv().DiscordID = "" -- YOUR DISCORD PROFILE ID , TURN ON DEV MODE FOR IT ON DISCORD
- getgenv().AutoInvisible = false; -- if you want invis or not
- -- change to true to collect items you want to farm
- getgenv().Farming = {
- ["Mysterious Arrow"] = true;
- ["Rokakaka"] = true;
- ["Pure Rokakaka"] = true;
- ["Lucky Arrow"] = true;
- ["Rib Cage of The Saint's Corpse"] = true;
- ["Steel Ball"] = false;
- ["Zepellin's Headband"] = false;
- ["Ancient Scroll"] = false;
- ["Quinton's Glove"] = false;
- ["Stone Mask"] = false;
- ["Gold Coin"] = false;
- ["Diamond"] = true;
- ["DEO's Diary"] = false;
- ["Red Candy"] = true;
- ["Green Candy"] = true;
- ["Blue Candy"] = true;
- ["Yellow Candy"] = true;
- ["Christmas Present"] = true; --only farms Present
- }
- loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
Add Comment
Please, Sign In to add comment