This is my first so i might need help on it![]()
This is my first so i might need help on it![]()
Add antirandoms and be sure to call srlsetup
and it only right click on monster,add
procedure attackMonster;
begin
if findcolortolerance(x, y, MonsterColor1, 0, 0, 700, 500, 5) or
findcolortolerance(x, y, MonsterColor2, 0, 0, 700, 500, 5) then
begin
Mouse(x ,y, 0, 0, false)
chooseoption('Attack')
wait(200+random(100))
Flag;
wait(3000+random(3000))
end;
nice..antirandom does what
nice autofight died a few times tho
i died too :/![]()
This script will get you banned + has no anti randoms
if your gunna use it use it on Chickens or something that wont kill you normally...
ive fixed it a bit and made it so it kills chickens![]()
SCAR Code:{{{--------{{{{{{{{/\{{{{{{{{ | / {{{{{ |----- {{{{{/---\{{{{| |{{--------{{
{{{{{ | {{{{{{{{{{/ \{{{{{{{ | / {{{{{ | {{{{/ \{{{| |{{{{{|{{{{{{
{{{{{ | {{{{{{{{{/----\{{{{{{ |/ {{{{{ |----- {{{| |{{| |{{{{{|{{{{{{
{{{{{ | {{{{{{{{/ \{{{{{ |\ {{{{{ | {{{{\ /{{{| |{{{{{|{{{{{{
{{{{{ | {{{{{{{/ \{{{{ | \ {{{{{ |----- {{{{{\---/{{{{{\-/{{{{{{|{{{{{}
program Autofighter;
{.include SRL\SRL.scar}
{.include SRL/SRL/skill/Fighting.scar}
var
x, y, z: Integer;
// Setup
const
ChickenColor1 = 857704; // change if you need to
ChickenColor2 = 3430256; //change if you need to
ChickenColor3 = 4897230;//change if you need to
AttStyle = 1;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~//
//Anti-ban and randoms //
procedure AntiRandoms;
begin
FindNormalRandoms;
end;
procedure AntiBan;
begin
case (Random(30)) of
1: RandomRClick;
5: HoverSkill('Woodcutting', False);
5: HoverSkill('Smithing', False);
11: RandomMovement;
15: BoredHuman;
21: DoEmote(400 +Random(90));
24: PickUpMouse;
27: begin
Gametab(1 + Random(12));
Wait(3000 + Random(2000));
Gametab(4);
end;
30: SleepAndMoveMouse(3600);
end;
end;
procedure KillChicken;
begin
if findcolortolerance(x, y, ChickenColor1, 0, 0, 700, 500, 5) or
findcolortolerance(x, y, ChickenColor2, 0, 0, 700, 500, 5) then
begin
Mouse(x ,y, 5, 5, false)
AntiRandoms;
AntiBan;
wait(200+random(100))
if not ChooseOption('ttack') then Exit;
Flag;
AntiBan;
AntiRandoms;
wait(3000+random(3000))
end;
begin
wait(2000+random(1000))
KillChicken;
until(false)
end.
enjoy if you update using this add me to creds
![]()
IM BACK!!!!!!!!!!!!!!!!!
This script is a year old. No wonder why it didn't work dude, it's outdated...
Originally Posted by irc
downloading now, I'll see how this goes
ty
this is outdated and needs heaps of work, if it yours nice try for first script and if its not yours why did you leech something shit..
Probably looked for sumthing ancient so people would think was his..and it wouldnt be his cuz most tuts on here wouldnt have it
IM BACK!!!!!!!!!!!!!!!!!
nice script for your first:P banti ban and randoms come next :P
There are currently 1 users browsing this thread. (0 members and 1 guests)