View previous topic :: View next topic |
Author |
Message |
xz0v How do I cheat?
Reputation: 0
Joined: 11 May 2024 Posts: 3
|
Posted: Sat May 11, 2024 12:50 pm Post subject: LUA name+logo |
|
|
Dear Dark.
I reached out to one of my friend who also makes cheat tables and saw they had their own lua script that shown their name (at the bottom). I make cheat tables for my discord server currently at 3.6k members and i am interested in acquiring a similar script for my community.
this would really benefit me and my discord. I would appreciate it.
couple questions to clear things up so I'm not confused.
Is there a fee associated with this service? If so, could you kindly provide details on the pricing structure?
I was informed by my friend that such services are not frequently offered. Is there a limited availability (slots) for this service, or is it based on your discretion?
Will I need to provide evidence of my work, such as my cheat tables or Discord and YouTube channels? Please let me know if this is necessary.
If i must pay. is it a one-time fee or recurring?
Thank you for considering my request and taking the time to review.
<3 much love - Xz0v
(i posted this on reddit at first, and was replied to by someone to post it on the forums. im not sure where to but it would make the most amount of sense to post on LUA forum..)
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3292
|
Posted: Sat May 11, 2024 1:26 pm Post subject: |
|
|
Do you mean the signature pic at the bottom?
That's personal, it's not for a community.
Plus, you'd need to sign each table with it to show.
|
|
Back to top |
|
 |
AylinCE Grandmaster Cheater Supreme
Reputation: 35
Joined: 16 Feb 2017 Posts: 1476
|
Posted: Sat May 11, 2024 3:09 pm Post subject: |
|
|
Code: | MainForm.Caption="<3 much love - Xz0v)" |
Paste this code into a txt file.
Save as >> All files >> myname.lua
Register as .
Right click on the CE desktop logo >> Click "Open file location" and drop your "myname.lua" file into the "autorun" folder in the CE folder.
Start CE and see the result.
If this is what you want, let's continue for the logo.
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8577 Location: 127.0.0.1
|
Posted: Sat May 11, 2024 8:07 pm Post subject: |
|
|
Moved to the main Cheat Engine section since this is a CE question that only Dark Byte can assist with and is not Lua related.
_________________
- Retired. |
|
Back to top |
|
 |
xz0v How do I cheat?
Reputation: 0
Joined: 11 May 2024 Posts: 3
|
Posted: Sun May 12, 2024 2:15 pm Post subject: |
|
|
AylinCE wrote: | Code: | MainForm.Caption="<3 much love - Xz0v)" |
Paste this code into a txt file.
Save as >> All files >> myname.lua
Register as .
Right click on the CE desktop logo >> Click "Open file location" and drop your "myname.lua" file into the "autorun" folder in the CE folder.
Start CE and see the result.
If this is what you want, let's continue for the logo. |
That looks very cool- didnt know you can do that. but not exactly. perhaps i can show a picture?
its at the very bottom and has a logo and signature and is LUA code. looks like darkbyte makes it manually for specific users that requests it.
ill upload an image below. Also thanks for showing that- didnt know you can do that. looks really cool!
Description: |
crossed name out of respect. hopefully you get what im talking about now |
|
Filesize: |
6.59 KB |
Viewed: |
1875 Time(s) |

|
|
|
Back to top |
|
 |
Game Hacking Dojo Master Cheater
Reputation: 1
Joined: 17 Sep 2023 Posts: 251
|
Posted: Sun May 12, 2024 3:01 pm Post subject: |
|
|
I'm trying to do the same, however, as far as I know, this code changes the name at the top left-hand corner.
Quote: | Code: | MainForm.Caption="<3 much love - Xz0v)" |
|
Is there something I am missing?
|
|
Back to top |
|
 |
AylinCE Grandmaster Cheater Supreme
Reputation: 35
Joined: 16 Feb 2017 Posts: 1476
|
Posted: Sun May 12, 2024 3:26 pm Post subject: |
|
|
CE is open source and such options can be added and changed.
Certainly; However, to support this resource, program and more:
https://www.patreon.com/cheatengine/membership
Code: | local als1=MainForm.Panel4
if ttLbl then ttLbl.Destroy() end
ttLbl=createLabel(als1)
ttLbl.AutoSize=false
ttLbl.Align=alClient
ttLbl.Alignment="taCenter"
ttLbl.Height=als1.Height + 15
ttLbl.Caption="Exclusive By AylinCE" -- or "Exclusive By\nAylinCE"
ttLbl.OptimalFill=true
ttLbl.Font.Size=14
ttLbl.Font.Style="fsBold" |
_________________
|
|
Back to top |
|
 |
xz0v How do I cheat?
Reputation: 0
Joined: 11 May 2024 Posts: 3
|
Posted: Sun May 12, 2024 4:57 pm Post subject: |
|
|
[quote="AylinCE"]CE is open source and such options can be added and changed.
Thank you that is similiar to what i mean. but not exactly the same. she said it was made by dark and all you have to do is request it. (iirc) the lua code would then stop working if you changed any values she said so it seems like dark put something together and im curious how to get that for myself. if not i will use this lua code provided. it works fine
Also. is there a way to keep the header like that, even when in compact mode? I have a lot of scripts and compact mode makes it so much cleaner.
And one last question, how can i add a image using this lua script youve provided?
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3292
|
Posted: Mon May 13, 2024 4:40 am Post subject: |
|
|
xz0v wrote: |
That looks very cool- didnt know you can do that. but not exactly. perhaps i can show a picture?
its at the very bottom and has a logo and signature and is LUA code. looks like darkbyte makes it manually for specific users that requests it.
|
Yes, that is in the signature of the table opened.
The integrity check proves the author signed that table and it has not been tampered with by anyone.
|
|
Back to top |
|
 |
AylinCE Grandmaster Cheater Supreme
Reputation: 35
Joined: 16 Feb 2017 Posts: 1476
|
Posted: Mon May 13, 2024 8:00 am Post subject: |
|
|
Since @DarkByte hasn't responded, I assume this is a Lua issue.
Of course, for anyone who wants the coding that gives the result in the picture, including you, I would like to ask you to buy CE a coffee using the link below to show your sincerity.
Donate CE: https://www.patreon.com/cheatengine/membership
( Thank you in advance for supporting CE. )
You can terminate your subscription at any time.
Read the rules and start the option that suits you.
If those who do this take a photo and send me a message, I will send you the code in a special way without charging any other fee.
Note: Those who want to get the code for free (or CE without buying a coffee) can use the link below to do research and create their own code.
https://forum.cheatengine.org/search.php
------------------------------------------------------------
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25700 Location: The netherlands
|
Posted: Mon May 13, 2024 8:02 am Post subject: |
|
|
i'll get to it in eventually. I usually do signature generation in batches for when i've setup the signing system
_________________
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 |
|
 |
xz0v How do I cheat?
Reputation: 0
Joined: 11 May 2024 Posts: 3
|
Posted: Mon May 13, 2024 1:01 pm Post subject: |
|
|
Dark Byte wrote: | i'll get to it in eventually. I usually do signature generation in batches for when i've setup the signing system |
hey thanks! ill keep checking forms here. whenever you can and want to do it let me know here and ill reply. Thanks for your time dark. let me know what you need to start and ill send it over
|
|
Back to top |
|
 |
|