Here is 2 ways :
1-either change MOV ESI,DWORD PTR DS:[EAX+C] to MOV ESI,15 and press assemble (with enabled Fill with Nop`s) it will be :
Code:
0077C5E1 BE 15000000 MOV ESI,15
0077C5E6 90 NOP
0077C5E7 |. 50 PUSH EAX
2-Or change JG SHORT Conquer.0077C618 to JG 0077C518 (The same address at the code JLE Conquer.0077C581 which lies 6 lines below + delete "SHORT" ) and press assemble (with enabled Fill with Nop`s) it will be :
Code:
0077C602 ^0F8F 79FFFFFF JG Conquer.0077C581
0077C608 90 NOP
0077C609 |. 50 PUSH EAX ; /x
its not about what i know or not its about help.. Many gay's make fun of people just cuz thay know what u ask for and i will say it again fuckoff
Quote:
Originally Posted by Best Coder 2014
any thread i saw here u just make fun of people so when i see your name on thread i Do not bother my self to see it cuz Ofcourse you are useless to any one but yourself
Here is 2 ways :
1-either change MOV ESI,DWORD PTR DS:[EAX+C] to MOV ESI,15 and press assemble (with enabled Fill with Nop`s) it will be :
Code:
0077C5E1 BE 15000000 MOV ESI,15
0077C5E6 90 NOP
0077C5E7 |. 50 PUSH EAX
2-Or change JG SHORT Conquer.0077C618 to JG 0077C518 (The same address at the code JLE Conquer.0077C581 which lies 6 lines below + delete "SHORT" ) and press assemble (with enabled Fill with Nop`s) it will be :
Code:
0077C602 ^0F8F 79FFFFFF JG Conquer.0077C581
0077C608 90 NOP
0077C609 |. 50 PUSH EAX ; /x
its not about what i know or not its about help.. Many gay's make fun of people just cuz thay know what u ask for and i will say it again fuckoff
any thread i saw here u just make fun of people so when i see your name on thread i Do not bother my self to see it cuz Ofcourse you are useless to any one but yourself
First I don't believe that you're the one who made that guide for it
(So why not give credits to the one, who did?) - This is exactly what I mean with my 'third' line.
Second, your English....
Third, I'd believe a lot of people don't tell others how to do such a thing cause it just get leeched away, most people don't even appreciate the work other people do (based on my own opinion)
Fourth, just for the OP, keep in mind with Magictype you do get caught easily which means easily getting botjailed.
Fifth, You don't ask it, you demand it. Not a good way to get to know something. There's a whole difference between ''Could anyone tell me how to..'' and ''I need to know how to..''
(Also i'd honestly wonder, if you even understand what i'm saying here lol)
oh i do love how people copy and paste guides LOL, and then use constant values or addresses to find data, and wonder why 2 years later they don't work anymore...
oh i do love how people copy and paste guides LOL, and then use constant values or addresses to find data, and wonder why 2 years later they don't work anymore...
If I remember correctly, the constant in this case (186DA) is actually the "ID" of an entry in StrRes.ini, which hasn't changed since the game was released, I think? ... not that I'm defending these dumbasses, though.
Yea could be, i dont know not even looked at it. But the guide in general is pretty sucky, there is no explication how he got to that constant value or w/e he isnt explaining what the assembly is doing etc.
idon't even care for any of you all say any way this work for me and i did it in server i play on the only thing i want to say english is not my language .
about values or addresses if thay are Different now it still work the same way
and i did't say that iam the one how did guide read the first line (here is the way for any one need it)
i did't say that i did it i just found and i copy it to help other how search for some thing like that
any way i hate this forum cuz people like you i will never ask or log in here
cuz its useless like u all
idon't even care for any of you all say any way this work for me and i did it in server i play on the only thing i want to say english is not my language .
about values or addresses if thay are Different now it still work the same way
and i did't say that iam the one how did guide read the first line (here is the way for any one need it)
i did't say that i did it i just found and i copy it to help other how search for some thing like that
any way i hate this forum cuz people like you i will never ask or log in here
cuz its useless like u all
English is not my native language either lol, it's no excuse. You hate this from yet you're here arguing/complaining
[Question] OllyDbg 03/20/2014 - S4 League - 5 Replies Hello
Iam a new reverser So i use ollydbg to breakpoint a function in S4Client.exe
But my problem is ollydbg crash the game every time i breakpoint it
I use HackShield Bypass of course but it still make the game crashes
I use StrongOD Plugin
[question] about OllyDBG 07/19/2012 - CO2 Private Server - 2 Replies i want to run conquer.exe directly without play.exe ... to where should i lead jmps to ? .... i have been trying for the last 4.30 hrs . any help :(
Quick Ollydbg question 12/24/2009 - Mabinogi - 16 Replies Recently installed Windows 7 and when I load skill.dll, it looks like this
http://i45.tinypic.com/2qmern9.png. Any solutions? =3
[Question] ollydbg 07/10/2009 - Kal Online - 4 Replies kann man mit ollydbg die gm comamnds von einem server rausfinden`?
wenn ya in welchem der fenster und nach was suchen?
http://250kb.de/u/090708/j/c439bec4.jpg
Quick Ollydbg Question 04/12/2007 - General Coding - 2 Replies I'm trying to move an entire function into a codecave. The function itself isn't particularly large but it's inefficient and prone to errors for me to simply copy by hand the code into the cave. I can copy the data to a clipboard, but can't seem to find a way to paste it into the cave.
Is there a better program to do this with? I also have IDA Pro.