|
You last visited: Today at 05:11
Advertisement
TUT Hack Ertsellen Anfänger
Discussion on TUT Hack Ertsellen Anfänger within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
08/26/2011, 19:06
|
#1
|
elite*gold: 0
Join Date: Aug 2011
Posts: 8
Received Thanks: 12
|
TUT Hack Ertsellen Anfänger
Dieses Hack ist ein Tutorial für Anfänger
Ok lass uns Loslegen .. Was brauchen wir als erstens
Autoit ihr Könnt das hier Dowloanden 
Und Koda Form Desiqner hier 
Und Dann noch NormadMemory.au3
1 Startet Koda Form Designer sieht so aus

...
2Designed Form Zu Dieses Bild
Die label müsst ihr nicht Machen

...
3Klick Das An

...
4Kopiert den Text

...
5Öffnet Autoit Fügt den Text rein
und Schreibt ganz oben NormadMemory au3
So sieht das Komplett aus
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NormadMemory.au3
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 286, 125, 347, 215)
$Checkbox1 = GUICtrlCreateCheckbox("Slang", 24, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Ghost Mode ", 168, 32, 97, 17)
$Button1 = GUICtrlCreateButton("Starten", 0, 96, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Schließen", 208, 96, 75, 25, 0)
$Label1 = GUICtrlCreateLabel("Click Mich Um Hilfe", 96, 104, 96, 17)
$Label2 = GUICtrlCreateLabel("Erstellt von Deisuke", 0, 0, 98, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Dann Fangen wir mal an zu coden
Jetzt Stellen wir mal den Button ein
Code:
Case $Button1
_Hack()
Case $Button2
_Exit
Jetzt Stellen Wir mal den Hack
Code:
Func _Hack(); Dies ist die Funktionen, die über die Hacks dreht, wenn Sie S4 League starten.
GUISetState(@SW_HIDE);
ToolTip("Start S4 League!",0,0); Dies ist in der open in der Ecke, die Anfang S4 League sagt!
$WAIT = ProcessWait("S4Client.exe"); Warten auf S4league
$PID = ProcessExists("S4Client.exe"); S4Client.exe Gefunden
Sleep(500);Ein kleine Pause Legen..
$OPEN = _MemoryOpen ($PID); Der Speicher .. was die Funktionen arbeiten.
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00FE26EA,$OPEN,"1","Float"); Das ist ein Float Value
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MemoryWrite(0x00EF37A6,$OPEN,"0","char[2]"); Das ist ein string..
_MemoryWrite(0x00EF37D6,$OPEN,"0","char[2]"); Dies ist ein weiterer String mit einer anderen Adresse.
_MemoryWrite(0x00EF3806,$OPEN,"0","char[2]")
EndIf
Exit
EndFunc
So Sieht das alles aus
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NormadMemory.au3
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 286, 125, 347, 215)
$Checkbox1 = GUICtrlCreateCheckbox("Slang", 24, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Ghost Mode ", 168, 32, 97, 17)
$Button1 = GUICtrlCreateButton("Starten", 0, 96, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Schließen", 208, 96, 75, 25, 0)
$Label1 = GUICtrlCreateLabel("Click Mich Um Hilfe", 96, 104, 96, 17)
$Label2 = GUICtrlCreateLabel("Erstellt von Deisuke", 0, 0, 98, 17)
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("Start S4 League!",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
Das wars Schon

...
Bitte Click Thanks
English
This hack is a tutorial for beginners
Ok .. let's go! What we need as a first
Can you here the autoit dowloand
And coda form Desiqner here [url = http://koda.darkhost.ru/dl.php?file=koda_1.7.3.0.zip] darkhost.rufiles [/ url]
And even Then NormadMemory.au3
[SIZE = "5"] 1 [/ SIZE] Starts Koda Form Designer looks like this
[SIZE = "5"] 2 [/ SIZE] Designed to form this picture
The label you do not have to make
[SIZE = "5"] 3 [/ SIZE] Click on the
[SIZE = "5"] 4 [/ SIZE] Copies of the text
[SIZE = "5"] 5 [/ SIZE] Opens purely Autoit Adds the text
Writes and top NormadMemory au3
Such is the complete
[CODE] # include <ButtonConstants.au3>
# Include <GUIConstantsEx.au3>
# Include <StaticConstants.au3>
# Include <WindowsConstants.au3>
# Include <NormadMemory.au3
Region # # # # START Koda GUI section # # # Form =
$ Form1 = GUICreate ("Form1", 286, 125, 347, 215)
$ Checkbox1 GUICtrlCreateCheckbox = ("slang", 24, 32, 97, 17)
$ Checkbox2 GUICtrlCreateCheckbox = ("Ghost Mode", 168, 32, 97, 17)
$ Button1 = GUICtrlCreateButton ("Start", 0, 96, 75, 25, 0)
$ Button2 = GUICtrlCreateButton ("Close", 208, 96, 75, 25, 0)
$ Label1 = GUICtrlCreateLabel ("Click Me To Help", 96, 104, 96, 17)
$ Label2 = GUICtrlCreateLabel ("Created by Deisuke", 0, 0, 98, 17)
GUISetState (@ SW_SHOW)
EndRegion # # # # END Koda GUI section # # #
While 1
$ NMsg GUIGetMsg = ()
Switch $ nMsg
Case $ GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
[/ CODE]
Then we catch at times to code
Now we're putting the button one time
[CODE] Case $ Button1
_Hack ()
Case $ Button2
_exit
[/ CODE]
Now We Make the time hack
[CODE] _Hack Func (); This is the function that turns on the hacks, if you start S4 League.
GUISetState (@ SW_HIDE);
ToolTip ("! Start S4 League", 0,0); This is in the open in the corner that says early S4 League!
$ WAIT = wait process ("S4Client.exe"); waiting S4League
$ PID = ProcessExists ("S4Client.exe"); S4Client.exe Found
Sleep (500); A little break .. Place
$ OPEN = _MemoryOpen ($ PID); The memory .. what the functions work.
If GUICtrlRead ($ Checkbox1) = 1 Then
_MemoryWrite (0x00FE26EA, $ OPEN, "1", "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 a different address.
_MemoryWrite (0x00EF3806, $ OPEN "0", "char [2]")
EndIf
Exit
EndFunc [/ CODE]
What it looks like everything
[CODE] # include <ButtonConstants.au3>
# Include <GUIConstantsEx.au3>
# Include <StaticConstants.au3>
# Include <WindowsConstants.au3>
# Include <NormadMemory.au3
Region # # # # START Koda GUI section # # # Form =
$ Form1 = GUICreate ("Form1", 286, 125, 347, 215)
$ Checkbox1 GUICtrlCreateCheckbox = ("slang", 24, 32, 97, 17)
$ Checkbox2 GUICtrlCreateCheckbox = ("Ghost Mode", 168, 32, 97, 17)
$ Button1 = GUICtrlCreateButton ("Start", 0, 96, 75, 25, 0)
$ Button2 = GUICtrlCreateButton ("Close", 208, 96, 75, 25, 0)
$ Label1 = GUICtrlCreateLabel ("Click Me To Help", 96, 104, 96, 17)
$ Label2 = GUICtrlCreateLabel ("Created by Deisuke", 0, 0, 98, 17)
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
_Hack Func ()
GUISetState (@ SW_HIDE);
ToolTip ("Start S4 League", 0.0)
$ WAIT = wait process ("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 [/ CODE]
That's already
[IMG] http://i686.photobucket.com/albums/vv224/LilCuteTina/candycanesig.jpg [/ IMG] [IMG] http://www.freewebs.com/fullmetal_angel/niwa.jpg [/ IMG ]...
Please Click Thanks...
|
|
|
08/26/2011, 19:08
|
#2
|
elite*gold: 0
Join Date: Sep 2010
Posts: 640
Received Thanks: 830
|
leeched from Nova ?
|
|
|
08/26/2011, 19:10
|
#3
|
elite*gold: 0
Join Date: Aug 2011
Posts: 109
Received Thanks: 106
|
OMG!!! dieser DaiSuke macht mir alles nach :O
Leeched from Nova <3
|
|
|
08/26/2011, 19:12
|
#4
|
elite*gold: 0
Join Date: Aug 2010
Posts: 169
Received Thanks: 38
|
Ich weiß nicht wie ihr alle auf die Namen kommt, euch gibt es doppelt und dreifach.
Entweder ein Nachmacher oder mehrfach Account.
|
|
|
08/26/2011, 19:16
|
#5
|
elite*gold: 100
Join Date: Nov 2010
Posts: 526
Received Thanks: 510
|
Quote:
Originally Posted by ★ STAR ★
Ich weiß nicht wie ihr alle auf die Namen kommt, euch gibt es doppelt und dreifach.
Entweder ein Nachmacher oder mehrfach Account.
|
Das nennt man double account
Zum Thread:
Der Thread von Nova ist auf English er/sie hat ihn einfach auf English übersetzt
|
|
|
08/26/2011, 19:25
|
#6
|
elite*gold: 0
Join Date: Aug 2010
Posts: 169
Received Thanks: 38
|
Quote:
Das nennt man double account
|
Double Account ist mehrfach Account ._.
Nur statt "double" halt "mehrfach" geschrieben.
Ohne englisch ^^
Tja ist halt bannbar.
|
|
|
08/26/2011, 19:36
|
#7
|
elite*gold: 0
Join Date: Sep 2010
Posts: 127
Received Thanks: 17
|
omg
das ist von Youtube mit Slang und Ghostmode -.-
was für ein noob.
|
|
|
08/26/2011, 19:48
|
#8
|
elite*gold: 0
Join Date: Apr 2010
Posts: 1,407
Received Thanks: 380
|
Quote:
Originally Posted by ★ STAR ★
Ich weiß nicht wie ihr alle auf die Namen kommt, euch gibt es doppelt und dreifach.
Entweder ein Nachmacher oder mehrfach Account.
|
Siehe Posts von beiden accounts
|
|
|
08/26/2011, 20:09
|
#9
|
elite*gold: 0
Join Date: Aug 2011
Posts: 8
Received Thanks: 12
|
Ich Bin Kein Nachmacher Ich Gucke Dn Angel Dort ist auch ein Daisuke
Könnt ihr auuch Gucken
|
|
|
08/26/2011, 20:20
|
#10
|
elite*gold: 0
Join Date: Apr 2010
Posts: 1,407
Received Thanks: 380
|
Quote:
Originally Posted by ★Daisuke★
Ich Bin Kein Nachmacher Ich Gucke Dn Angel Dort ist auch ein Daisuke
Könnt ihr auuch Gucken
|
Erzähls wayne... Villeicht interessierts ihn
|
|
|
08/26/2011, 21:50
|
#11
|
elite*gold: 64
Join Date: Jul 2011
Posts: 566
Received Thanks: 609
|
Omg its this from ---->
With Ghostmode and Slanng and its dont Work!
Ja das ist für anfänger wie dich.
|
|
|
08/26/2011, 21:50
|
#12
|
elite*gold: 0
Join Date: May 2011
Posts: 37
Received Thanks: 6
|
|
|
|
08/26/2011, 23:46
|
#13
|
elite*gold: 0
Join Date: Aug 2010
Posts: 47
Received Thanks: 80
|
rolee Daisuke hat das nicht von dort hat die selbst geschrieben und woher willst du das wissen
|
|
|
10/25/2011, 23:39
|
#14
|
elite*gold: 0
Join Date: Jun 2011
Posts: 91
Received Thanks: 57
|
gg
|
|
|
 |
Similar Threads
|
[How To]TS2 Server ertsellen auf linux
05/12/2010 - Tutorials - 7 Replies
Dieses HowTo befasst sich mit der Installation/Konfiguration eines TeamSpeak-Servers unter Linux.
------------------------------------------------- ---
Autor: Michael W.
Homepage: HowTo-DB.net
Inhalt:
Installation:
|
Hilfe Root ertsellen
03/25/2010 - Metin2 Private Server - 5 Replies
Hallo Ich habe ja schon eine root und kit co admin schon 300mal neu vbersucht zu machen aber es ist immer iwas falsch ..
nun iMer hat mir seine hilfe geboten blos er kommt nieeee on .
so nun ich habe ien frage wer helfen kan
am besten einer der enn root hat
es kommt immer der gleuch fehler
Server:
|
P server ertsellen
03/11/2010 - Metin2 Private Server - 1 Replies
wie lange dauert es bei euch wenn ihr einen p server macht bis ihr zum lgin kommt?? bei mir dauerts jahre pls sagt es schnell außerdem wisst ihr wieso bei mir es solange dauert?^^ habe des schon um 13uhr angefangen und es läufts immer noch -.-
|
Ist ein p server ertsellen strafbar ?
12/22/2009 - Metin2 Private Server - 25 Replies
Hi liebe com .
Ich wollte ma fragen wenn ich einen p server über hamachi mache kann ich mich dann strafbar machen ?
Oder wie groß ist die chance das die polizei mir erwischt ?
Reichen für nen P server 6 GB RAM
|
All times are GMT +1. The time now is 05:12.
|
|