Jump to content

Recommended Posts

Posted

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]

Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...