Advertisement
NukeVsCity

The Hopper

Mar 19th, 2023 (edited)
1,929
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.78 KB | None | 0 0
  1. _G.WebhookLucky = ""   --webhook for lucky notifier
  2.  
  3. --script was recently updated
  4.  
  5. getgenv().timeuntilitemcheck = 20 --how much to wait until it checks if you got a item ( ONLY USE IF YOU FARM PRESENTS )
  6.  
  7. getgenv().WhatToFarm = {
  8.     ["Lucky Arrow"] = true,
  9.     ["Lucky Stone Mask"] = true,
  10.     ["Rokakaka"] = false,
  11.     ["Pure Rokakaka"] = false,
  12.     ["Diamond"] = false,
  13.     ["DEO's Diary"] = false,
  14.     ["Steel Ball"] = false,
  15.     ["Rib Cage of The Saint's Corpse"] = false,
  16.     ["Stone Mask"] = false,
  17.     ["Gold Coin"] = false,
  18.     ["Quinton's Glove"] = false,
  19.     ["Ancient Scroll"] = false,
  20.     ["Zepellin's Headband"] = false,
  21.     ["Mysterious Arrow"] = false
  22. }
  23.  
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/hackbloxfruits/main/hop"))()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement