Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 11:37

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

Advertisement



[Help]AutoIT Project Creator

Discussion on [Help]AutoIT Project Creator within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
Question [Help]AutoIT Project Creator

Hello.I created a hack for CS, but not know why he gives error.We used this data:

PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Counter-Strike Health Trainer by ~>Kredar<~"38381192124)
$Checkbox1 GUICtrlCreateCheckbox("Health Inf."1687317)
$Button1 GUICtrlCreateButton("Start"1360241330)
$Button2 GUICtrlCreateButton("Exit"13640241330)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()
        Case 
$Button2
            
Exit
        Case 
$Checkbox1    
            _Func
()

    EndSwitch
WEnd

Func _Hack
(); This is the functions which turns on the hacks when you start S4 League.
    
GUISetState(@SW_HIDE);
    
ToolTip("Whait for CS...",0,0); This is up in the corner which says Start S4 League!
    
$WAIT ProcessWait("hl.exe"); Waiting For S4 League
    $PID 
ProcessExists("hl.exe"); He found S4Client.exe
    Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox1) = 1 Then
        _MemoryWrite
(0x00FE26EA,$OPEN,"0","Float");This is a float value
    EndIf
    If 
GUICtrlRead($Checkbox2) = 1 Then
        _MemoryWrite
(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
        
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
        
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
    EndIf
    Exit
EndFunc


Func _Func
(); This is the function to be Health
$PID 
ProcessExists("hl.exe"); He found S4Client.exe
Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
If 
GUICtrlRead($Checkbox1) = 1 Then
    _MemoryWrite
(0x0A14CFC,$OPEN,"0","char[1]"); This is a string..
    
_MemoryWrite(0x0A14D7C,$OPEN,"0","char[1]"); This is another string with an other address.
    
_MemoryWrite(0x0A14D1C,$OPEN,"0","char[1]")
    
_MemoryWrite(0x0A14CEC,$OPEN,"0","char[1]")
EndIf

EndFunc 
~>Kredar<~ is offline  
Old 08/03/2011, 15:06   #2


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,283
try to create a 3rd topic. maybe u'll get help then.
buFFy! is offline  
Old 08/03/2011, 16:40   #3
 
elite*gold: 20
Join Date: Feb 2007
Posts: 3,080
Received Thanks: 4,294
$Checkbox2
kknb is offline  
Old 08/03/2011, 17:10   #4
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
Quote:
Originally posted by kknb
$Checkbox2
Yes he gives error but how to solve the problem?
~>Kredar<~ is offline  
Old 08/03/2011, 17:15   #5
 
BlackHybrid's Avatar
 
elite*gold: 52
The Black Market: 101/0/0
Join Date: Oct 2010
Posts: 1,998
Received Thanks: 389
U haven't a $Checkbox2 so it isent declared.
BlackHybrid is offline  
Old 08/04/2011, 09:10   #6
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
but how to solve the problem?
~>Kredar<~ is offline  
Old 08/04/2011, 15:22   #7
 
BlackHybrid's Avatar
 
elite*gold: 52
The Black Market: 101/0/0
Join Date: Oct 2010
Posts: 1,998
Received Thanks: 389
Create another checkbox or change it to $Checkbox1
BlackHybrid is offline  
Thanks
1 User
Old 08/05/2011, 11:28   #8
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
I created another Checkbox.But gives error


PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Counter-Strike Health Trainer by ~>Kredar<~"38381192124)
$Checkbox1 GUICtrlCreateCheckbox("Health Inf."1687317)
$Button1 GUICtrlCreateButton("Start"1360241330)
$Button2 GUICtrlCreateButton("Exit"13640241330)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()
        Case 
$Button2
            
Exit
        Case 
$Checkbox1    
            _Func
()

    EndSwitch
WEnd

Func _Hack
(); This is the functions which turns on the hacks when you start Counter-Strike.
    
GUISetState(@SW_HIDE);
    
ToolTip("Whait for CS...",0,0); This is up in the corner which says Start CS!
    
$WAIT ProcessWait("hl.exe"); Waiting For hl
    $PID 
ProcessExists("hl.exe"); He found hl.exe
    Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox1) = 1 Then
        _MemoryWrite
(0x00FE26EA,$OPEN,"0","Float");This is a float value
    EndIf
    If 
GUICtrlRead($Checkbox2) = 1 Then
        _MemoryWrite
(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
        
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
        
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
     EndIf
    If 
GUICtrlRead($Checkbox4) = 1 Then
       _MemoryWrite
(0x05C5B34,$OPEN,"0","Float");This is a float value
    EndIf
    
EndFunc


Func _Func
(); This is the function to be Health
$PID 
ProcessExists("hl.exe"); He found hl.exe
Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox3) = 1 Then
       _MemoryWrite
(0x0A14CFC,$OPEN,"0","char[1]"); This is a string..
       
_MemoryWrite(0x0A14D7C,$OPEN,"0","char[1]"); This is another string with an other address.
       
_MemoryWrite(0x0A14D1C,$OPEN,"0","char[1]")
       
_MemoryWrite(0x0A14CEC,$OPEN,"0","char[1]")
    EndIf

EndFunc 
~>Kredar<~ is offline  
Old 08/05/2011, 11:59   #9
 
BlackHybrid's Avatar
 
elite*gold: 52
The Black Market: 101/0/0
Join Date: Oct 2010
Posts: 1,998
Received Thanks: 389
Then you did something wrong.
$Checkbox2 = GUICtrlCreateCheckbox("...", 16, 30, 73, 17)
Put this to the other controls.
BlackHybrid is offline  
Thanks
1 User
Old 08/05/2011, 15:12   #10
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
Quote:
Originally posted by BlackHybrid
Then you did something wrong.
$Checkbox2 = GUICtrlCreateCheckbox("...", 16, 30, 73, 17)
Put this to the other controls.

I did as you said but still no go

PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Counter-Strike Health Trainer by ~>Kredar<~"38381192124)
$Checkbox1 GUICtrlCreateCheckbox("Health Inf."1687317)
$Checkbox2 GUICtrlCreateCheckbox("Ammo Inf."16307317)
$Button1 GUICtrlCreateButton("Start"1360241330)
$Button2 GUICtrlCreateButton("Exit"13640241330)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()
        Case 
$Button2
            
Exit
        Case 
$Checkbox1    
            _Func
()

    EndSwitch
WEnd

Func _Hack
(); This is the functions which turns on the hacks when you start hl.
    
GUISetState(@SW_HIDE);
    
ToolTip("Whait for CS...",0,0); This is up in the corner which says Start hl!
    
$WAIT ProcessWait("hl.exe"); Waiting For hl
    $PID 
ProcessExists("hl.exe"); He found hl.exe
    Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox1) = 1 Then
        _MemoryWrite
(0x00FE26EA,$OPEN,"0","Float");This is a float value
    EndIf
    If 
GUICtrlRead($Checkbox2) = 1 Then
        _MemoryWrite
(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
        
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
        
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
    EndIf
    
EndFunc


Func _Func
(); This is the function to be Health
$PID 
ProcessExists("hl.exe"); He found hl.exe
Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
If 
GUICtrlRead($Checkbox1) = 1 Then
    _MemoryWrite
(0x0A14CFC,$OPEN,"0","char[1]"); This is a string..
    
_MemoryWrite(0x0A14D7C,$OPEN,"0","char[1]"); This is another string with an other address.
    
_MemoryWrite(0x0A14D1C,$OPEN,"0","char[1]")
    
_MemoryWrite(0x0A14CEC,$OPEN,"0","char[1]")
  EndIf

EndFunc 
~>Kredar<~ is offline  
Old 08/05/2011, 16:20   #11
 
BlackHybrid's Avatar
 
elite*gold: 52
The Black Market: 101/0/0
Join Date: Oct 2010
Posts: 1,998
Received Thanks: 389
Then try to include the SecurityConstants.au3.
There are some const in Nomad missing.
BlackHybrid is offline  
Old 08/05/2011, 16:27   #12
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
You failed at C&P?

PHP Code:
#include <GUIConstantsEx.au3>
#include <NomadMemory.au3>

GUICreate("KD"15055)
$C_Ammunition GUICtrlCreateCheckbox("Infinite Ammunition"5514025)
$C_Health GUICtrlCreateCheckbox("Infinite Health"53014025)
GUISetState()

Do
    
$ProcessId ProcessExists("hl.exe")
    If 
$ProcessId 0 Then
        $hProcess 
_MemoryOpen($ProcessId)
        If 
Not @error Then
            
If BitAND(GUICtrlRead($C_Ammunition), $GUI_CHECKEDThen
                
;Ammunition
            
EndIf

            If 
BitAND(GUICtrlRead($C_Health), $GUI_CHECKEDThen
                
;Health
            
EndIf
        EndIf

        
_MemoryClose($hProcess)
    EndIf

    
Sleep(50)
Until GUIGetMsg() == $GUI_EVENT_CLOSE 
KDeluxe is offline  
Thanks
1 User
Old 08/05/2011, 20:03   #13
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
He gives error

PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <SecurityConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Counter-Strike Health Trainer by ~>Kredar<~"38381192124)
$Checkbox1 GUICtrlCreateCheckbox("Health Inf."1687317)
$Checkbox2 GUICtrlCreateCheckbox("Ammo Inf."16307317)
$Button1 GUICtrlCreateButton("Start"1360241330)
$Button2 GUICtrlCreateButton("Exit"13640241330)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _Hack
()
        Case 
$Button2
            
Exit
        Case 
$Checkbox1    
            _Func
()

    EndSwitch
WEnd

Func _Hack
(); This is the functions which turns on the hacks when you start hl.
    
GUISetState(@SW_HIDE);
    
ToolTip("Whait for CS...",0,0); This is up in the corner which says Start hl!
    
$WAIT ProcessWait("hl.exe"); Waiting For hl
    $PID 
ProcessExists("hl.exe"); He found hl.exe
    Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox1) = 1 Then
        _MemoryWrite
(0x00FE26EA,$OPEN,"0","Float");This is a float value
    EndIf
    If 
GUICtrlRead($Checkbox2) = 1 Then
        _MemoryWrite
(0x00EF37A6,$OPEN,"0","char[2]"); This is a string..
        
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); This is another string with an other address.
        
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
    EndIf
    
EndFunc


Func _Func
(); This is the function to be Health
$PID 
ProcessExists("hl.exe"); He found hl.exe
Sleep
(500);Takes a little break..
    
$OPEN _MemoryOpen ($PID); The memory .. which makes the functions work.
If 
GUICtrlRead($Checkbox1) = 1 Then
    _MemoryWrite
(0x0A14CFC,$OPEN,"0","char[1]"); This is a string..
    
_MemoryWrite(0x0A14D7C,$OPEN,"0","char[1]"); This is another string with an other address.
    
_MemoryWrite(0x0A14D1C,$OPEN,"0","char[1]")
    
_MemoryWrite(0x0A14CEC,$OPEN,"0","char[1]")
  EndIf

EndFunc 
~>Kredar<~ is offline  
Old 08/05/2011, 20:39   #14
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
You copied **** from a S4 hack. Use my Script and add the _MemoryWrite() functions.
KDeluxe is offline  
Old 08/06/2011, 06:33   #15
 
~>Kredar<~'s Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 19
Received Thanks: 1
I want to learn to program.But I don't know how.You can help me?
~>Kredar<~ is offline  
Reply


Similar Threads Similar Threads
2in1 Bot ! Yahoo Creator & Youtube Creator ! Bietet mir was an !
06/23/2012 - elite*gold Trading - 16 Replies
Hallo und herzlich wilkommen! Ich verkaufe einen Youtube und Yahoo EmaiL Creator ! Hinweise : Es kommen Fehlermeldungen die nicht zu beachtet werden sollen. Er umgeht die Handyabfrage.
Re-Make Project! Grand Chase Sound ( TAGALOG ) Project!
06/03/2011 - Grand Chase Philippines - 126 Replies
To all, To people who want to contribute to this Project.. We Need: Good Vocals, Matching the voices or almost like the voices of all the characters present in the Grand Chase Philippine Server Good, Funny and nice Voice Replacer, Skill, Taunts and More.. Who really want to contribute.. Not by forcing yourself. The means by enjoying it..
Account Creator & Email Creator
03/11/2011 - S4 League Hacks, Bots, Cheats & Exploits - 6 Replies
Download VirusTotal Index screen: http://img851.imageshack.us/img851/740/accountcre atorindex.png How to Create an Email 1. Click "Go in Email Creator" 2. Insert: Email [email protected] Pasw stormthehacker 3. Click "login"



All times are GMT +2. The time now is 11:37.


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.