spam mit timer

05/01/2016 20:56 M3mphizzt#1
hey ich will ma nen spam bot machen der keys an ein browser fenster sendet kann im vordergrund sein er soll einfach alle möglichen random buchstaben spamen und ich wollte nen timer einstellen wie lange der laufen soll kann mir jmd helfen son bischen hab ich schon mit timer gearbeitet aber mit keys senden und timer noch nich zusamen
code:

problem: edit: timer einziges problem ...
05/01/2016 22:14 elmarcia#2
Hi there is a thread in the forum for requests
[Only registered and activated users can see links. Click Here To Register...]

But i will give u 3 ways of doing what u want, take the one that is more suitable for u.

1) Navigator opened and focus, the keys should be send to the window, you cannot use the computer for anything else.
2) Navigator opened, focus isn't needed (IE must be used...).
3) No navigator, the send data is handled by post requests.


[Edit]
Code:
_disconnect_after_time(); should be called inside loop

Case $spam
keys() ;Loop enter
;....
;Code not reachable
_disconnect_after_time() 
;...

[edit 2]
_disconnect_timer_calc(); never called should be called before keys when press spam button
05/01/2016 22:20 M3mphizzt#3
aaahhh ok thanks :D