NukeVsCity

SERVER HOPPER FOR KRNL (ALL ITEMS)

Aug 25th, 2021 (edited)
98,119
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 1
  1. KEY LINK = https://up-to-down.net/338487/zai
  2.  
  3. script below the line , put in autoexec
  4.  
  5. ________________________________________________________________________
  6.  
  7. _G.Min = 13 -- min players
  8. _G.Max = 14 -- max players
  9. _G.ItemFarm = "Lucky Arrow" -- IF YOU GET THIS ITEM YOU WILL GET NOTIFICATION IN WEBHOOK
  10. getgenv().Key = "YourKeyHere" -- HERE PUT KEY FROM THE LINK ABOVE
  11. getgenv().webhook = "" -- here put your webhook link ( not required , search how to make a webhook if you want )
  12. getgenv().DiscordID = "" -- YOUR DISCORD PROFILE ID , TURN ON DEV MODE FOR IT ON DISCORD
  13. getgenv().AutoInvisible = false; -- if you want invis or not
  14. -- change to true to collect items you want to farm
  15. getgenv().Farming = {
  16. ["Mysterious Arrow"] = false;
  17. ["Rokakaka"] = false;
  18. ["Pure Rokakaka"] = false;
  19. ["Lucky Arrow"] = true;
  20. ["Rib Cage of The Saint's Corpse"] = false;
  21. ["Steel Ball"] = false;
  22. ["Zepellin's Headband"] = false;
  23. ["Ancient Scroll"] = false;
  24. ["Quinton's Glove"] = false;
  25. ["Stone Mask"] = false;
  26. ["Gold Coin"] = false;
  27. ["Diamond"] = false;
  28. ["DEO's Diary"] = false;
  29. ["Red Candy"] = false;
  30. ["Green Candy"] = false;
  31. ["Blue Candy"] = false;
  32. ["Yellow Candy"] = false;
  33. ["Christmas Present"] = true;
  34. }
  35.  
  36. loadstring(game:HttpGet('https://raw.githubusercontent.com/SupBabe/YBAHOPPER/main/YBAHOP.lua'))()
Add Comment
Please, Sign In to add comment