MappingHell

Archive => The Mega Archive => Resources => Topic started by: SkyLaX on May 28, 2009, 09:12:41 PM

Title: Some scripts / binds and other useless stuff...
Post by: SkyLaX on May 28, 2009, 09:12:41 PM
Flying :
It has two different binds, which are kinda the same but one make you jump and the other fall a bit..., only work in coopedit.
I use F and G on my keyboard (AZERTY) : (G)
/bind KEY [oldfloatspeed = $floatspeed; floatspeed 1000; edittoggle; jump; sleep 1 [edittoggle; floatspeed $oldfloatspeed]]
And : (F)
/bind KEY [oldfloatspeed = $floatspeed; floatspeed 1000; edittoggle; sleep 1 [edittoggle; floatspeed $oldfloatspeed]]

Annoying binds :
Type that in the console to choose a target :
/t = CN

And the binds : (I use MOUSE6 and MOUSE7 thanks to my extra button on my mouse)
Killing bind :
/bind KEY [spectator 1 $t; spectator 0 $t; say Die (getclientname $t)!]
Watch out : It unspect the guy if he was in spectator, and say the "Die !" even without existing target. (I could try to find how to fix it).

Aimbot :

One of my favourite
/bind KEY [edittoggle; goto $t; edittoggle; sleep 20 [attack]]
Watchout : It's not very good, it's way better with the machingun and still need some skill, you musn't be in editmode when you press the bind.

Usefull binds

Going to upload them, going to try something :)
Title: Re: Some scripts / binds and other useless stuff...
Post by: Apollo on May 30, 2009, 03:03:47 PM
for the aimbot script, is there a way you could get it to repeat the action every 10th of a second, for a set period of time?
Title: Re: Some scripts / binds and other useless stuff...
Post by: SkyLaX on May 30, 2009, 08:15:36 PM
I can try, but not today.
I don't want to connect online to try it thanks to every drama that happen in this fucking game...

Edit :
The "attack" command work only when used in a bind, so I'll to do as for choosing the target :
/s = X number of shot
/w = X wait time between each shoot

And an alias to reset it to default values to keep it working as this one.

Forget this. Attack doesn't seem to work with a sleep.
Title: Re: Some scripts / binds and other useless stuff...
Post by: Apollo on June 20, 2009, 04:32:51 AM
Modification to the kill command, works better for me /k = [spectator 1 $arg1; spectator 0 $arg1; say Die (getclientname $arg1)!]

you need the command, but you don't need to set $t, simply /k CN
Title: Re: Some scripts / binds and other useless stuff...
Post by: SkyLaX on June 20, 2009, 01:30:16 PM
Mine can be spammed faster :3
Title: Re: Some scripts / binds and other useless stuff...
Post by: Apollo on June 20, 2009, 03:10:54 PM
lol, true. Just depends on what you want to do. Nothing stopping ya from using both either. =)