My first script. rate, hate, and tell me what i can work on. it got my lvl 3 neweb for 11 to 30 wc so it does work.
My first script. rate, hate, and tell me what i can work on. it got my lvl 3 neweb for 11 to 30 wc so it does work.
Ain't this just full of copyed procedures/functions from others scripts?
Like almost whole stuff is taken from SRL include, only you changed procedures names. Example You put this in your scriptyeah, and same procedure is in SRL include but named AntiBan;PHP Code:procedure AntiBans;
begin
RandomChatEvery(10 + Random(5));
RotateEvery(20 + Random(10));
LeaveScreenEvery(5 + Random(5));
HoverEvery(15 + Random(5),'random');
PickUpMouseEvery(5 + Random(10))
RandomRClickEvery(15 + random(5))
if (KillScriptTime > 0) then
KillScript(KillScriptTime);
end;
Same goes with HoverEvery, you renamed it to HoversEvery.
SRLRandomsreport; renamed to your script SRLRandomReport;
Same with SRLReportInStyles, FindFight, FindMime, FindScapeRune,
FindNormalRandoms.
And you have done most of stuff like that.
Is there anything that you have done?
I dont think there is...
Ok im testing ATM
doesnt work it logs everything alright but once i run it the mouse goes for inv checks axe then to top right corner
sure it works?
i has no antirandoms...
Err, what are you talking now? If you want to use SRL's AntiBan just write AntiBan; in your script. You dont need to take that procedure out of SRL and then add it to your script and rename it.
If you have in your script {.include SRL/SRL.scar}
You can use procedure from there without copying them to your script.
Make it this.
PHP Code:procedure AntiBans;
var
B : inetger;
begin
case b of
0:RandomChatEvery(10 + Random(5));
1:RotateEvery(20 + Random(10));
2:LeaveScreenEvery(5 + Random(5));
3:HoverEvery(15 + Random(5),'random');
4:PickUpMouseEvery(5 + Random(10))
5:RandomRClickEvery(15 + random(5))
if (KillScriptTime > 0) then
KillScript(KillScriptTime);
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)