![]() |
[VB6] [Source] Clickbot - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [VB6] [Source] Clickbot (/Thread-VB6-Source-Clickbot) Pages:
1
2
|
[VB6] [Source] Clickbot - Coder-san - 12-02-2010 ![]() 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:
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. RE: [VB6] [Source] Clickbot - 1234hotmaster - 12-02-2010 thanks for the thing ![]() btw can you make a 2008 and up click bot source? RE: [VB6] [Source] Clickbot - Coder-san - 12-02-2010 I'll see what I can do. ![]() RE: [VB6] [Source] Clickbot - 1llusion - 03-19-2011 This is awesome, but sadly I don't understand much from the code ![]() 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 ![]() RE: [VB6] [Source] Clickbot - 1llusion - 03-19-2011 This is awesome, but sadly I don't understand much from the code ![]() 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 ![]() RE: [VB6] [Source] Clickbot - Coder-san - 03-20-2011 (03-19-2011, 11:11 PM)1llusion Wrote: This is awesome, but sadly I don't understand much from the code 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. RE: [VB6] [Source] Clickbot - Coder-san - 03-20-2011 (03-19-2011, 11:11 PM)1llusion Wrote: This is awesome, but sadly I don't understand much from the code 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. RE: [VB6] [Source] Clickbot - Coder-san - 05-22-2011 Link updated. RE: [VB6] [Source] Clickbot - phinuss - 01-08-2013 Hotfile sais This file is either removed due to copyright claim or is deleted by the uploader. RE: [VB6] [Source] Clickbot - Coder-san - 01-08-2013 Link updated. Note added. |