Search found 26 matches

by goldentoad
Wed Sep 30, 2020 2:56 am
Forum: Cheat Engine Lua Scripting
Topic: Trying to understand createMemScan() on an old RE7 item script.
Replies: 2
Views: 7207

Re: Trying to understand createMemScan() on an old RE7 item script.

Ah, I should've remembered the wealth of info in the CE directory. Thank you for the reminder.
by goldentoad
Fri Sep 25, 2020 1:18 am
Forum: Cheat Engine Lua Scripting
Topic: Trying to understand createMemScan() on an old RE7 item script.
Replies: 2
Views: 7207

Trying to understand createMemScan() on an old RE7 item script.

I've wanted to make a kind of item randomizer script for Resident Evil 7 where, when an item is picked up, it is overwritten with another item's id based on a random rng number (like a timer than constantly changes). The trouble I'm having is it seems the game uses a strange system for item ids. Ins...
by goldentoad
Mon Jun 15, 2020 4:28 pm
Forum: Tables
Topic: Resident Evil 3 +14 (table Update5)
Replies: 365
Views: 193484

Resident Evil 3 +14 (table Update6.1)

Yea, don't fudge around with it if you're using the main table. I was trying to be helpful listing available options for people that were using their own.
by goldentoad
Sun Jun 14, 2020 9:17 pm
Forum: Tables
Topic: Resident Evil 3 +14 (table Update5)
Replies: 365
Views: 193484

Resident Evil 3 +14 (table Update6.1)

Thank you for the update. Tables like yours serve as a great learning resource. Full credit for that particular anti-anti-tamper method to user l0wb1t For those that don't mind doing it, the exe can be manually patched with method on the resident evil modding boards using something like HxD. At A7D0...
by goldentoad
Fri Jun 12, 2020 7:58 pm
Forum: Tables
Topic: Resident Evil 3 +14 (table Update5)
Replies: 365
Views: 193484

Resident Evil 3 +14 (table Update6.1)

For the couple people waiting for Cielos' table to update, I'll go ahead and put up my personal one. I've only briefly made sure works with 1.04 so it might have bugs. Edit: Redid table for 1.05 update. -Anticheat Bypass -Player Health -Invincibility -Infinite Ammo -Highlighted Item Editing -Player ...
by goldentoad
Wed Jun 03, 2020 6:21 pm
Forum: Tables
Topic: Resident Evil 3 +14 (table Update5)
Replies: 365
Views: 193484

Resident Evil 3 +14 (table Update6.1)

Patch 1.04 released. Broke several of my own small scripts so i'd imagine this big one is as well.
by goldentoad
Tue May 12, 2020 1:35 pm
Forum: Tables
Topic: Resident Evil 3 +14 (table Update5)
Replies: 365
Views: 193484

Re: Resident Evil 3 +14 (table Update5)

I'm back with a new PC :p Just got the game right now, and noticed the Integrity Checks that stops me from interacting with Objects Can someone confirm this works? Know this is late, but I watched Chris' video the other day and returning that call seems to be working so far for me. Don't know for s...
by goldentoad
Sat Nov 30, 2019 6:47 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Here's one for Infinite Skateboard Boosting
by goldentoad
Fri Oct 25, 2019 6:05 am
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Did you try the one on Dread_Pony_Roberts posted table? It gave me infinite time when I tried time attack in mushroom speedway.
by goldentoad
Wed Oct 16, 2019 8:10 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Here's a quick one for boxing. Barely tested, as I don't have much time right now.
by goldentoad
Mon Oct 07, 2019 10:44 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Might not be much help, but in spyro 2's glimmer doing a 4byte search for the current number of held gems gives around 6 results. 3 are constantly written to. If the one being written with mov [rsi],eax has its write disabled (through a compare) and is set to 100, moneybag's bridge dialog choice goe...
by goldentoad
Thu Oct 03, 2019 8:38 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Just a guess, but there's probably something like an event flag that tells the game "[Character]'s quest completed? True/False" that controls whether the relevant blocking doors exist or not when the level is entered. Go about it by either: 1. Tampering with memory while in-game to return a False wh...
by goldentoad
Mon Sep 30, 2019 3:31 am
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Sharing a table to 'fix' the game's active camera, give manual control over the camera's zoom, and change the dimensions of spyro's size. Two are for common complaints I see and the other one's just for fun. Edit: -Active Camera Fix -Custom FOV -Game Speed Control -Manuel Camera Zoom Distance -Size ...
by goldentoad
Sat Sep 28, 2019 4:59 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

The flight's a neat method. Early on, I was trying to achieve something similar with freezing the height, but that's a much smoother way to go about it. I went over the first couple hundred offsets on the conditions base address to see if I missed any good ones for the game physics. Only one I can r...
by goldentoad
Thu Sep 26, 2019 12:01 pm
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [Request] spyro the dragon reignited trilogy
Replies: 154
Views: 91169

Re: [COMPLETED] [Request] spyro the dragon reignited trilogy

Ok grog, here's a quick do of the other ones. I don't like posting them because they are half-baked substandard solutions, but it's all I can do with them for now and i'll post them since you want them. The invincibility script needs 7F 0B added onto the end of the aob to scan properly. None of the ...