You last visited: Today at 05:56
Advertisement
[Tutorial] How To Make Your (Ingame & AOB-Scan) trainer
Discussion on [Tutorial] How To Make Your (Ingame & AOB-Scan) trainer within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
08/19/2015, 23:26
#106
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
Quote:
Originally Posted by
HaMaDa..
Animelover here's your fixed code ~ Have fun.
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$200hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC5 58B EC51894DFC8D4508508B0D64")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"7205E9760B00008B4D90")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"7605E9870000008B55E8")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945C48B4DF464890D")
#Region ### START Koda GUI section ### Form=
$AnimeLover = GUICreate("AnimeLover", 598, 431, 192, 124)
$Pic1 = GUICtrlCreatePic("C:\Users\EMS\Desktop\AnimeLover2 828-3150270_580_600.jpg", 224, 0, 393, 433)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 40, 16, 153, 57)
GUICtrlSetFont(-1, 10, 800, 0, "DejaVu Sans")
GUICtrlSetColor(-1, 0x800080)
$Checkbox2 = GUICtrlCreateCheckbox("200HP", 40, 80, 153, 57)
GUICtrlSetFont(-1, 10, 800, 0, "DejaVu Serif")
GUICtrlSetColor(-1, 0x800080)
$Checkbox3 = GUICtrlCreateCheckbox("Godmode", 40, 224, 153, 57)
GUICtrlSetFont(-1, 10, 800, 0, "Franklin Gothic Medium")
GUICtrlSetColor(-1, 0x800080)
$Checkbox4 = GUICtrlCreateCheckbox("Inf Ammo", 40, 152, 153, 57)
GUICtrlSetFont(-1, 10, 800, 0, "Franklin Gothic Medium")
GUICtrlSetColor(-1, 0x800080)
$Checkbox5 = GUICtrlCreateCheckbox("Hit Range", 40, 152, 153, 57)
GUICtrlSetFont(-1, 10, 800, 0, "Franklin Gothic Medium")
GUICtrlSetColor(-1, 0x800080)
$Button1 = GUICtrlCreateButton("Exit", 48, 312, 81, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Franklin Gothic Medium")
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
Case $Checkbox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite($200HP,$open,"2348565979","long")
Else
_memorywrite($200HP,$open,"2348565977","long")
EndIf
Case $Checkbox3
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($Godmode,$open,"1995018384","long")
Else
_memorywrite($Godmode,$open,"1994982770","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
can you please tell me the problem?
PS : how you get aob addreesS?
08/19/2015, 23:40
#107
elite*gold: 0
Join Date: May 2011
Posts: 657
Received Thanks: 1,247
Quote:
Originally Posted by
AnimeLover-MY♥
can you please tell me the problem?
You missed an EndIf thing in ya code. Next time if ya want to check what's wrong about ya code just go to tools and ya will find "SyntaxCheck prod" just press it and the error will be shown.
08/20/2015, 00:05
#108
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
AnimeLover-MY♥
can you please tell me the problem?
PS : how you get aob addreesS?
does hit range work for u?
08/20/2015, 06:43
#109
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
Quote:
Originally Posted by
#XxXAnimeXxX#
does hit range work for u?
can someone try my hack ? scare to open thread , scare not working , xD
inf sp - work
godmode - working in bar
1hit - not 1 hit but inf ammo
invisible - crash
200hp - not working
no laser - crash
speed both not working
suicide not working
inf ammo - crash
inst respwn not working
hit range crash
ah the trainer need some more looking , not all code are working properlyy , keep crashing , i will fix it
virustotal 0/56 :
the source here ,
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$200hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D64")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B0000000000FB655B085D20F85D4")
$1Hit = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$SpeedHackRun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
$SpeedHackWalk = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A038D853CFEFFFF50E8")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
#Region ### START Koda GUI section ### Form=c:\users\ems\desktop\tick all.kxf
$Form1_1 = GUICreate("AnimeLover's Trainer", 565, 271, 192, 110)
$Group1 = GUICtrlCreateGroup("Group1", 8, 16, 545, 241)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 24, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox2 = GUICtrlCreateCheckbox("Godmode", 24, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox3 = GUICtrlCreateCheckbox("1Hit", 24, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox4 = GUICtrlCreateCheckbox("Invisible", 24, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox5 = GUICtrlCreateCheckbox("200HP", 168, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox6 = GUICtrlCreateCheckbox("No Laser", 168, 112, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox7 = GUICtrlCreateCheckbox("Speed Hack (run)", 168, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox8 = GUICtrlCreateCheckbox("Suicide", 168, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox9 = GUICtrlCreateCheckbox("Instant Respawn", 312, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox10 = GUICtrlCreateCheckbox("Inf Ammo", 312, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox11 = GUICtrlCreateCheckbox("Speed Hack (walk)", 312, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox12 = GUICtrlCreateCheckbox("Hit Range", 312, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Button1 = GUICtrlCreateButton("EXIT", 464, 104, 81, 73)
GUICtrlSetFont(-1, 16, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
Case $Checkbox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite($200HP,$open,"2348565979","long")
Else
_memorywrite($200HP,$open,"2348565977","long")
EndIf
Case $Checkbox3
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($Godmode,$open,"2348565979","long")
Else
_memorywrite($Godmode,$open,"2348565977","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($InstantRespawn,$open,"989874827","long")
Else
_memorywrite($InstantRespawn,$open,"990136971","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($1Hit,$open,"989874827","long")
Else
_memorywrite($1Hit,$open,"990136971","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($SpeedHackRun,$open,"2366073344","long")
Else
_memorywrite($SpeedHackRun,$open,"2365811200","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($SpeedHackWalk,$open,"2366073344","long")
Else
_memorywrite($SpeedHackWalk,$open,"2365811200","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($Invisible,$open,"2240612202","long")
Else
_memorywrite($Invisible,$open,"2240611178","long")
EndIf
Case $Checkbox11
If GUICtrlRead($Checkbox11) = 1 Then
_memorywrite($Suicide,$open,"2348565983","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox12
If GUICtrlRead($Checkbox12) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
Attached Files
AnimeLover's Trainer.zip
(1.9 KB, 7 views)
08/20/2015, 07:47
#110
elite*gold: 0
Join Date: Sep 2010
Posts: 26
Received Thanks: 10
Quote:
Originally Posted by
#XxXAnimeXxX#
like this?
75318B0D........894DDC8B15........8955D86A018B4DDC E8........50"
I have little question
Have you everything okay with mathematic?
Why u wrote Checkboxes from 3 to 1? xD
FOUND!!!!
= 3 Then
= 2 Then
= 4 Then
= 1 Then
Instead of 4,3,2 write 1 everywhere :3 mb it will work
when I use Channel No Lvl, s4 crashes. 000 Hp Works
Its just that i messed up the checkboxes when i finished the code so instead of replacing the line i just changed the numbers xD
08/20/2015, 10:11
#111
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
K4ZzE
Its just that i messed up the checkboxes when i finished the code so instead of replacing the line i just changed the numbers xD
xD
Quote:
Originally Posted by
AnimeLover-MY♥
can someone try my hack ? scare to open thread , scare not working , xD
inf sp - work
godmode - working in bar
1hit - not 1 hit but inf ammo
invisible - crash
200hp - not working
no laser - crash
speed both not working
suicide not working
inf ammo - crash
inst respwn not working
hit range crash
ah the trainer need some more looking , not all code are working properlyy , keep crashing , i will fix it
virustotal 0/56 :
the source here ,
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$200hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D64")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B0000000000FB655B085D20F85D4")
$1Hit = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$SpeedHackRun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
$SpeedHackWalk = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A038D853CFEFFFF50E8")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
#Region ### START Koda GUI section ### Form=c:\users\ems\desktop\tick all.kxf
$Form1_1 = GUICreate("AnimeLover's Trainer", 565, 271, 192, 110)
$Group1 = GUICtrlCreateGroup("Group1", 8, 16, 545, 241)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 24, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox2 = GUICtrlCreateCheckbox("Godmode", 24, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox3 = GUICtrlCreateCheckbox("1Hit", 24, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox4 = GUICtrlCreateCheckbox("Invisible", 24, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox5 = GUICtrlCreateCheckbox("200HP", 168, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox6 = GUICtrlCreateCheckbox("No Laser", 168, 112, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox7 = GUICtrlCreateCheckbox("Speed Hack (run)", 168, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox8 = GUICtrlCreateCheckbox("Suicide", 168, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox9 = GUICtrlCreateCheckbox("Instant Respawn", 312, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox10 = GUICtrlCreateCheckbox("Inf Ammo", 312, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox11 = GUICtrlCreateCheckbox("Speed Hack (walk)", 312, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox12 = GUICtrlCreateCheckbox("Hit Range", 312, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Button1 = GUICtrlCreateButton("EXIT", 464, 104, 81, 73)
GUICtrlSetFont(-1, 16, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
Case $Checkbox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite($200HP,$open,"2348565979","long")
Else
_memorywrite($200HP,$open,"2348565977","long")
EndIf
Case $Checkbox3
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($Godmode,$open,"2348565979","long")
Else
_memorywrite($Godmode,$open,"2348565977","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($InstantRespawn,$open,"989874827","long")
Else
_memorywrite($InstantRespawn,$open,"990136971","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($1Hit,$open,"989874827","long")
Else
_memorywrite($1Hit,$open,"990136971","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($SpeedHackRun,$open,"2366073344","long")
Else
_memorywrite($SpeedHackRun,$open,"2365811200","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($SpeedHackWalk,$open,"2366073344","long")
Else
_memorywrite($SpeedHackWalk,$open,"2365811200","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($Invisible,$open,"2240612202","long")
Else
_memorywrite($Invisible,$open,"2240611178","long")
EndIf
Case $Checkbox11
If GUICtrlRead($Checkbox11) = 1 Then
_memorywrite($Suicide,$open,"2348565983","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox12
If GUICtrlRead($Checkbox12) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
why u send autoit file? Just press right click and Compile script
hm...and why invisible crash and 200hp not working?
200hp I fixed
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")
$200hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D64")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B0000000000FB655B085D20F85D4")
$1Hit = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$SpeedHackRun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
$SpeedHackWalk = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A038D853CFEFFFF50E8")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
#Region ### START Koda GUI section ### Form=c:\users\ems\desktop\tick all.kxf
$Form1_1 = GUICreate("Form1", 565, 271, 192, 110)
$Group1 = GUICtrlCreateGroup("Group1", 8, 16, 545, 241)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 24, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox2 = GUICtrlCreateCheckbox("Godmode", 24, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox3 = GUICtrlCreateCheckbox("1Hit", 24, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox4 = GUICtrlCreateCheckbox("Invisible", 24, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox5 = GUICtrlCreateCheckbox("200HP", 168, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox6 = GUICtrlCreateCheckbox("No Laser", 168, 112, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox7 = GUICtrlCreateCheckbox("Speed Hack (run)", 168, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox8 = GUICtrlCreateCheckbox("Suicide", 168, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox9 = GUICtrlCreateCheckbox("Instant Respawn", 312, 104, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox10 = GUICtrlCreateCheckbox("Inf Ammo", 312, 64, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox11 = GUICtrlCreateCheckbox("Speed Hack (walk)", 312, 144, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Checkbox12 = GUICtrlCreateCheckbox("Hit Range", 312, 184, 137, 41)
GUICtrlSetFont(-1, 10, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0xFF0000)
$Button1 = GUICtrlCreateButton("EXIT", 464, 104, 81, 73)
GUICtrlSetFont(-1, 16, 800, 0, "Palatino Linotype")
GUICtrlSetColor(-1, 0x800080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
Case $Checkbox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite($200HP,$open,"2348565979","long")
Else
_memorywrite($200HP,$open,"2348565977","long")
EndIf
Case $Checkbox3
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($Godmode,$open,"2348565979","long")
Else
_memorywrite($Godmode,$open,"2348565977","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($InstantRespawn,$open,"989874827","long")
Else
_memorywrite($InstantRespawn,$open,"990136971","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($1Hit,$open,"989874827","long")
Else
_memorywrite($1Hit,$open,"990136971","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($SpeedHackRun,$open,"2366073344","long")
Else
_memorywrite($SpeedHackRun,$open,"2365811200","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($SpeedHackWalk,$open,"2366073344","long")
Else
_memorywrite($SpeedHackWalk,$open,"2365811200","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($Invisible,$open,"2240612202","long")
Else
_memorywrite($Invisible,$open,"2240611178","long")
EndIf
Case $Checkbox11
If GUICtrlRead($Checkbox11) = 1 Then
_memorywrite($Suicide,$open,"2348565983","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox12
If GUICtrlRead($Checkbox12) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
about others I dont know xD
08/20/2015, 12:30
#112
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
I started to make this trainer today but I have a problem when I want to open the hack
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )
Quote:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Trainer.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan (_MemoryOpen (ProcessExists ("S4client.exe")), "D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC518 94DFC8D450850")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"Hacked","Long")
Else
_memorywrite($InfSp,$open,"Normal","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 2 Then
_memorywrite ($Conquest,$open,"Hacked","Long")
Else
_memorywrite ($Conquest,$opem,"Normal","Long")
EndIf
EndSwitch
WEnd
Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance
08/20/2015, 12:40
#113
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
Miketz
I started to make this trainer today but I have a problem when I want to open the hack
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )
Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance
xD u made epic fail
instead of writting "hacked" and "normal", u must write hacked and normal VALUES...1 sec, I'll give u fixed
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan (_MemoryOpen (ProcessExists ("S4client.exe")), "D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC518 94DFC8D450850")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite ($Conquest,$open,"2348565970","Long")
Else
_memorywrite ($Conquest,$opem,"990136971","Long")
EndIf
EndSwitch
WEnd
try to use this code
And here are hacked/normal values
But about AOB I don't know
08/20/2015, 12:42
#114
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
Quote:
Originally Posted by
Miketz
I started to make this trainer today but I have a problem when I want to open the hack
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )
Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance
[spoiler]
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
[/spoiler/
hope it work
08/20/2015, 12:45
#115
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
AnimeLover-MY♥
[spoiler]
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","long")
Else
_memorywrite($InfSp,$open,"2348303833","long")
EndIf
EndSwitch
WEnd
Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
[/spoiler/
hope it work
why made only inf sp?
08/20/2015, 12:47
#116
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
Quote:
Originally Posted by
#XxXAnimeXxX#
why made only inf sp?
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
08/20/2015, 12:49
#117
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
AnimeLover-MY♥
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
in "he" u mean hamada or Miketz? xD miketz made conquest hack too
08/20/2015, 12:50
#118
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
Quote:
Originally Posted by
AnimeLover-MY♥
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
I wanted to try to make Conquest hack , do you can help me ?
08/20/2015, 12:51
#119
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
Quote:
Originally Posted by
Miketz
I wanted to try to make Conquest hack , do you can help me ?
I already sent u fixed code
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan(_MemoryOpen(ProcessExists("S4client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D450850")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite ($Conquest,$open,"2348565970","Long")
Else
_memorywrite ($Conquest,$opem,"990136971","Long")
EndIf
EndSwitch
WEnd
08/20/2015, 12:52
#120
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
Quote:
Originally Posted by
Miketz
I wanted to try to make Conquest hack , do you can help me ?
XxXAnimeXxX already fix your source ,
Quote:
Originally Posted by
#XxXAnimeXxX#
in "he" u mean hamada or Miketz? xD miketz made conquest hack too
i mean Miketz
Quote:
Originally Posted by
#XxXAnimeXxX#
I already sent u fixed code
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)
$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan (_MemoryOpen (ProcessExists ("S4client.exe")), "D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC518 94DFC8D450850")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite ($Conquest,$open,"2348565970","Long")
Else
_memorywrite ($Conquest,$opem,"990136971","Long")
EndIf
EndSwitch
WEnd
Similar Threads
[Tutorial] Making an Ingame Trainer Using Visual Basic
09/26/2015 - S4 League Hacks, Bots, Cheats & Exploits - 43 Replies
Tutorial ]
https://www.youtube.com/watch?v=dTFO22tyFAA
First :
Designing Section :
First you should open "Visual Studio" then New Project Then new windows Form.
S4League Ingame-Trainer 2015 [by HaMaDa..] {Tutorial}
04/05/2015 - S4 League Hacks, Bots, Cheats & Exploits - 16 Replies
#Closed
Deleted complete Tutorial.
Grüße ._.
[Tutorial] How To Make Ingame Hack In VB.Net
12/11/2014 - S4 League Hacks, Bots, Cheats & Exploits - 26 Replies
http://i.epvpimg.com/ePJve.jpg
ADVERTISE!!!! ALL SPAMMERS OR WHINERS EVERYONE IS ENTITLED LEARN!!!!
Me Finish programming, so I have a free gift for all epvpers as programming so here is a tutorial to make a simple Hack ingame
1º First Need Next Programs :
Visual Studio 2013 Update 2 Download Here : Visual Studio 2013 Update 2
[Tutorial]How to make a Trainer
08/23/2014 - S4 League Hacks, Bots, Cheats & Exploits - 79 Replies
#Close!
Hello guys,
I've made a tutorial before about how to create a trainer for s4 league, but it wasn't good explained, this tutorial is better I think, I've added more stuff, and explained more, I hope you like this one, and if there is mistakes just type in and do not flame since it is to big and I may have mistakes,
Chapters Info]
Creating a simple Design.
Improving our design and adding Functions of the trainer.
Adding a Picture and Audio.
All times are GMT +1. The time now is 05:57 .