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 


online chat in lua [HELP]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Nighthawyun
Cheater
Reputation: 0

Joined: 21 Jan 2019
Posts: 27

PostPosted: Thu Jan 24, 2019 12:14 am    Post subject: online chat in lua [HELP] Reply with quote

how to make online chat and username in lua?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Thu Jan 24, 2019 1:13 am    Post subject: Reply with quote

have a database with messages
have a website with phpbthat can access that database
then use getInternet() to get an internet connection and get url's rhat trigger reads or writes

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
DaSpamer
Grandmaster Cheater Supreme
Reputation: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Fri Jan 25, 2019 5:16 am    Post subject: Reply with quote

You have to set up a server first,
then you have to build your own chat server code or use existing ones, but in the end you still have to write your own chat code to allow your trainer to interact with the server.

then by using internet you send messages and fetch new messages or send commands such as clear (purge data) or global messages if you wish.
it requires lot's of work but if you feel like your project is finished and needs a chat built-in go a head and feel free to ask for help.

_________________
HEY Hitler
Do you get lazy when making trainers?
Well no more!
My CETrainer will generate it for you in seconds, so you won't get lazy! Very Happy

http://forum.cheatengine.org/viewtopic.php?t=564919
Back to top
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 32

Joined: 16 Feb 2017
Posts: 1253

PostPosted: Fri Jan 25, 2019 8:05 am    Post subject: Re: online chat in lua [HELP] Reply with quote

Nighthawyun wrote:
how to make online chat and username in lua?


This does not seem possible in Lua (for now)
But if you prepare a C # form, it's possible.
1) Build your own site or find a site for members.
2) Prepare C # online entry form.
(also after successful input, Configure message partition opening)
3) Place the .exe output on the Trainer and give the ButtonClick approval.

Code:
function CEButton1Click(sender)
 player_path = TrainerOrigin or getMainForm()
 ProjectYoutube = findTableFile('LoginPanel.exe').Stream
 player_path = player_path..'\\LoginPanel.exe'
 ProjectYoutube.saveToFile(player_path)
 shellExecute(player_path)
end


Here is a tutorial video: (EDIT)
https://www.youtube.com/watch?v=onQGWjOrau0

Is it possible to make an online login panel?
Of course watch:
https://www.youtube.com/watch?v=wrgoFF_1M7g&index=77&list=PL1yPHiegVpRoWx7jy6ecTqmbejos75O37

And there is an example of what is possible in my signature.

All new and fun features added to CE; It is beautiful
And never give up. Smile

_________________
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
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Sat Jan 26, 2019 3:50 pm    Post subject: Re: online chat in lua [HELP] Reply with quote

I already did a chat system with Cheat Engine, but I lost the project.
It is like DarkByte spoke, you need a server with database and a server language like php, messages are passed and received from the server per http request, to make things easier it is good to use json.
Cheat Engine supports cookies which is good for account systems.
It is not easy but perfectly possible.

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