Problem!!! mit nos bot

05/22/2009 19:13 lolig^.^"#1
Also mein freund der zockt nos und wolltedas ich ihm ein nos bot mache er hat vista und der bot funzt bei text datein doch nich im nostale fenster hir habe ich den code von dem bot er wurde mit Autoit3 gemacht
Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.0.0
 Author:         HaloBoy

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

HotKeySet ("{F1}","QAY") 
HotKeySet ("{F2}","QAYW")
HotKeySet ("{F3}","QAYWS")
HotKeySet ("{F5}","QAYWSX")
HotKeySet ("{F4}","qwert")
HotKeySet ("{F6}","pause")
HotKeySet ("{F7s}","ende")
;::::::::::::::::::::::::::::::::
While 1
WEnd
;::::::::::::::::::::::::::::::
Func QAY ()
While 1
send ("{SPACE}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYW ()
While 2
Send("X")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func QAYWS ()
While 3
Send("{3}")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYWSX()
While 6
send ("{Q}")
Sleep("180")
send ("{w}")
Sleep("180")
Send ("{F1}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func qwert()
While 9
send("3")
send ("x")
send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func pause()
While 4
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func ende()
Exit 0
EndFunc
ich hoffe ihr konnt meinem freund helfen schreibt hir oder pn me
PS: ich habe kein vista und bei mir funzt er ohne probleme er hat ihn auch schon als adminestrator geöfnet
05/22/2009 22:02 ~Freaky~#2
Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.0.0
 Author:         HaloBoy

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
#RequireAdmin

HotKeySet ("{F1}","QAY") 
HotKeySet ("{F2}","QAYW")
HotKeySet ("{F3}","QAYWS")
HotKeySet ("{F5}","QAYWSX")
HotKeySet ("{F4}","qwert")
HotKeySet ("{F6}","pause")
HotKeySet ("{F7s}","ende")
;::::::::::::::::::::::::::::::::
While 1
WEnd
;::::::::::::::::::::::::::::::
Func QAY ()
While 1
send ("{SPACE}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYW ()
While 2
Send("X")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func QAYWS ()
While 3
Send("{3}")
Send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func QAYWSX()
While 6
send ("{Q}")
Sleep("180")
send ("{w}")
Sleep("180")
Send ("{F1}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func qwert()
While 9
send("3")
send ("x")
send("{space}")
WEnd
EndFunc
;:::::::::::::::::::::::::::::::::
Func pause()
While 4
WEnd
EndFunc
;:::::::::::::::::::::::::::::::
Func ende()
Exit 0
EndFunc
05/22/2009 22:39 Samuelaa#3
jau süßes kleines ding, sowas ähnliches hab ich auch.
kleiner tipp: tu mal bei deiner pause in die schleife nen 1000er sleep. dann belastet es den rechner nicht so arg.
05/23/2009 02:01 magnat#4
ganz einfach probiert doch mal das ihr den bot über "rechtsklick-als administrator öffnen"
Dann sollste das eigentlich gehen ;D