I am still trying to learn assembly, but I'm getting better. I found a tut that looked really promising (by Lela or something), but it was all about cracking registration things and such, which doesn't really help me with 2Moons. So if anybody has a tut that is more guided to game hacking, a link would be greatly appreciated.
Anyway, here is what I need help with. Here is the part of the code I'm looking at:
What I need is for it to jump to the cases 1,2. I have tried changing the JA SHORT to 0050CE4C, but that didn't work...
Your monitor sucks, buy a new one. :P
Replace the "JA ......" (lol sounds funny if you are german^^) with
"JMP 0050CE4C".
I'm not sure if it will work, since I'm not certain how cases are made in asm.(Maybe there is a pointer somewhere...)
This JA... is a conditional jump, it will only jump to 0050CE51 if the default case of the switch is true.
Does it help if I tell you that serverside commands do not work anymore because Acclaim gave their GMs a new client?
Quote:
I found a tut that looked really promising (by Lela or something), but it was all about cracking registration things and such, which doesn't really help me with 2Moons.
You need to understand the whole machine, before you change a bolt. Continue the Tuts!
And again, buy a new monitor you can hardly read the stuff on it.
lol, my monitor is fine, i just used printscreen, so it shrunk the pic. Left click on it to make it bigger. I think I tried that, but I'll try again just in case
as for server-sided commands, I still think they can be done. One of my friends has it working, I just don't know how xD
But yeah if you want to execute the case 1,2 always just change the JA (JumpIfAbove) to JMP (Jump) as xhugox said.
And about the tutorials, if you're reading the tutorials by Lena151 I suggest that you continue. I've read the whole series of the tutorials (40) and that's about how I learned using Olly and started to understand the PE structure .
EDIT: Change the instruction by clicking it once and press SPACE. Then write "JMP 0050CE4C" without the quotes.
can/how do u go from assembly code to hex? 10/15/2009 - Dekaron - 7 Replies im trying to find an offset and assembly scan takes forever, could someone tell me if its possible to go from the assembly code to the hex value, if so how do you do it?
cmp dword ptr ,13 ----> 83 78 08 13 0F 84
Assembly code Problem 08/16/2009 - Dekaron - 0 Replies Hi i have the assembly code for a hack and i want to find the proper adress for the hack but when im searching in CE the assembly scan returns nothing.
Btw for the others hacks assembly scan returns something.
Thats the code i wanna get movzx eax,word ptr
Why this could be happening?
thanks
[Release] Assembly in C# 10/29/2008 - CO2 Programming - 7 Replies Hello,
With this .cs (C# Class) file, you can perform BASIC asm commands, such as
mov ebp, esp <-- asm.Mov_EBP_ESP();
call dword ptr ds: <-- asm.Call_DWORD_Ptr(0x00873A1F);
ret <-- asm.Ret();
Assembly in C# is NOT my creation, however, I have modified the source to enable Call's that are not 'Dword Ptr's (this was difficult because to figure out the opcode for jmp ADDY, you have to perform a math sequence on the ADDY (intTohex(((TargetCall - OldAddress) - 10), 8) due to the jmp TARGET...
SV trace assembly code 10/20/2008 - CO2 Guides & Templates - 506 Replies Sorry this thread isn't work anymore since patch 4346. Please goto this link.
http://www.elitepvpers.com/forum/index.php?act=ST& amp;f=53&t=42366&s=
*** History ***
First thing to do is download all program that require,
1. Download SV (2 files of them)
Download link for SV for patch 4337 is posting below please find it.