Jump to content

Newbie To Auto It, Need Help W/ Script


Recommended Posts

I am working on a script that will help me out alot. the code is......

WinActivate, SimCity 4

Start:

IfWinNotActive, SimCity 4, , Exit

Send, {CTRLDOWN}X{CTRLUP}

Sleep, 1000

Send, weaknesspays

Sleep, 500

Send, !{ENTER}

GoTo, Start

I admit, this is for a game, as you can see in the script. I need the part that will hold the CTRL and X keys down at the same time so the a cheat bar will open. everything works about this script, but the CTRL X.

Any helpful replies are great.

Anthony

Edited by laziboy86
Link to comment
Share on other sites

I put it like this

WinActivate, SimCity 4

Start:

IfWinNotActive, SimCity 4, , Exit

Send, {CTRLDOWN}{CTRLUP}

Send, ^X

Sleep, 1000

Send, weaknesspays

Sleep, 500

Send, !{ENTER}

GoTo, Start

it did not work, i know that im not doing this right.............. :D

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...