Jump to content

tem's of use = my first script


Recommended Posts

hello there here is my first script to a tem's of use

heh just edit where i say to edit

#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=but the way to the Info.kxf here like D:\blabla\info.kxf
$Info = GUICreate("Info", 625, 445, 193, 125)
GUISetFont(16, 400, 0, "MS Sans Serif")
$Group1 = GUICtrlCreateGroup("Info of useing the program", 40, 40, 529, 217)
$Label1 = GUICtrlCreateLabel("By clicking i accept you accept that its not our foult if", 56, 72, 432, 28)
GUICtrlSetCursor (-1, 5)
$Label2 = GUICtrlCreateLabel("you get hacked or get virus, for everyone can edit my files", 56, 120, 483, 28)
$Label3 = GUICtrlCreateLabel("so click i dont accept if you dont wanna use my program,", 56, 168, 477, 28)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("I accept", 120, 288, 123, 25, 0)
GUICtrlSetCursor (-1, 0)
$Button2 = GUICtrlCreateButton("I dont accept", 360, 288, 123, 25, 0)
GUICtrlSetCursor (-1, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###



While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

        Case $Button1
         MsgBox(64, "I accept", "put in the text you whant it to say then you press I accept")
         Exit
         
     Case $Button2
         MsgBox(64, "I dont accept", "put in here the text you whant it to say then you press I dont accept")
         Exit
        
         
    EndSwitch
WEnd

here is the link to the info.kxf file you need

hope you enjoy'ed my first script ever ;D

---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|

Link to comment
Share on other sites

its a ok script for a beginner?

---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|

Link to comment
Share on other sites

its a ok script for a beginner?

Not to be harsh or anything but this script is too basic and you even used Koda to create the GUI part. For a formal Term of Agreement or Term of Use or End user License agreement this wouldn't do it. It's good that you are getting the concept and learning Autoit. Welcome to the forum and keep working hard. :)
Link to comment
Share on other sites

heh thx for the respons - im working on a more coded wow login xD.

---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|

Link to comment
Share on other sites

Anybody know of where I can get a copy of a better EULA script? I am trying to incorporate a "terms of use" approach to delivering an Acceptable Use Policy for users to accept. I write a Auto-IT script once a year, so my skillz are lacking. Was hoping I could get a good start off someone else's published work (if they don't mind).

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