Advertisement
NukeVsCity

The Hopper

Mar 19th, 2023 (edited)
25,169
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.36 KB | None | 0 0
  1. _G.WebhookLucky = ""   --webhook for lucky notifier
  2.  
  3.  
  4. getgenv().NotSupported = false -- VERY IMPORTANT, if your executor is bad ENABLE this, so it doesnt crash.
  5.  
  6. getgenv().stepDistance = 20 --make tp go faster ONLY FOR SOLARA AND OTHER UNSUPPORTED EXECS
  7.  
  8. getgenv().timeuntilitemcheck = 10 --How much time the script waits until it checks if it theres an item on the map, that you selected.
  9.  
  10. 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.
  11.  
  12.  
  13. getgenv().WhatToFarm = {
  14.     ["Lucky Arrow"] = false,
  15.     ["Yellow Candy"] = true,
  16.     ["Green Candy"] = false,
  17.     ["Red Candy"] = false,
  18.     ["Blue Candy"] = false,    
  19.     ["Christmas Present"] = false,  
  20.     ["Lucky Stone Mask"] = false,
  21.     ["Rokakaka"] = false,
  22.     ["Pure Rokakaka"] = false,
  23.     ["Diamond"] = false,
  24.     ["DEO's Diary"] = false,
  25.     ["Steel Ball"] = false,
  26.     ["Rib Cage of The Saint's Corpse"] = false,
  27.     ["Stone Mask"] = false,
  28.     ["Gold Coin"] = false,
  29.     ["Quinton's Glove"] = false,
  30.     ["Ancient Scroll"] = false,
  31.     ["Zepellin's Headband"] = false,
  32.     ["Mysterious Arrow"] = false
  33. }
  34.  
  35.  
  36.  
  37.  
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/Scripts2023/main/serverhopper2023"))()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement