2 questions
1 ive seen that there is a multi that lets you press tab button to disappear all people anywhere feature can someone explain how to do this
2 is there a way i can hide a signature or something in a multi so i know its mine or was made by me lets say i wanted to add danielaussie in there somewhere what is the eastest way to do this
2 questions
1 ive seen that there is a multi with tab button work anywhere feature can someone explain how to do this
2 is there a way i can hide a signature or something in a multi so i know its mine or was made by me
for no 1, did u even read that thread ?
it has ur answer
no i didnt ill admit im an idiot
when i did read it bam there was the answer i needed
ty for all the help
still looking for an easyer way to add a name to multi most of that codecaves went over my head
no i didnt ill admit im an idiot
when i did read it bam there was the answer i needed
ty for all the help
still looking for an easyer way to add a name to multi most of that codecaves went over my head
where exactly would you like to do that?
when would you like to see your sig?
any where in the exe lets say the middle for instance
so its kinda hard to find but i know where it is
if u give me an example then i can move it anywhere to hide it again
See the part in bold?
This is where Conquer calls timeGetTime to find out how many milliseconds have passed since your computer started, and then it stores that value in the EAX register.
It then substracts that value with a variable ([ESI+C1C]) that keeps track of when you last moved your mouse around inside the CO window.
After that, the result is compared with a fixed value ([71E468]) which is 180000 milliseconds (3 minutes).
So basically it just checks to see if you've been inactive for more than 3 minutes, and if you have it will send a packet to the server telling it that you're afk.
There's lots of ways to bypass this, but here's a very simple and easy solution.
All you have to do is change this using ollydbg (or whatever you prefer):
The JB instruction jumps to 0054F9BC if your inactivity is less than 3 minutes, so we change this into JMP so it will always jump to 0054F9BC no matter how many minutes you have been inactive, thus disabling the "Away temporarily" status.
Remember to save your changes by right-clicking -> "Copy to executable" -> "All modifications" -> "Copy all" -> right-click -> "Save file"
How Can i find JB SHORT Conquer.0054F9BC ...?
Thx Alot
Open Conquer.exe In OllgyDBG > RightClick Search For All Intermodular Calls
Just Type In OpenMutexA It Will Find That Command For You
Patch That JE I Highlighted Into JMP, Your Done Just Save Your Client
I Will Be Glad To Post Other Conquer.exe Editing Tutorial Pictures If Requested
**** man i find OpenMutexA by new way but that coz of ur help really thx man " do u have any idea about how to run Conquer.exe directly and wall jump " thx
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.