diff --git a/script/autoexec.cfg b/script/autoexec.cfg index 43918ea..ed2123e 100755 --- a/script/autoexec.cfg +++ b/script/autoexec.cfg @@ -95,17 +95,17 @@ echo Aliasing hudConsoleApi! alias disHudCon "con_filter_enable 0; developer 0; clear" // // // // // // // Enable Hud Console // // // -alias enHudCon "con_filter_enable 1; developer 1" // // // - // // // -// Per 20 // // // -alias disAllCon "groupalias1; groupalias2; groupalias3" // // // -alias groupalias1 "alias hudOffali1;alias hudOffali2;alias hudOffali3;alias hudOffali4;alias hudOffali5;alias hudOffali6;alias hudOffali7;alias hudOffali8;alias hudOffali9;alias hudOffali10;alias hudOffali11;alias hudOffali12;alias hudOffali13;alias hudOffali14;alias hudOffali15;alias hudOffali16;alias hudOffali17;alias hudOffali18;alias hudOffali19;alias hudOffali20;" -alias groupalias2 "alias hudOffali21;alias hudOffali22;alias hudOffali23;alias hudOffali24;alias hudOffali25;alias hudOffali26;alias hudOffali27;alias hudOffali28;alias hudOffali29;alias hudOffali30;alias hudOffali31;alias hudOffali32;alias hudOffali33;alias hudOffali34;alias hudOffali35;alias hudOffali36;alias hudOffali37;alias hudOffali38;alias hudOffali39;alias hudOffali40;" -alias groupalias3 "alias hudOffali41;alias hudOffali42;alias hudOffali43;alias hudOffali44;alias hudOffali45;alias hudOffali46;alias hudOffali47;alias hudOffali48;alias hudOffali49;alias hudOffali50;alias hudOffali51;alias hudOffali52;alias hudOffali53;alias hudOffali54;alias hudOffali55;alias hudOffali56;alias hudOffali57;alias hudOffali58;alias hudOffali59;alias hudOffali60;" -disAllCon // // // - // // // -// // // // -////////////////////////////////////////////////////////////// // // +alias enHudCon "con_filter_enable 1; developer 1" // // //----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// + // // // +// Per 20 // //----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +alias disAllCon "groupalias1; groupalias2; groupalias3" // // // +alias groupalias1 "alias hudOffali1;alias hudOffali2;alias hudOffali3;alias hudOffali4;alias hudOffali5;alias hudOffali6;alias hudOffali7;alias hudOffali8;alias hudOffali9;alias hudOffali10;alias hudOffali11;alias hudOffali12;alias hudOffali13;alias hudOffali14;alias hudOffali15;alias hudOffali16;alias hudOffali17;alias hudOffali18;alias hudOffali19;alias hudOffali20;" // // +alias groupalias2 "alias hudOffali21;alias hudOffali22;alias hudOffali23;alias hudOffali24;alias hudOffali25;alias hudOffali26;alias hudOffali27;alias hudOffali28;alias hudOffali29;alias hudOffali30;alias hudOffali31;alias hudOffali32;alias hudOffali33;alias hudOffali34;alias hudOffali35;alias hudOffali36;alias hudOffali37;alias hudOffali38;alias hudOffali39;alias hudOffali40;" // // +alias groupalias3 "alias hudOffali41;alias hudOffali42;alias hudOffali43;alias hudOffali44;alias hudOffali45;alias hudOffali46;alias hudOffali47;alias hudOffali48;alias hudOffali49;alias hudOffali50;alias hudOffali51;alias hudOffali52;alias hudOffali53;alias hudOffali54;alias hudOffali55;alias hudOffali56;alias hudOffali57;alias hudOffali58;alias hudOffali59;alias hudOffali60;" // // +disAllCon // // // + // //----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +// // // // +////////////////////////////////////////////////////////////// // //----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // // // // ////////////////////////////////////////////////////////////////////// // // @@ -176,7 +176,7 @@ alias hudOnali60 "disAllCon;enHudCon;alias hudOffali60 disHudCon" // ////////////////////////////////////////////////////////////////////// // // // // // // -////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // +//----------------------------------------------------------------------------------------------------------------------------------// // // //This is a Batch file that I used to make these commands instead of doing it all by hand. // // // //Depending on the number, it will output all this to a txt file. // // // //To use, make a batch file(a file ending with .bat)and paste all this in. You will need to remove all the comments for it to work. // // // @@ -195,7 +195,7 @@ alias hudOnali60 "disAllCon;enHudCon;alias hudOffali60 disHudCon" // //echo done // // // //pause // // // // // // // -////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // +//----------------------------------------------------------------------------------------------------------------------------------// // // // // //----------------------------------------------------------------------------------------------------------------------------------------------------------// // // // @@ -203,7 +203,113 @@ alias hudOnali60 "disAllCon;enHudCon;alias hudOffali60 disHudCon" // echo Aliased hudConsoleApi! + +echo Aliasing Anti-Null Movement script! +//------------------------------------------------------------------------------// +// Anti-Null Movement script // +//--------------------------------------------------------------------------// // + // // +//==============================================// // // +// Bind this to prevent player from not moving // // // +// With 2 opposing keys are de-pressed. // // // +//==============================================// // // + // // +alias +moveFwd "-back; +forward; alias moveCheckFwd +forward" // // +alias +moveBack "-forward; +back; alias moveCheckBack +back" // // +alias +moveLeft "-moveright; +moveleft; alias moveCheckLeft +moveleft" // // +alias +moveRight "-moveleft; +moveright; alias moveCheckRight +moveright" // // + // // +alias -moveFwd "-forward; moveCheckBack; alias moveCheckFwd" // // +alias -moveBack "-back; moveCheckFwd; alias moveCheckBack" // // +alias -moveLeft "-moveleft; moveCheckRight; alias moveCheckLeft" // // +alias -moveRight "-moveright; moveCheckLeft; alias moveCheckRight" // // + // // +alias moveCheckFwd // // +alias moveCheckBack // // +alias moveCheckLeft // // +alias moveCheckRight // // + // // +//--------------------------------------------------------------------------// // +// // +//------------------------------------------------------------------------------// +echo Aliased Anti-Null Movement script! + + + // TODO // Redirect menu keys and bhop script +echo Doing crap bind job + +bind b gToggleGui +bind uparrow gPointerUp +bind downarrow gPointerDown +bind enter gPointerSelect + +echo finished crap bind job + + + +echo Aliasing User Input Redirection! +//------------------------------------------------------------------// +// User input redirection // +//--------------------------------------------------------------// // + // // +//======================================================// // // +// User input Redirector // // // +// Allows us to bind a few keys while not needing to // // // +// Rebind them, only needing to call aliases instead // // // +// Makes aliases more organized and easy to control // // // +// with them built with this in mind. // // // +//======================================================// // // + // // +////////////////////////////////////////////// // //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// +// Redirection handling // // // + // //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +// Reset redirects to default // // // +alias uiRedirectResetMovement "alias +uiRedirectMoveUp +moveFwd; alias +uiRedirectMoveDown +moveBack; alias +uiRedirectMoveLeft +moveLeft; alias +uiRedirectMoveRight +moveRight; alias -uiRedirectMoveUp -moveFwd; alias -uiRedirectMoveDown -moveBack; alias -uiRedirectMoveLeft -moveLeft; alias -uiRedirectMoveRight-moveRight; alias +uiRedirectAttack +attack; alias -uiRedirectAttack -attack" // // +alias uiRedirectResetVax "alias uiRedirect1 slot1; alias uiRedirect2 slot2; alias uiRedirect3 slot3; alias uiRedirect4 slot4; alias +uiRedirectR +reload; alias -uiRedirectR -reload" // // +alias uiRedirectResetMouse "alias +uiRedirectKey1 +attack3; alias -uiRedirectKey1 -attack3; alias uiRedirectKey2; alias uiRedirectKey3" //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +alias uiRedirectReset "uiRedirectResetMouse; uiRedirectResetVax" // // + // // //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // // +// Give scripts control of keys // // // +alias uiRedirectToVax "alias uiRedirect1 vaxKey1; alias uiRedirect2 vaxKey2; alias uiRedirect3 vaxKey3; alias uiRedirect4 vaxKey4; alias +uiRedirectr vaxKeyR; alias -uiRedirectr" // // +alias uiRedirectToMediQuick "alias +uiRedirectKey2 mQsButton1; alias +uiRedirectKey3 mQsButton2" // // +alias uiRedirectToMiniSentry "alias +uiRedirectKey1 miniKey1; alias +uiRedirectKey2 miniKey2; alias +uiRedirectKey3 miniKey3; alias -uiRedirectAttack miniKeyAttack" // // + // // // +// // //----------------------------------------------------------------------------------------------------------------------// // +////////////////////////////////////////////// // // + // //----------------------------------------------------------------------------------------------------------------------// +////////////////////////////////// // // +// Binds // // // + // // // +echo Binding Redirects! // // // + // // // +bind w "+uiRedirectMoveUp" // // // +bind a "+uiRedirectMoveLeft" // // // +bind s "+uiRedirectMoveDown" // // // +bind d "+uiRedirectMoveRight" // // // + // // // +bind 1 "+uiRedirect1" // // // +bind 2 "+uiRedirect2" // // // +bind 3 "+uiRedirect3" // // // +bind 4 "+uiRedirect4" // // // + // // // +bind r "+uiRedirectR" // // // + // // // +bind MOUSE1 "+uiRedirectAttack" // // // +bind MOUSE3 "+uiRedirectKey1" // // // +bind MOUSE5 "+uiRedirectKey2" // // // +bind MOUSE4 "+uiRedirectKey3" // // // + // // // +echo Bound Redirects! // // // + // // // +// // // // +////////////////////////////////// // // + // // +//--------------------------------------------------------------// // +// // +//------------------------------------------------------------------// +echo Aliased User Input Redirection! + echo Aliasing Console Menu! //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// @@ -358,29 +464,30 @@ echo Aliased bHopScript! echo Aliasing Medic Quick Switch! -//----------------------------------------------------------------------------------------------------------------------------------------------------------// -// Medi Quick Switch // -//------------------------------------------------------------------------------------------------------------------------------------------------------// // - // // -//======================================================================================// // // -// Medic Quick loadout switcher // // // -// This small script is meant for people that use each loadout slot for one medigun. // // // -// It is reccomended to bind mQsButton1 and 2 each to some thumb keys. // // // -// Press 1 once for krits while using medi, and press again to go back. // // // -// Pressing 2 while using medi or krits will switch over to quickfix and vaccinator // // // -//======================================================================================// // // - // // -// Disables the medi quick switcher // TODO // Remove this // // -alias mQsDisable "alias mQsButton1; alias mQsButton2; hudOnali2; echo Disabled MediSwitch Script; wait 1500; hudOffali2" // // -// Some loadout toggles // // -alias mQsSlot1 "load_itempreset 0; alias mQsButton1 mQsSlot2; alias mQsButton2 mQsSlot3; hudOnali3; echo Now Using Uber; wait 1500; hudOffali3" // // -alias mQsSlot2 "load_itempreset 1; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot3; hudOnali4; echo Now Using Kritx; wait 1500; hudOffali4" // // -alias mQsSlot3 "load_itempreset 2; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot4; hudOnali5; echo Now Using QuickFix; wait 1500; hudOffali5" // // -alias mQsSlot4 "load_itempreset 3; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot3; hudOnali6; echo Now Using Vaccinator; wait 1500; hudOffali6" // // - // // -//------------------------------------------------------------------------------------------------------------------------------------------------------// // -// // -//----------------------------------------------------------------------------------------------------------------------------------------------------------// +//----------------------------------------------------------------------------------------------------------------------------------------------------------------------// +// Medi Quick Switch // +//------------------------------------------------------------------------------------------------------------------------------------------------------------------// // + // // +//======================================================================================// // // +// Medic Quick loadout switcher // // // +// This small script is meant for people that use each loadout slot for one medigun. // // // +// It is reccomended to bind mQsButton1 and 2 each to some thumb keys. // // // +// Press 1 once for krits while using medi, and press again to go back. // // // +// Pressing 2 while using medi or krits will switch over to quickfix and vaccinator // // // +//======================================================================================// // // + // // +// Disables the medi quick switcher // // +alias mQsDisable "alias mQsButton1; alias mQsButton2; hudOnali2; echo Disabled MediSwitch Script; wait 1500; hudOffali2" // // +alias mQsEnable "mQsSlot1; uiRedirectToMediQuick" // // +// Some loadout toggles, Also controls vax script // // +alias mQsSlot1 "load_itempreset 0; alias mQsButton1 mQsSlot2; alias mQsButton2 mQsSlot3; vaxDisable; hudOnali3; echo Now Using Uber; wait 1500; hudOffali3" // // +alias mQsSlot2 "load_itempreset 1; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot3; vaxDisable; hudOnali4; echo Now Using Kritx; wait 1500; hudOffali4" // // +alias mQsSlot3 "load_itempreset 2; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot4; vaxDisable; hudOnali5; echo Now Using QuickFix; wait 1500; hudOffali5" // // +alias mQsSlot4 "load_itempreset 3; alias mQsButton1 mQsSlot1; alias mQsButton2 mQsSlot3; vaxStartUp; hudOnali6; echo Now Using Vaccinator; wait 1500; hudOffali6" // // + // // +//------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +// // +//----------------------------------------------------------------------------------------------------------------------------------------------------------------------// echo Aliased Medic Quick Switch! @@ -409,7 +516,9 @@ alias vaxWaitTest "alias vaxWaitTmp vaxEnable; alias wait vaxWaitSetF; wait; vax alias vaxWaitSetF "alias vaxWaitTmp vaxUnbind; echo Wait test failed, Vaccinator Script Disabled" // // // // // // // Use to enable/disable the script, startup is reccomended to check for wait // // // -alias vaxEnable "vaxBindToBullet; echo Wait test passed, Vaccinator script active." // // // +alias vaxEnable "vaxBindToBullet; uiRedirectToVax; echo Wait test passed, Vaccinator script active." // // // +alias vaxDisable "vaxUnbind; uiRedirectResetVax; echo Disabling Vaccinator script" // // // + // // // alias vaxUnbind "alias vaxKey1; alias vaxKey2; alias vaxKey3; alias vaxKey4; alias vaxKeyR" // // // // // // // Binds 1-3 and r respectivly to switch to a resistance // // // @@ -455,111 +564,389 @@ echo Aliased Medic Vaccinator! -// Destroy and Pull up a building -alias miniPullSentry "destroy 2 0;build 2 0" -alias miniPullDispenser "destroy 0 0;build 0 0" - -// destroy and pull up a new sentry and bind attack to switch back -// When player attacks, it will auto attack then switch to primary. -alias miniSentry "miniPullSentry; alias miniKeyAttack miniSentryBack" -alias miniSentryBack "slot1; alias miniKeyAttack" - -// If wait is off Change to a lesser bind -alias miniWaitTest "alias miniWaitTmp miniEnable; alias wait miniWaitSetF; wait; miniWaitTmp" -alias miniWaitSetF "alias miniWaitTmp miniDisable" - -// Enable Disabling the Sentry Script -alias miniDisable "alias miniKey1; alias miniKey2; alias miniKey3; alias miniKeyAttack" -alias miniEnable "alias miniKeyAttack3 miniSentry' +echo Aliasing Minisentry switchback! +//------------------------------------------------------------------------------------------------------// +// Minisentry switchback script // +//--------------------------------------------------------------------------------------------------// // + // // +//==================================================// // // +// The MiniSwitchBack script is made to switch // // // +// back to your primary after placing a sentry. // // // +// Usefull for using minis as mere distractions. // // // +//==================================================// // // + // // +//==================================================// // // +// How to Use, // // // +// Bind miniKey1 to a key for pulling sentrys // // // +// miniKey2 for pulling dispensers // // // +// miniKey3 to toggle switchback // // // +// and miniKeyAttack needs to be bound to -attack. // // // +//==================================================// // // + // // +////////////////////////////////////////////////////////////////////////////////////////////////// // // +// Stuff // // // + // // // +// Destroy and Pull up a building // // // +alias miniPullSentry "destroy 2 0;build 2 0" // // // +alias miniPullDispenser "destroy 0 0;build 0 0" // // // + // // // +// destroy and pull up a new sentry and bind attack to switch back // // // +// When player attacks, it will auto attack then switch to primary. // // // +alias miniSentry "miniPullSentry; alias miniKeyAttack miniSentryBack" // // // +alias miniSentryBack "-attack; slot1; alias miniKeyAttack -attack" // // //--------------// + // // // + // //--------------// // +// Enable Disabling the Sentry Script // // +alias miniDisable "uiRedirectResetMouse; alias miniKey1; alias miniKey2; alias miniKey3; alias miniKeyAttack" // // +// Change toggle to 1 if you dont want the script to switchback by default // // +alias miniEnable "uiRedirectToMiniSentry; miniToggle2; alias miniKey2 miniPullDispenser; alias miniKey3 miniToggle" // // +// Toggles // // +alias miniToggle1 "alias miniToggle miniToggle2; alias miniKey1 miniSentry" // //--------------// // +alias miniToggle2 "alias miniToggle miniToggle1; alias miniKey1 miniPullSentry" // // // + // // //--------------// +// // // // +////////////////////////////////////////////////////////////////////////////////////////////////// // // + // // +//--------------------------------------------------------------------------------------------------// // +// // +//------------------------------------------------------------------------------------------------------// +echo Minisentry switchback! +echo Aliasing Chat Spam! +//----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// +// Chat Spam Scripts // +//------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // + // // +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // // +// Fucked Up Hentai Quotes // // // +// Credit goes to karen for half of the quotes // // // + // // // +alias bindHln1 "say IMPREGNATE MY ASS! ; alias bindCallHentai bindHln2" // // // +alias bindHln2 "say Now my armpits are going to smell like dick... ; alias bindCallHentai bindHln3" // // // +alias bindHln3 "say Damn! Men have different genitals than women! ; alias bindCallHentai bindHln4" // // // +alias bindHln4 "say You're impregnating me while I'm taking a dump!!! ; alias bindCallHentai bindHln5" // // // +alias bindHln5 "say Sandwich fuck feels so good... ; alias bindCallHentai bindHln6" // // // +alias bindHln6 "say If I give birth, then the baby will grow up and lose its virginty before you do~ <3 ; alias bindCallHentai bindHln7" // // // +alias bindHln7 "say Use your dick and make cheese fondue in my pussy <3 ; alias bindCallHentai bindHln8" // // // +alias bindHln8 "say I'm shitting and sucking away at my smegma and cumming at the same time!!! ; alias bindCallHentai bindHln9" // // // +alias bindHln9 "say DAMN! My sister has a nice shit box on her ; alias bindCallHentai bindHln10" // // // +alias bindHln10 "say Do it! Do it! Pour your cum all over my unborn fetus! ; alias bindCallHentai bindHln11" // // // +alias bindHln11 "say You must be a real pervert to be able to cum while having my arm twisting around inside your ass ; alias bindCallHentai bindHln12" // // // +alias bindHln12 "say I'M BEING FUCKED BY MY OWN COCK! ; alias bindCallHentai bindHln13" // // // +alias bindHln13 "say Wow... Only a truly great pussy allows a premature ejaculator to hold out and extend the feeling of ecstasy... ; alias bindCallHentai bindHln14" // // // +alias bindHln14 "say The truth is, most boys are horrified when the girl they like suddenly grows a cock ; alias bindCallHentai bindHln15" // // // +alias bindHln15 "say But having 4 arms shoved up my ass, there's no way I can stand having anything smaller in there now; alias bindCallHentai bindHln16" // // // +alias bindHln16 "say So much vomit-cum is coming out of Senpai's mouth-pussy! ; alias bindCallHentai bindHln17" // // // +alias bindHln17 "say OGHHH!! My throat-pussy is being raped by this filthy penis! ; alias bindCallHentai bindHln18" // // // +alias bindHln18 "say So you crossdress and ejaculate prematurely... That's beyond sad ; alias bindCallHentai bindHln19" // // // +alias bindHln19 "say Control this 'GLOBAL WARMING' in my pussy! ; alias bindCallHentai bindHln20" // // // +alias bindHln20 "say You won't be able to rape me after cumming in my mouth ; alias bindCallHentai bindHln21" // // // +alias bindHln21 "say WHO IN THEIR RIGHT MIND WOULD FROST A CAKE WITH THEIR BUTT?! ; alias bindCallHentai bindHln22" // // // +alias bindHln22 "say Now that I actually came on my little brother's face, all my fears seem to have vanished ; alias bindCallHentai bindHln23" // // // +alias bindHln23 "say Why is that giraffe pounding into my anus so fiercely?! ; alias bindCallHentai bindHln24" // // // +alias bindHln24 "say Oooooh, it's knocking on the door to my baby factory! <3 ; alias bindCallHentai bindHln25" // // // +alias bindHln25 "say It's so big and thick! The dick of a married woman! ; alias bindCallHentai bindHln26" // // // +alias bindHln26 "say My pussy feels so good! It feels so good to shove shit into my pussy! ; alias bindCallHentai bindHln27" // // // +alias bindHln27 "say Maybe it's because I have sucked on nothing but cocks fo the last few days... ; alias bindCallHentai bindHln28" // // // +alias bindHln28 "say I'LL CUM TOO MUCH AND DIE! ; alias bindCallHentai bindHln29" // // // +alias bindHln29 "say Hhmng...! Ooh! Here it comes! Yes! Give my nose an enema with your cum! ; alias bindCallHentai bindHln30" // // // +alias bindHln30 "say It makes me sick to think I was fucking a woman who was having sex with an alligator ; alias bindCallHentai bindHln31" // // // +alias bindHln31 "say And your excrement will become my sustenance ; alias bindCallHentai bindHln32" // // // +alias bindHln32 "say Meeting and talking to men while naked increases your chances to score! ; alias bindCallHentai bindHln33" // // // +alias bindHln33 "say I wish I could have had sex with mom like you did, sis ; alias bindCallHentai bindHln34" // // // +alias bindHln34 "say Please don't watch me cum while I spray pee out of my ass! ; alias bindCallHentai bindHln35" // // // +alias bindHln35 "say He's like the ferryman across the River Styx, pulling men into sin by their dicks! ; alias bindCallHentai bindHln36" // // // +alias bindHln36 "say I'M BECOMING A TOTAL SLAVE FOR THICK, LONG, AND HARD MEGACOCKS! ; alias bindCallHentai bindHln37" // // // +alias bindHln37 "say Humans can make cows pregnant?! ; alias bindCallHentai bindHln38" // // // +alias bindHln38 "say I'M FLOATING ON COCKS! ; alias bindCallHentai bindHln39" // // // +alias bindHln39 "say It felt like I came my entire insides out my dick... ; alias bindCallHentai bindHln40" // // // +alias bindHln40 "say Heh, you're not only quick at fighting, but your dick is also like that of a kid's! ; alias bindCallHentai bindHln41" // // // +alias bindHln41 "say These are savage, untamed dicks ; alias bindCallHentai bindHln42" // // // +alias bindHln42 "say Terrorist actions against my ass are not acceptable! ; alias bindCallHentai bindHln43" // // // +alias bindHln43 "say But... It's a sin to have tits this huge for a girl your age! ; alias bindCallHentai bindHln44" // // // +alias bindHln44 "say This is bit of a pickle, though. ; alias bindCallHentai bindHln45" // // // +alias bindHln45 "say What does it say about a grade school teacher if she doesn't want to fuck her students? ; alias bindCallHentai bindHln46" // // // +alias bindHln46 "say T-this could be the biggest turd in all of Japan, no, the world... ; alias bindCallHentai bindHln47" // // // +alias bindHln47 "say Teach us how to use dicks ; alias bindCallHentai bindHln48" // // // +alias bindHln48 "say There's nothing better than cafe au semen, I tell you! ; alias bindCallHentai bindHln49" // // // +alias bindHln49 "say To have the person I love also be a hermaphrodite... ; alias bindCallHentai bindHln50" // // // +alias bindHln50 "say It's enough to make me want to thank God with a blowjob! ; alias bindCallHentai bindHln51" // // // +alias bindHln51 "say Just shut the fuck up, and let me fuck your ass!!! ; alias bindCallHentai bindHln52" // // // +alias bindHln52 "say Ooh? She's already wet, even though she's a virgin! ; alias bindCallHentai bindHln53" // // // +alias bindHln53 "say Quit having fun squeezing a guy's breasts ; alias bindCallHentai bindHln54" // // // +alias bindHln54 "say A dick with phimosis is the best <3 ; alias bindCallHentai bindHln55" // // // +alias bindHln55 "say Come on, confess. You wanted me to assault you, didn't you? ; alias bindCallHentai bindHln56" // // // +alias bindHln56 "say They say it's dangerous to swallow the cum of foreigners ; alias bindCallHentai bindHln57" // // // +alias bindHln57 "say Ah ah ah! I'm the lonely rapist! ; alias bindCallHentai bindHln58" // // // +alias bindHln58 "say You're too addicted to the cock! ; alias bindCallHentai bindHln59" // // // +alias bindHln59 "say You have become so dick-crazed that you can no longer call yourself a man! ; alias bindCallHentai bindHln60" // // // +alias bindHln60 "say I mean, this is why we went on vacation, so you could discreetly suck girl cock ; alias bindCallHentai bindHln61" // // // +alias bindHln61 "say The reason kindergartners' hands are so small is because they're meant to pat dicks! ; alias bindCallHentai bindHln62" // // // +alias bindHln62 "say It's because you only fight with your anus ; alias bindCallHentai bindHln63" // // // +alias bindHln63 "say Ughhh... I ended up giving my chastity to my girlfriend's cat... ; alias bindCallHentai bindHln64" // // // +alias bindHln64 "say She's eating my dick first? She's a slutty zombie, a slutbie! ; alias bindCallHentai bindHln65" // // // +alias bindHln65 "say Can you believe the whole school is being powered by your semen right now? ; alias bindCallHentai bindHln66" // // // +alias bindHln66 "say Even though I'm just a high schooler, I'm prepared to be a mother! ; alias bindCallHentai bindHln67" // // // +alias bindHln67 "say So please... impregnate me! ; alias bindCallHentai bindHln68" // // // +alias bindHln68 "say You're basically using my pussy to masturbate! ; alias bindCallHentai bindHln69" // // // +alias bindHln69 "say A vagina! I'm licking a real vagina! ; alias bindCallHentai bindHln70" // // // +alias bindHln70 "say Ripping through a high school girl's hymen is the best ; alias bindCallHentai bindHln71" // // // +alias bindHln71 "say Plus, her small tits are right up my alley ; alias bindCallHentai bindHln72" // // // +alias bindHln72 "say Flat chest is justice! ; alias bindCallHentai bindHln73" // // // +alias bindHln73 "say That was the point when I realized that there really was no candy. ; alias bindCallHentai bindHln74" // // // +alias bindHln74 "say My entire body is turning into pussies. ; alias bindCallHentai bindHln75" // // // +alias bindHln75 "say Your pussy's become so plump... and smells like an incredibly hot, rich cheese... ; alias bindCallHentai bindHln76" // // // +alias bindHln76 "say I'm not sure what's going on, but my asshole is in danger! ; alias bindCallHentai bindHln77" // // // +alias bindHln77 "say When I got back home, I was greeted by an ass coming out of the microwave. ; alias bindCallHentai bindHln78" // // // +alias bindHln78 "say Hey sis, look at me too! Your nipple is about to penetrate me! ; alias bindCallHentai bindHln79" // // // +alias bindHln79 "say My penis isn't just satisfied with just pudding. ; alias bindCallHentai bindHln80" // // // +alias bindHln80 "say You were fucked by your father who is the same person as your mother, and now you are pregnant. ; alias bindCallHentai bindHln81" // // // +alias bindHln81 "say Stoop!! Your second helping of milk is gonna turn my pussy into an idiot!! ; alias bindCallHentai bindHln82" // // // +alias bindHln82 "say M... My cum belongs to the fuhrer...! ; alias bindCallHentai bindHln83" // // // +alias bindHln83 "say LAST TIME I SLEPT WITH YOU, I GAVE YOU... SUPER HERPES!!! ; alias bindCallHentai bindHln84" // // // +alias bindHln84 "say My immortal dick is once again on fire and can't be stopped. ; alias bindCallHentai bindHln85" // // // +alias bindHln85 "say SH... SHE STOPPED HIM WITH A BLOWJOB!! ; alias bindCallHentai bindHln86" // // // +alias bindHln86 "say Stop trolling my anus! ; alias bindCallHentai bindHln87" // // // +alias bindHln87 "say Here we go! Nose rape! ; alias bindCallHentai bindHln88" // // // +alias bindHln88 "say Whenever mom was at work, I had sex with the cow. ; alias bindCallHentai bindHln89" // // // +alias bindHln89 "say It's like... He's ejaculating strait inside my mind. ; alias bindCallHentai bindHln90" // // // +alias bindHln90 "say And now we can even have sex with her dick!! ; alias bindCallHentai bindHln91" // // // +alias bindHln91 "say THE TREATY OF VERSAI OH GOD I'M CUUMMING! ; alias bindCallHentai bindHln92" // // // +alias bindHln92 "say Please come into my rectum and fill it up to the brim by using them like a false penis ; alias bindCallHentai bindHln93" // // // +alias bindHln93 "say Please captain, rape my streched anus with your erected nipples! ; alias bindCallHentai bindHln94" // // // +alias bindHln94 "say Wah! What are we going to do on the bed? ; alias bindCallHentai bindHln95" // // // +alias bindHln95 "say What are you doing back there, onii-chan? ; alias bindCallHentai bindHln96" // // // +alias bindHln96 "say Please go easy on me. I'm a virgin *spreads gaping vagina* ; alias bindCallHentai bindHln97" // // // +alias bindHln97 "say It's amazing! Anal sex with little girls really is the best! ; alias bindCallHentai bindHln98" // // // +alias bindHln98 "say If it's in the butt, then it doesn't count. ; alias bindCallHentai bindHln99" // // // +alias bindHln99 "say Pump that semen inside your sister! ; alias bindCallHentai bindHln100" // // // +alias bindHln100 "say Onee-Chan... p-please be gentle... aah~ ; alias bindCallHentai bindHln101" // // // +alias bindHln101 "say You're gonna get raped by my thick, fat futa-dick! ; alias bindCallHentai bindHln102" // // // +alias bindHln102 "say A tunafish just made me cum... ; alias bindCallHentai bindHln103" // // // +alias bindHln103 "say As you can plainly see... I'm a rapist disguised as a pizza boy. ; alias bindCallHentai bindHln104" // // // +alias bindHln104 "say I was the one who was overconfident, thinking I could compete against someone who used an infinite semen cheat code on his balls! ; alias bindCallHentai bindHln105" // // // +alias bindHln105 "say Why is that man feeling so good despite her forcibly raping him? ; alias bindCallHentai bindHln106" // // // +alias bindHln106 "say Tonight I'm going to thoroughly stab you with my dick!! ; alias bindCallHentai bindHln107" // // // +alias bindHln107 "say You're the kind of little sister who prefers dick over olives... ; alias bindCallHentai bindHln108" // // // +alias bindHln108 "say The contents of my stomach... Are waffle batter mix! ; alias bindCallHentai bindHln109" // // // +alias bindHln109 "say Mommy, your sperm are raping my sperm... It's making me cum! ; alias bindCallHentai bindHln110" // // // +alias bindHln110 "say Still, It's pretty awesome that he's going to end up getting raped by that homo. ; alias bindCallHentai bindHln111" // // // +alias bindHln111 "say Ah... I wish I could be one of your tissues... and take your stinky cum day after day... ; alias bindCallHentai bindHln112" // // // +alias bindHln112 "say Ravioli, ravioli, cum in my assholi ; alias bindCallHentai bindHln113" // // // +alias bindHln113 "say It's not rape if their pupils turn into hearts, ask any lawyer ; alias bindCallHentai bindHln114" // // // +alias bindHln114 "say My pussy's about to eat up your weiner and it's like~ GOBBLE GOBBLE! ; alias bindCallHentai bindHln115" // // // +alias bindHln115 "say Penis or not, my feelings won't ever change! ; alias bindCallHentai bindHln116" // // // +alias bindHln116 "say You don't bring girls to your room and not have sex with them! ; alias bindCallHentai bindHln117" // // // +alias bindHln117 "say Uhn! I'm gonna launch my load at express speed! ; alias bindCallHentai bindHln118" // // // +alias bindHln118 "say Next class is physical education. Girls who are filed with my semen don't have to participate because I don't want them to spill it. ; alias bindCallHentai bindHln119" // // // +alias bindHln119 "say You pissed in my coffee didn't you? Not that it matters anyway.. ; alias bindCallHentai bindHln120" // // // +alias bindHln120 "say Let's rape! You can start by screaming. ; alias bindCallHentai bindHln121" // // // +alias bindHln121 "say Didn't your mother teach you proper manners? It's only polite to close your asshole after being raped. ; alias bindCallHentai bindHln122" // // // +alias bindHln122 "say I wanna be fucked so hard I don't even know my own name anymore. ; alias bindCallHentai bindHln123" // // // +alias bindHln123 "say I can't believe you're confessing while eating his ass out! ; alias bindCallHentai bindHln124" // // // +alias bindHln124 "say Incest sure tastes bitter... ; alias bindCallHentai bindHln125" // // // +alias bindHln125 "say Our mothers will check our hymen every month, so I take a trip back home when the time comes. ; alias bindCallHentai bindHln126" // // // +alias bindHln126 "say How cruel, my pussy smells like camembert cheese for sure! ; alias bindCallHentai bindHln127" // // // +alias bindHln127 "say Not to good girls: Make sure not to insert a ball pen in your pussy. ; alias bindCallHentai bindHln128" // // // +alias bindHln128 "say You... You understood me, didn't you Mr. Tentacle...!? ; alias bindCallHentai bindHln129" // // // +alias bindHln129 "say If I see such a beautiful spinal erector mussle, then I must rub my dick against it. ; alias bindCallHentai bindHln130" // // // +alias bindHln130 "say I have three size d batteries lodged inside my asshole as a defensive measure. I call it ''The Shining Dragon.'' ; alias bindCallHentai bindHln131" // // // +alias bindHln131 "say I guess I have no choice... I have to impregnate my little sister! ; alias bindCallHentai bindHln132" // // // +alias bindHln132 "say I can't stop shitting! Pushing it out feels good!!!<3 ; alias bindCallHentai bindHln133" // // // +alias bindHln133 "say I can't calm down without smelling some semen!! ; alias bindCallHentai bindHln134" // // // +alias bindHln134 "say My body can only be washed by tits! ; alias bindCallHentai bindHln135" // // // +alias bindHln135 "say Come on, let's rethink this... I'm healthy! I don't need your hand in my butt! ; alias bindCallHentai bindHln136" // // // +alias bindHln136 "say Uhaa... Got carried away and spoofed right in ya' gash... ; alias bindCallHentai bindHln137" // // // +alias bindHln137 "say I was always taught to thank my host with sex if I ever ran away from home. ; alias bindCallHentai bindHln138" // // // +alias bindHln138 "say Her god's tounge really loves it's new pacifier... ; alias bindCallHentai bindHln139" // // // +alias bindHln139 "say Don't you dare make a mockery of cock! ; alias bindCallHentai bindHln140" // // // +alias bindHln140 "say I'm going to make you have a lot of ogre babies ; alias bindCallHentai bindHln141" // // // +alias bindHln141 "say Look, you're getting gayer and gayer... Decending into faggotry... ; alias bindCallHentai bindHln142" // // // +alias bindHln142 "say Fag... Gay... <3 <3 ; alias bindCallHentai bindHln143" // // // +alias bindHln143 "say YOU WILL BECOME A DICK ; alias bindCallHentai bindHln144" // // // +alias bindHln144 "say Poor Mr. Wolf! To have lost the ability to get an erection like that... ; alias bindCallHentai bindHln145" // // // +alias bindHln145 "say As expected of british chicks, what a smelly cunt you've got there. ; alias bindCallHentai bindHln146" // // // +alias bindHln146 "say Don't you think it's rude to greet your guest with your ass, Onee-chan? ; alias bindCallHentai bindHln147" // // // +alias bindHln147 "say That's right. Sugary sweet, sinfully rich, delightfully sticky faggot sex! <3 ; alias bindCallHentai bindHln148" // // // +alias bindHln148 "say This is such an amazing discovery! Let's name this your ass-pussy! ; alias bindCallHentai bindHln149" // // // +alias bindHln149 "say I'm cumming inside myself! ; alias bindCallHentai bindHln150" // // // +alias bindHln150 "say If you only see me as your brother, then why are your nipples erect? ; alias bindCallHentai bindHln151" // // // +alias bindHln151 "say Using this cock that I grew using a special drug, we'll both feel good together... senpai. <3 ; alias bindCallHentai bindHln152" // // // +alias bindHln152 "say Do...Don't fap your dick through my ASSSSS!! ; alias bindCallHentai bindHln153" // // // +alias bindHln153 "say APOLOGISE TO THE GOD OF SEX!! ; alias bindCallHentai bindHln154" // // // +alias bindHln154 "say I can stick three dicks in my mouth and sing the national anthem! ; alias bindCallHentai bindHln155" // // // +alias bindHln155 "say No, I will surpass that and become the king of virgins! ; alias bindCallHentai bindHln156" // // // +alias bindHln156 "say Here's you're pervert little brother's cock pounding your tight wet sister-pussy! ; alias bindCallHentai bindHln157" // // // +alias bindHln157 "say Mmmmmmm sweet incest fucking with onee-chan! ; alias bindCallHentai bindHln158" // // // +alias bindHln158 "say Nipple rubbing attack! ; alias bindCallHentai bindHln159" // // // +alias bindHln159 "say Wish such cuteness, gender means diddly-squat. Welcome to penis-land! ; alias bindCallHentai bindHln160" // // // +alias bindHln160 "say I wanted to push her away, but instead I ended up pushing her into my boner ; alias bindCallHentai bindHln161" // // // +alias bindHln161 "say You have a godly cock, onii-chan. So before I do anything, let me pay my respects. ; alias bindCallHentai bindHln162" // // // +alias bindHln162 "say But instead of getting close to one... I actually became a girl myself! ; alias bindCallHentai bindHln163" // // // +alias bindHln163 "say It feels like it wants to rape you. Not go on, suck your own dick. ; alias bindCallHentai bindHln164" // // // +alias bindHln164 "say How can you get pregnant in your ass...? I'm a magical girl, I can do anything! ; alias bindCallHentai bindHln165" // // // +alias bindHln165 "say With this giant rod I think I'll have no problem shoving my way into a toddler's pussy... ; alias bindCallHentai bindHln166" // // // +alias bindHln166 "say This p- perverted gay blowjob feels great..! ; alias bindCallHentai bindHln167" // // // +alias bindHln167 "say You're like a goat giving birth. ; alias bindCallHentai bindHln168" // // // +alias bindHln168 "say I'm pregnant and I'm a guy! ; alias bindCallHentai bindHln169" // // // +alias bindHln169 "say His ass-pussy really is the best! ; alias bindCallHentai bindHln170" // // // +alias bindHln170 "say Is it okay if my pussy becomes stupid? ; alias bindCallHentai bindHln171" // // // +alias bindHln171 "say I transplanted my womb and organs into my breasts... so its alright! ; alias bindCallHentai bindHln172" // // // +alias bindHln172 "say I had a itch down there and i needed something to stick up in there ; alias bindCallHentai bindHln173" // // // +alias bindHln173 "say If he creampies me, my memories as a man will die and... I will... I will become female! ; alias bindCallHentai bindHln174" // // // +alias bindHln174 "say It's so thick and warm. My breasts could get pregnant from it!. ; alias bindCallHentai bindHln175" // // // +alias bindHln175 "say My manpussy feels good right? ; alias bindCallHentai bindHln176" // // // +alias bindHln176 "say Fufu, It's not going in. You better learn how to get your ass-pussy wet soon! ; alias bindCallHentai bindHln177" // // // +alias bindHln177 "say But the tentacles... Yes, the tentacles. They can save these lonely girls! ; alias bindCallHentai bindHln178" // // // +alias bindHln178 "say This is where you say goodbye to your past self. This cock will change your entire existence. ; alias bindCallHentai bindHln179" // // // +alias bindHln179 "say If I don't crush that guys puny cock in my own hands, I can't be satisfied! ; alias bindCallHentai bindHln180" // // // +alias bindHln180 "say Why in the world do you have a frozen fish stick up your pussy!? ; alias bindCallHentai bindHln181" // // // +alias bindHln181 "say This is exactly why I can't stop raping elementary school girls!! ; alias bindCallHentai bindHln182" // // // +alias bindHln182 "say Rape myself!! This is it... ULTIMATE MASTURBATION! ; alias bindCallHentai bindHln183" // // // +alias bindHln183 "say These nipple pussies with their artifically implanted clitorises. ; alias bindCallHentai bindHln184" // // // +alias bindHln184 "say My stomach is being filled with semen that doesn't belong to my husband! ; alias bindCallHentai bindHln185" // // // +alias bindHln185 "say A middle schooler's virgin pussy has the best color after all ; alias bindCallHentai bindHln186" // // // +alias bindHln186 "say Good thing our parents shared their syringes! ; alias bindCallHentai bindHln187" // // // +alias bindHln187 "say Double rape time! ; alias bindCallHentai bindHln188" // // // +alias bindHln188 "say Your butt's getting used to your own penis! It's like a butt-pussy! ; alias bindCallHentai bindHln189" // // // +alias bindHln189 "say I-I'm sorry. I kind of raped you... ; alias bindCallHentai bindHln190" // // // +alias bindHln190 "say Make me feel like I'm five years old again and playin' with my dog in the yard! ; alias bindCallHentai bindHln191" // // // +alias bindHln191 "say Satan, guide by cock!!! ; alias bindCallHentai bindHln192" // // // +alias bindHln192 "say Donut penis! ; alias bindCallHentai bindHln193" // // // +alias bindHln193 "say How dare you play the flute as you have sex! ; alias bindCallHentai bindHln194" // // // +alias bindHln194 "say I can feel it bumping against the back of your throat through my anus... ; alias bindCallHentai bindHln195" // // // +alias bindHln195 "say I'm shooting sperm from my nipples... ; alias bindCallHentai bindHln196" // // // +alias bindHln196 "say My younger brother-in-law was really pissing me off, so I went and raped him thinking it'd make him fall in line, but... ; alias bindCallHentai bindHln197" // // // +alias bindHln197 "say My recorder is stuck in your butt! ; alias bindCallHentai bindHln198" // // // +alias bindHln198 "say Before I knew it, I had a dream to rape a bat ; alias bindCallHentai bindHln199" // // // +alias bindHln199 "say You gave him the gay! ; alias bindCallHentai bindHln200" // // // +alias bindHln200 "say Anybody with cock troubles comes to me. ; alias bindCallHentai bindHln201" // // // +alias bindHln201 "say Well then, let me teach you the beauty of receiving a blowjob from a man!! ; alias bindCallHentai bindHln202" // // // +alias bindHln202 "say It's as if my entire body is turning into cum. <3 ; alias bindCallHentai bindHln203" // // // +alias bindHln203 "say I feel like I could get pregnant just from how they're violating my face <3 ; alias bindCallHentai bindHln204" // // // +alias bindHln204 "say I'm your older sister, little sister, mother and daughter! ; alias bindCallHentai bindHln205" // // // +alias bindHln205 "say Dad...! That means you've had things up your ass before am I right? ; alias bindCallHentai bindHln206" // // // +alias bindHln206 "say If you go further, I'll... cum out of my breasts ; alias bindCallHentai bindHln207" // // // +alias bindHln207 "say She must be quite the masochist to blow her load while vomiting up cum. ; alias bindCallHentai bindHln208" // // // +alias bindHln208 "say Just relax and accept the fact that you're being raped, It's easier for you that way. ; alias bindCallHentai bindHln209" // // // +alias bindHln209 "say Who dares grab my penis!? ; alias bindCallHentai bindHln210" // // // +alias bindHln210 "say A relative's semen is the best! <3 ; alias bindCallHentai bindHln211" // // // +alias bindHln211 "say I had a buttfull of cockmeat and a virgin-tight loli cunt squeezing my dick. ; alias bindCallHentai bindHln212" // // // +alias bindHln212 "say Cough up your panties and put them on immediately! ; alias bindCallHentai bindHln213" // // // +alias bindHln213 "say It feels like a caterpillar's forcing itself inside me... ; alias bindCallHentai bindHln214" // // // +alias bindHln214 "say Yea! Thats why onii-chan has to give me lots of sperm to play with! ; alias bindCallHentai bindHln215" // // // +alias bindHln215 "say I've been busted, he found out I'm a boy! I have to get out of here! ; alias bindCallHentai bindHln216" // // // +alias bindHln216 "say Getting throatfucked is the best~ <3 ; alias bindCallHentai bindHln217" // // // +alias bindHln217 "say You pretend to be sweet around your friends but then you're just a lolicon pervert that rapes his little sister! ; alias bindCallHentai bindHln218" // // // +alias bindHln218 "say I'm orgasming with my boy pussy! <3 ; alias bindCallHentai bindHln219" // // // +alias bindHln219 "say My traitorous pussy, it's surrendering while my ass is being violated! It's cumming disgracefully! <3 ; alias bindCallHentai bindHln220" // // // +alias bindHln220 "say How's about a cock-sandwich with titty-muffins? ; alias bindCallHentai bindHln221" // // // +alias bindHln221 "say Squeeze the semen out of your wife's dick! <3 ; alias bindCallHentai bindHln222" // // // +alias bindHln222 "say In eromanga all girls get wet just from giving head so it's okay! ; alias bindCallHentai bindHln223" // // // +alias bindHln223 "say Having sex with your own body os really more like masturbation, right?! ; alias bindCallHentai bindHln224" // // // +alias bindHln224 "say No matter how much you love them, those sisters won't come out of the screen! ; alias bindCallHentai bindHln225" // // // +alias bindHln225 "say Mmm... This wonderful cock scent... ; alias bindCallHentai bindHln226" // // // +alias bindHln226 "say Gently grasping the bulge with his hand. ; alias bindCallHentai bindHln227" // // // +alias bindHln227 "say Never kick a little anime girl, even in her penis. ; alias bindCallHentai bindHln228" // // // +alias bindHln228 "say I showed you my dick, answer me! ; alias bindCallHentai bindHln229" // // // +alias bindHln229 "say Wait...! All he's ever done with me is fuck my ass...!! ; alias bindCallHentai bindHln230" // // // +alias bindHln230 "say Your butt is wet and hot inside just like a cat in heat would be. ; alias bindCallHentai bindHln1" // // // + // // // +// Why did i box this up >_> // // // +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // + // // +// Setup spam aliases // // +alias bindCallHentai "bindHln209" // // + // // +// Default button used to spam with // // +alias bindCallSet "bindCallHentai" // // + // // +//------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // +// // +//----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------// +echo Aliased Chat Spam! + + +echo Loading Scripts Complete! + + +echo Setup Class Specific Settings! +//------------------------------------------------------------------------------// +// Class Specific aliases // +//--------------------------------------------------------------------------// // + // // +//==========================================================// // // +// On class change, className is called so we can choose // // // +// what scripts are enabled/disabled // // // +//==========================================================// // // + // // +// Reset any active scripts // // +alias classReset "miniDisable; vaxUnbind; mQsDisable; uiRedirectReset" // // + // // +//Selectively Enable and disable scripts based on class // // +alias classSoldier "classReset" // // +alias classPyro "classReset" // // +alias classHeavy "classReset" // // +alias classDemoman "classReset" // // +alias classSniper "classReset" // // +alias classScout "classReset; disablebhop" // // +alias classSpy "classReset; alias +uiRedirectKey1 lastdisguise" // // +alias classEngineer "classReset;miniEnable" // // +alias classMedic "classReset; mQsEnable" // // + // // +//--------------------------------------------------------------------------// // +// // +//------------------------------------------------------------------------------// +echo Setup Class Specific Settings Complete! - -//MAX Grafics Configs -exec gfx - - - - - - -//Enable Music -exec musicscript -disablemusic -//^Uncomment to Enable music - -//Fun binds that I like to spam(NSFW) -exec binds - -//Allows keypress locking -exec keypresslocking -lockpressedkeystoggle2 - -// -///////////////////////////////////////////////////////////////////////////// - - -//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ -//Extra Commands To help with the scripts -alias disableothercode "disablemediscript; disablesentryscript; lockpressedkeystoggle2" - -//Fix for some Scripts -bind MOUSE2 "+attack2" - -// -////////////////////////////////////////////////////////////////////////////// - - -//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ -// Miscellaneous Enchancements - -// Texture Detail (-1 for very high, 0 for high, 1 for medium, 2 for low) -mat_picmip 2 - -// Gets rid of a shine on weps, similear to mat_phong but doesnt break things -r_rimlight 0 - -// Better loading -sv_forcepreload 1 - -// Combine hitnumbers together -hud_combattext_batching 1 -hud_combattext_batching_window 3 - -// Instead of seeing those shitty bars, it shows numbers for ping -tf_scoreboard_ping_as_text 1 - -// Use my cool spray -cl_logofile "materials/vgui/logos/Julianacatpic.vtf" - -// Enable Transparent Viewmodels for toonhud -exec enable_transparency - -// Disable software cursor -cl_software_cursor 0 - -// -///////////////////////////////////////////////////////////// - - -//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ -// Gameplay Changes - -// See what bots are left in MVM -cl_mvm_wave_status_visible_during_wave 1 - -// Keep the votemenu open after voting -cl_vote_ui_active_after_voting 1 - -// Better Sniper Aim -zoom_sensitivity_ratio 0.8 - -// -//////////////////////////////////////////////////////////////// - - +echo Execute Gameplay Settings! +//----------------------------------------------------------------------------------// +// User Configs // +//------------------------------------------------------------------------------// // + // // +//==============================================================// // // +// Put any and all important gameplay cvar changes here. // // // +// Ive already put some things I use but you may use your own // // // +//==============================================================// // // + // // +// Gets rid of a shine on weps, similear to mat_phong but doesnt break things // // +r_rimlight 0 // // + // // +// Combine hitnumbers together // // +hud_combattext_batching 1 // // +hud_combattext_batching_window 3 // // + // // +// Instead of seeing ping bars, it shows numbers for ping // // +tf_scoreboard_ping_as_text 1 // // + // // +// Enable Transparent Viewmodels for toonhud // // +exec enable_transparency // // + // // +// See what bots are left in MVM // // +cl_mvm_wave_status_visible_during_wave 1 // // + // // +// Keep the votemenu open after voting // // +cl_vote_ui_active_after_voting 1 // // + // // +// Slower Sniper Zoom Sebsitivity // // +zoom_sensitivity_ratio 0.8 // // + // // +//------------------------------------------------------------------------------// // +// // +//----------------------------------------------------------------------------------// +echo Execute Gameplay Settings Complete! + + + +echo Execute Graphical Config! +exec gfx // I use feliks graphical config but you may use your own. +echo Execute Graphical Config Complete! + + + echo Autoexecuting Done! diff --git a/script/cat_lastcfg.cfg b/script/cat_lastcfg.cfg deleted file mode 100644 index 3de30d7..0000000 --- a/script/cat_lastcfg.cfg +++ /dev/null @@ -1,111 +0,0 @@ -cat_gui_color_b "255" -cat_gui_color_g "85" -cat_gui_color_r "225" -cat_gui_visible "1" -cat_gui_bg_particles_jittering_chance "18" -cat_gui_bg_particles_wind "40" -cat_gui_bg_particles_safe_zone "825" -cat_gui_bg_particles_pack_size "53" -cat_gui_bg_particles_chance "3" -cat_gui_bg_particles_type "4" -cat_software_cursor_mode "3" -cat_pure_bypass "1" -cat_no_zoom "1" -cat_clean_screenshots "0" -cat_clean_chat "1" -cat_fov "0.00" -cat_fov_zoomed "75.000000" -cat_resolver "1" -cat_disconnect_reason "VAC banned fro... Oh wait..." -cat_fb_autoclass "medic" -cat_fast_outline "1" -cat_font_esp_family "0" -cat_rollspeedhack "28" -cat_thirdperson "1" -cat_ignore_taunting "0" -cat_name "[Cathook]Onee chan :3" -cat_glow_old_players "0" -cat_glow_old_stickies "1" -cat_glow_old_health_packs "1" -cat_glow_old_ammo_boxes "1" -cat_glow_old_color_scheme "0" -cat_fb_auto_playerlist "0" -cat_fast_vischeck "1" -cat_glow_blur_scale "3" -cat_glow_stickies "1" -cat_glow_buildings "1" -cat_glow_ammo "1" -cat_glow_medkits "1" -cat_glow_teammates "1" -cat_glow_enable "1" -cat_sticky_distance "180" -cat_sticky_enabled "1" -cat_antidisguise "1" -cat_aimbot_slow_autoshoot "17" -cat_aimbot_slow_smooth "12" -cat_aimbot_proj_fovpred "1" -cat_aimbot_proj_vispred "1" -cat_aimbot_prioritymode "1" -cat_aimbot_proj_gravity " -0.1" -cat_aimbot_proj_speed "0.000000" -cat_aimbot_respect_cloak "0" -cat_aimbot_maxrange "0.00" -cat_aimbot_huntsman_charge "0.366400" -cat_aimbot_zoomed "0" -cat_aimbot_interp "0" -cat_aimbot_fov "7.200000" -cat_aimbot_enabled "1" -cat_aimbot_aimkey "111" -cat_aimbot_respect_vaccinator "0" -cat_aimbot_ignore_hoovy "1" -cat_crit_melee "1" -cat_debug_info "1" -cat_spycrab "1" -cat_nopush_enabled "1" -cat_render_zoomed "1" -cat_bhop_enabled "1" -cat_aa_aaaa_flip_key "15" -cat_aa_aaaa_mode "1" -cat_aa_aaaa_interval_low "4.000000" -cat_aa_aaaa_interval_high "10.000000" -cat_aa_aaaa_interval "-1.000000" -cat_aa_spin "3.000000" -cat_aa_roll "0.00" -cat_aa_pitch_mode "10" -cat_aa_yaw_mode "2" -cat_aa_pitch "-89.000000" -cat_aa_yaw "87.299988" -cat_spam_file "bee.txt" -cat_antibackstab_nope "1" -cat_antibackstab_distance "225.000000" -cat_killsay_file "killsays_full.txt" -cat_reflect_distance "220" -cat_reflect_stickybombs "1" -cat_reflect_enabled "1" -cat_radar_y "67" -cat_radar_x "311" -cat_radar_zoom "4.000000" -cat_radar_size "326" -cat_autoheal_enabled "1" -cat_instant_decloak "1" -cat_removecond_value "300" -cat_removecond_key "80" -cat_esp_box_expand "5" -cat_esp_box_nodraw "1" -cat_esp_bone "1" -cat_esp_3d_box_smoothing "2" -cat_esp_proj_stickies "2" -cat_esp_vischeck "0" -cat_esp_distance "0" -cat_esp_item_health "0" -cat_esp_teammates "1" -cat_esp_enabled "1" -cat_esp_weapon "0" -cat_autobackstab "1" -cat_spyalert_sound "0" -cat_spyalert_backstab "200.00" -cat_spyalert_warning "500.00" -cat_spyalert_enabled "1" -cat_trigger_respect_vaccinator "0" -cat_trigger_finish "0" -cat_trigger_respect_cloak "0" diff --git a/script/cat_nozoom_off.cfg b/script/cat_nozoom_off.cfg deleted file mode 100644 index 96843ab..0000000 --- a/script/cat_nozoom_off.cfg +++ /dev/null @@ -1,4 +0,0 @@ -zoom_sensitivity_ratio 0.833333 -cat_fov_zoomed 20 -cat_render_zoomed 0 -cat_aimbot_fov 1 diff --git a/script/cat_nozoom_on.cfg b/script/cat_nozoom_on.cfg deleted file mode 100644 index 740b6e0..0000000 --- a/script/cat_nozoom_on.cfg +++ /dev/null @@ -1,4 +0,0 @@ -zoom_sensitivity_ratio 2 -cat_fov_zoomed 75.000000 -cat_render_zoomed 1 -cat_aimbot_fov 0 diff --git a/script/demoman.cfg b/script/demoman.cfg index 030900b..5f7eb01 100755 --- a/script/demoman.cfg +++ b/script/demoman.cfg @@ -1,11 +1 @@ -hudOnali36;echo Now Playing Demoman;wait 1500;hudOffali36 - -//Disable Other Class Specific Code -disableothercode - -//Demoman Specific Code Goes here - -//Allows Music To be played -musicDemoman -hudOnali37;echo Demoman Configs Loaded;wait 1500;hudOffali37 -bind mouse3 +attack3 \ No newline at end of file +classDemoman \ No newline at end of file diff --git a/script/engineer.cfg b/script/engineer.cfg index b9c2484..2ae7d52 100755 --- a/script/engineer.cfg +++ b/script/engineer.cfg @@ -1,21 +1 @@ -hudOnali34;echo Now Playing Engineer;wait 1500;hudOffali34 - -//Disable Other Class Specific Code -disableothercode - - -//////////////////////////////////////////////////////////////////// -//Engineer Specific Code Goes here -//Dispencer Placement Script -bind MOUSE5 "destroy 0 0;build 0 0" - -//Commands for allowing the minisentry script -returnsentryscript -ewaitT -// -//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ - - -//Allows Music To be played -musicEngineer -hudOnali35;echo Engineer Configs Loaded;wait 1500;hudOffali35 \ No newline at end of file +classEngineer \ No newline at end of file diff --git a/script/heavy.cfg b/script/heavy.cfg index ec7ad48..94f36b4 100755 --- a/script/heavy.cfg +++ b/script/heavy.cfg @@ -1,10 +1 @@ -hudOnali32;echo Now Playing Heavy;wait 1500;hudOffali32 - -//Disable Other Class Specific Code -disableothercode - -//Heavy Specific Code Goes here - -//Allows Music To be played -musicHeavy -hudOnali33;echo Heavy Configs Loaded;wait 1500;hudOffali33 \ No newline at end of file +classHeavy \ No newline at end of file diff --git a/script/medic.cfg b/script/medic.cfg index 67cc6b6..374ed3a 100755 --- a/script/medic.cfg +++ b/script/medic.cfg @@ -1,24 +1 @@ -hudOnali40;echo Now Playing Medic;wait 1500;hudOffali40 - -//Disable Other Class Specific Code -disableothercode - -//Medic Specific Code Goes here - -//Allow Thumbkey Switching to work -hudOnali11;echo Now Using Uber;wait 10;bind mouse5 returnmediscript;bind mouse4 mediquix;wait 120;returnmedivax;wait 1500;hudOffali11;rtrn1 -//addmediscript - - -//Right Click says Uber Popped! -//alias +charge "slot2;+attack2;dropitem;say_team "✧*.◟(ˊᗨˋ)◞.*✧ UBER POPPED✧*.◟(ˊᗨˋ)◞.*✧";voicemenu 0 0;autocall_initial;spec_prev" -//alias -charge "-attack2" -//bind mouse2 +charge - -//Faking Uber with Middle Mouse -alias fakeuber "" -bind mouse3 fakeuber - -//Allows Music To be played -musicMedic -hudOnali41;echo Medic Configs Loaded;wait 1500;hudOffali41 \ No newline at end of file +classMedic \ No newline at end of file diff --git a/script/pyro.cfg b/script/pyro.cfg index f29a367..cd22cee 100755 --- a/script/pyro.cfg +++ b/script/pyro.cfg @@ -1,31 +1 @@ -hudOnali30;echo Now Playing Pyro;wait 1500;hudOffali30 - -//Disable Other Class Specific Code -disableothercode - -//Pyro Specific Code Goes here - -//Allows Music To be played -musicPyro - - - -hudOnali31;echo Pyro Configs Loaded;wait 1500;hudOffali31 - -//alias pyroAirb "bind mouse3 +blast" -//alias +blast "+attack" -//alias -blast "-attack;+attack2;wait 20;-attack2" - -//alias waitTester "alias waitTest waitPositive; wait; waitTest;echo Waittesting..." -//alias wait "alias waitTest waitNegative" -//alias waitPositive "hudOnali52;Wait Test Succeeded!;wait 1250;hudOffali52" -//alias waitNegative "Wait Test Failed!" -//waitTester - -//Flare Switch Bind -//alias "+flarmee" "+attack;wait 10;-attack;slot2;+attack" -//alias "-flarmee" "-attack;slot1; forward" -//alias "+flare" "+attack;wait 40;-attack;+attack2;wait 10;-attack2;slot2;+attack" -//alias "-flare" "-attack;slot1; forward" -//bind "MOUSE5" "+flare" -//bind "MOUSE4" "+flarmee" \ No newline at end of file +classPyro \ No newline at end of file diff --git a/script/scout.cfg b/script/scout.cfg index 34da226..a9c06b0 100755 --- a/script/scout.cfg +++ b/script/scout.cfg @@ -1,10 +1 @@ -hudOnali28;echo Now Playing Scout;wait 1500;hudOffali28 - -//Disable Other Class Specific Code -disableothercode - -//Scout Specific Code Goes here - -//Allows Music To be played -musicScout -hudOnali29;echo Scout Configs Loaded;wait 1500;hudOffali29 \ No newline at end of file +classScout \ No newline at end of file diff --git a/script/sniper.cfg b/script/sniper.cfg index 269a9f6..26acf47 100755 --- a/script/sniper.cfg +++ b/script/sniper.cfg @@ -1,10 +1 @@ -hudOnali26;echo Now Playing Sniper;wait 1500;hudOffali26 - -//Disable Other Class Specific Code -disableothercode - -//Sniper Specific Code Goes here - -//Allows Music To be played -musicSniper -hudOnali27;echo Sniper Configs Loaded;wait 1500;hudOffali27 \ No newline at end of file +classSniper \ No newline at end of file diff --git a/script/soldier.cfg b/script/soldier.cfg index 2f21127..911035b 100755 --- a/script/soldier.cfg +++ b/script/soldier.cfg @@ -1,21 +1 @@ -hudOnali38;echo Now Playing Soldier;wait 1500;hudOffali38 - -//Disable Other Class Specific Code -disableothercode - -//Soldier Specific Code Goes here - -//alias soldierLoad1 "load_itempreset 0;bind mouse4 soldierLoad2;bind mouse5 soldierLoad3;hudOnali49;echo Now Using The Golden Gun;wait 1250;hudOffali49" -//alias soldierLoad2 "load_itempreset 1;bind mouse4 soldierLoad1;bind mouse5 soldierLoad3;hudOnali50;echo Now Using Butter Gun;wait 1250;hudOffali50" -//alias soldierLoad3 "load_itempreset 2;bind mouse4 soldierLoad2;bind mouse5 soldierLoad1;hudOnali54;echo Now Using Toy Gun;wait 1250;hudOffali54" -//alias soldierLoad4 "load_itempreset 3;bind mouse4 soldierLoad2;bind mouse5 soldierLoad1;hudOnali1;echo Now Using Other Gun;wait 1250;hudOffali1" -//bind mouse4 soldierLoad1 -//bind mouse5 soldierLoad2 -//soldierLoad1 -bind mouse5 "load_itempreset 0" -bind mouse4 "load_itempreset 1" - - -//Allows Music To be played -musicSoldier -hudOnali39;echo Soldier Configs Loaded;wait 1500;hudOffali39 \ No newline at end of file +classSoldier \ No newline at end of file diff --git a/script/spy.cfg b/script/spy.cfg index 68f3553..d7138a4 100755 --- a/script/spy.cfg +++ b/script/spy.cfg @@ -1,25 +1 @@ -hudOnali42;echo Now Playing Spy;wait 1500;hudOffali42 - -//Disable Other Class Specific Code -disableothercode - -//Spy Specific Code Goes here -alias lastd "bind MOUSE3 lastdisguise" -lastd - -//Allows Music To be played -musicSpy -hudOnali43;echo Spy Configs Loaded;wait 1500;hudOffali43 - - -//Unused or not prefered!! -//If wait is enabled, then autodisguise as much as possible -//alias addSpyLoop "alias reLoop spyloop; spyloop" -//alias removeSpyLoop "alias reLoop" -//alias spyloop "wait 20;reLoop;lastdisguise" - -//alias waitTester "alias waitTest waitPositive; wait; waitTest;echo Waittesting..." -//alias wait "alias waitTest waitNegative" -//alias waitPositive "hudOnali51;Wait Test Succeeded!;echo Auto Disguise is ON;wait 1250;hudOffali51;addSpyLoop" -//alias waitNegative "Wait Test Failed!;echo Auto Disguise is OFF;lastd" -//waitTester \ No newline at end of file +classSpy \ No newline at end of file