Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 92

Thread: ~AnchoPizza Reborn~

  1. #26
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It basically kills all randoms. Idk if it would be suspecious to jagex, people use Narcles autofighter for months non-stop lol, and it also logs out every 6-8 mins, waits a little, then logs back in.

    Plus, this script cant really run for a long time seeing as most people cant really afford more than 1k ingredients. So i dont think its that much to jagex, it has antiban so.. :P
    Woot woot.

  2. #27
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    well I could buy more then 1k agredients, I just don't wanna put all my money into pizzas all at one time just yet. But I wanna make lots of profit first then use that profit money to buy more then 1k pizzas and anchovies.

  3. #28
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    {----------------------------------------------------------}
    {//////////////////////ANCHO-PIZZA\\\\\\\\\\\\\\\\\\\\\\\\\}
    {-------------------MADE BY U L T R A----------------------}
    {Version: 1.8.}
    {----------------------------------------------------------}
    {Ran For: 13 Minutes and 26 Seconds.}
    {Total Made: 322 Anchovy Pizza's.}
    {Total Earned: 12558 Exp.}
    {Total Sleeps: 1.}
    {Active Players: 1.}
    {Current Player: chaotic108.}
    {----------------------------------------------------------}
    {P/H Pizza: 1288.}
    {P/H Exp: 50232.}
    {----------------------------------------------------------}
    {POST: Bugs/Reports/Idias ON THE THREAD! THANKS FOR USING!!}
    {----------------------------------------------------------}
    Successfully executed

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  4. #29
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    nice script i'll test it soon... btw your standards are awful... i've fixed them for you

    SCAR Code:
    program AnchoPizza_Reborn;
    {.Include SRL/SRL/misc/SMART.Scar}
    {.Include SRL/SRL.Scar}
    {------------------------------------------------------------------------------}
    {DO NOT COPY OR USE ANYTHING FROM THIS SCRIPT WITHOUT MY PERMISSION, SEND ME
    A PRIVATE MESSAGE ON SRL-FORUMS TO: U L T R A, IF YOU WANT TO USE SOMETHING
    FROM THIS SCRIPT. IF I FIND OUT THAT YOU DO USE/COPY SOMETHING WITHOUT MY
    PERMISSION, I WILL REPORT TO A MOD/ADMIN IMMIDIANTLY.
    {------------------------------------------------------------------------------}

    {The idia of this script has been introduced by me(U L T R A), however the
    first-ever versions of this script have been made by Cnr Sport, Shuttleu and
    me. THIS PERTICULAR SCRIPT HAS BEEN MADE BY ME (U L T R A) WITH THE
    HELP FROM (Shuttleu).}

    {------------------------------------------------------------------------------}
    {THIS SCRIPT WILL MAKE ANCHOVY PIZZAS IN VARROCK EAST BANK!}
    {------------------------------------------------------------------------------}
    {---Instructions on buying and selling---
    Buy Anchovies For Max Price/Med Price.
    Buy Plain Pizzas For Med Price + 1 GP/Med Price.
    Sell Anchovy Pizzas For Med-Highest Price.}

    {------------------------------------------------------------------------------}
    {---Instructions on using script---
    Have ingredients in the following order: Anchovies, Plain Pizza's.
    Have players in the varrock east bank, near the bank booths.
    Setup const & declare players.
    Run and enjoy.
    POST BUGS/IDIAS/REPORTS ON THE THREAD!!!
    {------------------------------------------------------------------------------}

    {-----------------------DO  NOT  TOUCH HERE------------------------------------}
    const
      Version = '1.8';//Version of the script, DO NOT TOUCH!
    {-----------------------DO  NOT  TOUCH HERE------------------------------------}
    {------------------------------------------------------------------------------}
    {//////////////////////////////////////////////////////////////////////////////}
    { SET UP HERE /////////////////////////////////////////////////////////////////}
    {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\}

    CheckLost = True;//Check if the player is in the bank?
                     //NOT RECOMMENDED ON A POPULATED WORLD!!!

    HaveSleep = True;//Log out every 6-8 mins, wait a little, and log back in?
                     //Recommended, helps reduce randoms.

    ColorFind = True;//Use colors to find the Anchovies/Plain Pizzas, if the
                     //DTMs fail?

    procedure DeclarePlayers;
    begin

      HowManyPlayers := 1;//How many players are going to auto in total?
      NumberOfPlayers(HowManyPlayers);//No Touching.
      CurrentPlayer := 0;//Which player will auto first?

      Players[0].Name :='';//Username.
      Players[0].Pass :='';//Password.
      Players[0].Nick :='';//Nickname. If you dont know what this is, press Alt+F4.
      Players[0].Active := True;//Is this player going to auto?

    end;

    {//////////////////////////////////////////////////////////////////////////////}
    { END OF SETUP, NO TOUCHING BELOW THESE LINES. ////////////////////////////////}
    {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\}

    {------------------------------------------------------------------------------}
    var
      Anchovies, PlainPizza : Integer;//DTMs.
      X, Y : Integer;//X, Y Co-ordinates.
      AmountMade, ExpEarned, SleepMark, RandomSleepTime, Slept : Integer;//Integer Vars.
      Sleeping : Boolean;//Boolean Vars.
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure AntiBan;
    begin
      case Random(100) of
        0..8: RandomRClick;
        9..11: PickUpMouse;
        12..14: BoredHuman;
        15..18:
        begin
          GameTab(1+Random(13));
          Wait(500+Random(200));
          if RandomRange(1, 2) = 1 then
           GameTab(4);
          Wait(200+random(200));
        end;
     19..25: MMouse(Random(300), Random(300), Random(10), Random(10));
     end;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function PlayerIsLost : Boolean;
    begin
     if CheckLost then
     begin
       if not FindSymbol(X, Y, 'bank') and not FindColorTolerance(X, Y, 1535151, MSX1, MSY1, MSX2, MSY2, 4) and not FindColorTolerance(X, Y, 3811119, MSX1, MSY1, MSX2, MSY2, 3) then
       begin
         Result:=True;
       end else
       Result:=False;
      end;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure DeclareDTMs;
    begin
      Anchovies := DTMFromString('78DA63E4616460C86540019EBE590CFF81345' +
           '086E13F1030720059590C6880118904D2FC40560501354C4498A3' +
           '0064651250230164151250230264951350C30A64151050C34BD8C' +
           'D00F65F0A86');

      PlainPizza := DTMFromString('78DA63DCC6C8C02006C44860FB567186FF401' +
           'A24FA1F0818770359CAA86A20B23012486F2142CD5A204B81809A' +
           '15409638013547812C09026A0E0259B2F8D50000EDD70C69');
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function OpenTheBank : Boolean;
    var M : Integer;
    begin
      if not (BankScreen) then
      begin
        MarkTime(M);
        repeat
          Wait(300+random(200));
          FindNormalRandoms;
          if OpenBank('veb', False, False) then
            Result:=True;
        until(TimeFromMark(M)>30000)or(Result=True);
        if(TimeFromMark(M)>30000)then
          LogOut;
        Wait(1000+random(500));
        if BankScreen then DepositAll;
      end else
      Result:=True;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function IngredientsExist(Where:String{'bank', 'inv'}) : Boolean;
    begin
     case Where of
     'bank':
     begin
       Result := FindDTM(Anchovies, x, y, MSX1, MSY1, MSX2, MSY2) and
                 FindDTM(PlainPizza, x, y, MSX1, MSY1, MSX2, MSY2);
     end;
     'inv':
     begin
       Result := FindDTM(Anchovies, x, y, MSX1, MSY1, MSX2, MSY2) or
                 FindDTM(PlainPizza, x, y, MSX1, MSY1, MSX2, MSY2);
     end;
     end;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function InViewEnterAmount : Boolean;
    begin
      Result := FindColorTolerance(X, Y, 8388608, 258, 428, 259, 429, 2);
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure WithrawIngredients;
    var WH : Integer;
    begin
      if not (LoggedIn) then Exit;
      if OpenTheBank and not InvFull then
      begin
        if not IngredientsExist('bank') then
        begin
          CloseBank;
          LogOut;
          Exit;
        end else
       begin
         //Withraw Anchovies.
         if FindDTM(Anchovies, x, y, MSX1, MSY1, MSX2, MSY2) then
          Mouse(X, Y, 3, 3, False);
         Wait(200+Random(100));
         if not ChooseOption('14') then
         begin
           ChooseOption('X');
           MarkTime(WH);
         while not InViewEnterAmount and not (TimeFromMark(WH)>7000) do Wait(50+random(50));
         if (TimeFromMark(WH)>7000) then
         begin
           LogOut;
           Exit;
         end;
         TypeSend('14');
         Wait(1000+random(1000));
       end else
       Wait(1000+random(1000));
       //Withraw Plain Pizzas.
       if FindDTM(PlainPizza, x, y, MSX1, MSY1, MSX2, MSY2) then
        Mouse(X, Y, 3, 3, False);
       Wait(200+Random(100));
       if not ChooseOption('14') then
       begin
         ChooseOption('X');
         MarkTime(WH);
         while not InViewEnterAmount and not (TimeFromMark(WH)>7000) do Wait(50+random(50));
         if (TimeFromMark(WH)>7000) then
         begin
           LogOut;
           Exit;
         end;
         TypeSend('14');
         Wait(1000+random(1000));
       end else
       Wait(1000+random(1000));
       end;
     end;
     CloseBank;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function InViewCreatePizza : Boolean;
    begin
      Result := FindColorTolerance(X, Y, 1619896, 259, 411, 260, 412, 15);
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure CreateAnchoPizzas;
    var
      M : Integer;
      WH : Integer;
    begin
     MarkTime(M);
     if CountItemsIn('inv', 'dtm', PlainPizza, [0])=CountItemsIn('inv', 'dtm', Anchovies, [0]) then AmountMade := AmountMade+CountItemsIn('inv', 'dtm', PlainPizza, [0]);
     if CountItemsIn('inv', 'dtm', PlainPizza, [0])>CountItemsIn('inv', 'dtm', Anchovies, [0]) then AmountMade := AmountMade+CountItemsIn('inv', 'dtm', Anchovies, [0]);
     if CountItemsIn('inv', 'dtm', PlainPizza, [0])<CountItemsIn('inv', 'dtm', Anchovies, [0]) then AmountMade := AmountMade+CountItemsIn('inv', 'dtm', PlainPizza, [0]);
     if FindDTM(Anchovies, X, Y, MIX1, MIY1, MIX2, MIY2) then
     begin
       Mouse(X, Y, 2, 2, False);
       Wait(100+random(50));
       ChooseOption('se');
       Wait(200+random(100));
     end else
     if FindColorTolerance(X, Y, 8277575, MIX1, MIY1, MIX2, MIY2, 10) and (ColorFind) then
     begin
       Mouse(X, Y, 2, 2, False);
       Wait(100+random(50));
       ChooseOption('se');
       Wait(200+random(100));
     end else
     begin
       LogOut;
       Exit;
     end;
     if FindDTM(PlainPizza, X, Y, MIX1, MIY1, MIX2, MIY2) then
      Mouse(X, Y, 2, 2, True)
     else
     begin
       if FindColorTolerance(X, Y, 1488310, MIX1, MIY1, MIX2, MIY2, 10) and (ColorFind) then
       Mouse(X, Y, 2, 2, True)
       else
       begin
         LogOut;
         Exit;
       end;
     end;
     MarkTime(WH);
     while not InViewCreatePizza and not (TimeFromMark(WH)>7000) do Wait(100+random(100));
     if (TimeFromMark(WH)>7000) then
     begin
       LogOut;
       Exit;
     end;
     Mouse(259, 413, 5, 5, False);
     Wait(50+random(150));
     ChooseOption('ll');
     repeat
       if FindNormalRandoms then Exit;
        Wait(300+random(200));
     until(not(FindDTM(Anchovies, X, Y, MIX1, MIY1, MIX2, MIY2)))or(not(FindDTM(PlainPizza, X, Y, MIX1, MIY1, MIX2, MIY2)))or(TimeFromMark(M)>35000);
     AntiBan;
     if PlayerIsLost then LogOut;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure DepositAnchoPizzas;
    begin
     if not (LoggedIn) then Exit;
     if OpenTheBank then
     begin
       ExpEarned := AmountMade*39;
       DepositAll;
     end;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function AllPlayersFalse : Boolean;
    var ActivePlayers, i : Byte;
    begin
      for i := 0 to High(Players) do
      if Players[i].Active then Inc(ActivePlayers);
      if ActivePlayers = 0 then Result := True;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    function ActivePlayersAmount : Integer;
    var ActivePlayers, i : Byte;
    begin
      for i := 0 to High(Players) do
      if Players[i].Active then Inc(ActivePlayers);
      Result:=ActivePlayers;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure Report;
    var
    PH : Integer;
    begin
      PH := 3600000 div (GetTimeRunning);
      ClearDebug;
      WriteLn('{----------------------------------------------------------}');
      WriteLn('{//////////////////////ANCHO-PIZZA\\\\\\\\\\\\\\\\\\\\\\\\\}');
      WriteLn('{-------------------MADE BY U L T R A----------------------}');
      WriteLn('{Version: ' + Version + '.}');
      WriteLn('{----------------------------------------------------------}');
      WriteLn('{Ran For: ' + TimeRunning + '.}');
      WriteLn('{Total Made: ' + IntToStr(AmountMade) + ' Anchovy Pizza''s.}');
      WriteLn('{Total Earned: ' + IntToStr(ExpEarned) + ' Exp.}');
      if HaveSleep then WriteLn('{Total Sleeps: ' + IntToStr(Slept) + '.}');
      if HaveSleep then Disguise('Sleep In: ' + IntToStr((RandomSleepTime-TimeFromMark(SleepMark))/1000) + ' Secs.');
      WriteLn('{Active Players: ' + IntToStr(ActivePlayersAmount) + '.}');
      WriteLn('{Current Player: ' + Players[CurrentPlayer].Name + '.}');
      WriteLn('{----------------------------------------------------------}');
      WriteLn('{P/H Pizza: ' + IntToStr(Round(PH * AmountMade)) + '.}');
      WriteLn('{P/H Exp: ' + IntToStr(Round(PH * AmountMade)*39) + '.}');
      WriteLn('{----------------------------------------------------------}');
      WriteLn('{POST: Bugs/Reports/Idias ON THE THREAD! THANKS FOR USING!!}');
      WriteLn('{----------------------------------------------------------}');
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure DoSleep;
    begin
     if (TimeFromMark(SleepMark)>RandomSleepTime) and HaveSleep then
      begin
        MarkTime(SleepMark);
        RandomSleepTime := 6*1000*60+Random(2*1000*60);
        Sleeping := True;
      if BankScreen then CloseBank;
      repeat
        if BankScreen then CloseBank;
        LogOut;
      until(not(LoggedIn));
      Wait(RandomRange(5000, 7000));
      LogInPlayer;
      Sleeping :=False;
      Slept := Slept + 1;
      end;
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    procedure MainLoop;
    begin
     repeat
       WithrawIngredients;
       CreateAnchoPizzas;
       DepositAnchoPizzas;
       DoSleep;
       Report;
     until(not(LoggedIn))and(not(Sleeping));
     NextPlayer(False);
    end;
    {------------------------------------------------------------------------------}

    {------------------------------------------------------------------------------}
    begin
      SetUpSRL;
      DeclarePlayers;
      DeclareDTMs;
      if not loggedin then loginplayer;
      repeat
        MarkTime(SleepMark);
        RandomSleepTime := 6*1000*60+Random(2*1000*60);
        MainLoop;
        if(AllPlayersFalse)then TerminateScript;
      until(AllPLayersFalse);
      if(AllPlayersFalse)then TerminateScript;
    end.
    {------------------------------------------------------------------------------}

    {
    -Version Log-
    ---
    1.0-
    First version of script, yet is not perfected!
    ---
    1.1-
    Added sleeping.
    Fixed some stuff up.
    ---
    1.2-
    Removed sleeping, it wasnt working. Gonna remake it.
    Fixed stuff up.
    ---
    1.3-
    Remade the DTMs.
    ---
    1.4-
    Added a per/hour report.
    ---
    1.5-
    Remade sleeping.
    Fixed stuff up.
    ---
    1.6-
    Added needed tolerances to colors.
    Fixed stuff up.
    ---
    1.7-
    Made it ChooseOption('14') instead of always typing the amount.
    Fixed up the antiban.
    Added more failsafes, if dtms dont work, it will use colors to find items.
    ---
    1.8-
    Added failsafes, now it wont have infinite waits.
    ---
    }


    {(C) COPYRIGHT U L T R A's & Shuttleu's SCRIPTS}{(C) COPYRIGHT U L T R A's & Shuttleu's SCRIPTS}
    {(C) COPYRIGHT U L T R A's & Shuttleu's SCRIPTS}{(C) COPYRIGHT U L T R A's & Shuttleu's SCRIPTS}
    Hi

  5. #30
    Join Date
    Mar 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hi does this work at any bank locations if not could you make it so because if you do it at void knight outpost bank is completely random free

  6. #31
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script i'll test it soon... btw your standards are awful... i've fixed them for you
    Thanks Tickyy! Will credit!

    Hi does this work at any bank locations if not could you make it so because if you do it at void knight outpost bank is completely random free
    This script will not encounter any randoms, as it loggs out every 6-9 mins and logs back in, this kills any possible randoms!
    Woot woot.

  7. #32
    Join Date
    Mar 2007
    Location
    England
    Posts
    274
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pizza base 104gp
    Anchovies 189gp
    Raw anchovies 116gp
    Anchovy pizza 517gp

    lol so that is 300gp buying then 517gp selling which is quite a good profit

  8. #33
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I got A LOT of anchovies, from draynor trawler fisher, now I just need pizzas, once I get enough pizzas you'll be really happy with my proggy. My main that I make the pizzas on just got unbanned last night, so Ima go buy those pizzas soon and then trade those anchovies from noob account to main and make a shit load of money and give you an amazing proggy. Trust me I have a lot of anchovies, I'll edit post in a minute telling you how many.


    EDIT: I have the Mordaut random, I'm going to send to ManFromCzech, but as soon as I get my account back I'll let you know how many anchovies I have to make pizzas with.

  9. #34
    Join Date
    Jan 2009
    Posts
    114
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Will try once i try out this other script.

    Will post proggy.

  10. #35
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I have 15k anchovies to make pizzas with, I just need to make/buy 15k pizzas, wonder how much that'll cost, haha. Well once I get a decent amount of pizzas I'll use this and get you a new best proggy .

    EDIT: I'm buying 15k buckets of water, pots of flour, tomatoes, and cheese. Then I'm going to auto 15k pizzas, then I'll use your script with 15k supplies and tell you how it goes. I'm currently in the middle of buying 15k pots of flour and buckets, since buckets of water don't sell , then I'll have to fill them all up.

  11. #36
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    I have 15k anchovies to make pizzas with, I just need to make/buy 15k pizzas, wonder how much that'll cost, haha. Well once I get a decent amount of pizzas I'll use this and get you a new best proggy .

    EDIT: I'm buying 15k buckets of water, pots of flour, tomatoes, and cheese. Then I'm going to auto 15k pizzas, then I'll use your script with 15k supplies and tell you how it goes. I'm currently in the middle of buying 15k pots of flour and buckets, since buckets of water don't sell , then I'll have to fill them all up.

    Okay.. waiting for that proggy :P.
    Woot woot.

  12. #37
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    ok, just to update you, I have all the supplies now. I have 15k pots of flour, tomatoes, and cheese. I am making them into pizza bases now. Only thing is I don't feel like buying 15k buckets then filling them all, so I'm using a script to fill them as it makes the bases. Once I get all the bases I'll make all the pizzas, that shouldn't take as long. I'll let you know when I'm done making the pizzas and can use your anchovy pizza maker. Can't wait to see how long this can go for.

    And can I add your siggy for this script into my siggy? Maybe it'll atract more people.

  13. #38
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, and yeah add my siggy to urs, its called advertising :P.
    Woot woot.

  14. #39
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I know what it's called, I'm not stupid . Just making sure you don't mind that I do though.

  15. #40
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    Line 248: [Warning] (16629:66): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    Line 263: [Warning] (16644:66): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    Line 1: [Warning] (1:1): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    SRL Compiled in 0 msec
    [Runtime Error] : Exception: Access violation at address 0216138A in module 'Embedded_SMART.dll'. Read of address 00000854 in line 48 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/misc/SMART.Scar

  16. #41
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dangerous Garden Tools View Post
    SCAR Code:
    Line 248: [Warning] (16629:66): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    Line 263: [Warning] (16644:66): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    Line 1: [Warning] (1:1): "and True" is not needed in script C:\Documents and Settings\Administrator\Desktop\AnchoPizza_Reborn.scar
    SRL Compiled in 0 msec
    [Runtime Error] : Exception: Access violation at address 0216138A in module 'Embedded_SMART.dll'. Read of address 00000854 in line 48 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/misc/SMART.Scar
    Thats an error in SMART.scar not in my script, i created this script without using smart, so it works without smart. But i think it should work in SMART too, idk its probably just your Smart.scar.
    Woot woot.

  17. #42
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omg i justed tested this and im so do it =D, i thought this was members only XD give me to days and im post proggies

    P.S all who are going to use this script please sell the pizza's either for normal price or high keep it high so we can still profit thanks h):

    EDIT:
    Umm i tried funing script SRL 31 Scar 3.15B and with smart and it opens bank clicks achovies and cliks off into an infinate loop of that help anyone? Going to do a 2500 proggie if i get it up

  18. #43
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BlueWorld View Post
    omg i justed tested this and im so do it =D, i thought this was members only XD give me to days and im post proggies

    P.S all who are going to use this script please sell the pizza's either for normal price or high keep it high so we can still profit thanks h):

    EDIT:
    Umm i tried funing script SRL 31 Scar 3.15B and with smart and it opens bank clicks achovies and cliks off into an infinate loop of that help anyone? Going to do a 2500 proggie if i get it up
    Put the ingridents in the first bankslots, first tab in the following Order: Anchovies, Plain Pizzas.
    Woot woot.

  19. #44
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have same problem as above,and also its ur script ur smart one has a fucked line in it i just redid it and its mint,but yer i tryed what u said and clicks the fish and then clikc off to the left and trys again
    Come Add A Few Hits To My Site
    Cakemix lives on

  20. #45
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, i bought 2k supplies.. lol and i got this error any idea how to fix?

    Successfully compiled (2755 ms)
    Line 248: [Warning] (16560:66): "and True" is not needed in script C:\Users\Paul\Downloads\AnchoPizza_Reborn.scar
    Line 263: [Warning] (16575:66): "and True" is not needed in script C:\Users\Paul\Downloads\AnchoPizza_Reborn.scar
    Line 1: [Warning] (1:1): "and True" is not needed in script C:\Users\Paul\Downloads\AnchoPizza_Reborn.scar
    SRL Compiled in 31 msec
    [Runtime Error] : Exception: Canvas does not allow drawing in line 102 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Players.scar

  21. #46
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    o and yer bought 10k supplys and i cant get it to work lol
    Come Add A Few Hits To My Site
    Cakemix lives on

  22. #47
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I just got out of a perm ban, I'm on my last chance so I don't want to take a chance with my main who has 15k supplies except for anchovies . But my other account with 15k anchovies, I'll get it 15k pizzas also and test this but now it's going to take even longer, sorry bout that. Wasn't expecting to get banned from making pizza bases or w/e it is I did to get caught AND them making it a perm.

  23. #48
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well im going to wait for an answer.......

  24. #49
    Join Date
    Oct 2007
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BlueWorld View Post
    Well im going to wait for an answer.......
    I told you, try script without smart... And read the new instructions on the main thread.
    Woot woot.

  25. #50
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by U L T R A View Post
    I told you, try script without smart... And read the new instructions on the main thread.
    warning noob question!!!!!!

    how lol? how do u run it without smart?

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Villu is Reborn!
    By Dankness in forum News and General
    Replies: 4
    Last Post: 08-02-2006, 09:52 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
  •