PDA

View Full Version : 8arry 5tinkt's emote anti-ban



8arry 5tinkt
08-08-2007, 10:01 PM
i dont know if it really works for anti-ban but i think it does however this is just a procedure i made to add in one of your own scripts to make it better against getting banned from runescape

1st version:
procedure RandomEmote;
begin
MoveMouseSmoothEx(710,482+random(0),20,40,45,25,20 );
wait(100)
ClickMouse(710,482,true)
wait(1000)
case random(20) of
0:begin
MoveMouseSmoothEx(569,231+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(569,231,true);
writeln('we said yes');
end;
1:begin
MoveMouseSmoothEx(613,230+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(613,230,true);
writeln('we said No');
end;
2:begin
MoveMouseSmoothEx(655,230+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(655,230,true);
writeln('we made a Bow');
end;
3:begin
MoveMouseSmoothEx(701,229+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(701,229,true);
writeln('we made us Angry :@');
end;
4:begin
MoveMouseSmoothEx(568,280+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(568,280,true);
writeln('we were Thinking');
end;
5:begin
MoveMouseSmoothEx(615,282+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(615,282,true);
writeln('we Waved');
end;
6:begin
MoveMouseSmoothEx(656,280+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(656,280,true);
writeln('we 5hruged');
end;
7:begin
MoveMouseSmoothEx(701,281+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(701,281,true);
writeln('we Cheered');
end;
8:begin
MoveMouseSmoothEx(569,330+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(569,330,true);
writeln('we made a Beckon');
end;
9:begin
MoveMouseSmoothEx(609,333+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(609,333,true);
writeln('we had to Laugh about my wonderfull jokes');
end;
10:begin
MoveMouseSmoothEx(658,330+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(658,330,true);
writeln('we Jumped for Joy(and for anti-ban)');
end;
11:begin
MoveMouseSmoothEx(701,329+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(701,329,true);
writeln('we did a Yawn (dont ask me what that is)');
end;
12:begin
MoveMouseSmoothEx(569,379+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(569,379,true);
writeln('we Danced');
end;
13:begin
MoveMouseSmoothEx(612,378+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(612,378,true);
writeln('we made a Jig');
end;
14:begin
MoveMouseSmoothEx(658,375+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(658,375,true);
writeln('we made a Spin');
end;
15:begin
MoveMouseSmoothEx(699,380+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(699,380,true);
writeln('we almost lost our head');
end;
16:begin
MoveMouseSmoothEx(569,428+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(569,428,true);
writeln('we cut some onions');
end;
17:begin
MoveMouseSmoothEx(612,428+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(612,428,true);
writeln('we Blew a Kiss');
end;
18:begin
MoveMouseSmoothEx(657,427+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(657,427,true);
writeln('we saw Michael Jackson');
end;
19:begin
MoveMouseSmoothEx(701,426+random(0),20,40,45,25,20 );
Wait(1000+random(100));
ClickMouse(701,426,true);
writeln('we did a Raspberry');
end;
end;
end;


2nd version:
procedure RandomEmote;
begin
MoveMouseSmoothEx(710,482+random(0),20,40,45,25,20 );
wait(100)
HoldMouse(710,482,true)
wait(100+random(20))
ReleaseMouse(710,482,true)
wait(1000)
case random(20) of
0:begin
MoveMouseSmoothEx(569,231+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(569,231,true);
wait(100+random(20))
ReleaseMouse(569,231,true);
writeln('we said yes');
end;
1:begin
MoveMouseSmoothEx(613,230+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(613,230,true);
wait(100+random(20))
ReleaseMouse(613,230,true);
writeln('we said No');
end;
2:begin
MoveMouseSmoothEx(655,230+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(655,230,true);
wait(100+random(20))
ReleaseMouse(655,230,true);
writeln('we made a Bow');
end;
3:begin
MoveMouseSmoothEx(701,229+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(701,229,true);
wait(100+random(20))
ReleaseMouse(701,229,true);
writeln('we made us Angry :@');
end;
4:begin
MoveMouseSmoothEx(568,280+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(568,280,true);
wait(100+random(20))
ReleaseMouse(568,280,true);
writeln('we were Thinking');
end;
5:begin
MoveMouseSmoothEx(615,282+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(615,282,true);
wait(100+random(20))
ReleaseMouse(615,282,true);
writeln('we Waved');
end;
6:begin
MoveMouseSmoothEx(656,280+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(656,280,true);
wait(100+random(20))
ReleaseMouse(656,280,true);
writeln('we 5hruged');
end;
7:begin
MoveMouseSmoothEx(701,281+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(701,281,true);
wait(100+random(20))
ReleaseMouse(701,281,true);
writeln('we Cheered');
end;
8:begin
MoveMouseSmoothEx(569,330+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(569,330,true);
wait(100+random(20))
ReleaseMouse(569,330,true);
writeln('we made a Beckon');
end;
9:begin
MoveMouseSmoothEx(609,333+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(609,333,true);
wait(100+random(20))
ReleaseMouse(609,333,true);
writeln('we had to Laugh about my wonderfull jokes');
end;
10:begin
MoveMouseSmoothEx(658,330+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(658,330,true);
wait(100+random(20))
ReleaseMouse(658,330,true);
writeln('we Jumped for Joy(and for anti-ban)');
end;
11:begin
MoveMouseSmoothEx(701,329+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(701,329,true);
wait(100+random(20))
ReleaseMouse(701,329,true);
writeln('we did a Yawn (dont ask me what that is)');
end;
12:begin
MoveMouseSmoothEx(569,379+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(569,379,true);
wait(100+random(20))
ReleaseMouse(569,379,true);
writeln('we Danced');
end;
13:begin
MoveMouseSmoothEx(612,378+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(612,378,true);
wait(100+random(20))
ReleaseMouse(612,378,true);
writeln('we made a Jig');
end;
14:begin
MoveMouseSmoothEx(658,375+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(658,375,true);
wait(100+random(20))
ReleaseMouse(658,375,true);
writeln('we made a Spin');
end;
15:begin
MoveMouseSmoothEx(699,380+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(699,380,true);
wait(100+random(20))
ReleaseMouse(699,380,true);
writeln('we almost lost our head');
end;
16:begin
MoveMouseSmoothEx(569,428+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(569,428,true);
wait(100+random(20))
ReleaseMouse(569,428,true);
writeln('we cut some onions');
end;
17:begin
MoveMouseSmoothEx(612,428+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(612,428,true);
wait(100+random(20))
ReleaseMouse(612,428,true);
writeln('we Blew a Kiss');
end;
18:begin
MoveMouseSmoothEx(657,427+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(657,427,true);
wait(100+random(20))
ReleaseMouse(657,427,true);
writeln('we saw Michael Jackson');
end;
19:begin
MoveMouseSmoothEx(701,426+random(0),20,40,45,25,20 );
Wait(1000+random(100));
HoldMouse(701,426,true);
wait(100+random(20))
ReleaseMouse(701,426,true);
writeln('we did a Raspberry');
end;
end;
end;

3th version:

procedure RandomEmot3;
begin
Mouse(710,482,8,8,true);
wait(1000)
case random(20) of
0:begin
Mouse(569,231,8,8,true)
writeln('we said yes');
end;
1:begin
Mouse(613,230,8,8,true)
writeln('we said No');
end;
2:begin
Mouse(655,230,8,8,true)
writeln('we made a Bow');
end;
3:begin
Mouse(701,229,8,8,true)
writeln('we made us Angry :@');
end;
4:begin
Mouse(568,280,8,8,true);
writeln('we were Thinking');
end;
5:begin
Mouse(615,282,8,8,true);
writeln('we Waved');
end;
6:begin
Mouse(656,280,8,8,true);
writeln('we 5hruged');
end;
7:begin
Mouse(701,281,8,8,true);
writeln('we Cheered');
end;
8:begin
Mouse(569,330,8,8,true);
writeln('we made a Beckon');
end;
9:begin
Mouse(609,333,8,8,true);
writeln('we had to Laugh about my wonderfull jokes');
end;
10:begin
Mouse(658,330,8,8,true);
writeln('we Jumped for Joy(and for anti-ban)');
end;
11:begin
Mouse(701,329,8,8,true);
writeln('we did a Yawn (dont ask me what that is)');
end;
12:begin
Mouse(569,379,8,8,true);
writeln('we Danced');
end;
13:begin
Mouse(612,378,8,8,true);
writeln('we made a Jig');
end;
14:begin
Mouse(658,375,8,8,true);
writeln('we made a Spin');
end;
15:begin
Mouse(699,380,8,8,true);
writeln('we almost lost our head');
end;
16:begin
Mouse(569,428,8,8,true);
writeln('we cut some onions');
end;
17:begin
Mouse(612,428,8,8,true);
writeln('we Blew a Kiss');
end;
18:begin
Mouse(657,427,8,8,true);
writeln('we saw Michael Jackson');
end;
19:begin
Mouse(701,426,8,8,true);
writeln('we did a Raspberry');
end;
end;
end;


need SRL too for the 3th version

zenma
08-09-2007, 05:22 AM
i think it would work as an antiban... except you should change all mousemoves to mmouse and all mouse clicks to getmousepos(x,y) and then mouse(x,y,0,0,true) (true for left clicking false for right clicking) i suggest you read some tuts good job though :)

Zeta
08-09-2007, 06:37 AM
yeah might want to use MMouse instead and i love this


writeln('we saw Michael Jackson');\

edit: also put randoms in..

Mr.Klean
08-09-2007, 06:53 AM
Just to let you know, you chose all those coordinates for nothing. SRL has a function to use emotes :P, but I can't remember what it is.

BobboHobbo
08-09-2007, 06:57 AM
Umm ClickMouse is a auto ban straight away?

8arry 5tinkt
08-09-2007, 07:40 AM
Umm ClickMouse is a auto ban straight away?

ok i will change all the ClickMouses into ClickMouseBox

BobboHobbo
08-09-2007, 07:42 AM
ok i will change all the ClickMouses into ClickMouseBox

Thats the same thing?

8arry 5tinkt
08-09-2007, 08:12 AM
Thats the same thing?

now i put waits in it too +random(20) maybe that will help? and i didn't use box but hold and release

BobboHobbo
08-09-2007, 08:38 AM
Its not that liek ClickMouse clicks so fast, that is very detectable you should use

MMouse(x,y,1,1,true) //It moves the mouse the thr destination

Mouse(x,y,1,1,true) //Moves mouse and also clicks True = left click False right click

Also add {.include SRL/SRL.scar} to the top of your script.

MoveMouseSmoothEx(710,482+random(0),20,40,45,25,20 );
wait(100)
ClickMouse(710,482,true)
wait(1000)
This will get you banned in seconds. No need of MoveMouse Smooth.

Hope you learnt something.

8arry 5tinkt
08-09-2007, 08:54 AM
ok thanks for your help the 3th version is out now i think the "you get banned in seconds" problem has been solved (renember SRL is needed)

BobboHobbo
08-09-2007, 10:38 AM
Also you need to add some randomness to it by changing this:

Mouse(x,y,1,1,true) // See the 1, 1 thats the randomness so if you do 5, 5 it will click in the random 5 pixels near where you set it to click.

Sorry if it makes no sence, im sick, cant think properly.

n3ss3s
08-09-2007, 10:46 AM
Im sorry tell you but SRL has a RandomEmote function already.

8arry 5tinkt
08-09-2007, 10:50 AM
ok i changed it into 8 still works fine with clicking on the right emote so it only more anti-ban :D thanks again for your help bobbohobbo

GoF
08-09-2007, 10:51 AM
Im sorry tell you but SRL has a RandomEmote function already.

Indeed.

8arry 5tinkt
08-09-2007, 10:57 AM
@#^$ It then i should make another procedure but my work wasn't for nothing i learnt much by some replys

BobboHobbo
08-10-2007, 10:03 AM
Im sorry tell you but SRL has a RandomEmote function already.

Ye but least he learnt some new stuff :)