Toggle function in vb netCan anybody help me with this? Example: H key is binded to address(maxfps) and it should write 125 and 250 in turns if I press it.
Code: Dim flag as Boolean flag = False 'timer 'checks If flag = False Then 'enable flag = True Else 'disable flag = False End If Something like this.. This is ON/OF function tho.
Originally Posted by Lovroman Something like this.. All you need is to include the actual write function in this one and it should be good to go
Originally Posted by Lovroman Code: Dim flag as Boolean flag = False 'timer 'checks If flag = False Then 'enable flag = True Else 'disable flag = False End If Something like this.. This is ON/OF function tho. What season of HIMYM are you on?