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
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
Originally posted by BlackHybrid
Then you did something wrong.
$Checkbox2 = GUICtrlCreateCheckbox("...", 16, 30, 73, 17)
Put this to the other controls.
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
Do
$ProcessId = ProcessExists("hl.exe")
If $ProcessId > 0 Then
$hProcess = _MemoryOpen($ProcessId)
If Not @error Then
If BitAND(GUICtrlRead($C_Ammunition), $GUI_CHECKED) Then
;Ammunition
EndIf
If BitAND(GUICtrlRead($C_Health), $GUI_CHECKED) Then
;Health
EndIf
EndIf
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
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"