Register for your free account! | Forgot your password?

You last visited: Today at 18:02

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

Advertisement



Auto-Stig bot

Discussion on Auto-Stig bot within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2006
Posts: 23
Received Thanks: 29
Auto-Stig bot

Hi, i am wanting to add a auto-stig bot to my PlvlPal program but am stuck as to what to do, I have done the following code to automate a mouse click but it only works on the window infront.

Code:
[DllImport("user32.dll",CharSet=CharSet.Auto, CallingConvention=CallingConvention.StdCall)]
public static extern void mouse_event(long dwFlags, long dx, long dy, long cButtons, long dwExtraInfo);

private const int RIGHTMOUSEDOWN = 0x08;

private void MouseClick(int x, int y)
{
  Cursor.Position = new Point(x,y);
  mouse_event(RIGHTMOUSEDOWN,Cursor.Position.X,Cursor.Position.Y,0,0);
}
ofc this isnt good enough as it needs to stig whilst in the background. Am I on the right track? is there something that i need to do extra to make it send the click to a background task? If im on track or not, is there a good tutorial that anyone can suggest?

Thanks, Origonal
Origonal is offline  
Old 12/26/2008, 03:32   #2
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
I believe they made a check of some sort to disable the background clicks? Correct me if I'm wrong. However you could try to look up on the ASM code that constructs the attack function and then intercept it. I'm not sure though how good you're at ASM (and I haven't looked into it either so I can't really help you at this matter) so it might be a sligthly hard to do. :P
tanelipe is offline  
Old 12/26/2008, 03:44   #3
 
elite*gold: 0
Join Date: Apr 2006
Posts: 23
Received Thanks: 29
hmm your probably right about them stoping background clicks, someone else said a similar thing to me but wasnt sure. as for ASM, ive done very little of that, and it wasnt even real assembly code, only a specially designed language to help me get used to assembly syntax. maybe the autostiger is byond my current programing skills, so unless anyone else has any ideas ill drop it.
Origonal is offline  
Old 12/29/2008, 11:26   #4
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 1
thx
emyfoster is offline  
Old 01/01/2009, 11:35   #5
 
elite*gold: 0
Join Date: Nov 2006
Posts: 65
Received Thanks: 284
I heard that those background clicking things still work, atleast that's what they say about my background working bot. I haven't tested it out myself for latest patches, so I can't say that for sure.
mr.anzi is offline  
Reply


Similar Threads Similar Threads
auto stig
03/31/2009 - Conquer Online 2 - 2 Replies
i need auto stig but when i downloaded it this what it came: line -1: error:Array variable subscript badly formatted why :rtfm:
About AUTO STIG
10/19/2006 - Conquer Online 2 - 3 Replies
Could u guys help me to find AUTO STIG bot? tnx. :ops:



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


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.