Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 12:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Is it tqanp.dll that causes the issue?

Discussion on Is it tqanp.dll that causes the issue? within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old 09/24/2013, 00:52   #16
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Another way around it.
Code:
char strPatch[] = "\x90\xe9";
unsigned char Half_Hour_DC_Bytes[] = { 0x81, 0xC1, 0x40, 0x77, 0x1B, 0x00 };

int Half_Hour_DC_Address = ASM::FindPattern(0x005A25CE, 0x0068532C, Half_Hour_DC_Bytes, 6) + 8;

if(!Half_Hour_DC_Address || !WriteProcessMemory(GetCurrentProcess(), (void*)Half_Hour_DC_Address, strPatch, 2, &ByteRed)) { Message(2017"); return false; }

MODULEINFO mi = {0};
HMODULE TQANP = GetModuleHandleA("TQAnp.dll");
if(TQANP)
{
	GetModuleInformation( GetCurrentProcess(), TQANP, &mi, sizeof(mi) );
	int TQANP_Address = ASM::FindPattern((int)TQANP, (int)(TQANP + mi.SizeOfImage), TQANP_Bytes, 3) - 24;
	char strPatch[] = "\xEB";
	if(!TQANP_Address || !WriteProcessMemory(GetCurrentProcess(), (void*)TQANP_Address, strPatch, 1, &ByteRed)) { Message(2018); return false; }
	return true;
} 
Message(2019);  return false;

//Hooks/patches/code/etc goes here and none of it will be detected.
{ Angelius } is offline  
Thanks
1 User
Old 09/25/2013, 16:58   #17
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
Nishikado this is the one I am using

denominator is offline  
Old 09/25/2013, 23:58   #18
 
elite*gold: 0
Join Date: Jun 2007
Posts: 96
Received Thanks: 12
Quote:
Originally Posted by lina111 View Post
thhis tutorials is dead Because TQ changed locations and names of many dll
i watched those tutorials and bypassed the AntiRobotClient.dll and tqanp.dll protection, but you need to do it without breakpoints in ollydbg
atef201080 is offline  
Reply


Similar Threads Similar Threads
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



All times are GMT +2. The time now is 12:18.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.