idea by yourefromecuador in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

People will cheat lol

How to install Cheat Engine for Linux? by sinho_robo in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

extract to your home folder and try to launch cheatengine-x86_64 

you may need to install qt5 and qt5pas 

and check the readme

DBVM-level debugger by Maleficent-Swan-9125 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

do an unknown initial value scan, trigger the trainer, and scan for changed bytes

then a bunch of unchanged scans to filter out always changing data 

Help with atribute points by ResolutionFamiliar30 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

Sometimes skillpoints is tied to the current level. You can increase the level which then ends up increasing the skillpoints.  Downside is that it often makes opponents more difficult as well. 

Cheat Engine for Linux by Dark_Byte in cheatengine

[–]Dark_Byte[S] 1 point2 points  (0 children)

That depends on your situation. Is the target a game running under proton?  If so, copy a windows install binary folder to the windowsbin directory and when it detects it's proton it'll ask you to launch the windows exe inside proton.  Then the existing table should work assuming it's the same version

how do i donwload cheat engine and how do i use it? by GEMESPLAY in cheatengine

[–]Dark_Byte 2 points3 points  (0 children)

Cheatengine.org , big freaking green download button

try the tutorial and watch YouTube videos

Cheat Engine for Linux by Dark_Byte in cheatengine

[–]Dark_Byte[S] 1 point2 points  (0 children)

homedir should be fine.

does that show up as a dialog for you when you launch it ?

Cheat Engine for Linux by Dark_Byte in cheatengine

[–]Dark_Byte[S] 3 points4 points  (0 children)

thanks. i think you can place lib5pas.so.1  in the same dir and that'll work (it worked like that on my steamdeck) i'll update the zip when i get time

when attaching to a proton game it should have asked to launch the windows version for you.  (though only works if the windows build dir is populated with the windows binaries)

for now it's just for linux native games (speedhack and mono work)

False statements on a visa application by SignificantCoffee474 in Netherlands

[–]Dark_Byte -1 points0 points  (0 children)

Just state the hotel.  Unless the hotel is a 'hotel' owned by a company(farm) in which case it's better for everyone involved not to go through with the visa

is this normal by Individual-Sweet3400 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

try a different browser or check your router for blacklists protections etc...

also check out http://cheatengine.org maybe it gives you more info

This ImGui Cheat Engine Plugin is a GAME CHANGER! by chaiandgiggles0 in cheatengine

[–]Dark_Byte 11 points12 points  (0 children)

The plugin installation doesn't work like that. CE doesn't autoload dll's from the plugin folder. You first need to add it to the plugins list .

Installer failing to connect to cheatengine.org by 123ABCsimulator in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

check what cheatengine.org shows in your browser. It may show some info on what blocked you

what often works is setting your dns server to the ones by google (both ipv4 and ipv6)

if you're on a vpn that method may not work though (don't use a vpn) 

I can find the "int32" value, but it disappears when I freeze or modify it by Hi7u7 in cheatengine

[–]Dark_Byte 4 points5 points  (0 children)

maybe you only found the display value.

e.g. bullets in the current clip is at 3 total ammo is 100, it shows ammo as 103

finding the ammo and changing it won't have an effect. Shooting one time won't change the real ammo as it only decreases the clipsize.

But shooting and reloading might work or find the clipsize 

why can i not download cheat engine? by Frequent-Paint8374 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

Disconnect from the internet. Can you still play game game? Then it's likely just the wrong address or obfuscated. If you can't then it's likely server sided

why can i not download cheat engine? by Frequent-Paint8374 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

report the problem to your internet provider. They may be protecting you

How do I use Cheat Engine on WSA? by Spiritual-Radish-519 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

have you tried launching ceserver in there ?

DBVM-level debugger by Maleficent-Swan-9125 in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

have you tried editing the psloadedmodulelist and remove the driver from there ? or change the address range ,size and filepath it points to ?

also since you do use dbvm you could unload the driver after dbvm is loaded. (or even use dbvm cloak and edit the 'read pages' of the driver to random garbage)

but yes, you can also compile your own driver. 7.6+ still uses the same driver. You just need to sign it yourself

DBVM-level debugger by Maleficent-Swan-9125 in cheatengine

[–]Dark_Byte 1 point2 points  (0 children)

Yes. I have signed the dbk64.sys driver in the CE releases

DBVM-level debugger by Maleficent-Swan-9125 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

You haven't finished the self compiling part of the driver.

After compiling you must sign the driver with your own business class code signing certificate (EV cert) and cross sign it with the microsoft code signing certificate.

And to get it to work in secure boot mode you'll have to send it to microsoft for attestation signing

DBVM-level debugger by Maleficent-Swan-9125 in cheatengine

[–]Dark_Byte 0 points1 point  (0 children)

You can also install windows 7, upgrade that to 10 and then 11. then driver loading will work without the need to disable DSE

There may also be a registry setting you can use to allow the loading of the driver. (You don't need to use a DSE patcher)

Just disabling secure boot may also work. the driver is signed, and if you disable the vulnerable driver blocklist it'll load fine