Jump to content

dnszs

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dnszs's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i play F3, they move mouse and click and stop not loop
  2. how do eternal loop in this code? HotKeySet("{F3}","_Start") While 1 Sleep(500) WEnd Func _Start() MouseClick("left",119,83) EndFunc ;==>start Func stop() Exit EndFunc ;==>stop
  3. yea bro, now working... thank you
  4. Func _Start() ;your script MouseClick ("right" , 1782, 620 , clicks = 1 , speed = 10) MouseClick ("left" , 994, 521 , clicks = 1 , speed = 10) EndFunc
  5. ==> Unknown function name.: MouseClick ("right" , 1782, 620 , clicks = 1 , speed = 10) MouseClick ("right" , 1782, 620 , ^ ERROR >Exit code: 1 Time: 1.895
  6. when i try run my code, i receive this error msg ==> Subscript used on non-accessible variable.: MouseClick ( "right" [, 1782, 620 [, clicks = 1 [, speed = 10]]] ) MouseClick ( "right" ^ ERROR >Exit code: 1 Time: 2.105 why? the code: #include <AutoItConstants.au3> HotKeySet("{F3}","_Start") While 1 Sleep(10) WEnd Func _Start() ;your script MouseClick ( "right" [, 1782, 620 [, clicks = 1 [, speed = 10]]] ) MouseClick ( "left" [, 994, 521 [, clicks = 1 [, speed = 10]]] ) EndFunc
  7. First sorry for my bad english I'm having trouble catching controlID in this case ... This is the only place I have this type of problem, I believe that the game has some kind of protection for th what can I do? To get the controlID in that case Edit: >>>> Window <<<< Title: Medivia Online Class: SDL_app Position: 54, -8 Size: 1874, 1096 Style: 0x17CF0000 ExStyle: 0x00000110 Handle: 0x0000000000110644 >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 1784, 559 Cursor ID: 0 Color: 0x2C568C >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< >>>> Hidden Text <<<<
×
×
  • Create New...