News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

a script runner without any registration

Started by TouEnMasm, November 15, 2012, 01:33:55 AM

Previous topic - Next topic

TouEnMasm


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
Fa is a musical note to play with CL

qWord

MREAL macros - when you need floating point arithmetic while assembling!

TouEnMasm


You WIN  :lol:
Did He work on your machine ?
Fa is a musical note to play with CL

dedndave


qWord

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.
MREAL macros - when you need floating point arithmetic while assembling!

TouEnMasm


Thanks,I was not sure he can work anywhere.
Fa is a musical note to play with CL

Vortex

Avira stopped the executable but I turned off the AV and tried again. Nice work Yves :t