Advertisement
NukeVsCity

Lucky Arrow Hop

Nov 18th, 2024 (edited)
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.60 KB | None | 0 0
  1. wait(5) -- remove or increase if your executor stops injecting
  2.  
  3.  
  4. getgenv().SellItemsOnMax = true -- Sells items when they reach the max otherwise false to sell instantly when u get one
  5.  
  6. getgenv().NotSupported = true -- VERY IMPORTANT, if your executor is bad ENABLE this, so it doesnt crash.
  7.  
  8. getgenv().stepDistance = 35 --make tp go faster
  9.  
  10. getgenv().timeuntilitemcheck = 10 --How much time the script waits until it checks if it theres an item on the map, that you selected.
  11.  
  12. getgenv().GameIDtoHopTo = 1649559 --Essentially JJSploit and Solara ( and other bad execs) can't serverhop using roblox api, so we first hop to this game id, and then we hop back into YBA, so it will change the servers.
  13.  
  14.  
  15.  
  16. --Those items will be farmed and those that CAN be sold will be sold by script
  17. --then it buys lucky arrow
  18. getgenv().WhatToFarm = {
  19.     ["Lucky Arrow"] = true,
  20.     ["Lucky Stone Mask"] = false,
  21.     ["Yellow Candy"] = false,
  22.     ["Green Candy"] = false,
  23.     ["Red Candy"] = false,
  24.     ["Blue Candy"] = false,    
  25.     ["Christmas Present"] = false,  
  26.     ["Lucky Stone Mask"] = true,
  27.     ["Rokakaka"] = true,
  28.     ["Pure Rokakaka"] = false,
  29.     ["Diamond"] = true,
  30.     ["Dio's Diary"] = true,
  31.     ["Steel Ball"] = false,
  32.     ["Rib Cage of The Saint's Corpse"] = false,
  33.     ["Stone Mask"] = true,
  34.     ["Gold Coin"] = true,
  35.     ["Quinton's Glove"] = true,
  36.     ["Ancient Scroll"] = true,
  37.     ["Caesar's Headband"] = true,
  38.     ["Mysterious Arrow"] = true,
  39.     ["Clackers"] = true
  40. }
  41.  
  42.  
  43. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/Scripts2024/refs/heads/main/LuckyFarmHop"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement