Search found 457 matches

by Send
Wed May 08, 2024 12:44 am
Forum: Cheat Engine Lua Scripting
Topic: Correctly using autoAssemble()?
Replies: 4
Views: 183

Re: Correctly using autoAssemble()?

You don't need to do the last two: scan = nil mem = nil And this is incorrect: deAlloc(mem, 0x1000) It's just deAlloc(getAddress("mem")) ([DISABLE] won't read the symbols from [ENABLE]; you need to declare them as global, before the [ENABLE]). No need for a size when deallocating. Thanks again brot...
by Send
Wed May 08, 2024 12:40 am
Forum: Tables
Topic: MEGATON MUSASHI W: WIRED [+45]
Replies: 89
Views: 7996

Re: MEGATON MUSASHI W: WIRED [+45]

GK133 wrote:
Tue May 07, 2024 6:43 pm
...
I've removed the 'Inf. Ammo | Healing | Kabuki' script and replaced with modifiable pointers.
Set Ammo to whatever, toggle. Set healing to whatever, toggle. Set Kabuki to [800], toggle. (Toggling gives you infinite everything.)

ADDED:
Ammo Editor
Healing Item Editor
Kabuki Gauge Editor
by Send
Wed May 08, 2024 12:25 am
Forum: Tables
Topic: Hades 2
Replies: 12
Views: 371

Re: Hades 2

I uninstalled 7.5 and reinstalled and it still closes every time I try to open the game. It doesn't do that with any other game I have. It has to be the game. I've been informed by another person with the same issue, to use the 32bit executable of CheatEngine or compile your own CE. Something with ...
by Send
Wed May 08, 2024 12:24 am
Forum: Tables
Topic: Hades 2
Replies: 12
Views: 371

Re: Hades 2

jguy85 wrote:
Wed May 08, 2024 12:11 am
why is your cheat engine black?
Dark Mode is better.
by Send
Wed May 08, 2024 12:24 am
Forum: Tables
Topic: Hades 2
Replies: 12
Views: 371

Re: Hades 2

Great work! :)
by Send
Wed May 08, 2024 12:23 am
Forum: Single Player Cheat Requests
Topic: [Request] Hades II Early Access
Replies: 19
Views: 3205

Re: [Request] Hades II Early Access

viewtopic.php?f=4&t=29092&p=351697#p351697

cfemen's table
Inferno wrote:
Tue May 07, 2024 4:25 pm
by Send
Tue May 07, 2024 10:45 pm
Forum: Tables
Topic: MEGATON MUSASHI W: WIRED [+45]
Replies: 89
Views: 7996

Re: MEGATON MUSASHI W: WIRED [+45]

GK133 wrote:
Tue May 07, 2024 6:43 pm
Infinite Ammo | Infinite Healing Stim | Instant Kabuki

With this script, once you use Kabuki Function, the gauge will not accumulate from the second time onwards.
Can you fix it?
When I get a chance I'll take a look at rewriting my scripts for Ammo/Healing Item/ and Kabuki
by Send
Tue May 07, 2024 10:44 pm
Forum: Tables
Topic: MEGATON MUSASHI W: WIRED [+45]
Replies: 89
Views: 7996

Re: MEGATON MUSASHI W: WIRED [+45]

jxy3701 wrote:
Tue May 07, 2024 1:06 am
Your table is amazing!
Is there any way can edit the perk/traits for each rouge parts?
Currently the rng is so bad and it is almost impossible to get any go0d roll
Sorry, no, not that I've found.
by Send
Tue May 07, 2024 10:14 pm
Forum: Single Player Cheat Requests
Topic: [Request]Meta-Ghost: The Breaking Show
Replies: 3
Views: 180

Re: [Request]Meta-Ghost: The Breaking Show

ymb wrote:
Tue May 07, 2024 3:56 pm
up
yanhu0335 wrote:
Tue May 07, 2024 3:30 am
bump
q847505796 wrote:
Tue May 07, 2024 2:44 am
If anyone doesn't mind game sharing, I'll gladly make a table. I'm not buying it.

*offer still stands*
by Send
Tue May 07, 2024 3:54 am
Forum: Tables
Topic: Class of Heroes 2G: Remaster Edition
Replies: 0
Views: 79

Class of Heroes 2G: Remaster Edition

Options[+11]: Infinite HP Infinite MP Infinite Bonus Points Infinite Gold Infinite Items Infinite Experience --------------------------------------------------- Edit: Bonus Points Edit: Gold --------------------------------------------------- Edit: Fruit of Good Edit: Fruit of Evil Edit: Last Stored...
by Send
Tue May 07, 2024 3:53 am
Forum: Single Player Cheat Requests
Topic: Class of Heroes 2G: Remaster Edition
Replies: 7
Views: 994

Re: Class of Heroes 2G: Remaster Edition

Options[+11]: Infinite HP Infinite MP Infinite Bonus Points Infinite Gold Infinite Items Infinite Experience --------------------------------------------------- Edit: Bonus Points Edit: Gold --------------------------------------------------- Edit: Fruit of Good Edit: Fruit of Evil Edit: Last Store...
by Send
Tue May 07, 2024 12:48 am
Forum: Tables
Topic: Sword Art Online: Integral Factor
Replies: 3
Views: 470

Re: Sword Art Online: Integral Factor

Updated to v2.4.9
by Send
Tue May 07, 2024 12:05 am
Forum: Single Player Cheat Requests
Topic: [Request] Hades II Early Access
Replies: 19
Views: 3205

Re: [Request] Hades II Tecnical Test

I was able to modify resources with Double, however, health resets as soon as i enter new rooms. Can someone give me some hint please? The instructions writing to health are writing the actual value. Editing from the address list isn't going to be permanent. https://www.youtube.com/watch?v=BofjhNsR...
by Send
Mon May 06, 2024 11:43 pm
Forum: Cheat Engine Lua Scripting
Topic: Correctly using autoAssemble()?
Replies: 4
Views: 183

Re: Correctly using autoAssemble()?

The one time I deviate away from the usual mov/movss xmm#,[new], lol. Appreciate ya! The issue is, it's registering my symbol, but not executing the newmem just on this one specific address. All of my other scripts with similar (without the direct float as in the example above) functions execute ne...