Jump to content

Recommended Posts

Posted (edited)

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
Posted

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

×
×
  • Create New...