|
You last visited: Today at 18:55
Advertisement
Kira Mikami is back 
Discussion on Kira Mikami is back  within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
03/24/2013, 23:18
|
#1
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Kira Mikami is back 
#Close !
Probleme mit dem Thread !
Neuer Thread :
|
|
|
03/24/2013, 23:21
|
#2
|
elite*gold: 400
Join Date: Nov 2008
Posts: 67,905
Received Thanks: 19,505
|
Es gibt kein 86 Bit
|
|
|
03/24/2013, 23:31
|
#3
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Quote:
Originally Posted by Der-Eddy
Es gibt kein 86 Bit
|
Ist 86 Bit = 32 bit oder 64 Bit ?
|
|
|
03/24/2013, 23:39
|
#4
|
elite*gold: 0
Join Date: Oct 2012
Posts: 323
Received Thanks: 106
|
Quote:
Originally Posted by Kira Mikami
Ist 86 Bit = 32 bit oder 64 Bit ?
|
32 Bit.
|
|
|
03/24/2013, 23:53
|
#5
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Quote:
Originally Posted by Sycoon
32 Bit.
|
Danke ;D
Ihr dürft ruhig Schreiben aub der Hack geht falls ihr ihn getestet habt !
|
|
|
03/24/2013, 23:59
|
#6
|
elite*gold: 0
Join Date: Feb 2013
Posts: 154
Received Thanks: 35
|
Bei mir geht der
|
|
|
03/25/2013, 00:01
|
#7
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Quote:
Originally Posted by ForumExperte
Bei mir geht der
|
Ein klick auf Thanks währe coooll
|
|
|
03/25/2013, 00:18
|
#8
|
elite*gold: 0
Join Date: Sep 2010
Posts: 32
Received Thanks: 8
|
Der funktioniert aber nach so 20minuten ist es abgekackt :c
|
|
|
03/25/2013, 00:30
|
#9
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Quote:
Originally Posted by greece1997
Der funktioniert aber nach so 20minuten ist es abgekackt :c
|
Nutz den Bypass
|
|
|
03/25/2013, 00:50
|
#10
|
elite*gold: 0
Join Date: Aug 2012
Posts: 222
Received Thanks: 1,821
|
My Source;
HTML Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$form1 = GUICreate("<Name here>", 300, 110, 192, 124)
$checkbox1 = GUICtrlCreateCheckbox("InfSp", 24, 16, 97, 17)
$checkbox2 = GUICtrlCreateCheckbox("GodMode", 24, 32, 97, 17)
$checkbox3 = GUICtrlCreateCheckbox("1Hit", 24, 48, 97, 17)
$button1 = GUICtrlCreateButton("Ready",100, 72, 100, 25)
$group1 = GUICtrlCreateGroup("", 0, 0, 129, 105)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nmsg = GUIGetMsg()
Switch $nmsg
Case $gui_event_close
Exit
Case $button1
cheat()
Exit
EndSwitch
WEnd
Func cheat()
GUISetState(@SW_HIDE)
ToolTip("Waitting S4Client.exe....", 0, 0)
ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
Sleep(500)
$open = _memoryopen($pid)
_processsuspend("Aegis.exe")
_processsuspend("Aegis64.exe")
_processsuspend("HGWC.exe")
_processsuspend("S4Client.exe")
_processsuspend("XTrap.xt")
Sleep(2000)
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite(4726178, $open, "2348565979", "long");inf sp = 2348565979,2348565978 = No sp, 2348565977 normal sp
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite(5347012, $open, "2348565979", "long");Godmode = 2348565979,-GodMode = 2348565978,2348565977 = HP_Normal...
EndIf
If GUICtrlRead($checkbox3) = 1 Then
_memorywrite(5349753, $open, "1593591259", "long")
EndIf
_processresume("Aegis.exe")
_processresume("Aegis64.exe")
_processresume("HGWC.exe")
_processresume("S4Client.exe")
_processresume("XTrap.xt")
Exit 0
EndFunc
Func _processsuspend($process)
$processid = ProcessExists($process)
If $processid Then
$ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
$i_sucess = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $ai_handle[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
If IsArray($i_sucess) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Func _processresume($process)
$processid = ProcessExists($process)
If $processid Then
$ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
$i_sucess = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $ai_handle[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
If IsArray($i_sucess) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
|
|
|
03/25/2013, 01:08
|
#11
|
elite*gold: 5
Join Date: Dec 2011
Posts: 3,930
Received Thanks: 1,918
|
Quote:
Originally Posted by Kira Mikami
Danke ;D
Ihr dürft ruhig Schreiben aub der Hack geht falls ihr ihn getestet habt !
|
Quote:
Originally Posted by Kira Mikami
Hack Gefällt euch ? :
Dan lasst mir ein Danke da , und nicht Einen Kommentar mit dem Inhalt "Danke Dir" .
Solltet ihr fragen haben MIR PER PRIVATE NCHRICHT EUER PROBLEM SCHICKEN
|
huh
|
|
|
03/25/2013, 01:58
|
#12
|
elite*gold: 0
Join Date: Nov 2012
Posts: 1,620
Received Thanks: 1,745
|
Quote:
Originally Posted by JohnAndersn
My Source;
HTML Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$form1 = GUICreate("<Name here>", 300, 110, 192, 124)
$checkbox1 = GUICtrlCreateCheckbox("InfSp", 24, 16, 97, 17)
$checkbox2 = GUICtrlCreateCheckbox("GodMode", 24, 32, 97, 17)
$checkbox3 = GUICtrlCreateCheckbox("1Hit", 24, 48, 97, 17)
$button1 = GUICtrlCreateButton("Ready",100, 72, 100, 25)
$group1 = GUICtrlCreateGroup("", 0, 0, 129, 105)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nmsg = GUIGetMsg()
Switch $nmsg
Case $gui_event_close
Exit
Case $button1
cheat()
Exit
EndSwitch
WEnd
Func cheat()
GUISetState(@SW_HIDE)
ToolTip("Waitting S4Client.exe....", 0, 0)
ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
Sleep(500)
$open = _memoryopen($pid)
_processsuspend("Aegis.exe")
_processsuspend("Aegis64.exe")
_processsuspend("HGWC.exe")
_processsuspend("S4Client.exe")
_processsuspend("XTrap.xt")
Sleep(2000)
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite(4726178, $open, "2348565979", "long");inf sp = 2348565979,2348565978 = No sp, 2348565977 normal sp
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite(5347012, $open, "2348565979", "long");Godmode = 2348565979,-GodMode = 2348565978,2348565977 = HP_Normal...
EndIf
If GUICtrlRead($checkbox3) = 1 Then
_memorywrite(5349753, $open, "1593591259", "long")
EndIf
_processresume("Aegis.exe")
_processresume("Aegis64.exe")
_processresume("HGWC.exe")
_processresume("S4Client.exe")
_processresume("XTrap.xt")
Exit 0
EndFunc
Func _processsuspend($process)
$processid = ProcessExists($process)
If $processid Then
$ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
$i_sucess = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $ai_handle[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
If IsArray($i_sucess) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Func _processresume($process)
$processid = ProcessExists($process)
If $processid Then
$ai_handle = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $processid)
$i_sucess = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $ai_handle[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $ai_handle)
If IsArray($i_sucess) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
|
Es ist mein Source...
Quote:
Originally Posted by Bɒժ
huh
|
Pf die vorlage war vor nem halben jahr von meinem anderen thread
xD
|
|
|
03/26/2013, 02:38
|
#13
|
elite*gold: 0
Join Date: Mar 2013
Posts: 1
Received Thanks: 0
|
y el link
|
|
|
03/26/2013, 10:25
|
#14
|
elite*gold: 0
Join Date: Mar 2013
Posts: 26
Received Thanks: 2
|
at the last . Does it work on windows xp 32 Bit or no?
|
|
|
03/26/2013, 11:32
|
#15
|
elite*gold: 0
Join Date: Mar 2013
Posts: 1
Received Thanks: 0
|
Gestern ging der hack be mir noch heute geht er nichtmer
|
|
|
Similar Threads
|
[Release]Kira Mikami Trainer[2/11/2012]
11/09/2012 - S4 League Hacks, Bots, Cheats & Exploits - 33 Replies
7Kira Mikami Trainer
Funktionen :
InfSp <-- Du verlierst Kein SP (Die Gelbe Zeile) Mehr.
GodMode <-- Du verlierst Kein HP (Die Blaue Zeile) Mehr.
1Hit <-- Du Tötest deine Feinde mit Nur Einem Schlag.
Virus Total :
|
All times are GMT +1. The time now is 18:55.
|
|