Jump to content

newb question, does commented code get compiled?


Recommended Posts

lalalala.... from the helpfile

The semicolon (:) is the comment character. Unless the semicolon is within a string, all text following it is ignored by the script interpreter/compiler.

EDIT: How do I make it not show up as a smily? muttley

Edited by JFee

Regards,Josh

Link to comment
Share on other sites

  • Developers

I was wondering if a heavy commented script retains the comments ( size more or less) when the code is compiled into an exe using autoit's compiler.

To answer your question: No, the comments are stripped from a compiled script.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

EDIT: How do I make it not show up as a smily? :)

Uncheck "Enable Emoticons" in the "Post Options" section of the full editor :(

EDIT: Beaten by "speedy-fingers" here... muttley

Edited by Paulie
Link to comment
Share on other sites

To answer your question: No, the comments are stripped from a compiled script.

Jos

thank you sry didnt read the readme.

What would be the best way to add some dummy script to change the filesize of the exe but not change the actual functioning code, wierd question I know.

Link to comment
Share on other sites

  • Developers

What would be the best way to add some dummy script to change the filesize of the exe but not change the actual functioning code, wierd question I know.

Yes... and the purpose of all this is?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

What would be the best way to add some dummy script to change the filesize of the exe but not change the actual functioning code, wierd question I know.

Define a bunch of unused variables at the top of the script maybe? muttley
Link to comment
Share on other sites

So his malware isn't very small? Lol

*Shifty Eyes*

Just teasing, although it does sound like that muttley

EDIT: @Paulie, wouldn't that just increase memory usage? I think the OP is trying to make the compiled EXE have a larger size

Edited by JFee

Regards,Josh

Link to comment
Share on other sites

Yes... and the purpose of all this is?

Well simply put I have a compiled script thats 300kb and I want to change it to say 310kb or 350kb it doesnt really matter, I am trying to look for some dummy variables or code that will be compiled to largen the final exe.

The purpose is for a bot that would like to aviod a mass checksum scan.

Link to comment
Share on other sites

  • Developers

Could you guys stay out and give the OP time to respond to my question?

I am really curious what GOOD reason there is to increase the size of an compiled script.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Well simply put I have a compiled script thats 300kb and I want to change it to say 310kb or 350kb it doesnt really matter, I am trying to look for some dummy variables or code that will be compiled to largen the final exe.

The purpose is for a bot that would like to aviod a mass checksum scan.

Don't understand the Mass check sum thing but adding variables and giving it a string as value will increase the size.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Define a bunch of unused variables at the top of the script maybe

I tried that including adding like 30 dummy unused global variables but it was same size.

Also just so you know this is NOT malware or anything of the sort its a personal gaming bot for my use only.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...