|
You last visited: Today at 05:19
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/21/2015, 03:09
|
#181
|
elite*gold: 0
Join Date: Jun 2015
Posts: 79
Received Thanks: 30
|
watch it again now
|
|
|
08/21/2015, 03:24
|
#182
|
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
|
Did u tried to start it in game?
|
|
|
08/21/2015, 03:40
|
#183
|
elite*gold: 0
Join Date: Jun 2015
Posts: 79
Received Thanks: 30
|
Quote:
|
Did u tried to start it in game?
|
thanks thanks thanks thanks thanks HaMaDa
the ingame works thanks
|
|
|
08/21/2015, 03:52
|
#184
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,996
Received Thanks: 1,842
|
Quote:
Originally Posted by lphawolf
thanks thanks thanks thanks thanks HaMaDa
the ingame works thanks
|
Nice!
|
|
|
08/21/2015, 07:24
|
#185
|
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
|
ah mine still crash =__= ! im gonna quit this xD
|
|
|
08/21/2015, 18:06
|
#186
|
elite*gold: 0
Join Date: Jun 2015
Posts: 79
Received Thanks: 30
|
HaMaDa how you give your trainer a good theme like your button and check boxs
how you do this koda form designer
|
|
|
08/21/2015, 18:17
|
#187
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
I want to know how to make name changer :P :3
|
|
|
08/21/2015, 18:20
|
#188
|
elite*gold: 0
Join Date: Jun 2015
Posts: 79
Received Thanks: 30
|
yeah and me
and HaMaDa how you give your trainer a good theme like your button and check boxs
how you do this koda form designer
|
|
|
08/21/2015, 20:29
|
#189
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by lphawolf
yeah and me
and HaMaDa how you give your trainer a good theme like your button and check boxs
how you do this koda form designer
|
he didn't do this with koda designer  I am working for making themes right now
|
|
|
08/22/2015, 04:11
|
#190
|
elite*gold: 0
Join Date: Jun 2015
Posts: 79
Received Thanks: 30
|
how
|
|
|
08/22/2015, 08:23
|
#191
|
elite*gold: 0
Join Date: Jul 2010
Posts: 129
Received Thanks: 46
|
Hamada my Source Code doesen't work.Can you check it?
|
|
|
08/22/2015, 14:48
|
#192
|
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
|
Quote:
Originally Posted by stakerkrieger
Hamada my Source Code doesen't work.Can you check it?
|
Your source code was completly wrong.
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$1Hit = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B000000000 0FB655B085D20F85D4")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$SpeedHackRun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 596, 344, 192, 124)
$Pic1 = GUICtrlCreatePic("C:\Users\Bosshaft\Pictures\untit led.jpg", 0, 0, 593, 337)
$Checkbox1 = GUICtrlCreateCheckbox("InfSp", 0, 128, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox2 = GUICtrlCreateCheckbox("InfAmmo", 0, 160, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox3 = GUICtrlCreateCheckbox("GodMode", 0, 96, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Label1 = GUICtrlCreateLabel("S4 LEAGUE DESTROYER", 216, 16, 133, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Invisible Hack", 0, 192, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox5 = GUICtrlCreateCheckbox("1Hit", 0, 224, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox6 = GUICtrlCreateCheckbox("NoLaser", 408, 224, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox7 = GUICtrlCreateCheckbox("SpeedHackRun", 408, 96, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 408, 128, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox9 = GUICtrlCreateCheckbox("InstantRepsawn", 408, 160, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox10 = GUICtrlCreateCheckbox("Suicide", 408, 192, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
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 $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($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($GodMode,$open,"2348565979","long")
Else
_memorywrite($GodMode,$open,"2348565977","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($Invisible,$open,"1435209872","long")
Else
_memorywrite($Invisible,$open,"1435177076","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($1Hit,$open,"2348565979","long")
Else
_memorywrite($1Hit,$open,"2348565977","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($InstantRespawn,$open,"138951424","long")
Else
_memorywrite($InstantRespawn,$open,"138951428","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($Suicide,$open,"2348565979","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($SpeedHackRun,$open,"2366073344","long")
Else
_memorywrite($SpeedHackRun,$open,"2365811200","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
|
|
|
08/22/2015, 15:05
|
#193
|
elite*gold: 0
Join Date: Jul 2010
Posts: 129
Received Thanks: 46
|
Quote:
Originally Posted by HaMaDa..
Your source code was completly wrong.
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$1Hit = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$HitRange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B000000000 0FB655B085D20F85D4")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$SpeedHackRun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 596, 344, 192, 124)
$Pic1 = GUICtrlCreatePic("C:\Users\Bosshaft\Pictures\untit led.jpg", 0, 0, 593, 337)
$Checkbox1 = GUICtrlCreateCheckbox("InfSp", 0, 128, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox2 = GUICtrlCreateCheckbox("InfAmmo", 0, 160, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox3 = GUICtrlCreateCheckbox("GodMode", 0, 96, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Label1 = GUICtrlCreateLabel("S4 LEAGUE DESTROYER", 216, 16, 133, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Invisible Hack", 0, 192, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox5 = GUICtrlCreateCheckbox("1Hit", 0, 224, 105, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox6 = GUICtrlCreateCheckbox("NoLaser", 408, 224, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox7 = GUICtrlCreateCheckbox("SpeedHackRun", 408, 96, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 408, 128, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox9 = GUICtrlCreateCheckbox("InstantRepsawn", 408, 160, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
$Checkbox10 = GUICtrlCreateCheckbox("Suicide", 408, 192, 185, 25)
GUICtrlSetFont(-1, 15, 400, 0, "AR JULIAN")
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 $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($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($GodMode,$open,"2348565979","long")
Else
_memorywrite($GodMode,$open,"2348565977","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($Invisible,$open,"1435209872","long")
Else
_memorywrite($Invisible,$open,"1435177076","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($1Hit,$open,"2348565979","long")
Else
_memorywrite($1Hit,$open,"2348565977","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($HitRange,$open,"2344895963","long")
Else
_memorywrite($HitRange,$open,"2344895961","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($InstantRespawn,$open,"138951424","long")
Else
_memorywrite($InstantRespawn,$open,"138951428","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($Suicide,$open,"2348565979","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($SpeedHackRun,$open,"2366073344","long")
Else
_memorywrite($SpeedHackRun,$open,"2365811200","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
|
Is it correct now?or is it the same Source?
|
|
|
08/22/2015, 15:14
|
#194
|
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
|
Its correct.
|
|
|
08/22/2015, 15:19
|
#195
|
elite*gold: 0
Join Date: Jul 2010
Posts: 129
Received Thanks: 46
|
So this Source should work right now?If yes thanks a lot ;D
|
|
|
 |
|
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:19.
|
|