Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 00:12

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

Advertisement



[AutoIt]Help!

Discussion on [AutoIt]Help! within the S4 League forum part of the Shooter category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2011
Posts: 38
Received Thanks: 16
[AutoIt]Help!

I Make AutoIt Trainer. But XTrap catch. Sorry my bad english.

Code:
#RequireAdmin
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(" Hack 0.1", 305, 151, 437, 359)
$god = GUICtrlCreateCheckbox("Godmode", 8, 8, 73, 17)
$hp = GUICtrlCreateCheckbox("200 HP", 8, 40, 57, 17)
$sp = GUICtrlCreateCheckbox("Inf.SP", 8, 72, 73, 17)
$hit = GUICtrlCreateCheckbox("1 Hit KİLL", 112, 8, 73, 17)
$wallshot = GUICtrlCreateCheckbox("WallShot", 112, 40, 89, 17)
$toy = GUICtrlCreateCheckbox("Card Hack", 112, 72, 73, 17)
$fast = GUICtrlCreateCheckbox("Fast fire", 224, 8, 65, 17)
$zoom = GUICtrlCreateCheckbox("Wea. Zoom", 224, 40, 73, 17)
$gm = GUICtrlCreateCheckbox("Ghost mode", 224, 72, 65, 17)
$Button1 = GUICtrlCreateButton("Start!", 8, 96, 99, 49)
$Button2 = GUICtrlCreateButton("Exit!", 192, 96, 107, 49)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

Func _hack()
ToolTip("S4League Open",0,0)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
$Open = _MemoryOpen($PID)
ToolTip("have fun.",0,0)
Sleep(2000)
If GUICtrlRead($god) = 1 Then
	_MemoryWrite(0x00, $Open, "90 90 90", "dword")
EndIf
If GUICtrlRead($hp) = 1 Then
	_MemoryWrite(0x0, $Open, "03", "dword")
EndIf
If GUICtrlRead($sp) = 1 Then
	_MemoryWrite(0x00455C4E, $Open, "02", "dword")
EndIf
If GUICtrlRead($hit) = 1 Then
	_MemoryWrite(0x00, $Open, "01", "dword")
EndIf
If GUICtrlRead($wallshot) = 1 Then
	_MemoryWrite(0x00, $Open, "1", "Float")
EndIf
If GUICtrlRead($toy) = 1 Then
	_MemoryWrite(0x0, $Open, "0", "char[19]")
EndIf
If GUICtrlRead($fast) = 1 Then
	_MemoryWrite(0x00, $Open, "90 90 90", "dword")
EndIf
If GUICtrlRead($zoom) = 1 Then
	_MemoryWrite(0x00, $Open, "9", "Float")
EndIf
If GUICtrlRead($gm) = 1 Then
	_MemoryWrite(0x00, $Open, "01", "dword")
EndIf
Exit
EndFunc
Help
heysen09 is offline  
Old 01/29/2012, 14:26   #2
 
elite*gold: 2
The Black Market: 123/0/0
Join Date: Aug 2010
Posts: 5,789
Received Thanks: 5,726
u must use a bypass
all AutoIT Trainer will detected
Lex- is offline  
Closed Thread




All times are GMT +1. The time now is 00:13.


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