From 213606f0437feaa44e3f316c5f091b1f8ae26a3c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 21 Aug 2022 10:40:30 -0400 Subject: [The Looker] More stable pointer path for player location --- TheLooker.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TheLooker.asl') diff --git a/TheLooker.asl b/TheLooker.asl index 2def3cf..e9e02db 100644 --- a/TheLooker.asl +++ b/TheLooker.asl @@ -5,9 +5,9 @@ state("The Looker") { bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180; - float playerX: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x43C; - float playerY: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x440; - float playerZ: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x444; + float playerX: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x7C; + float playerY: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x80; + float playerZ: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x84; } startup { -- cgit 1.4.1