Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 11:52

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

Advertisement



Instant ban

Discussion on Instant ban within the S4 League forum part of the Shooter category.

Closed Thread
 
Old   #1
 
darkdoki2's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 46
Received Thanks: 3
Instant ban

I am trying to create a hack with autoit, but whenever I join a server I take instant ban.
(using bypass)
Here is the code that im using (is from a tutorial)
Code:
#RequireAdmin
#NoTrayIcon


#include <NomadMemory.au3>


Global $count = 1


AdlibRegister("_Tooltip", 1000)
AdlibRegister("_S4Check", 100)
HotKeySet("{ESC}", "_Exit")


While True
	Sleep(50)
WEnd


Func _S4Check()
	If ProcessExists("S4Client.exe") <> 0 Then
		_Change()
	EndIf
EndFunc   ;==>_S4Check


Func _Change()
	AdlibUnRegister("_Tooltip")
	AdlibUnRegister("_S4Check")


	$ProcessID = ProcessExists("S4Client.exe")
	$MemoryHandle = _MemoryOpen($ProcessID)


	$MemoryWrite = _MemoryWrite(0x00481422, $MemoryHandle, "2348565979", "long")
	;aqui voce coloca o addres e o valor que você quer trocar e o type
	;neste exeplo usei 4 bytes


	If $MemoryWrite = 1 Then
		ToolTip("Done!", 0, 0)
		_MemoryClose($MemoryHandle)
		Exit
	Else
		MsgBox(0, "Error", "Error")
		_MemoryClose($MemoryHandle)
		Exit
	EndIf
EndFunc   ;==>_Change


Func _Tooltip()
	If $count = 1 Then
		ToolTip("Waiting for S4 League.", 0, 0)
		$count = $count + 1
	ElseIf $count = 2 Then
		ToolTip("Waiting for S4 League..", 0, 0)
		$count = $count + 1
	ElseIf $count = 3 Then
		ToolTip("Waiting for S4 League...", 0, 0)
		$count = 1
	EndIf
EndFunc   ;==>_Tooltip


Func _Exit()
	Exit
EndFunc   ;==>_Exit
darkdoki2 is offline  
Old 07/06/2013, 21:47   #2
 
elite*gold: 0
Join Date: Jul 2013
Posts: 167
Received Thanks: 40
it will be useful if you could tell us what hack exactly you are trying to make.
Rasterize is offline  
Old 07/06/2013, 21:51   #3
 
darkdoki2's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 46
Received Thanks: 3
Its for infinit sp...
$MemoryWrite = _MemoryWrite(0x00481422, $MemoryHandle, "2348565979", "long")
darkdoki2 is offline  
Old 07/06/2013, 22:03   #4
 
Kek''s Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 2,155
Received Thanks: 1,028
Copy and Paste (here)
Kek' is offline  
Old 07/06/2013, 22:08   #5
 
darkdoki2's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 46
Received Thanks: 3
Ok, sorry
darkdoki2 is offline  
Old 07/06/2013, 22:52   #6



 
Shawak's Avatar
 
elite*gold: 0
The Black Market: 259/0/0
Join Date: Apr 2010
Posts: 10,289
Received Thanks: 3,613
#closed
Shawak is offline  
Closed Thread




All times are GMT +1. The time now is 11:53.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.