Jump to content

Sliders and Button


liten
 Share

Recommended Posts

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]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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