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 


Suggestion: copy pointer path

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Astaroth4256
Advanced Cheater
Reputation: 0

Joined: 25 May 2014
Posts: 59

PostPosted: Wed Nov 09, 2016 6:53 am    Post subject: Suggestion: copy pointer path Reply with quote

Right click on a pointer and "copy pointer path to clipboard", it will copy base address and offsets into the clipboard like base+offset1+offset2 etc.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 153

Joined: 06 Jul 2014
Posts: 4739

PostPosted: Wed Nov 09, 2016 8:51 am    Post subject: Reply with quote

Code:
local al = getAddressList()
local pm = getMainForm().PopupMenu2

local mi = createMenuItem(pm)
mi.Caption = 'Copy pointer path to clipboard'
mi.OnClick = function(sender)
  if not al.SelectedRecord then return end
  local t = {al.SelectedRecord.Address}
  for i = al.SelectedRecord.OffsetCount - 1, 0, -1 do
    t[#t+1] = al.SelectedRecord.OffsetText[i]
  end
  writeToClipboard(string.rep('[',#t-1) .. table.concat(t,']+'):gsub('%+%-','-'))
end
pm.Items.add(mi)

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Astaroth4256
Advanced Cheater
Reputation: 0

Joined: 25 May 2014
Posts: 59

PostPosted: Wed Nov 09, 2016 12:21 pm    Post subject: Reply with quote

Thanks
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 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