Will this script get me banned?

Discussion in 'Scar/Simba General Discussion' started by adam0414, Mar 30, 2007.

Will this script get me banned?
  1. Unread #1 - Mar 30, 2007 at 1:22 AM
  2. adam0414
    Joined:
    Jul 15, 2005
    Posts:
    365
    Referrals:
    0
    Sythe Gold:
    0

    adam0414 Forum Addict
    Banned

    Will this script get me banned?

    anyone who knows scripting. Will this script be detectable. if so do you have one that you know isn't?

    Code:
    {.Script Info:
    # ScriptName  = PROPERSTRINGER
    # Author      = PROPERHACKER
    # Description = simple script to String your bows
    # Version     = 1.11
    # Date        = 10/9/2006
    # Comments    = IT WORKS!!
    /Script Info}
    {simple script to string bows
     ----
    
    Visit my website for updates
    
     http://properhacker.googlepages.com/
    
     logs and strings in first 2 bank slots
    Face towards that bank, at  middle angle
    
    http://forum.scar-scripts.com/showthread.php?p=2091
    
    post in forum with ANY problems
    
    --changelog--
    v0.1-0.9 making
    v1.00-release
    v1.11 use 27,28(thanks for idea R4NDOM 9UY)
     ----
    
     anyone change and call there own, DONT
     if you change CREDIT ME
     written by PROPERHACKER,
    }
    program Properstringer;
    {.include Si.scar}
    
    const     Totalbows = 1342;
              LogOutWhenDone = true;
    
    const     siUsername = '';
              siPassword = '';
              siLoggedIn = 45;            // mins to run before sleeping
              siLoggedOut = 10;            // mins to sleep before restarting
              siRunDirection = 'S';        // I use seer's
              siLampSkill = 'Fletching';   // skill to use lamp on
              siTakeScreens = true;        // do you want screens of randoms?
    
    var       TotalDone, MakeX, count : integer;
    
    procedure HandleRandoms;
    begin
      CheckRandoms(1, siLampSkill, siRunDirection, false, siTakeScreens, [rtText, rtBox, rtLamp, rtPlant, rtLeveled]);
    end;
    
    procedure closebank;
    begin
      if(BankScreen)then
      wait(200+random(200));
      mouse(486,42,2,2,true)
    end;
    
    procedure Withdrawsb;    //withdraw strings and bows
    begin
      if(not(BankScreen))then
      OpenBank;
      wait(200+random(200));
      Mouse(476,77,2,2,true);
      wait(200+random(200));
      Withdraw(1, 1, 13);
      Withdraw(1, 2, 14);
      Withdraw(1, 1, 1);
      wait(random(200));
      closebank;
    end;
    
    procedure DepositBows;  //deposits bows
    begin
      OpenBank;
      wait(600+random(400));
      Deposit(1, 2, 0);
      wait(400+random(600));
    end;
    
    procedure MakeBows;  //strings bows
    var x, y: integer;
    begin
      Wait(750);
      UseItem(27);
      UseItem(28);//1
      UseItem(27);
      UseItem(28);//2
      UseItem(27);
      UseItem(28);//3
      UseItem(27);
      UseItem(28);//4
      UseItem(27);
      UseItem(28);//5
      UseItem(27);
      UseItem(28);//5
      UseItem(27);
      UseItem(28);//6
      UseItem(27);
      UseItem(28);//7
      UseItem(27);
      UseItem(28);//8
      UseItem(27);
      UseItem(28);//9
      UseItem(27);
      UseItem(28);//10
      UseItem(27);
      UseItem(28);//11
      UseItem(27);
      UseItem(28);//12
      UseItem(27);
      UseItem(28);//13
      UseItem(27);
      UseItem(28);//14
      wait(random(200));
      TotalDone := TotalDone + 27;
    end;
    
    procedure ScriptInit;
    begin
      LoadInclude('', false);
      SetAccount(1, siUsername, siPassword);
      TotalDone := 0;
    end;
    
    begin
      ScriptInit;
    
      repeat
      begin
        AntiBan(siLoggedIn, siLoggedOut, 1);
        Withdrawsb;
        HandleRandoms;
        MakeBows;
        HandleRandoms;
        DepositBows;
      end;
      until(TotalDone >= Totalbows);
      CloseWindow;
    
      if(LogOutWhenDone)then
        LogOut;
    end.
    
     
  3. Unread #2 - Mar 30, 2007 at 2:34 AM
  4. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Will this script get me banned?

    Yes.. Sorta outdated. But its up to u.
     
  5. Unread #3 - Mar 30, 2007 at 3:41 AM
  6. adam0414
    Joined:
    Jul 15, 2005
    Posts:
    365
    Referrals:
    0
    Sythe Gold:
    0

    adam0414 Forum Addict
    Banned

    Will this script get me banned?

    im good lol. do you know of a dated working one?
     
  7. Unread #4 - Mar 31, 2007 at 3:48 PM
  8. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Will this script get me banned?

    Um.. Nope. I dont do fletching, im not member.
     
  9. Unread #5 - Apr 5, 2007 at 10:54 PM
  10. heyaddme
    Joined:
    Mar 16, 2007
    Posts:
    195
    Referrals:
    0
    Sythe Gold:
    0

    heyaddme Active Member

    Will this script get me banned?

    should not be banned.
     
  11. Unread #6 - Apr 6, 2007 at 9:24 AM
  12. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Will this script get me banned?

    Why do u post this kinda stuff everywhere?

    I doubt that gets him banned.. Seems like a ok script.
     
  13. Unread #7 - Apr 6, 2007 at 7:09 PM
  14. Pimp Man
    Joined:
    Jan 26, 2007
    Posts:
    343
    Referrals:
    2
    Sythe Gold:
    0

    Pimp Man Forum Addict
    Banned

    Will this script get me banned?

    lol no anti's, of course he will get banned or somthin bad like that :D
     
  15. Unread #8 - Apr 7, 2007 at 4:43 AM
  16. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Will this script get me banned?

    Ooo, this wasnt the more updated version of this script.. I thought i saw a updated properstringer or something somewhere :S
     
  17. Unread #9 - Apr 25, 2007 at 12:39 AM
  18. pro_spider13
    Joined:
    Apr 2, 2007
    Posts:
    325
    Referrals:
    0
    Sythe Gold:
    0

    pro_spider13 Forum Addict

    Will this script get me banned?

    i have a updated proper stringer i used it to get to 60 fleching and it does all the new randoms very well. :p
     
< help me please!!!!!! | Scripting for a while... >

Users viewing this thread
1 guest


 
 
Adblock breaks this site