Difference between revisions of "Zombie Panic in Wonderland DX"

From Sinden Lightgun
Jump to navigation Jump to search
(Typos and link text)
Line 1: Line 1:
 +
{{infobox
 +
|title = Zombie Panic in Wonderland DX
 +
|image = Hotdr_logo.png
 +
|category = Windows Game
 +
|download = [https://store.steampowered.com/app/1173850/Zombie_Panic_In_Wonderland_DX/ Steam]
 +
|license = Commercial
 +
|players = 2 Players
 +
|type = Zombie shooter
 +
|note = Requires patch
 +
}}
 +
 
Zombie Panic in Wonderland is an arcade Gallery Shooter with anime art style. Be one of the mythical characters of the most famous fairy tales around the world and equip yourself with all kinds of weapons to end a plague of loving zombies.
 
Zombie Panic in Wonderland is an arcade Gallery Shooter with anime art style. Be one of the mythical characters of the most famous fairy tales around the world and equip yourself with all kinds of weapons to end a plague of loving zombies.
  
Line 6: Line 17:
  
  
 +
<syntaxhighlight lang="ahk">
 +
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
 +
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
 +
#MaxHotkeysPerInterval 500
 +
 +
SetWorkingDir D:\Zombie Panic In Wonderland DX\Zombie Panic in Wonderland DX.exe
 +
 +
Run, "Zombie Panic in Wonderland DX.exe"
 +
 +
Left::a      ;left
 +
Right::d    ;right
 +
up::space    ;dodge
 +
down::e      ;change weapon
 +
Return
  
 +
Esc::
 +
    Process,Close,Zombie Panic in Wonderland DX.exe
 +
    Run,taskkill /im "Zombie Panic in Wonderland DX.exe" /F
 +
    ExitApp
 +
return
 +
</syntaxhighlight>
 
Example AHK at [https://www.mediafire.com/file/wvje2o90q7n6x8s/Zombie_Panic_in_Wonderland_DX.ahk/file Mediafire]
 
Example AHK at [https://www.mediafire.com/file/wvje2o90q7n6x8s/Zombie_Panic_in_Wonderland_DX.ahk/file Mediafire]
  

Revision as of 16:14, 8 December 2022


Zombie Panic in Wonderland DX

Windows Game
Download: Steam
License: Commercial
Game info
Players: 2 Players
Type: Zombie shooter
Note: Requires patch

Zombie Panic in Wonderland is an arcade Gallery Shooter with anime art style. Be one of the mythical characters of the most famous fairy tales around the world and equip yourself with all kinds of weapons to end a plague of loving zombies.

Download from the Steam Store


#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
#MaxHotkeysPerInterval 500

SetWorkingDir D:\Zombie Panic In Wonderland DX\Zombie Panic in Wonderland DX.exe

Run, "Zombie Panic in Wonderland DX.exe"

Left::a      ;left
Right::d     ;right
up::space    ;dodge
down::e      ;change weapon
Return

Esc::
    Process,Close,Zombie Panic in Wonderland DX.exe
    Run,taskkill /im "Zombie Panic in Wonderland DX.exe" /F
    ExitApp
return

Example AHK at Mediafire

Download No Crosshair Patch from Mediafire

Overwrite the files inside the DATA folder with the ones inside the zip file.