Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Min = 3 -- min players
- _G.Max = 14 -- max players
- _G.ItemFarm = "Lucky Arrow" -- Notify Which Item for webhook
- getgenv().Key = "HelloLadiesandGentlemen" -- the key will change every 24 hours
- getgenv().webhook = "" -- leave both empty if you don't want webhook ( otherwise it's required for both if you want webhook )
- getgenv().DiscordID = ""
- getgenv().AutoInvisible = false; -- change to true if you want invisible (more crash's)
- -- change to true to collect items you want to farm
- getgenv().Farming = {
- ["Mysterious Arrow"] = false;
- ["Rokakaka"] = false;
- ["Pure Rokakaka"] = false;
- ["Lucky Arrow"] = true;
- ["Rib Cage Of The Saint's Corpse"] = false;
- ["Steel Ball"] = false;
- ["Zepellin's Headband"] = false;
- ["Ancient Scroll"] = false;
- ["Quinton's Glove"] = false;
- ["Stone Mask"] = false;
- ["Gold Coin"] = false;
- ["Diamond"] = false;
- ["DEO's Diary"] = false;
- }
- loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
- _____________________________________________________________________________________________________
- SCRIPT IS ABOVE THIS LINE
- HOW TO SETUP SCRIPT TUTORIAL AT 5:33 ( on this video https://youtu.be/t39sZQCrT60 )
- HOW TO DOWNLOAD KRNL AND EXECUTE SCRIPT TUTORIAL AT 2:25 ( same video above )
- FULL NAME LIST FOR ITEMS!
- https://pastebin.com/QUrqzi63
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement