Jump to content
  • 0

A simple yet powerfull tool.


Question

Posted

Hey guys, here is small tool I created, so the game is more playable.

 

The source code is listed below, you can make your own exe using autohotkey. (if you suspect foul play from my exe)

 

http://lazy666.com/share/swr.exe

 

 

The exe file must be in the game dir.

Scroll up/down increase/decrease the game speed.

Middle click is equal to default mission.

 

In Windows 7:

middle button right:

Speeds the game to max / Decrease the speed to min (if no effect try again)

 

middle button left:

select char and open mission window

 

 

The script gives about 10 seconds for the game to run, if the game runs slower, just exit and run it again or increase sleep from 10000 to something more usable.

 

 

The script works only if the game is on top. :)

 

 

 

I hope you find it useful.

 

 

Run REBEXE.EXE

Sleep 10000

Loop
{
IfWinNotExist ahk_class STARWARS_REBELLION
	ExitApp
Sleep 1000
}

#IfWinActive  ahk_class STARWARS_REBELLION

~WheelDown::Send !-
return

~WheelUp::Send !=
return



~MButton::
{

MouseClick 
Send !m{enter}
MouseClick 
Send {enter}
}
return


~WheelRight::
{

MouseClick 
Send !m
}
return

~WheelLeft::
{
If z {
	Send !=
	Sleep 110
	Send !=
	Sleep 110
	Send !=
	Sleep 110
	Send !=
	Sleep 110
	Send !=
	Sleep 110
	Send !=
	Sleep 110
}
If !z {
	Send !-
	Sleep 110
	Send !-
	Sleep 110
	Send !-
	Sleep 110
	Send !-
	Sleep 110
	Send !-
	Sleep 110
	Send !-
	Sleep 110
}	

z:=!z
}
return



#IfWinActive 

; ahk_class STARWARS_REBELLION

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Copyright (c) 1999-2025 by SWRebellion Community - All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Star Wars(TM) is a registered trademark of LucasFilm, Ltd. We are not affiliated with LucasFilm or Walt Disney. This is a fan site and online gaming community (non-profit). Powered by Invision Community

×
×
  • Create New...