Hizza Posted February 13, 2008 Posted February 13, 2008 The script i made works when i check it with notepad but as soon as i start up cabal the script stops working even in notepad. i am new to this and all i want to do is it to use some skills while i fight so i do not have to press them. here is what i have if anything is wrong with it. Global $Paused HotKeySet("{F5}","TogglePause") HotKeySet("{F6}","ExitMod") While 1 Send(6) Sleep(900) Send(7) Sleep(900) Send(8) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('"Paused"',0,0) WEnd ToolTip("") EndFunc Func ExitMod() Exit EndFunc
BrettF Posted February 13, 2008 Posted February 13, 2008 Could be a possibility of game guard or the like stopping it Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Hizza Posted February 13, 2008 Author Posted February 13, 2008 Is there anyway i can get it to work? did not think this was hacking or anything bad but the anti cheat guard is named Xtrap. is there a way to make the comp think the keys are physically being pushed with autoit?
Second Posted August 29, 2008 Posted August 29, 2008 i want to make that simple script too but it works when gg is killed and after update i cannot kill it.... scarabling the gg files doesn't work now...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now