As requested by @sephiee, here's a small autofire script. It's made with AutoHotKey, if anyone wants to tinker away with the code themselves.
Source code:
Code:
; Warframe Autofire script
; By UltraBeef
F1:: ; Makes F1 the key to start the loop
loop
{
Mouseclick, left
Sleep, 50
if getKeyState("F2") ; Makes F2 the key to stop the loop
break
}
return
Currently, F1 enables the autofiring, F2 stops it. As I thought, doesn't work well with autofiring weapons, but then again, why would you use it there?
Shouldn't be detectable, ever. It's just emulating mouse clicks, after all. If DE really is going so far as to recognizing timing between mouse clicks, well.. That's not going to happen anyway.
Attachment has both the executable and the AHK file.
Virusscans:
Warframe Autofire.rar - Jotti's malware scan
https://www.metascan-online.com/en/s...c04df0b9ec7fee
Poke @Vice-Versa