Yo update discord invite pls
alloc(newmem,2048,"BlackDesert64.exe"+1BE37C0) label(returnhere) label(originalcode) label(exit) //Alloc mem for new speed alloc(animationspeed,4,"BlackDesert64.exe"+1C011CF) registersymbol(animationspeed) animationspeed: dd (float)1.2000 newmem: //this is allocated memory, you have read,write,execute access //place your code here mulss xmm6,[animationspeed] originalcode: movss [r12+r13*8+00000870],xmm6 exit: jmp returnhere "BlackDesert64.exe"+1BE37C0: jmp newmem nop 5 returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) dealloc(animationspeed) unregistersymbol(animationspeed) "BlackDesert64.exe"+1BE37C0: db F3 43 0F 11 B4 EC 70 08 00 00 //movss [r12+r13*8+00000870],xmm6
//code from here to '[DISABLE]' will be used to enable the cheat alloc(newmem,2048,"BlackDesert64.exe"+1C011CF) label(returnhere) label(originalcode) label(exit) //Alloc mem for new speed alloc(animationspeed,4,"BlackDesert64.exe"+1C011CF) registersymbol(animationspeed) animationspeed: dd (float)1 newmem: //this is allocated memory, you have read,write,execute access //place your code here //mulss xmm6,[animationspeed] movss [animationspeed],xmm7 originalcode: //movss [r12+r13*8+00000870],xmm6 movss [rcx+r14*8+00000870],xmm7 exit: jmp returnhere "BlackDesert64.exe"+1C011CF: jmp newmem nop 5 returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) dealloc(animationspeed) unregistersymbol(animationspeed) "BlackDesert64.exe"+1C011CF: db F3 42 0F 11 BC F1 70 08 00 00 //movss [rcx+r14*8+00000870],xmm7