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 


Copy Address from results

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Fri Mar 15, 2019 4:21 am    Post subject: Copy Address from results Reply with quote

Hello DB,
Is there a way to copy found address in results without having to add it to the list or browase then use go to...


Save time so i can calculate pointers .

Thanks

_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Fri Mar 15, 2019 4:54 am    Post subject: Reply with quote

run this or add to your ce autorun folder
Code:

local mi=createMenuItem(MainForm.Foundlist3.PopupMenu)
mi.Caption='Copy address'
mi.Shortcut='ctrl+C'
MainForm.Foundlist3.PopupMenu.Items.insert(1,mi)


mi.OnClick=function()
  if MainForm.Foundlist3.Selected then
    writeToClipboard(MainForm.Foundlist3.Selected.Text)
  end
end

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Sun Mar 17, 2019 3:19 pm    Post subject: Reply with quote

hello DB i tried the script it has copy address option but it copies Nothing.
Can you try it?

_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Mon Mar 18, 2019 2:00 pm    Post subject: Reply with quote

seems like i wont be getting further help here.
_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Mon Mar 18, 2019 2:36 pm    Post subject: Reply with quote

replace .Text with .Caption
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Tue Mar 19, 2019 2:45 am    Post subject: Reply with quote

Dark Byte wrote:
replace .Text with .Caption


Thanks DB but it still copies nothing.
I highlight a result select Copy Address and nothing happens when I paste in a txt editor etc.

_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Tue Mar 19, 2019 1:16 pm    Post subject: Reply with quote

I don't know, I tested this code
Code:

local mi=createMenuItem(MainForm.Foundlist3.PopupMenu)
mi.Caption='Copy address'
mi.Shortcut='ctrl+C'
MainForm.Foundlist3.PopupMenu.Items.insert(1,mi)


mi.OnClick=function()
  if MainForm.Foundlist3.Selected then
    writeToClipboard(MainForm.Foundlist3.Selected.Caption)
  end
end

and it works

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Wed Mar 20, 2019 8:35 am    Post subject: Reply with quote

thanks. It seems i edited wrong CE version script...
_________________
I am the forgotten one the dead one.
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