Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 22:14

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

Advertisement



○AutoIT Koda CSS Aimbot

Discussion on ○AutoIT Koda CSS Aimbot within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1

 
elite*gold: 0
Join Date: Mar 2010
Posts: 212
Received Thanks: 12
○AutoIT Koda CSS Aimbot

Guten Tag,

Ich habe gerade ein Aimbot geschrieben, und der geht aber nicht
ich habe jede figur einzelen gescreen ( für die Farbe)
Num Sieht der code so aus.:
Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\marcello\desktop\aimbot.kxf
$Aimbot = GUICreate("Aimbot", 259, 146, -1, -1)
GUISetIcon("C:\Program Files (x86)\AutoIt3\Icons\au3.ico", -1)
$Button1 = GUICtrlCreateButton("CT Start", 32, 40, 75, 25)
$Button2 = GUICtrlCreateButton("CT Stop", 32, 72, 75, 25)
$Group1 = GUICtrlCreateGroup("Counter Terror", 16, 16, 105, 97)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Terrorist", 136, 16, 105, 97)
$Button3 = GUICtrlCreateButton("T Start", 152, 40, 75, 25)
$Button4 = GUICtrlCreateButton("T Stop", 152, 72, 75, 25)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label1 = GUICtrlCreateLabel("Aimbot by 'Kay0-", 16, 120, 82, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE

Case $Button1

$Variable=PixelSearch(9,8,1919,1079,0x3A3324)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf

$Variable=PixelSearch(9,8,1919,1079,0x6A3F22)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x343737)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x6D684D)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
MsgBox(0,"Aimbot","Der CT Aimbot ist jetzt Aktiv")
Case $Button2

Exit

MsgBox(0,"Aimbot","Der CT Aimbot ist jetzt Deaktiviert")
Case $Button3

$Variable=PixelSearch(9,8,1919,1079,0xBE4D2A)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x695B40)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x84481A)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x75462C)
If IsArray($Variable) = True Then
MouseMove($Variable [0], $Variable [1],)
MouseClick ("left")
EndIf

MsgBox(0,"Aimbot","Der T Aimbot ist jetzt Aktiv")
Case $Button4

Exit

MsgBox(0,"Aimbot","Der T Aimbot ist jetzt Deaktiviert")
Exit

EndSwitch
WEnd


und es geht nicht Warum?
Marcel110 is offline  
Old 05/09/2011, 21:25   #2
 
Ludder231's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
1.Guck mal wo du die Exits gesetzt hast
2. du hast iwo eine 1 vergessen
3. Auch die while schleifen sind falsch

PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=c:\users\marcello\desktop\aimbot.kxf
$Aimbot GUICreate("Aimbot"259146, -1, -1)
GUISetIcon("C:\Program Files (x86)\AutoIt3\Icons\au3.ico", -1)
$Button1 GUICtrlCreateButton("CT Start"32407525)
$Button2 GUICtrlCreateButton("CT Stop"32727525)
$Group1 GUICtrlCreateGroup("Counter Terror"161610597)
GUICtrlCreateGroup("", -99, -9911)
$Group2 GUICtrlCreateGroup("Terrorist"1361610597)
$Button3 GUICtrlCreateButton("T Start"152407525)
$Button4 GUICtrlCreateButton("T Stop"152727525)
GUICtrlCreateGroup("", -99, -9911)
$Label1 GUICtrlCreateLabel("Aimbot by 'Kay0-"161208217)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg 
GUIGetMsg()
Switch 
$nMsg
Case $GUI_EVENT_CLOSE

Case $Button1
MsgBox
(0,"Aimbot","Der CT Aimbot ist jetzt Aktiv")
While 
1
$Variable
=PixelSearch(9,8,1919,1079,0x3A3324)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf

$Variable=PixelSearch(9,8,1919,1079,0x6A3F22)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x343737)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x6D684D)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf

wend



Case $Button2
MsgBox
(0,"Aimbot","Der CT Aimbot ist jetzt Deaktiviert")
exitloop
exit

Case 
$Button3
MsgBox
(0,"Aimbot","Der T Aimbot ist jetzt Aktiv")
while 
1
$Variable
=PixelSearch(9,8,1919,1079,0xBE4D2A)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x695B40)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x84481A)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
$Variable=PixelSearch(9,8,1919,1079,0x75462C)
If 
IsArray($Variable) = True Then
MouseMove
($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
wend


Case $Button4
MsgBox
(0,"Aimbot","Der T Aimbot ist jetzt Deaktiviert")
exitloop
Exit

EndSwitch
WEnd 
Ludder231 is offline  
Old 05/10/2011, 00:05   #3
 
BlackHybrid's Avatar
 
elite*gold: 52
The Black Market: 101/0/0
Join Date: Oct 2010
Posts: 1,998
Received Thanks: 389
Benutz doch gleich nur MouseClick("Left", $Variable[0], $Variable[0]) das macht das ganze etwas übersichtlicher.
BlackHybrid is offline  
Old 05/10/2011, 14:16   #4

 
elite*gold: 0
Join Date: Mar 2010
Posts: 212
Received Thanks: 12
HeyHo.. Danke es geht, but
Er findet die Pixel auch im boden, und ja ..D er schaut immer zum boden und dreht sich übels. Kann mir irrgenwie einer eine bessere methode nennen, auser Pixel suchen?( sollte auch undetected sein)
Marcel110 is offline  
Reply


Similar Threads Similar Threads
○[Must Read] Rules : Rakion Section○
04/10/2011 - General Gaming Discussion - 5 Replies
Greetings Elitepvpers Rakion Section, Rakion sec. Has a high percent of spamming . More members do not know what the rules are .@all try to follow. Cause There was no MOD. here no Member Assign to moderate here so i apply it. To Solve what happening in this section . Rules: NO. ○ No Asking Question or Making Non sense thread . ( I will Make a Thread for Question and Answer)
○○○0verShiT´s ******-St0re○○○
03/28/2011 - elite*gold Trading - 10 Replies
Heyho Com, verkaufe wieder einmal ein paar Dshini´s um euch eurem Wunsch ein Stück näher zu bringen. Wieviele Dshini´s verkaufst du diesmal? Diesmal sind es so um die 850 Wie sieht denn deine Quote aus? Meine Quote ist zur Zeit immer 10:5
○○○ 1kkk auf Phelon = 25€ PSC!! ○○○ Einmalig!
11/02/2010 - Metin2 Trading - 2 Replies
Moin, verkaufe hier 1kkk auf Phelon für 20-25€ PSC. 450kk auf Phelon für 10€ PSC Versand in 2 Minuten!!!! Einfach Melden! Liebe Grüße



All times are GMT +2. The time now is 22:14.


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.