Lists Game action
People Playground
tracking their People Playground achievements.
Click here to track your progress.
Update

1.9

19
10
1
0.00
1,620
1,620 (100%)
0-1h
1.9

Pacifist achievement in People Playground

Pacifist

Pacifist0

How to unlock the Pacifist achievement

  • Zethes66Zethes66
    02 Jul 2023 02 Jul 2023
    Download the Time Accelerator mod from workshop. Set it to 300x speed, add a human, then activate it. It takes about 30 seconds until you get the achievement, just make sure to move your mouse a lot the whole time to avoid the 5 minute afk timer (which is now 1/300th of 5 minutes, meaning it checks for afk every 1 second.)
  • Have you got any tips or tricks to unlock this achievement?
    Add a guide to share them with the community.

    Add a guide
  • MuckPieMuckPie
    30 Jul 2021 05 Aug 2021 05 Aug 2021
    This achievement requires you to play for an hour in one session without killing anybody. This means "active" play meaning you can't just leave the game open in the background or go AFK. I created a simple AHK script that will spawn a chosen item and then delete it (and also press the arrow keys and click for good measure) which will repeat infinitely until the script is stopped.

    Download here - https://drive.google.com/file/d/1k7wJ6hWyMVzVbiNR4nvUDTshZTA...
    or copy+paste the below code
    ---------------------------------------
    #MaxThreadsPerHotkey 3
    s::
    #MaxThreadsPerHotkey 1
    if KeepRunning {
    KeepRunning := false
    return
    }
    KeepRunning := true
    Loop {
    Send {q}
    Sleep 500
    Send {Up}
    Sleep 500
    Send {e}
    Sleep 500
    Send {z}
    Send {z}
    Send {z}
    Send {Down}
    Sleep 500
    Click
    if not KeepRunning
    break
    }
    KeepRunning := false
    return
    ---------------------------------------
    TL;DR

    - Download and start script
    - Open People Playground
    - Enter a room (I recommend Default)
    - Pick any item except for a person (a person being spawned in is not required for achievement)
    - Press 's' to activate and deactivate script
    - Let it run for an hour
    Showing both comments.
    ZardizosDoesn't work... I tried 17 times and never worked. Plus its super shitty because every time I press "S" on my keyboard and its goes "ezzzzq ezzzzq " and even when i delete the script it still does it.
    Posted by Zardizos on 05 Dec 21 at 22:29
    MuckPieDid you end the process as well?
    Posted by MuckPie on 14 Dec 21 at 19:38
Do you have a question about this achievement? Please post it in the People Playground Forum