Advertisement
NukeVsCity

The Hopper

Mar 19th, 2023 (edited)
24,650
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. _G.WebhookLucky = ""   --webhook for lucky notifier
  2.  
  3.  
  4. getgenv().TimeOutLoadingTimer = 20 --how much time until the script checks if the game got stuck on LOADING ASSETS 0/100
  5. getgenv().FindServerWithLowerThenPlayers = 18 --script will find servers with more players then this number
  6. getgenv().timeuntilitemcheck = 10 --how much to wait until it checks if you got an item ( FOR FAST LUCKY FARM )
  7.  
  8. getgenv().WhatToFarm = {
  9.     ["Lucky Arrow"] = false,
  10.     ["Lucky Stone Mask"] = false,
  11.     ["Rokakaka"] = false,
  12.     ["Pure Rokakaka"] = false,
  13.     ["Diamond"] = false,
  14.     ["DEO's Diary"] = false,
  15.     ["Steel Ball"] = false,
  16.     ["Rib Cage of The Saint's Corpse"] = false,
  17.     ["Stone Mask"] = false,
  18.     ["Gold Coin"] = false,
  19.     ["Quinton's Glove"] = false,
  20.     ["Ancient Scroll"] = false,
  21.     ["Zepellin's Headband"] = false,
  22.     ["Mysterious Arrow"] = false
  23. }
  24.  
  25.  
  26.  
  27.  
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/Scripts2023/main/serverhopper2023"))()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement