Sign in to follow this  
Trapstar

[ROBLOX] Phantom Forces - Anticheat Bypass

Recommended Posts

Anticheat bypass for Phantom Forces on ROBLOX.

 

[hide]

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]

Share this post


Link to post
Share on other sites

Anticheat bypass for Phantom Forces on ROBLOX.

 

 

 

hi

Share this post


Link to post
Share on other sites

Anticheat bypass for Phantom Forces on ROBLOX.

 

 

 

:fiesta: :fiesta: :fiesta: :fiesta: :fiesta: :fiesta: :fiesta: :fiesta:

Share this post


Link to post
Share on other sites

Anticheat bypass for Phantom Forces on ROBLOX.

 

 

 

I really hope this works I need this...

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this