This program is now unnecessary as of Phasmophobia update 0.3.0.0, with the new sprint mechanics. This program can still be used, but is more likely to get you killed. Use at your own discretion.
- In Phasmophobia, change the "run" keybinding to
\.- You can modify the script to change that if you like.
- The script will pass through the
Shiftkey, so you probably won't want anything bound to it.
- Click the green
Codebutton on Github and click Download Zip.- Download it somewhere you'll remember.
- Right click the downloaded file and unzip it.
- On Windows, click Extract All.
- Place the unzipped files in a location you want them to remain indefinetly.
- Install Auto Hotkey.
- Here is a recommended video tutorial if needed.
- Use the default options.
- Ensure Auto Hotkey starts at system start.
- Go to the
.ahkfile you downloaded. With Auto Hotkey installed, you should be able to right click on it and select Compile Script.- This will compile the script into a
.exefile and then run it.
- This will compile the script into a
- Run the
.exeby double clicking on it.
Windows:
- Right click the
.exeand click Create Shortcut- Make sure that the script is in the location you want to keep it indefinetly. Moving it will probably break this shortcut.
- Press
Win+Rand typeshell:startup. PressEnter.- This will open up a folder will shortcuts that are ran at startup.
- Move the shortcut you created in part 6 into the startup folder. Remove the " - Shortcut" from the name if you want.
- If you want to undo this, you can remove the shortcut.
Linux:
- Figure it out yourself. That's why you have Linux, right?
MacOS:
- Question your life choices as to why you're gaming on a mac.
- Google it.
If you set up running the script automatically, you should be all set. Otherwise, naviagate to the files you downloaded and run the .exe you created in step 5 of the install.
With the script running, you can play Phasmophobia as per usual. In game, you'll have to press Shift at least once to acitivate it. From there, it should continue to function. If for some reason it fails to function, tap Shift again to reset it. Otherwise, it is likely that the script is no longer running.
If you know how Auto Hotkey works, you can change the script to suit your needs.
The script will only affect your system when you play Phasmophobia; there should be no harm from leaving it always running. However, if you wish to stop it there are two easy options:
- In the system tray in the bottom right of the taskbar, click Show hidden icons. If the script is running, you'll see a green square with a white "H". Right click the script and click Exit.
- Open the task manager by pressing
Ctrl+Shift+Esc(or viaCtrl+Alt+Del). Click More Details Find the script in the Process tab, click on it, and click End task.
- If you set up automatically running at start up, you can press
Win+Rand typeshell:startupandEnter, find the shortcut you created, and delete it. - Delete the files you downloaded for this script.
- In Windows settings, go to Apps and search "Auto Hotkey". Click it and click Uninstall. Go through the ininstall process.
There are two keys you can change:
- The key you hold to walk (Default:
Shift)- This key will be passed to the game, so if it is bound to something, it will trigger when you press the key.
- The key the game uses to run (Default:
\)- This key is directly sent to the game, so it must be unique. I chose
\since I'm never going to use that key for anything in game.
- This key is directly sent to the game, so it must be unique. I chose
- Go to the Auto Hotkey docs and find the name of the key you want.
- If it's a basic key like a letter, it'll probably be just the letter.
- On line 7 of the
.ahkfile, replaceShiftwith the key you want.- The
~syntax is necessary so that the key will be passed through so line 10 can read it to check its state. - The
*syntax is necessary because, without it, this would only trigger if the only key you are pressing is the walk key; it wouldn't work at all. - The
::syntax tells the script to listen for the preceding key to be pressed.
- The
- On line 10 of the
.ahkfile, replaceShiftwith the key you want.- This line checks whether the walk key is begin held down. If it is, it does nothing. Once you let go, it tells the game you're holding down the run key.
- On line 9 of the
.ahkfile, replace\with the key you want.- This line stops running because the walk key was pressed. The following line keeps the player walking until the walk key is let go of.
- On line 12 of the
.ahkfile, replace\with the key you want.- This line makes it so once you let go of the walk key, you will be running.
- Open Phasmophobia and change your run keybinding to the key you used on lines 9 and 12.
- Recompile and run the script. You'll see a warning about replacing a running script but you can dismiss that.
- If you didn't move the files, it should still run automatically at startup if you set that up prior.
- If you see a syntax error, you did something wrong. There's a lot of options so good luck searching. Worst case, you can always redownload the file from Github, replace it, and recompile it.
I do not take any responsability for you dying in game due to the script acting as expected, nor for the script acting unexpected. Always know you can hold \ (or whatever key you rebound it to) to run if the script breaks.
This script will not:
- Let you outrun a revenant.
- Find the bone seriously guys I can't find this thing where is it did it spawn under the bed what the hell-
Happy Hunting!