Register for your free account! | Forgot your password?

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

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

Advertisement



[RELEASE][.NET] Hooking library, take two

Discussion on [RELEASE][.NET] Hooking library, take two within the CO2 Programming forum part of the Conquer Online 2 category.

Closed Thread
 
Old 05/31/2012, 21:06   #31
 
elite*gold: 0
Join Date: Apr 2007
Posts: 223
Received Thanks: 30
also need the new mapinfo address if anyone can get the updated address
PKDemon is offline  
Thanks
1 User
Old 06/04/2012, 02:26   #32
 
elite*gold: 0
Join Date: Aug 2010
Posts: 940
Received Thanks: 76
What else changed? Can click the checkbox to get a "autohunt enabled" message but writing it gives no message so does that mean packets changed?

And PKDemon I'm going to hazard a guess that the new mapinfopointer is "8B7CA4"? I can't see it properly on the laptop I'm using for whatever reasons BUT I was able to see parts of it and have to assume it's issues with the laptop and the screen resolutions. Been trying to get the laptop working properly since I have had the chance to use it.

Test it and let me know if it is correct, I can't properly test until I'm back at home on my own computer which isn't happening for another two weeks >.<
denominator is offline  
Old 06/19/2012, 12:50   #33
 
elite*gold: 0
Join Date: Jan 2007
Posts: 118
Received Thanks: 20
client will close after attaching its process to the application with the new patch.
xmen01235 is offline  
Old 06/19/2012, 15:47   #34
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by xmen01235 View Post
client will close after attaching its process to the application with the new patch.
Yes and it will keep crashing because TQ has just added some anti-debugging tricks.. ***** like its gonna do them any good
{ Angelius } is offline  
Old 06/19/2012, 16:38   #35
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Have you tried hooking IsDebuggerPresent?
IAmHawtness is offline  
Old 06/19/2012, 19:57   #36
 
elite*gold: 0
Join Date: Sep 2008
Posts: 490
Received Thanks: 595
Quote:
Originally Posted by IAmHawtness View Post
Have you tried hooking IsDebuggerPresent?
I dont use this but couldnt u just patch the IsDebuggerPresent with mov eax,0
_fobos_ is offline  
Old 06/19/2012, 20:47   #37
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by _fobos_ View Post
I dont use this but couldnt u just patch the IsDebuggerPresent with mov eax,0
Yeah, true
IAmHawtness is offline  
Old 06/20/2012, 07:52   #38
 
elite*gold: 0
Join Date: Jan 2007
Posts: 118
Received Thanks: 20
Quote:
Originally Posted by IAmHawtness View Post
Yeah, true
How?
xmen01235 is offline  
Old 06/20/2012, 15:19   #39
 
elite*gold: 0
Join Date: Sep 2008
Posts: 490
Received Thanks: 595
Quote:
Originally Posted by xmen01235 View Post
How?
Seriously?? The answer is given lol...
Patch IsDebuggerPresent with mov eax,0
notice test eax,eax under IsDebuggerPresent? that's the answer it needs...
Read next time =P Of course there's more ways to do this, this is just an easy and simple fix, if you want to know more i'd suggest reading some debugging tutorials! Good luck!
_fobos_ is offline  
Old 06/22/2012, 10:55   #40
 
elite*gold: 0
Join Date: Jan 2007
Posts: 118
Received Thanks: 20
Quote:
Originally Posted by _fobos_ View Post
Seriously?? The answer is given lol...
Patch IsDebuggerPresent with mov eax,0
notice test eax,eax under IsDebuggerPresent? that's the answer it needs...
Read next time =P Of course there's more ways to do this, this is just an easy and simple fix, if you want to know more i'd suggest reading some debugging tutorials! Good luck!
I am an assembly idiot bro sorry for that...

SendPacketAddress = 0x6C9B69 ?
RecvPacketLoopAddress = 0x6C5E85 ?

With the address above, I can see the sendpacket but the receivepacket wont show at all. Please help me check if my address is correct.
xmen01235 is offline  
Old 06/24/2012, 03:25   #41
 
elite*gold: 0
Join Date: Jan 2007
Posts: 118
Received Thanks: 20
Finally I made it to run but there was a problem, it will crashed once i will press F12 for screenshot.
xmen01235 is offline  
Old 06/27/2012, 15:53   #42
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by xmen01235 View Post
How many had been 1day banned for using this library?
"This library"shouldn't get anyone banned, as long as they use it correctly..
Zeroxelli is offline  
Old 06/27/2012, 17:17   #43
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by Zeroxelli View Post
"This library"shouldn't get anyone banned, as long as they use it correctly..
I think they have actually started detecting debuggers, and it's something other than IsDebuggerPresent/CheckRemoteDebuggerPresent.
I would advise people to not use this anymore until there's a fix.
Since there's like a thousand ways to detect a debugger, I doubt I have the patience to look into it though.
IAmHawtness is offline  
Old 06/27/2012, 17:56   #44
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by IAmHawtness View Post
I think they have actually started detecting debuggers, and it's something other than IsDebuggerPresent/CheckRemoteDebuggerPresent.
I would advise people to not use this anymore until there's a fix.
Since there's like a thousand ways to detect a debugger, I doubt I have the patience to look into it though.
Oh, wow.. TQ actually doing something smart, that makes sense? That's shocking. They must have hired some real coders for once.

I guess that kills memory based hacks for a bit.
Zeroxelli is offline  
Old 06/27/2012, 17:59   #45
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by Zeroxelli View Post
Oh, wow.. TQ actually doing something smart, that makes sense? That's shocking. They must have hired some real coders for once.

I guess that kills memory based hacks for a bit.
I know, I couldn't believe it either
IAmHawtness is offline  
Closed Thread


Similar Threads Similar Threads
Release Library
06/04/2013 - Maestia - 6 Replies
Here are all the working Releases and Tutorials. Speed Hack: This will increase your movement speed http://www.elitepvpers.com/forum/maestia/1288146- release-maestia-speed-hack-v-1-x86-64-a.html Hackshieldkiller, Bot,...: The bot will level automatically. The Hackshieldbypass will bypass the Hackshield, so you wont get kicked.
[Demo-Release] Blackboard Library 2.1
08/17/2012 - Coding Releases - 11 Replies
Wolltest du schon immer mal dein eigenes kleines Spiel programmieren und dich nicht um das Rendern kümmern? Dann hab ich genau die richtige Library für dich. Mithilfe dieser Library - sofern du weißt was das ist - kannst du simple Spiele wie z. B. Pong, Snake und ähnliches programmieren, ohne einen großen Aufwand zu haben. Natürlich solltest du die Sprache C++ einigermaßen beherrschen und nicht mehr nachfragen müssen, was eine Klasse oder eine Schleife ist. Übrigens ist diese...
[Release] Advanced hooking
05/07/2012 - CO2 Programming - 187 Replies
Advanced hooking Have you ever needed a simple way to control an application without having to resort to DLL injection? I decided to release a class library for .NET applications that allows you to easily manipulate a remote process by using debugging techniques. All you have to do is add it as a reference to your project, and you're ready to use it. You can see the sample I provided if you're unsure of how it works (can easily be translated to C#, which someone already did (thanks)) The...
[Release]Big Script Library
07/25/2010 - SRO PServer Guides & Releases - 0 Replies
I think its a good idea to open this Topic. I need Your Help. Sent me your own made Scripts and i upload them here. It does not matter if there is already a script by the mob. Only Self made scripts!!! What To Post? Post me not the text file.Post me the script!!! Scorpion 1 by Th3Stalker
C++ D3D Hooking
08/24/2009 - C/C++ - 12 Replies
Hallo zusammen, ich stehe gerade vor folgendem Problem: ich habe eine DLL und einen Loader gecoded, jedoch will ich anstelle des Loader einen Injecter haben, sprich: das spiel, in das injected werden soll, soll schon laufen. Natürlich hab ich das ganze schon probiert, jedoch werden die D3D-funktionen nicht wirklich gehookt, da die DLL auf ein Direct3DCreate9 wartet. Da diese Funktion aber wahrscheinlich direkt beim Starten des "Opfer-Spiels" ausgeführt wird, werden deswegen die anderen...



All times are GMT +2. The time now is 01:25.


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.