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 


LUA name+logo

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

Joined: 11 May 2024
Posts: 3

PostPosted: Sat May 11, 2024 12:50 pm    Post subject: LUA name+logo Reply with quote

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
View user's profile Send private message
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3292

PostPosted: Sat May 11, 2024 1:26 pm    Post subject: Reply with quote

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
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 35

Joined: 16 Feb 2017
Posts: 1476

PostPosted: Sat May 11, 2024 3:09 pm    Post subject: Reply with quote

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.

_________________
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
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8577
Location: 127.0.0.1

PostPosted: Sat May 11, 2024 8:07 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
xz0v
How do I cheat?
Reputation: 0

Joined: 11 May 2024
Posts: 3

PostPosted: Sun May 12, 2024 2:15 pm    Post subject: Reply with quote

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!



Screenshot 2024-05-12 131256.png
 Description:
crossed name out of respect. hopefully you get what im talking about now
 Filesize:  6.59 KB
 Viewed:  1875 Time(s)

Screenshot 2024-05-12 131256.png


Back to top
View user's profile Send private message
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 251

PostPosted: Sun May 12, 2024 3:01 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
AylinCE
Grandmaster Cheater Supreme
Reputation: 35

Joined: 16 Feb 2017
Posts: 1476

PostPosted: Sun May 12, 2024 3:26 pm    Post subject: Reply with quote

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"

_________________
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
xz0v
How do I cheat?
Reputation: 0

Joined: 11 May 2024
Posts: 3

PostPosted: Sun May 12, 2024 4:57 pm    Post subject: Reply with quote

[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
View user's profile Send private message
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3292

PostPosted: Mon May 13, 2024 4:40 am    Post subject: Reply with quote

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
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 35

Joined: 16 Feb 2017
Posts: 1476

PostPosted: Mon May 13, 2024 8:00 am    Post subject: Reply with quote

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

------------------------------------------------------------

_________________
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
Dark Byte
Site Admin
Reputation: 467

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

PostPosted: Mon May 13, 2024 8:02 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
xz0v
How do I cheat?
Reputation: 0

Joined: 11 May 2024
Posts: 3

PostPosted: Mon May 13, 2024 1:01 pm    Post subject: Reply with quote

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 Very Happy
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 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