Need Some help Here Place

03/27/2012 22:51 *TheWarLords*#1
PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=form1.kxf
$MHack GUICreate("M Hack"672127192124)
$Checkbox1 GUICtrlCreateCheckbox("Sp Refil"8885717)
$Checkbox2 GUICtrlCreateCheckbox("Inf Sp"884917)
$Checkbox3 GUICtrlCreateCheckbox("Godmode"8246517)
$Checkbox4 GUICtrlCreateCheckbox("No Stun"81046517)
$Checkbox5 GUICtrlCreateCheckbox("Combo Hack"8728117)
$Radio1 GUICtrlCreateRadio("1 Hit"7284917)
$Radio2 GUICtrlCreateRadio("x2 Damg"12086517)
$Checkbox6 GUICtrlCreateCheckbox("Inf Ammo"8406517)
$Checkbox7 GUICtrlCreateCheckbox("Instant Respawn"200729717)
$Checkbox9 GUICtrlCreateCheckbox("0 Rules"200245717)
$Checkbox10 GUICtrlCreateCheckbox("No Blast"200886517)
$Checkbox11 GUICtrlCreateCheckbox("No Intro"200405717)
$Checkbox12 GUICtrlCreateCheckbox("Reverse Walljump"200810517)
$Checkbox14 GUICtrlCreateCheckbox("Fastfire"8565717)
$Checkbox15 GUICtrlCreateCheckbox("Wallshoot"200567317)
$Checkbox8 GUICtrlCreateCheckbox("Dodge Range"2001048917)
$Pic1 GUICtrlCreatePic("C:\Users\TheWarLords\Desktop\Info.jpg"3120300100)
$Input1 GUICtrlCreateInput("Made by TheWarLords"40010412921)
GUICtrlSetState(-1$GUI_DISABLE)
$Button1 GUICtrlCreateButton("Start"96407517$BS_DEFPUSHBUTTON)
$Button2 GUICtrlCreateButton("Exite"112804317$BS_DEFPUSHBUTTON)
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
    EndSwitch
WEnd
Func _Hack
(); This is the functions which turns on the hacks when you start S4 League.
    
GUISetState(@SW_HIDE);
    
ToolTip("Start S4 League!",0,0); This is up in the corner which says Start S4 League!
    
$WAIT ProcessWait("S4Client.exe"); Waiting For S4 League
    $PID 
ProcessExists("S4Client.exe"); He found S4Client.exe
    Sleep
(500);Takes a little break..
The memory .. which makes the functions work.
    If 
GUICtrlRead($Checkbox1) = 1 Then
        _MemoryWrite
(0x00FE26EA,$OPEN,"1","Float");This is a float value
    EndIf
    If 
GUICtrlRead($Checkbox2) = 1 Then
        
EndIf
    Exit
EndFunc 
why Not Work
03/28/2012 00:11 Freddy​#2
Its only the GUI..
03/28/2012 00:40 Drakmar95#3
Where should we help?
Pls discripe your problem ;)
03/28/2012 11:53 BotofWar#4
sorry man, but have you ever written a running bot with autoit?
This is your 2nd Thread about the same thing with no problem. do you think only using Koda makes a running bot? Especially a hack?
personaly i think you have to learn Autoit first and realise the difference between a Koda form and a script.
Please read a lot of threads here at Epvpers and learn how to use Autoit.
Then when you have written your first scripts you will be able to write a question that everyone will understand and then someone can give you an answer.