Gmod Ph Tauntpack - In need of memes

Hey fellow Gmod players!

Last month I released my very own Prophunt tauntpack (I didn’t mention it on the forums). It’s just based on an old taunt pack which I modified by adding new taunts whilst removing super annoying ones (such as ASDF movie stuff). A Github project will follow soon.
For now the tauntpack is available right here: https://steamcommunity.com/sharedfiles/filedetails/?id=740141714

I plan on releasing a newer version of it that contains new taunts and hence I’m asking for your help. All you need to do is send me a link to a YT video with a timecode and I will include it in the next update.
Also I’m looking for some help to creating a REGEX that strips the name of memes right out of my Lua file so that I can post a list of every included meme.

Here is a list with the taunts that are included already:

		-- Hunters
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/whatisthat.mp3", "Filthy Frank - What the Fuck is that?" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/forkissing.ogg", "Filthy Frank - That's what you get for kissing me" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/isthispointless.ogg", "h3h3 - Is this stupid?" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/cantfuckingsee.ogg", "h3h3 - I can't fucking see through these things" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/salad.ogg", "h3h3 - I love salad" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/hiptofuckbees.ogg", "Music - It's hip to fuck bees" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/sonvidia.ogg", "Linus Torvalds - So NVIDIA" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/poppapewds.ogg", "Pewdiepie - Poppa Pewds" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/loadsamoney.ogg", "Music - Loadsamoney - Harry Enfield" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/greenhill.ogg", "Music - Green Hill Act 2 (Fast) - Sonic Generations" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/skysanctury.ogg", "Music - Sky Sanctury Act 2 (Fast) - Sonic Generations" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/noise.ogg", "Linus Torvalds - So NVIDIA" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/gay.mp3", "Linus Torvalds - So NVIDIA" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0001.mp3", "Blue's Clues - We are gonna play Blue's Clues" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/dn0002.ogg", "Call of Duty - Sniper" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/dn0003.ogg", "Link: The Faces Of Evil - Join me, Link... or else you will die" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0003b.mp3", "Music - What is love" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0002.mp3", "Music - Woo Hoo!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih000C.mp3", "Scary Movie - Run, bitch, RUN!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0008a.mp3", "Some Guy Yells At Cats - GET THE FUCK OUTSIDE!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0006a.mp3", "Some Guy Yells At Cats - I'LL END YOU!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih000Aa.mp3", "Some Guy Yells At Cats - I'M GOING TO RAPE YOU!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih000Ba.mp3", "Some Guy Yells At Cats - RUN, FUCKIN RUN!" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih000D.mp3", "Taken - I will find you, and I will kill you" })
		table.insert(GAMEMODE.Hunter_Taunts, { "taunts/dreamnetwork/hunters/ih0004.mp3", "Thriller laugh" })

		-- Prop taunts
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0038.ogg", "Airhorn" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0005.ogg", "ASDFMovie - Everybody do the flop" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn000D.ogg", "ASDFMovie - I have no idea how to breathe" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn002B.ogg", "ASDFMovie - I like trains" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn001E.ogg", "ASDFMovie - I'm going to punch your face" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0033.ogg", "ASDFMovie - Wanna play catch the knife?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn002A.ogg", "ASDFMovie - You'll never take me alive!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0036.ogg", "Baby sounds" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0035.ogg", "Boom headshot!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0030.mp3", "Bow chicka wow wow" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0030.ogg", "CSI - YEAAAAAAAAAH" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0006.ogg", "Do you suck dicks?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0032.mp3", "Drumroll" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih004A.mp3", "Dumb And Dumber - The most annoying sound in the world" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0033.mp3", "Ehuhuhuuu" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih003B.mp3", "Geh wo du wohnst, du Scheisse!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0009.ogg", "GTA5 - Death sound" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn000A.ogg", "Community - Hah, gay!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0031.mp3", "Hide yo kids, hide yo wife" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0013.ogg", "HIMYM - It's gonna be legendary!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0048.mp3", "I like turtles" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih000D.mp3", "I need chippie for my bonga hole" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih002D.mp3", "Imma firin mah lazor!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0024.mp3", "It owns!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0010.ogg", "Jesus, man!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003A.ogg", "Legend Of Zelda - Heart Sound" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0039.ogg", "Legend Of Zelda - Missed Jump Sound" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0024.ogg", "Legend Of Zelda - Navi - Hello" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0025.ogg", "Legend Of Zelda - Navi - Hey" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003C.ogg", "Legend Of Zelda - Opening Treasure Box" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003B.ogg", "Legend Of Zelda - Small Item Sound" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003D.ogg", "Link: The Faces Of Evil - Come back when you're a little bit, mmm, richer" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003F.ogg", "Link: The Faces Of Evil - Gee, it sure is boring around here" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0040.ogg", "Link: The Faces Of Evil - Mah boi" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0041.ogg", "Link: The Faces Of Evil - Now you see me, now you don't" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn003E.ogg", "Link: The Faces Of Evil - Squaddala!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0031.ogg", "Madagascar - Circus Afro" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0034a.ogg", "Me gusta" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0037.mp3", "Music - Ayylmao.mp3" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0034.ogg", "Music - Busta Tank" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0021.mp3", "Music - Call on me" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0044.mp3", "Music - Can't touch this" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih001E.mp3", "Music - Chacarron Macarron" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih004B.ogg", "Music - Everybody dance now!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0005.mp3", "Music - Friday" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0041.mp3", "Music - Funny" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn000C.ogg", "Music - HEYYEEYYEYEY!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0022.mp3", "Music - I am the one and only!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn000E.ogg", "Music - I like to move it" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0052.mp3", "Music - I'm horneh" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0049.mp3", "Music - I'm so fresh you can suck my nuts" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih004E.mp3", "Music - Interior crocodile aligator" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0043.ogg", "Music - Mana mana" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0016.ogg", "Music - Mom's spaghetti" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn001C.ogg", "Music - Pizzabellstep" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn001D.ogg", "Music - Pryda snare" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0021.mp3", "Music - Rock me Mom's spaghetti" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0022.ogg", "Music - Sandstorm" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0045.ogg", "Music - Scat man 1" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0046.ogg", "Music - Scat man 2" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih002C.mp3", "Music - Schnappi Schnappi Schnapp" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0047.mp3", "Music - Stop, hammer time!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih004C.mp3", "Music - That's the way I like it" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn000F.ogg", "Music - The hobbits to Isengard" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0029.ogg", "Music - Tired" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0025.mp3", "Music - Trolololol" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0026.mp3", "Music - What what what" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0051.mp3", "Music - You touched my tralala" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0039.mp3", "Nicht an meine Wand sprühen!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0018.ogg", "No, this is Patrick!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0029.mp3", "Not the bees!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih000C.mp3", "Nyo nyo nyo" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0053.mp3", "Oh c'mon" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0006.mp3", "Over 9000" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih003A.mp3", "Raus hier, sofort!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0054.mp3", "Say whaaaaaaaa" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0002.ogg", "Simpsons - D'oh! - 1" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0037a.mp3", "Some Guy Yells At Cats - DON'T FUCKING STARE AT ME!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0036a.mp3", "Some Guy Yells At Cats - WHAT THE FUCK ARE YOU LOOKING AT!?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0027.mp3", "Something serious is coming up" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0008.ogg", "Sonic - Gotta go fast" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0023.ogg", "Sonic - Sanic theme" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0026.ogg", "Sonic - Snooping as usual" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0009.mp3", "Sparta" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih002B.mp3", "STARTE DAS SPIEL DU HURENSOHN" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih002A.mp3", "The Office - NO GOD! PLEASE NO!!! NOOOOOOOOOO" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0001.mp3", "TF2 - Entire team is babies" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0002.mp3", "TF2 - Nomnom" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0017.mp3", "TF2 - Nope" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn001F.mp3", "TF2 - Pyro laugh" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih0028.mp3", "Throwing up" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/ih003C.mp3", "Verschwinde oder meine Frau ruft Polizei!" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn0011.ogg", "Vinesauce - Who's been drawing dicks!?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn002C.ogg", "White noise" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dn002E.ogg", "You are an idiot" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/mememachine.mp3", "Filthy Frank - Meme Machine" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/spicymeme.mp3", "Pyrocynical - Quite The Spicy Meme" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/waaa.mp3", "Filthy Frank - Waaa" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/welcome.mp3", "Filthy Frank - Welcome" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/vapenation.ogg", "h3h3 - VAPE NAYSH YALL" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/whatsup.ogg", "h3h3 - What's up my dudette" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/really.ogg", "h3h3 - Really?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/downonyou.ogg", "Music - Down on you - B44" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/makeyoucome.ogg", "h3h3 - Gonna make you come tonight" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/pewdiepie.ogg", "Pewdiepie - How's it going bros?" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/jizzcuzzi.ogg", "h3h3 - Jizzcuzzi" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/quiets.ogg", "Pyrocynical - How's it going everyone, Quiet's sexscene here" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/macintoshplus.ogg", "Music - MACINTOSH PLUS" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dancingbear.ogg", "Music - Dancing Bear Ensemble" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/asianswannabeme.ogg", "Music - All The Asians Wanna Be Me - Lil D" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/dancingbear.ogg", "Music - Dancing Bear Ensemble" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/imhansolo.ogg", "Music - I'm Han Solo - Kinect Star Wars" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/livinginabox.ogg", "Music - Living in a Box" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/takeonme.ogg", "Music - Take on Me - a-ha" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/noise.ogg", "Pewdiepie - Got Talent 1" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/mypewdie.ogg", "Pewdiepie - This is my Pewdiepie" })
		table.insert(GAMEMODE.Prop_Taunts, { "taunts/dreamnetwork/props/mrkrabs.ogg", "Youtube - Oh yeah Mr. Krabs" })
	end )
end

As a “reward” for your help I’ll mention your name in the changelog.

Thanks for your help!

1 Like

I am very surprised to see a distinct lack of Grand Dad.

2 Likes

added!

1 Like

Not sure if it counts as a meme but the first thing that popped into my head: Keep Summer Safe. The line comes up multiple times and there’s more uploads of the scene so it shouldn’t be too hard to get a clean version.

2 Likes

Bump
Still open for suggestions. Otherwise I’ll call it an update. I already added a few new memes myself btw.

Maybe, maybe maybe maybe, consider adding a bit of You Reposted In The Wrong Neighborhood. This has been growing in popularity recently. Its a song, and I dont know how great itll be as a taunt, but maybe its worth it.

Not maybe. It WILL be in the update.

1 Like

I just released the update. If you are hosting a PH server that actually uses my pack, please restart it right now.

What about dat boi?

A super tiny bit overused imo.

…its a meme…

I didn’t ask for memes that I don’t like! Even if that doesn’t make sense