How to create "TScrollBox" and "TRadioButton".

Want Cheat Engine to do something specific and no idea how to do that, ask here. (From simple scripts to full trainers and extensions)
Post Reply
User avatar
corroder
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Mar 03, 2017 1:54 am
Reputation: 1

How to create "TScrollBox" and "TRadioButton".

Post by corroder »

I just add this script to manipulating create scrollbox error (I think it can be same way for radio button) :



[CODE=lua]scrbox_script = [[

function createTScrollBox(Parent)

local box = createComponentClass('TScrollBox', Parent)

box.Parent = Parent

return box

end



]]





--- and add print here :





function CEForm2Lua(form, noPrint)

local vis = form.Visible

form.Visible = true

local s = getControlScript(form)

form.Visible = vis

if not noPrint then

print(scrbox_script)

print(s)

end

return s

end[/CODE]

Post Reply

Who is online

Users browsing this forum: No registered users