Advertisement
NukeVsCity

test arcade hop

Jul 10th, 2022
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. -- Note : put this in your autoexec folder - ur auto attach must be enabled - in case your krn stuck in auto attach just make sure to attach once when the game starts! - this is item hopper - do not press anything while the script is in process
  2. _G.Min = 12-- min players
  3. _G.Max = 14-- max players
  4. getgenv().TimeBeforeHop = 120; -- time before hopping
  5.  
  6. getgenv().farming = {
  7. ["Rokakaka"] = true,
  8. ["Gold Coin"] = true,
  9. ["Mysterious Arrow"] = true,
  10. ["Diamond"] = true,
  11. ["Lucky Arrow"] = true,
  12. ["Zepellin's Headband"] = true,
  13. ["Quinton's Glove"] = true,
  14. ["Ancient Scroll"] = true,
  15. ["DEO's Diary"] = true,
  16. ["Steel Ball"] = true,
  17. ["Rib Cage of The Saint's Corpse"] = true,
  18. ["Pure Rokakaka"] = true,
  19. ["Stone Mask"] = true
  20. }
  21. getgenv().ItemsToSell = {
  22. ["Rokakaka"] = false,
  23. ["Gold Coin"] = false,
  24. ["Mysterious Arrow"] = false,
  25. ["Diamond"] = true,
  26. ["Zepellin's Headband"] = false,
  27. ["Quinton's Glove"] = false,
  28. ["Ancient Scroll"] = false,
  29. ["DEO's Diary"] = false,
  30. ["Steel Ball"] = true,
  31. ["Rib Cage of The Saint's Corpse"] = true,
  32. ["Stone Mask"] = false
  33. }
  34.  
  35. loadstring(game:HttpGet('https://raw.githubusercontent.com/NukeVsCity/YBAOPARCADELUA/main/OPOPOP'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement