The Precinct [Full Release]

Upload your cheat tables here (No requests)
User avatar
Tahtawy
Expert Cheater
Expert Cheater
Posts: 146
Joined: Fri Mar 03, 2017 7:36 pm
Reputation: 115

Re: The Precinct [Full Release]

Post by Tahtawy »

Update 6:
- Added Time of Day pointers to control the speed of the day time. You can have a really long shift or even an indefinite one.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Atarugolan
Novice Cheater
Novice Cheater
Posts: 16
Joined: Fri Oct 02, 2020 3:30 am
Reputation: 2

Re: The Precinct [Full Release]

Post by Atarugolan »

.
Last edited by Atarugolan on Fri May 16, 2025 11:27 am, edited 1 time in total.

peisheng1991
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Dec 10, 2020 6:47 am
Reputation: 0

Re: The Precinct [Full Release]

Post by peisheng1991 »

Tahtawy wrote:
Fri May 16, 2025 8:50 am
peisheng1991 wrote:
Fri May 16, 2025 8:04 am
which exactly is the XP multiplier?
It's Base Pointers >>> Rank Manager >>> _scoreToXpConversionRate (Set it to 10 for 10x for example). Just note that it won't change the XP count for the day, it's only gonna reflect after the day is done and the XP is being calculated in the progress bar.
thx

peisheng1991
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Dec 10, 2020 6:47 am
Reputation: 0

Re: The Precinct [Full Release]

Post by peisheng1991 »

peisheng1991 wrote:
Fri May 16, 2025 10:12 am
Tahtawy wrote:
Fri May 16, 2025 8:50 am
peisheng1991 wrote:
Fri May 16, 2025 8:04 am
which exactly is the XP multiplier?
It's Base Pointers >>> Rank Manager >>> _scoreToXpConversionRate (Set it to 10 for 10x for example). Just note that it won't change the XP count for the day, it's only gonna reflect after the day is done and the XP is being calculated in the progress bar.
thx, but it's not working

Atarugolan
Novice Cheater
Novice Cheater
Posts: 16
Joined: Fri Oct 02, 2020 3:30 am
Reputation: 2

Re: The Precinct [Full Release]

Post by Atarugolan »

foundout

acecel
Expert Cheater
Expert Cheater
Posts: 1022
Joined: Sun Apr 09, 2017 1:32 am
Reputation: 170

Re: The Precinct [Full Release]

Post by acecel »

Atarugolan wrote:
Fri May 16, 2025 11:26 am
foundout
Explain

pharaon
Expert Cheater
Expert Cheater
Posts: 96
Joined: Sat Aug 05, 2017 1:42 pm
Reputation: 1

Re: The Precinct [Full Release]

Post by pharaon »

Titeuf wrote:
Wed May 14, 2025 8:52 pm
Hello,
when you are on the game menu, it is displayed at the bottom left. For me it is 1.4.18177. Which table should I take please?

Image
have you found any cheat table for this game version?

User avatar
hekatoncheir
Expert Cheater
Expert Cheater
Posts: 78
Joined: Thu Jan 02, 2020 11:11 pm
Reputation: 11

Re: The Precinct [Full Release]

Post by hekatoncheir »

Which pointer affects the time to get to the scene of any event after accepting the call from Dispatch?

C4RL
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Oct 25, 2021 1:50 am
Reputation: 0

Re: The Precinct [Full Release]

Post by C4RL »

Is there a cheat to freeze the cars, or slow them down in races? Some of the races are too hard. :(

User avatar
Akira
Table Makers
Table Makers
Posts: 1328
Joined: Fri May 24, 2019 2:04 am
Reputation: 1743

Re: The Precinct [Full Release]

Post by Akira »

Tahtawy wrote:
Wed May 14, 2025 1:15 am
Here is a quick table for the full release version of The Precinct.
So I see you used CE's mono features to get some information but you don't make use of the mono functions in your scripts?

Like instead of doing
aobScanModule(Hlt,GameAssembly.dll,F3 0F 11 73 28 40)
which scans the whole module for that aob you could do aobScanRegion(Hlt,CharacterHealthStaminaModule.ChangeHealth,CharacterHealthStaminaModule.ChangeHealth+500,F3 0F 11 73 28 40)
which just scans from the start address of the function that holds the desired address to the function start address + 0x500 for example.

And for pointer scripts, like your Time of Day script you could first of inject at the start address of the function and read rcx for your symbol and secondly get the function address without any aob scanning by just doing define(Tmm,TimeOfDayManager.Update).

Using the moo features you could also get the offsets dynamically so your pointers or offsets in scripts won't break.

CheatBastard
Noobzor
Noobzor
Posts: 11
Joined: Fri Mar 03, 2017 6:09 am
Reputation: 4

Re: The Precinct [Full Release]

Post by CheatBastard »

I wonder if it's possible to remove the restrictions of the camera so that instead of being stuck in an isometric view, you'd be able to completely treat it like a 3d open world camera like in GTA games. So far, we can move the mouse around and even change the height/rotation a bit. If the limitations to those are removed, we'd be able to move the camera in full 3d. Thanks!

User avatar
Akira
Table Makers
Table Makers
Posts: 1328
Joined: Fri May 24, 2019 2:04 am
Reputation: 1743

Re: The Precinct [Full Release]

Post by Akira »

CheatBastard wrote:
Sun May 25, 2025 5:29 pm
I wonder if it's possible to remove the restrictions of the camera so that instead of being stuck in an isometric view, you'd be able to completely treat it like a 3d open world camera like in GTA games. So far, we can move the mouse around and even change the height/rotation a bit. If the limitations to those are removed, we'd be able to move the camera in full 3d. Thanks!
In my private table i menaged to set the camera zoom (0 is basically first person), also to remove the angle limits for both, camera & aiming but it's quite buggy.
One issue I couldn't fix for example is the aiming, the crosshair does not stay in the middle of the screen and the camera does not follow it at all, so there are quite a few things you need to take in account when you wanna do a first or third person mode.
Also tired using my fly / no cliup script from a different unity game I worked on but that didn't worked by default as the devs did some fuckery with the character velocity, setting it rhough lua has no real effec, even when doing it every millisecond.
So might have to hook game specific functions for it to work properly or make actual injections using asm.

User avatar
Tahtawy
Expert Cheater
Expert Cheater
Posts: 146
Joined: Fri Mar 03, 2017 7:36 pm
Reputation: 115

Re: The Precinct [Full Release]

Post by Tahtawy »

Akira wrote:
Fri May 23, 2025 12:33 pm

So I see you used CE's mono features to get some information but you don't make use of the mono functions in your scripts?

Like instead of doing...
This is a bit complicated for me. I'm still a total amateur and just recently found out how to properly find values using the mono features. I'm still trying to figure out how to fully utilize the mono features for these kind of scripts

tslim2696
Cheater
Cheater
Posts: 38
Joined: Sun Mar 11, 2018 9:48 am
Reputation: 4

Re: The Precinct [Full Release]

Post by tslim2696 »

game crashes when using total ammo pointer. game ver. 1.5.18292

Post Reply

Who is online

Users browsing this forum: AhrefsBot, ckdhald4, DotBot, Glowing, Google Adsense [Bot], Impala, loci22, Luxcilla, Nortabano, nutleopard, Sanguinis, Shirokaido, UfanBaal, YandexBot