| Author |
Message |
Topic: random moves (up, down, left, right) |
Endusa
Replies: 12
Views: 209
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 1:25 am Subject: random moves (up, down, left, right) |
| okay, I want to complate things now....I just want that when random chose a direction, for ejemple, "up", it pressed 4 times conticutive.....su it coud be in a random way something like this ... |
Topic: random moves (up, down, left, right) |
Endusa
Replies: 12
Views: 209
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 1:06 am Subject: random moves (up, down, left, right) |
thanks all of you...we solve it....the way of doing it was with sentmode, event. So the code is like this:
x::
Sendmode, event
Send, {f10 down}{f10 up}
SetKeyDe ... |
Topic: random moves (up, down, left, right) |
Endusa
Replies: 12
Views: 209
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 9:04 pm Subject: random moves (up, down, left, right) |
Thanks for your help. However, I dont no why, the game doest recibe de keys...
It recibes clicks, send, {f2 up} {f2 down}, etc...
but i canīt make the caracter to move...
I try something easy like ... |
Topic: random moves (up, down, left, right) |
Endusa
Replies: 12
Views: 209
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 8:37 pm Subject: random moves (up, down, left, right) |
| It realy works for me, but is the best way of doing it? |
Topic: random moves (up, down, left, right) |
Endusa
Replies: 12
Views: 209
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 8:28 pm Subject: random moves (up, down, left, right) |
Hi, I wonder if someone could help me with this....I want a script tha press randomly up, down, left and right....Is for character of game move ramdomly...
I realy dont have any idea how to do it.. ... |
Topic: Pixelsearch ajust click |
Endusa
Replies: 2
Views: 127
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 8:00 pm Subject: Pixelsearch ajust click |
I have these script, the thing is that I have adjust pixel search coordantes but it continue clicking over PX,PY....Y = %Py% + 100 is not working
x::
Send, {f2 down}{f2 up ... |
Topic: Clicking on moving target |
Endusa
Replies: 13
Views: 482
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 7:32 pm Subject: Clicking on moving target |
try with a SetBatchLines -1
the problem is that there is some delay between the search of the pixel coordenates and the mouse click. So the duck continue moving in that time and the found x, y are no ... |
Topic: imagesearch and clicking delay |
Endusa
Replies: 3
Views: 92
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 1:18 pm Subject: imagesearch and clicking delay |
so what??
Doesn īt exist any thing that make the read of the lines quicklier? |
Topic: imagesearch and clicking delay |
Endusa
Replies: 3
Views: 92
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 5:21 am Subject: imagesearch and clicking delay |
I know tha Imagesearch is not the best why of following a target in a game. Howe over it semes not to have errorlevel 1 or 2 in my game.
The thing is the when the script search for x, y where the i ... |
Topic: Block keys in windows |
Endusa
Replies: 7
Views: 259
|
Forum: Ask for Help Posted: Mon May 19, 2008 2:42 pm Subject: Block keys in windows |
Great, I understud. But, I dont want to give I hotkey to that threat because if not, after each "reload" I should hit that hotckey again. So I think something like this.
#IfWinActive, Imp ... |
Topic: Block keys in windows |
Endusa
Replies: 7
Views: 259
|
Forum: Ask for Help Posted: Mon May 19, 2008 1:41 pm Subject: Block keys in windows |
if #IfwinActivate is on the top of the screen I understand that de script should not do nothing until de game aplication is open.
WHY IS BOTHERING ME??? WHAT CAN I DO??? this is makeing me crazyy |
Topic: Block keys in windows |
Endusa
Replies: 7
Views: 259
|
Forum: Ask for Help Posted: Mon May 19, 2008 2:55 am Subject: Block keys in windows |
But what about the first thread that doestīt have any hotkey.
The problem with the scrip starts since I make that new thread
#IfWinActive, ImperiumAO 1.42.0
#MaxThreads 20
#SingleInstance fo ... |
Topic: Block keys in windows |
Endusa
Replies: 7
Views: 259
|
Forum: Ask for Help Posted: Sun May 18, 2008 4:58 pm Subject: Block keys in windows |
I have this script for a game call Imperium Ao
The thing is that when the script is On (it activates when windows starts) it block some keys like Shift+q (@)....Caps Lock get crazy, and things like t ... |
Topic: I dont want it continues after interrupt |
Endusa
Replies: 0
Views: 311
|
Forum: Ask for Help Posted: Fri May 16, 2008 2:31 am Subject: I dont want it continues after interrupt |
Hi, I just want to make that when a thread is interrupted by another hotkey or by it self, it doesnt continues when the second thread finish.
The best solution I found is to put "Reload" b ... |
Topic: Disable thread continue after interrupt |
Endusa
Replies: 0
Views: 161
|
Forum: Ask for Help Posted: Tue May 13, 2008 1:19 am Subject: Disable thread continue after interrupt |
Hi, I just want to make that when a thread is interrupted by another hotkey or by it self, it doesnt continues when the second thread finish.
The best solution I found is to put "Reload" be ... |
| |