| View previous topic :: View next topic |
| Author |
Message |
guy960915 Expert Cheater
Reputation: 2
Joined: 17 Sep 2007 Posts: 168
|
Posted: Tue Jun 10, 2008 9:00 pm Post subject: is CE 5.4.2 the latest ver. ? |
|
|
why is the download from CE site not updated?
it still says 5.4
NOTE:
1. bug on 5.4.2.13, i tried the tutorial when i searched it stock on the search, it won't display the address.
2. on AA, how do you cgange the font and the font size?
EDITE: if you what to try it go here http://forum.cheatengine.org/viewtopic.php?t=247265
Question:
Can you compute how much byte you can alloc on your AA script?
ex.
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
BF1942.exe+2ADB4D:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [edi+38],4CBEBC20
originalcode:
mov edx,[edi]
mov [esp+10],ecx
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
BF1942.exe+2ADB4D:
mov edx,[edi]
mov [esp+10],ecx
Last edited by guy960915 on Wed Jun 11, 2008 4:16 am; edited 2 times in total |
|
| Back to top |
|
 |
Twilly Grandmaster Cheater Supreme
Reputation: 0
Joined: 05 Dec 2007 Posts: 1645 Location: Singapore
|
Posted: Tue Jun 10, 2008 9:07 pm Post subject: |
|
|
I think it's the latest version already.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25982 Location: The netherlands
|
Posted: Tue Jun 10, 2008 10:47 pm Post subject: |
|
|
5.4 is the latest stable release
5.4.2 is a beta build
About the script, just guess yourself. It doesn't hurt to allocate more than needed, and besides even if you allocate only 1 byte, it will still allocate a full 4KB page, so why not use it ?
Giving a size is only important when using multiple allocs, since ce allocates the 4KB+ memory region according to the given size.
e.g at the first 2KB a script, and at the 2nd 2KB variables
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
guy960915 Expert Cheater
Reputation: 2
Joined: 17 Sep 2007 Posts: 168
|
Posted: Wed Jun 11, 2008 4:03 am Post subject: |
|
|
ah i see, okay
u know, i really didn't not know why call it beta,
through experience i just assumed it a test/edited version.
i'll just use the 5.4 then
|
|
| Back to top |
|
 |
Twilly Grandmaster Cheater Supreme
Reputation: 0
Joined: 05 Dec 2007 Posts: 1645 Location: Singapore
|
Posted: Wed Jun 11, 2008 4:07 am Post subject: |
|
|
| guy960915 wrote: | ah i see, okay
u know, i really didn't not know why call it beta,
through experience i just assumed it a test/edited version.
i'll just use the 5.4 then |
It's always better to use non-beta versions...There may be bugs in it.
_________________
|
|
| Back to top |
|
 |
Nyubis Newbie cheater
Reputation: 0
Joined: 01 Jul 2008 Posts: 10
|
Posted: Wed Jul 02, 2008 8:03 am Post subject: |
|
|
True, my computer nearly crashedbecause of a beta version (not a CE beta)
Since then, I never use any beta versions of a program anymore
_________________
As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality.
-Albert Einstein |
|
| Back to top |
|
 |
|