OldSchoolHack

Register / Login English

Duckspam script c++

icon Thread: [Help] Duckspam script c++

Join Date: May 2010

Posts: 47

Die Idee gefällt mir habe mal schnell was in Autoit zusammengeklebt dass das Ducken spamt in Css,könnte dir helfen bei deiner Problemlösung.

Der Source war ursprünglich von einem Bhop Src, der nur space spamt (Danke an High-Minded(pudelbear))
http://high-minded.net/showthread.php?19699-AutoIt-quot-Bhop-Script-quot-src

TEXT Code:
  1. #include "misc.au3"
  2.  
  3. DuckSpam ()
  4.  
  5. Func DuckSpam ()
  6. While 1 ;endlosschleife
  7. if _ispressed("11" ) then ;wenn linkes ctrl gedrückt dann
  8. Controlsend("Counter-Strike Source","","","{lctrl}" ) ;send ctrl an css
  9. sleep (5)
  10. EndIf ;funktionsende
  11. WEnd ;schleifenende
  12. EndFunc ;Ende

Hoffe es hat dir geholfen, funktioniert Prima ^^

__________________

Du willst kostenlos (PHP,Ruby,Python,Javascript) programmieren lernen?  Only registered and activated users can see links.
Think in Classes,Speak with Definitions,except Errors,Live your Life while Life == True : Speak Python,speak simply  # Adwom

Immer wieder auf der Suche nach motivierten Python 3 Codern,die Lust auf ein kleines Projekt haben, bei Interesse, PM an mich