Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Settings = {
- Main = {
- -- Setting Boss
- ["Delay Replay"] = 5,
- ["Auto Replay"] = true,
- ["Farm Boss"] = true,
- -- Kill Mob Setting
- ["Distance Kill"] = 300,
- ["Kill Near Mob"] = true,
- -- Webhook Replay
- ["Input Webh Replay"] = "",
- ["Show Rare Item"] = false,
- ["Send Wk Replay"] = false,
- -- Auto Use Item
- ["Delay Use"] = 60,
- ["Auto Buff Chat"] = true,
- ["Auto Buff Item"] = false,
- -- Misc Function
- ["Loot Chest"] = true,
- ["Auto Dash"] = true,
- ["Auto Promote"] = true,
- },
- }
- local ItemsUseBuff = {}
- while true do wait(3) local success, response = pcall(function() return game:HttpGet("https://raw.githubusercontent.com/meobeo8/Misc/a/AutoBoss.lua", true) end) if success then local func, err = loadstring(response) if func then pcall(func) break end end end
Add Comment
Please, Sign In to add comment