Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 19:56

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

Advertisement



HELP? Autoit Hack

Discussion on HELP? Autoit Hack within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
kiko298's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 115
Received Thanks: 46
HELP? Autoit Hack

Cna someone say to me what's the problem in my hack?
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Mini-Trainer-88", 332, 174, 192, 124)
$Button1 = GUICtrlCreateButton("Start", 48, 64, 89, 33)
$Checkbox1 = GUICtrlCreateCheckbox("Speed", 32, 16, 121, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

case $Button1
	Hack()

Func Hack()
ToolTip("Start S4 League!",0,0)
$PID = ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 then
_MemoryWrite(0x005CCCD4, $OPEN, "99999999", "long") 
_MemoryClose($PID)
EndIf
Exit
EndFunc

EndSwitch
WEnd
kiko298 is offline  
Old 07/15/2012, 17:18   #2
 
Vamshi's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 139
Received Thanks: 93
Actually epvp has a separate forum where you can ask your question, i don't mean to be rude but you are not supposed to ask such questions here.
Vamshi is offline  
Thanks
1 User
Old 07/15/2012, 18:03   #3
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
It should be like that,sir:
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Mini-Trainer-88", 332, 174, 192, 124)
$Button1 = GUICtrlCreateButton("Start", 48, 64, 89, 33)
$Checkbox1 = GUICtrlCreateCheckbox("Speed", 32, 16, 121, 25)
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()
ToolTip("Start S4 League!",0,0)
$PID = ProcessWait("S4Client.exe")
$OPEN = _MemoryOpen($PID)
If GUICtrlRead($Checkbox1) = 1 then
_MemoryWrite(0x005CCCD4, $OPEN, "99999999", "long") 
EndIf
EndFunc
This is my trainer's base, Hope it helped ya

Kind Regards,
Hybrid~
Hybrid~ is offline  
Old 07/15/2012, 18:11   #4
 
Der-Eddy's Avatar
 
elite*gold: 400
Join Date: Nov 2008
Posts: 67,909
Received Thanks: 19,503
Arrow S4 League -> AutoIt

/moved

Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

case $Button1
	Hack()
you forget EndSwitch and WEnd

Quote:
Originally Posted by ™Hybrid™ View Post
He didn't
He putted them at the end of the script
srsly dafug
Der-Eddy is offline  
Old 07/15/2012, 18:20   #5
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
Quote:
Originally Posted by Der-Eddy View Post
/moved

Code:
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

case $Button1
	Hack()
you forget EndSwitch and WEnd
He didn't
He putted them at the end of the script
Hybrid~ is offline  
Reply




All times are GMT +2. The time now is 19:56.


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.