Search found 23 matches

by Bakfiets
Sat Sep 30, 2017 7:45 am
Forum: Tables
Topic: Strafe
Replies: 9
Views: 5533

Re: Strafe

Pazto wrote:
Fri Sep 29, 2017 2:56 pm
Can you please update it for the v1.04?
Thank You!!!
Sorry, i only have v1.06
by Bakfiets
Thu Sep 21, 2017 10:19 pm
Forum: General Discussions
Topic: How did you find fearless?
Replies: 32
Views: 18318

Re: How did you find fearless?

Googled Nier Automata cheat table :D
by Bakfiets
Mon Jul 31, 2017 2:16 pm
Forum: Tables
Topic: Everspace - Encounters
Replies: 88
Views: 78010

Re: Everspace

TheIronCrab wrote:
Mon Jul 31, 2017 12:35 pm
Thanks for this table!

Maybe you can add a "Increased pickup range" option, so you dont have to install the tractor beam module.
In the making ;)
by Bakfiets
Tue Jul 25, 2017 1:29 pm
Forum: Cheat Engine
Topic: Mono can't find address
Replies: 17
Views: 43285

Re: Mono can't find address

I figured it would, I just wanted to be sure. I tried to replicate the issue to see what else I could do, but I couldn't even seem to find an overloaded function.. I might download the game later then. I'm also curious to know if any of the scripts Schnitzelmaker mentioned work out for you in this ...
by Bakfiets
Mon Jul 24, 2017 4:39 pm
Forum: Tables
Topic: Lords of the Fallen
Replies: 10
Views: 9280

Re: Lords of the Fallen

Anything in particular you would like? Have the game lying around somewhere. nothing too complex a simple health, stamina, mana pointer would be badass anything extra is icing on the cake. Couldn't figure out how to get the orginial table working, so I made a quick new one. It ain't pretty, but she...
by Bakfiets
Mon Jul 24, 2017 1:46 pm
Forum: Tables
Topic: Lords of the Fallen
Replies: 10
Views: 9280

Re: Lords of the Fallen

Im on it :)
by Bakfiets
Sun Jul 23, 2017 4:14 pm
Forum: Cheat Engine
Topic: Mono can't find address
Replies: 17
Views: 43285

Re: Mono can't find address

@Squall8
Unfortunately it didn't work. Even if, the assert would be true for all the overloading functions :/
by Bakfiets
Thu Jul 20, 2017 9:09 pm
Forum: Generic Tutorials
Topic: Absolute beginner: Your first ammo script
Replies: 22
Views: 94268

Re: Absolute beginner: Your first ammo script

It could end up above the 2GB, but from my experience its really rare in unity games. And it's always better use the 3rd parameter. And for lazy people like me i'm mostly using: aobscan( INF_AMMO ,C7 40 30 FF 00 00 00) // should be unique alloc(INF_AMMO_MEM,64, INF_AMMO ) Then it tries to allocate ...
by Bakfiets
Thu Jul 20, 2017 8:51 pm
Forum: General Discussions
Topic: Cheat engine tables restoration
Replies: 6
Views: 5521

Re: Cheat engine tables restoration

What exactly happened? I seem to have joined this forum after something terrible :/
by Bakfiets
Thu Jul 20, 2017 1:33 pm
Forum: Generic Tutorials
Topic: Absolute beginner: Your first ammo script
Replies: 22
Views: 94268

Re: Absolute beginner: Your first ammo script

Yes, STRAFE, 2016/2017. Appreciate it!
You can find my 'complete' table here. viewtopic.php?t=3339
by Bakfiets
Thu Jul 20, 2017 8:47 am
Forum: Generic Tutorials
Topic: Absolute beginner: Your first ammo script
Replies: 22
Views: 94268

Re: Absolute beginner: Your first ammo script

Not sure how familiar you are with hooking => not Optimization :) => any programmer's wet-dream :oops: If you allocate like this alloc(Hook, 0x1000, game.exe ), Thank you for the detailed description, now I actually know what I'm doing. However, any attempts to include the ,STRAFE.exe in the alloc ...
by Bakfiets
Thu Jul 20, 2017 7:45 am
Forum: Generic Tutorials
Topic: Absolute beginner: Your first ammo script
Replies: 22
Views: 94268

Re: Absolute beginner: Your first ammo script

Congrats for the tutorial! One observation: in order to have normal-jump references to your code cave, try to allocate close to game's module. As in, use alloc(x, size, game.exe) rather than alloc(x, size). Instead of this: http://i.imgur.com/YFgfC2l.png (see the FF 25 then following bytes?) You wi...
by Bakfiets
Wed Jul 19, 2017 10:47 pm
Forum: Generic Tutorials
Topic: Absolute beginner: Your first ammo script
Replies: 22
Views: 94268

Absolute beginner: Your first ammo script

Not so long ago I thought it would be usefull to learn a bit of assembly. Little did I know my ‘me-time’ was about to be consumed by looking at bytes and digging through assembly; let alone how much fun and fullfilment it brings. Today I want to share my first moments of discovering a new hobby. Th...
by Bakfiets
Wed Jul 19, 2017 8:24 pm
Forum: Tables
Topic: Lords of the Fallen
Replies: 10
Views: 9280

Re: Lords of the Fallen

ersatz wrote:
Wed Jul 19, 2017 2:10 am
Sadly this table is out of date...
using the latest steam version.
Anything in particular you would like? Have the game lying around somewhere.
by Bakfiets
Wed Jul 19, 2017 8:20 pm
Forum: Tables
Topic: Metro 2033 Redux
Replies: 3
Views: 20769

Re: Metro 2033 Redux

Hey there Oyyzj, I've been having a go at the LL:Redux steam version and have run into a very interesting thing. I thought i figured out how to make a godmode, but I found out it didn't work. After grabbing your table I noticed we do the exact same thing, and yours also doesn't work (anymore). After...