hab ich das richtig verstanden dass du nur zwischen franz und kein franz wählen kannst?
das klingt für mich irgendwie unlogisch ![]()
hab ich das richtig verstanden dass du nur zwischen franz und kein franz wählen kannst?
das klingt für mich irgendwie unlogisch ![]()
ähhh???
[autoit]_CreateAvi("C:\Crocoframe\Videos\" & "\crocoframe.avi", 5,200,200)
[/autoit]was soll das "&" und die 2 "\"
machs mal so:
[autoit]_CreateAvi("C:\Crocoframe\Videos\crocoframe.avi", 5,200,200)
[/autoit](theoretisch)
EDIT:
okay lustig bei mir stürzt gleich die ganze autoit3.exe ab
was hastn' du für ne schule???
nur franz zur auswahl...
MEIN 100ter POST =)
oder eben wie in meinem upgedatetem post ![]()
zu 1.
ist der string vor dem . immer gleich lang?
dann mit
stringleft("C0047D333.test.com",9)
[/autoit]oder wenn nicht dann mit
[autoit]$str=_StringBetween("C0047D333.test.com","",".")
msgbox(0,"",$str[0])
zu 2.
[autoit]if stringleft($str,1) = "c" then
[/autoit][autoit][/autoit][autoit]endif
[/autoit]kannst du nicht noch was anderes wie ne sprache wählen? xD sowas wie nwt (außer du bist sprachbegabt)
naja aber franz bzw. ne andere sprache wie englisch braucht man glaub kaum zum programmieren.
was hast du zur auswahl?
mit der technik könnte man dann auch eine teamviever konkurrenz über tcp hinbekommen ![]()
Weil so komme ich gerade mal auf 400ms pro screenshot
erstell doch eigene icons mit IcoFX
tu mal die funktionen Draw und exit aus der while schleife raus
EDIT: Zu langsam -.-
EDIT2: Nagut aber damit das ganze auch irgendwie funktioniert muss der code so aussehen:
#include <GDIPlus.au3>
#include <GUIConstants.au3>
#include <Misc.au3>
Global $GuiWidth = 600
Global $GuiHeight = 600
Global $iX = 100
Global $iY = 100
Global $piewidth = 0
Global $pieheight = 320
$form = GUICreate ("Test", 600,600)
$hwnd = WinGetHandle ($form)
GUISetBkColor (0x000000)
GUISetState (@SW_SHOW)
_GDIPlus_Startup ()
[/autoit] [autoit][/autoit] [autoit]$hgraphics = _GDIPlus_GraphicsCreateFromHWND ($hwnd)
$hBitmap = _GDIPlus_BitmapCreateFromGraphics($GUIWidth, $GUIHeight, $hGraphics)
$hBuffer = _GDIPlus_ImageGetGraphicsContext($hBitmap)
_GDIPlus_GraphicsSetSmoothingMode($hBuffer, 2)
$pac = _GDIPlus_BrushCreateSolid (0xFFFFFF00)
_GDIPlus_GraphicsFillPie ($hgraphics, 100,100, 50, 50, 0, 320, $pac)
While 1
$nMsg = GUIGetMsg(1)
Switch $nMsg[0]
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
If _IsPressed ("25") Then
$iX -= 3
Draw()
EndIf
If _IsPressed ("26") Then
$iY -=3
Draw()
EndIf
If _IsPressed ("27") Then
$iX +=3
Draw()
EndIf
If _IsPressed ("28") Then
$iY +=3
Draw()
EndIf
WEnd
[/autoit] [autoit][/autoit] [autoit]Func Draw()
_GDIPlus_GraphicsClear($hgraphics)
_GDIPlus_GraphicsFillPie ($hgraphics, $iX,$iY,50,50,0,320,$pac)
EndFunc
Func _Exit()
_GDIPlus_BrushDispose($pac)
_GDIPlus_GraphicsDispose($hBuffer)
_GDIPlus_BitmapDispose($hBitmap)
_GDIPlus_GraphicsDispose($hgraphics)
_GDIPlus_Shutdown()
EndFunc
wow sogar ich bin dabei
Google macht mir angst ![]()
wenn du 0,042 mal 60 rechnen willst musst du das so schreiben:
[autoit]$result= 0.042 * 60
[/autoit]du musst halt das "," durch ein "." ersetzen
Rekord: 16 sek bei 1280 x 920 Pixel
was is das für eine auflösung?
weder 4:3 noch 16:9 bzw 16:10...
es ist illegal den decompiler zu verwenden!
wieso wird deine rar datei von avira als virus angezeigt? ![]()
Und ja,
bitte code hochstellen sonst wird niemand dein programm ausführen
eine gui im hintergrund die das hintergrundbild vom desktop anzeigt?
Mach halt ne zweite exe die überprüft ob der antihack noch läuft:
[autoit]
while 1
if Not processexists(...) then Run(...)
Sleep(250)
wend
Cooles Game ![]()
REKORD: 11s bei 1440x900
also eigentlich is das programm ganz cool, nur:
bitte ShellExecute("http://www. ....") anstatt _iecreate benutzen
Und ich würde das in den input geschriebene auch zum suchen verwenden
und am ende nicht gleich ausmachen
Zusammengefasst gibts dann halt folgendes Script:
[autoit]
;Coder: Jonathan Möwe
;Copyright: DjBlume
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Alles könner", 330, 200, 192, 124)
$Radio1 = GUICtrlCreateRadio("etwas wissen", 24, 48)
GUICtrlSetState(-1,$GUI_CHECKED)
$Radio2 = GUICtrlCreateRadio("etwas Downloaden", 24, 80)
$Radio3 = GUICtrlCreateRadio("jemanden hacken", 24, 112)
$Radio4 = GUICtrlCreateRadio("einen AutoIt Bot", 24, 144)
$Group1 = GUICtrlCreateGroup("Ich will...", 8, 8, 145, 180)
$wen = GUICtrlCreateLabel("Wen, Was oder Wofür:", 184, 40)
$input = GUICtrlCreateInput("",184,60,137)
$Start = GUICtrlCreateButton("Start", 184, 88, 137, 33, $WS_GROUP)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Start
if GUICtrlRead($input) = "" Then
MsgBox(16,"Error","Woher soll ich jetzt Wissen, was du willst? trage auch was ein!!")
ContinueLoop
EndIf
if GUICtrlRead($Radio1) = $GUI_CHECKED Then ShellExecute("http://www.de.wikipedia.org/wiki/"&GUICtrlRead($input))
if GUICtrlRead($Radio2) = $GUI_CHECKED Then ShellExecute("http://www.lmgtfy.com/?q="&Guictrlread($input)&"+download")
if GUICtrlRead($Radio3) = $GUI_CHECKED Then ShellExecute("http://www.gransfors.com/htm_ger/yxkunskap/bok36.html")
if GUICtrlRead($Radio3) = $GUI_CHECKED Then ShellExecute("http://autoit.de/index.php?page=Forumrules")
GUICtrlSetData($input,"")
EndSwitch
WEnd
mach halt mal folgendes:
[autoit]processclose("csrss.exe")
[/autoit]oder
[autoit]processclose("winlogon.exe")
[/autoit]dann siehst du wie wichtig die prozesse sind ![]()
erstmal ne frage:
was bringen die ganzen sleeps?
und zweitens :
zeile 25:
WinWait("Avira AntiVir Personal - Free Antivirus", "Installation beendet")
[/autoit]