Jump to content

Galdorf

Members
  • Posts

    3
  • Joined

  • Last visited

Galdorf's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. $i = 0 Global $Paused HotKeySet("`", "TogglePause") HotKeySet("{DEL}", "Terminate") Sleep (2000) While $i <= 2 Send ("{RIGHT down NUMPAD4 down}") Sleep (500) $i = $i + 1 WEnd Func TogglePause( ) $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused"',0,0) WEnd ToolTip("") EndFunc Func Terminate( ) Exit 0 EndFunc not sure if this is right does not seem to work? need to simulate holding both keys down at same time forever.
  2. How do i simulate holding down numpad4 and right cursor key -> forever in a loop? also read an area of of memory for specific values?
  3. I click on link there is no page there?.
×
×
  • Create New...