Results 1 to 14 of 14

Thread: Banned in 3 minutes while trying to write script!

  1. #1
    Join Date
    May 2013
    Posts
    38
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default Banned in 3 minutes while trying to write script!

    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?

    PHP Code:
    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(8of
       0
    :
       
    begin
         HoverSkill
    ('Woodcutting'false);
         
    wait(2453+Random(432));
       
    end;
       
    1PickUpMouse;
       
    2:
       
    begin
         MakeCompass
    ('N');
         
    wait(100+random(133));
         
    MakeCompass('S');
         
    wait(50+random(133));
         
    MakeCompass('N');
         
    FindNormalRandoms;
       
    end;
      
    end;
    end;



    procedure ChopTree;
    var 
    xyinteger;
    begin
        repeat
        FindNormalRandoms
    ;
        if 
    FindObj(xy'hop'33611154then
        begin
          Mouse
    (xy00false);
          
    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(41673631), Point(41793609), Point(41943625), Point(41963641)];


      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
    Last edited by Justin; 07-01-2013 at 11:11 PM.
    ~AnonymousUser

  2. #2
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    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.

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    @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.

    ^Me right now
    Last edited by Justin; 07-01-2013 at 11:16 PM.

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    @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.

    ^Me right now
    Yeah... He said it was disabled and that's why I wasn't worried

  5. #5
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Was it a valued account or a throwaway? and were other accounts from your IP disabled as well?
    You have permission to steal anything I've ever made...

  6. #6
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    @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.

    ^Me right now
    LMFAOOO Justinpls <3

  7. #7
    Join Date
    Jan 2013
    Posts
    453
    Mentioned
    9 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    @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.

    ^Me right now
    that edit is so epic rofl.

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

  8. #8
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    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.

  9. #9
    Join Date
    May 2013
    Posts
    38
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    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
    ~AnonymousUser

  10. #10
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    Quote Originally Posted by AnonymousUser View Post
    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 .

  11. #11
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    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.

  12. #12
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    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.

  13. #13
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by speedster View Post
    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?

  14. #14
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Random ... Can go from days up to weeks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •