I have the same problem: dc to jump or run with speed.
Conquer is the spanish version but so far I have not had a problem to follow the thread. In previous patches I've changed ok.
I searched several different memory addresses to save the counter but the result is the same: invalid jump / invalid walk
dc not be the first jump. only if I followed several and the run equally, if I run far then dc.
i try many exe , i try exe by _fobos_ and UCo exe and same result dc
i think a problem from TQ to give result invalid jump / invalid walk
Dr Yeti learn me how can update his tool and i do all goods and for 2 days i try to find good
memory addresses to keep speed without dc but all same
note: original exe for TQ is dc and give invalid jump / invalid walk
i try many exe , i try exe by _fobos_ and UCo exe and same result dc
i think a problem from TQ to give result invalid jump / invalid walk
Dr Yeti learn me how can update his tool and i do all goods and for 2 days i try to find good
memory addresses to keep speed without dc but all same
note: original exe for TQ is dc and give invalid jump / invalid walk
Fine, ill update my multi so it wont d/c on walk,
Seriously it works perfectly for jumping.
unless you run around, Ill fix the running too.
edit: alright, added so it wont d/c on running aswell,
i kind of liked the idea that people could only use speed to jump lol
_fobos_, unfortunately i can't use your multi because i play the spanish version. Give us a clue where this problem. There are more calls to gettime? There are some later validation that can be modified on the client? we must relocate the code where they do not bother? we have to find the push of error (strres.ini) to patch too?
Tell us the direction that we move
_fobos_, unfortunately i can't use your multi because i play the spanish version. Give us a clue where this problem. There are more calls to gettime? There are some later validation that can be modified on the client? we must relocate the code where they do not bother? we have to find the push of error (strres.ini) to patch too?
Tell us the direction that we move
GW Gate/Wall Jump:
search for/all referenced text strings "MsgAction.cpp"
double click the very last one(below "Mine")
nine lines below you should see(the address could be different)
Code:
004D720F .^\E9 40F8FFFF JMP Conquer.004D6A54
004D7214 > 8B5B 3C MOV EBX,DWORD PTR DS:[EBX+3C] ; Case 6C of switch 004D6A68
all we need to do is double click and change the "MOV EBX,DWORD PTR DS:[EBX+3C]"
into "JMP 004D6A54" making sure fill with NOP's is checked it should end up something like:
save as normal and bobs your uncle.
Im not sure if this is the right way to go about it but it works fine for me.
Im also not sure but you may have to of edited the high wall jump
explained here
oh and also a big thank you to *M* for releasing some source.
I personally never wanted to release the GW walljump, this way I could "control" the cheating on pvp places a little bit. (Even that I explained how to do various things I dislike people who cheat on PvP)
But yah.. Nice guide. :P (If it works, haven't tested.)
well i figured seeing as *M* released some source that kinda just led me right to it
I didnt think it would hurt to much and i dont like the idea of only proxy users having it easy.
anyhow i can remove it if you wish, its not like its the modded exe.
Currently I zero out 3deffect.ini and 3deffectobj.ini for TG clients, removing all effects to reduce lag. That worked fine until 5076, then it seems TQ started making use of the debug folder and I now have error logs reaching 2+ GB per day containing error reports about missing effects, etc. My question is, how to disable the error log creation via NOPing some code or whatever. I tried NOPing out the code where it opens/appends data to the file, tried changing the method it uses to open the file (from a+ to r). It stil manages to create and append to teh file.
I personally never wanted to release the GW walljump, this way I could "control" the cheating on pvp places a little bit. (Even that I explained how to do various things I dislike people who cheat on PvP)
But yah.. Nice guide. :P (If it works, haven't tested.)
Currently I zero out 3deffect.ini and 3deffectobj.ini for TG clients, removing all effects to reduce lag. That worked fine until 5076, then it seems TQ started making use of the debug folder and I now have error logs reaching 2+ GB per day containing error reports about missing effects, etc. My question is, how to disable the error log creation via NOPing some code or whatever. I tried NOPing out the code where it opens/appends data to the file, tried changing the method it uses to open the file (from a+ to r). It stil manages to create and append to teh file.
How to use OllyDBG 12/13/2009 - 12Sky2 - 1 Replies Is there any tutorial for this program? I want to learn how to hack 12Sky but I don't know how to use it. I know some basics but nothing more. I know to work in CE and in AutoIT really well.
[Help]Ollydbg. 12/10/2009 - Mabinogi - 4 Replies I didnt have problems until today.
For some reason, when i open any dll with ollydbg this error message pops up.
If you dont mind, help me with this problem.
Ollydbg help 08/03/2009 - Dekaron - 23 Replies I am trying to get a GM hack working, but I am still pretty noob with olly and assembly language. Is there anybody who would be willing to help me along, or work on it with me? I'm not asking for somebody to tell me what to do, just for somebody to give me a few pointers and tips and such to get this going.
What I did was backtrack a few of the gm commands using the call tree, and I ended up at the same offset for each code (0050CE37). So, I'm assuming that is the line that determines if...
OllyDBG 07/16/2009 - Perfect World - 5 Replies hey can i have question what can i do with ollydbg at pw all? can i change my atk or gold with them? pls tell me what all can i do with this programm at pw:handsdown:
OllyDBG Help 03/25/2008 - General Coding - 4 Replies Hi,i recently heard you could dupe items in ROSE Online with OllyDBG,it's patched already,and i was wondering if this works with any game.If so,could someone release a Tutorial or something to help me understand how to use OllyDBG better?
I'm sorry if there is one already posted,i searched and couldnt find any.