Hacks Are Everything
Home­Portal­FAQ­Search­Memberlist­Usergroups­Register­Log in
Post new topic   Reply to topicShare | 
 

 Fast Auto Mage

View previous topic View next topic Go down 
AuthorMessage
Goldenbender
Admin


Posts: 16
Join date: 2008-09-02
Age: 17
Location: Australia

PostSubject: Fast Auto Mage   Tue Sep 02, 2008 7:13 am

Ok i just made this simple mage to start off my forums alien

=========================================

Code:
program New;
var clx, cly, x, y, ksm, ksoffsetx, ksoffsety, ksosx, ksosy:integer;
var monster, setclx, setcly, drop, dropcontrol:integer;

begin

monster:=1638350;

if (findwindowtitlepart('endless online', false)=false) then
begin
writeln('Endless Online is not running... Script Terminated.')
terminatescript;
end
cleardebug;
setclx:=641
setcly:=507
findwindowtitlepart('endless online', false)
wait(300)
GetClientDimensions(clx, cly)
writeln('Your Client size is  X: '+inttostr(clx)+'  -  Y:'+inttostr(cly))
ksosx:=setclx-clx
ksosy:=setcly-cly
writeln('Your Offset is      X: '+inttostr(ksosx)+'  -  Y:'+inttostr(ksosy))
ksoffsetx:=313-ksosx
ksoffsety:=489-ksosy
writeln('Your KS Detection is X: '+inttostr(ksoffsetx)+'  -  Y:'+inttostr(ksoffsety))

wait(750)
activateclient;

repeat
x:=randomrange(1, 640);
y:=randomrange(1, 350);
if findcolorspiral(x, y, monster, 10, 65, 630, 335)
then begin
cleardebug;
writeln('Auto Mage - By Extract - Attacking Monster')
keydown(113)
wait(50)
clickmouse(x, y, true)
wait(200)
keyup(113)
wait(1300)
end
until (monster=0)

end.
Back to top Go down
View user profile http://eo-extract.forumotion.net
Creed
Admin


Posts: 2
Join date: 2008-09-05
Age: 14

PostSubject: Re: Fast Auto Mage   Fri Sep 05, 2008 11:31 am

this is one of my fav scripts usually stays in one spot just maging fast lol!
Back to top Go down
View user profile
 

Fast Auto Mage

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Eo-Extract :: Scripts :: Automage + Melee-
Post new topic   Reply to topic