Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 16:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Quesstion] Important !!!

Discussion on [Quesstion] Important !!! within the S4 League forum part of the Shooter category.

Closed Thread
 
Old   #1
 
medopop222's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
Exclamation [Quesstion] Important !!!

Hey I need search values & addresses of S4L hacks ....
How to find it with Cheat engine ???!!!
Please Fast I have to make a hack but need the addresses of hacks !!! and need another help is that code right or wrong
Code:
#include <Nomadmemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("MaDo Hacker V1.0", 245, 167, 192, 124)
GUISetBkColor(0x3399FF)
$Checkbox1 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 16, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox2 = GUICtrlCreateCheckbox("Hit Range ", 8, 56, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Button1 = GUICtrlCreateButton("Hack", 16, 96, 211, 57)
GUICtrlSetFont(-1, 36, 800, 0, "Arabic Typesetting")
$Checkbox3 = GUICtrlCreateCheckbox("Inf Sp", 136, 48, 89, 41)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox4 = GUICtrlCreateCheckbox("Inf Hp", 136, 8, 105, 49)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		 Case $Button1
			_hack()

	EndSwitch
WEnd

Func _Hack()
GUISetState(@SW_HIDE)
MsgBox ( 0, "MaDo Hacker V1.0", "Enjoy Hacking <3" ) ;
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); This means he Found S4League
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
		EndIf
If GUICtrlRead($Checkbox2) = 2 Then
_MemoryWrite(Address,$OPEN,"Value","type")
EndIf
If GUICtrlRead($Checkbox3) = 3 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
EndIf
If GUICtrlRead($Checkbox4) = 4 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
	EndIf
Exit
EndFunc
PLease Fast Reply and Don't Close it
medopop222 is offline  
Old 03/06/2014, 15:30   #2
 
±A.[T]aiga±÷'s Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 1,159
Received Thanks: 782


Could you add inf. sentry for 32 bit? lolz
±A.[T]aiga±÷ is offline  
Old 03/06/2014, 15:55   #3
 
medopop222's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
Quote:
Originally Posted by ±A.[T]aiga±÷ View Post


Could you add inf. sentry for 32 bit? lolz
kk I'll But This code right ?
and How him find it what should I write in cheat engine to get value ?

medopop222 is offline  
Old 03/06/2014, 17:22   #4
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
Look into your poor source code.
Your function is _Hack()
But when you're calling the func you wrote _hack()
See the diff ?
Hybrid~ is offline  
Old 03/06/2014, 18:34   #5
 
medopop222's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
Quote:
Originally Posted by Hybrid~ View Post
Look into your poor source code.
Your function is _Hack()
But when you're calling the func you wrote _hack()
See the diff ?
is that the only wrong ?..
But other code right or wrong too ?
now code right ?
medopop222 is offline  
Old 03/07/2014, 12:50   #6
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
Quote:
Originally Posted by medopop222 View Post
is that the only wrong ?..
But other code right or wrong too ?
now code right ?
The values are wrong
If GuiCtrlRead ($Checkbox5) = 5 is totally wrong.
You don't even know that u dont need the comments.
So please, just don't do it. You didn't work on the source at all, you have no idea what the hell is going on there.
Just stop, please.
Hybrid~ is offline  
Old 03/07/2014, 14:40   #7
 
medopop222's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
Quote:
Originally Posted by Hybrid~ View Post
The values are wrong
If GuiCtrlRead ($Checkbox5) = 5 is totally wrong.
You don't even know that u dont need the comments.
So please, just don't do it. You didn't work on the source at all, you have no idea what the hell is going on there.
Just stop, please.
Sorry But you understand .. I need only learn to write value ..
Cuz I need make Trainers .. So I learn from all professional hackers as You and someone here .. please I need make a Trainer just tell me how to write this address
medopop222 is offline  
Old 03/07/2014, 20:15   #8
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
Quote:
Originally Posted by medopop222 View Post
Sorry But you understand .. I need only learn to write value ..
Cuz I need make Trainers .. So I learn from all professional hackers as You and someone here .. please I need make a Trainer just tell me how to write this address
You don't have to make a trainer.
You didn't learn anything.
You just C&P'ed.
You have no idea what you wrote there and what it does.
Hybrid~ is offline  
Old 03/07/2014, 21:07   #9
 
medopop222's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 89
Received Thanks: 67
Quote:
Originally Posted by Hybrid~ View Post
You don't have to make a trainer.
You didn't learn anything.
You just C&P'ed.
You have no idea what you wrote there and what it does.
what you Say is correct .. I just need learn .. But the tutorials is sux so I can't learn just copy .. But Need write values correct .. Or Can You learn me ?
medopop222 is offline  
Old 03/07/2014, 21:49   #10
 
Der-Eddy's Avatar
 
elite*gold: 400
Join Date: Nov 2008
Posts: 67,909
Received Thanks: 19,503


Search for "Autoit Tutorials" in Google if you want to learn Autoit
Der-Eddy is offline  
Closed Thread


Similar Threads Similar Threads
[Rules] [WICHTIG/IMPORTANT] Sektions-Regeln | Section-Rules | Important Stuff
08/18/2011 - Last Chaos - 0 Replies
gerSkip to the English Part!http://www.elitepvpers.com/images/us.pngLiebe ElitePvPers, hiermit verkündet die Moderation der Last Chaos Sektion die neuen, bzw. zum Großteil alten Regeln, an die sich jeder zu halten hat. Im Grunde steht manches davon schon in den Board & Signature Rules, doch wir möchten die auf die Last Chaos Sektion bezogenen wichtigen Regeln hier direkt noch einmal hervorheben. Bitte beachtet und befolgt folgende Regeln. Verhaltet euch gegenüber anderen respektvoll....
[IMPORTANT] Installation funktioniert nicht!!! [IMPORTANT]
08/18/2011 - WarRock - 4 Replies
#Edit Funzt Nabend Die Installationsdatei lässt sich nicht ausführen! Was kann ich tun?
Quesstion About Posted hacks
07/05/2009 - 12Sky2 - 10 Replies
I was wondering is there anything more than posted?, Obviously, there are some things like vac and the so-so godmode(just a bug, so usless), Iv got thru loads of addresses Trying to get all other buffs to work and they are useless, it will either show you an increase in stats but not change, or add the Visual Effect which is only Client Side, as you are the onlyone that sees the buff around you. iv even do the same with weapons, changed lvl1 into cs12 120% red glow, but its all for looks and...



All times are GMT +2. The time now is 16:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.