i dont know why every1 wants to keep this a secret when theres a better one. i dont take credit, this scipt has been around for ages dont know who was the first to make.
this currently works in 4.6.24 or w/e the latest one is, dont need to mod it at all. just run 2moons with unpacked dekaron.exe and gg killer ope nup cheat engine, click memory viewer, press ctrl + A, paste this script, press the button under it i think its inject? dont remember. and thats it.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0068834A:
jmp newmem
nop
nop
returnhere:
newmem:
mov [eax+ebx*4+00000898],00000000 // change cast delay time 0
originalcode:
mov ebx,[eax+ebx*4+00000898]
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0068834A:
mov ebx,[eax+ebx*4+00000898]