How can I use case for something like antiban?![]()
How can I use case for something like antiban?![]()
yes.
Originally Posted by irc
By having a random number finder as the case and then executing given chunks if that number is generated e.g:
SCAR Code:case Random(50) of
0:begin
//first antirandom function here...
end;
1:begin
//second antirandom function here
end;
2:begin
//third antirandom function here
end;
3:begin
//fourth antirandom function here
end;
4:begin
//fifth antirandom function here
end;
5:begin
//sixth antirandom function here
end;
end;
By using there is a 1/50 chance each of the randoms will occur and a 6/50 chance that any antirandom would occur.
can be use for alot of stuff like antiban mostly.
or coord clicking :P
There are currently 1 users browsing this thread. (0 members and 1 guests)