I'm new in this forum, i am bored and decided to show my asm skills on aqw. I bypassed disconnect timer with cheat engine, if you're interested, then you can install cheat engine and use this script like in the video.
How to use?
-Run script.
-Attach it to Grimoire 3.8 (I didn't test it on other versions of grimoire)
-When you disconnected, just enable script.
-When you see login button again, disable script.
-Then connect to another server (not same which you disconnected)
man im out here wondering if people can exploit the shit out of this game before its transferred onto the Mobile platform
//Approved
This would be useful if somehow anyone could just make it into a plugin, that way you don't have to worry about using cheat engine and manually do it. Just a thought tho.
Originally Posted by kayronsuo
This would be useful if somehow anyone could just make it into a plugin, that way you don't have to worry about using cheat engine and manually do it. Just a thought tho.
I don't have any idea about how to convert ce script to grimoire plugin. If anyone can, here is the ce script:
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [edi],(int)6
pop edi
pop esi
pop ebp
exit:
jmp returnhere
"Flash.ocx"+95F438:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Flash.ocx"+95F438:
mov [edi],esi
pop edi
pop esi
pop ebp
//Alt: db 89 37 5F 5E 5D
Me neither bud, hope somebody sees this, it will be really useful :P
This is useless, the only thing this does is skip the client-sided dc cooldown, you still can't connect to the same server for 60s, you could already do this even with just a speedhack.
Originally Posted by qaqweraq@@@
This is useless, the only thing this does is skip the client-sided dc cooldown, you still can't connect to the same server for 60s, you could already do this even with just a speedhack.
Good luck hacking the server database then
nice
Originally Posted by 0n1k4g3
Good luck hacking the server database then
what else can you do on the cheat engine in aqw? I'm interested depending on your services I can pay
Originally Posted by 0n1k4g3
I'm new in this forum, i am bored and decided to show my asm skills on aqw. I bypassed disconnect timer with cheat engine, if you're interested, then you can install cheat engine and use this script like in the video.
How to use?
-Run script.
-Attach it to Grimoire 3.8 (I didn't test it on other versions of grimoire)
-When you disconnected, just enable script.
-When you see login button again, disable script.
-Then connect to another server (not same which you disconnected)