Jump to content

Starship

Members
  • Posts

    5
  • Joined

  • Last visited

Starship's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. So that would be the following: PixelSearch(113, 232, 122, 259, 2801452, 10) Am I right? What about for the sleep times and up arrow key lol Is that: Sleep(GUICtrlRead($INPUT1) * 1000) Send("{UP}") Sleep(GUICtrlRead($INPUT2) * 1000) Send("{UP}") Sleep(GUICtrlRead($INPUT3) * 1000) Send("{UP}") Sleep(GUICtrlRead($INPUT4) * 1000) Send("{UP}") Sleep(GUICtrlRead($INPUT5) * 1000) Send("{UP}") Sleep(GUICtrlRead($INPUT6) * 1000) STOP() How do I make the GUI though :/ I wish this was more simple... They should make the program like a Visual Basic type thing... So I can actually see if I'm doing it right. Could someone write up an example? I am such a n00b at this.
  2. I did not mention anything in this thread about it being for a game... I actually did not say what it was for. I do not want a bot for that game anymore. Can we please stop talking about games now? It's not allowed! Gonna help me or what? If you're not, DON'T POST IN MY THREAD. Please and thank you. I actually reported my thread to a moderator to delete it as I can not delete it myself.
  3. All I want is a simple bot with a few delays. I want a bot that starts when the required pixel changes, presses the up key after a sleep delay set by the user in the program, and there's 5 of these delays. Really simple, however I cannot find a tutorial, or even any code samples. I want a hotkey to activate the bot, and when the required pixel changes (colour) the delay starts from there. Here's an example: Users able to enter their own sleep times as everyone is different. Someone please assist me or even code it for me if you're that nice.
  4. dang... cant edit post... I would rephrase that and say I want to make a bot that when a pixel lights up it starts and presses the up arrow 5 times when you configure it to. That isn't for a game. But yeah it won't let me edit my first post.
  5. I'm new to AutoIt, so I need help with making a bot for a racing game, what I want is that when a pixel lights up, that colour starts the bot's macro delays, i want the delay to be configured in the programs interface so if someone wishes to change the timing, they can. Basically, I want something that presses the up arrow 6 times, and starts when a pixal changes, then waits a few seconds (to what you configured) before pressing the up arrow for the first time. Might be easy, but I am a total noob, so please assist me! Thanks.
×
×
  • Create New...