NukeVsCity

Normal Item Farm

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