Results 1 to 9 of 9

Thread: Failed compiling!

  1. #1
    Join Date
    Oct 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Failed compiling!

    Im having a little bit of trouble my script was working fine couple of days ago and now its acting up and i didnt touch anything. i keep getting this error.
    SCAR Code:
    Failed when compiling
    Line 23: [Error] (15384:1): is ('=') expected in script C:\Program Files\SCAR 2.03\Scripts\flaxor.scar
    but its never used to say that could someone help?

  2. #2
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That means you are missing a '=' somewhere in line 23 or around there.
    If you post the script ill help.

  3. #3
    Join Date
    Sep 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Most likely, you're declaring const values with :=.

    You declare consts with = and vars with :=.

    For example,

    const
    fred = 1;
    george = 'string thing';

    var
    bob, john : Integer;
    alex : Boolean;


    Wow. I've been away quite a while. Real life, yea, way unpredictable. Sorry, y'all, if I've caused any inconvenience.

  4. #4
    Join Date
    Oct 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    const IMPSOFTSTRING1='UserPassSaver';
    IMPSOFTSTRING2='Username';
    IMPSOFTSTRING3='UserPassSaver';
    IMPSOFTSTRING4='Matsui';
    IMPSOFTSTRING5='UserPassSaver';
    IMPSOFTSTRING6='NickName';
    IMPSOFTSTRING7='*** Authentication Screwed ***';
    IMPSOFTSTRING8='*** Authentication Failed ***';
    IMPSOFTSTRING9='*** Auth Check Succesful DUH! ***';
    IMPSOFTSTRING10='TEH L33TZ0RZ ... PL0X';
    IMPSOFTSTRING11='MS Sans Serif';
    IMP
    IMPSOFTSTRING13='Password:';
    IMPSOFTSTRING14='Number Of trips:';
    IMPSOFTSTRING15='Total Hours to do before logging out:';SOFTSTRING12='Username:';
    IMPSOFTSTRING16='Total minutes to do Logged out:';
    IMPSOFTSTRING17='    Team Home Present:  MY BUM IS ITCHY';
    IMPSOFTSTRING18='Trebuchet MS';
    IMPSOFTSTRING19='Authentication Login';
    IMPSOFTSTRING20='Trebuchet MS';
    IMPSOFTSTRING21='LEAVE BLANK:';
    IMPSOFTSTRING22='LEAVE BLANK:';
    IMPSOFTSTRING23='________________________________________________';
    IMPSOFTSTRING24='Use AntiBan?';
    IMPSOFTSTRING25='Check for mods?';
    IMPSOFTSTRING26='UserPassSaver';
    IMPSOFTSTRING27='Username';
    IMPSOFTSTRING28='UserPassSaver';
    IMPSOFTSTRING29='matsui';
    IMPSOFTSTRING30='*';
    IMPSOFTSTRING31='100';
    IMPSOFTSTRING32='5';
    IMPSOFTSTRING33='Start';
    IMPSOFTSTRING34='Cancel';
    IMPSOFTSTRING35='60';
    IMPSOFTSTRING36='By a Friend...';
    IMPSOFTSTRING37='';
    IMPSOFTSTRING38='*';

  5. #5
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Hmm, is the line that only has IMP by any chance line 23? By the way, I think arrays would be best, at least better than all these constants...

  6. #6
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't expect Home's cracked script to work. Unless your deobb itand edit, or Unless the person with the source code (Home or Drewley) themselves update it. And repost, I don't think they would...

  7. #7
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Please, don't post it here. Go post it somewhere else..

    It should not even works anymore :S

    I have only working version ( private )

  8. #8
    Join Date
    Sep 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks like someone cut off the rest of line 13.
    And anyways, if that's someone's pay script you're messing with against their will, I don't think that's the greatest idea.


    Wow. I've been away quite a while. Real life, yea, way unpredictable. Sorry, y'all, if I've caused any inconvenience.

  9. #9
    Join Date
    Oct 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    see no i accidently cut one of my lines my script works so make that two ppl who have the only working cracked version and as i said earlier i will not post cause i dont not know if im allowed. so i wont thanks for help.
    EDIT:
    Quote Originally Posted by I Pick Axes View Post
    Looks like someone cut off the rest of line 13.
    And anyways, if that's someone's pay script you're messing with against their will, I don't think that's the greatest idea.
    i would never mess around with a pay script. this is starblasters cracked script/home cracked

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
  •