Hey!
I've had this self-bot for a good while, only thing that can 'rate-limit' you is the 'rainbow-role' feature. (there's not much I can do about that).
Apart from that, the bot is completely safe and undetected. We do not currently have a discord, but maybe soon. If we do create one I'll be...
No recoil
function WriteSignatures(targetSignature, overrideSignature, codePage)
local byteLine = overrideSignature:gsub("%w+", "0x%0,"):sub(1,-2)
local results = AOBScan(targetSignature, codePage)
if (results == nil) then return end
for i = 0, results.Count-1 do
local address =...