Advertisement
VincentYee

Control Bot Script

Apr 28th, 2024 (edited)
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. -- ! ! CONFIG ! ! --
  2.  
  3. _G.prefix = "." --the prefix for the commands ex: (;reset, ;dice, ;rzz)
  4.  
  5. _G.invitelink = "MeQtKTRafK" --to advertise
  6. _G.logmessages = true -- Logs messages in the discord server
  7. _G.webhook = "" -- LEAVE IT BLANK IF YOU WANT IT TO LOG IT IN THE DISCORD SERVER. The webhook to log messages.
  8.  
  9. _G.enablekill = true -- Enables players to use commands that kill the bot
  10.  
  11. _G.showblockui = true -- Increases FPS and privacy
  12. _G.stoprendering = true -- Increases FPS
  13.  
  14. _G.tips = true -- To guide the player some information about the bot.
  15.  
  16. -- ! ! CONFIG ! ! --
  17.  
  18. loadstring(game:HttpGet("https://pastebin.com/raw/rZT2YYWd"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement