All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the yba autofarm

The yba autofarm code is below. Copy & inject it into the game. Enjoy!

Your Bizarre Adventure - tps to everyitem in yba and has a auto rejoin different servers
--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 = "buyzaitori" -- HERE PUT KEY FROM THE LINK ABOVE 
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 )
getgenv().DiscordID = "434964673591377931" -- 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"] = true;
["Rokakaka"] = true; 
["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'))()