function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end
But I play with a PS3 (or Xbox 360) controller rather than with mouse and keyboard so obviously it is very uncomfortable to press the left shift on my keyboard while trying to run around with the joysticks. I asked for a solution in an already created thread but the Edit>Settings>Hotkeys>Toggle the Speedhack (or Speedhack speed 1) alternative doesn't seem to be working for me. All that being said can anyone help me figure out how to use the corresponding running button on the controller (being it L1 on PS3 or LB on Xbox 360) instead of using the regular Left Shift on the keyboard? I know it has something to do with line "KeyForSpeedhack = VK_LSHIFT;"
First off enjoy the ban speedhacking is so obvious youll get banned in a week or so and to my knowledge youd have to use a program to map the keys to the controller and just bind a button to shift.
Originally Posted by Strafe..
First off enjoy the ban speedhacking is so obvious youll get banned in a week or so and to my knowledge youd have to use a program to map the keys to the controller and just bind a button to shift.
Lol. I was playing with speedhack during a month and I still not banned, despite the fact that me reported about 5 times with recordings.
Originally Posted by Sergey_26rus
Lol. I was playing with speedhack during a month and I still not banned, despite the fact that me reported about 5 times with recordings.
I have been speed hacking (uncomfortably) for roughly 2 weeks and nothing has happened to me. Sure, they complain and maybe even got reported once or twice but that's it. I don't think they care about it that much anymore. Any recommendations on how to achieve what I'm asking in this post besides using a keybinding software? If not, which one would you recommend me to use?
Originally Posted by Elektrogig
Greetings I'm using the following lua script with CE in order to go a "little" bit faster than the regular survivor speed.
function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end
But I play with a PS3 (or Xbox 360) controller rather than with mouse and keyboard so obviously it is very uncomfortable to press the left shift on my keyboard while trying to run around with the joysticks. I asked for a solution in an already created thread but the Edit>Settings>Hotkeys>Toggle the Speedhack (or Speedhack speed 1) alternative doesn't seem to be working for me. All that being said can anyone help me figure out how to use the corresponding running button on the controller (being it L1 on PS3 or LB on Xbox 360) instead of using the regular Left Shift on the keyboard? I know it has something to do with line "KeyForSpeedhack = VK_LSHIFT;"
But for joystick/controller you have to remap your controller to keyboard.
Any recommendations about how to do that (software maybe?) Thank you for your response.
Originally Posted by Elektrogig
Any recommendations about how to do that (software maybe?) Thank you for your response.
There are a lot of remaping programs to do this ... https://joytokey.net/en/ (it's an example), but you can search "remap controller to keyboard" or something like that.
I tell you this, because i dont know what kind of controllers do you have. (there are for 360, PS3, PS4, etc...)