Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



auto it first try

Discussion on auto it first try within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
Creeker's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 344
Received Thanks: 47
auto it first try

startet learning autoit nad i got a problem
my script does not work


Code:
HotKeySet("{numpadadd}","_start")
HotKeySet("{numpadsub}","_exit")
HotKeySet("{space}","_pause")

While 1
    Sleep(750)
WEnd

Func _exit()
    Exit
EndFunc




Func _start()
While

Func _start()
    MouseClick("left"[, 700, 425 [[, 1 [, 1]]])
 

sleep(9000)

   MouseClick("left"[, 700, 425 [[, 1 [, 1]]])

sleep(900000)

WEnd
 
EndFunc



Func _pause()
   While
   sleep 50000
   WEnd
   EndFunc


can you say me why or even better, correct my mistakes

ty
Creeker is offline  
Old 01/22/2012, 19:40   #2
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,590
Received Thanks: 1,593
I hope this is you wanted..

Code:
HotKeySet("{f1}","_start")
HotKeySet("{f2}","_exit")
HotKeySet("{PAUSE}", "TogglePause")
Global $Paused
$start = 0
While 1
    Sleep(10)
	if $start = 1 Then
		 		MouseClick("left", 700, 425 , 1 , 1)
 

		sleep(9000)
		MouseClick("left", 700, 425 , 1 , 1)

		sleep(900000)
		EndIf
WEnd

Func _exit()
    Exit
EndFunc




Func _start()
	if $start = 0 Then
		$start = 1
	elseif $start = 1 Then
		$start = 0
		EndIf
EndFunc

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc
MFG Zocker
Paraly is offline  
Thanks
1 User
Old 01/22/2012, 21:39   #3
 
Creeker's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 344
Received Thanks: 47
Ja ist es.

Aber wenn ich es jetzt ausführen will, kommst noch immer:

>C:\program files\autoit3\aut2exe\aut2exe.exe /in "C:\Users\Benutzer\Desktop\WoWVotebot.au3"
Der Befehl "C:\program" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
>Exit code: 1 Time: 0.230

Woran liegt das?
Trotzallem vielen dank für die Hilfe.
Creeker is offline  
Old 01/22/2012, 22:10   #4
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,590
Received Thanks: 1,593
Wenn du das programm in eine .exe umwandeln willst musst du einfach in dem Scite Editor auf Tools und auf Build gehen dann wird in dem selben Ordner der .au3 eine .exe erstellt.
Meintest du das?


MFG Zocker
Paraly is offline  
Old 01/22/2012, 22:51   #5
 
Creeker's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 344
Received Thanks: 47
Genau das macht er ebend nicht.
Ich habe auf dem Desktop mein script liegen in eine .exe umwandeln macht er aber nicht.
Creeker is offline  
Old 01/22/2012, 23:03   #6
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,590
Received Thanks: 1,593
geh mal in dein autoit verzeichnis und in den Aut2Exe und führ dann die Aut2Exe.exe aus wenn du ein 64 bit system hast dann die Aut2exe_x64.exe.
ich denke wie das aut2exe programm funktioniert ist selbsterklärend. sourcefile auswählen, speicherort auswählen und convert klicken.

MFG Zocker
Paraly is offline  
Thanks
1 User
Old 01/23/2012, 01:49   #7
 
Creeker's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 344
Received Thanks: 47
Danke hat funktioniert :>
Creeker is offline  
Reply


Similar Threads Similar Threads
Powerlevel Hack [Q.Plant Q.Defuse Auto Start Auto F Auto Teleport To Bomb]
01/03/2012 - WarRock Hacks, Bots, Cheats & Exploits - 17 Replies
http://i.imgur.com/EGaFU.png DOWNLOAD SCAN QUICK DEFUSE REMOVED FOR COMPLETE POWERLEVEL PM ME or EAGL3 ;)



All times are GMT +2. The time now is 07:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.