View Full Version : HyperSecret's SecretAutoFighter!!
Zeke1901
10-02-2007, 02:37 PM
Works well, acts weird sometimes. But well for the most part. Can you add Cake, 2/3 cake and slice of cake to list of foods? I can get this kind of food easier.
HyperSecret
10-02-2007, 05:34 PM
I set mine up then it keeps clicking on inventoy and the stats and keeps typing on Rs windows questions like attack lvl? d lvl? strenght lvl? combat lvl? can someone help
repick your colors this has been asked serveral time and that usually fixes the problem. also make sure you have the RS window selected with the crosshairs...
Going to Try this out and see how it runs
must be pretty nice if it ran overnight with 5 users, but still over night
ill run 2night and post a proggy
sounds good but the only proggy youll get is the SRL randoms report...
Question for HyperSecret - Can I add another line below Color 3 saying Color 4. I want to do this because it might get a little more accurate.
well you can but you need to edit more of the script then to do that...you cant just add color 4 and wala its there...you have to edit the Attacking part of the script also...so if you dont know how to do that then dont do it...so the answer is NO you cant do that....
Works well, acts weird sometimes. But well for the most part. Can you add Cake, 2/3 cake and slice of cake to list of foods? I can get this kind of food easier.
cakes...maybe hopefully i will be able to add more food types in the next version...
pugolot
10-02-2007, 07:10 PM
when im atataacking cows its the colors nvr like work,..
is there a spot were i should get thre colors from?
dritar
10-02-2007, 07:22 PM
Every time im entering username and pass its clicking cancel. No offnece but this is most noob script i saw EVER
HyperSecret
10-02-2007, 08:14 PM
when im atataacking cows its the colors nvr like work,..
is there a spot were i should get thre colors from?
you dont have the monstername set correctly then. it must find the color but then the uptext of the monstername isnt there...its CaSe SeNsAtIvE
Every time im entering username and pass its clicking cancel. No offnece but this is most noob script i saw EVER
add me on msn and see if i can help fix it...the script isnt noob, your just to noob to know how to run it...
shadowkawn
10-02-2007, 08:48 PM
ya i found that out about the proggy report, was going to run it over night last night, but shortly after i fell asleep my net went down =\
Zeke1901
10-02-2007, 09:45 PM
I found it helpful to zoom out and pick the colors, and turn up your brightness high on your graphics card. I noticed the program zooms out so I picked the colors from there. Also I noticed that it likes to run away sometimes at something different than I put.
lordcisco
10-02-2007, 09:59 PM
Just downloaded ill try it out
JuvenileHall
10-02-2007, 10:06 PM
hey thanks for all the help hypersecret, dritar is just a noob because this is one of the only scripts on this site that works for me so just ignore him. awesome job
HyperSecret
10-02-2007, 10:25 PM
^^ :D
guys i just figured out why some of the eating features arent working...duh...if you put a even number that ends in 0 (30,40,50, ect..) you need the fixed zero here...
http://www.sp0rk-eh.com/48.bmp
replace it in your fonts/statchars folder....
computer_genius
10-02-2007, 11:35 PM
Whenever I run the script it logs me in then runs for about 7 seconds then logs me out. It says switching player. Then it logs in again but this time turns off all chats and turns on run but then it just logs out, then says switching player. The trouble is I only have one player. I have tried changing the colour like suggested but that does not work. I found when i change the two instances of(HSFindRandoms = true) to false it will attack but with no progress report and it still logs out sometimes. Any suggestions? Using SRL4 and scar 3.12C
My Setup
const Color1 = 1680070;//1st color of monster
const Color2 = 945542;//2nd color of monster
const Color3 = 3289655;//3rd color of monster
const MonsterName = 'Guard';//name of the monster (case sensative)
const KillMonsterFor = 10;//time in minutes you want each player to run b4 logging out
const eatfood = 'no';//yes or no, for if you want to eat food
const eathp = 20;//Hp you want your guy to eat at
const runhp = 10;//HP you want your guy to run at
const RunDirection = 'e';//n,s,e,w which way you want to run when hp get to runhp
const MySRLID = '';// Stats ID.
const MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\\
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
SRLID := MySRLID;
SRLPassword := MySRLPassword;
Players[0].Name :='myusername'; //Character name
Players[0].Pass :='mypass'; //Character PAss
Players[0].Nick :='nic'; //Nickname 3 Letter of char name
Players[0].Active:=True; //True if you want this player to be ran in the script, false if not
Players[0].Skill := 'strength'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
Players[0].Strings[0] := 'Lobster'//name of food player is eating/ONLY WORKS FOR F2P FISH!!!
Players[0].Integers[0] := 0;
Players[0].Integers[1] := 0;
Proggie
HyperSecret's AutoFighter!
Using 1 Players
myusername
Choosing Skill To Train...
NextPlayer
myusername
NextPlayer
myusername
NextPlayer
pugolot
10-02-2007, 11:47 PM
wat do i need to modify to add colors?
HyperSecret
10-03-2007, 05:24 AM
Whenever I run the script it logs me in then runs for about 7 seconds then logs me out. It says switching player. Then it logs in again but this time turns off all chats and turns on run but then it just logs out, then says switching player. The trouble is I only have one player. I have tried changing the colour like suggested but that does not work. I found when i change the two instances of(HSFindRandoms = true) to false it will attack but with no progress report and it still logs out sometimes. Any suggestions? Using SRL4 and scar 3.12C
My Setup
const Color1 = 1680070;//1st color of monster
const Color2 = 945542;//2nd color of monster
const Color3 = 3289655;//3rd color of monster
const MonsterName = 'Guard';//name of the monster (case sensative)
const KillMonsterFor = 10;//time in minutes you want each player to run b4 logging out
const eatfood = 'no';//yes or no, for if you want to eat food
const eathp = 20;//Hp you want your guy to eat at
const runhp = 10;//HP you want your guy to run at
const RunDirection = 'e';//n,s,e,w which way you want to run when hp get to runhp
const MySRLID = '';// Stats ID.
const MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\\
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
SRLID := MySRLID;
SRLPassword := MySRLPassword;
Players[0].Name :='myusername'; //Character name
Players[0].Pass :='mypass'; //Character PAss
Players[0].Nick :='nic'; //Nickname 3 Letter of char name
Players[0].Active:=True; //True if you want this player to be ran in the script, false if not
Players[0].Skill := 'strength'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
Players[0].Strings[0] := 'Lobster'//name of food player is eating/ONLY WORKS FOR F2P FISH!!!
Players[0].Integers[0] := 0;
Players[0].Integers[1] := 0;
Proggie
HyperSecret's AutoFighter!
Using 1 Players
myusername
Choosing Skill To Train...
NextPlayer
myusername
NextPlayer
myusername
NextPlayer
hmm weird...ive never heard of that...i would suggest just fighting lower lvl things, and then just wait until my next version release...try for guards colors the gold on the shield, and also the color of their helmets works for me :D
wat do i need to modify to add colors?
3 colors is enough for now...just leave it...
astoria1112000
10-03-2007, 06:49 AM
Invalid Script ID (wat does this mean)
astoria1112000
10-03-2007, 07:37 AM
can i know how to set monster color >>> color1,color2,color3
dritar
10-03-2007, 12:34 PM
you dont have the monstername set correctly then. it must find the color but then the uptext of the monstername isnt there...its CaSe SeNsAtIvE
add me on msn and see if i can help fix it...the script isnt noob, your just to noob to know how to run it...
Okay, first i think that your script is nob, but it isnt, its just that on these forums arent working scripts.
s1thslay3r0
10-03-2007, 02:32 PM
whenever i run it it will log me in an then just sit there
s1thslay3r0
10-03-2007, 02:38 PM
says sumtin bout and runtime error and access violation
HyperSecret
10-03-2007, 02:40 PM
Invalid Script ID (wat does this mean)
redownload the script...
can i know how to set monster color >>> color1,color2,color3
use the color pick or hit ctrl + p and have your rs screen visible...and pick the color of the monster....
Okay, first i think that your script is nob, but it isnt, its just that on these forums arent working scripts.
if the scripts on this forum arent working then you have something wrong with your scar and/or your computer....
whenever i run it it will log me in an then just sit there
repick the colors...it cant find them on the game...
s1thslay3r0
10-03-2007, 02:43 PM
ok
s1thslay3r0
10-03-2007, 02:49 PM
it saying sumtin about runtime error and action violation in line 347
s1thslay3r0
10-03-2007, 02:59 PM
well ill trying if u have an idea why i get this post it pls
Sk8boardinggit
10-03-2007, 03:13 PM
Sigh.. S1thslay3r0. Why don't you look up some tuts and try modifying it yourself? Thats what i've done... And no i'm not telling you how i did it. You can learn yourself and try adding some stuff to the community.
s1thslay3r0
10-03-2007, 03:23 PM
k i'll try that been wanting to learn how to anyway
HyperSecret
10-03-2007, 05:11 PM
ok
it saying sumtin about runtime error and action violation in line 347
well ill trying if u have an idea why i get this post it pls
1st off dont TRIPLE post there is a thing called the EDIT button, also the way you will get that error for that line is if you have deleted something around that area and it doesnt recognize it...
pugolot
10-03-2007, 05:44 PM
is there a way to add to the script to make it pick up things?
pugolot
10-03-2007, 08:41 PM
my friend said that is a random comes up it automatickly logs out
but it dosnt seem to do it is this true
script seems nice, im gonna test soon.
nething
10-03-2007, 09:17 PM
My best advice:
READ AHEAD OR USE SEARCH THREAD/SEARCH FORUMS BUTTON BEFORE POSTING!!!!
SO MANY PROBLEMS CAN BE EASILY FIXED WITHOUT ASKING REPEATED QUESTIONS!!
my friend said that is a random comes up it automatickly logs out
but it dosnt seem to do it is this true
I'm not sure but alot of the time it will log out for certain randoms. If it doesn't solve randoms for you then you need to reset your Nick.
I Am Going To Put A Pictorial For Setting Up This Script In Here Once I Get It Ready
Hope It Will Help.
This is one of my favorite scripts and is NOT HARD TO USE!!(as long as your not a lazy leacher).
Stop Posting Saying It Sucks Or Doesn't Work. All Errors Except Ones Stated By HyperSecret Are Your Fault.
nething
10-03-2007, 11:13 PM
I'm sorry for double posting but I want to start a new post for the pictorial:
Follow the pictorial and you should be fine! Click the pictures to enlarge them.
http://img513.imageshack.us/img513/6829/80930883fn4.th.png (http://img513.imageshack.us/my.php?image=80930883fn4.png)
http://img513.imageshack.us/img513/4489/13009787sn8.th.png (http://img513.imageshack.us/my.php?image=13009787sn8.png)
http://img513.imageshack.us/img513/715/97013157wr0.th.png (http://img513.imageshack.us/my.php?image=97013157wr0.png)
http://img513.imageshack.us/img513/3430/66805127ao9.th.jpg (http://img513.imageshack.us/my.php?image=66805127ao9.jpg)
http://img513.imageshack.us/img513/8146/87273058to8.th.jpg (http://img513.imageshack.us/my.php?image=87273058to8.jpg)
http://img513.imageshack.us/img513/8076/70480858cz0.th.jpg (http://img513.imageshack.us/my.php?image=70480858cz0.jpg)
http://img513.imageshack.us/img513/3166/40549887gj4.th.jpg (http://img513.imageshack.us/my.php?image=40549887gj4.jpg)
http://img513.imageshack.us/img513/2615/50454680hl8.th.jpg (http://img513.imageshack.us/my.php?image=50454680hl8.jpg)
http://img513.imageshack.us/img513/3277/43235751kf3.th.jpg (http://img513.imageshack.us/my.php?image=43235751kf3.jpg)
http://img513.imageshack.us/img513/6098/10dq4.th.jpg (http://img513.imageshack.us/my.php?image=10dq4.jpg)
I hope this helps everyone. If you follow the pictorial everything in the script WILL work fine (except things stated by HyperSecret).
HyperSecret
10-04-2007, 01:09 AM
nice pictorial...this will be put onto the 1st post...very nice
nething
10-04-2007, 02:03 AM
nice pictorial...this will be put onto the 1st post...very nice
:D Woot. Cool ty :):sasmokin:
Sliver Knight
10-04-2007, 02:40 AM
mk
Whatmatters
10-04-2007, 08:31 PM
The fighter works great and usually lasts for about an hour - two hours, but quizzes and frogs usually throw it off. I'll post a progress report when I can.
realrocker00
10-04-2007, 11:47 PM
not working, it keeps going to the monster but wont click on it
HyperSecret
10-05-2007, 12:57 AM
rock then you dont have the monstername set correctly...look at the instructions in the script after monstername it is CaSe SeNsAtIvE!!! so it would be... 'Guard' not 'guard'...look at the monster your fighting and make sure the caps are correct...
Becks
10-05-2007, 01:09 AM
very good script. i get a lot of Invalid SRL ID - but still runs...
justl00king
10-05-2007, 02:00 PM
nice one the auto eating can be better but i likes it +rep
EvilChicken!
10-05-2007, 07:56 PM
Whoah. I see you put a lot of effort into this, Ima test it out ASAP. Proggies will be posted...:stirthepot:
m3dtem
10-06-2007, 04:59 AM
i worked like a charm
m3dtem
10-06-2007, 05:00 AM
oh, I got a problem:
when it logs out and logs in again, it does not write the username nor the pss
m3dtem
10-06-2007, 05:01 AM
oh, and thanks for the script
HyperSecret
10-06-2007, 05:56 AM
plz dont triple post...search loss of focus on w/ the search button and it will fix the problem...
m3dtem
10-06-2007, 06:46 PM
sry for saying that there was a bug, there was not; it is just that i only filled in the first player.
I have tested it for more that six fours on my main character and it got me from lvl 49 to 52 in str
it is an excellent script; but there are two comments:
1- it logged off and logged in for more than 400 time while i only had one player to train--i freezed the other players using {}, so it would compile.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 397 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
2- if it could possible find boons and bury them it would be the best script
ty anaing
ccameronn
10-06-2007, 07:01 PM
Wow great Script! i must say its one of the best i've seen for autofighting! one thing that could be inproved on it is the antirandoms tho. that couple be a possible update in the near future :)
HyperSecret
10-06-2007, 07:39 PM
wat about the randoms?? its not on my end it SRL that cant solve the randoms...SRL can solve MOST of the randoms but a few can not be...
thx for the compliments...and also the next version will have a bone burier...and be much better :P
perfectminute
10-07-2007, 10:07 PM
I've been suing it for a few days now, works fairly well. The only problem i found is that it spends so long checking the invetory and stats that it misses monsters. So I'd say make it wait longer to do that if you can and make it have random times if possible. Also it said some pretty stupid things, like "combat level?" It would also be cool if you could have it not trun of public chat, so we can still talk to people while the bot is going.
Zeke1901
10-07-2007, 10:41 PM
You can easily change what it says, just scroll down a little in the script, it's set to say 4 things. And yea it likes to log out after it kills like 1 or two monsters and it gets a bit annoying. The first time I always run it it works perfect.
i love this script, by far the best auto fighter ive used lately.
josh81193
10-07-2007, 10:45 PM
are autofighters detectable (especialy this 1), cuz i want to use on main but dont want to be banned! >.<
are autofighters detectable (especialy this 1), cuz i want to use on main but dont want to be banned! >.<
There is always some risk of getting caught using things that do tasks for you. From what I've read and tested, SRL gives out very good (and safe) scripts. If you take the right precautions (Like not looking suspicious and not autoing for 20 days straight) you should be ok.
are autofighters detectable (especialy this 1), cuz i want to use on main but dont want to be banned! >.<
ive been using this script pretty consistantly for about 3 days now and havent had any problems but i wouldnt suggest doing it much longer then that. i will probly not do it for a few days then go back to it again.
HyperSecret
10-08-2007, 04:29 AM
I've been suing it for a few days now, works fairly well. The only problem i found is that it spends so long checking the invetory and stats that it misses monsters. So I'd say make it wait longer to do that if you can and make it have random times if possible. Also it said some pretty stupid things, like "combat level?" It would also be cool if you could have it not trun of public chat, so we can still talk to people while the bot is going.
yes there are some faults in the script i will admit...its a free script and also alittle old but still a good autofighter...the next version will be WAY better and have a better responder...will only talk if talken to...
are autofighters detectable (especialy this 1), cuz i want to use on main but dont want to be banned! >.<
there is always a chance of being banned and we at SRL suggest never autoing on your main but its your choice...
Cruel100
10-09-2007, 04:36 AM
Where´s I can find "to kill", to set it? I look in script and I don´t found! In my game stays in a looping login and logout... thanks!
nething
10-09-2007, 04:40 AM
That was taken out. It now uses Time per player. Basically it works like this, If you set the time to 4 minutes then it will fight for 4 minutes then log out and go to the next player. It will keep cycling through like that until all the players are false or you stop it.
Cruel100
10-09-2007, 05:07 PM
That was taken out. It now uses Time per player. Basically it works like this, If you set the time to 4 minutes then it will fight for 4 minutes then log out and go to the next player. It will keep cycling through like that until all the players are false or you stop it.
Thanks, now I will configure the best colours... I have an idea. Put more colors for script catch more easily the monsters, and do in here a list with the colours you use in each monster! Thanks for the scrip!
tehpure
10-10-2007, 12:23 AM
I got 5 levels on my pure, thanks.
Cruel100
10-10-2007, 12:53 AM
Wow! Read all the pages!
Feedback: I can kill one chicken and one Moss Giant! As the next delay to appear the script to order to give logout... :(
It could leave with more time to seek the objective.
About the colors, the mouse could be attracted by a group of colors type: 150000 to 153000, I tried more than 10 times to get right!
I´m working on this script, see, it for moss giant:
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\\
const Color1 = 2771547;//1st color of monster
const Color2 = 3430000;//2nd color of monster
const Color3 = 5866360;//3rd color of monster
const Color4 = 4347232;//3rd color of monster
const Color5 = 3437714;//3rd color of monster
const Color6 = 2903392;//3rd color of monster
const Color7 = 4742761;//3rd color of monster
const Color8 = 2246240;//3rd color of monster
const Color9 = 3173769;//3rd color of monster
const Color10 = 2112072;//3rd color of monster
const Color11 = 4355176;//3rd color of monster
const Color12 = 2771547;//3rd color of monster
const Color13 = 2904419;//3rd color of monster
const Color14 = 3959683;//3rd color of monster
const Color15 = 1914691;//3rd color of monster
const Color16 = 6130046;//3rd color of monster
const Color17 = 2775893;//3rd color of monster
const Color18 = 2243916;//3rd color of monster
const Color19 = 2379849;//3rd color of monster
const Color20 = 6196353;//3rd color of monster
const Color21 = 2908247;//3rd color of monster
const Color22 = 4553081;//3rd color of monster
const Color23 = 3431536;//3rd color of monster
const Color24 = 3299693;//3rd color of monster
const Color25 = 2507587;//3rd color of monster
const MonsterName = 'Moss giant';//name of the monster (case sensative)
const KillMonsterFor = 10;//time in minutes you want each player to run b4 logging out
const eatfood = 'no';//yes or no, for if you want to eat food
const eathp = 70;//Hp you want your guy to eat at
const runhp = 65;//HP you want your guy to run at
const RunDirection = 'e';//n,s,e,w which way you want to run when hp get to runhp
const MySRLID = '';// Stats ID.
const MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged
And here stays my problem:
procedure HSAttack;
var
MonsterColors: array[0..24] of integer;
i: Integer;
TimeToKill: Integer;
begin
if (not (LoggedIn)) then
Exit;
MonsterColors[0] := color1;
MonsterColors[1] := color2;
MonsterColors[2] := color3;
MonsterColors[3] := color4;
MonsterColors[4] := color5;
MonsterColors[5] := color6;
MonsterColors[6] := color7;
MonsterColors[7] := color8;
MonsterColors[8] := color9;
MonsterColors[9] := color10;
MonsterColors[10]:= color11;
MonsterColors[11]:= color12;
MonsterColors[12]:= color13;
MonsterColors[13]:= color14;
MonsterColors[14]:= color15;
MonsterColors[15]:= color16;
MonsterColors[16]:= color17;
MonsterColors[17]:= color18;
MonsterColors[18]:= color19;
MonsterColors[19]:= color20;
MonsterColors[20]:= color21;
MonsterColors[21]:= color22;
MonsterColors[22]:= color23;
MonsterColors[23]:= color24;
MonsterColors[24]:= color25;
MarkTime(TimeToKill);
Killed := 0;
repeat
if (InFight) then
Exit;
for i := 0 to 2 do
begin
if(HSFighting(MonsterName, MonsterColors[i], 5, 2000))then
begin
Wait(10000 + random(500));
OutFight;
Killed := Killed + 1;
Killed2 := Killed2 + 1;
ReportVars[0] := ReportVars[0] + 1;
Players[CurrentPlayer].Integers[0] := Players[CurrentPlayer].Integers[0] + 1;
end;
end;
wait(10);
if (HSFindRandoms = true) then
begin
nextplayer(true);
end;
if (eatfood = 'yes') then
begin
HSHpCheck;
end;
until (((Getsystemtime-CharacterStartTime)/1000)>(KillMonsterFor * 60));
end;
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
If the script don´t found the colour, it ordenes to logout... I want add +1 in color and searching for the right colour!
monstras
10-10-2007, 01:43 PM
good script it works :rolleyes:
beeperdude
10-10-2007, 08:50 PM
This script works great. But only for a short period of time. The second any random happens... it is all over. I have left this script to run overnight, and while I am away, but it only works for 1-2 hours tops before a random comes and stops the whole thing. Basically: can't there be any basic random handling? Ex: talking to the genie, talking to the princess, talking to the mysterious old man... as it is right now I can only gain ~5k exp fighting (on goblins) before it stops working... which means it will take months on end to get anywhere.
C4rl1t0
10-10-2007, 09:24 PM
looks great ill test tonight :D
great tut thanx!
Edit:
it works but the auto eater didn't eat i was using tuna, also i was training at the rats in lumby swamp maybe i could use a better spot?? also it works nicely but it checks the attack part to many times in my opinion.
althought great script didn't get a proggy though,
worked about 30 minutes... stopped it cuz i was about to di
Question: if you are using one guy what you set the time? i just want it to run...
ceapy
10-11-2007, 12:51 AM
xD great script thankyou xD, but im having this problem, it will auto attack chickens when i start it, but when i go to the goblins (in goblin village, and i have the colors set), it just clicks on the backpack, the tool, the person, and then it just logs out and logs back in and does the same thing, is there something im doing wrong? please tell me, thanks.
Cruel100
10-11-2007, 12:58 AM
@nething> Vc é de Beagá?
Aloush89
10-11-2007, 11:58 AM
gr8!!
Aloush89
10-11-2007, 12:00 PM
0 : ******= F. - Lvl : 40 69 1 25. W : 376 min. K : 1742 Chickens.
amazing for training newly pures
Cruel100
10-11-2007, 04:36 PM
In next update, Can you insert a bury big bones?
pallooo
10-11-2007, 07:41 PM
WoW... nice script, gonna test it soon...
ceapy
10-12-2007, 02:43 AM
Oh yeah also, what do you fill in for this?
const MySRLID = '';// Stats ID.
const MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged
do you really have to put in ur SRL ID and pass? (from the srl-forums.com site)
Zeke1901
10-12-2007, 03:44 AM
Oh yeah also, what do you fill in for this?
const MySRLID = '';// Stats ID.
const MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged
do you really have to put in ur SRL ID and pass? (from the srl-forums.com site)
Yes.
IdTapDatt
10-12-2007, 05:06 AM
i'm afraid to overnight this
i'm not eating the tuna i want my player to eat
EDIT: mk now thanks to this script i no longer need to eat food to fight the monsters i'm leveling on 8]
but another problem i have is that the script attacks a few monsters logs out logs back in and attacks more and just repeats that. i'm not sure but i think it has something to do with the timer for each plaer
ceapy
10-12-2007, 04:47 PM
Yes.Well i did what you said but it keeps on saying this at the bottom when i put my username and pass for the SRL
HyperSecret's AutoFighter!
Using 1 Players
darkvortex2
Choosing Skill To Train...
Invalid SRL ID
NextPlayer
Successfully executed
Is there something i'm doing wrong?:duh:
HyperSecret
10-12-2007, 06:14 PM
k i jsut really quick read through the posts....sry if i dont answer your question...
SRL ID AND PASSWORD -> you dont NEED to enter anything there but if you want your stats and times recorded then sign up for stats on the main page on the left side...NOT your SRL forums username and password....
Bone burying will be put into the next version and also there will be a better eating procedure also...
i am on vacation for 5 more days so when i get back home i WILL be getting a laptop and i WILL be updating the script within the next week!!!
ceapy
10-12-2007, 07:39 PM
k i jsut really quick read through the posts....sry if i dont answer your question...
SRL ID AND PASSWORD -> you dont NEED to enter anything there but if you want your stats and times recorded then sign up for stats on the main page on the left side...NOT your SRL forums username and password....
Bone burying will be put into the next version and also there will be a better eating procedure also...
i am on vacation for 5 more days so when i get back home i WILL be getting a laptop and i WILL be updating the script within the next week!!!
xD ty for helping me :garfield: but I have 1 more problem :duh: when i was using your script and autoing for 3 hours, I made over 126 SRL logins, is there something wrong with the colours im getting from the monsters? or what :( please help me
divined godx
10-12-2007, 09:26 PM
im good with scar i use it alot and i got this error line 61 out of range i fooled with it and nothign worked u know what to do
lil_joker95
10-12-2007, 11:16 PM
nice ima try this out later
m a t t
10-13-2007, 04:39 AM
cheers hyper :) easy pure trainer
schoony
10-13-2007, 04:29 PM
Thanks alot!!!
saqants
10-14-2007, 07:16 AM
that script is one of best scripts,but..
it cheks to manytimes/to fast inventory and stats,script is little bit slow attacking.eating works fine for me,but script cannot handle randoms.
Suicidal Bladez
10-14-2007, 09:59 PM
That color coding is to hard, you need to take it off, it will be SO much better
mortenlt
10-14-2007, 10:59 PM
xD great script thankyou xD, but im having this problem, it will auto attack chickens when i start it, but when i go to the goblins (in goblin village, and i have the colors set), it just clicks on the backpack, the tool, the person, and then it just logs out and logs back in and does the same thing, is there something im doing wrong? please tell me, thanks.
I have the same problem :S
HayHay89
10-15-2007, 12:19 PM
very nice script good eater and monster finding good random and rotates which is good hope to see some good updates....not like it can get better its the best out now updated with all the lastest stuff
i give is a....a++++
:sasmokin:
fishsticks
10-15-2007, 02:20 PM
wow and it worked for a month?!? how high of lvl did that get you?
ceapy
10-16-2007, 02:33 AM
:eek: no one answered my question but anyways :rolleyes: yeah, there was something that when i was botting with ur script FOR 3 HOURS, it made over 126 SRL LOGINS (btw, i was using only 1 character) anyways, if u know why it logs out and logs back in so many times, can u plz tell me? Oh yeah, I THINK I know how to fix it, I just dont put anything in my INV (no food or anything) and then it works fine, or maybe its just me lol :p anyways, sometimes it still logs me in and out lotsa times even if i do that, if you know why, pleaseeee tell me :confused:
hustler
10-16-2007, 04:40 AM
ima try dis out
dogbent
10-16-2007, 08:47 AM
Ive only got one character? so do i change line 54 { HowManyPlayers := 5;}
to 1?
dogbent
10-16-2007, 09:05 AM
hah sometimes i have trouble logging in and out
predalienrunner
10-16-2007, 10:41 AM
^Don't double post. Next time use 'edit' if you get a next time.
And yes change the number of players to 1, and delete all the other player 'forms' (i'm not sure if that's what you call it) However I recommend you build an army of adequately leveled autoers, because SRL doesn't solver all randoms and you'll quickly find yourself logged out with your pc doing nothing.
m a t t
10-16-2007, 01:30 PM
mine logs in turns chat off etc then locates monsters im killin (goblins) but doesnt click on them? any help would be appreciated.
Cruel100
10-16-2007, 03:15 PM
The problem with login and logout is the colour of monster and the time of script wait to find the monster...
HyperSecret
10-16-2007, 05:21 PM
mine logs in turns chat off etc then locates monsters im killin (goblins) but doesnt click on them? any help would be appreciated.
not goblin its Goblin...its case sensative read the directions....
EDIT: PS: i got my laptop yesterday so now its time to get started updating this script!!!
TheGhostofChristmasPast
10-17-2007, 04:10 AM
let me know when you get this script updated... i loved it previously and I am going to be using it in the future deff!!!!
nething
10-17-2007, 06:09 AM
I made a pictorial but there are still questions. I guess some leechers are even too lazy to read through the entire first post. I guess there are a couple things I didn't mention but I'm pretty sure that they have all been covered before in this thread.
Things I didn't mention:
Loss of Focus (covered lots of times)
Case Sensitivity (well actually I did mention it)
ummm anything else?
Oh well. I hope it was helpful to those who took the time to look through it.
I'm not on the forums much anymore because I finally got DSL at my Mom's house so now I play Halo pretty much constantly.
Few things:
xD great script thankyou xD, but im having this problem, it will auto attack chickens when i start it, but when i go to the goblins (in goblin village, and i have the colors set), it just clicks on the backpack, the tool, the person, and then it just logs out and logs back in and does the same thing, is there something im doing wrong? please tell me, thanks.
Try reseting the colors?
@nething> Vc é de Beagá?
Uhm... What? I'm confused.
xD ty for helping me :garfield: but I have 1 more problem :duh: when i was using your script and autoing for 3 hours, I made over 126 SRL logins, is there something wrong with the colours im getting from the monsters? or what :( please help me
Yes. Try reseting the colors.
im good with scar i use it alot and i got this error line 61 out of range i fooled with it and nothign worked u know what to do
Uhm post the lines it says the error is on? Also out of range usually means you messed up the player array. If you are using 1 player then take out the other player slots and change HowManyPlayers to 1
that script is one of best scripts,but..
it cheks to manytimes/to fast inventory and stats,script is little bit slow attacking.eating works fine for me,but script cannot handle randoms.
Rofl... Learn how to set a nickname correctly and it should work right. It isn't the scripts fault it is SRL's IF not yours.
That color coding is to hard, you need to take it off, it will be SO much better
BAHAHAHAHAHAHA ROFL! There is a color picker in SCAR! Just click the little crosshairs and point to the color on the screen and click! What is hard about it!?
Thanks, now I will configure the best colours... I have an idea. Put more colors for script catch more easily the monsters, and do in here a list with the colours you use in each monster! Thanks for the scrip!
Ehm. Little hint:
Runescape colors change every time you load a world. If we posted a list none of them would work because they constantly change (unless you use ScarScape).
This script works great. But only for a short period of time. The second any random happens... it is all over. I have left this script to run overnight, and while I am away, but it only works for 1-2 hours tops before a random comes and stops the whole thing. Basically: can't there be any basic random handling? Ex: talking to the genie, talking to the princess, talking to the mysterious old man... as it is right now I can only gain ~5k exp fighting (on goblins) before it stops working... which means it will take months on end to get anywhere.
As I said before. It is either your fault or SRL's fault not the scripts. The script has Anti-Randoms in it. Also if I was gonna bet I would bet it is your fault not SRL's. Learn how to set a nick Correctly.
m a t t
10-17-2007, 09:36 AM
i did use an upper case G :S. ill try cruel100s suggestion, ty both for replyin.
Grats on gettin ur new laptop too hyper :) all the best in future scriptin hehe
fishsticks
10-17-2007, 04:33 PM
i like this script alot! very good job hyper! and where is a good place to use this script with a pure?
fat__hunter
10-17-2007, 04:51 PM
thanks looks pretty cool
coool nice job!
nice looks very popular
idiot......
pretty nice thank you for this
hey when u get it fixed can i have it?? :p
ill auto on my main lol fo sho
dang! very nice this helped me LOTS
thank you imma try this out
http://www.srl-forums.com/forum/images/satellite/misc/sticky.gif http://www.srl-forums.com/forum/images/satellite/statusicon/lastupost.gif (http://www.srl-forums.com/forum/showthread.php?goto=lastupost&t=20056) Sticky: Attention Spammers and Leechers... (http://www.villavu.com/forum/showthread.php?t=18341) http://www.srl-forums.com/forum/images/satellite/rating/rating_5.gif RAM
HyperSecret
10-17-2007, 06:04 PM
i personally like using it on chickens right now with version .50 b/c the eating is messed up and so i dont have to eat then..
ceapy
10-17-2007, 07:21 PM
Hey ty for helping me with the colours but now i have another problem lol:( When i put YES for eating food, the script doesnt eat the food that i have (trout), I have about 20 trout in my inv and it doesent eat it
Cruel100
10-17-2007, 09:14 PM
Ehm. Little hint:
Runescape colors change every time you load a world. If we posted a list none of them would work because they constantly change (unless you use ScarScape).
Ok, What is ScarScape?
nething
10-17-2007, 09:41 PM
It is a Runescape client. I will attach in a sec lemme zip it. Don't have the link atm.
EDIT: Attached. With ScarScape you can pick the colors and then just leave them and don't have to reset every time (if you are having troubles with colors and I am feeling nice, you could post the monster and I'll post some colors).
HyperSecret
10-17-2007, 09:44 PM
you dont need to attach it...its in the srl folder in folder SCSS...i do believe...and not ALL colors change on login mainly as far as i know...road colors and grass things used towards walking....this fighter works with mutliple player logging in and out....
nething
10-17-2007, 09:51 PM
I said when you load a world not when you log in -.-
EDIT: Well actually if you are using signed and use the world switcher at the bottom it won't change. But if you open Firefox and load it then close Firefox and reload then it will change colors
EDIT:EDIT: I just checked and I didn't see ScarScape in the SCSS folder =\
EDIT:EDIT:EDIT: Woohoo 600 Posts in this thread =0
Twinkey
10-17-2007, 11:17 PM
ty this helps me at minotaurs (:
Vitonli
10-17-2007, 11:37 PM
Hey Secret, love the script but their is just a few annoying bugs.
1) I don't know what's wrong, but it just doesn't like staying on for that long, i took out all of the other player slot's so i can just play with one, but it always log's out some reason.
2) Randoms are pretty good, but sometimes it doesn't even talk to them. (The one's that i already know work i mean.)
3)Food. Eh, it is very annoying using lob's seeing as i am messing around with this on my 110+. but I'm more concerned about the fact that i will be sitting their watching it, and it will go under 20 hp of where it is suppose to eat, without any effect! Actually, i still go and attack more monsters before healing.
4)Dying? I Just came back dead this morning, what happened to the run factor? I died when the monster's were already neutral to me, so it must of just kept attacking more.
Other than that is is a really good script, keep up the good work!:sasmokin:
HyperSecret
10-18-2007, 02:33 AM
i wouldnt auto on your lvl 110 but up to you....yep the eating is messed up but on this new version it will be fix definantly!!!
@nething, add me on msn, your helping alot in this thread and if you would like i will let you take part in the updating of this script and also with the testing of it...woot 600 post!
eXact
10-18-2007, 01:38 PM
cant w8 to try it out... thanks =)
knassyl
10-18-2007, 04:14 PM
swwt script, it ran all night long
Caapi
10-18-2007, 04:34 PM
Doesn't never eat or bury the bones.
EDIT: Now (before 3 hours autoing) it doesnt do anything, just logs out and says "Next player" and then does that same. :S
HyperSecret
10-18-2007, 05:37 PM
Doesn't never eat or bury the bones.
EDIT: Now (before 3 hours autoing) it doesnt do anything, just logs out and says "Next player" and then does that same. :S
well first off v .50 does NOT bury bones...and if you read the other posts alittle you will see the eating isnt 100% workable....but in the next version it will be
zipper619
10-18-2007, 06:03 PM
works vary god to me:D
Caapi
10-18-2007, 06:25 PM
well first off v .50 does NOT bury bones...and if you read the other posts alittle you will see the eating isnt 100% workable....but in the next version it will be
Oh i saw something about bone burying at your first msg at this thread. :D
Hmm what should i do to get this work? I got latest srl and im not noob at scripting/macroing/botting/coding.
Vitonli
10-18-2007, 07:40 PM
Yes I've been getting a lot of that shouldn't use it on a 100+ character. I also heard people have been using it for a real long time, but ill stay on the safe side. =D
PS. Just wondering, but how do you think jagex can trace script's? Seeing as the script is running just like any other program, and it's telling your mouse what to do, how does jagex see it as a auto instead of just regular click's? Im guessing it has something to do with scar, but im also guessing if i put a script in just a regular type of script program, it won't work correctly. Can anybody explain a bit what they are looking for etc.
the scar noob
10-18-2007, 08:31 PM
function HSFighting(Name: string; color, maxtol, maxtime: integer): boolean;
I see you don't use that maxtime integer, you don't use it :s
It's a lill dissapopointment seeing that you aren't using Flag or FFlag to wait while walking if the monster you start fighting with is some steps away :(
Other then that it looks nice:D
-Tsn.:cartman:
tiberius
10-18-2007, 08:40 PM
This looks like a really nice script. But I am having a problem that may not be for just this script. This is my first time running SCAR.
Everything seems to run fine and the mouse will be hovering over the monster which happens to be red spiders. The mouse will only hover of them and not actually click.
I do not want to be classified as a leecher, I do have some interest in learning to script.
So what do you guys think the problem is?
HyperSecret
10-18-2007, 11:10 PM
Yes I've been getting a lot of that shouldn't use it on a 100+ character. I also heard people have been using it for a real long time, but ill stay on the safe side. =D
PS. Just wondering, but how do you think jagex can trace script's? Seeing as the script is running just like any other program, and it's telling your mouse what to do, how does jagex see it as a auto instead of just regular click's? Im guessing it has something to do with scar, but im also guessing if i put a script in just a regular type of script program, it won't work correctly. Can anybody explain a bit what they are looking for etc.
the only way they really can detect it is if you take a LONG time and log in and out of randoms without solving them and also recording mouse clicks...that why we use mouse...not clickmouse...clickmouse has no randomness to it and mouse does....
function HSFighting(Name: string; color, maxtol, maxtime: integer): boolean;
I see you don't use that maxtime integer, you don't use it :s
It's a lill dissapopointment seeing that you aren't using Flag or FFlag to wait while walking if the monster you start fighting with is some steps away :(
Other then that it looks nice:D
-Tsn.:cartman:
yea the flag is a mistake...it IS included in this next version that i should be releasing 2day or 2morrow...thx
This looks like a really nice script. But I am having a problem that may not be for just this script. This is my first time running SCAR.
Everything seems to run fine and the mouse will be hovering over the monster which happens to be red spiders. The mouse will only hover of them and not actually click.
I do not want to be classified as a leecher, I do have some interest in learning to script.
So what do you guys think the problem is?
make sure your monstername is case sensative....so it would be 'Goblin' not 'goblin' sort of thing all caps and spaces have to be in the right places...
trv1991
10-19-2007, 12:44 AM
When I try to run it, it tells me that line 70 is out of range...what do I do?
Caapi
10-19-2007, 10:30 AM
You should add random mouse speed. :D
MouseSpeed := random 9 or 10
I dont remember how to use random in scar, but i think u know. :)
ib9ub6
10-19-2007, 12:30 PM
Nice script I ran it for a while at night but when I came back my guy was stuck in an anti random
Overall a sweet script thoe
grimy89098
10-19-2007, 12:50 PM
very nice script :) works great
Caapi
10-19-2007, 03:02 PM
MouseSpeed := (9 + random(10)) ;)
grbr101
10-19-2007, 06:51 PM
did not auto eat for me otherwise worked well
kuumalaukaus
10-19-2007, 09:18 PM
nice job
tiberius
10-20-2007, 12:15 AM
Changing the monster name from, "Spider" to "spider" fixed the script for me. This script runs really nicely and I am using it for my main while I am in the room watching TV. Thanks for the quick help.
SPARTAN
10-20-2007, 12:32 AM
Cant seem to get it to work
Failed when compiling
Line 33: [Error] (18106:1): Duplicate identifier 'x' in script
Any ideas?
EDIT:
Line 33 is : x, y: integer; in the
var
Killed, Killed2: integer;
CharacterStartTime: integer;
Anchovie, Herring, Lobster, Pike, Salmon, Sardine, Shrimp, SwordFish, Trout, Tuna: Integer;
FoodToEat: integer;
var
x, y: integer;
Vitonli
10-20-2007, 01:44 AM
the only way they really can detect it is if you take a LONG time and log in and out of randoms without solving them and also recording mouse clicks...that why we use mouse...not clickmouse...clickmouse has no randomness to it and mouse does....
I see, so why not just make it so it doesn't log out, and just keeps running?
kylerperson
10-20-2007, 06:14 AM
very nice script, ran all night :P. Thx for giving it to us!
i dj isaac i
10-20-2007, 07:06 AM
ok. thanks for the script what ur sharing whit us.
Helldemon80
10-20-2007, 03:15 PM
wow, thanks, its really good
HyperSecret
10-20-2007, 06:10 PM
Cant seem to get it to work
Failed when compiling
Line 33: [Error] (18106:1): Duplicate identifier 'x' in script
Any ideas?
EDIT:
Line 33 is : x, y: integer; in the
var
Killed, Killed2: integer;
CharacterStartTime: integer;
Anchovie, Herring, Lobster, Pike, Salmon, Sardine, Shrimp, SwordFish, Trout, Tuna: Integer;
FoodToEat: integer;
var
x, y: integer;
you dont have SRL installed correctly..
I see, so why not just make it so it doesn't log out, and just keeps running?
cuz if you keep it running and dont have it log out at all then you will get randoms very quickly and gets like 20-30 minutes of run time MAYBE...so if you have logs then you get less randoms...
EDIT: Here is a proggy from last night with the new updated version...have to fix a few timing issue to get better progress....but besides that it wil be released very very soon!!!
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 85 |
| Talks : 1 |
| No Foresters : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 14 Hours, 5 Minutes and 28 Seconds
Killed Total of 1679 Chickens At The Rate Of 119 Chickens Per Hour.
AutoResponded 75 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ******
Player Number : 1
Active : In Use
Worked : 178 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : ***= T. - Lvl : 16 16 1 16. W : 1024 min. K : 624 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : ***= T. - Lvl : 11 15 1 15. W : 178 min. K : 472 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : ***= T. - Lvl : 0 0 0 0. W : 21 min. K : 31 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : ***= T. - Lvl : 14 15 1 15. W : 199 min. K : 552 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
eating works GREAT on this version also...had 2 9+ hrs reports w/ my main using this...and several single hr reports....all of eating food with all the fish ....and can run 1 char for 1+ hr with eating and burying bones !!! this is gonna be a great release!!
vanir 00
10-20-2007, 06:44 PM
Umm i just tested it and mine is having problems with the box random event... after about 2hours of working i came to the computer and my whole inventory was filled with unsolved boxes... can any one help me and tell me why?
Nice script tho =)
matto
10-20-2007, 07:02 PM
Thank you very much for this :D And the pictorial was really useful :D
needessminer
10-20-2007, 07:26 PM
Include file C:\Program Files\SCAR 3.12\includes\srl\srl.scar does not exist.
Include file C:\Program Files\SCAR 3.12\includes\srl\srl\skill\fighting.scar does not exist.
Failed when compiling
what???
biz39@hotmail.co.uk...
e-mail me...
ill pay you if you teach me how to sue the whole script?
and ill pay 350k if you teach me how to use a essminer on scar divi 3.12...
xxx
HyperSecret
10-20-2007, 07:43 PM
Umm i just tested it and mine is having problems with the box random event... after about 2hours of working i came to the computer and my whole inventory was filled with unsolved boxes... can any one help me and tell me why?
Nice script tho =)
someone else was having that problem...i dont know how to fix it but it is some problem with your end of SRL...
Thank you very much for this :D And the pictorial was really useful :D
pictorial was done by nething, thx him for it :D
Include file C:\Program Files\SCAR 3.12\includes\srl\srl.scar does not exist.
Include file C:\Program Files\SCAR 3.12\includes\srl\srl\skill\fighting.scar does not exist.
Failed when compiling
what???
biz39@hotmail.co.uk...
e-mail me...
ill pay you if you teach me how to sue the whole script?
and ill pay 350k if you teach me how to use a essminer on scar divi 3.12...
xxx
you can add me on msn if you want but you dont have SRL installed at all...
vanir 00
10-20-2007, 07:49 PM
Ok thx for telling me... glad im not only one with box problems =P
Il try uninstall or remove SRL and install it again - hopefully it works then :)
HyperSecret
10-20-2007, 10:05 PM
The anticipated release of the UPDATED version has finally ARRIVED!!
OFFICIAL RELEASE OF
HyperSecret's SecretFighter v.1.00 BETA
IS RELEASED 10/20/07
Post progress reports! Best Progress report is put on first post :D
DOWNLOAD NOW
LEAVE FEEDBACK AND BUGS ALSO!!!
Be sure to read directions ;)
acmilanrulesall
10-20-2007, 11:02 PM
Nice script, works great, except for the mouse sometime "coughing" when moving over the monster to kill, but it resolves quickly...
Thanks mate:)
omg...
10-20-2007, 11:41 PM
seems cool,gonna try it to train my pure :D
Shadowblitz
10-21-2007, 12:32 AM
Thanks im gonna go try it out
SPARTAN
10-21-2007, 12:52 AM
I start the script bro and It does the Choosing skill to train... it chooses the skill and then clicks inventory, then does nothing.
Any ideas? =)
djpyro2010
10-21-2007, 01:51 AM
On the topic of fighting. Are there auto Pker's out there?
Lee Cullen
10-21-2007, 02:17 AM
Nice
HyperSecret
10-21-2007, 02:41 AM
I start the script bro and It does the Choosing skill to train... it chooses the skill and then clicks inventory, then does nothing.
Any ideas? =)
you have to pick the colors...colors change on every world...so make sure you repick the colors everytime you start the script :D
SPARTAN
10-21-2007, 02:44 AM
you have to pick the colors...colors change on every world...so make sure you repick the colors everytime you start the script :D
I know bro thats what I did, i repicked a couple of times before I came to post.
Any other ideas? Ill re-download, re-pick and try again, =P
Psilocybe
10-21-2007, 08:06 AM
Hey Hyper. I absolutely love your AutoFighter, works very well. I happened to catch a runtime error, thought it might help. I'm not sure if this is my problem... sorry if it is. [Runtime Error] : Exception: Canvas does not allow drawing in line 523
This is a nice script. I appreciate your efforts. Thanks!
Progress report:
0 : ******= F. - Lvl : 0 0 0 0. W : 16 min. K : 103 Chicken.
Psilocybe
10-21-2007, 05:40 PM
It seems to be getting [Runtime Error] : Exception: Canvas does not allow drawing on multiple lines. I happened to catch it when it found a color on the tree, and kept going from that point on the tree to the bags and back.
fishsticks
10-21-2007, 06:55 PM
does this work well with 1 account?
HyperSecret
10-22-2007, 12:18 AM
Hey Hyper. I absolutely love your AutoFighter, works very well. I happened to catch a runtime error, thought it might help. I'm not sure if this is my problem... sorry if it is. [Runtime Error] : Exception: Canvas does not allow drawing in line 523
hmm are you running on the runescape client? or something else?, never got that error before :/ try re-installing scar and SRL
whats the id's?
if you dont know then dont fill it in...you can register off SRL main page if you want on the right hand side for SRL stats...
This is a nice script. I appreciate your efforts. Thanks!
Progress report:
0 : ******= F. - Lvl : 0 0 0 0. W : 16 min. K : 103 Chicken.
that doesnt look like all the progress report but ok...
It seems to be getting [Runtime Error] : Exception: Canvas does not allow drawing on multiple lines. I happened to catch it when it found a color on the tree, and kept going from that point on the tree to the bags and back.
does this work well with 1 account?
ive got a couple 1-2hr reports running w/ 1 chat
Great script got me from lvl 30 to 45 str!
GREAT :D
PS: anyone use bone burying yet, or eating?
Psilocybe
10-22-2007, 01:26 AM
I actually use the bone burying feature to pick-up feathers : ) Works very well.
Works great. Thanks man...
And guys, when the cursor hovers over the inventory button, I think it's doing an anti-random check.
Just wait for about 10-15 seconds, and then it starts killing.
Thanks,
Richard
HyperSecret
10-22-2007, 02:47 PM
cmon guys post some proggys...this is what i got running the past day or so...so i know it works great!!!
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 230 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 36 Hours, 23 Minutes and 39 Seconds
Killed Total of 6545 Chickens At The Rate Of 177 Chickens Per Hour.
Buried Total Of 20 Bones
AutoResponded 282 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ******
Player Number : 0
Active : In Use
Worked : 869 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : ***= T. - Lvl : 38 25 1 30. W : 869 min. K : 3674 Chickens. Ate : 0 Lobster. B : 20 Bones.
1 : Nick : ***= F. - Lvl : 27 16 1 21. W : 431 min. K : 1089 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : ***= F. - Lvl : 28 15 1 21. W : 472 min. K : 1567 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : ***= F. - Lvl : 19 15 1 17. W : 118 min. K : 215 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
kensaurus
10-22-2007, 06:57 PM
i left it overnight and when i woke up the character was at lumby...
HyperSecret
10-22-2007, 07:13 PM
i left it overnight and when i woke up the character was at lumby...
sry :/ must have had the HPCheck time set to long...
t77651
10-22-2007, 09:42 PM
awsome script man ty:)
Glovek77
10-22-2007, 11:37 PM
[Runtime Error] : Out Of Range in line 102 in script C:\Documents and Settings\Gian\Desktop\SecretFighter v.1.00 BETA.scar
What does this mean? Help! How can I fix it?
Del Piero1994
10-22-2007, 11:43 PM
:spongebob: thanjk you thank you
Del Piero1994
10-22-2007, 11:44 PM
tytytyty
Glovek77
10-22-2007, 11:49 PM
*Now the thing just selects fighting style, and then logs me out right after...here are the settings I have:
const
Color1 = 2765643; //1st Color Of Monster
Color2 = 8494; //2nd Color Of Monster
Color3 = 5397309; //3rd Color Of Monster
NameOfMonster = 'Zombie'; //Name Of Monster (CaSe SeNsAtIvE)
TimeEachPlayer = 60; //Time In Minutes Per Each Player (Recommended 7-10).
HealTime = 25; //How Often In Seconds To Check HP For Running Or Healing.
AutoRespond = True; //True If You Want Script To AutoRespond, False If Not.
PickBones = False; //True If You Want To Bury Bones, False If Not. Will Cause More Randoms.
MySRLID = '';// Stats ID.
MySRLPassword = '';//<-Your SRL Password here if you want to have yout stats logged.
DidYouReadInstructions = 'yes';// Did You Read Instructions ^^ ?
//-=-=- Don't Need To Edit Below This Line -=-=-//
turtle_dude5
10-23-2007, 12:09 AM
very nice!!
x skyline x
10-23-2007, 01:00 AM
Line 32: [Error] (98:1): Duplicate identifier '' in script C:\Program Files\SCAR 3.06\includes\SRL/SRL/Core/Globals.scar
damn error
HyperSecret
10-23-2007, 03:04 AM
[Runtime Error] : Out Of Range in line 102 in script C:\Documents and Settings\Gian\Desktop\SecretFighter v.1.00 BETA.scar
What does this mean? Help! How can I fix it?
you dont have the players array set up correctly...you need to delete the player arrays that you arent using....
awsome script man ty:)
yep np...
Line 32: [Error] (98:1): Duplicate identifier '' in script C:\Program Files\SCAR 3.06\includes\SRL/SRL/Core/Globals.scar
damn error
you dont have SRL 4 installed correctly...make sure you are using subversion
rmn0614
10-23-2007, 09:39 PM
Nice script but most of the time something attacks me the script makes me run away and log out.
HyperSecret
10-23-2007, 10:38 PM
Nice script but most of the time something attacks me the script makes me run away and log out.
well if your HP gets below 20% of your hits then the script is made to run and logout so that you dont die...
Narcle
10-24-2007, 03:21 AM
Wow nice update, I'll have to see how you pickup/bury bones compared to mine.
And the monster attacking completely changed! *zones in on new system* hehe ;)
kinsaka
10-24-2007, 04:25 AM
Ill have a progress report and any bugs i run into soon, need to set up my chars.
Thx a ton mate
matty24
10-24-2007, 06:11 AM
lol at the 666 post anyways will have a prorgress report up soon only just getting back up to scripting... damn school...:P:D
crouch
10-24-2007, 04:45 PM
can someone give like minotaurs colors ?
color1
color2
color3
:D
PS: Okay iam really stupid cant get that work :D it points on the chickens but dosent click or att them :S :D
HyperSecret
10-24-2007, 05:21 PM
can someone give like minotaurs colors ?
color1
color2
color3
:D
PS: Okay iam really stupid cant get that work :D it points on the chickens but dosent click or att them :S :D
the monstername is case sensative put caps and spaces where needed...and you need to pick your own colors...they change from world to world alittle
linppan
10-24-2007, 08:47 PM
Am getting
[Runtime Error] : Exception: Canvas does not allow drawing in line 547 in script F:\downloads FF\SecretFighter v.1.00 BETA.scar
what does that mean? my knowlage in Scar is very limited couse i just stared to use it would be greatfull if anyone could try to help me :)
Stone Cold Killer
10-25-2007, 12:18 AM
I'm a beginner to scar and i don't really know much about scripts so i was wondering if someone could help me out with a problem on the script. There is an error that i don't don't know how to fix, it reads:
Line 31: [Error] (97:1) : Duplicate identifier ' ' in script
How do i fix this?
I'm a beginner to scar and i don't really know much about scripts so i was wondering if someone could help me out with a problem on the script. There is an error that i don't don't know how to fix, it reads:
Line 31: [Error] (97:1) : Duplicate identifier ' ' in script
How do i fix this?
Read the FAQ for begining scripters..
12345678
10-25-2007, 01:07 AM
does this work with range?
Zach1188
10-25-2007, 06:32 AM
Great autofighter, however the antiban chat is a little...hmm. For example, it sent "Att level?" 3 times in a row, then it asked "Combat level?" (you dont even have to ask someone their combat level).
Other than that, wonderful job on this script. I will post a progress report soon.
gelloxor
10-25-2007, 08:21 AM
Hmm, if i have
HowManyPlayers := 4;
Script starts running and says
"Using 4 Players" and after that wont do anything?
and if i put HowManyPlayers := 1;
It says [Runtime Error] : Out Of Range in line 102 in script C:\*******\**\*****\****\SecretFighter v.1.00 BETA.scar
So whats wrong? :l im new at using scar (h)
mikle777
10-25-2007, 10:12 AM
Mine still freezes at the skill choosing and just sits there till it loggs out, is there any solution?
LEMON118
10-25-2007, 10:15 AM
Does this work with range?
Khazar
10-25-2007, 01:26 PM
It says [Runtime Error] : Out Of Range in line 102 in script C:\*******\**\*****\****\SecretFighter v.1.00 BETA.scar
So whats wrong? :l im new at using scar (h)
I'm new too. I kept getting that error but I deleted players 2-3 and I'm just using player 1. And it should work.
I used this script over night with a character with 5 attack and got him to 30 strength! Thanks for the script.
Khazar
10-25-2007, 05:52 PM
Just got back home from school. Here's my progress report. :D
I killed chickens. I left the script just like you have it and just plugged in my info.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 30 |
| Talks : 5 |
| Dwarfs : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 4 Hours, 58 Minutes and 27 Seconds
Killed Total of 813 Chickens At The Rate Of 163 Chickens Per Hour.
AutoResponded 13 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
I had 30 strength at the start. Now it's 35. So not bad for one day. :rolleyes:
5 Attack - 35 Strength - 1 Defence = PWN Thanks To You!
mstandlee
10-25-2007, 05:58 PM
Tested last night at it worked flawlessly. Thanks.
HyperSecret
10-25-2007, 06:02 PM
Am getting
[Runtime Error] : Exception: Canvas does not allow drawing in line 547 in script F:\downloads FF\SecretFighter v.1.00 BETA.scar
what does that mean? my knowlage in Scar is very limited couse i just stared to use it would be greatfull if anyone could try to help me :)
ive heard of that error before i think you need to re-install the newest version of scar and SRL, i believe that fixes the problem..make sure you follow the threads on this site...and download SRL with Subversion
I'm a beginner to scar and i don't really know much about scripts so i was wondering if someone could help me out with a problem on the script. There is an error that i don't don't know how to fix, it reads:
Line 31: [Error] (97:1) : Duplicate identifier ' ' in script
How do i fix this?
you dont have SRL installed correctly use Subversion to install SRL
does this work with range?
no i guess ive never thought of it but i will be training my army soon for range so i will definantly be adding it in soon enough :D thx for the idea
Great autofighter, however the antiban chat is a little...hmm. For example, it sent "Att level?" 3 times in a row, then it asked "Combat level?" (you dont even have to ask someone their combat level).
Other than that, wonderful job on this script. I will post a progress report soon.
you must have an old version then..dl the newest version...it only talks when talken to now :D has an autoresponder so doesnt talking when not talked to
iv been using this script for about a week now, and i cant seem to get the eater working...i keep coming back and im dead left with 1 lob
also i think you may have an old version dl the new version...the new version eating works 100% as far as i know and also it runs when your hp is under 20 percent of your health..
Hmm, if i have
HowManyPlayers := 4;
Script starts running and says
"Using 4 Players" and after that wont do anything?
and if i put HowManyPlayers := 1;
It says [Runtime Error] : Out Of Range in line 102 in script C:\*******\**\*****\****\SecretFighter v.1.00 BETA.scar
So whats wrong? :l im new at using scar (h)
delete the players arrays that arent being used...if you put 1...and then you have to give it 10 seconds or so to start the script...:D
Mine still freezes at the skill choosing and just sits there till it loggs out, is there any solution?
do you have a staff wielded? prolly not but try repicking the colors...the colors in the script dont always work if your just clicking start with the default colors i have in the script
Just got back home from school. Here's my progress report. :D
I killed chickens. I left the script just like you have it and just plugged in my info.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 30 |
| Talks : 5 |
| Dwarfs : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 4 Hours, 58 Minutes and 27 Seconds
Killed Total of 813 Chickens At The Rate Of 163 Chickens Per Hour.
AutoResponded 13 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
I had 30 strength at the start. Now it's 35. So not bad for one day. :rolleyes:
5 Attack - 35 Strength - 1 Defence = PWN Thanks To You!
GREAT finally someone posts a progress report!!! thx :D do you recall by chance were any players false when you came back...so im guessing your using the pure option which is great!!!
Khazar
10-26-2007, 12:21 AM
Another progress report! No, I don't use the pure option. I just use the strength option. With the chicken settings you already have. And it runs smooothly.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 23 |
| Talks : 1 |
| No Sandwiches : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 4 Hours, 11 Minutes and 18 Seconds
Killed Total of 926 Chickens At The Rate Of 221 Chickens Per Hour.
AutoResponded 48 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Macroking
10-26-2007, 02:37 PM
Pretty good script!
Thx for sharing!
ceapy
10-27-2007, 12:24 PM
Great script again lol, but What do u put for the Integers[0-3]? like which integer is for HP and stuff? Other than that, great script :P
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 33 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 5 Hours, 43 Minutes and 22 Seconds
Killed Total of 1235 Chickens At The Rate Of 213 Chickens Per Hour.
AutoResponded 110 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=- Player Name : ** *****
Player Number : 1
Active : In Use
Worked : 87 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
0 : Nick : *** = F. - Lvl : 4 16 1 14. W : 33 min. K : 147 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = T. - Lvl : 1 21 1 16. W : 87 min. K : 392 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : *** = F. - Lvl : 1 16 1 13. W : 80 min. K : 301 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : *** = F. - Lvl : 1 13 1 12. W : 48 min. K : 176 Chickens. Ate : 0 Lobster. B : 0 Bones.
4 : Nick : *** = F. - Lvl : 1 13 1 12. W : 56 min. K : 219 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I like your proggies lol :P, I'll get a longer proggy in prolly 5 days (WOO I GOT HALO 3)
azn-sam
10-27-2007, 06:05 PM
I'm new to this but it works, thanks
Levimoody13
10-29-2007, 05:18 PM
Good script. Im going to give it a try. I will post a progy when i get one.
darkmoon500
10-29-2007, 05:20 PM
Hey can someone set this script for killing Deadly red spiders, using lobbies, training defence, using 1 character, dont want bones to be burried or items to be picked. PLEASE help, im don't know anything about scripting, but i'm on a half way to making a good staker, got about 3 Days to do that and i dont have enough time to play 24/7 so when i'm at school or sleeping i need the script to train me :X
avanwormer91
10-29-2007, 09:10 PM
I noticed when the script starts up it sets my private chat to on. Any way I can change this, or is this necessary for some reason?
It also sets my trade to off, but I don't mind this.
Great script for my purposes, by the way.
xx sleepy
10-30-2007, 02:13 AM
very nice
blackknig
10-30-2007, 02:51 AM
looks great...im gonna try it out for my pure xD
x king0
10-30-2007, 03:18 PM
this Script looks hot I'm going to test it out...
chitin
10-31-2007, 12:48 AM
...i cant seem 2 get it to work....it just stops after selecting strength..
Basand
10-31-2007, 03:38 AM
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 2 Hours, 49 Minutes and 14 Seconds
Killed Total of 284 Chickens At The Rate Of 101 Chickens Per Hour.
Buried Total Of 367 Bones
AutoResponded 2 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ******
Player Number : 0
Active : In Use
Worked : 169 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : ***= T. - Lvl : 30 31 1 27. W : 169 min. K : 284 Chickens. Ate : 0 Lobster. B : 367 Bones.
1 : ***= F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : ***= F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : ***= F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Basand
10-31-2007, 03:40 AM
...i cant seem 2 get it to work....it just stops after selecting strength..
What level character did you have?
Mine stopped there when all stats were 1
But on the other characters it worked very well, so try to raise your strength to like 2
Raner
10-31-2007, 11:22 AM
Just used it ,but it seemed to be very laggy for me..Don't know why.
Basand
10-31-2007, 11:28 AM
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 39 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 6 Hours, 15 Minutes and 5 Seconds
Killed Total of 410 Chickens At The Rate Of 65 Chickens Per Hour.
AutoResponded 63 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ********
Player Number : 3
Active : In Use
Worked : 15 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : *** = T. - Lvl : 32 33 1 48. W : 81 min. K : 408 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = T. - Lvl : 1 1 1 10. W : 15 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : *** = T. - Lvl : 1 1 1 10. W : 14 min. K : 1 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : *** = T. - Lvl : 1 1 1 10. W : 15 min. K : 1 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Notice how on my level 3's, it killed 1 chicken on two of them, and 0 on the other. I watched it on them later, and they just sit there most of the time...
Any idea why?
I noticed when the script starts up it sets my private chat to on. Any way I can change this, or is this necessary for some reason?
It also sets my trade to off, but I don't mind this.
Great script for my purposes, by the way.
Go to lines 292-295, and you will see:
SetChat('on', 1);
SetChat('on', 2);
SetChat('off', 3);
SetChat('off', 4);
Change that to:
SetChat('on', 1);
SetChat('off', 2);
SetChat('off', 3);
SetChat('off', 4);
It will then turn off all chats except public.
Hope this helps =)
Woah.
Lol, i always thought this stuff was a bunch of lies... Turns out it actually works! :O
I'm VERY impressed by this *Applauds* :f: :spot: (h) :cartman:
wattup
10-31-2007, 01:07 PM
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 50 |
| Talks : 5 |
| Sandwiches : 2 |
| No Sandwiches : 1 |
| Frog Solved : 1 |
| Death[s] : 4 |
| Quiz[es] Found : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 10 Hours, 45 Minutes and 41 Seconds
Killed Total of 1094 Chickens At The Rate Of 99 Chickens Per Hour.
Buried Total Of 1346 Bones
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name :
Player Number : 1
Active : In Use
Worked : 29 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick := T. - Lvl : 10 11 11 15. W : 82 min. K : 136 Chickens. Ate : 0 Lobster. B : 183 Bones.
1 : Nick := T. - Lvl : 18 16 16 19. W : 29 min. K : 127 Chickens. Ate : 0 Lobster. B : 163 Bones.
2 : Nick := T. - Lvl : 7 6 5 12. W : 30 min. K : 75 Chickens. Ate : 0 Lobster. B : 4 Bones.
3 : Nick := F. - Lvl : 6 5 5 12. W : 10 min. K : 46 Chickens. Ate : 0 Lobster. B : 97 Bones.
4 : Nick := F. - Lvl : 9 7 8 13. W : 16 min. K : 49 Chickens. Ate : 0 Lobster. B : 59 Bones.
5 : Nick := F. - Lvl : 0 0 0 0. W : 25 min. K : 104 Chickens. Ate : 0 Lobster. B : 177 Bones.
6 : Nick := T. - Lvl : 9 7 7 13. W : 61 min. K : 174 Chickens. Ate : 0 Lobster. B : 238 Bones.
7 : Nick := F. - Lvl : 18 18 17 20. W : 27 min. K : 24 Chickens. Ate : 0 Lobster. B : 22 Bones.
8 : Nick := T. - Lvl : 16 16 16 18. W : 64 min. K : 262 Chickens. Ate : 0 Lobster. B : 285 Bones.
9 : Nick := F. - Lvl : 8 8 8 13. W : 53 min. K : 97 Chickens. Ate : 0 Lobster. B : 118 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
1 - was at the gravedigger but it still say true for somereason
2 - same as 1
3 - Died
4 - Still at chickens
5 - Died
9 - Still at chickens
--------------------------------------------------------------------------
i still think it a great script :(h):
HyperSecret
10-31-2007, 02:47 PM
Notice how on my level 3's, it killed 1 chicken on two of them, and 0 on the other. I watched it on them later, and they just sit there most of the time...
Any idea why?
Go to lines 292-295, and you will see:
SetChat('on', 1);
SetChat('on', 2);
SetChat('off', 3);
SetChat('off', 4);
Change that to:
SetChat('on', 1);
SetChat('off', 2);
SetChat('off', 3);
SetChat('off', 4);
It will then turn off all chats except public.
Hope this helps =)
i dont have any idea i guess why it would do that....it has worked perfectly fine for me the whole time starting my players out at 1 1 1 10, really stumped on that one....lol but please dont edit the script it is meant to turn certain things off for a reason...
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 50 |
| Talks : 5 |
| Sandwiches : 2 |
| No Sandwiches : 1 |
| Frog Solved : 1 |
| Death[s] : 4 |
| Quiz[es] Found : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 10 Hours, 45 Minutes and 41 Seconds
Killed Total of 1094 Chickens At The Rate Of 99 Chickens Per Hour.
Buried Total Of 1346 Bones
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name :
Player Number : 1
Active : In Use
Worked : 29 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick := T. - Lvl : 10 11 11 15. W : 82 min. K : 136 Chickens. Ate : 0 Lobster. B : 183 Bones.
1 : Nick := T. - Lvl : 18 16 16 19. W : 29 min. K : 127 Chickens. Ate : 0 Lobster. B : 163 Bones.
2 : Nick := T. - Lvl : 7 6 5 12. W : 30 min. K : 75 Chickens. Ate : 0 Lobster. B : 4 Bones.
3 : Nick := F. - Lvl : 6 5 5 12. W : 10 min. K : 46 Chickens. Ate : 0 Lobster. B : 97 Bones.
4 : Nick := F. - Lvl : 9 7 8 13. W : 16 min. K : 49 Chickens. Ate : 0 Lobster. B : 59 Bones.
5 : Nick := F. - Lvl : 0 0 0 0. W : 25 min. K : 104 Chickens. Ate : 0 Lobster. B : 177 Bones.
6 : Nick := T. - Lvl : 9 7 7 13. W : 61 min. K : 174 Chickens. Ate : 0 Lobster. B : 238 Bones.
7 : Nick := F. - Lvl : 18 18 17 20. W : 27 min. K : 24 Chickens. Ate : 0 Lobster. B : 22 Bones.
8 : Nick := T. - Lvl : 16 16 16 18. W : 64 min. K : 262 Chickens. Ate : 0 Lobster. B : 285 Bones.
9 : Nick := F. - Lvl : 8 8 8 13. W : 53 min. K : 97 Chickens. Ate : 0 Lobster. B : 118 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
1 - was at the gravedigger but it still say true for somereason
2 - same as 1
3 - Died
4 - Still at chickens
5 - Died
9 - Still at chickens
--------------------------------------------------------------------------
i still think it a great script :(h):
thx for the proggy...i dont know why but sometime SRL just puts players false when really they shouldnt be, its part of antirandoms gametab and inblack functions that mess up sometimes and just make players false...and the to that were false but said true prolly just hadnt got the random detected yet
Khazar
10-31-2007, 05:58 PM
SecretFighter is one of the best combat scripts I've used so far. I thank you so much for it and will post the very good progress reports I get soon. I hope to see more of your nice scripts around! (and for the next SecretFighter version ;) )
Basand
10-31-2007, 08:03 PM
i dont have any idea i guess why it would do that....it has worked perfectly fine for me the whole time starting my players out at 1 1 1 10, really stumped on that one....lol but please dont edit the script it is meant to turn certain things off for a reason...
thx for the proggy...i dont know why but sometime SRL just puts players false when really they shouldnt be, its part of antirandoms gametab and inblack functions that mess up sometimes and just make players false...and the to that were false but said true prolly just hadnt got the random detected yet
Alright, sorry for editing it.
I was just showing him how he could change it...
Here are two more proggies:
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 27 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 4 Hours, 35 Minutes and 29 Seconds
Killed Total of 693 Chickens At The Rate Of 151 Chickens Per Hour.
AutoResponded 23 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ********
Player Number : 0
Active : In Use
Worked : 220 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : *** = T. - Lvl : 35 33 1 48. W : 220 min. K : 693 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 13 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 2 Hours, 18 Minutes and 50 Seconds
Killed Total of 376 Chickens At The Rate Of 162 Chickens Per Hour.
AutoResponded 2 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : ********
Player Number : 0
Active : In Use
Worked : 18320 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : *** = T. - Lvl : 36 34 1 49. W : 18320 min. K : 376 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : *** = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Right... 18320 min....
That is only like 300 or so hours...
@.@
Avoro
10-31-2007, 09:27 PM
Don't know why, but when I start mine, it goes to inven, then to my fighting mode, changes it, then changes run, then clicks back on inventory and stays there forever
159159
10-31-2007, 10:07 PM
nice script, ima try it out later
Basand
10-31-2007, 10:15 PM
Don't know why, but when I start mine, it goes to inven, then to my fighting mode, changes it, then changes run, then clicks back on inventory and stays there forever
Did you change the colors for your monster?
If the script finds no color to match yours, it will sit on the inventory, waiting to attack.
Also, check the name, make sure that there are no typos and that all the cases are correct.
Another proggy, btw(I like this script)
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 6 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 1 Hours, 4 Minutes and 44 Seconds
Killed Total of 365 Chickens At The Rate Of 341 Chickens Per Hour.
AutoResponded 11 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : m s m s pker
Player Number : 0
Active : In Use
Worked : 18474 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : Pke = T. - Lvl : 37 34 1 49. W : 18474 min. K : 365 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : asa = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
2 : Nick : asa = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
3 : Nick : asa = F. - Lvl : 0 0 0 0. W : 0 min. K : 0 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
bertson2
11-01-2007, 12:39 PM
My computer just starts to lagg :S
Scorpioni
11-01-2007, 03:11 PM
Lags for me too :x
Nessahs
11-01-2007, 07:01 PM
For me to :S
its like its freezing for just some ms every second.
but when i close down scar its stops.
ceapy
11-01-2007, 11:48 PM
Rip-It Productions Presents SecretFighter By HyperSecret
Kills Any Type Of Monster Just Set The Colors Of That Monsters!
http://stats.srl-forums.com/ScriptSignatures/Orange/269.png (http://stats.srl-forums.com/ScriptSignatures/)
REPORT ANY BUG OR ERRORS
Version 1.00 BETA Updates:
Better Fighting
Adds Color Of Monster As Script Fights More
Burying Bones Works Excellent
Food Eating Works Great
Now Has More User Controls
Logs Out Each Player By Time
AutoResponds If You Want
And Much More!
BEST PROGRESS REPORT : By HyperSecretHey man, i love your scripts, but HOW did you bot for over 30 hours with only 4 people? I was using 8 ppl and all i could bot for was 16 hours :duh: and all of my mules were still alive and at the chickens (except for one cause he died) :cartman: AND i botted for 1 hour like a few days later and it said ONE account dies, I check all of the accounts and they were still alive :eek: anyways pleaseeee help me :garfield:
HyperSecret
11-02-2007, 06:41 AM
i trained on chickens...and that is it...lol...
Can some1 please help me whit this? i dont know how to download? add me on medvaegabarn@hotmail.com
ceapy
11-02-2007, 01:21 PM
i trained on chickens...and that is it...lol... Oh, sorry lol i forgot to mention that too :rolleyes: I was training at chickens xD, but do you know why it says a person dies even though no one dies (it usually says that when it has a old man or random or something) (h)
tofuli
11-02-2007, 01:31 PM
Doesn't work right..
It is very slow..
HyperSecret
11-02-2007, 02:43 PM
Oh, sorry lol i forgot to mention that too :rolleyes: I was training at chickens xD, but do you know why it says a person dies even though no one dies (it usually says that when it has a old man or random or something) (h)
if it is saying it dead and its not i dont know, it happens to me sometimes also...it would just be an antirandom function thinking you are dead and making the player false...wat is the time you have set per player?
Doesn't work right..
It is very slow..
its not the script, its you
weedii
11-02-2007, 05:13 PM
good script
gothguydante
11-03-2007, 07:23 AM
well almost great would like to be able to pick up items but it's pretty great for a power leveler...
< Ran: 0h:9m:49s >--Fast Fighter v1.3--< 04:20:35 AM >
Total Kills: 39, Total XP Gained: 472, Kills this Round: 39, XP this Round: 472
XP/hour: 3146, Estimated time to Range level: 0 Hours & 3 Minutes
Ammo remaining: 1520, Total Ammo used: 160, Ammo Used/hour: 1066
XP/ammo:2, Estimated Ammo Time Remaining: 1 Hour(s) & 25 Minutes
I only used one user, will i get banned? :S
pumaz100
11-03-2007, 01:17 PM
it gets stuck when setting skill -.-
lnknprkn
11-03-2007, 06:09 PM
this doesnt seem to work for me. the mouse just moves around and then pauses til rs logs me out :|
HyperSecret
11-03-2007, 06:25 PM
it gets stuck when setting skill -.-
then your not setting good colors...repick colors so scar will be able to find them
< Ran: 0h:9m:49s >--Fast Fighter v1.3--< 04:20:35 AM >
Total Kills: 39, Total XP Gained: 472, Kills this Round: 39, XP this Round: 472
XP/hour: 3146, Estimated time to Range level: 0 Hours & 3 Minutes
Ammo remaining: 1520, Total Ammo used: 160, Ammo Used/hour: 1066
XP/ammo:2, Estimated Ammo Time Remaining: 1 Hour(s) & 25 Minutes
I only used one user, will i get banned? :S
to bad that isnt my script...that is narcle's fast fighter script....
this doesnt seem to work for me. the mouse just moves around and then pauses til rs logs me out :|
hmmm....
cookman213
11-03-2007, 06:30 PM
Awesome Script went up 10 levels
computer_genius
11-03-2007, 09:29 PM
Thanks for the update. Version 0.50 wouldn't work for me but 1.0 does its awesome!
ceapy
11-03-2007, 10:29 PM
if it is saying it dead and its not i dont know, it happens to me sometimes also...it would just be an antirandom function thinking you are dead and making the player false...wat is the time you have set per player? Oh, i set the time to 9 minutes, its working fine, but how did you get the script working for 34 hours with 4 accounts? i have 8 accounts and it only worked for 20 hours at the most T.T
soulshooter
11-04-2007, 01:38 AM
nice
SPARTAN
11-04-2007, 01:38 AM
Hey bro it still doesnt work for me, It logs in and i let it sit for over 10 seconds and it just stays really laggy and never clicks the cows, like ive said, i have reset the colors over and over again, and reinstalled scar and srl4
Narcle
11-04-2007, 01:55 AM
Oh, i set the time to 9 minutes, its working fine, but how did you get the script working for 34 hours with 4 accounts? i have 8 accounts and it only worked for 20 hours at the most T.T
I've done 5 days straight (which I don't recommend) logging in/out every 9 minutes. Not with this script, but with a fighter nonetheless.
phantomking8
11-04-2007, 02:55 AM
Hyper, your scripts are very nice for being completely free and all, very few bugs and what not. Very nice once again.
HyperSecret
11-04-2007, 06:01 AM
Hey bro it still doesnt work for me, It logs in and i let it sit for over 10 seconds and it just stays really laggy and never clicks the cows, like ive said, i have reset the colors over and over again, and reinstalled scar and srl4
maybe your computer just cant handle scar and autoing?
I've done 5 days straight (which I don't recommend) logging in/out every 9 minutes. Not with this script, but with a fighter nonetheless.
5 days straight whats wrong w/ that? i did 226 hrs (over 8 days straight) and had no problems...:D
Hyper, your scripts are very nice for being completely free and all, very few bugs and what not. Very nice once again.
thx
jussp
11-04-2007, 08:21 AM
Nice i realy liked you´re secret chooper very nice!
wildman123
11-04-2007, 11:15 AM
i hope it works better than the JagHax one, it takes ages to find 1 goblin
tofuli
11-04-2007, 01:51 PM
its not the script, its you
Uh.. so what have I done wrong?
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 9 Hours, 47 Minutes and 58 Seconds
Killed Total of 2882 Chickens At The Rate Of 294 Chickens Per Hour.
AutoResponded 188 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : **************
Player Number : 0
Active : In Use
Worked : 270 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : *** = T. - Lvl : 14 16 1 22. W : 270 min. K : 1836 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = F. - Lvl : 20 20 19 27. W : 253 min. K : 1046 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Man, i fully love this thing!
One account is now a pure, and the other is being trained to kill dragons!
Logica
11-04-2007, 02:00 PM
I set up a level 6 character and left it with some goblins. I had a full stock of food and when I came back it was dead. :P
Heavenzeyez1
11-04-2007, 02:18 PM
Awsome..ill send some of my pures there;)!
ixlwazdixl
11-04-2007, 02:21 PM
works very well, ive been using this at lvl 1 rats just to get my army lvld to 20+, very good. thanks
rpg811
11-04-2007, 05:16 PM
i'm using this to train my mauler pure, it really works!
max time ive used it was 4 hours.
in that time, it solved over 50 randoms.
wow! im amazed
HyperSecret
11-04-2007, 06:27 PM
Nice i realy liked you´re secret chooper very nice!
thx, sounds good
Uh.. so what have I done wrong?
i would not know...add me on msn and maybe we can find out...
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 9 Hours, 47 Minutes and 58 Seconds
Killed Total of 2882 Chickens At The Rate Of 294 Chickens Per Hour.
AutoResponded 188 Times.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name : **************
Player Number : 0
Active : In Use
Worked : 270 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 : Nick : *** = T. - Lvl : 14 16 1 22. W : 270 min. K : 1836 Chickens. Ate : 0 Lobster. B : 0 Bones.
1 : Nick : *** = F. - Lvl : 20 20 19 27. W : 253 min. K : 1046 Chickens. Ate : 0 Lobster. B : 0 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Man, i fully love this thing!
One account is now a pure, and the other is being trained to kill dragons!
thx love when ppl post progress reports!! looks like it worked great
I set up a level 6 character and left it with some goblins. I had a full stock of food and when I came back it was dead. :P
dude a lvl 6 will die very easily against a goblin...set your checkhp time lower is the only thing you can do until my next update...which will have a better waiting system..or train on chickens or something lower lvl
works very well, ive been using this at lvl 1 rats just to get my army lvld to 20+, very good. thanks
great!
i'm using this to train my mauler pure, it really works!
max time ive used it was 4 hours.
in that time, it solved over 50 randoms.
wow! im amazed
50 randoms in that ammount of time...i can run it for 24+ hrs and not even get that many...lol but as long as it works for you
rpg811
11-04-2007, 07:03 PM
yeah unless the detector box was wrong.
i was pretty sure it said
SRL RANDOM REPORT-
50 SOLVED
Are there any plans to add support for more food types in the future?
Narcle
11-05-2007, 01:44 AM
5 days straight whats wrong w/ that? i did 226 hrs (over 8 days straight) and had no problems...
I HAD TO STOP IT! lvl82 is high enough for a army, now I'm getting more up in the 70s not 80s for a nice army since its so ez to get to 70.
wattup
11-05-2007, 03:07 AM
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 208 |
| Talks : 21 |
| Dwarfs : 2 |
| Ricks : 4 |
| Old Men : 2 |
| Sandwiches : 2 |
| No Sandwiches : 5 |
| Lamps Solved : 8 |
| Capn Hand[s] : 1 |
| Boxes Solved : 10 |
| Death[s] : 4 |
| Quiz[es] Found : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
-= AutoFighter v1.00 BETA -Progress Report- By : HyperSecret =-
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Worked for 42 Hours, 17 Minutes and 3 Seconds
Killed Total of 5394 Chickens At The Rate Of 125 Chickens Per Hour.
Ate Total Of 10 Lobster
Buried Total Of 8819 Bones
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Player Name :
Player Number : 3
Active : In Use
Worked : 291 min.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
0 := T. - Lvl : 21 20 20 22. W : 308 min. K : 719 Chickens. Ate : 0 Lobster. B : 1218 Bones.
1 := F. - Lvl : 0 0 0 0. W : 112 min. K : 334 Chickens. Ate : 0 Lobster. B : 753 Bones.died
2 := F. - Lvl : 18 17 17 19. W : 215 min. K : 575 Chickens. Ate : 0 Lobster. B : 948 Bones.Died
3 := T. - Lvl : 19 19 19 21. W : 291 min. K : 726 Chickens. Ate : 10 Lobster. B : 1039 Bones.
4 := F. - Lvl : 18 18 17 20. W : 241 min. K : 672 Chickens. Ate : 0 Lobster. B : 994 Bones.still at chicken
5 := T. - Lvl : 18 18 18 20. W : 294 min. K : 618 Chickens. Ate : 0 Lobster. B : 802 Bones.
6 := F. - Lvl : 15 15 15 18. W : 153 min. K : 377 Chickens. Ate : 0 Lobster. B : 664 Bones.died
7 := F. - Lvl : 22 22 22 23. W : 129 min. K : 252 Chickens. Ate : 0 Lobster. B : 437 Bones.died
8 := F. - Lvl : 18 18 17 20. W : 191 min. K : 486 Chickens. Ate : 0 Lobster. B : 873 Bones.still at chicken
9 := T. - Lvl : 17 16 16 19. W : 295 min. K : 635 Chickens. Ate : 0 Lobster. B : 1091 Bones.
-=[]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[]=-
Wow Great script :D longest script i ever ran would of been longer but then i got this
[Runtime Error] : Exception: Canvas does not allow drawing in line 594 in script C:\Documents and Settings\wattup\Desktop\SecretFighter v.1.00 BETA.scar
HyperSecret
11-05-2007, 04:49 AM
hhmm i wonder why those variables didnt add to the global stats correctly :( very nice proggy tho...dont know why that error comes
lnknprkn
11-05-2007, 05:12 AM
i dont get why this doesnt work. i set all the variables correctly, use the color dropper, target the window, change the readinstructions to yes, but when i start the script, all it does it click around. it doesnt attack any of the monsters
edit: okay, after a few tries (without making any changes) it decided to randomly work. it would attack one monster, wait a huge amount of time (30 sec - logout) and then 1) click on inventory and do nothing 2) attack another monster and wait a long time
iambowling247
11-05-2007, 04:27 PM
i dont get why this doesnt work. i set all the variables correctly, use the color dropper, target the window, change the readinstructions to yes, but when i start the script, all it does it click around. it doesnt attack any of the monsters
edit: okay, after a few tries (without making any changes) it decided to randomly work. it would attack one monster, wait a huge amount of time (30 sec - logout) and then 1) click on inventory and do nothing 2) attack another monster and wait a long time
Same thing happens to me :(
hellz wrath
11-06-2007, 05:30 AM
woot my pure rocks now thank you
Everyone with problems:
Make sure that you have the latest SRL 4 REV 6, and SCAR 3.12(c). Next, make sure RuneScape brightness in to the max. And finally go to your desktop and check at the Properties and the tab 'Settings' if you set your 'Color quality' to 'Highest (32 bit)'.
If RuneScape seems 'stuck':
Press [Ctrl+Alt+Delete] click on [Task Manager] if needed.
Go to the 'Processes' tab, and give your browsers process -i.e.: firefox.exe or ieexplore.exe- a right click. Then swap to 'Set priority >', and set it to 'AboveNormal' or 'High'. Close the 'Task Manager' and you are done!
Chung
11-06-2007, 12:08 PM
I'm going to try it. :D
si0n210
11-06-2007, 03:24 PM
i couldnt get it to work
Puffo
11-06-2007, 04:57 PM
Ill try this out..If i can make it work ill train my pure whit it :P
Nice work
sniperwolf1014
11-06-2007, 08:20 PM
Awesome! Works like a charm
bobbyjoe
11-06-2007, 09:58 PM
good thread
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.