kphs2

Lucky arrow farm

Mar 11th, 2022
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  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 = "" -- here put your webhook link ( not required , search how to make a webhook if you want )
  8. getgenv().DiscordID = "" -- 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. ["Lucky Arrow"] = true;
  13. }
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
Add Comment
Please, Sign In to add comment