PDA

View Full Version : Banned in 3 minutes while trying to write script!



AnonymousUser
07-01-2013, 10:53 PM
I was working on a small Oak cutter script. Next thing you know. It logs me out, my account has been permanently banned. .__.

Here is what I had.

Is this why?


program AnonymousOakChop_n_Burn;
{$DEFINE SMART}
{$i srl/srl.simba}
{$i sps/sps.simba}

Var
mypath:TPointArray;

Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Players[0].Name :='Removed'; //Runescape Username
Players[0].Pass :='Removed'; //Runescape Password
Players[0].Nick :='';
Players[0].Active:=True;
end;

procedure AntiBan;
begin
if(not(LoggedIn))then
Exit;
FindNormalRandoms;
case Random(8) of
0:
begin
HoverSkill('Woodcutting', false);
wait(2453+Random(432));
end;
1: PickUpMouse;
2:
begin
MakeCompass('N');
wait(100+random(133));
MakeCompass('S');
wait(50+random(133));
MakeCompass('N');
FindNormalRandoms;
end;
end;
end;



procedure ChopTree;
var x, y: integer;
begin
repeat
FindNormalRandoms;
if FindObj(x, y, 'hop', 3361115, 4) then
begin
Mouse(x, y, 0, 0, false);
ChooseOption('hop');
end;
repeat
wait(400+random(250));
AntiBan;
Until not IsUpText('ew') or (InvFull);
until(InvFull);
end;

begin
SetUpSRL;
ActivateClient;
DeclarePlayers;

SPS_Setup(RUNESCAPE_SURFACE, ['10_9']);
myPath := [Point(4167, 3631), Point(4179, 3609), Point(4194, 3625), Point(4196, 3641)];


if not LoggedIn then
LoginPlayer;
SetAngle(SRL_ANGLE_HIGH); // Set camera angle high
SPS_WalkPath(MyPath); // walks your path.
Fflag(0); // will wait for the flag to go from minimap before continuing.
ChopTree;
end.

Kevin
07-01-2013, 11:08 PM
Have you been botting with many accounts? It's very possible your ip has been flagged, which in combination with that e-mail could lead to almost instant bans pretty much forever.

Justin
07-01-2013, 11:12 PM
AnonymousUser; - You left your login details in the script. I have removed them. Will attempt to secure your account.

E: Account details work. Please reset your password ASAP!
E:E: Just noticed the account is disabled.
http://puu.sh/3sVhO/66c76c6a60.png
^Me right now

Kevin
07-01-2013, 11:24 PM
AnonymousUser; - You left your login details in the script. I have removed them. Will attempt to secure your account.

E: Account details work. Please reset your password ASAP!
E:E: Just noticed the account is disabled.
http://puu.sh/3sVhO/66c76c6a60.png
^Me right now
Yeah... He said it was disabled and that's why I wasn't worried :p

Wu-Tang Clan
07-01-2013, 11:28 PM
Was it a valued account or a throwaway? and were other accounts from your IP disabled as well?

Sin
07-01-2013, 11:45 PM
AnonymousUser; - You left your login details in the script. I have removed them. Will attempt to secure your account.

E: Account details work. Please reset your password ASAP!
E:E: Just noticed the account is disabled.
http://puu.sh/3sVhO/66c76c6a60.png
^Me right now

LMFAOOO Justinpls <3

Stayon
07-02-2013, 01:12 AM
AnonymousUser; - You left your login details in the script. I have removed them. Will attempt to secure your account.

E: Account details work. Please reset your password ASAP!
E:E: Just noticed the account is disabled.
http://puu.sh/3sVhO/66c76c6a60.png
^Me right now

that edit is so epic rofl.

on a side note.. sorry to hear bud. would love to know the details though.

Ian
07-02-2013, 01:39 AM
So back on topic now, could you tr making a new account and playing legit on it for a bit doing the same thing as the banned one? This might help see if it's your IP and if Jagex is just guessing.

AnonymousUser
07-02-2013, 05:41 AM
i'm not really worried about it, i'm just wanting to learn to script and would really like to create one! it was a noob account. for script testing.. i can never do it right though -.- i don't see what i'm doing wrong. XD

Chris!
07-02-2013, 05:47 AM
i'm not really worried about it, i'm just wanting to learn to script and would really like to create one! it was a noob account. for script testing.. i can never do it right though -.- i don't see what i'm doing wrong. XD

Practice makes perfect. We were all noobs at one stage! Keep at it and you'll get there :).

Kasi
07-02-2013, 02:35 PM
It is impossible for you to get ban within 3 mins of running a bot. Most likely coincidental. you used another script/bot and got flagged. it just so happened that you got banned whilst coding your script.

speedster
07-17-2013, 02:59 PM
Most of you don't know it, but bot detection relies on delaying the ban delivery. Once a cheating system has detected you, it will place a time stamp on your account for when you will get your penalty.

That way bot developers won't be able to trace how and what exactly triggered the ban.

Kevin
07-17-2013, 03:39 PM
Most of you don't know it, but bot detection relies on delaying the ban delivery. Once a cheating system has detected you, it will place a time stamp on your account for when you will get your penalty.

That way bot developers won't be able to trace how and what exactly triggered the ban.

Are you perhaps familiar with how long said time stamp may be?

speedster
07-17-2013, 03:55 PM
Random :)... Can go from days up to weeks.