Your Bizarre Adventure – YBA – BEST AUTO FARM, GIFTS, LUCKY ARROWS & MORE!!

Enjoy YBA Auto Farm Items

Features:

  • Mysterious Arrow
  • Rokakaka
  • Pure Rokakaka
  • Lucky Arrow
  • Rib Cage of The Saint’s Corpse
  • Steel Ball
  • Zepellin’s Headband
  • Ancient Scroll
  • Quinton’s Glove
  • Stone Mask
  • Gold Coin
  • Diamond
  • DEO’s Diary
  • Red Candy
  • Green Candy
  • Blue Candy
  • Yellow Candy
  • Christmas Present

--KEY LINK  =   https://up-to-down.net/338487/zai
 
--put script in autoexec 
  
_G.Min = 13 -- min players
_G.Max = 14  -- max players
_G.ItemFarm = "Christmas Present" -- IF YOU GET THIS ITEM YOU WILL GET NOTIFICATION IN WEBHOOK
getgenv().Key = "YourKeyHere" -- HERE PUT KEY FROM THE LINK ABOVE 
getgenv().webhook = "" -- here put your webhook link ( not required , search how to make a webhook if you want )
getgenv().DiscordID = "" -- YOUR DISCORD PROFILE ID , TURN ON DEV MODE FOR IT ON DISCORD
getgenv().AutoInvisible  = false; -- if you want invis or not

-- change to true to collect items you want to farm
getgenv().Farming = {
    ["Mysterious Arrow"] = false;
    ["Rokakaka"] = false; 
    ["Pure Rokakaka"] = false; 
    ["Lucky Arrow"] = true; 
    ["Rib Cage of The Saint's Corpse"] = false; 
    ["Steel Ball"] = false;
    ["Zepellin's Headband"] = false; 
    ["Ancient Scroll"] = false; 
    ["Quinton's Glove"] = false;
    ["Stone Mask"] = false; 
    ["Gold Coin"] = false;
    ["Diamond"] = false;
    ["DEO's Diary"] = false;
    ["Red Candy"] = false;
    ["Green Candy"] = false;
    ["Blue Candy"] = false;
    ["Yellow Candy"] = false;
    ["Christmas Present"] = true; --only farms Present
}
 
loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()