Jump to content

JScript


Recommended Posts

I haven't had time to test, I know, I'm sorry. With help from the Dangerous Minds ([D$S] group; specifically TheFatherMind), I now have a JScript for MD5 hashing, I just need to know if AutoIt works with JScript now just like VBScript.

Attached text file is the JScript document.

md5.txt

Edited by MSLx Fanboy

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

Correction in terminology and possibly understanding:

AutoIt doesn't "handle" VBScript (or JScript). The main feature that stands out in those two scripting languages is the ability to instantiate COM objects. What you mostly see in VBS is creating a COM object and accessing properties/methods on it. Syntactically, this is almost identical in VBS and AutoIt, however, to say that AutoIt handles VBS because it shares a common feature is absurd.

In other words, COM != VBS. VBS uses COM, but COM is something completely separate than VBS. The portions of code using a COM object are going to look very similar no matter what language you are using. This does not mean that any of these languages are related in any way or that one language is capable of "handling" the other.

Link to comment
Share on other sites

I haven't had time to test, I know, I'm sorry.  With help from the Dangerous Minds ([D$S] group; specifically TheFatherMind), I now have a JScript for MD5 hashing, I just need to know if AutoIt works with JScript now just like VBScript.

Attached text file is the JScript document.

<{POST_SNAPBACK}>

You should be able to convert the MD5 functions to AutoIT. The only COM bit I see is the Popup function.
Link to comment
Share on other sites

  • 10 months later...

I haven't had time to test, I know, I'm sorry. With help from the Dangerous Minds ([D$S] group; specifically TheFatherMind), I now have a JScript for MD5 hashing, I just need to know if AutoIt works with JScript now just like VBScript.

Attached text file is the JScript document.

You know you are helping a lot of people when you visit a forum and find that some one has plugged your name and your group.
Link to comment
Share on other sites

  • Moderators

You know you are helping a lot of people when you visit a forum and find that some one has plugged your name and your group.

No offense, but what the hell are you talking about?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

No offense, but what the hell are you talking about?

Well, assuming you didn't look at his signature and assuming his signature is correct, Master Merlin Kull Kirkpatrick just wandered into the AutoIt forum and saw he was being given credit for helping somebody do something.
Link to comment
Share on other sites

You know you are helping a lot of people when you visit a forum and find that some one has plugged your name and your group.

Holy shit! Is this guy full of himself or what! This appears to be a great beginning to a fringe cult. Why don't you guys all dress alike with matching sneakers and chase spaceships. If your goal in helping people is to be the exaluted grand pubah and accumulate attaboys, you're really not helping anyone, especialy us in this forum.

Somebody had to say it! :)

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