Jump to content

flicker

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by flicker

  1. its not blocked
  2. i am not expert eather i mean pause unpause works fine but when i am in game it dont work need minimize game to pause/unpause just wanna make it work in game
  3. ok guys i playing 1 game and i use script to pres 678678678678678678678678678 in delay 50ms so thats really fast and cant press that by myself my problem is when i start and alt+tab to go in game its works perfectly but my pause dont work cuz i only need that sometimes when fighting so need alt+tab to go to some windows to pause and if some1 atack me till i alt+tab and start go into game i will die so need help.. can i anyhow pause/unpause while i am in game pls really need help my code is HotKeySet("{END}", "_Exit") HotKeySet("{PAUSE}", "_Pause") Global $Paused While 1 Sleep(50) Send("6") Sleep(50) Send("7") Sleep(50) Send("8") WEnd Func _Pause() $Paused = NOT $Paused While $Paused Sleep(1) WEnd EndFunc Func _Exit() Exit EndFunc
×
×
  • Create New...