Killing Floor 2

Killing Floor 2

27 ratings
Farming PRESTIGE skins with Trader skip
By 我妻 由乃
How to farm all prestige skins.
Please use this only after you leveled your perks at least once properly.
   
Award
Favorite
Favorited
Unfavorite
What will you need?
1) KF2
2) Server with Endless mode and KF-Perk_Training_v5 KF-Killbox_2019
3) Autohotkey
Autohotkey 101
1) Install autohotkey from oficiall website https://www.autohotkey.com/¨
2) Right click on desktop - >NEW - >Autohotkey script
3) Copy script from next section
4) SAVE IT
5) Double click your script
6) Start KF2
7) Connect to endless perk training server Killbox server
8) Stay on ammo boxes and aim to the center of the spawn
9) CTRL + G will start spamming G (Right-left movement for picking up ammo)
10) Stop at any time by pressing CTRL + G or stop script by CTRL + P

Enjoy skins
Basic version for Killbox
toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, q
Send, g
Sleep, 700
}
return
^p::ExitApp
Script with trade skip
toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, {a down}
Sleep, 150
Send, {a up}
Send, q
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, {d down}
Sleep, 150
Send, {d up}
Send, q
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, g
Sleep, 700
Send, {Esc}
Sleep, 300
Click, 1800, 900
Sleep, 300
Send, {Esc}
Sleep, 300
}
return
^p::ExitApp


This version is able to skip traider, you will have to change one line
Click, 1800, 900
1800 and 900 is based from you screen resolution. During gameplay watch cursor if it doesnt click on skip trader you will have to change there numbers
1800 is horizontal resolution, 900 is vertical so...
  • If mouse click to low change 900 to smaller number
  • If mouse click to high change 900 to higher numver
  • If it click to the left from the button make 1800 higher
  • if it click to the right from the button make 1800 lower

Hope this makes it easy for you.

Keep Farming
Future of this script and known issues
  • Every 5th lvl script get stuck due to the "New perk skill" message
23 Comments
Doliman100 30 Nov, 2020 @ 5:33am 
it's not the killbox, but it's similar
https://doliman100.com/kf-afklevelup
Flame Tank 28 Nov, 2020 @ 9:22pm 
KF-Killbox_2019 doesn't exist anymore. If it does, please send me the link.
FortBoyau 11 Apr, 2020 @ 5:45pm 
I made some changes to the script I posted earlier.
It have the same offset problem. After one or two round-trip back and forth you can see that you're not perfectly straight with the wall anymore. You can adjust that by moving your mouse left and right to compensate.

toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, g
Send, g

; 2 steps to the left
Loop, 2{
Send, {q down}
Send, {z down}
Sleep, 150
Send, {q up}
Send, {z up}
Send, g
}

; 4 steps to the right
Loop, 4{
Send, {d down}
Send, {z down}
Sleep, 150
Send, {d up}
Send, {z up}
Send, g
}

; 2 steps to the left to return to starting position
Loop, 2{
Send, {q down}
Send, {z down}
Sleep, 150
Send, {q up}
Send, {z up}
Send, g
}

Send, g
}
return
^p::ExitApp
FortBoyau 11 Apr, 2020 @ 3:13pm 
That's also what I've noticed you get way more XP by doing that because you're hitting not only the Zed that spawn in the middle but also the one in the corners too.

But there is a issue with my script if you put to many steps right or left the player get stuck in the right corner or can fall down into the pit on the left which can be deadly :)
With 3 steps to the right and to the left you likely to be good (2 is even safer).

Maybe I have rethink the way I want the character to move because I want to be centered on the spawn room or at least have an output that have a repeatable outcome (does always the same thing which is not the case yet).
FortBoyau 11 Apr, 2020 @ 3:10pm 
I would like to share the script I made to farm XP fast with the map killox_2019 :
The idea behind my script is that if you move one step to the left and throw a grenade and repeat this and then go the other way.

My script :
toggle := 0
SetTimer, PressKey, 60
$^g::toggle := !toggle
PressKey:
if toggle{
Send, g
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {q down}
Sleep, 50
Send, {q up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, {d down}
Sleep, 50
Send, {d up}
Send, {z down}
Sleep, 50
Send, {z up}
Send, g
Send, g
}
return
^p::ExitApp
我妻 由乃  [author] 27 May, 2019 @ 11:59pm 
@Makkuro真っ黒JokerGod filter server by endless and Hell on Earth, sort by name of map and search for maps starting with P :) AND no you wouldnt get banned for this. You might get kicked off server but not banned
Makkuro真っ黒JokerGod 27 May, 2019 @ 7:20pm 
@Doliman100 will I get vac banned for using that script?
Makkuro真っ黒JokerGod 27 May, 2019 @ 7:16pm 
can anyone give me a link to the map? I have experience with the game and with each perks already so I'm just trying to get some skins. Thanks in advanced.
Cloaker-Chan 27 May, 2019 @ 7:51am 
i know this is to help people
but this upsets me alot
我妻 由乃  [author] 27 May, 2019 @ 1:10am 
@Arbiter It just for colecting skins after you have reached LVL 25 at least once legitimetly. You have to gain enought skill for HoE. Just LVL will not save you. If you are new player to the game its best to grind your first max lvls normal way.
@Doliman Yes, its know issue and im working on best solution
@Memph PLS stay calm
@Doliman Yes im aware of this map, but this is faster way if you get in team of 6-12 players on wave 100+