Hi.
I feel that i keep getting Randoms when i auto, and almost never when i play legit, is that possible?
Hi.
I feel that i keep getting Randoms when i auto, and almost never when i play legit, is that possible?
yes, the scripts you are using are the most simple scripts, and they do not feature much anti-random or anti-ban
to lessen the amount of randoms, look for a script that has Sleep or Rest
otherwise, just run it less
the reason it gets so many randoms is that it's doing everything to routine-ly
if you know how to script, add in more antiban
Project: Welcome To Rainbow
Here is some Anti-Ban you could add...
SCAR Code:procedure AntiBan;
begin
if not LoggedIn then Exit;
case(Random(100)) of
1:HoverSkill('Attack',False);
7:GameTab(1);
16:RandomMovement;
20:HoverSkill('Strength',False);
24:HoverSkill('Hitpoints', False);
37:BoredHuman;
50:Wait(2000 + random(1000));
end;
end;
Just add
# : (Thing to do)
If the number is picked out of 100 that corresponds with the # of a line it will execute that code...
If 7 is generated it will do GameTab(1); (This clicks the combat tab)
Also like benjaa said try to wait more or have the script be multiplayer.
I thought so, i already added antiban and antirandom, didnt test it though
There are currently 1 users browsing this thread. (0 members and 1 guests)