Advertisement
Guest User

asu

a guest
Apr 4th, 2020
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1. _G.Settings =
  2. {
  3.    FarmSettings =
  4.    {
  5.        ["WeaponName"] = "Combat", -- your weapon name, example: Combat, Katana etc
  6.        ["MobName"] = "Bear",
  7.        ["QuestName"] = "Bears", -- Quest Name, all names in my discord server
  8.        ["FarmMob"] = true,
  9.        ["AutoQuest"] = true ---- not work with FE Invisible / GodMode [BETA]
  10.    },
  11.    MiscSettings =
  12.    {
  13.        ["FE Invisible / GodMode"] = false, -- To disable just press 'reset' in the menu
  14.        ["Player Height"] = CFrame.new(0, 20, 0) -- Change your Height, Configurable
  15.    }
  16. }
  17. loadstring(game:HttpGet("https://pastebin.com/raw/32bRFCHw"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement