Originally Posted by .bole Joker how to set controls I wrote this for the english version, so its just default controls
Very quick, they see that 's a hack on the killcam :P And it's work to the french version; just put the E shortcut to the melee attack.
Originally Posted by BigPop got one question: if i use another button for knifing can i change the button in the script? Yes
Use AutoHotkey and change the E with any of the key you want (I still have it at V) with the script I provided you with.
Is that working too? To make it for G, or whatever you used? In that case we can have all that in combination with quick shooting, would be awesome :P
Originally Posted by BigPop so basically i have to push autohotkey and then my preferred button or ingame? No, you gotta change the code with your button E:: Send, {E down} sleep 001 Send, {E up} sleep 100 Send, {G down} sleep 50 Send,{1 down} sleep 001 Send,{1 up} Sleep 50 Send, {G up} sleep 400 return try changing all RED letter to your button, let's assume your using T, change all to it.
Originally Posted by kklalz No, you gotta change the code with your button try changing all RED letter to your button, let's assume your using T, change all to it. yeah thanks,but how can i open the script for changing it or what am i supposed to do?