PDA

View Full Version : AntiBan



Death12652
12-09-2010, 07:05 PM
Anyone that has some good Idea's for antiban I need some. I have come up with some but I would like to have more just in case. Please post any and credit will be given with the ones that I use.

Cstrike
12-09-2010, 07:06 PM
Best way IMO is to borrow from other scripts and source it as your own.
Then implement, toy around and within a short while you'll have a solid antiban!

RISK
12-09-2010, 07:34 PM
You could record yourself playing the game manually and see what little humanlike things you do and then create your own antiban based off of this.

Some things to look for when you play manually:
Do you change your mouse speed? (Move and click faster than your base speed)
Do you check your skills that you are training or other skills that have nothing to do with the skill you are training?
Do you switch tabs and examine certain things? Like one of the higher prayer's effects or anything like that?
Etc.

Tickyy
12-09-2010, 07:44 PM
here's the antiban i use on my VEM, you can take anything you want :D!


procedure AntiBan;
begin
case Random(290) of
0, 110: IdleTime(2000, 1000, 0.2);
10, 120: HoverSkill('Mining', False);
20, 130: HoverSkill('hp', False);
30, 140: RandomRClick;
40, 150: PickUpMouse;
50, 160: RandomMovement;
60, 170: BoredHuman;
70, 180: MMouse(RandomRange(-100, 800), RandomRange(-100, 800), 0, 0);
80, 190: SleepAndMoveMouse(2000+Random(1000));
90, 200: GameTab(RandomRange(20, 36));
100, 210: ExamineInv;
end;
end;

Death12652
12-09-2010, 08:17 PM
Tickyy nice ideas but I already had all those in there. Also cstrike thanks for the advice and I gave you some credit in my script for you great reflection tutorial without it I wouldnt have been able to walk. Or rather it would have been terribly harder to figure out.

Failpailirl
12-10-2010, 12:42 PM
just a little tip.

i noticed that most bots dont move the camera that much

me personally move my camera a shitload when playing, so maybe add that in as some antiban?

Frement
12-10-2010, 12:52 PM
just a little tip.

i noticed that most bots dont move the camera that much

me personally move my camera a shitload when playing, so maybe add that in as some antiban?

I was scripting a falador guard fighter, and it moved the camera alot while moving etc. I think this is the best antiban a script can have.

Failpailirl
12-10-2010, 12:56 PM
I was scripting a falador guard fighter, and it moved the camera alot while moving etc. I think this is the best antiban a script can have.

Was thinking it was pretty good myself. as i have gotten from 1-70 mining with a RSBOT script, that moves the camera around a ton, and havent gotten banned.

but of course its a private rsbot script

Death12652
12-10-2010, 02:04 PM
Alright I actually move my cameral a lot to so I will do that thanks.

weequ
12-10-2010, 02:07 PM
I'd recommend some antibans that bots usually don't have.
For example pressing two arrow keys and moving the mouse all at the same time. Also make it random so it sometimes presses only 1 arrow key and moves the mouse. Also I recommend moving the mouse off the screen sometimes.

TomTuff
12-10-2010, 03:30 PM
Was thinking it was pretty good myself. as i have gotten from 1-70 mining with a RSBOT script, that moves the camera around a ton, and havent gotten banned.

but of course its a private rsbot script

I don't understand why people rip on RSBot. It's just as likely to get you a ban as SRL; The higher "ban rate" of RSBot is due to idiots who do 2 things: 1) bot 24/7 and 2) don't take breaks/sleeps. The *Majority* of my stats are from RSBot; that includes multiple high 80/low 90 leveled skills. And then of course there are noob scripters, but those are easy to avoid on any bot.

Any bot can get you as far as you want; just bot smart (botting smart includes not doing things like soul wars and stuff that every botter and their mother does).

Death12652
12-10-2010, 10:06 PM
@ antti mies - I would but I only have until tomorow before I release the script. If you right the code I will put it in the script and give you the credit. Otherwise I will leave it as is. In the future if you don't I will then. This is a BETA anyway so its not going to be perfect.