
Yan2099
Active Members-
Posts
28 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Yan2099's Achievements

Seeker (1/7)
0
Reputation
-
Hello, If you are interested please send a pm as I saw that it is the way it work. I am looking for a programmer for fun for a small automation task you must be able to automate image recognition because the program must find a certain text in a chat and then do some steps afterwards it will be easier to show you by screenshots. Thank you
-
I was able to figure it out myself it can be closed thanks anyway
-
Hello I would like to know if it would be possible to create this script with autoit or should I learn C++ or Delphine? This is for a small game that provide 25 letters in a small box. The script would have to find in a provided list of words the 3 words that use the most letters in total for the 3 words out of the 25 possible letters from the list of words I provide up to a maximum of 10 letters per words the list will contain thousands of words so it need to be able to find it fast in the list even so. The letters for each word must touch each other but it also work diagonally so it need to take that into account since it open up to more possible words . The first word the second and 3rd word don't have to touch each other. But it also need to take into account that a letter can only be used 1 time so it might block the others. The longest words have 10 letters but what is important is the total letters of the 3 words so using the 25 letters is the key if possible. So the key is to make the first longest word then second longest word and 3rd longest word. Thanks allot for the answer
-
Okay well here is what I try to make so ya if any one can help me out it would be greatly appreciated! Thanks allot =) ; phase 0 MouseClick("left",200,300) MouseClick("left",100,100) then go to phase 1 ; phase 1 MouseClick("left",200,300) MouseClick("left",400,500) Sleep(200) If PixelGetColor(352,376) == 0x848284 go to phase 0 Else go to phase 1 ( repeat this for 35 times untilPixelGetColor(352,376) == 0x848284 is found at this exact location ) Else MouseClick("left",100,100) then go to next phase ;phase 2 same as phase 1 ;phase 3 same as phase 1 ;phase 4 same as phase 1 ;phase 5 same as phase 1 ;phase 6 same as phase 1 ;phase 7 same as phase 1 ;phase 8 same as phase 1 if phase 8 fail to find PixelGetColor(352,376) == 0x848284 afer 35 try go to phase 0 and start over
-
MouseClick("left", 800, 569) MouseClick("left", 800, 600) ;===Button 1=== ;x $Button[0] = 170 ;y $Button[1] = 562 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then MouseClick("left", 800, 569) then MouseClick("left", 800, 569) Sleep(100) MouseClick("left", 800, 569) then MouseClick("left", 800, 569) Sleep(100) EndIf MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) ;===Button 1=== ;x $Button[0] = 170 ;y $Button[1] = 562 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then MouseClick("left", 800, 569) then MouseClick("left", 800, 569) Sleep(100) MouseClick("left", 800, 569) then MouseClick("left", 800, 569) Sleep(100) EndIf Wend PART B MouseClick("left", 800, 400) MouseClick("left", 800, 300) Start over at beggning of PART A
-
how do I make 2 seperate part like PART A and PART B and it only go on PART B when it find the color or skip to next line if it doesent If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then ( GO TO PART otherwhise continue to next line
-
I want to make something like that PART A MouseClick("left", 800, 569) MouseClick("left", 800, 600) ;===Button 1=== ;x $Button[0] = 170 ;y $Button[1] = 562 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then ( GO TO PART B) otherwhise continue to next line MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) ;===Button 1=== ;x $Button[0] = 170 ;y $Button[1] = 562 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then ( GO TO PART B) otherwhise continue to next line ( if it doesent find the color continue to next line ( if it reach this point , STOP MACRO ) PART B MouseClick("left", 800, 400) MouseClick("left", 800, 300) then Start over at beggening of part A
-
Hey guys I need your help I am stuck =p I need this macro to be as fast as possible. Also is it possible to make multiple mouse click without making multiple line? like Mouseclick 3 ("left", 800, 600) PART A MouseClick("left", 800, 569) MouseClick("left", 800, 600) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B at the bottom of this script ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) MouseClick("left", 800, 569) MouseClick("left", 800, 600) MouseClick("left", 800, 600) MouseClick("left", 800, 500) $Current = PixelGetColor ??? ( how to make it continue if it does not find any color at a specific location and if it find color go to part B ) ( if it reach this point , STOP MACRO ) PART B MouseClick("left", 800, 400) MouseClick("left", 800, 300) Start over at beggening of part A
-
partialy working? only work when not inside the game!
Yan2099 replied to Yan2099's topic in AutoIt General Help and Support
Also I forgot to mention that it was working under windows xp and now I changed to windows 7 and doesnt work now -
partialy working? only work when not inside the game!
Yan2099 replied to Yan2099's topic in AutoIt General Help and Support
no its for star wars galaxies and they give the tools to build macro lol I just want to use autoit to complete it so ya macroing is not considered a cheat in this game your allowed to use it for crafting purpose and stuff like that as long as you dont afk camp spawn location and stuff like that -
Hey guys I have a script that is working but well only in a certain way First I tought my script was not working! Then I tryed to just play the game in window mode it still didnt work until I alt tabed to go on deskop but the game was still over my deskop and it started working! So when I am in game autoit doesnt work and when I alt tab ( and the game is still at same exact same spot but when I alt tab my mouse can move freely when i am in game my mouse is restricted to the game ) So I figured that when I alt tab the game was like a wall paper and it worked and clicked where I wanted to but still it didnt join the game so it was just like the mouse went to location and do nothing and even if it really clicked and went back to the game it still wouldnt check for pixel color. So in other word the script work perfectly outside the game but not inside the game =p So is there a way to make it so autoit 3 work inside my game? here is the script ) : Global $Range = 10 While 1 Check1() Sleep(1000) WEnd Func Check1() Local $Button[3] ;===Button 1=== ;x $Button[0] = 151 ;y $Button[1] = 522 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then MouseClick("left", 560, 50) Sleep(100) MouseClick("left", 553, 67) Sleep(100) EndIf EndFunc I also tryed : Global $Range = 10 While 1 Check1() Sleep(1000) WEnd Func Check1() Local $Button[3] ;===Button 1=== ;x $Button[0] = 151 ;y $Button[1] = 522 ;color $Button[2] = 0x96F4FC ;============== $Current = PixelGetColor($Button[0],$Button[1]) If $Current > $Button[2]-$Range AND $Current < $Button[2]+$Range Then Send("F6") Sleep(100) Send("F5") Sleep(100) EndIf EndFunc
-
well actualy it is in some way , its for ultima online to accept and confirm a quest but macro is accepted on free shard so its not cheating.
-
well actualy it is in some way , its for ultima online to accept and confirm a quest but macro is accepted on free shard so its not cheating.
-
well actualy it is in some way , its for ultima online to accept and confirm a quest
-
Hello guys I would like to make a script im ready to learn but I have no idea where to start off =p This is how I want it to be. ( all the location never change location ) First it need to search for a pixel color at a certain location on the screen the area is really small. then if the script dont find the particular color it need to double click a certain location. repeat that until the particular color pop up. if the color pop up it need to click another certain location ( the location is NOT the location of the color ) then after clicking that location it need to reclick another location that will pop up a window then click another particular location on that window. then it need to click another specific location. then it need to re-double a specific location and click another specific location on that window then start over I hope it is clear , kinda hard to explain hehe could any tell me wich topic I should read so I can be able to make my script thank you!