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 copy All String ?

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

Joined: 11 May 2013
Posts: 0

PostPosted: Sat May 11, 2013 3:41 pm    Post subject: How copy All String ? Reply with quote

PLease see the image...its adjunt


La3a7VA.jpg
 Description:
 Filesize:  104.28 KB
 Viewed:  5769 Time(s)

La3a7VA.jpg


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Sat May 11, 2013 6:51 pm    Post subject: Reply with quote

When you have that window with the strings visible execute this lua code in the lua engine:

Code:

for i=0, getFormCount()-1 do
  local f=getForm(i)
  if control_getCaption(f)=='String map' then
    local lv=component_findComponentByName(f, "Listview1")
    local items=listview_getItems(lv)

    result='';
    for j=0, listitems_getCount(items)-1 do
      local li=listitems_getItem(items, j)
      local si=listitem_getSubItems(li)

      local address=listitem_getCaption(li)
      local str=strings_getString(si, 0)


      result=result..address..' : '..str.."\n\r\n\r";
    end

    writeToClipboard(result)



  end
end



after 30 minutes or longer depending on the number of strings (ce looks like it's frozen/crashed during that time) the clipboard will contain all the strings.
You can change the region of the copy by changing this line : for j=0, listitems_getCount(items)-1 do

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