Schastye

Schastye

43 ratings
Schastye : 100% Achievements Walkthrough
By KENJI86
This is an easy OR rather explain how to obtain all in game achievements for the game Schastye.
Version: 1.0 (4/11/2021)
   
Award
Favorite
Favorited
Unfavorite
Introduction
Hi there!!!



First of all welcome to my "12"th guide and still English is not my first language. So typos might occur here and there.

So basically you are here because,

(A.) Don't understand the game and how to trigger the achievos
(B.) Don't want to bother just need the 100% and move on ASAP


Either way, lets get into it.
Walkthrough


For this achievement you need to click on every intractable object.

1. RADIO
2. MATCHES &SOME SHRINE NEAR THE DOOR
3. LIGHT SWITCH
4. CRT MONITOR (CONTINUE GAME)
5. CPU (RESTART)

NO NEED for click on the DOOR as it is for another achievement.




Click on the DOOR and EXIT game.

If the achievement is bugged, make sure to interact with all objects mentioned above and then lastly try the DOOR.




1 st WAY (HARD WAY)
This achievement requires lot of button smashing.
First Click on the CRT monitor, which will tell you to "Continue game" when doing that it will show you the CRT monitor screen. Now press any Key (from your Keyboard) and the game will type something. So you will need to press a lot of keys in order to get this.

2 nd WAY (EASY WAY)

If you are familiar with macro recorders. You can easily write a script and just wait off.

I personally recommends and written a code just for you if you use AHK - Auto Hot Key[www.autohotkey.com]. It's free and easy to use. So step one would be 'Go Get It".
Install it and let it be.

Now minimize the game (alt+tab) and go to your desktop, right click and select New -> AutoHotKey Script. Rename it whatever you want. Then Right click on the script and Select Edit Script and past following and save exit.

Originally posted by kenji86:
#a:: ; Win+a
Loop
{
Send, {a 1}
Send, {s 1}
Send, {d 1}
Send, {f 1}
Send, {g 1}
Send, {h 1}
Send, {i 1}
Sleep, 1
}
Esc::ExitApp

Now go back to game. Just like before be at the CRT monitor and press "Win key + A" The game will start auto typing now. Once the achievement is popped at the end. make sure to press "Escape Key" (Esc) in order to stop the script.
Thank you
AS of now (11/02/2021) the game is consist of three achievements which is covered by the guide.
So, if this guide / method was helpful for you give it a thumbs up. and give me a follow..



Until the next guide then.

Follow me for more guides.
7 Comments
KENJI86  [author] 23 Jan, 2023 @ 10:49pm 
Ah..Im on win 8.1, may be AHK software has some issues on Win 11. Ok. Thanks for the feedback :ily:
Nadine Von Terror 23 Jan, 2023 @ 7:44pm 
I did, I have windows 11 I dunno, think Im gonna make it without that. Thanks anyway.
KENJI86  [author] 23 Jan, 2023 @ 6:25pm 
@Nadine Von Terror : Just checked, still works for me. If you follow the steps and paste the code correctly should have worked. :gman:
Nadine Von Terror 23 Jan, 2023 @ 6:15pm 
Same as Tchatchke, didnt work the code.
fizzy_tones 18 Aug, 2022 @ 4:50pm 
thank you
KENJI86  [author] 10 Jun, 2022 @ 4:54am 
@ Tchatchke Bazaar : Have you done all the steps? Downloading, creating the AHK file with codes..and activating it by the keys and all?
Tchatchke Bazaar 6 Jun, 2022 @ 9:50pm 
Pasted the text given into AHK file but it isn't auto typing. Help?