Painkiller Hell & Damnation

Painkiller Hell & Damnation

63 个评价
Tactics of fight with the Grim Reaper + Bunnyhop Script
由 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!
   
奖励
收藏
已收藏
取消收藏
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 条留言
Lurkín 2023 年 6 月 7 日 下午 4:36 
google translate jandrito
Magni76 2016 年 7 月 22 日 上午 10:06 
como cambiar idioma soy español
freshwater-crocodile 2016 年 6 月 28 日 上午 10:35 
You got the weapon name wrong, "Soulcatcher" instead of "Soul Hunter". http://painkiller.wikia.com/wiki/Weapons
Quasaro  [作者] 2016 年 6 月 28 日 上午 7:58 
Guide's updated.
freshwater-crocodile 2016 年 6 月 28 日 上午 6:20 
That's a full script, below "----". AH can be downloaded from here: https://autohotkey.com
Quasaro  [作者] 2016 年 6 月 28 日 上午 5:06 
Sure :) Just give me a full script and I'll put it in this guide.
freshwater-crocodile 2016 年 6 月 28 日 上午 3:02 
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  [作者] 2016 年 6 月 28 日 上午 12:31 
Got you, cheater :P
freshwater-crocodile 2016 年 6 月 27 日 下午 2:40 
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  [作者] 2015 年 10 月 31 日 上午 5:12 
Thanks for the support guys! :mmmdonut: