[ROBLOX] Phantom Forces - Anticheat Bypass

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
✨ CONTACT ADMIN FOR ADVERTISEMENT ✨
📧 EMAIL: crdpro7@gmail.com
banner expire at 13 August 2024
Wizard's shop 2.0

Trapstar

New member
Joined
Aug 6, 2018
Messages
9
Anticheat bypass for Phantom Forces on ROBLOX.

[hide]
Code:
local newcclosure = newcclosure or function(f) 
return f;
end
local getreg = debug.getregistry or getreg
local getuv = secret953 or debug.getupvalues
local setuv = secret500 or debug.setupvalue

for i,v in pairs(getreg()) do
if type(v) == "function" then
local func, ret_table = pcall(getuv, v)
if func then
setuv(v, "kek", newcclosure(function()
return wait(9e9);
end))

setuv(v, "netkick", newcclosure(function()
return wait(9e9);
end))

if ret_table.network then
setuv(ret_table.network.send, "settings", error)
end
end
end
end
[/hide]
 
Back
Top