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 


How do i make a .php i need it to make username and password

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

Joined: 03 Feb 2025
Posts: 1

PostPosted: Mon Feb 03, 2025 3:05 pm    Post subject: How do i make a .php i need it to make username and password Reply with quote

username=123
password=321[/code]
Back to top
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 37

Joined: 16 Feb 2017
Posts: 1516

PostPosted: Mon Feb 03, 2025 6:19 pm    Post subject: Reply with quote

Unless you are connecting to an existing site login php, it may be difficult to create this with CE and host it on any server.

On the other hand, you can do a simple login test like this.

For this, 2 edit boxes and a button are enough:

Code:
local name = "123"
local pass = "321"

function checkUser(nm,pw)
  if nm~=name or pw~=pass then
    print("Wrong username or password!")
  else
    print("Login successful..")
  end
end

-- name
checkUser("123","456")

-- pass
checkUser("678","321")

-- success
checkUser("123","321")

--
UDF1.CEButton1.OnClick=function()
local n = UDF1.CEEdit1.Text
local p = UDF1.CEEdit2.Text
  if n~="" or p~="" then
    checkUser(n,p)
  else
    print("You have entered incomplete information. Please check!")
  end
end

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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