Canasian Posted April 11, 2009 Posted April 11, 2009 (edited) Lots of younger people seem to pick up autoit for it's capability of being able to make a bot quite easily. And there's a million topics on bot making and stuff.. This is a very simple bot but maybe some really new people can get some understanding out of it like I did Haha trial and error. It clicked too slow before because i made the mistake of trying to get it to search the entire area of the flash game.. but with the help of herewasplato i fixed it to search a smaller area and now the bot is like a machine gun this is how he helped me. He said this is where you want your Pixelsearch to search. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<X<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ...The Xs are where you want to PixelSearch/click.Improved_Clickbot.zip Edited April 26, 2009 by Canasian
Canasian Posted April 14, 2009 Author Posted April 14, 2009 37 downloads so far yay No comments or anything hm. Has this helped anyone at all or has anyone found any way to improve it or anything? Or what to add to it? Thanks.
w333d Posted April 16, 2009 Posted April 16, 2009 very nice . i have one similar but hey i like it yours better ! thx dude ... i`ll try to adapt it to muonline to do autograp on specific items ...
Canasian Posted April 26, 2009 Author Posted April 26, 2009 (edited) Uploaded improved version that is faster and made into a GUI with exit button and start bot button. This was fun to make and helped me learn to make my first GUI and add it to my first bot script. Hope someone can learn from it how I did! Script made by me and fixed by Valuater. Edited April 26, 2009 by Canasian
Valuater Posted April 26, 2009 Posted April 26, 2009 (edited) Actually, you should always update post #1 with the best script. That way they don't have to search through all the pages to find it... 8) Look forward to great stuff from you canadian-asian.. Edited April 26, 2009 by Valuater
Canasian Posted April 26, 2009 Author Posted April 26, 2009 Actually, you should always update post #1 with the best script. That way they don't have to search through all the pages to find it...8)Look forward to great stuff from you canadian-asian.. Thanks Fixed it.
AlmarM Posted April 26, 2009 Posted April 26, 2009 Nice for your first click bot AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
FinalVersion Posted April 26, 2009 Posted April 26, 2009 Pretty Interesting. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
TECH Posted December 26, 2009 Posted December 26, 2009 (edited) While 1 WinWaitActive("Soldier of Fortune 2 : Double Helix") $coord = PixelSearch(3, 29, 642, 508, 0x171A1C, 5) If $coord = 1 Then MouseClick("left", "", "", 3, 1) WEnd i fixed this since my last post but now a msgbox comes up and gives me coords of my mouse how can i make it move to then click i want to make it move to the color/person and shoot him Edited December 26, 2009 by TECH
seletchi gabriel Posted December 26, 2009 Posted December 26, 2009 nice i modified this line and it's funnier now $coordinates = PixelSearch(320, 30, 530, 350, 0xFFFF00, "", "", $wgh) Have fun and be nice !Can't wait for autoit v8.0!
TECH Posted December 26, 2009 Posted December 26, 2009 nice i modified this line and it's funnier now $coordinates = PixelSearch(320, 30, 530, 350, 0xFFFF00, "", "", $wgh) what will it do too lazy to get the game now
Zibit Posted December 26, 2009 Posted December 26, 2009 lol remember my first bot xD.... ur better ^^ but good job it will make a perfect base script for bots Creator Of Xtreme DevelopersPixel Pattern UDFTray GUI UDFMathssend & recive register scriptMouse Control via Webcam
seletchi gabriel Posted December 26, 2009 Posted December 26, 2009 what will it do too lazy to get the game nowjust increased pixelsearch width Have fun and be nice !Can't wait for autoit v8.0!
TECH Posted December 26, 2009 Posted December 26, 2009 lol remember my first bot xD.... ur better ^^ but good job it will make a perfect base script for bots u talking to me or Canasian???if me than thnx if not thanuhh...
TECH Posted December 26, 2009 Posted December 26, 2009 (edited) Since my last post i have erased it and fixed it so now it does shoot, but it now shoots at the ground only and the color as far as i know isnt the same here is the script Func exitthescript() Exit EndFunc ;==>exitthescript HotKeySet("{Q}", "exitthescript") Dim $enemy $enemy = 0x343229 WinWaitActive("Soldier of Fortune 2 : Double Helix", "", 10) While 1 PixelSearch(3, 29, 642, 508, $enemy, 5, 2) If Not @error Then MouseClick("left", $enemy, $enemy, 5, 1) EndIf WEnd Edited December 26, 2009 by TECH
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now