Advertisement
NukeVsCity

yba server hop item farmer

Aug 21st, 2021 (edited)
17,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. _G.Min = 3 -- min players
  2. _G.Max = 14 -- max players
  3. _G.ItemFarm = "Lucky Arrow" -- Notify Which Item for webhook
  4. getgenv().Key = "HelloLadiesandGentlemen" -- the key will change every 24 hours
  5. getgenv().webhook = "" -- leave both empty if you don't want webhook ( otherwise it's required for both if you want webhook )
  6. getgenv().DiscordID = ""
  7. getgenv().AutoInvisible = false; -- change to true if you want invisible (more crash's)
  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.  
  25. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
  26.  
  27.  
  28. _____________________________________________________________________________________________________
  29.  
  30. SCRIPT IS ABOVE THIS LINE
  31.  
  32. HOW TO SETUP SCRIPT TUTORIAL AT 5:33 ( on this video https://youtu.be/t39sZQCrT60 )
  33.  
  34.  
  35. HOW TO DOWNLOAD KRNL AND EXECUTE SCRIPT TUTORIAL AT 2:25 ( same video above )
  36.  
  37.  
  38.  
  39. FULL NAME LIST FOR ITEMS!
  40. https://pastebin.com/QUrqzi63
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement