[ENABLE] {$lua} _unlock=[[ registersymbol(newmem) alloc(newmem,$1000,RainbowSix.exe+3A37FB0) label(code) newmem: code: ret nop ]] function debugger_onBreakpoint() RIP=getAddress(“newmem”) — EIP 32bit RIP 64 Bit debug_continueFromBreakpoint(co_run) end reinitializeSymbolhandler() autoAssemble(_unlock) debugProcess(2) debug_setBreakpoint(“RainbowSix.exe+3A37FB0”) {$asm} [DISABLE] {$lua} debug_removeBreakpoint(“RainbowSix.exe+3A37FB0”) {$asm} unregistersymbol(newmem) dealloc(newmem)