Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need help!

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Tero
How do I cheat?
Reputation: 0

Joined: 22 Feb 2016
Posts: 5

PostPosted: Mon Feb 22, 2016 4:00 am    Post subject: Need help! Reply with quote

Hey. i wanted to make little password system into my trainer.
ill show an example just my thinking:

also if i could get info how to set buttons "Enabled" to false like this:

function button (sender)
shellExecute(googlecom)
set Enabled = false



code:

if userinputcode = Password123 ShowCEtrainerhotkeys
else showmessage(Wrong password!)

showCEtrainehotkeys
showmessage(Password correct!)
show Cheatpanel
thanks! if i could like get the hotkeys locked if the password isnt right Razz

Update: i want to set CHEATPANEL: TCEPanel 's "Enabled to true and disable if password not right

Thanks!
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Mon Feb 22, 2016 5:51 pm    Post subject: Reply with quote

Code:
function ButtonClick(sender)
  local http = getInternet()
  local resp = http.getURL("www.mysite.com?user=blah&pass=blah")
  http.destroy()
  if resp == "success" then
    sender.Enabled = true
  else
    sender.Enabled = false
    showMessage("Wrong password!")
  end
end
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites