Two Point Hospital

Upload your cheat tables here (No requests)
User avatar
koderkrazy
Expert Cheater
Expert Cheater
Posts: 254
Joined: Sun Jun 17, 2018 2:14 pm
Reputation: 190

Re: Two Point Hospital

Post by koderkrazy »

Junkers80 wrote:
Thu Sep 06, 2018 3:25 am
koderkrazy wrote:
Thu Sep 06, 2018 3:10 am
I've modified the dlls. Whoever has steam copy, it would be great if you try and let us know if it works.
...
Hope these changes work. These don't need CE.
I can confirm the Tilde key opens the console on the Steam version without Cheat Engine.
Yay !! :mrgreen:

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

Junkers80
Cheater
Cheater
Posts: 39
Joined: Mon Sep 03, 2018 2:45 pm
Reputation: 5

Re: Two Point Hospital

Post by Junkers80 »

Has anyone figured out how to bind multiple commands to a single key?

I was thinking of making a handful of binds to train specific doctors.

For example, Keypad1 would make create a general practice doctor by using seven commands at once: ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV and General Practice V.

I've tried using commas, semi-colons, quotation marks, spacing between commands, and more.

Some examples below:


bindkey keypad1 ClearQualifications; SetStaffRank 4; General Practice; General Practice II; General Practice III; General Practice IV; General Practice V

bindkey keypad1 ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV, General Practice V

bindkey keypad1 ClearQualifications;SetStaffRank 4;General Practice;General Practice II;General Practice III;General Practice IV;General Practice V

bindkey keypad1 ClearQualifications,SetStaffRank 4,General Practice,General Practice II,General Practice III,General Practice IV,General Practice V

bindkey keypad1 "ClearQualifications; SetStaffRank 4; General Practice; General Practice II; General Practice III; General Practice IV; General Practice V"

bindkey keypad1 "ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV, General Practice V"

bindkey keypad1 "ClearQualifications;SetStaffRank 4;General Practice;General Practice II;General Practice III;General Practice IV;General Practice V"

bindkey keypad1 "ClearQualifications,SetStaffRank 4,General Practice,General Practice II,General Practice III,General Practice IV,General Practice V"

To no avail. It will register the first command, but none of the others.

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: Two Point Hospital

Post by ajip2 »

koderkrazy wrote:
Wed Sep 05, 2018 11:49 pm
Steam version of Assembly-CSharp.dll doesn't work with skidrow(and vice-versa). That is why I put those changes in cheat table, that way it works with both.


All we have to do is update the AOB in cheat table. Any one who has knowledge of CE AOB scans, update the table and post it here.

Code: Select all

[ENABLE]

aobscanregion(_consoleCodeINJECT,TH20:App:.ctor,TH20:App:.ctor+fff,49 BB ?? ?? ?? ?? ?? ?? ?? 00 41 FF D3 48 89 45 90 c7 40 28 ?? 00 00 00)
_consoleCodeINJECT+11:
  db 90 90 90 90 90 90 90

[DISABLE]

Code: Select all

[ENABLE]

aobscanregion(_consoleCodeINJECT,TH20:App:.ctor,TH20:App:.ctor+fff,49 BB ?? ?? ?? ?? ?? ?? ?? 00 41 FF D3 48 89 45 80 c7 40 28 ?? 00 00 00)
_consoleCodeINJECT+11:
  db 90 90 90 90 90 90 90

[DISABLE]

natroojef
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Sep 05, 2018 3:06 pm
Reputation: 0

Re: Two Point Hospital

Post by natroojef »

Junkers80 wrote:
Thu Sep 06, 2018 5:52 am
Has anyone figured out how to bind multiple commands to a single key?

I was thinking of making a handful of binds to train specific doctors.

For example, Keypad1 would make create a general practice doctor by using seven commands at once: ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV and General Practice V.

I've tried using commas, semi-colons, quotation marks, spacing between commands, and more.

Some examples below:


bindkey keypad1 ClearQualifications; SetStaffRank 4; General Practice; General Practice II; General Practice III; General Practice IV; General Practice V

bindkey keypad1 ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV, General Practice V

bindkey keypad1 ClearQualifications;SetStaffRank 4;General Practice;General Practice II;General Practice III;General Practice IV;General Practice V

bindkey keypad1 ClearQualifications,SetStaffRank 4,General Practice,General Practice II,General Practice III,General Practice IV,General Practice V

bindkey keypad1 "ClearQualifications; SetStaffRank 4; General Practice; General Practice II; General Practice III; General Practice IV; General Practice V"

bindkey keypad1 "ClearQualifications, SetStaffRank 4, General Practice, General Practice II, General Practice III, General Practice IV, General Practice V"

bindkey keypad1 "ClearQualifications;SetStaffRank 4;General Practice;General Practice II;General Practice III;General Practice IV;General Practice V"

bindkey keypad1 "ClearQualifications,SetStaffRank 4,General Practice,General Practice II,General Practice III,General Practice IV,General Practice V"

To no avail. It will register the first command, but none of the others.
thats actually a pretty handy way to deal with the tedious console work
probably there is no way that multiple commands to be executed at once?

Arhelay
Cheater
Cheater
Posts: 37
Joined: Fri Sep 22, 2017 9:40 pm
Reputation: 3

Re: Two Point Hospital

Post by Arhelay »

i used AHK for this.
[Link]

Junkers80
Cheater
Cheater
Posts: 39
Joined: Mon Sep 03, 2018 2:45 pm
Reputation: 5

Re: Two Point Hospital

Post by Junkers80 »

Arhelay wrote:
Thu Sep 06, 2018 2:56 pm
i used AHK for this.
[Link]
I'll have to try this out. I don't have much experience with AHK but I'll figure it out.

pahbi
Noobzor
Noobzor
Posts: 9
Joined: Tue May 22, 2018 11:55 pm
Reputation: 2

Re: Two Point Hospital

Post by pahbi »

Junkers80 wrote:
Thu Sep 06, 2018 3:21 pm
Arhelay wrote:
Thu Sep 06, 2018 2:56 pm
i used AHK for this.
[Link]
I'll have to try this out. I don't have much experience with AHK but I'll figure it out.
Good idea, this will definitely make setting up staff a ton easier.

- P

pacifista
Expert Cheater
Expert Cheater
Posts: 119
Joined: Wed Jun 27, 2018 2:07 am
Reputation: 12

Re: Two Point Hospital

Post by pacifista »

i couldn't get autohotkey to work.

i mean its typing the code in notepad but not in the game's console.

the pastebin file is also not working on thp, anyone knows how to pass this obstacle?

FunGaming44
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Sep 04, 2018 8:24 pm
Reputation: 0

Re: Two Point Hospital

Post by FunGaming44 »

The steam version works great, I can perfectly open the console with the ` key and all commands work.

Junkers80
Cheater
Cheater
Posts: 39
Joined: Mon Sep 03, 2018 2:45 pm
Reputation: 5

Re: Two Point Hospital

Post by Junkers80 »

Alright, here is my AHK script, which is a little different from Arhelay's version. You'll need to rebind Quick Save and Quick Load in game to something other than F5 and F6. This script also makes the character max rank.

All assign Good Traits.

Options are:

Doctors
F1- General Practitioner (General Practice 1-5)
Ctrl+F1- Psychiatrist (Psychiatry 1-5)
F2- Radiologist (Radiology + Diagnostics 1-4)
F3- Genetic Diagnostics (Genetics + Diagnostics 1-4)
Ctrl+F3- Genetic Treatment (Genetics + Treatment 1-4)
F4- Surgeon (Surgery 1-5)
F5- Researcher (Research 1-5)


Nurses
F6- Ward Nurse (Ward Management 1-5)


Doctor/Nurse Shared
F7- Diagnostics (Diagnostics 1-5)
Ctrl+F7- Treatment (Treatment 1-5)


Assistants
F8- Marketing (Marketing 1-5)
Ctrl+F8- Customer Service (Customer Service 1-5)


Janitors
F9- Maintenance Only (Maintenance 1-5)
Ctrl+F9- Mechanic Only (Mechanics 1-5)
F10- Ghost Catcher (Ghost Capture, Motivation, Stamina Training, Emotional Intelligence and Training Masterclass)

Untrained Max Level
F12

Code: Select all

F1::
F1::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification general practice{enter}
sleep 25
SendInput assignqualification general practice ii{enter}
sleep 25
SendInput assignqualification general practice iii{enter}
sleep 25
SendInput assignqualification general practice iv{enter}
sleep 25
SendInput assignqualification general practice v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F1::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification psychiatry{enter}
sleep 25
SendInput assignqualification psychiatry ii{enter}
sleep 25
SendInput assignqualification psychiatry iii{enter}
sleep 25
SendInput assignqualification psychiatry iv{enter}
sleep 25
SendInput assignqualification psychiatry v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F2::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification radiology{enter}
sleep 25
SendInput assignqualification diagnostics{enter}
sleep 25
SendInput assignqualification diagnostics ii{enter}
sleep 25
SendInput assignqualification diagnostics iii{enter}
sleep 25
SendInput assignqualification diagnostics iv{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F3::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification genetics{enter}
sleep 25
SendInput assignqualification diagnostics{enter}
sleep 25
SendInput assignqualification diagnostics ii{enter}
sleep 25
SendInput assignqualification diagnostics iii{enter}
sleep 25
SendInput assignqualification diagnostics iv{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F3::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification genetics{enter}
sleep 25
SendInput assignqualification treatment{enter}
sleep 25
SendInput assignqualification treatment ii{enter}
sleep 25
SendInput assignqualification treatment iii{enter}
sleep 25
SendInput assignqualification treatment iv{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F4::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification surgery{enter}
sleep 25
SendInput assignqualification surgery ii{enter}
sleep 25
SendInput assignqualification surgery iii{enter}
sleep 25
SendInput assignqualification surgery iv{enter}
sleep 25
SendInput assignqualification surgery v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F5::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification research{enter}
sleep 25
SendInput assignqualification research ii{enter}
sleep 25
SendInput assignqualification research iii{enter}
sleep 25
SendInput assignqualification research iv{enter}
sleep 25
SendInput assignqualification research v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F6::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification ward management{enter}
sleep 25
SendInput assignqualification ward management ii{enter}
sleep 25
SendInput assignqualification ward management iii{enter}
sleep 25
SendInput assignqualification ward management iv{enter}
sleep 25
SendInput assignqualification ward management v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F6::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification ward management{enter}
sleep 25
SendInput assignqualification ward management ii{enter}
sleep 25
SendInput assignqualification ward management iii{enter}
sleep 25
SendInput assignqualification ward management iv{enter}
sleep 25
SendInput assignqualification ward management v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F7::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification diagnostics{enter}
sleep 25
SendInput assignqualification diagnostics ii{enter}
sleep 25
SendInput assignqualification diagnostics iii{enter}
sleep 25
SendInput assignqualification diagnostics iv{enter}
sleep 25
SendInput assignqualification diagnostics v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F7::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification treatment{enter}
sleep 25
SendInput assignqualification treatment ii{enter}
sleep 25
SendInput assignqualification treatment iii{enter}
sleep 25
SendInput assignqualification treatment iv{enter}
sleep 25
SendInput assignqualification treatment v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F8::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification marketing{enter}
sleep 25
SendInput assignqualification marketing ii{enter}
sleep 25
SendInput assignqualification marketing iii{enter}
sleep 25
SendInput assignqualification marketing iv{enter}
sleep 25
SendInput assignqualification marketing v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F8::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification customer service{enter}
sleep 25
SendInput assignqualification customer service ii{enter}
sleep 25
SendInput assignqualification customer service iii{enter}
sleep 25
SendInput assignqualification customer service iv{enter}
sleep 25
SendInput assignqualification customer service v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F9::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification maintenance{enter}
sleep 25
SendInput assignqualification maintenance ii{enter}
sleep 25
SendInput assignqualification maintenance iii{enter}
sleep 25
SendInput assignqualification maintenance iv{enter}
sleep 25
SendInput assignqualification maintenance v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

^F9::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification mechanics{enter}
sleep 25
SendInput assignqualification mechanics ii{enter}
sleep 25
SendInput assignqualification mechanics iii{enter}
sleep 25
SendInput assignqualification mechanics iv{enter}
sleep 25
SendInput assignqualification mechanics v{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F10::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput Clearqualifications{enter}
sleep 25
SendInput assignqualification ghost capture{enter}
sleep 25
SendInput assignqualification motivation{enter}
sleep 25
SendInput assignqualification stamina training{enter}
sleep 25
SendInput assignqualification emotional intelligence{enter}
sleep 25
SendInput assignqualification training masterclass{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return

F12::
SendInput ~
sleep 25
SendInput setstaffrank 4{enter}
sleep 25
SendInput clearqualifications{enter}
sleep 25
SendInput cleartraits{enter}
sleep 25
SendInput assigntrait teacher{enter}
sleep 25
SendInput assigntrait charming{enter}
sleep 25
SendInput assigntrait entertainer{enter}
sleep 25
SendInput assigntrait funny{enter}
sleep 25
SendInput assigntrait green fingers{enter}
sleep 25
SendInput assigntrait healer{enter}
sleep 25
SendInput assigntrait fast learner{enter}
sleep 25
SendInput assigntrait tireless{enter}
sleep 25
SendInput assigntrait hygienic{enter}
sleep 25
SendInput assigntrait inspiring{enter}
sleep 25
SendInput assigntrait motivated{enter}
sleep 25
SendInput assigntrait positive{enter}
sleep 25
SendInput assigntrait cheap{enter}
sleep 25
SendInput ~
return
Last edited by Junkers80 on Sun Sep 16, 2018 4:00 pm, edited 5 times in total.

Junkers80
Cheater
Cheater
Posts: 39
Joined: Mon Sep 03, 2018 2:45 pm
Reputation: 5

Re: Two Point Hospital

Post by Junkers80 »

pacifista wrote:
Thu Sep 06, 2018 8:51 pm
i couldn't get autohotkey to work.

i mean its typing the code in notepad but not in the game's console.

the pastebin file is also not working on thp, anyone knows how to pass this obstacle?
Do you have AHK installed? If you do, do you have the script running while the game is running? Lastly, do you have the console enabled?

If so, you just hover over the character and hit the key tied to the commands you want. The console will open briefly, do all the commands and close.

pacifista
Expert Cheater
Expert Cheater
Posts: 119
Joined: Wed Jun 27, 2018 2:07 am
Reputation: 12

Re: Two Point Hospital

Post by pacifista »

its just not typing codes in the game console! otherwise everything works.

how is this thing supposed to work?

it presses to tilde enters the code and enters and repeats when i press f1?
*******************************************************************************
it turns out i have to run it as administrator. why no one mentions about this?

anyways i believe one must clear all traits and qualifications first.

then add better traits and qualifications again.

for example i'll add 7 cheap and 7 tireless. maybe 2x other traits either.

then i'll create ultimate staff!
Last edited by pacifista on Fri Sep 07, 2018 12:23 am, edited 4 times in total.

pahbi
Noobzor
Noobzor
Posts: 9
Joined: Tue May 22, 2018 11:55 pm
Reputation: 2

Re: Two Point Hospital

Post by pahbi »

This autohotkey script, this will:

1. Open the Console Window
2. Clear current qualifications
3. Clear current traits
4. Set their training to level 5 (stafflevel 4)
5. Add traits Motivated and Green Fingers.
6. Add qualifications explained below
7. Close the Console Window

*NOTE* Requires console to be enabled, and AutoHotKey to be installed.
*NOTE* Edit variable MyConsoleKey := "~" and substitute "~" for the key that opens your console.

9/7/2018
Added scripts to earn money and earn kudosh

To use:
1. Pick up staff member
2. Press appropriate keystroke
3. Drop staff member

Left Shift-F1 = Doctor General Practitioner V
Left Shift-F2 = Doctor Treatment V
Left Shift-F3 = Doctor Psychiatry V
Left Shift-F4 = Doctor Research V
Left Shift-F5 = Doctor Surgery V
Left Shift-F6 = Doctor Treatment IV and Radiology
Left Shift-F7 = Nurse Treatment V
Left Shift-F8 = Nurse Ward Management V
Left Shift-F9 = Nurse Diagnostics V
Left Shift-F10 = Nurse Pharmacy Management, Injection Administration, Treatment III
Left Shift-F11 = Janitor Mechanics III, Maintenance and Ghost Capture
Left Shift-F12 = Janitor Maintenance IV, Ghost Capture
Left Cntl-F1 = Assistant Customer Service V
Left Cntl-F2 = Assistant Marketing V
Left Cntl-F3 = Earn $100,000
Left Cntl-F4 = Earn 500 Kudosh

TO USE COPY CODE BETWEEN QUOTES THEN SAVE WITH FILE EXTENSION .AHK

Sorry, the forums wouldn't let me directly attach a .ahk file

- P

Code: Select all

;Left Shift-F1 = Doctor General Practitioner V
;Left Shift-F2 = Doctor Treatment V
;Left Shift-F3 = Doctor Psychiatry V
;Left Shift-F4 = Doctor Research V
;Left Shift-F5 = Doctor Surgery V
;Left Shift-F6 = Doctor Treatment IV and Radiology
;Left Shift-F7 = Nurse Treatment V
;Left Shift-F8 = Nurse Ward Management V
;Left Shift-F9 = Nurse Diagnostics V
;Left Shift-F10 = Nurse Pharmacy Management, Injection Administration, Treatment III
;Left Shift-F11 = Janitor Mechanics III, Maintenance and Ghost Capture
;Left Shift-F12 = Janitor Maintenance IV, Ghost Capture
;Left Cntl-F1 = Assistant Customer Service V
;Left Cntl-F2 = Assistant Marketing V
;Left Cntl-F3 = Earn $100,000
;Left Cntl-F4 = Earn 500 Kudosh


;CONFIGURATION
;EDIT VARIABLE TO SET KEY THAT OPENS CONSOLE
MyConsoleKey := "~"

;Doctor General Practitioner
<+F1::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification General Practice{enter}
sleep 25
SendInput AssignQualification General Practice II{enter}
sleep 25
SendInput AssignQualification General Practice III{enter}
sleep 25
SendInput AssignQualification General Practice IV{enter}
sleep 25
SendInput AssignQualification General Practice V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Doctor Treatment
<+F2::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Treatment{enter}
sleep 25
SendInput AssignQualification Treatment II{enter}
sleep 25
SendInput AssignQualification Treatment III{enter}
sleep 25
SendInput AssignQualification Treatment IV{enter}
sleep 25
SendInput AssignQualification Treatment V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Doctor Psychiatry
<+F3::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Psychiatry{enter}
sleep 25
SendInput AssignQualification Psychiatry II{enter}
sleep 25
SendInput AssignQualification Psychiatry III{enter}
sleep 25
SendInput AssignQualification Psychiatry IV{enter}
sleep 25
SendInput AssignQualification Psychiatry V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Doctor Research
<+F4::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Research{enter}
sleep 25
SendInput AssignQualification Research II{enter}
sleep 25
SendInput AssignQualification Research III{enter}
sleep 25
SendInput AssignQualification Research IV{enter}
sleep 25
SendInput AssignQualification Research V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Doctor Surgery
<+F5::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Surgery{enter}
sleep 25
SendInput AssignQualification Surgery II{enter}
sleep 25
SendInput AssignQualification Surgery III{enter}
sleep 25
SendInput AssignQualification Surgery IV{enter}
sleep 25
SendInput AssignQualification Surgery V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Doctor Treatment and Radiology
<+F6::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Treatment{enter}
sleep 25
SendInput AssignQualification Treatment II{enter}
sleep 25
SendInput AssignQualification Treatment III{enter}
sleep 25
SendInput AssignQualification Treatment IV{enter}
sleep 25
SendInput AssignQualification Radiology{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Nurse Treatment
<+F7::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Treatment{enter}
sleep 25
SendInput AssignQualification Treatment II{enter}
sleep 25
SendInput AssignQualification Treatment III{enter}
sleep 25
SendInput AssignQualification Treatment IV{enter}
sleep 25
SendInput AssignQualification Treatment V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Nurse Ward Management
<+F8::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Ward Management{enter}
sleep 25
SendInput AssignQualification Ward Management II{enter}
sleep 25
SendInput AssignQualification Ward Management III{enter}
sleep 25
SendInput AssignQualification Ward Management IV{enter}
sleep 25
SendInput AssignQualification Ward Management V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Nurse Diagnostics
<+F9::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Diagnostics{enter}
sleep 25
SendInput AssignQualification Diagnostics II{enter}
sleep 25
SendInput AssignQualification Diagnostics III{enter}
sleep 25
SendInput AssignQualification Diagnostics IV{enter}
sleep 25
SendInput AssignQualification Diagnostics V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Nurse Pharmacy Management, Injection Administration, Treatment
<+F10::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Treatment{enter}
sleep 25
SendInput AssignQualification Treatment II{enter}
sleep 25
SendInput AssignQualification Treatment III{enter}
sleep 25
SendInput AssignQualification Pharmacy Management{enter}
sleep 25
SendInput AssignQualification Injection Administration{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Janitor Mechanics, Maintenance and Ghost Capture
<+F11::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Mechanics{enter}
sleep 25
SendInput AssignQualification Mechanics II{enter}
sleep 25
SendInput AssignQualification Mechanics III{enter}
sleep 25
SendInput AssignQualification Maintenance{enter}
sleep 25
SendInput AssignQualification Ghost Capture{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Janitor Maintenance, Ghost Capture
<+F12::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Maintenance{enter}
sleep 25
SendInput AssignQualification Maintenance II{enter}
sleep 25
SendInput AssignQualification Maintenance III{enter}
sleep 25
SendInput AssignQualification Maintenance IV{enter}
sleep 25
SendInput AssignQualification Ghost Capture{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Assistant Customer Service
<^F1::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Customer Service{enter}
sleep 25
SendInput AssignQualification Customer Service II{enter}
sleep 25
SendInput AssignQualification Customer Service III{enter}
sleep 25
SendInput AssignQualification Customer Service IV{enter}
sleep 25
SendInput AssignQualification Customer Service V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Assistant Marketing
<^F2::
SendInput %MyConsoleKey%
sleep 25
SendInput ClearQualifications{enter}
sleep 25
SendInput ClearTraits{enter}
sleep 25
SendInput SetStaffRank 4{enter}
sleep 25
SendInput AssignQualification Marketing{enter}
sleep 25
SendInput AssignQualification Marketing II{enter}
sleep 25
SendInput AssignQualification Marketing III{enter}
sleep 25
SendInput AssignQualification Marketing IV{enter}
sleep 25
SendInput AssignQualification Marketing V{enter}
sleep 25
SendInput AssignTrait Motivated{enter}
sleep 25
SendInput AssignTrait Green Fingers{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Earn 100,000
<^F3::
SendInput %MyConsoleKey%
sleep 25
SendInput EarnMoney 100000{enter}
sleep 25
SendInput %MyConsoleKey%
return

;Earn 500 Kudosh
<^F4::
SendInput %MyConsoleKey%
sleep 25
SendInput AwardSilver 500{enter}
sleep 25
SendInput %MyConsoleKey%
return
Last edited by pahbi on Fri Sep 07, 2018 7:40 pm, edited 12 times in total.

Junkers80
Cheater
Cheater
Posts: 39
Joined: Mon Sep 03, 2018 2:45 pm
Reputation: 5

Re: Two Point Hospital

Post by Junkers80 »

pacifista wrote:
Thu Sep 06, 2018 11:47 pm
its just not typing codes in the game console! otherwise everything works.

how is this thing supposed to work?

it presses to tilde enters the code and enters and repeats when i press f1?

its writing to the notepad or anywhere but not to the game console.
You don't open the console in game. AHK does it automatically and then closes it again. So, basically, you hover your mouse over a doctor, for example, and press F1. The act of opening the console, inputting the commands and closing the console is done in a matter of a second automatically.

kapciem
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Sep 07, 2018 6:15 am
Reputation: 0

Re: Two Point Hospital

Post by kapciem »

script dosnt work for console. also for traits and qualifications to work, game language must be change to english and restarted.

Post Reply

Who is online

Users browsing this forum: AmazonBot, benny89, dahmolla, dolbasaint47, hanzzz, kyoski, RedRhino, YandexBot, ZKK, zurls