Search found 20 matches

by Draxhax
Sat Nov 02, 2019 3:22 pm
Forum: Tables
Topic: The Outer Worlds (Microsoft Store)
Replies: 80
Views: 98856

Re: The Outer Worlds (Microsoft Store)

I don't know if this will be useful for anyone, but I found pointers for each of the factions based on the player's address. In my table I end up getting this address as part of the health update loop, so I don't have to go into any special screens to pull in the information. Considering I've seen ...
by Draxhax
Wed Oct 30, 2019 9:04 pm
Forum: Tables
Topic: The Outer Worlds (Microsoft Store)
Replies: 80
Views: 98856

Re: The Outer Worlds (Microsoft Store)

I don't know if this will be useful for anyone, but I found pointers for each of the factions based on the player's address. In my table I end up getting this address as part of the health update loop, so I don't have to go into any special screens to pull in the information. Considering I've seen a...
by Draxhax
Sun Oct 27, 2019 8:31 pm
Forum: Tables
Topic: The Outer Worlds (Microsoft Store)
Replies: 80
Views: 98856

Re: The Outer Worlds (Microsoft Store)

Fast travel on supernova: { Game : IndianaWindowsStore-Win64-Shipping.exe Version: Date : 2019-10-27 Author : Draxhax This scripts allows fast travel points on Supernova to work } [ENABLE] aobscanmodule(aboFastTravel,IndianaWindowsStore-Win64-Shipping.exe,E8 6A DA F9 FF) // should be unique register...
by Draxhax
Sat Oct 26, 2019 12:36 am
Forum: Tables
Topic: The Outer Worlds (Microsoft Store)
Replies: 80
Views: 98856

Re: The Outer Worlds (Microsoft Store)

Unlimited holographic shroud: { Game : IndianaWindowsStore-Win64-Shipping.exe Version: Date : 2019-10-25 Author : Draxhax Stops shroud delpetion } [ENABLE] aobscanmodule(aobShroud,IndianaWindowsStore-Win64-Shipping.exe,F3 0F 11 89 C8 03 00 00 48) // should be unique alloc(newmem,$1000,"IndianaWindow...
by Draxhax
Fri Oct 25, 2019 4:54 am
Forum: Tables
Topic: The Outer Worlds (Microsoft Store)
Replies: 80
Views: 98856

Re: The Outer Worlds (Microsoft Store)

Linking the code I put in a different thread.

Unlimited TTD:
viewtopic.php?f=2&t=10646&p=109369#p109358

No hunger, thirst, or sleep decay:
viewtopic.php?f=2&t=10646&p=109369#p109369
by Draxhax
Fri Oct 25, 2019 2:52 am
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [REQ] The Outer Worlds
Replies: 59
Views: 67581

Re: [REQ] The Outer Worlds

For those in supernova difficulty... No hunger decay: { Game : IndianaWindowsStore-Win64-Shipping.exe Version: Date : 2019-10-24 Author : Draxhax Removes hunger decay } [ENABLE] aobscanmodule(aobFood,IndianaWindowsStore-Win64-Shipping.exe,F3 0F 11 99 10 02 00 00) // should be unique alloc(newmem,$10...
by Draxhax
Fri Oct 25, 2019 1:37 am
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [REQ] The Outer Worlds
Replies: 59
Views: 67581

Re: [REQ] The Outer Worlds

This is what I'm doing for 'unlimited ttd'. Haven't fully tested it out yet, so use with caution. { Game : IndianaWindowsStore-Win64-Shipping.exe Version: Date : 2019-10-24 Author : Draxhax Sets the current value of the TTD back to max, which appears to be stored in xmm1. } [ENABLE] aobscanmodule(ao...
by Draxhax
Fri Mar 01, 2019 2:49 am
Forum: Tables
Topic: Metro Exodus [STEAM/EPIC]
Replies: 221
Views: 225336

Re: Metro Exodus [STEAM/EPIC]

SunBeam wrote:
Fri Mar 01, 2019 1:43 am
Time to steal the show ;)

Image
by Draxhax
Thu May 03, 2018 1:48 am
Forum: App Discussions
Topic: I banned you from discord! Here's why
Replies: 51
Views: 236493

I banned you from discord! Here's why

Wow... That's tragic... But, I'm glad a solution is in the works! Can't wait to see it! :-)
by Draxhax
Thu Apr 05, 2018 1:47 am
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

I'm working on improving it so that it doesn't really assess damage to your vehicle at all, but I've run into some complications with writing that... I need to get better at understanding ASM. hahaha Edit: Side-note, massive damage can still cause the vehicle to be destroyed. This isn't limited to c...
by Draxhax
Wed Apr 04, 2018 2:38 pm
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

No vehicle damage. So far this has worked against most things, but if I were to crash my aircraft, it still blows up. I'm still trying to work that one out. I'll update when/if I do. :D Thanks SunBeam for the tips and your Debug code. That all helped immensely! { Game : FarCry5.exe Version: Date : 2...
by Draxhax
Mon Apr 02, 2018 2:32 am
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

Also, your table seems to have the No Helicopter Machine Gun Overheat under gir489 instead of me. ;)
by Draxhax
Mon Apr 02, 2018 2:12 am
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

@SunBeam - thanks for that info. I've almost got something together for Vehicle Health because of you. I just need to find a consistent pointer that I can use and it'll be ready... But my eyes feel like they're bleeding and need a break. Here's a script that gets CPawn and CPlayer for you. Use them...
by Draxhax
Sun Apr 01, 2018 9:29 pm
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

@SunBeam - thanks for that info. I've almost got something together for Vehicle Health because of you. I just need to find a consistent pointer that I can use and it'll be ready... But my eyes feel like they're bleeding and need a break.
by Draxhax
Sun Apr 01, 2018 1:22 am
Forum: Tables
Topic: Far Cry 5 Megathread - EAC Bypass & Table Compilation
Replies: 630
Views: 694511

Re: Far Cry 5 Megathread - EAC Bypass & Table Compilation

Awesome! I was trying to get this yesterday, but I didn't get the right function and called it a night. If you want to pay it forward, you should work out No Sway. I've tried like 5 times, but it's made me want to eat a bullet every time. ... EDIT: Nevermind. I worked it out, lol. I was just talkin...