REMOVED. AUTO BANS. Will try a new one after tomorrow's update. Sorry guys.
I am taking any requests for help updating scripts. If you have a script that you want updated or converted to MSEA. Post the script and what version it is. I will try to do my best next patch to update it for you.
Use this with Nullz MSHSCRC.dll and MS-Memory writer by nimo.
MS-MemoryWriter Download:
http://www.mediafire.com/?0nyzymvm2yk
MSHSCRC.dll:
http://www.mediafire.com/?m2zztw1emjl
No credits go to me.
No blink thing (to get hit continuouly)
Code: Select all
[Enable]
00958C13:
add eax,00000000
[Disable]
00958C13:
add eax,000003e8
7-miss godmode (miss 7 times get hit once)
Code: Select all
[enable]
alloc(7Miss,60)
label(7MissRet)
00952819:
jmp 7Miss
7MissRet:
7Miss:
mov [ebp+0c],00//KB
inc [7Miss+32]
cmp dword ptr [7Miss+32],07//Miss Amount
jg 7Miss+22
mov [ebp+08],00//Dmg
jmp 7MissRet
7Miss+22:
mov [7Miss+32],00
jmp 7MissRet
[disable]
00952819://39 5D 0C 75 ?? 39 5D
db 39 5D 0C 75 05
dealloc(7Miss)
Will update with more once im free. Enjoy. Will update them after Evan Patch too don't Worry.