diff options
-rw-r--r-- | TheLooker.asl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TheLooker.asl b/TheLooker.asl index 2def3cf..e9e02db 100644 --- a/TheLooker.asl +++ b/TheLooker.asl | |||
@@ -5,9 +5,9 @@ | |||
5 | 5 | ||
6 | state("The Looker") { | 6 | state("The Looker") { |
7 | bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180; | 7 | bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180; |
8 | float playerX: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x43C; | 8 | float playerX: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x7C; |
9 | float playerY: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x440; | 9 | float playerY: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x80; |
10 | float playerZ: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x444; | 10 | float playerZ: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x84; |
11 | } | 11 | } |
12 | 12 | ||
13 | startup { | 13 | startup { |