I already know how to unpack cabalmain.exe, but my question is where will I change the 1 byte for DC flag? Will I use CE (code caving/or just freezing values) or do I have to make changes to cabalmain.exe itself?
Also, I don't have a clue if there's such a thing as a "live" debugger. Wherein if I attach a debugger to the process, and if I do something in-game like equip a bracelet, will I see the debugger change? (if it will point if I jumped into something etc)
I already know how to unpack cabalmain.exe, but my question is where will I change the 1 byte for DC flag? Will I use CE (code caving/or just freezing values) or do I have to make changes to cabalmain.exe itself?
Also, I don't have a clue if there's such a thing as a "live" debugger. Wherein if I attach a debugger to the process, and if I do something in-game like equip a bracelet, will I see the debugger change? (if it will point if I jumped into something etc)
Thanks
o.O LiveDebug will show you the code thats in use as its used, Just get yourself DC from trying to stack, then on the code that your on in ollydbg just Traceback ONCE and your'll be on the Check that DC's you, change the value of the check (* I.e. E1 becomes E6 *) and yourve patched it... If you understand how to use ollydbg this should be pretty simple, im hardly going to give the exact address in the asm and the exact value to change otherwise no-one would do it themselves... but ill happilly point you in the right direction!.
I guess that easily attaching to cabalmain.exe isn't going to work using ollydbg, so first I have to unpack cabalmain.exe, run it normally, then attach ollydbg so I can actually what cabalmain.exe asm looks like? I understand that cabalmain.exe will still run even if its size change, epic fail for its security
I guess that easily attaching to cabalmain.exe isn't going to work using ollydbg, so first I have to unpack cabalmain.exe, run it normally, then attach ollydbg so I can actually what cabalmain.exe asm looks like? I understand that cabalmain.exe will still run even if its size change, epic fail for its security
Hint : Ollydbg plugins make life easiar.... <3 Bookmarkthis! and Hideolly Though I have about 22 plugins Learn to use them!
olydebug got detected by cabal whenever i run it...
should i attach the bypass program first to olly and start from there?
or is it ok to attach the game that it is running to olly (just like c.e.)
i know this will require hard work and im determined to take it. I just do not know where to start on cabal.
olydebug got detected by cabal whenever i run it...
should i attach the bypass program first to olly and start from there?
or is it ok to attach the game that it is running to olly (just like c.e.)
i know this will require hard work and im determined to take it. I just do not know where to start on cabal.
Just downloaded those plugin, hideolly and phantom.. I "think" I manage to get it to work. Since I don't pause anymore at dbgbrkpnt (I was fiddling around with exceptions in the option) since cabalmain and ollydbg wants me to pass exception to the program..
I don't know if it's correct but registers in my ollydbg keeps on changing values. Tried equipping bracelets then I dc, but my registers still keeps on changing values. and the only option I have left in run trace is either skip or set..
Any way how to "stop" olly from changing values when I dc? Is there any exception i need to uncheck or events?
Thanks a lot nova.
EDIT: found this interesting lines of asm in ollydbg, its from adapter.dll of cabalrider
all function have same format, just have to change this and that, so maybe if I create my own function at the bottom, then call it like this, will the server accept my packets? I'm assuming that this format is already pointed to get WinGetTime..
Breakpoint <---- DAMNNNN useful right about now id be saying for you
Also, It takes a longtime to get olly's settings just the way that works right for you, depending on what your doing diffrent settings will do diffrent things... I have alot of plugins because alot of the plugins are VERY good and VERY useful (* as hideolly has just shown you *)
OllyCallTrace maybe? Set a breakpoint everytime I get WSARecv func? Then Traceback a few steps? I guess that I get a WSARecv function whenever I "do" something in game...
Thanks again
EDIT:Tried setting up a breakpoint in WSARecv under WSA_32.dll executeable module.. i never breaked at anything, to my understanding, it must break everytime, since packet come and go even if I do nothing, therefore I should always receive 'WSARecv' func..
OllyCallTrace maybe? Set a breakpoint everytime I get WSARecv func? Then Traceback a few steps? I guess that I get a WSARecv function whenever I "do" something in game...
Thanks again
Correct and Correct... im glad at least there are some people round here capable of following basic tips to obtain results
(* Obviouslly you have to BP your way all the way to the Equiping item, removing BP's each time you see what there doing... *)
I really need to solve this problem, this has been my problem with olly for the past year since I started using olly (the reason why I keep giving up), I don't know "where" I'm currently at, all I see is the register window at the right side constantly changing. then while in the actual main window, I'm not pointed to where I'm actually at the memory..
another problem I encountered using BPs, I used BP on WSARecv and even WSASend func in WSA32dll, Program does not break at all.
EDIT: Ok found the ws32_dll api func.. I used send instead of WSASend and recv instead of WSARecv, and now I keep on breaking.. @_@
I really need to solve this problem, this has been my problem with olly for the past year since I started using olly (the reason why I keep giving up), I don't know "where" I'm currently at, all I see is the register window at the right side constantly changing. then while in the actual main window, I'm not pointed to where I'm actually at the memory..
another problem I encountered using BPs, I used BP on WSARecv and even WSASend func in WSA32dll, Program does not break at all.
some of the best olly plugins... :
Example of olly being used in this fashion,
oh and ... Relevant... much
*Edit, dont set BP's to break on all calls to it standardly, use the plugin I just posted
some of the best olly plugins... :
Example of olly being used in this fashion,
oh and ... Relevant... much
*Edit, dont set BP's to break on all calls to it standardly, use the plugin I just posted
LOL it's just what I'm looking for tracing only specific func using calltrace and recording of sockets (E.g wsarecv wsa send etc) using ollysockettrace
hmm do I need to parse packets just in order to remove the dc flag? and do I have to point it to WinGetTime? I thought it was as simple as changing 1 byte in the asm..
LOL it's just what I'm looking for tracing only specific func using calltrace and recording of sockets (E.g wsarecv wsa send etc) using ollysockettrace
hmm do I need to parse packets just in order to remove the dc flag? and do I have to point it to WinGetTime? I thought it was as simple as changing 1 byte in the asm..
It is unpack the exe and do it that way and its 1 byte, once This way, yourll be able to do alot more though ya you need to do this first anyhowz to see where in the exe the address is for the check you wanna edit...
For removing the dc flag, all I have to learn is removing dc flag by attaching ollydbg to process, get disconnected by wearing bracelets then tracing back to the dc flag, once i find the 1 byte and the value it should be changed to, on to the next step.
I unpack cabalmain.exe, which is packed with yoda 1.x / modified (which I think is a lie, since tuts for yoda 1.x dont match with cabalmain.exe). Go to that 1 byte, change it to the value that it should be to avoid dc flag, the copy all modifications to cabalmain.exe. pack cabalmain.exe again (is this required or no?) then equipping bracelets/earring should not dc me anymore
So if I want to do a lot more than this, I should learn packet parsing and decryption (client can do this for me to my understanding )??
[Discussion]Removing Weapon hit(s) limitations. 12/15/2009 - Mabinogi - 20 Replies Was wondering, your thoughts/ideas about removing these restrictions.
Like a short sword "Normal 3 hit weapon"
I'd like to work on this, however. I'm clueless as to where to start or what to try.
DLL edits?
Maybe a PE saying "I've only hit once, let me keep slashing this bears throat s'more"
that sort of thing.
cause N + (figure 8 here) sounds pretty sweet.
Removing Dc Flag guides. 09/26/2009 - Cabal Online - 5 Replies Hey all.
I need a bit help with this ... i was reading all removing dc flag threads but i dont understand much, can someone give me bit of guides that will help me with this ?
ok i have bypass , but i need really good guides bcoz im noob :(
cabal discussion. and program discussion xtrap killer 08/02/2009 - Cabal Online - 1 Replies now alot of people had the chance of trying how to hack and such, google only gave me small hints on bypassing and factors. on my search of learning how to bypass xtrap i came across an interesting pogram... " Xtrap Killer 2279"
a person named of Irius or some sort made the program.
Cheat Engine :: View topic - X-trap Killer 2275
it was at the cheatengine site so i thought maybe the community can take a look at it! since this is trusting enough.
i managed to understand how to...
Binary Discussion Discussion 04/08/2009 - CO2 Private Server - 10 Replies I dont think thats going to work, youve just made yourself a hell of alot of work :rolleyes:
Would be better to ban advertising servers in this section since 90% of people moved over to binarys anyway, theres barely any source code released because everyone either uses LOFT or the binarys, neither of which really need code (LOFT needs a complete rewrite but nothing really specific)
I would release a few things but all i can only really give out is some classes, all of my systems are...