Orbit Posted January 29, 2019 Share Posted January 29, 2019 Hey new here and totally noob with bots... So i was trying to create a bot for a game to click on few things and so far i got this Spoiler MouseClick($MOUSE_CLICK_LEFT, 137, 723, 1) MouseClick($MOUSE_CLICK_LEFT, 114, 587, 2) Sleep(300) Send("491") Sleep(500) MouseClick($MOUSE_CLICK_LEFT, 249, 586, 2) Sleep(300) Send("489") Sleep(500) MouseClick($MOUSE_CLICK_LEFT, 336, 586, 1) Sleep(1400) Send("3") This works i tested it but once.... I want to create multiple of this with a few changes(some numbers) and repeat them every X time each one...is this possible? if so can someone help me Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted January 29, 2019 Moderators Share Posted January 29, 2019 (edited) Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team Edited January 29, 2019 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts