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 


can i draw a d3d line use lua script

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

Joined: 15 May 2016
Posts: 1

PostPosted: Sun May 15, 2016 5:01 pm    Post subject: can i draw a d3d line use lua script Reply with quote

i want to used ce in game draw a Sightline. just flow mouse move postion draw a line.but i do't know how to createline.I tried using Sprite,but it will complicated.here was my script

while true do
local processlist = getProcesslist()
if processlist ~= nil then
for k,v in pairs(processlist) do
if v == "Frame.exe" then
processid = k
break
end
end
end
--p.loadFromFile([[C:\Users\Dell 15 R\Desktop\crossh19.png]])
if processid > 0 then
Gameprocess = openProcess(processid)
d3dhook = createD3DHook()
if d3dhook ~= nil then
print("d3dhook creat")
TexturePicture = createPicture()
TexturePicture.loadFromFile([[Bullet.png]])
lineTexture = d3dhook.createTexture(TexturePicture)
-- line = d3dhook.createLine(TexturePicture) ?????
if lineTexture ~= nil then
print("createSprite")
d3dhook_sprite=d3dhook.createSprite(lineTexture)
else
print("lineTexture nil")
end
end
break
end

sleep(30)
end
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 Lua Scripting 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