The MASM Forum

General => The Campus => Topic started by: TouEnMasm on November 15, 2012, 01:33:55 AM

Title: a script runner without any registration
Post by: TouEnMasm on November 15, 2012, 01:33:55 AM

The execute posted run a script without performing any registration.
Perhaps it is only because he is on my computer ?
If someone could test it.
The runned script:
Quote
Dim MyVar, Input
Dim MonObjet ,object
MyVar = 0
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MsgBox ("MyVar is now " & MyVar, 65, "pssssssssst......")
'SET MonObjet=CreateObject("IFrscriptExe.object")

Application.SetText = "Now you can set the text HERE by script alone."
Input = InputBox("Enter your name")
DO
    Application.SetText = "You entered: " & CHR(13) & CHR(10) & Input
    Input = InputBox("Now enter something else:")
    IF Input = "" Then Exit Do
LOOP
Title: Re: a script runner without any registration
Post by: qWord on November 15, 2012, 02:05:13 AM
Looks like a visual basic scipt (http://en.wikipedia.org/wiki/VBScript).
Title: Re: a script runner without any registration
Post by: TouEnMasm on November 15, 2012, 02:13:24 AM

You WIN  :lol:
Did He work on your machine ?
Title: Re: a script runner without any registration
Post by: dedndave on November 15, 2012, 02:19:08 AM
seems to work fine here, Yves

XP SP3
Title: Re: a script runner without any registration
Post by: qWord on November 15, 2012, 02:31:35 AM
Quote from: ToutEnMasm on November 15, 2012, 02:13:24 AMDid He work on your machine ?
yes, but fortunately my AV suspend the execution until I gave my consent.
Title: Re: a script runner without any registration
Post by: TouEnMasm on November 15, 2012, 03:44:11 AM

Thanks,I was not sure he can work anywhere.
Title: Re: a script runner without any registration
Post by: Vortex on November 15, 2012, 05:49:51 AM
Avira stopped the executable but I turned off the AV and tried again. Nice work Yves :t