Results 1 to 9 of 9

Thread: Script Compiler

  1. #1
    Join Date
    Feb 2006
    Location
    England
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Script Compiler

    In kaitnieks.com, kaitnieks himself started to create a script compiler, one which could turn scripts into .exe files, just wondered if people knew any more news about it or wether or not he has finished it or so...

  2. #2
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm... I am pretty sure compiling a script is nothing what you think it is. Try going into scar, there is a compile option on the toolbar. I could be wrong but I think you meant debugging?

  3. #3
    Join Date
    May 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ares
    In kaitnieks.com, kaitnieks himself started to create a script compiler, one which could turn scripts into .exe files, just wondered if people knew any more news about it or wether or not he has finished it or so...
    He made one work, but I doubt that he will ever release it.
    I've also got an idea for how you would make one, but I don't have the SCAR source.

    @db: you're thinking about compiling within RemObjects. That's basically syntax checking afaik.

  4. #4
    Join Date
    May 2006
    Location
    Bonnie Scotland!
    Posts
    299
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by db_cheater
    Erm... I am pretty sure compiling a script is nothing what you think it is. Try going into scar, there is a compile option on the toolbar. I could be wrong but I think you meant debugging?
    db, when you click the run button in scar it dose not compile the script, it translates it line by line. A compiler works diffrently it interprates the script into binary code all in one (not line by line) and it also makes it into a file.

    Personaly im against a scar compiler.
    People would start making scar viruses then.
    ---

  5. #5
    Join Date
    Feb 2006
    Location
    Australia
    Posts
    628
    Mentioned
    15 Post(s)
    Quoted
    105 Post(s)

    Default

    Insert a self-scanning virus detecter when compiling? Lol ;p

  6. #6
    Join Date
    May 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Krazy_Meerkat
    Insert a self-scanning virus detecter when compiling? Lol ;p
    Actually a good idea - SCAR can already CRC a script, so why not itself? True, it's not unbreakable, but it would probably deter anyone nooby enough to want to make a keylogging SCAR script.

  7. #7
    Join Date
    Jun 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i run scar it says faild to compile, Y is that?

  8. #8
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wtf, don't gravedig 3 year old thread. Btw, that means you do not have an include it requires most likely.

  9. #9
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by iamabdul View Post
    when i run scar it says faild to compile, Y is that?
    It means SCAR can't could not translate the coding into a native language your computer uses. There are an infinte number of reasons why this could happen. I suggest you post on the thread whereever you got the script with the exact error. You may get a better response over there.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. C++ Compiler Tutorial
    By Dusk412 in forum C/C++ Help and Tutorials
    Replies: 8
    Last Post: 07-30-2008, 08:38 AM
  2. Compiler to exe? is it possible.
    By BazzBarrett in forum OSR Help
    Replies: 14
    Last Post: 07-02-2008, 06:56 PM
  3. Need C++ compiler
    By JAD in forum C/C++ Help and Tutorials
    Replies: 21
    Last Post: 05-28-2008, 04:11 PM
  4. Pascal Compiler?
    By Hobbit in forum General
    Replies: 8
    Last Post: 09-15-2007, 01:42 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
  •