sas_sniper wrote:yea, I am new to this sorta thing like scripts and such soo im not really sure on how to open them and stuff like do I save it in a notepad as swgautore.au3 then when the game is started up in boredlees/windowed mode I just double click the saved file that is on my disktop?and it starts to run on it os own.. if someone could help me out that would be great Thanks
Cheers
No, this won't work. It could if it was a read language such as HTML, but this one need to be compiled (turned into binary) so the machine can understand it.
You will have to download AutoIt then use the script editor to create a new project. Copy/paste you code there an compil it as a .au3 file (check the compiling option for this).
As I don't have AutoIt on this comp I can't tell you exactly how to compil it.
When you'll get your .au3 file, run the game in bordless/windowed mode then dbl clic your file on the desktop and switch to the game window.
Read what is said on the script for the auto-setup and it should work.