Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
dzi?kuj? i czekam na skrypt
Ma ktos moze skrypta na obejscie antybota ?? Cos w stylu: jezeli nie zabije monstera w 5 sekund to ide dalej do nastepnego
) Jakos sie zrewanzuje 
prosze o szybka odpowiedzconst
CreatureList = ['nazwa potwora'];
SpellList = ['czar'];
ManaList = [140];
HealthList = [20];
RangeList = [8];
function GetCreatureByID(ID: integer): TCreature;
var
x: integer;
begin
Result := nil;
for x := 0 to Creatures.Count - 1 do
if Creatures.Creature[x].ID = ID then
Result := Creatures.Creature[x];
end;
var
Creature: TCreature;
Range,X,ID: Integer;
begin
while not Terminated do
begin
UpdateWorld;
if (Self.Attacking) then
begin
Creature:=GetCreatureByID(Self.Attacking);
if (Assigned(Creature)) then
begin
ID:=-1;
for X:=Low(CreatureList) to High(CreatureList) do
if (CreatureList[X] = Creature.Name) then
ID:=X;
if (ID > -1) then
begin
Range := Round(Sqrt(Sqr(Self.X - Creature.X) + Sqr(Self.Y - Creature.Y)));
if (Range <= RangeList[ID]) and (Self.Mana >= ManaList[ID]) and (Creature.Health >= HealthList[ID]) then
Self.Say(SpellList[ID]);
end;
end;
end;
Sleep(2100);
end;
end;
Ja bym prosi? nie o skryp lecz o NG pod8.42 by?bym bardzo wdzi?czny![]()


Witam
Ja bym poprosi? o skrypt aby jak mi si? sko?cz? speary ?eby si? wylogowa? ..![]()
while not terminated do
begin
UpdateWorld;
if Self.RightHand.ID = 0 then
Self.Logout(true);
sleep(500);
end;
