laziboy86 Posted April 9, 2004 Posted April 9, 2004 (edited) I am working on a script that will help me out alot. the code is......WinActivate, SimCity 4Start:IfWinNotActive, SimCity 4, , ExitSend, {CTRLDOWN}X{CTRLUP}Sleep, 1000Send, weaknesspaysSleep, 500Send, !{ENTER}GoTo, StartI 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 April 9, 2004 by laziboy86
Developers Jos Posted April 9, 2004 Developers Posted April 9, 2004 did you try ? : Send, ^X SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
laziboy86 Posted April 9, 2004 Author Posted April 9, 2004 I have tried a lot of different ways on the Ctrl x thing. ill try Send X
Developers Jos Posted April 9, 2004 Developers Posted April 9, 2004 I have tried a lot of different ways on the Ctrl x thing. ill try Send XSend, ^X SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
laziboy86 Posted April 9, 2004 Author Posted April 9, 2004 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..............
Developers Jos Posted April 9, 2004 Developers Posted April 9, 2004 do you need to hold them both down ...or hold the Ctrl down and press the X once ?? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts