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
AylinCE
Grandmaster Cheater Supreme
Reputation: 32
Joined: 16 Feb 2017
Posts: 1260

PostPosted: Thu Mar 21, 2019 8:10 am    Post subject:

A little shorter and without the panel color.
But for each row: the form must have a secret confirmation picture.
Example: If you have 30 rows, you need 30 pieces of background confirmation.
This will give you: 144 + 30 Wink

Example:
Code:
form = createForm(true)
form.Position = poDesktopCenter
form.Width = 236
form.Height = 80


i4 = createImage(form)
i4.Height = 36
i4.Width = 36
i4.Left = 153
i4.Top = 15
i4.visible=false
i4.sendToBack()
int = getInternet()
local logostr=int.getURL("http://i67.tinypic.com/2q2e7aq.jpg")
int.destroy ()
local ss=createStringStream(logostr)
i4.Picture.loadFromStream(ss)
ss.destroy()

i1 = createImage(form)
i1.Height = 36
i1.Left = 45
i1.Top = 15
i1.Width = 36
i1.bringToFront()
int = getInternet()
local logostr=int.getURL("http://i65.tinypic.com/2vagu8l.png")
int.destroy ()
local ss=createStringStream(logostr)
i1.Picture.loadFromStream(ss)
ss.destroy()

i2 = createImage(form)
i2.Height = 36
i2.Left = 81
i2.Top = 15
i2.Width = 36
i2.bringToFront()
int = getInternet()
local logostr=int.getURL("http://i65.tinypic.com/2vagu8l.png")
int.destroy ()
local ss=createStringStream(logostr)
i2.Picture.loadFromStream(ss)
ss.destroy()

i3 = createImage(form)
i3.Height = 36
i3.Left = 117
i3.Top = 15
i3.Width = 36
i3.bringToFront()
int = getInternet()
local logostr=int.getURL("http://i65.tinypic.com/2vagu8l.png")
int.destroy ()
local ss=createStringStream(logostr)
i3.Picture.loadFromStream(ss)
ss.destroy()

-----------function----------
i1.OnClick = function()
i4.visible=true
i4.setPosition(i1.Left, i1.Top)
end

i2.OnClick = function()
i4.visible=true
i4.setPosition(i2.Left, i2.Top)
end

i3.OnClick = function()
i4.visible=true
i4.setPosition(i3.Left, i3.Top)
end


and UDF..:

Code:
UDF1.background1.visible=false
--UDF1.background1.sendToBack()

function CEImage1Click(sender)
UDF1.background1.visible=true
UDF1.background1.setPosition(UDF1.CEImage1.Left, UDF1.CEImage1.Top)
end

function CEImage2Click(sender)
UDF1.background1.visible=true
UDF1.background1.setPosition(UDF1.CEImage2.Left, UDF1.CEImage2.Top)
end


etc.
_________________
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
Post reviews:   Approve 1
Author Review
Razi
Review: Approve
Post reference:
ReviewPosted: Thu Mar 21, 2019 12:02 pm

Thanks
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