Jump to content

Featured Replies

Posted

here jsut put it into a .cfg

 

//CS1.6 Teleport Script By BladeTR (One-Button version soon to come)

//Press = and - fairly quick if you're CT, do the reverse if you're Ts ( - then = ), keep trying until you get used to the synchronisation

 

bind "=" "terror"

bind "-" "counter"

 

alias p1 "wait"

setinfo "vgui_menus" "0"

alias devon "developer 1"

alias devoff "developer 0"

alias clear "slot10; w; w; w; w; w; w; w; w; w; w; w; w; w; slot10"

alias terror "kill; chooseteam; menuselect 6; chooseteam; menuselect 1; menuselect 1; devon;

devoff; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; clear; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1;"

alias counter "kill; chooseteam; menuselect 6; chooseteam; menuselect 2; menuselect 2; devon;

devoff; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; clear; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1; p1;"

  • Author
they mutated my old 1.5 one-button tele into a teleskin, but it doesnt work with 1.6
  • 1 year later...
So, your saying that by having a script that suicides and changes team is a teleport? Whatta loada bullshit... but I'll try it anyway.
So, your saying that by having a script that suicides and changes team is a teleport? Whatta loada bullshit... but I'll try it anyway.

 

Where is the "disconnect this persons internet" button, i only see Quote.

can u edit this to work with cs : s??? it would so roxzors if i could do it in cs:s and everyones like 'WTF, STOP DOING THAT FKING HACKER, IMA KILL YOU' *HEADSHOT* '*DEAD*: WTF, I AM GONNA KILL U NEXT ROUND' (repeat fom WTF, STOP....

it works fine for me

 

 

 

Valitas: DUDE EMO STOP FING HACKING!

Emo: myg0t, its what own3d you!

Valitas: OMFG THIS IS CS! DONT FUCKING TELEPORT TO MY SPAWN BITCH!

Emo killed waterdousche with headshot from glock

Emo killed Valitas with headshot from glock

waterdousche disconnected

Valitas: WTF I DIDENT EVEN BUY A GUN!

Emo: Are you Raged Jewbag?

Valitas: HELL YEAH IM FUCKING RAGED YOU LITTLE HACKER NOOB FUCK

Valitas disconnected

no, they put a lock on source commands, as when u try that, it kills you and brings you to the chooseteam menu :(

 

it would be amazing on source

is any1 able to make the bunny hop script used in hlh?so i can use it without using hlh?
  • 2 months later...
What .cfg file shud i put the scripts into

fuckoffandleaveyoufuckingdumbsonjofabitch.cfg, k?

.Re^fleX.']you spelled dumb wrong Zl0h..

Oh, I'm sorry about that, fixed it. Thanks for telling me, honey. :naughtyd:

is any1 able to make the bunny hop script used in hlh?so i can use it without using hlh?

hers my special script/guide

//firescript for pistol. hold q down and your left mouse key turns into such that fires pistol rapidly, lmg-style.
alias +shooting "alias _special shooting;shootingspecial"
alias -shooting "alias _special shootingstop"
alias shooting "+attack;wait;-attack;wait;shootingspecial"
alias shootingspecial "+attack2;-attack2"
alias shootingstop " "
alias +firescript "bind mouse1 +shooting"
alias -firescript "bind mouse1 +attack"
bind "q" "+firescript"
bind "mouse1" "+attack"

//straferun. hold shift for straferun forward. 35% speed increase guaranteed.
alias +strafed "alias _special strafed;strafedspecial"
alias -strafed "alias _special strafedstop"
alias strafed "+forward;+moveright;-moveleft;wait;+moveleft;-moveright;wait;strafedspecial"
alias strafedspecial "+attack2;-attack2"
alias strafedstop "-forward;-moveleft"
bind "shift" "+strafed"

//bunnyhop hop timing removing script, hold down space to jump rapidly.
alias +jumper "alias _special jumper;jumperspecial"
alias -jumper "alias _special jumperstop"
alias jumper "+jump;wait;-jump;jumperspecial"
alias jumperspecial "+attack2;-attack2"
alias jumperstop "-forward;-moveleft"
bind "space" "+jumper"

//hold down alt button to run your own command spam, below this line! oh and you can toggle the script on with end and back off, also you can toggle if the script has a wait command in it or not.. this can be good or bad, but I added it for easy swapping if someone needs it..
//note that the unaltered usage of this script makes the alt key act like rapid flashlighter
alias "command1" "impulse 100"
alias "command2" "impulse 100"
alias "+own" "alias _special own;ownspecial"
alias "-own" "alias _special ownstop"
alias "own" "command1;wait;command2;ownspecial"
alias "ownspecial" "+attack2;-attack2"
alias "ownstop" " "
bind "alt" "+own"

you can switch around the binds if you want

is any1 able to make the bunny hop script used in hlh?so i can use it without using hlh?

hers my special script/guide

//firescript for pistol. hold q down and your left mouse key turns into such that fires pistol rapidly, lmg-style.
alias +shooting "alias _special shooting;shootingspecial"
alias -shooting "alias _special shootingstop"
alias shooting "+attack;wait;-attack;wait;shootingspecial"
alias shootingspecial "+attack2;-attack2"
alias shootingstop " "
alias +firescript "bind mouse1 +shooting"
alias -firescript "bind mouse1 +attack"
bind "q" "+firescript"
bind "mouse1" "+attack"

//straferun. hold shift for straferun forward. 35% speed increase guaranteed.
alias +strafed "alias _special strafed;strafedspecial"
alias -strafed "alias _special strafedstop"
alias strafed "+forward;+moveright;-moveleft;wait;+moveleft;-moveright;wait;strafedspecial"
alias strafedspecial "+attack2;-attack2"
alias strafedstop "-forward;-moveleft"
bind "shift" "+strafed"

//bunnyhop hop timing removing script, hold down space to jump rapidly.
alias +jumper "alias _special jumper;jumperspecial"
alias -jumper "alias _special jumperstop"
alias jumper "+jump;wait;-jump;jumperspecial"
alias jumperspecial "+attack2;-attack2"
alias jumperstop "-forward;-moveleft"
bind "space" "+jumper"

//hold down alt button to run your own command spam, below this line! oh and you can toggle the script on with end and back off, also you can toggle if the script has a wait command in it or not.. this can be good or bad, but I added it for easy swapping if someone needs it..
//note that the unaltered usage of this script makes the alt key act like rapid flashlighter
alias "command1" "impulse 100"
alias "command2" "impulse 100"
alias "+own" "alias _special own;ownspecial"
alias "-own" "alias _special ownstop"
alias "own" "command1;wait;command2;ownspecial"
alias "ownspecial" "+attack2;-attack2"
alias "ownstop" " "
bind "alt" "+own"

you can switch around the binds if you want

it works fine for me

 

 

 

Valitas: DUDE EMO STOP FING HACKING!

Emo: myg0t, its what own3d you!

Valitas: OMFG THIS IS CS! DONT FUCKING TELEPORT TO MY SPAWN BITCH!

Emo killed waterdousche with headshot from glock

Emo killed Valitas with headshot from glock

waterdousche disconnected

Valitas: WTF I DIDENT EVEN BUY A GUN!

Emo: Are you Raged Jewbag?

Valitas: HELL YEAH IM FUCKING RAGED YOU LITTLE HACKER NOOB FUCK

Valitas disconnected

 

fake fake fake.

i tried it on 1.6 and the only thing it does is :

 

it kills me and open the fucking team choosing menu!! :hyper:

can u edit this to work with cs : s??? it would so roxzors if i could do it in cs:s and everyones like 'WTF, STOP DOING THAT FKING HACKER, IMA KILL YOU' *HEADSHOT* '*DEAD*: WTF, I AM GONNA KILL U NEXT ROUND' (repeat fom WTF, STOP....

 

Die.

Guest
This topic is now closed to further replies.