What needs changing to open Conquer with a bot? I got the send and recv addresses but Conquer opens then closes immediately?
I've checked videos about it but it appears that the videos are just about allowing Conquer to be opened by olldbg which I can already do with various plugins.
What needs changing to open Conquer with a bot? I got the send and recv addresses but Conquer opens then closes immediately?
I've checked videos about it but it appears that the videos are just about allowing Conquer to be opened by olldbg which I can already do with various plugins.
I had this same problem with my bot (when I used to log packets) in the client. I would also appreciate a solution to that problem. Also, moved to the right section.
It was a question??? This is a programming section NOT the question section lol.
On topic unless it's something that TQ have added which nobody noticed?
Quote:
Originally Posted by andyd123
Welcome to the CO2 Programming section. In this section it is okay to talk about:
Programming Help
Yeah, it is something TQ added (a check that I was unable to find). I know exactly what you're talking about. It closes right as it's about to show the world.
Yes, it's probably tqanp.dll. It's not very hard to completely bypass that module, but I did it a year or so ago. Since then, they may have added some other fun stuff. There's also protection in the executable, but I don't remember anything preventing hooking in it - most of what is in the executable is just monitoring.
Bypassing tqanp.dll will surely get you restricted. That one is reasonable for all the anti-bot exchanges between you and TQ servers, not sending a valid response or not sending one at all will get you restricted/sent to 1-day jail within 7 minutes after login.
I won't be sharing any information on how to bypass anything that would get you banned "memory wise" because i worked too hard to get that information. however they only advice i can give atm is to rebuild the exe itself with your hooks/asm patches inside. it will take a lot of work to pull that off but trust me its worth it and it will take a lot of effort to detect that :P
Quote:
Originally Posted by lina111
thhis tutorials is dead Because TQ changed locations and names of many dll
That's because you have no idea what you are doing or else you would have found the answer just by watching the 1st tutorial.
however they only advice i can give atm is to rebuild the exe itself with your hooks/asm patches inside. it will take a lot of work to pull that off but trust me its worth it and it will take a lot of effort to detect that :P
Uhm, they're already detecting changes to the Conquer.exe file. That's easy as hell to check too, make a checksum of the original .exe file and compare it against your modified .exe
Uhm, they're already detecting changes to the Conquer.exe file. That's easy as hell to check too, make a checksum of the original .exe file and compare it against your modified .exe
They are scanning the .text section for any modifications. hence: Hardware breakpoint at 00401000 and login.
.data is the original section and my code goes into .data1 which is a new section that i have created.
As for "That's easy as hell to check" its also as easy to fool the process into scanning a section that I created which will be a copy of the original section that's being scanned which i have already done. Not because a copy is needed at the time but just in case.
actually tqanp is just client protection, yes it possibly comunicates with the server, but ive used the client for a while now by writing a bypass dll to compensate. as soon as the dll has been bypassed attaching olly and injecting code now becomes possible again..
Regarding the 7 minute 1 day jail. hasnt happened to me yet 0.0
They are scanning the .text section for any modifications. hence: Hardware breakpoint at 00401000 and login.
They're detecting debuggers as well, so whatever it is you're saying using hardware breakpoints isn't really that simple, unless you know what you're doing.
KTS Issue 03/30/2012 - Rappelz - 2 Replies I have bought a VPN and registered an account etc
But trying to login i get this error
I have had a look on their forums and server status and think its down for maintenance but im not too sure. If its not why am I getting this error?
C# issue 01/27/2012 - CO2 Private Server - 5 Replies Well i wanted to know the deff bet these 2 ways of using Dictionary
1st way is
public static Dictionary<uint, ClanArenaInt> ClanArena = new Dictionary<uint, ClanArenaInt>();
2nd way is
9D TH ISSUE 11/04/2011 - 9Dragons - 5 Replies Pls help me out pplz, i just installed D9 TH and i cant seem to get it working, i still cant update the patch >_> any tip to get the game working? :(
Little issue 10/13/2011 - Dekaron Private Server - 4 Replies Ladies and Gentlemen, i have a little and noob Problem.
I Downloaded the Aloken server files with the Dekaronserver.exe, Dekaron.exe and the character.bak (ItsNobody database).
I placed the dekaronserver.exe in the appropriate folder inside the virtual machine.
I placed the dekaron.exe in the appropriate folder inside the A9 client.
What i should do with the character.bak? i know it is something to do into databese, but i really dont know how i should start.
Can someone tell me...
[Sun Sro] Res Issue 07/19/2009 - SRO Private Server - 12 Replies Hi,
Basically I want to have my sun sro client run at 1440x900 res. I have chosen this in the launcher options, however in-game this option doesn't appear. In fact no 16:10 options do which is really screwing my aspect ratio.
Does anyone know of anyway to change the res on the sun sro client to 1440x900?
Cheers,
Profix