Originally Posted by qwertrewq123 Someone know how to infinity dodge? This is the instruction that handle some cooldowns in the game, just open CE, and paste inside a auto asm script; Code [ENABLE] aobscanmodule(DODGE,trove.exe,DF F1 ?? ?? 73 ?? 56 E8 ?? ?? ?? ?? 8B) // should be unique alloc(newmem,$1000) label(code) label(return) newmem: code: db DF F1 jmp return DODGE: db DF F0 return: registersymbol(DODGE) [DISABLE] DODGE: db DF F1 unregistersymbol(DODGE) dealloc(newmem)