Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

function hooq(varlist)

if varlist[0] == "OnConsoleMessage" and varlist[1]:find("into the Donation


Box") then
str1 = varlist[1]:gsub("^%`7%[%```5%[%```w", "")
str2 = str1:gsub("%`5", "")
str3 = str2:gsub("%``", "")
str4 = str3:gsub("%`2", "")
str5 = str4:gsub("%]`7]", "")

fakeFilterOnMatch = "`7[```5[```w"
if string.sub(varlist[1], 1, 12) == fakeFilterOnMatch then
sendWB(str5)
log(varlist[1])
log("--TRUE")
else
log(varlist[1])
log("--FALSE")
end

end
end

You might also like