save files to table from CEImage like the image inside of the CEImage1 to table
Save file to table, what is table mean?. Hack Table?. Lua Table? Table File?. Array Table?, etc
So, I assumed CEImage already made and has a picture on his client. But this is just for example how to create Table File.
Code:
f = createForm()
p = createImage(f)
p.stretch = true
m = createMemo(f)
m.Top = 100
m.Lines.Add('Hello Cheat Engine')
--- to save image to table file
s = findTableFile('mypic.jpg')
if not s then
pic = createTableFile('mypic.jpg', [[E:\mountain.jpg]])
else
p.Picture.loadFromStream(findTableFile('mypic.jpg').Stream)
end
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
i mean to the .ct file or to normal files but i need to get the picture from CEImage1 not load image to CEImage i need to save the image inside of CEImage1 _________________
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