The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
World // Zero script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().settings = {
  2.     ['killall'] = true,
  3.     ['drops'] = true,
  4.     ['autoquest'] = true,
  5.     ['collectallkeys'] = true,
  6.     ['autofindexit'] = true,
  7.     ['autofinishtower'] = true, -- should do any area
  8.     ['godmode'] = true,
  9.     ['restart'] = false,
  10.     ['autojoin'] = false,
  11.     ['eventfarm'] = true,
  12. }
  13. loadstring(game:HttpGet("https://pastebin.com/raw/AE4pqxKR"))()