Quote:
Originally Posted by samehvan
yes i think it would be easy to make it ,if u just know how to make program that receive the coming packet from the server
|
Or use a pixel search for mobs hp and if its found send a sound or run winamp or a song instead of some other command
Code:
x1=49
y1=72
x2=1010
y2=610
loop
{
IfWinActive, [Conquer2.0]
{
PixelSearch, Px, Py, x1, y1, x2, y2, 0x0303B8, 10, Fast
if ErrorLevel = 0
{
run C:\Documents and Settings\User\Desktop\[COLOR="Red"]SONG.mp3[/COLOR]
}
}
}
song.mp3 ur song name
try to see if it works cuz i cant try it atm
@edit i tried it and it works ;]
ctrl+w to start it / ctrl+q to pause
@edit 2 i added it compiled where it asks you to type in the songs name

for example the songs name is Disturbed - Stricken.mp3 it must be on your desktop and just type in Disturbed - Stricken or mark the file and press F2 and copy the text and paste it on the input box that appears when u press ctrl+w