[Release] Melissia Internal

02/06/2026 01:49 chianca13#61
Yo update discord invite pls
03/12/2026 01:03 tigerfire#62
is this still working?
03/13/2026 20:31 moalny#63
Quote:
Originally Posted by tigerfire View Post
is this still working?
Yes
04/07/2026 00:48 chrisml88#64
its saying player not found? why?
04/11/2026 00:10 moalny#65
Quote:
Originally Posted by chrisml88 View Post
its saying player not found? why?
Wrong version, download the one at the bottom.
04/11/2026 12:30 pointtr#66
What does it ?

it simply mulls animation of character with the given float value sinds its Xmm val not possible edit with standard way of ch but possible with this method before game rewrites on it. btw they added server side attack speed check

here is animation if you need it
Code:
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
and this is second script i have in ch table im not sure which one was working,

Code:
//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
04/25/2026 19:02 Runnaer#67
is there an updated discord?
04/26/2026 13:25 moalny#68
Quote:
Originally Posted by Runnaer View Post
is there an updated discord?
Latest and probably last version has been uploaded here.