Advertisement
Honansik

Roblox Server Hopper All Items Script

Nov 9th, 2021
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | None | 0 0
  1. _G.Min = 3 -- min players
  2. _G.Max = 14  -- max players
  3. _G.ItemFarm = "Lucky Arrow"
  4. getgenv().Key = "put key here bruh" -- the key will change every 24 hours
  5. getgenv().webhook = ""
  6. getgenv().DiscordID = ""
  7. getgenv().AutoInvisible = false;
  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.     ["Red Candy"] = false;
  24.     ["Green Candy"] = false;
  25.     ["Blue Candy"] = false;
  26.     ["Yellow Candy"] = false;
  27.  
  28. }
  29.  
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement