Search found 4 matches

by snz
Sat Feb 24, 2024 11:13 pm
Forum: Single Player Cheat Requests
Topic: [REQUEST] Pacific Drive
Replies: 53
Views: 11675

Re: [REQUEST] Pacific Drive

Guess this code didn't work and the post taken down. Was prompting with partial AOB errors. Apparently it's been stumping alot of makers here. Some other scan value, maybe this works for you. Anyway, The code youre looking for is two stack frames up from the point that accesses the total amount of ...
by snz
Sat Feb 24, 2024 5:55 pm
Forum: Single Player Cheat Requests
Topic: [REQUEST] Pacific Drive
Replies: 53
Views: 11675

Re: [REQUEST] Pacific Drive

The attached code prevents items from being used when crafting stuff. To get more resources craft something and destroy it again and again. { Game : PenDriverPro-Win64-Shipping.exe Version: Date : 2024-02-24 Author : int3 } [ENABLE] aobscanmodule(INJECTnouse2,PenDriverPro-Win64-Shipping.exe,E8 92 ED...
by snz
Sun Sep 03, 2023 5:10 pm
Forum: Tables
Topic: Starfield - table v: 1.0.3 CT
Replies: 169
Views: 59442

Re: Starfield - table v: 1.0.2 CT

QoL pickpocket always 100%. I'd reload in case of failure anyway, so this just saves me time. { Game : Starfield.exe Version: Date : 2023-09-03 Author : int3 This script sets pickpocket chance to 100% } [ENABLE] aobscanmodule(INJECTsteal,Starfield.exe,C5 FA 10 05 D9 B0 99 03) // should be unique all...
by snz
Wed Aug 09, 2023 12:49 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2341520

Re: z Baldur's Gate 3

I couldn't find the carry weight hack, so here's a new one. [ENABLE] aobscanmodule(INJECTw,bg3.exe,01 37 4C 8D 44 24 28) // should be unique alloc(newmem,$1000,INJECTw) label(code) label(return) newmem: code: // esi contains the total weight, shr 4 -> items weight 16x less now shr esi, 4 add [rdi],e...