|
You last visited: Today at 04:20
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/20/2015, 12:53
|
#121
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by AnimeLover-MY♥
XxXAnimeXxX already fix your source ,
i mean Miketz
|
no, no, no! He had too many problems, so I'll give u new fixed code ;D because in that code there isn't everything 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.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
that's it
1st - deleted spaces(why u wrote so many spaces?)
2nd - wrote hacked/normal values for inf sp
3rd - wrote hacked/normal values for conquest
4th - changed If GUICtrlRead($Checkbox2) = 2 Then to If GUICtrlRead($Checkbox2) = 1 Then
5th - added #include <NoMadMemory.au3>
6th - don't forget to download nomadmemory from attachments and place it in the same folder with autoit
|
|
|
08/20/2015, 12:54
|
#122
|
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
|
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.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
|
Well still I can't understand . I can't understand in this part
Quote:
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
|
Can you explain me where I can found these ids "2348303835 , 2348303833 , 2348565970 , 990136971" ???
|
|
|
08/20/2015, 12:57
|
#123
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by Miketz
Well still I can't understand . I can't understand in this part
Can you explain me where I can found these ids "2348303835 , 2348303833 , 2348565970 , 990136971" ???
|
in hacked hamada meant hacked values
in normal hamada meant normal values
U can find Hacked/Normal values here -->
u have just to write hacked values instead of "hacked" and normal values instead of "normal"
|
|
|
08/20/2015, 13:04
|
#124
|
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
|
Quote:
Originally Posted by #XxXAnimeXxX#
no, no, no! He had too many problems, so I'll give u new fixed code ;D because in that code there isn't everything 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.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
that's it
1st - deleted spaces(why u wrote so many spaces?)
2nd - wrote hacked/normal values for inf sp
3rd - wrote hacked/normal values for conquest
4th - changed If GUICtrlRead($Checkbox2) = 2 Then to If GUICtrlRead($Checkbox2) = 1 Then
5th - added #include <NoMadMemory.au3>
6th - don't forget to download nomadmemory from attachments and place it in the same folder with autoit
|
A new problem ... How can I fix it ?
|
|
|
08/20/2015, 13:06
|
#125
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
replace ur inf sp code with it
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
|
|
|
08/20/2015, 13:07
|
#126
|
elite*gold: 157
Join Date: Feb 2012
Posts: 1,590
Received Thanks: 603
|
Quote:
Originally Posted by #XxXAnimeXxX#
replace ur inf sp code with it
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
|
ah you already pro xd !
|
|
|
08/20/2015, 13:08
|
#127
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by AnimeLover-MY♥
ah you already pro xd !
|
haha
HaMaDa, can u give me aob thread link? ^^
|
|
|
08/20/2015, 13:11
|
#128
|
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
|
Quote:
Originally Posted by #XxXAnimeXxX#
replace ur inf sp code with it
$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
|
same problem . What's wrong ....
|
|
|
08/20/2015, 13:15
|
#129
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by Miketz
same problem . What's wrong ....
|
try to replace all ur code with this
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, 13:19
|
#130
|
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
|
Quote:
Originally Posted by #XxXAnimeXxX#
try to replace all ur code with this
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, 13:40
|
#131
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by Miketz
|
-_-" I am useless now  ask hamada xD
|
|
|
08/20/2015, 13:41
|
#132
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,996
Received Thanks: 1,842
|
Quote:
Originally Posted by Miketz
|
Now you can do 2 things.
1. Change SP to InfSp
2. Change InfSp to SP
Quote:
#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)
$InfSp = 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.ex e")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558B EC51894DFC8D450850")
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
|
This one should work.
|
|
|
08/20/2015, 13:45
|
#133
|
elite*gold: 0
Join Date: Jan 2015
Posts: 70
Received Thanks: 45
|
Quote:
Originally Posted by Djordyy
Now you can do 2 things.
1. Change SP to InfSp
2. Change InfSp to SP
This one should work.
|
I have the same problem . Maybe I am so dumb to make a hack ...
|
|
|
08/20/2015, 13:50
|
#134
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,996
Received Thanks: 1,842
|
Quote:
Originally Posted by Miketz
I have the same problem . Maybe I am so dumb to make a hack ...
|
>.> Gg, i will try it too.
Win10 wont let me make a AutoIT file... >.>
|
|
|
08/20/2015, 14:10
|
#135
|
elite*gold: 21
Join Date: Jul 2015
Posts: 497
Received Thanks: 632
|
Quote:
Originally Posted by Djordyy
>.> Gg, i will try it too.
Win10 wont let me make a AutoIT file... >.>
|
I have win 10 64 bit -_-
|
|
|
 |
|
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 04:20.
|
|