xtrey10x

yba op collect all items

Dec 23rd, 2021
2,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. --KEY LINK = https://up-to-down.net/338487/zai
  2. --put script in autoexec
  3. _G.Min = 13 -- min players
  4. _G.Max = 14 -- max players
  5. _G.ItemFarm = "Christmas Present" -- IF YOU GET THIS ITEM YOU WILL GET NOTIFICATION IN WEBHOOK
  6. getgenv().Key = "buyzaitori" -- HERE PUT KEY FROM THE LINK ABOVE
  7. getgenv().webhook = "" -- here put your webhook link ( not required , search how to make a webhook if you want )
  8. getgenv().DiscordID = "" -- YOUR DISCORD PROFILE ID , TURN ON DEV MODE FOR IT ON DISCORD
  9. getgenv().AutoInvisible = false; -- if you want invis or not
  10. -- change to true to collect items you want to farm
  11. getgenv().Farming = {
  12. ["Mysterious Arrow"] = true;
  13. ["Rokakaka"] = true;
  14. ["Pure Rokakaka"] = true;
  15. ["Lucky Arrow"] = true;
  16. ["Rib Cage of The Saint's Corpse"] = true;
  17. ["Steel Ball"] = false;
  18. ["Zepellin's Headband"] = false;
  19. ["Ancient Scroll"] = false;
  20. ["Quinton's Glove"] = false;
  21. ["Stone Mask"] = false;
  22. ["Gold Coin"] = false;
  23. ["Diamond"] = true;
  24. ["DEO's Diary"] = false;
  25. ["Red Candy"] = true;
  26. ["Green Candy"] = true;
  27. ["Blue Candy"] = true;
  28. ["Yellow Candy"] = true;
  29. ["Christmas Present"] = true; --only farms Present
  30. }
  31. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
Add Comment
Please, Sign In to add comment