Search |
Generators Install Help DevHub For Mappers Help Wanted Clans Sponsors |
|
|
| Author(s): gbmods |
| Category: CS:S > Other/Misc |
Notes/Usage Instructions:
FROM WWW.GBMODS.COM
I recommend going to this link to view this script as it gets messy without the proper formatting: http://www.gbmods.com/viewtopic.php?t=124
Otherwise, try and understand the stuff below:
Justy's Remote Control Script
This script will only work if you have the rcon password for a server, and the server has mani admin plugin installed.
1. Login into rcon
2. Go into spectate mode.
3. Spectate the person you want to control in first person (and make sure their name is in the script below).
4. Type "exec gbmods_cntrl.cfg"
5. Start controlling the person.
Put the code below into a file called "gbmods_cntrl.cfg" and put it in your cfg folder.
REALLY IMPORTANT CONTROLS TO REMEMBER!
J is to scroll through players in spectate mode.
C is to give your remote control person noclip.
PGUP is to reset all of your keys to what they were when you started up the game (PRESS THIS WHEN YOU ARE FINISHED REMOTE CONTROLLING THE PERSON).
gbmods_cntrl.cfg
Code:
// {WWW.GBMODS.COM REMOTE CONTROL SCRIPT}
// CHANGE THE LINE BELOW AND REPLACE personyouwanttocontrolhere with the persons name that you want to control (do not use special characters).
ma_cexec personyouwanttocontrolhere name GBMODS.COM UNDER CNTRL; |
Script Code:
//////////////MOVEMENT/////////////////////
alias +frw "rcon ma_cexec CNTRL +forward"
alias -frw "rcon ma_cexec CNTRL -forward"
bind "w" "+frw"
alias +bck "rcon ma_cexec CNTRL +back"
alias -bck "rcon ma_cexec CNTRL -back"
bind "s" "+bck"
alias +mlft "rcon ma_cexec CNTRL +moveleft"
alias -mlft "rcon ma_cexec CNTRL -moveleft"
bind "a" "+mlft"
alias +mrht "rcon ma_cexec CNTRL +moveright"
alias -mrht "rcon ma_cexec CNTRL -moveright"
bind "d" "+mrht"
alias +hop "rcon ma_cexec CNTRL +jump"
alias -hop "rcon ma_cexec CNTRL -jump"
bind "SPACE" "+hop"
alias +cch "rcon ma_cexec CNTRL +duck"
alias -cch "rcon ma_cexec CNTRL -duck"
bind "CTRL" "+cch"
////////////CROSSHAIR/TURNING/////////////
alias +lft "rcon ma_cexec CNTRL +left"
alias -lft "rcon ma_cexec CNTRL -left"
bind "LEFTARROW" "+lft"
alias +rht "rcon ma_cexec CNTRL +right"
alias -rht "rcon ma_cexec CNTRL -right"
bind "RIGHTARROW" "+rht"
///////////GUNS//////////////////
alias +fire "rcon ma_cexec CNTRL +attack"
alias -fire "rcon ma_cexec CNTRL -attack"
bind "mouse1" "+fire"
alias +scn "rcon ma_cexec CNTRL +attack2"
alias -scn "rcon ma_cexec CNTRL -attack2"
bind "mouse2" "+scn"
alias +rld "rcon ma_cexec CNTRL +reload"
alias -rld "rcon ma_cexec CNTRL -reload"
bind "r" "+rld"
bind "1" "rcon ma_cexec CNTRL slot1"
bind "2" "rcon ma_cexec CNTRL slot2"
bind "3" "rcon ma_cexec CNTRL slot3"
bind "4" "rcon ma_cexec CNTRL slot4"
bind "5" "rcon ma_cexec CNTRL slot5"
bind "6" "rcon ma_cexec CNTRL slot6"
bind "7" "rcon ma_cexec CNTRL slot7"
bind "8" "rcon ma_cexec CNTRL slot8"
bind "9" "rcon ma_cexec CNTRL slot9"
bind "0" "rcon ma_cexec CNTRL slot10"
///////////////MISC//////////////
alias +scro "rcon ma_cexec CNTRL +score"
alias -scro "rcon ma_cexec CNTRL -score"
bind "TAB" "+scro"
bind "t" "rcon ma_cexec CNTRL impulse 201"
bind "g" "rcon ma_cexec CNTRL drop"
alias +mic "rcon ma_cexec CNTRL +voicerecord"
alias -mic "rcon ma_cexec CNTRL -voicerecord"
bind "l" "+mic"
rcon ma_cexec CNTRL bind "w" "say {WWW.GBMODS.COM IS THE BEST!}"
rcon ma_cexec CNTRL bind "a" "say {WWW.GBMODS.COM FOR J-SCRIPT, THE BEST SCRIPTING PROGRAM FOR CS:S!}"
rcon ma_cexec CNTRL bind "s" "say {WWW.GBMODS.COM FTW!}"
rcon ma_cexec CNTRL bind "d" "say {WWW.GBMODS.COM FOR AWESOME SCRIPTS!}"
bind "o" "rcon ma_cexec CNTRL say {WWW.GBMODS.COM FOR AWESOME SCRIPTS + J-SCRIPT!}"
bind "p" "rcon ma_cexec CNTRL say {I'M UNDER CNTRL!!!}"
///////////NECESSITIES//////////////
bind "j" "+attack"
bind "c" "rcon ma_noclip CNTRL"
bind "pgup" "rcon ma_cexec CNTRL say YAY, I HAVE CONTROL OVER ME NOW! :D; rcon ma_cexec CNTRL exec config; exec config.cfg"
|
| Added: 2 years ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Handy & Detailed 5 x Handy 3 x Detailed 3 x Helpful You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |
|
|