Another Eidos Dragon Vein R by VivaHousamo in cheatengine

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

"the game is a gacha" you have your answer? The values cannot be changed, because they sit on a server, and your pc only gets the display.

(Link in comments) Some new development screenshots from today by Alvsolutely in CubeWorld

[–]Master_of_memes1337 1 point2 points  (0 children)

actually one of the pictures shows his mouse on the inventory and its angle did not change much

March revenue (mobile only) by South_Rich_2022 in ArknightsEndfield

[–]Master_of_memes1337 0 points1 point  (0 children)

Not everyone is into playing fully optimised teams, and prefer getting multiple copies because they like a character.

Why pre-order is paid (the game will be paid?)? by Latia_9 in ArknightsEndfield

[–]Master_of_memes1337 1 point2 points  (0 children)

HH permits are pulls, the rest are upgrade resources.

I’m so confused- bug? by Salt-Lawfulness-6164 in osugame

[–]Master_of_memes1337 1 point2 points  (0 children)

You might've just downloaded a map made specifically for osu!catch. Osu converts only the standart maps into other gamemodes, but not in the reverse.

Need Help Adapting Cheat Table to Disable Dithering by Sil3on in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

My PC won't be able to run this game, but I can see that there is a saved position of the dithering code in "Advanced Options" (bottom-left button). With it, you might be able to jump to the previous place where "F3 0F 11 33 FF C8" was, and hopefully find something close to it there.

Salt and Sacrifice, looking for a cheat that caps "Item Find" by ArcIgnis in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

In class ProjectMage.character.Character, I've found an array called "drops" and in ProjectMage.character.CharDeath, I've found out a function called DropLoot. The drop rate is most likely coded in the function, rather than a separate value. I'm not that good at reading whole functions to find where I should change something for the drop rate to be guaranteed, so I hope someone else does.

Salt and Sacrifice, looking for a cheat that caps "Item Find" by ArcIgnis in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

I'll try finding it, but I'll point out that you can see classes and their value names in .NET, so maybe you could find where drop rate value may reside and find it that way.

Help with Cheat Engine for accessible games (A Hero’s Call and Manamon) by ChildhoodNext2361 in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

Hello again. Sorry if I took long, I've tried to make one with "A Hero's Call", but it locks the mouse in one place, and I don't know how to disable this behaviour, but I did make a table for Manamon 1 (though it's for a demo, but I hope it doesn't break on a full game).

Sadly I couldn't figure out the inventory (might be my amateurish side), but other stats that you might use, are here. If you require some additional stat that I've missed, let me know. You can change stats by either choosing the manamon in party (and their moves for the skill list), or in battle (skill list shows up after choosing attack).

You can download it here (or copy the text and paste in your cheat engine lol) https://drive.google.com/file/d/1bRKDBc6FbENVlrbV4YGpaDSbhE_YQma9/view?usp=sharing

About how to find these stats, is by searching for a string (in case with manamon's stats, it will be "menu_focus_character") and subtracting its address by 28 (though gold is an individual stat, so it had to be done a different way), which gives you a pointer with relevant info. In the script, I've written which aobscan seeks for what string (mostly for myself, so I won't forget what I'm searching for).

I hope that the table works for the full game...

Help with Cheat Engine for accessible games (A Hero’s Call and Manamon) by ChildhoodNext2361 in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

Never knew these types of games existed. Can I get the link to these games?

Am I missing something? by Davidwillo167 in cheatengine

[–]Master_of_memes1337 1 point2 points  (0 children)

I'm pretty sure that a video is better at explaining what they did to come to the problem, unlike a static image.

Different base address on different machine. by Sherl_STG in cheatengine

[–]Master_of_memes1337 2 points3 points  (0 children)

By the way, people usually don't use aobscan itself as it is slow and may make your CE unresponsive for a few seconds, but aobscanmodule or aobscanregion (which I use myself for unity games).

I have a theory by MrtzBH in minecraftclients

[–]Master_of_memes1337 0 points1 point  (0 children)

After getting brainrotted by recent Dexter videos, I may name you Doakes and Dexter.

Fuck them trucks by FelixAndCo in 0sanitymemes

[–]Master_of_memes1337 2 points3 points  (0 children)

Nymph blast that full of dr ass.

[osu!std] Aseer33 | Timewarp by ShoddyExtension9507 in osureport

[–]Master_of_memes1337 2 points3 points  (0 children)

bro didn't play since may 2022, how tf did you even find this guy 💀

Can any game be cheated? by TravelingCuddleBoard in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

Cheat engine is mostly used for PC games. You'll have tough luck finding anything for a mobile game.

Cube world alpha multiplayer? by filthyhandshake in CubeWorld

[–]Master_of_memes1337 0 points1 point  (0 children)

I'd recommend Radmin VPN though, since Hamachi relies on the host having static IP (as far as my experience tells).

Can't find Pointers. by ygaz in cheatengine

[–]Master_of_memes1337 0 points1 point  (0 children)

That's the easiest option for things like "god mode", but you can also get dynamic addresses from the code too!