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 


How to select all the address in the address list?

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

Joined: 13 Jan 2011
Posts: 2

PostPosted: Thu Jan 13, 2011 12:25 pm    Post subject: How to select all the address in the address list? Reply with quote

Hello everybody! Very Happy
I am French, and please excuse my spelling! Embarassed

Here we are, I have a very stupid question Rolling Eyes . How to select all the address in the address list ?

Plz help me ! Very Happy
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Thu Jan 13, 2011 1:45 pm    Post subject: Reply with quote

found address list: (the one on he left)
select the first item, hold shift and press end

the addresslist at the bottom:
Same way as above
or
ctrl+a

_________________
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
Lapinberzerk
How do I cheat?
Reputation: 0

Joined: 13 Jan 2011
Posts: 2

PostPosted: Thu Jan 13, 2011 1:59 pm    Post subject: Reply with quote

Thank you so much !
Good hacking all Very Happy
Bye bye.



Vive Cheat Engine !!
Back to top
View user's profile Send private message
tedomedo
Advanced Cheater
Reputation: 0

Joined: 27 Jul 2008
Posts: 53

PostPosted: Mon Jul 10, 2017 3:08 am    Post subject: Reply with quote

Is it somehow possible to copy all values? I'm calculating average values for many stats for a game. Snagit, capture2text don't copy well numbers in cheat engine. Using onenote is too slow. Manual is fastest but still damn slow for typing all values 1000 times.
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Mon Jul 10, 2017 10:32 pm    Post subject: Reply with quote

@tedomedo you really should have created a new topic instead of posting in one that's 6 years old...

but you can use a lua script to print them all out and then copy paste from the lua window, something like this should work:

Code:

{$lua}
[ENABLE]
if syntaxcheck then return end
al = getAddressList()
for i=0, al.Count-1 do
  if al[i].Type ~= vtAutoAssembler and
  al[i].getCurrentAddress() ~= 0 and -- getCurrentAddress may require 6.7+
  al[i].Value ~= "??" then
    print(tostring(al[i].Value))
  end
end
[DISABLE]
Back to top
View user's profile Send private message
tedomedo
Advanced Cheater
Reputation: 0

Joined: 27 Jul 2008
Posts: 53

PostPosted: Tue Jul 11, 2017 1:30 am    Post subject: Reply with quote

This code doesn't work if i paste it on Lua script: cheat table. I get message:

[string "{Slua}
unexpected symbol near'{'
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Tue Jul 11, 2017 8:19 am    Post subject: Reply with quote

The
Code:
{$lua}
[ENABLE]
and
Code:
[DISABLE]
parts are to allow you to put it in an AA script, if you're running it manually in the lua engine window then copy just the actual lua code.

Technically the syntaxcheck is just for AA scripts too so it doesn't run the code when you add the script to the table but since it shouldn't be defined in the lua engine window it shouldn't matter.
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