Advertisement
kphs2

Yba Hopper

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