Bug 7.1 CE version
Bug 7.1 CE version
Hi guys! Why doesn't it write zero normally On CE version 7.0 everything is normal writes
Picture! [Link] [Link]
Picture! [Link] [Link]
Re: Bug 7.1 CE version
Didn't notice it does that, because I tend to use a registry and XOR. which is kinda funny given your username, but it takes less bytes that way. Looks like you can just use XMM7 here, at least as a work around for now.
Code: Select all
//...
xorps xmm7,xmm7
//...
movss [rax+A0C],xmm7
//...
Re: Bug 7.1 CE version
What CE version are you using? Where did you get it?
Check on help->check for new version
(The bug you have is from a RC or Beta version of 7.1)
If for some reason people are using an unsupported beta builds I recommend you add this code to your tables:
Check on help->check for new version
(The bug you have is from a RC or Beta version of 7.1)
If for some reason people are using an unsupported beta builds I recommend you add this code to your tables:
Code: Select all
if (getCEVersion()==7.1) and (getCheatEngineFileVersion()<1970329131948229) then
showMessage('You are on an outdated CE build')
closeCE()
end
Re: Bug 7.1 CE version
ShyTwig16 wrote: ↑Mon May 11, 2020 11:45 amDidn't notice it does that, because I tend to use a registry and XOR. which is kinda funny given your username, but it takes less bytes that way. Looks like you can just use XMM7 here, at least as a work around for now.
You misunderstand me. CE writes invalid data
video test >Spoiler
- mgr.inz.Player
- Cheater
- Posts: 37
- Joined: Fri Mar 03, 2017 8:41 am
- Reputation: 42
Re: Bug 7.1 CE version
you have to actually test it with Lua script.
What you get when you execute this inside "Lua Engine" window?
Or check both binaries:
What you get when you execute this inside "Lua Engine" window?
Code: Select all
return getCheatEngineFileVersion()
Code: Select all
return '32bit ',{getFileVersion(getCheatEngineDir()..'cheatengine-i386.exe')},
'64bit ',{getFileVersion(getCheatEngineDir()..'cheatengine-x86_64.exe')}
Re: Bug 7.1 CE version
Here guys is the complete installation
Released 04/26/2020
Spoiler
- mgr.inz.Player
- Cheater
- Posts: 37
- Joined: Fri Mar 03, 2017 8:41 am
- Reputation: 42
Re: Bug 7.1 CE version
What happens when you use single line assembler and not AA script?
In memory viewer double click on any "add [rax],al" and type in:
and also try this:
and check if it sets bytes to 80 3F 00 00
In memory viewer double click on any "add [rax],al" and type in:
Code: Select all
mov [rax+70],(float)1
Code: Select all
dd (float)1
Re: Bug 7.1 CE version
mgr.inz.Player wrote: ↑Mon May 11, 2020 1:26 pmand also try this:
--
Picture > [Link]
this happens in three games х64
Re: Bug 7.1 CE version
You're running a CE install from your desktop, but is that where the download went to ? (also something about kaspersky there)
Usually if you're downloading a file you've previously downloaded there should be a (1) , or (2) behind the name
run this lua code and tell us what happens
Usually if you're downloading a file you've previously downloaded there should be a (1) , or (2) behind the name
run this lua code and tell us what happens
Code: Select all
if (getCEVersion()==7.1) and (getCheatEngineFileVersion()<1970329131948229) then
showMessage('Update your CE (Redownload CE)')
closeCE()
end
Re: Bug 7.1 CE version
Eric wrote: ↑Mon May 11, 2020 1:48 pmrun this lua code and tell us what happens
I have a recent CE version (04/26/2020). I had run lua script posted above andd it have no effect because of my CE version is up to date. And I have no idea what I have supposed to do now.
So I will probably be on version 7.0
- mgr.inz.Player
- Cheater
- Posts: 37
- Joined: Fri Mar 03, 2017 8:41 am
- Reputation: 42
Re: Bug 7.1 CE version
Does it happen when you use a single-line assembler?
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: Bug 7.1 CE version
Did you restart settings when installing version 7.1? I had the same problem when using version 7.1 RC 2.3. But when I installed the new version and restarted settings, it did fix both versions, even RC 2.3.
Re: Bug 7.1 CE version
Try this code then:
and post the results here
Also, you state you have 'recent CE version (04/26/2020)' but that is just the message the update server tells you, which is wrong by the way , it is in fact a different date., Check the codesigning date of the certificate of the CE exe
Code: Select all
if (getCEVersion()==7.1) and (getCheatEngineFileVersion()<1970329131948229) then
showMessage('Update your CE (Redownload CE)')
closeCE()
else
local a,b=getCheatEngineFileVersion()
print(b.build)
end
Also, you state you have 'recent CE version (04/26/2020)' but that is just the message the update server tells you, which is wrong by the way , it is in fact a different date., Check the codesigning date of the certificate of the CE exe
Who is online
Users browsing this forum: No registered users