Page 1 of 1

Stealthedit

Posted: Sat Sep 22, 2018 7:48 pm
by Pedroma34
Where can I download Stealthedit plugin? I've been searching everywhere

Re: Stealthedit

Posted: Sat Sep 22, 2018 7:57 pm
by Kalas
Took that from Cheat The Game channel, not sure if it's up-to-date or whatever but: [Link]

Although, he also mentioned in another video he made how to manually bypass this:

Code: Select all

============================================================
--LUA Set Debugger Template and change EIP/RIP:

function debugger_onBreakpoint()
EIP=getAddress("allocated_name")  -- EIP 32bit  RIP 64 Bit
debug_continueFromBreakpoint(co_run)
end

reinitializeSymbolhandler()
autoAssemble(_nameofscript)
debugProcess(2)  
debug_setBreakpoint("opcode_address")

===========================================
{$lua}
debug_removeBreakpoint("opcode address")

{$asm}
===========================================================