Here's an autofighter i did a while back. Compiled it it with new version of srl and that works so hopefully it still works.
Here's an autofighter i did a while back. Compiled it it with new version of srl and that works so hopefully it still works.
Sounds like a keylogger or trojan to me
Sorry if i am wrong , but i hope someone would check if its clean.
Cause im seeing ur first poster here
Thanks.
EDIT: well guess im justa filthy leecher
Im learning tho..
LOL I just craked up laughing.......GUYS BETTER WATCH OUT THE WORDS MIGHT BE OFFENSEIVE and have a virus!
AHH lol my first post and get get accused of keyloggers! XD lol o well that's life but ne ways tell me if it works.

The worst thing you could put into a SCAR file would be something to change someone's password. They used to do that to the leechers. Now there is no longer an in game function to change passwords, so that doesn't apply. So the worst thing I could think of would (1) get you banned, though that sort of thing is easily identifiable or (2) unbank and drop all your stuff, alching rares, but that's noticeable as well.
Really good fighter, but stops working sometimes, if you rewrite some of it, it would be perfect
sick nasty ninja fighter script
Thanks and yea i know there are some bugs to it lol
also because of my wireless network i get a disconection error bringing me back to the welcome screen so i have 2 work around that lol so everything i do tends to be buggy because of it. but if you could tell me when it stops i'll work on it.
only one issue and that is finding the monster to attack, just need better color detection or somethign so it doesnt try clicking on random things
Ok thanks I'll work on that. Probably a better way to setup the fighter or a better srl command for it.
why dont i have permission to download it?
nether do i
i guess the forum doesn't like me![]()
Ahh WTF i can't download my own file lol. What's going on here?
I don't know :/ nobody can download anything-- I can't download either
This should be a better setup and find the monster a bit better... Post replys and tell me if you can download. If not then i'll just put it into a code box
I still can't, I think you need 30 posts or somethin.
SCAR Code:program Autofighter;
{.include SRL/srl.scar}
{.include SRL/srl/skill/Fighting.scar}
{.include SRL/SRL/Misc/PlayerForm.Scar}
{.include SRL/SRL/extended/xAntiBan.Scar}
///Created by DLSA///
///Help from Bam Bam///
///Only because of SRL///
///Inspired by people who play runescape all there life///
const
mColor1 = 8154210;
mcolor2 = 595305;
mcolor3 = 1385643;
Monster = 'Pirate';
tol = 5;
mode = 2;
StartPlayer = 0;
GoalLevel = 60;
Eat = 'No';
Eathp = 25;
Foodname = 'Cabbage';
Foodcolor = 5683602;
procedure Mode2name;
var Goal : String;
begin
if(Mode = 1) then begin
Goal := 'Attack';
end;
if(Mode = 2) then begin
Goal := 'Strength';
end;
if(Mode = 3) then begin
Goal := 'Strength';
end;
if(Mode = 4) then begin
Goal := 'Defence';
end;
end;
procedure EatFood;
begin
repeat
if(eat = 'Yes')then begin
if(gethp < Eathp) then begin
Gametab(4)
findobjarea(x,y,foodname,557,211,734,458,foodcolor,5,true);
isuptext(foodname);
Mouse(x,y,5,5,true);
end;
end;
until(gethp > eathp);
end;
procedure stupidscreen;
begin
if(findcolor(x,y,331877,272,279,495,376)=true)then begin
mouse(385 + random(5),341 + random(5),5,5,true);
end;
end;
procedure Antis;
begin
stupidscreen;
FindNormalRandoms;
if Findname then FindTalk;
end;
procedure SkillCheck;
begin
if(Mode = 1) then begin
HoverSkill('Attack',false);
end;
if(Mode = 2) then begin
HoverSkill('Strength',false);
end;
if(Mode = 3) then begin
HoverSkill('Attack',false);
wait(1000 + random(500));
HoverSkill('Strength',false);
end;
if(Mode = 4) then begin
HoverSkill('Defence',false);
end;
end;
procedure Fighter;
begin
Setfightmode(mode);
Antis;
eatfood;
if (not(findattackablenpc(mcolor1, mcolor2, mcolor3, tol, monster))) then begin
end;
stupidscreen;
KAttackMonster(mcolor1, mcolor2, mcolor3, tol, monster);
stupidscreen;
Skillcheck;
GameTab(1 + random(12));
wait(1000 + random(120));
DontBanMe(1);
outfight;
end;
procedure Setup;
begin
Setupplayers;
SetupSRL;
ActivateClient;
end;
begin
setup;
repeat
if (not (loggedin)) then begin
loginplayer;
wait(2000 + random(1000));
highestangle;
end;
wait(200 + random(200));
stupidscreen;
fighter;
stupidscreen;
wait(200 + random(200));
until (getskilllevel('Goal')=goallevel);
end.
That's it should work guys i've been using it lately and it's done good. Try to get a unique color for the monster though otherwise it has the tendence to not find the monster right away.
Also stupid screen procdure is only for me so don't worry about that if it's laging the script for you then simply remove them and should speed it up. Feel free to modify and use this code.
Tell me how it works out.
Umm....
Idk.. lol :0 h/o ill try it, will edit it w/ how good it works.
OK well i hope it's fnially working for everyone. I'll update in a bit.
soo...how do you download it exactly???
There are currently 1 users browsing this thread. (0 members and 1 guests)