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 


Cheat Engine Forum Index
PostGo back to topic
ByTransient
Expert Cheater
Reputation: 5
Joined: 05 Sep 2020
Posts: 240

PostPosted: Thu Oct 14, 2021 10:07 am    Post subject:

Open the lua file and edit the section below and repackage it as ".lua".

Code:

--GUI elements start

local form = createForm(false)
form.Height = 300;
form.Width = 300;
form.Caption = 'Hex,Dec Calculator';
form.Constraints.MinHeight = 300;
form.Constraints.MinWidth = 300;
form.BorderStyle = bsSingle
form.Position = poScreenCenter
--add
form.PopupMode=0


And..
Code:
local infoForm = createForm(false)
infoForm.Height = 300;
infoForm.Width = 300;
infoForm.Caption = 'Info';
infoForm.Constraints.MinHeight = 300;
infoForm.Constraints.MinWidth = 300;
infoForm.BorderStyle = bsSingle
infoForm.Position = poScreenCenter
--add
infoForm.PopupMode=0


Or..
Back to top
View user's profile Send private message
Post reviews:   Approve 1
Author Review
Frouk
Review: Approve
Post reference:
ReviewPosted: Thu Oct 14, 2021 11:09 am

Solved issue
Back to top
View user's profile Send private message
Display:  
Cheat Engine Forum Index


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites