Macro For enter (can change)
This is a macro I made, it is basic and it spams enter 1,000 times in approximately 30-32 seconds. I don't know if this will change on your computer. I used it to use all my badass tokens on Borderlands Pre-Sequel. You can change the button it presses and how many times it presses it. To use it you need to install AutoHotKey (
If you don't have AutoHotKey search it on google sorry I couldn't figure out how to link it!) and create a new script. Paste the script in by right clicking the new script and clicking edit. Activate it by running the script, then holding alt and pressing left click. I will have the download on here in case you are having issues creating the file.
Sorry if I did something wrong this is my first post.

(
Sorry I couldn't figure out how to paste links so I couldn't place the virus scan link, if someone will tell me in chat I will do it!)
Script \/ \/ \/ \/
!Lbutton::
loop, 1000
{
Send {Enter}
sleep 2
}
return
- - - Updated - - -
Also where it says,
if you change that number it will change the speed, lower the number, higher the speed. I think it is by milliseconds, I am not for sure though. The lowest I put it to was 1, I don't know if you can do decimals of it, you can try though.
This is just source code; approved. Also when you're a newer user you won't be able to post links, you need about 15 posts I believe.