| Author |
Message |
Topic: Pixel Search Problem |
Palmatex
Replies: 1
Views: 62
|
Forum: Ask for Help Posted: Sat Oct 18, 2008 5:46 pm Subject: Pixel Search Problem |
| Hi all! I have a problem i want use pixel search in a full screen game but i dont know how i can get x , y cordinates anyone have a tip how to do it? |
Topic: Turn off timer for 5 seconds |
Palmatex
Replies: 3
Views: 177
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 9:02 am Subject: Turn off timer for 5 seconds |
Thank You  |
Topic: Turn off timer for 5 seconds |
Palmatex
Replies: 3
Views: 177
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 9:01 am Subject: Turn off timer for 5 seconds |
Sorry i fixed
*2::
Hotkey, ~LButton, ~LButton, Off
SetTimer, ActivateRapidFire, -5000
Return
ActivateRapidFire:
Hotkey, ~LButton, ~LButton, On
Return
~LButton::
... |
Topic: Turn off timer for 5 seconds |
Palmatex
Replies: 3
Views: 177
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 8:41 am Subject: Turn off timer for 5 seconds |
Hey guys i have a script but i want to turn off for 5 second when i press 2 i try this but dont work enyone can fix it?
*2::
Hotkey, ~LButton, ~LButton, Off
SetTimer, ActivateRapidFire, - ... |
Topic: Multipe ImageSearch |
Palmatex
Replies: 1
Views: 81
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 4:38 pm Subject: Multipe ImageSearch |
So i want when i press Lbutton use "auto clicking" and 3 Image searchs.
Code:
~LButton::
if !GetKeyState("ScrollLock", "T")
return
Loop
... |
Topic: Reload empty weapon in game |
Palmatex
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 4:11 am Subject: Reload empty weapon in game |
CoordMode Pixel
ImageSearch, FoundX, FoundY, 0, 0, A_ScreenWidth, A_ScreenHeight, c:/untitled.JPG
if ErrorLevel
MsgBox Icon could not be found on the screen
else
MsgBox The icon was fou ... |
Topic: Reload empty weapon in game |
Palmatex
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 3:45 am Subject: Reload empty weapon in game |
Item cannot be found on the screen always this can you create a guide for me please?
Edit: Pixel search work only problem the game is windoed |
Topic: Reload empty weapon in game |
Palmatex
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 2:46 am Subject: Reload empty weapon in game |
Ok i have the screen shot!
This is an example:
ImageSearch, FoundX, FoundY, 40,40, 300, 300, C:\My Images\test.bmp
CoordMode Pixel ; Interprets the coordinates below as relative to the screen ... |
Topic: Reload empty weapon in game |
Palmatex
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 2:21 am Subject: Reload empty weapon in game |
| I need for a game! i can do to pixel or image search? |
Topic: Reload empty weapon in game |
Palmatex
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 1:17 am Subject: Reload empty weapon in game |
Hey all! I want a script like auto reload (when my weapon is empty use reload), any ideas how to do it? sorry for my bad english
|
| |