kphs2

YBA Xmas Auto Item Farm

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