Advertisement
NukeVsCity

new hop (2)

Oct 15th, 2022 (edited)
30,169
-2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 KB | None | 0 2
  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.     ["Christmas Present"] = true,
  9.     ["Rokakaka"] = false,
  10.     ["Pure Rokakaka"] = false,
  11.     ["Diamond"] = false,
  12.     ["DEO's Diary"] = false,
  13.     ["Steel Ball"] = false,
  14.     ["Rib Cage of The Saint's Corpse"] = false,
  15.     ["Stone Mask"] = false,
  16.     ["Gold Coin"] = false,
  17.     ["Quinton's Glove"] = false,
  18.     ["Ancient Scroll"] = false,
  19.     ["Zepellin's Headband"] = false,
  20.     ["Mysterious Arrow"] = false
  21. }
  22.  
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/hackbloxfruits/main/hop"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement