Results 1 to 3 of 3

Thread: 0uto Talker - With extream anti ban =)

  1. #1
    Join Date
    Jan 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 0uto Talker - With extream anti ban =)

    just made mi first script tested it for a bit but not ages check it out
    its an auto talker, ive tested it for a bit but not ages. well enough with the talk... here it is... attached!

    plz post any problems ya have wid it or any things i could add.


    cheat well...

    ---yettti---

  2. #2
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    358
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Looks pretty nice man,
    One big thing you need to work on is standards.

    For Example, you have.
    SCAR Code:
    procedure LookForTrade;
    begin
    if(SomeoneTrades=True) then
    begin
    writeln('Someones trading, Stop the script!')
    end
    end;
    procedure LookInBank;
    begin
    if(Bankl=True) then
    begin
    FindBank(Bank);
    if(PinScreen=True) then
    begin
    InPin(Pin);
    end
    if(BankScreen=True) then
    begin
    FixBank;
    CloseBank;
    end
    end
    end;

    Its much better and easier to read if you standardize it like this.

    SCAR Code:
    procedure LookForTrade;
    begin
      if(SomeoneTrades=True) then
      begin
        writeln('Someones trading, Stop the script!')
      end
    end;


    procedure LookInBank;
    begin
      if(Bankl=True) then
      begin
        FindBank(Bank);
        if(PinScreen=True) then
        begin
          InPin(Pin);
        end
        if(BankScreen=True) then
        begin
          FixBank;
          CloseBank;
        end
      end
    end;

  3. #3
    Join Date
    Jan 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks dude... im not gonna change it now but ill remember it for further scripts, one of the reasons i don't is cuz im used to other programing languages where theres an auto layout button , well anyway theres always a time to change

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. special type of anti ban and anti randoms
    By Magiic in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 07-27-2008, 12:50 PM
  2. I need a script with JUST Anti-Bans and Anti-Randoms.
    By Dipped_in_Pwn_Sauce in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-18-2007, 02:38 PM
  3. Anti-X question! (anti-ban, anti-randoms)
    By jvwarrior in forum OSR Help
    Replies: 9
    Last Post: 10-31-2007, 03:09 AM
  4. Karajama auto nat runner with anti bans/ anti randoms
    By mike_2922 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 08-16-2007, 02:40 AM

Posting Permissions

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