GRH-Fake-Exploit [Client Side Executor For Testing Games]

just some text to write some text

1 Like

The model was content deleted. Could you maybe reupload it as an .rbxm file?
grafik

It Got Deleted Because I Added devforum linkā€¦

(roblox deteled new module) aaaaaaaaaughhhhhhhh

(old version use newer insted)

2 Likes

How didnā€™t you see it? When I saw it was content deleted you were online 11 minutes ago

1 Like

i was in roblox studio and luckily my account didnt log out

1 Like

Can you reupload it once again

check post for file module.rbxm

1 Like

the funny thing is that roblox allows discord ā€œadvertisingā€

1 Like

If it follows the procedure of showing it only to users who are 13+

1 Like

(post deleted by author but not)

This looks cool! I think this will be very useful thanks!

Oh, now this is really going to be tipping on ROBLOXā€™s toes! I appreciate the effort being put into this, however I might have a improvementā€¦

Would a sandbox possibly help you out in this scenario?


local sandbox = IXSandboxModule.newSandbox(function()
   executeInterpretedFunction()
end)

sandbox:addGlobal('setclipboard', function()
   -- setclipboard functionality
end)

sandbox:addLibrary('lib', {
  libFunction1 = function()

  end
})

sandbox:blockMethod("GetRealPhysicsFPS") -- would stop the function
-- workspace.GetRealPhysicsFPS from doing anything

sandbox:execute()

task.wait(1)

print("liveThreads:", sandbox:getThreads())
sandbox:terminate()

print("What actually happened:", sandbox:generateActivityReport())

so why would this will be an improvement?

1 Like
hookfunction(game.Players.LocalPlayer:Kick, function(...)
return
end)

are you able to add hookfunction back? also make coregui accessable by increasing the identity? also loadstrings to access infinite yield and other scripts dont work (ik u have built in one but its just a example)