Results 1 to 3 of 3

Thread: M1STER's Pizza Maker !

  1. #1
    Join Date
    Nov 2011
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Post M1STER's Pizza Maker !

    Well, I found out that making pizza is so boring.. so I decided to make a script that makes it for me !

    The script contains:

    -- Anti Ban
    -- FailSafes
    -- Progress Report


    Instructions:

    -- Place the tomato, cheese and pizza base any place visible at the bank.
    -- use any supportable SRL bank.


    Simba Code:
    const
    SmartServer       = 106; //Choose your RS server, leave 0 for random
    AntiBanRatio      = 70;  // Enter how many AntiBan do you want
    SmartMember       = False;  //False for F2P, True for P2P
    Banks             = 'vwb'; // Available banks are ‘feb’  ‘fwb’  ‘veb’  ‘vwb’ ‘db’ ‘akb’  ‘eb’  ‘lb’  ‘ctb’  ‘clt’  ‘nab’  ‘sab’  ‘ynb’  ‘ngb’  ‘sgb’  ‘wgb’  ‘fgb’
    Nick              = ''; // Enter a nick for the proggie
    procedure DeclarePlayers;

    begin

      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      with Players[0] do
      begin
      Players[0].Name := ''; //RS name here
      Players[0].Pass := ''; //RS password here
      Players[0].Active := True; //player is active ?
      Players[0].Pin := ''; //RS bank pin, if you dont have leave blank
      end;
    end;


    Please tell me if you find any bug

  2. #2
    Join Date
    Feb 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Congrats on your first script! Looks really good for a first script

  3. #3
    Join Date
    Nov 2011
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xNotorious View Post
    Congrats on your first script! Looks really good for a first script
    thanks

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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