hondafrik Advanced Cheater
Reputation: 0
Joined: 15 Jan 2014 Posts: 60 Location: Croatia
|
Posted: Sun Feb 16, 2014 6:13 am Post subject: need little help for lua code |
|
|
i dont know how to finish this,and i cant find answer on web too,please help me,thank you
i am figured commands for create somethin,size and etc,now i want learn functions,below is script from our member DaSpamer and i am change name of script and button,now i need little help in function,if i write pass to then message show up if is correct and then to Continue to new form,thank you
Code: | CEToLua = createForm()
CEToLua.height = 100
CEToLua.width = 240
CEToLua.caption = "Program Lock"
CEToLuaButton = createButton(CEToLua)
CEToLuaButton.caption = "Continue"
CEToLuaButton.height = 20
CEToLuaButton.width = 60
CEToLuaButton.top = 31
CEToLuaButton.left = 178
CEToLuaEdit = createEdit(CEToLua)
CEToLuaEdit.width = 174
CEToLuaEdit.left = 2
CEToLuaEdit.top = 30
CEToLuaEdit.Caption = ""
CEToLuaLabel = createLabel(CEToLua)
CEToLuaLabel.width = 174
CEToLuaLabel.left = 2
CEToLuaLabel.top = 13
CEToLuaLabel.caption = "Password"
CEToLuaButton.onClick = function () |
Description: |
|
Filesize: |
10.9 KB |
Viewed: |
3696 Time(s) |

|
|
|