Painkiller Hell & Damnation

Painkiller Hell & Damnation

63 ratings
Tactics of fight with the Grim Reaper + Bunnyhop Script
By Quasaro
The Grim Reaper is not a very sturdy opponent but he makes up in speed and dodging. His attacks are dangerous too.
During the battle you will only have the Soulcatcher. Shoot him from a close or medium distance- you can wait for him to stop for a moment, it will be easier since the Grim Reaper is rather fast.
From time to time the Reaper is joined by several creatures.
It is better to defeat them by sucking out they soul (alternative attack), because simple kill allows the Reaper to absorb their souls and to heal himself in effect.

From time to time the opponent will have a green glow- he is resistant to attacks then.
In this case you have to shoot him with the third fire mode (holding the right mouse button, press the left). Again, wait for him to stop if you can't hit him on the move.
If you hit the boss he will lose his protection. You'll be able to kill him. Repeat these steps until the Grim Reaper is defeated.

If you'll accurately shot and kill opponents properly, you'll defeat the boss in 10 minutes.
Good Luck!


P.S.
You like the tutorial? Give thumb up!
   
Award
Favorite
Favorited
Unfavorite
The Grim Reaper with Shield
Bunnyhop Script (Little bonus)
Bunnyhop script for AutoHotkey, hold down spacebar and the character moves several times faster.

Here's a full script below:
-------

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

~$space::
While GetKeyState("space", "P") {
Send, {space}
Sleep, 200
}
return

-------
AutoHotkey can be downloaded from here: https://autohotkey.com
22 Comments
Lurkín 7 Jun, 2023 @ 4:36pm 
google translate jandrito
Magni76 22 Jul, 2016 @ 10:06am 
como cambiar idioma soy español
freshwater-crocodile 28 Jun, 2016 @ 10:35am 
You got the weapon name wrong, "Soulcatcher" instead of "Soul Hunter". http://painkiller.wikia.com/wiki/Weapons
Quasaro  [author] 28 Jun, 2016 @ 7:58am 
Guide's updated.
freshwater-crocodile 28 Jun, 2016 @ 6:20am 
That's a full script, below "----". AH can be downloaded from here: https://autohotkey.com
Quasaro  [author] 28 Jun, 2016 @ 5:06am 
Sure :) Just give me a full script and I'll put it in this guide.
freshwater-crocodile 28 Jun, 2016 @ 3:02am 
You can achieve the same by hammering the spacebar, jumps don't need to be timed. Can you add this script to your guide so I don't have to create my own?
Quasaro  [author] 28 Jun, 2016 @ 12:31am 
Got you, cheater :P
freshwater-crocodile 27 Jun, 2016 @ 2:40pm 
I created a bunnyhop script for AutoHotkey, hold down spacebar and the character moves several times faster. I beat the boss on my first try, I can imagine that this fight can be unfair with the default movement speed.

-------

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

~$space::
While GetKeyState("space", "P") {
Send, {space}
Sleep, 200
}
return
Quasaro  [author] 31 Oct, 2015 @ 5:12am 
Thanks for the support guys! :mmmdonut: