Search found 7 matches

by XutaxKamay
Wed Sep 20, 2023 11:36 pm
Forum: Tables
Topic: Scarlet Nexus
Replies: 100
Views: 74235

Re: Scarlet Nexus

Inf items auto assemble for v1.0.7 { Game : ScarletNexus-Win64-Shipping.exe Version: Date : 2023-09-20 Author : kamay This script does blah blah blah } define(address,"ScarletNexus-Win64-Shipping.exe"+FB1D9C) define(bytes,42 8D 04 3F 89 44 24 60) [ENABLE] assert(address,bytes) alloc(newmem,$1000,"Sc...
by XutaxKamay
Wed Sep 20, 2023 3:01 am
Forum: Tables
Topic: Scarlet Nexus
Replies: 100
Views: 74235

Re: Scarlet Nexus

I made a cheat table for v1.0.7 where you can get all items from the beginning by purchasing only one item in the first shop you encounter, this can be modified to be called from hijacking a thread and looping through all items and calling the adding item function but if you don't want to do that yo...
by XutaxKamay
Mon Dec 12, 2022 12:53 pm
Forum: Specific Game Discussions
Topic: Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.
Replies: 10
Views: 15832

Re: Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.

For the first method there is actually an address pointer for which car you have selected in the shop, I found it, unlocked the FXX and went AFK for a shower and it changed on me so it seems the address changes with time instead of instanced, but it DOES exist. I've never been good at these types o...
by XutaxKamay
Fri Dec 09, 2022 7:07 am
Forum: Specific Game Discussions
Topic: Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.
Replies: 10
Views: 15832

Re: Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.

Found a better and simpler way.


Would be nice if someone could move the thread to somewhere appropriate
by XutaxKamay
Wed Dec 07, 2022 6:04 am
Forum: Specific Game Discussions
Topic: Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.
Replies: 10
Views: 15832

Need for Speed Unbound car unlocker with Cheat Engine on multiplayer.

https://www.youtube.com/watch?v=y_NGW6mVpUQ I've made this because it's ridiculous the grind we need to do to get the cars we want online, I want to share this with people. The idea is basically just searching for the car ID (12789960 for the Bugatti), you should see then a bit above the "items/" st...
by XutaxKamay
Tue Oct 10, 2017 11:26 pm
Forum: Tables
Topic: NieR Automata
Replies: 250
Views: 413678

Re: NieR Automata

Well, maybe you can't do it in cheat engine but in a c++ code it's possible: for ( int i = 0; i < 1130; i++ ) { // Get ID by String. __int64 cRet = ( ( __int64( *) ( __int64 , char* ) ) ( Pointer ) 0x1405DE6E0 )( 0 , ItemTables[ i ] ); // cRet = ItemID. ( ( int( *) ( __int64 , __int64 , __int64 , __...
by XutaxKamay
Wed Sep 20, 2017 7:38 pm
Forum: Tables
Topic: NieR Automata
Replies: 250
Views: 413678

Re: NieR Automata

Here a complete list of the items, with their ID number (seems like there is a dlc weapon but I didn't see it when i gave it to myself, or I just ignored it because I don't know much the game xD) Tell me if I miss anything, but everything should be there. https://bitbucket.org/Xutax_Kamay/nierautoma...