View previous topic :: View next topic |
Author |
Message |
FIRESKY Cheater
Reputation: 0
Joined: 01 Mar 2017 Posts: 34
|
Posted: Fri Aug 03, 2018 11:48 am Post subject: How to create a Pass.. only the 1st time |
|
|
Hi guys, I was using this fully functional script,
But what I would like to try to do is create a password that is only asked the first time you open the trainer, and then never again.
local value = inputQuery("Login", "pass", "h pass...")
if value ~= "bla bla bla" then
showMessage("wrong")
closeCE()
else
showMessage("well")
end
|
|
Back to top |
|
 |
FreeER Grandmaster Cheater Supreme
Reputation: 53
Joined: 09 Aug 2013 Posts: 1091
|
Posted: Fri Aug 03, 2018 1:11 pm Post subject: |
|
|
either create a file or a registry setting etc. whenever it's answered, then first check that to see if it's been asked or not, if it's not there then it wasn't asked, if it is then it was.
_________________
|
|
Back to top |
|
 |
FIRESKY Cheater
Reputation: 0
Joined: 01 Mar 2017 Posts: 34
|
Posted: Fri Aug 03, 2018 1:21 pm Post subject: |
|
|
some examples?
I thought it could be done with a simple script in addition to this.
|
|
Back to top |
|
 |
FreeER Grandmaster Cheater Supreme
Reputation: 53
Joined: 09 Aug 2013 Posts: 1091
|
|
Back to top |
|
 |
|