Jump to content

Scripty

Active Members
  • Posts

    38
  • Joined

  • Last visited

About Scripty

  • Birthday 07/16/1992

Scripty's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks for the quick help this will help me on my work tomorrow (:
  2. okay i get that i have to Local $aPos = MouseGetPos() mousemove(Pos[0],Pos[1]- 26) how do i + or -?
  3. i want it to keep drop 26 pixel up or down... so i place my mouse somewhere ... and then i just click up or down :S sorry for the bad english
  4. something like this while 1 ToolTip('Script is "Active"', 0, 0) If _IsPressed(28) Then sleep(100) mousemove(drops from pos xxx.200 to xxx.226) -ex 268, 179 to 268, 205 sleep(100) EndIf wend
  5. [sOLVED] But what is : mouse3 called? if you use Hotkeyset? HotKeySet("{MOUSE3???}", "TogglePause")
  6. if i use 4 and 5 in: Google Chrome 4:Go to previous site 5:Go back again
  7. HI guys.. i have this special mouse with 2 ekstra buttons(4&5) can i use them in the script ex: While 1 ToolTip('Script is "Active"', 0, 0) If _IsPressed(MOUSE4) Then send("blah blah balh) ElseIf _IsPressed(MOUSE5) Then send("blah blah balh2") EndIf Sleep(10) WEnd
  8. sorry my bad ofc i have to put it active haha
  9. While 1 If _IsPressed(01) Then sleep(500) mouseclick("right") EndIf WEnd won't realy work
  10. while 1 if mousedown("left") then sleep(3000) mouseclick("right") wend why can't i make something like that it will make my work much easyer thx
  11. so i want the homepage to get updated every 3. sec and check for pixel, while 1 send("{F5}"); Update forum sleep(3000) Local $Redtopic = PixelSearch(80, 70, 720, 450, 0xED1C24); Search for redtopic if not @error then mouseclick("left", $Redtopic[0], $Redtopic[1], 1, 10) endif wend why does it not send F5 more then once sorry my bad english
  12. super but... i need it in minuts before i short it down. HELP
  13. i did work even with / 1000 / 60 .. so i got it in minuts but i get this kind of number 1.24959369367937 you know how to short it down to 3 or 4 decimals ?
×
×
  • Create New...