Jump to content

Recommended Posts

Posted

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.

Posted (edited)

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

  • Developers
Posted

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.
  :)

Posted (edited)

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
Posted

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.

  • Developers
Posted

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.
  :)

Posted

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
Posted (edited)

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

Posted

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.

  • Developers
Posted

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.
  :)

Posted

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.

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
×
×
  • Create New...