Translate

Search mods

ARE YOU NEW HERE , WELL HELLO THERE!


For all of the beginning modders
and
- grave_lol_reap
&
- KDX42 ( CVAR link )
&
- Asssisingreen500


Handy tools to start.
And 2 important programs I recommend when you are a noob to modding.


Programs
Notepad++

Brute CRC 32


Handy Stuff


Video Tutorial below by SpikedLamb.
_______

_______

Colors

Random Mods

Mod Tutorial


FrozenState's : Mod Tutorial



FrozenState's : Script Optimization



Saturday, August 4, 2012

SPEEDHACK



Okay here is the thingy :)

I was searching around, and suddely i came across a speedhack


BUT:  i think this is useless, your controls get messed up and really everything happens TOO fast .

But anyways, for those who would like to give it a go 
Th Speedhack: + explanation

Speedhack : 
Put this upper section above the line that sais :

"unbindall"

alias "speed" "speedon"
alias "speedon" "host_framerate 5; alias speed speedoff; say <[SECRET]>=<[*V!P*]>=<[SpeedHack]>=<[0N]>=<[By SeNNHeiSeR_]>; play buttons/button3.wav;"
alias "speedoff" "host_framerate 0; alias speed speedon; say <[SECRET]>=<[*V!P*]>=<[SpeedHack]>=<[0FF]>=<[By SeNNHeiSeR_]>; play buttons/button3.wav;"

All you need to do is bind "speed" to a button

For Example: 
bind "BACK" "togglescores; speed"

it will look like this :

alias "speed" "speedon"
alias "speedon" "host_framerate 5; alias speed speedoff; say <[SECRET]>=<[*V!P*]>=<[SpeedHack]>=<[0N]>=<[By SeNNHeiSeR_]>; play buttons/button3.wav;"
alias "speedoff" "host_framerate 0; alias speed speedon; say <[SECRET]>=<[*V!P*]>=<[SpeedHack]>=<[0FF]>=<[By SeNNHeiSeR_]>; play buttons/button3.wav;"

unbindall
bind "A_BUTTON" "+jump"
bind "B_BUTTON" "+reload"
bind "X_BUTTON" "taunt"
bind "Y_BUTTON" "voicerecord"
bind "L_SHOULDER" "invprev"
bind "R_SHOULDER" "invnext"
bind "BACK" "togglescores;speed"
bind "STICK1" "+duck"
bind "STICK2" "voicemenu 0 0"
bind "UP" "slot1"
bind "RIGHT" "slot2"
bind "DOWN" "slot3"
bind "LEFT" "slot4"
bind "S1_UP" "xmove"
bind "L_TRIGGER" "+attack2"
bind "R_TRIGGER" "+attack"
etc...

No comments: