can/how do u go from assembly code to hex?

10/14/2009 04:16 omgd00d123#1
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?
Code:
cmp dword ptr [eax+08],13   ---->  83 78 08 13 0F 84
10/14/2009 05:30 zizagoo#2
Change the scan type to array of bytes. then search for 83 78 08 13 0F 84. This is a faster way to find the offset for your scripts. Btw your searching for the auto pot offsets. 0052D09F
10/14/2009 21:58 omgd00d123#3
i know thats autopots, , but i was just using that as an example what im trying to find is this

Code:
mov ebx,[eax+ebx*4+00000898]
but in hex vallue for array of bytes scan not in the form it is now
10/15/2009 01:15 zizagoo#4
lol not allow to give you offsets for skill hacks :P. you already got the code you should easily be able to find the offsets.
10/15/2009 01:17 bottomy#5
Quote:
Originally Posted by omgd00d123 View Post
i know thats autopots, , but i was just using that as an example what im trying to find is this

Code:
mov ebx,[eax+ebx*4+00000898]
but in hex vallue for array of bytes scan not in the form it is now

just type it in CE or ollydbg and get the bytes for it then.
10/15/2009 02:03 omgd00d123#6
i got it thnx.
10/15/2009 06:58 -8gX#7
+Report #3 - The posting of skill hacks or anything related to skill hacks is strictly forbidden.
10/15/2009 09:24 trane.#8
Quote:
i got it thnx.
Ok then I can close this thread.