[CElua] Memory Records Translator

Place snippets of code and scripts under here to share with others. Archives and .Lua extensions are allowed


Moderator: Table Moderator

Post Reply
User avatar
J1327
Donor
Donor
Apprentice Hacker
Apprentice Hacker
Posts: 65
Joined: Mon Jul 25, 2022 5:00 pm
Answers: 0
Location: Baltic States
x 72

[CElua] Memory Records Translator

Post by J1327 »

Publishing an memory record description translator.
What does : One cheat table entry (memory record / address record) description translator per line


I already published Helper to Translate any cheat table to any language (manually) here at pastebin (also direct execution)
https://opencheattables.com/pastebin/?mode=view&s=19


Autorun installation adds menu item to ce MainForm :

CET_Translator.zip
Password: opencheattables.com
(1.69 KiB) Downloaded 19 times

Install : move CET_Translator.lua to Cheat's Engine AutoRun directory

to remove menu item remove from Cheat's Engine AutoRun directory CET_Translator.lua file.


ALSO PLEASE BE POLITE AND DONT TRY SPAM API
(I added precaution to prevent spam 4 sec,-)


Q : is it possible translate without network ?
A : I think practically yes, yet that is not so straight forward. There is at least two options :

  1. Write an word to word dictionary with lua code -- that would be very long work.
  2. get some third party tool to translate text, i mean compile and build tool then from ce submit query to tool and back to ce. Else if you can find already compiled tool or software that could interact with CE's I/O.

Image


Full code (direct execution) :


Post Reply