The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Yba autofarm script pastebin roblox
By yba autofarm on 2024-09-22 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  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 = "https://discordapp.com/api/webhooks/924353893368991754/1i3zGcnoY4BUt-twdJEAW-21NJ8ISI6ImObN09DYpoxxZ4MLvurcCY4oL7sPQSN8AvpJ" -- here put your webhook link ( not required , search how to make a webhook if you want )
  8. getgenv().DiscordID = "434964673591377931" -- 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"] = false;
  15. ["Lucky Arrow"] = true;
  16. ["Rib Cage of The Saint's Corpse"] = false;
  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"] = false;
  24. ["DEO's Diary"] = false;
  25. ["Red Candy"] = false;
  26. ["Green Candy"] = false;
  27. ["Blue Candy"] = false;
  28. ["Yellow Candy"] = false;
  29. ["Christmas Present"] = true; --only farms Present
  30. }
  31. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()



  • Recent Roblox Scripts