--[[ makes sure your exploit is good (hookfunction) ]]-- local function FHUIEVNIVIROINSIHATENIGGERSOHIOSKIBIDI123() if not hookfunction then return false,"hookfunction is not defined" end local original=function()return"original"end local success,result=pcall(function() hookfunction(original,function()return"hooked"end)end) if success then local status,output=pcall(original) if status and output=="hooked"then return true,"hookfunction is available and working" else return false,"hookfunction is not working "end else return false,"error: "..tostring(result)end end local available,STINKYASSFARTSINMYBOOTYHOLERIGHTTHEFUCKNOWBROHOLLYSHITTTTAHHHHIMFUCKINGCUMMINGBROPLEASE=FHUIEVNIVIROINSIHATENIGGERSOHIOSKIBIDI123() print(STINKYASSFARTSINMYBOOTYHOLERIGHTTHEFUCKNOWBROHOLLYSHITTTTAHHHHIMFUCKINGCUMMINGBROPLEASE)