Joined: 09 May 2003 Posts: 25820 Location: The netherlands
Posted: Thu Jan 24, 2019 1:13 am Post subject:
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
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. _________________
I'm rusty and getting older, help me re-learn lua.
Posted: Fri Jan 25, 2019 8:05 am Post subject: Re: online chat in lua [HELP]
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
Posted: Sat Jan 26, 2019 3:50 pm Post subject: Re: online chat in lua [HELP]
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. _________________
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