liten Posted June 9, 2009 Posted June 9, 2009 My Slider Func ASE() SetPrivilege("SeDebugPrivilege", 1) $ID = _MemoryOpen(ProcessExists("Process.exe")) $HP = _MemoryRead($AS, $ID) $HP = GuiCtrlRead($Slider1) While 1 ASE() WEnd _MemoryClose($ID) EndFunc and Func RadioSpeed3() SetPrivilege("SeDebugPrivilege", 1) $ID = _MemoryOpen(ProcessExists("process.exe")) If BitAnd(GUICtrlRead($Radio3), $GUI_CHECKED) = $GUI_CHECKED Then _MemoryWrite($CTT, $ID, 300) Else EndIf While 1 RadioSpeed3() Wend _MemoryClose($ID) EndFunc Do not edit the Value in the address like they are suppose to PLEASE HELP My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
Valuater Posted June 9, 2009 Posted June 9, 2009 You can not continue to call the Function from inside the function While 1 ASE() WEnd will never work 8)
liten Posted June 9, 2009 Author Posted June 9, 2009 Thanks, got aoll the hard code, just need to finish the last step, making a button event, kinda like if pressed then send("e") My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
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