|
You last visited: Today at 21:27
Advertisement
How Make you Hack and Find Address
Discussion on How Make you Hack and Find Address within the S4 League forum part of the Shooter category.
|
View Poll Results: Vote
|
|
Good
|
  
|
14 |
53.85% |
|
Bad
|
  
|
12 |
46.15% |
04/27/2012, 06:33
|
#91
|
elite*gold: 0
Join Date: Mar 2012
Posts: 83
Received Thanks: 213
|
Quote:
Originally Posted by *TheWarLords*
 See you P Masge
and i am not busy to learning C++ i End Learn it so Done i Buys in other Thing 
|
how did you learn it from the Ebook or youtube or what ?????
|
|
|
04/27/2012, 11:19
|
#92
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by ZubZero55
how did you learn it from the Ebook or youtube or what ????? 
|
with my self
|
|
|
04/27/2012, 20:13
|
#93
|
elite*gold: 0
Join Date: Mar 2012
Posts: 82
Received Thanks: 9
|
*TheWarLords* u know now working with c++ good? u can make progs etc? or u mean that u gived up?
|
|
|
04/27/2012, 20:24
|
#94
|
elite*gold: 0
Join Date: Mar 2012
Posts: 83
Received Thanks: 213
|
Quote:
Originally Posted by *TheWarLords*
with my self
|
what do you mean by yourself ? 
do you mean on youtube like me or what ?
|
|
|
04/27/2012, 20:51
|
#95
|
elite*gold: 0
Join Date: Mar 2012
Posts: 82
Received Thanks: 9
|
Quote:
Originally Posted by ZubZero55
what do you mean by yourself ? 
do you mean on youtube like me or what ?
|
lol ur learning c++ 2?
|
|
|
04/28/2012, 00:05
|
#96
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by ZubZero55
what do you mean by yourself ? 
do you mean on youtube like me or what ?
|
Not youtube i learn in in 2 day i try some thing now i know all thing at C#
i can make now any thing with C++
|
|
|
04/28/2012, 01:10
|
#97
|
elite*gold: 0
Join Date: Mar 2012
Posts: 82
Received Thanks: 9
|
xD seriously? why dont u make hacks in c++ now?
|
|
|
04/28/2012, 01:29
|
#98
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by iTwIx
xD seriously? why dont u make hacks in c++ now?
|
i no went make hack i can make many hack with C++ Example Menu D3D
but i no went it now For i am Busy
|
|
|
04/28/2012, 12:39
|
#99
|
elite*gold: 0
Join Date: Mar 2012
Posts: 83
Received Thanks: 213
|
Quote:
Originally Posted by *TheWarLords*
Not youtube i learn in in 2 day i try some thing now i know all thing at C#
i can make now any thing with C++ 
|
what  2 days .........
iam watching youtube videos 40 chapter each chapter 10 min
|
|
|
04/28/2012, 14:22
|
#100
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by ZubZero55
|
Try with Book i Read 1 Book and i don't understand thing !
|
|
|
04/28/2012, 15:28
|
#101
|
elite*gold: 0
Join Date: Mar 2012
Posts: 82
Received Thanks: 9
|
post here the link for the book plz.
|
|
|
04/28/2012, 15:41
|
#102
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by iTwIx
post here the link for the book plz.
|
Search in google and see what book you need C++ Have many Books u ony if write in Google C++ Book Will Find some i no have link's now soryy
you can find books here but search or make new Topic
|
|
|
04/28/2012, 16:02
|
#103
|
elite*gold: 0
Join Date: Mar 2012
Posts: 82
Received Thanks: 9
|
no probs broO=)
|
|
|
05/10/2013, 11:34
|
#104
|
elite*gold: 0
Join Date: May 2013
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by *TheWarLords*
Hi All all make i see many Pepol Thread How Make hack How Find Address
First How Make Hack i will Used AutoIt
i will Show all With Screen and Video
Screen
Video
Video

Now you Scrpit
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Form1.kxf
$Form1 = GUICreate("Hack", 496, 107, 252, 115)
GUISetBkColor(0xFF0000)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("Range", 16, 8, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Button1 = GUICtrlCreateButton("Start", 24, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 120, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
$Button3 = GUICtrlCreateButton("Credits", 64, 80, 75, 25)
GUICtrlSetOnEvent(-1, "Button3Click")
$Pic1 = GUICtrlCreatePic("C:\Users\TheWarLords\Desktop\w.jpg", 224, 0, 268, 100)
GUICtrlSetOnEvent(-1, "Pic1Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
Func Button3Click()
EndFunc
Func Checkbox1Click()
EndFunc
Func Form1Close()
EndFunc
Func Form1Maximize()
EndFunc
Func Form1Minimize()
EndFunc
Func Form1Restore()
EndFunc
Func Pic1Click()
EndFunc
For Start And Exit and Credits Work
Delete
Code:
Func Button1Click()
EndFunc
Func Button2Click()
EndFunc
Func Button3Click()
EndFunc
and add
Code:
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
now you Need Func To Work
Func
Code:
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
Now You Full Script
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Form1.kxf
$Form1 = GUICreate("Hack", 496, 107, 252, 115)
GUISetBkColor(0xFF0000)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("Range", 16, 8, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Button1 = GUICtrlCreateButton("Start", 24, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 120, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
$Button3 = GUICtrlCreateButton("Credits", 64, 80, 75, 25)
GUICtrlSetOnEvent(-1, "Button3Click")
$Pic1 = GUICtrlCreatePic("C:\Users\TheWarLords\Desktop\w.jpg", 224, 0, 268, 100)
GUICtrlSetOnEvent(-1, "Pic1Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
Func Button3Click()
MsgBox(0,"Credits", "By Hack")
EndFunc
Func Checkbox1Click()
EndFunc
Func Form1Close()
EndFunc
Func Form1Maximize()
EndFunc
Func Form1Minimize()
EndFunc
Func Form1Restore()
EndFunc
Func Pic1Click()
EndFunc
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020B74, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020B8C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BB0, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
******************************************
Other You Script can be
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Test.kxf
$Form1 = GUICreate("Hack", 199, 78, 358, 140)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("GodeMode", 16, 8, 73, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("SP Inf", 16, 32, 57, 17)
GUICtrlSetOnEvent(-1, "Checkbox2Click")
$Button1 = GUICtrlCreateButton("Start", 112, 8, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 112, 40, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
so will add
Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
Case $Button2
Exit
EndSwitch
WEnd
and Add Func Under End Switch
Code:
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020B74, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020B8C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BB0, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
Now your Hack ENd all you Need now Find Address
how Find Address watch the Video
Video
**************
To Change Value
Screen
************************************************** ************************************************** **************
Grman
Hallo zusammen alle machen, sehe ich viele Menschen Thema Wie Machen hack Wie Adresse suchen
Erste Wie Machen Hack, den ich AutoIt verwenden werde ich alles mit Leinwand und Video Show
Screen
Video
Video

Nun Script
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Form1.kxf
$Form1 = GUICreate("Hack", 496, 107, 252, 115)
GUISetBkColor(0xFF0000)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("Range", 16, 8, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Button1 = GUICtrlCreateButton("Start", 24, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 120, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
$Button3 = GUICtrlCreateButton("Credits", 64, 80, 75, 25)
GUICtrlSetOnEvent(-1, "Button3Click")
$Pic1 = GUICtrlCreatePic("C:\Users\TheWarLords\Desktop\w.jpg", 224, 0, 268, 100)
GUICtrlSetOnEvent(-1, "Pic1Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
Func Button3Click()
EndFunc
Func Checkbox1Click()
EndFunc
Func Form1Close()
EndFunc
Func Form1Maximize()
EndFunc
Func Form1Minimize()
EndFunc
Func Form1Restore()
EndFunc
Func Pic1Click()
EndFunc[
Für Start-und Ausstieg und Credits erfolgreich machen
löschen
Code:
Func Button1Click()
EndFunc
Func Button2Click()
EndFunc
Func Button3Click()
EndFunc
und fügen
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
You Need Func To Work
Func
Code:
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020B74, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020B8C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BB0, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
Now You vollständige Script
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Form1.kxf
$Form1 = GUICreate("Hack", 496, 107, 252, 115)
GUISetBkColor(0xFF0000)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("Range", 16, 8, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Button1 = GUICtrlCreateButton("Start", 24, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 120, 32, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
$Button3 = GUICtrlCreateButton("Credits", 64, 80, 75, 25)
GUICtrlSetOnEvent(-1, "Button3Click")
$Pic1 = GUICtrlCreatePic("C:\Users\TheWarLords\Desktop\w.jpg", 224, 0, 268, 100)
GUICtrlSetOnEvent(-1, "Pic1Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Button1Click()
Start()
EndFunc
Func Button2Click()
Exit
EndFunc
Func Button3Click()
MsgBox(0,"Credits", "By Hack")
EndFunc
Func Checkbox1Click()
EndFunc
Func Form1Close()
EndFunc
Func Form1Maximize()
EndFunc
Func Form1Minimize()
EndFunc
Func Form1Restore()
EndFunc
Func Pic1Click()
EndFunc
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020B74, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020B8C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BB0, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
******************************************
Andere Script können Sie
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=Test.kxf
$Form1 = GUICreate("Hack", 199, 78, 358, 140)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1Close")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "Form1Minimize")
GUISetOnEvent($GUI_EVENT_MAXIMIZE, "Form1Maximize")
GUISetOnEvent($GUI_EVENT_RESTORE, "Form1Restore")
$Checkbox1 = GUICtrlCreateCheckbox("GodeMode", 16, 8, 73, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("SP Inf", 16, 32, 57, 17)
GUICtrlSetOnEvent(-1, "Checkbox2Click")
$Button1 = GUICtrlCreateButton("Start", 112, 8, 75, 25)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("Exit", 112, 40, 75, 25)
GUICtrlSetOnEvent(-1, "Button2Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
so fügt
Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
Case $Button2
Exit
EndSwitch
WEnd
und hinzufügen Func Unter End Switch
Code:
Func _Start()
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(0x020B74, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020B8C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BB0, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BC8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020BEC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C04, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C28, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020C30, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D44, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D5C, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D80, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020D98, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DBC, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DD4, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020DF8, $OPEN, "Foat", "0")
_MEMORYWRITE(0x020E00, $OPEN, "Foat", "0")
EndIf
_MemoryClose($Open)
Exit
EndFunc
Jetzt sind Sie zurück END alles, was Sie jetzt brauchen, Adresse suchen
Wie Adresse suchen Video ansehen
Video
**************
Den Wert zu ändern
Screen
All Program you Need
koda
CheatEngine61
AutoIt v3
Project Suspender
Alle Programm benötigen
koda
CheatEngine61
AutoIt v3
Project Suspender
VT
Project Suspender =
Some Value =
CheatEngine61 =
autoit-v3-setup =
Func =
Koda = 
if you make your hack and Have problem in script and Need Help ask Me i will help you 
Wenn Sie Ihren Hack machen müssen und in Skript Problem und brauchen Hilfe bitten mir, ich will dir helfen
Read The Book XD
Done Have Fun
|
bro, can you tell me how to get godmode address, speedhack address, 1 hit address, infinite ammo address please ?
|
|
|
05/10/2013, 12:32
|
#105
|
elite*gold: 0
Join Date: Jan 2012
Posts: 2,155
Received Thanks: 1,028
|
The coloures are horrible.
It would be better to change the coloure again in black.
You can underline things, but it's really hard to read.
And I guess that this thread belongs to the Hacking Section of S4 League.
|
|
|
Similar Threads
|
The Way to Find Address of HACK
04/04/2012 - Cabal Online - 10 Replies
this is how to find address with cheat engine!
is it right or not?
tell me the correct way... if there is wrong....
### Walk Speed ###
1) Log in, search 380 in Float and pick the adress starting with 0175.
### Range #####
|
How to find a npc address via UCE
03/06/2010 - Kal Online - 1 Replies
As the name of the post say i looking the npc address with uce
If someone could be so kind to tell me how to find tham by myself or you can post some address here
|
How To Find Wall Hack Address 9(C.E)?
12/09/2009 - Cabal Online - 1 Replies
Does anyone know how to scan wallhack address using c.e?
if anyone know plz share here~ thanx :handsdown:
|
All times are GMT +1. The time now is 21:27.
|
|