Youtube_AppealsCat

Elgato Hub On Top

Jan 14th, 2025
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. _G.Settings = {
  2.     Main = {
  3.         -- Setting Boss
  4.         ["Delay Replay"] = 5,
  5.         ["Auto Replay"] = true,
  6.         ["Farm Boss"] = true,
  7.         -- Kill Mob Setting
  8.         ["Distance Kill"] = 300,
  9.         ["Kill Near Mob"] = true,
  10.         -- Webhook Replay
  11.         ["Input Webh Replay"] = "",
  12.         ["Show Rare Item"] = false,
  13.         ["Send Wk Replay"] = false,
  14.         -- Auto Use Item
  15.         ["Delay Use"] = 60,
  16.         ["Auto Buff Chat"] = true,
  17.         ["Auto Buff Item"] = false,
  18.         -- Misc Function
  19.         ["Loot Chest"] = true,
  20.         ["Auto Dash"] = true,
  21.         ["Auto Promote"] = true,
  22.     },
  23. }
  24.  
  25. local ItemsUseBuff = {}
  26.  
  27. 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