Login Register






[VB6] [Source] Clickbot filter_list
Author
Message
[VB6] [Source] Clickbot #1
[Image: ClickBot.png]

I had a thought about making a click-bot for Flash games. So I searched for APIs suitable for this.
Thanks to allapi.mentalis.org and this post

What it does:
  • Gets the current color under the Cursor.
  • Check if it is the RGB color it has to Click.
  • If it is, then it simulates MouseClick on the Pixel.

Note: Do NOT decrease interval too much. Clickbot will become too annoying.

It can be easily ported in VB.NET/C# since APIs are doing most of the work.

[link=http://www.mediafire.com/?a401qa53seps0t2]Download Source[/link]

Note: It does not scan the entire screen for a color, only what's under the cursor. It's just a concept, you can modify it to scan the screen and pick a segment of image to match in place of a pixel to make it more effective.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: [VB6] [Source] Clickbot #2
thanks for the thing Biggrin

btw can you make a 2008 and up click bot source?
Pierce the life fibers with your drill.

Reply

RE: [VB6] [Source] Clickbot #3
I'll see what I can do. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: [VB6] [Source] Clickbot #4
This is awesome, but sadly I don't understand much from the code Biggrin

actually, how hard would it be in VB.NET to make something similar, with the difference, that it would search selected area for the color? Thanks Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [VB6] [Source] Clickbot #5
This is awesome, but sadly I don't understand much from the code Biggrin

actually, how hard would it be in VB.NET to make something similar, with the difference, that it would search selected area for the color? Thanks Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: [VB6] [Source] Clickbot #6
(03-19-2011, 11:11 PM)1llusion Wrote: This is awesome, but sadly I don't understand much from the code Biggrin

actually, how hard would it be in VB.NET to make something similar, with the difference, that it would search selected area for the color? Thanks Smile

It would me much easier actually. Additionally, you will need to Loop two dimensions, width and height, to find out the pixel or block of pixels in the current Bitmap.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: [VB6] [Source] Clickbot #7
(03-19-2011, 11:11 PM)1llusion Wrote: This is awesome, but sadly I don't understand much from the code Biggrin

actually, how hard would it be in VB.NET to make something similar, with the difference, that it would search selected area for the color? Thanks Smile

It would me much easier actually. Additionally, you will need to Loop two dimensions, width and height, to find out the pixel or block of pixels in the current Bitmap.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: [VB6] [Source] Clickbot #8
Link updated.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: [VB6] [Source] Clickbot #9
Hotfile sais

This file is either removed due to copyright claim or is deleted by the uploader.

Reply

RE: [VB6] [Source] Clickbot #10
Link updated. Note added.
[Image: rytwG00.png]
Redcat Revolution!

Reply