Still not quite sure how to set custom prefix
---------- Post added at 05:29 AM ---------- Previous post was at 05:16 AM ----------
Just wish there was a faster more efficient way to troubleshoot. Like TS3, vent, or something
---------- Post added at 05:50 AM ---------- Previous post was at 05:29 AM ----------
I'm getting unknown command for "bluebot_menu" this is how mine looks NOTICE: If you take code from this, add credits for Blue Kirby please. THANK YAWWW
Official Blue Bot thread:
http://www.mpgh.net/forum/713-garrys...ua-hack.html]]
local BB = {_menu};
--This is your prefix you can change it to anything you want
--By default it's random so every time you load the hack it's different
--This is just to make it a little bit more difficult for anti-cheats
--I don't recommend making it blue_bot or anything with bot in the name
--Try using like llama or catpenis just nothing with hack or bot in the name
--Default to nil if you want to use a random prefix
-----------------------
BB.CustomPrefix = "bluebot";
-----------------------