Search found 20 matches

by silver001
Tue Dec 21, 2021 4:31 pm
Forum: Tables
Topic: AC Valhalla (Uplay v1.1.2)
Replies: 188
Views: 124613

Re: AC Valhalla (Uplay v1.1.2)

Look on the first page for the current version.
by silver001
Mon Dec 20, 2021 6:51 pm
Forum: Tables
Topic: AC Valhalla (Uplay v1.1.2)
Replies: 188
Views: 124613

Re: AC Valhalla (Uplay v1.1.2)

Thank you Paul44. I appreciate you taking the time out of your weekend to fix up your table !
by silver001
Sun Jan 10, 2021 10:52 pm
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

What did you use for a debugger ?
Look under Edit - Settings - Debugger Options
I've been using VEH debugger.

Are you able to implement CE's debugger in other games ?
by silver001
Sun Nov 15, 2020 5:47 am
Forum: Tables
Topic: American Fugitive [+16]
Replies: 46
Views: 22190

Re: American Fugitive [+16]

This is your lucky day ! I just finished monkeying around with this updated version 1.1.19095 . More things needed changing this time around. I didn't have time to fully test everything in-game. ( I don't normally play with ALL the cheats ) I just made sure things activated and deactivated and didn'...
by silver001
Sat Nov 14, 2020 7:28 pm
Forum: Cheat Engine Lua Scripting
Topic: Cheat Engine 7.2 - New .NET Dissect
Replies: 4
Views: 11065

Re: Cheat Engine 7.2 - New .NET Dissect

Thank you for these tips, tfigment and Cake-san !
I am learning stuff all the time.
by silver001
Tue Nov 10, 2020 6:57 pm
Forum: Tables
Topic: American Fugitive [+16]
Replies: 46
Views: 22190

Re: American Fugitive [+16]

I see the game is at v1.1.19062 . The main hook still works. Most of the scripts should still function. The original Editable values section does not - it has bad pointers. There are fixed pointers at the bottom of the table. And they are all still correct. When I finished the game, I used health, s...
by silver001
Mon Nov 09, 2020 1:31 am
Forum: Tables
Topic: American Fugitive [+16]
Replies: 46
Views: 22190

Re: American Fugitive [+16]

Oh hey. I do still have the game installed. I saw that the game version was updated a few times but I thought things were still working.

What version are you asking about and what needs fixing ?
by silver001
Sun Nov 08, 2020 11:50 pm
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

Try what aSwedishMagyar suggested. It may work on your version. If it doesn't, I can walk you through making your own script. Start a practice round. Search your strokes ( exact value 4 byte ) every time you take one and you'll whittle it down to 3 addresses. Double click each of them to bring them ...
by silver001
Fri Nov 06, 2020 10:49 pm
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

I could try talk you through making your own table for your version of the game.

What cheats did you really want ?
by silver001
Tue Oct 27, 2020 4:03 am
Forum: Tables
Topic: Golf With Your Friends Non-Cheat !
Replies: 0
Views: 2073

Golf With Your Friends Non-Cheat !

Hi Everyone, This isn't your usual table. Don't look for full cheats here. It is for the Steam version of the game - v668(PostReleaseUpdate1). This is a fun little game that the developers didn't quite polish. It is missing some details. Looking in this game's forums, the item most players are askin...
by silver001
Mon Oct 19, 2020 5:52 am
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

So I had a chance to play around with this some more. ( Offline only, of course ! ) Maybe the counting of strokes doesn't work the way you think... Every hole starts with zero strokes and counts upwards until you hole out. Then your strokes are added to the scorecard. Your strokes are reset to zero ...
by silver001
Wed Oct 14, 2020 2:23 am
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

In practice mode, modifying the number doesn't accomplish much. I tired it in Offline Forest Classic. When I got up to 5 or 6 strokes, I changed it to 2. I put the next stroke in and I got a Birdie on a par 4. I seem to recall scoring +2 for the course, which reflects my cheating ways. I should have...
by silver001
Mon Oct 12, 2020 8:16 pm
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

I have the Steam version. And it was already installed, so I was able to respond quickly. Keep searching, you just about have it ! In practice mode, you can take up to 50 strokes. More than enough to close in on your search. I think I found the same bytes as you : mov [r12+00000080],eax jmp return I...
by silver001
Mon Oct 12, 2020 3:34 am
Forum: Specific Game Discussions
Topic: Golf With Your Friends [Needed help!]
Replies: 17
Views: 24386

Re: Golf With Your Friends [Needed help!]

Hey SojerManLan, When I did a search for my putts, I eventually whittled it down to 3 values. In my case, changing the top one changed them all. Play around by locking one value at a time. You picked at easy game to experiment with ! Be careful not to mess around when you play online ! I tested in O...
by silver001
Thu Oct 08, 2020 2:04 am
Forum: Specific Game Tutorials
Topic: Analysis of Plant vs. Zombie Game: logic Analysis of Cherry explosion function
Replies: 1
Views: 13437

Re: Analysis of Plant vs. Zombie Game: logic Analysis of Cherry explosion function

Thanks ! I really like how you have to think 'outside the box' and sometimes INCREASE enemy health ( or even freeze it ) to open up access to other parts of the program.