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 


Cheat Engine 6.0 Released
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Riwels
How do I cheat?
Reputation: 0

Joined: 04 Mar 2010
Posts: 8

PostPosted: Wed Jan 12, 2011 3:39 pm    Post subject: Reply with quote

Finaly! Thanks!!!

All is ok for me at the moment. The only bad thing, is that I can't sort the table by addresses or type. Is very usefull, i hope it's fixed for the next update.

Thank you soo much!!

_________________
Offline hacking is fun.
Online hacking sucks.
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: Wed Jan 12, 2011 3:54 pm    Post subject: Reply with quote

You can just drag items in the list to sort them, but I'll see about adding an automated sort for next version
_________________
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
Krude
Newbie cheater
Reputation: 0

Joined: 12 Jan 2011
Posts: 15

PostPosted: Wed Jan 12, 2011 4:03 pm    Post subject: Reply with quote

Wow, that was fast!

This is also kind of unimportant and purely cosmetic, but what the hell, as long as i haven't run across any real bugs i might as well throw it out there.

Something's wrong with the Save and Load icons in the File menu. Check the attached picture, i guess it's faulty transparency.

Only applies to the File menu though, the GUI buttons are displayed correctly.

(Or is this intentional and i'm being stupid)



cheatengine1.png
 Description:
 Filesize:  6.38 KB
 Viewed:  13116 Time(s)

cheatengine1.png


Back to top
View user's profile Send private message
d34dkn16h7
Cheater
Reputation: 0

Joined: 06 Jan 2011
Posts: 40

PostPosted: Wed Jan 12, 2011 4:17 pm    Post subject: Reply with quote

i have it too...
and it was really fast
Back to top
View user's profile Send private message Send e-mail
Riwels
How do I cheat?
Reputation: 0

Joined: 04 Mar 2010
Posts: 8

PostPosted: Wed Jan 12, 2011 5:26 pm    Post subject: Reply with quote

Dark Byte wrote:
You can just drag items in the list to sort them, but I'll see about adding an automated sort for next version


Yes I know. It's cool, but the automated sort is very usefull when you are looking at big structures with different value types.

That of add addresses like "subaddresses" is very nice too and the memory viewer... the way of group data, separators... That of put red color on the changing values, is awesome. If you find a structure, you don't need to use the address finder, you can simply look at which addresses are in red when you made an action.

You've made the best hacking tool I've seen!!

_________________
Offline hacking is fun.
Online hacking sucks.
Back to top
View user's profile Send private message
greatveemon
Cheater
Reputation: 0

Joined: 26 Feb 2010
Posts: 48

PostPosted: Thu Jan 13, 2011 4:28 am    Post subject: Reply with quote

i hope you can also add a hotkey that when I freeze or keypressed the value it will going to change to the value that I want. then after I unfreeze/release it, it will going back to it's previous value or a switch hotkey will be cool. and yes I can't sort my cheats by description. and please make the trainer maker more faster and powerful.
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: Thu Jan 13, 2011 6:47 am    Post subject: Reply with quote

this toggle value method should already be possible:

Let's say you have an item in your list called "Energy"
Then just add this lua script to your table and run that (or manually execute it in the lua engine screen)
Code:

oldValue="";
function _memrec_Energy_activated(te)
  oldvalue=memrec_getValue(te)
  memrec_setValue(te,2000);
end

function _memrec_Energy_deactivated(te)
  memrec_setValue(te,oldvalue)
end

And then when it's frozen it sets the value to 2000 and when unfrozen it sets the value back to the original
You can then assign a hotkey to the hotkey that freezes/unfreezes the entry and you'll have a entry that can be toggled with a hotkey

_________________
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
greatveemon
Cheater
Reputation: 0

Joined: 26 Feb 2010
Posts: 48

PostPosted: Thu Jan 13, 2011 7:44 am    Post subject: Reply with quote

how will I add the lua script into the cheat table so I can set a hotkey for it?
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: Thu Jan 13, 2011 8:00 am    Post subject: Reply with quote

click on "table extras" bottom right and go to the lua tab
there put in the code
adjust Energy in that script to whatever the name of of the cheat entry is (make sure it does not contain spaces...)

Now when the table it loaded that script will get loaded as well

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

Joined: 04 Mar 2010
Posts: 8

PostPosted: Thu Jan 13, 2011 9:24 pm    Post subject: Reply with quote

Is there something new to know about the XML tables?
I usually made tables in XML with my own tools, but now, all addresses are in byte type and I can't save a table in this format to look for any changes.

Loading the XML on 5.6.1 and saving as CT, works fine, so is not a big problem.

One more thing, can we load a saved scanresults? I can't see where to do it. Embarassed

_________________
Offline hacking is fun.
Online hacking sucks.
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: Thu Jan 13, 2011 9:31 pm    Post subject: Reply with quote

The xml has been changed yes but it should be able to read the most important parts of 5.6.1 tables (e.g groups have been redesigned, flags are now saved different)

as for the saved scanresults:
saved scanresults are only useful in the current scan. Because a previous scan does contain all the addresses and values of the current addresslist you can compare against that, but the scanresults of a different scan have some missing addresses.
While I could have made this to work, it's generally not worth the time and slowdown that it will bring
If you where asking how to compare against a saved result, after saving and not in a new scan, choose the scantype "Compare to saved scan"(is now at the spot where compare to first scan used to be) . It will then popup a selection where you can choose the scanresults to compare against (first scan included, which is in fact a regular saved scan like any other)

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

Joined: 04 Mar 2010
Posts: 8

PostPosted: Fri Jan 14, 2011 12:44 pm    Post subject: Reply with quote

oh, ok, I understand now how is intendeed the savescan results feature, good one.

Where/how can I see the new xml table structure?

_________________
Offline hacking is fun.
Online hacking sucks.
Back to top
View user's profile Send private message
rain-13
Expert Cheater
Reputation: 0

Joined: 18 Mar 2009
Posts: 106

PostPosted: Fri Jan 14, 2011 3:58 pm    Post subject: Reply with quote

Does anyone else have this bug? When I try to save table, CE crashes. It even crashes instantly when I select desktop from filesavedialog.
Back to top
View user's profile Send private message
ThatGuyAgain
Expert Cheater
Reputation: 2

Joined: 24 Jun 2009
Posts: 222
Location: Playing Assault Cube.

PostPosted: Fri Jan 14, 2011 4:42 pm    Post subject: Reply with quote

rain-13 wrote:
Does anyone else have this bug? When I try to save table, CE crashes. It even crashes instantly when I select desktop from filesavedialog.


That doesn't happen for me

_________________
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Fri Jan 14, 2011 4:46 pm    Post subject: Reply with quote

define the crash? Access violation or is is terminated immediately ?
try redownloading ce and see if that fixes it
else try saving your tables to c:\nospecialcharfolder\

_________________
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
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
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