Search found 7 matches

by KyleB873
Sun Aug 06, 2023 9:36 pm
Forum: Single Player Cheat Requests
Topic: [Request] Rockman X Dive
Replies: 22
Views: 12303

Re: [Request] Rockman X Dive

Please help , this game's code is so fucking horrible I am dying inside. I can provide info on how things work, but man, this shit is... ugh, interns galore, bad arch, privates everywhere uselessly making injection hell without Traverse spam, and still absolutely no clue why the client is losing it...
by KyleB873
Sat Aug 05, 2023 12:26 am
Forum: Single Player Cheat Requests
Topic: [Request] Rockman X Dive
Replies: 22
Views: 12303

Re: [Request] Rockman X Dive

edit 2: So, while directly hooking and trying to rewrite things was interesting, it became quite a mess pretty quickly. I decided to throw together a quick local server and so far, so good. They use three layers on the protocol: LZ4, AES and base64. Ngl, I don't know anything about the technical te...
by KyleB873
Thu Aug 03, 2023 5:26 pm
Forum: Single Player Cheat Requests
Topic: [Request] Rockman X Dive
Replies: 22
Views: 12303

Re: [Request] Rockman X Dive

Since this game is EoSing, I've taken it open myself to take it apart since now it's actually not total greed shit with the buffed rate and whatnot. If you know how to use this, then you know. And yes, it really is this simple. for the CE users, just flip the bool the same way. // Bypass AC [Harmony...
by KyleB873
Sat Jun 24, 2023 7:17 am
Forum: Tables
Topic: System Shock Remake
Replies: 138
Views: 53353

Re: System Shock Remake

It won't work without some modifications, but considering I am able to spawn cyberspace stuff in realspace, that's a good sign already. edit: Accidental double post oop. edit 2: I have committed the necessary changes so that spawning works in cyberspace as well. When spawning, now I just grab the ba...
by KyleB873
Sat Jun 24, 2023 6:50 am
Forum: Tables
Topic: System Shock Remake
Replies: 138
Views: 53353

Re: System Shock Remake

I've gotten my SpawnObject console command to work after some immense headaches. This is just as powerful as GrantItem, as it can not only be used to spawn pickups, but pretty much any object by it's full class name. Whether the object WORKS or not is another story entirely, however... I've tested ...
by KyleB873
Fri Jun 23, 2023 9:56 pm
Forum: Tables
Topic: System Shock Remake
Replies: 138
Views: 53353

Re: System Shock Remake

I've gotten my SpawnObject console command to work after some immense headaches. This is just as powerful as GrantItem, as it can not only be used to spawn pickups, but pretty much any object by it's full class name. Whether the object WORKS or not is another story entirely, however... I've tested i...
by KyleB873
Fri Jun 23, 2023 10:53 am
Forum: Tables
Topic: System Shock Remake
Replies: 138
Views: 53353

Re: System Shock Remake

(Lost my old account smh) So I've been taking apart the game myself, and with the help of UE4SS and working with the devs to iron out some issues to get the tools compatible with the game, have started porting over some of these cheat engine features into a mod. The repo for it is here and I'd welco...