Tailer-made Tools thread - make ur dreams come true

10/19/2008 21:47 BlaZeR#1546
hey evan im tryin to find a program that compatible with else, that can Set to click A certain F1-f10 once every 10-20min ..TY
10/21/2008 16:34 Acidburncx#1547
evanxxxm when i use ur program that u gave me weird it wont right click when i use my archer and i setup my skill to scatter what should i do?
10/21/2008 16:46 Acidburncx#1548
evanxxxm can u make me a auto scatter using mouse click thats all i wanted :P
10/21/2008 17:17 evanxxxm#1549
vegetasupersaiyan6@
probably because of the difference of color hex or u forgot to "show name" on
if its the first situation, use debug or ELSE ADV tab to give me the health bar hex value

BlaZeR@
Here:
10/22/2008 03:57 Acidburncx#1550
i always put on show name on
10/22/2008 04:12 evanxxxm#1551
vegetasupersaiyan6@
so did u read the whole instruction what i just explain
or u just planning to tell me u have always put on show name and done
10/22/2008 12:48 unnamed1#1552
Hi there,
I hope you can help me.

I need a program that takes a screenshot when your HP goes down to 500.

I'm having a problem with SV V3.01, someone always manages to kill me, when i have dc on all, I want to find out who :P

Thanks.
10/22/2008 16:24 evanxxxm#1553
unnamed1@
specific amount hp cant
but i can make one that take printscreen when around low hp/dead
then the problem will be SV will DC u fast enough to prevent the screenshot to successfully taken
of course i can make the color search on health bar faster, but then it will lag computer a lot because color search is a complicated equation (i dont recommand using it above 500ms/sec)
10/22/2008 17:01 unnamed1#1554
When you say you can make it print screen on low hp, how low are we talking?

Can you make it print screen on half hp?

I bot with pots on me, I have around 10k hp, so my hp isn't gonna go around 5k without someone trying to kill me

And how laggy will the color search on hp bar be?

I have a pretty good computer.

Also about SV dcing too fast, the way it dcs now is Options > Exit > Ok?

So wouldn't it have some time to successfully take the screenshot?


How did you do the screenshot on dc with the ELSE bot?
10/22/2008 17:54 evanxxxm#1555
unnamed1@
ELSE:
check hp
if low, use pot then check again after 1 second
if still low, press F12 (default screenshot button in CO) and exit co
10/22/2008 18:03 evanxxxm#1556
unnamed1@
ELSE:
check hp
if low, use pot then check again after 1 second
if still low, press F12 (default screenshot button in CO) and exit co

Here:
10/22/2008 18:06 unnamed1#1557
I see.

So how would I go about writing a script like in the ELSE bot?

All I need is to check hp, if low, then press F12.

Also why won't it read specific hp values? what will it read?

EDIT:

Sorry, internet really laggy atm :S I didn't see your post

thanks heaps, looks good :)

Can you explain what this means exactly?

Code:
PixelSearch, , , 10, 720, 60, 720, 0x0B098F, 10, Fast
Thanks again
10/22/2008 18:14 evanxxxm#1558
unnamed1@
u can check the script in my above attachment

wont read specific hp value, because hp/mp value is DMA, the memory address is not static
10/22/2008 18:19 unnamed1#1559
What HP does it send the F12 key on?

Btw, I edited my above post.
10/22/2008 18:48 evanxxxm#1560
unnamed1@
PixelSearch, , , 10, 720, 60, 720, 0x0B098F, 10, Fast
PixelSearch is the function name of searching a specific color in a bounded domain and range
which the bounded domain is x10 to x60
and the bounded range is y720 to y720
0x0B098F is the color hex of red
10 is the +/- 10 shades from the define color hex
and lastly there are 2 modes of inputting color hex, Fast/RGB, which i chose Fast

when HP is lower than around half, since the program can not find red in the bounded area on client screen, so it will press F12