İ Need Help

08/20/2011 11:19 63muhammed#1
Hi All İ Want To Create An Hack But İ Need The Hack Codes And İ Can Write Them To The Where At This


#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("63muhammed Hack", 314, 75, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Hack", 24, 16, 49, 17)
$Button1 = GUICtrlCreateButton("Start", 136, 8, 177, 25, 0)
$Button2 = GUICtrlCreateButton("Exit", 136, 40, 169, 25, 0)
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();
GUISetState(@SW_HIDE)
ToolTip("S4 League Waits!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]")
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc


İ Can Write Codes To The Where At The Here And İ Need Codes Pls

Sry For Bad Englis :):bandit:
:handsdown:
08/20/2011 11:22 *KiRa*#2
Sorry But I donīt understand, what you mean.

But I think you have to change something :
Quote:
Func _Hack();
GUISetState(@SW_HIDE)
ToolTip("S4 League Waits!",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","byte[4]")
_MemoryWrite(0x00EF37D6,$OPEN,"0","byte[4]")
_MemoryWrite(0x00EF3806,$OPEN,"0","byte[4]")
EndIf
Exit
EndFunc
Edit : Sry, but I think, Iīm wrong.
08/20/2011 11:24 63muhammed#3
i need the hack codes and i can write them at the where at ur write
08/20/2011 11:36 Corex#4
I think Nobody makes the Values Public.
Use CE to Search it.
08/20/2011 11:39 63muhammed#5
U Can Find A Thread Or Post About İt İ Understand But How İ Find Codes At The CE and i must write codes to where at the script
08/20/2011 11:42 Corex#6
Oh Ok^^.
I don't No anything about that, Sry :/
08/20/2011 11:45 63muhammed#7
Can u Find an post or thread about the find codes in CE?
08/20/2011 22:13 MrSm!th#8
#moved