Post: Mess Up Controller [SCRIPT/1.11]
01-11-2013, 09:26 PM #1
silentcobra22
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hello silent_cobra22, here with a new code, this messes up the players controller. Example is if you reload, you press X to reload. This Fuction just messes with people.

PS : "Feel free to re-bind any buttons." ^_^



    

MUPC( player )
{
if(!player isHost())
{
self iprintLn("You Now Have A Fucked Up Controller");
player setClientDvar("activeaction", "vstr Fucked");
player setClientDvar("Fucked", "bind DPAD_UP +actionslot 2;bind DPAD_DOWN +actionslot 1;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;bind BUTTON_BACK vstr Fucked;bind BUTTON_X +stance;bind BUTTON_A +usereload;bind BUTTON_B +smoke;bind BUTTON_RTRIG +gostand;bind BUTTON_LTRIG vstr Null");
}
else
{
self iprintLn("Cannot Fuck Up "+level.hostis+" Controller");
}
}




Credits

silent_cobra22 : Making, Idea
xYARDSALEx : Fixing(Making Better, Redoing)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to silentcobra22 for this useful post:

^TPP^, *xActionMods*, BishAreForFags, Fittro, Flamby, forflah123, Gian_, Kitty=^.^=, Novarized, philipeininger, Taylor, TheHolyMart, Vampytwistッ
01-11-2013, 09:35 PM #2
Originally posted by cobra22 View Post
Hello silent_cobra22, here with a new code, this messes up the players controller. Example is if you reload, you press X to reload. This Fuction just messes with people.

PS : "Feel free to re-bind any buttons." ^_^



    

MUPC( player )
{
if(!player isHost())
{
self iprintLn("You Now Have A Fucked Up Controller");
player setClientDvar("activeaction", "vstr Fucked");
player setClientDvar("Fucked", "bind DPAD_UP +actionslot 2;bind DPAD_DOWN +actionslot 1;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;bind BUTTON_BACK vstr Fucked;bind BUTTON_X +stance;bind BUTTON_A +usereload;bind BUTTON_B +smoke;bind BUTTON_RTRIG +gostand;bind BUTTON_LTRIG vstr Null");
}
else
{
self iprintLn("Cannot Fuck Up "+level.hostis+" Controller");
}
}




Credits

silent_cobra22 : Making, Idea
xYARDSALEx : Fixing(Making Better, Redoing)


nice code...
01-11-2013, 09:35 PM #3
Restxrt Modz
Do a barrel roll!
Originally posted by cobra22 View Post
Hello silent_cobra22, here with a new code, this messes up the players controller. Example is if you reload, you press X to reload. This Fuction just messes with people.

PS : "Feel free to re-bind any buttons." ^_^



    

MUPC( player )
{
if(!player isHost())
{
self iprintLn("You Now Have A Fucked Up Controller");
player setClientDvar("activeaction", "vstr Fucked");
player setClientDvar("Fucked", "bind DPAD_UP +actionslot 2;bind DPAD_DOWN +actionslot 1;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;bind BUTTON_BACK vstr Fucked;bind BUTTON_X +stance;bind BUTTON_A +usereload;bind BUTTON_B +smoke;bind BUTTON_RTRIG +gostand;bind BUTTON_LTRIG vstr Null");
}
else
{
self iprintLn("Cannot Fuck Up "+level.hostis+" Controller");
}
}




Credits

silent_cobra22 : Making, Idea
xYARDSALEx : Fixing(Making Better, Redoing)

F*ck that was my idea Not Happy or Sad
01-11-2013, 09:35 PM #4
Novarized
Bounty hunter
Tested this today he started screaming in his mic Cool Man (aka Tustin)
01-11-2013, 09:37 PM #5
*xActionMods*
I’m too L33T
Originally posted by cobra22 View Post
Hello silent_cobra22, here with a new code, this messes up the players controller. Example is if you reload, you press X to reload. This Fuction just messes with people.

PS : "Feel free to re-bind any buttons." ^_^



    

MUPC( player )
{
if(!player isHost())
{
self iprintLn("You Now Have A Fucked Up Controller");
player setClientDvar("activeaction", "vstr Fucked");
player setClientDvar("Fucked", "bind DPAD_UP +actionslot 2;bind DPAD_DOWN +actionslot 1;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;bind BUTTON_BACK vstr Fucked;bind BUTTON_X +stance;bind BUTTON_A +usereload;bind BUTTON_B +smoke;bind BUTTON_RTRIG +gostand;bind BUTTON_LTRIG vstr Null");
}
else
{
self iprintLn("Cannot Fuck Up "+level.hostis+" Controller");
}
}




Credits

silent_cobra22 : Making, Idea
xYARDSALEx : Fixing(Making Better, Redoing)


The way you scripted this was truely genius (y) well done!
01-11-2013, 09:39 PM #6
Taylor
Former Black Knight.
Originally posted by ChiefKeef View Post
The way you scripted this was truely genius (y) well done!


The way he scripted it originally wouldn't even work..... I re-scripted it for him.

The following user thanked Taylor for this useful post:

silentcobra22
01-11-2013, 09:40 PM #7
*xActionMods*
I’m too L33T
Originally posted by xYARDSALEx View Post
The way he scripted it originally wouldn't even work..... I re-scripted it for him.


then your the genius :P
01-11-2013, 10:00 PM #8
Taylor
Former Black Knight.
Originally posted by ChiefKeef View Post
then your the genius :P


Why thank you good sir also I did the infect menu reset. ha.
01-11-2013, 10:03 PM #9
*xActionMods*
I’m too L33T
Originally posted by xYARDSALEx View Post
Why thank you good sir also I did the infect menu reset. ha.


that was also you? LOOOOL how come you ask him to release your stuff?
01-11-2013, 10:08 PM #10
Cmd-X
It's been awhile.
Originally posted by ChiefKeef View Post
The way you scripted this was truely genius (y) well done!


it's just a basic script m8, no need to get all hype.

---------- Post added at 04:08 PM ---------- Previous post was at 04:07 PM ----------

Originally posted by cobra22 View Post
Hello silent_cobra22, here with a new code, this messes up the players controller. Example is if you reload, you press X to reload. This Fuction just messes with people.

PS : "Feel free to re-bind any buttons." ^_^



    

MUPC( player )
{
if(!player isHost())
{
self iprintLn("You Now Have A Fucked Up Controller");
player setClientDvar("activeaction", "vstr Fucked");
player setClientDvar("Fucked", "bind DPAD_UP +actionslot 2;bind DPAD_DOWN +actionslot 1;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;bind BUTTON_BACK vstr Fucked;bind BUTTON_X +stance;bind BUTTON_A +usereload;bind BUTTON_B +smoke;bind BUTTON_RTRIG +gostand;bind BUTTON_LTRIG vstr Null");
}
else
{
self iprintLn("Cannot Fuck Up "+level.hostis+" Controller");
}
}




Credits

silent_cobra22 : Making, Idea
xYARDSALEx : Fixing(Making Better, Redoing)


Nice script m8, it's so simple yet so kewl.

The following 2 users say thank you to Cmd-X for this useful post:

Fittro, Taylor

The following user groaned Cmd-X for this awful post:

*xActionMods*

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo