Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 17:53

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

Advertisement



My source not work

Discussion on My source not work within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
Unhappy My source not work

Code:
#RequireAdmin
#include <NomadMemory.au3>  
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Mystic hack by DrexonPl", 273, 363, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Godmode", 8, 232, 73, 17)
$Checkbox2 = GUICtrlCreateCheckbox("1 Hit", 8, 256, 49, 17)
$Checkbox3 = GUICtrlCreateCheckbox("200hp", 8, 280, 57, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Inf Sp", 8, 304, 57, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Speed", 160, 232, 57, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Fast Fire", 160, 256, 65, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Wallshot", 160, 280, 65, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Instant Respawn", 160, 304, 105, 17)
$Pic1 = GUICtrlCreatePic("s4.jpg", 8, 8, 260, 204)
$Button1 = GUICtrlCreateButton("Start", 8, 328, 259, 25)
$Godmode = 0x0051E5B5
$1Hit = 0x0051F149
$200hp = 0x0051E554
$InfSp = 0x00484C32
$Speed = 0x0048C18A
$FastFire = 0x00561B23
$Wallshot = 0x0120D6A8
$InstantRespawn = 0x005E9A03
$S4 = ("S4Client.exe")
$Xtrap = ("xtrap.xt")
$HGWC = ("HGWC.exe")
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("Waiting for HGWC...", 0, 0)
	  ProcessWait($HGWC)
	  ToolTip("HGWC is running...", 0, 0)
	  Sleep(1500)
	  ToolTip("Waiting for Xtrap...", 0, 0)
	  ProcessWait($Xtrap)
	  ToolTip("Xtrap is running...", 0, 0)
	  Sleep(1500)
	  ToolTip("Waiting for S4...", 0, 0)
	  ProcessWait($S4)
	  ToolTip("S4 is running...", 0, 0)
   
	  Local $S4C = _MemoryOpen("S4Client.exe")
   
	    If GUICtrlRead($Checkbox1) = 1 Then
		_MemoryWrite($Godmode,$OPEN,"3135869072","long")
	 EndIf
	 	If GUICtrlRead($Checkbox2) = 1 Then
		_MemoryWrite($1Hit,$OPEN,"1593591259","long")
	 EndIf
	 	If GUICtrlRead($Checkbox3) = 1 Then
		_MemoryWrite($200hp,$OPEN,"2348565979","long")
	 EndIf
	 	If GUICtrlRead($Checkbox4) = 1 Then
		_MemoryWrite($InfSp,$OPEN,"2348565979","long")
	 EndIf
	 	If GUICtrlRead($Checkbox5) = 1 Then
		_MemoryWrite($Speed,$OPEN,"4284253659","long")
	 EndIf
	 	If GUICtrlRead($Checkbox6) = 1 Then
		_MemoryWrite($FastFire,$OPEN,"990399115","long")
	 EndIf
	 	If GUICtrlRead($Checkbox7) = 1 Then
		_MemoryWrite($Wallshot,$OPEN,"1","float")
	 EndIf
	 	If GUICtrlRead($Checkbox8) = 1 Then
		_MemoryWrite($InstantRespawn,$OPEN,"989874827","long")
	 EndIf
	 Sleep(5000)
	 ToolTip("Hacked by DrexonPl", 0, 0)
	 Sleep(2000)
	 exit
   EndFunc
plz help !!!
DrexonPl2 is offline  
Old 10/27/2013, 12:48   #2


 
onahoe's Avatar
 
elite*gold: 10
Join Date: May 2013
Posts: 814
Received Thanks: 1,265
PHP Code:
#RequireAdmin
#include <NomadMemory.au3>

Global $addyGodmode 0x0051E5B5
Global $addyOnehit 0x0051F149
Global $addy200hp 0x0051E554
GLobal $addyInfSP 0x00484C32
Global $addySpeed 0x0048C18A
Global $addyFastFire 0x00561B23
Global $addyWallshoot 0x0120D6A8
Global $addyInstantRespawn 0x005E9A03
Global $procS4 "S4Client.exe"
Global $procXTrap "Xtrap.xt"
Global $procHGWC "HGWC.exe"

GUICreate("Mystic hack by noob"273363192124)
$chkGodmode GUICtrlCreateCheckbox("Godmode"82327317)
$chkOnehit GUICtrlCreateCheckbox("1 Hit"82564917)
$chk200hp GUICtrlCreateCheckbox("200hp"82805717)
$chkInfSP GUICtrlCreateCheckbox("Inf Sp"83045717)
$chkSpeed GUICtrlCreateCheckbox("Speed"1602325717)
$chkFastfire GUICtrlCreateCheckbox("Fast Fire"1602566517)
$chkWallshoot GUICtrlCreateCheckbox("Wallshot"1602806517)
$chkInstantRespawn GUICtrlCreateCheckbox("Instant Respawn"16030410517)
GUICtrlCreatePic("s4.jpg"88260204)
$btnStart GUICtrlCreateButton("Start"832825925)
GUISetState()

While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case -3
            
Exit
        Case 
$btnStart
      _hack
()
    EndSwitch
WEnd

func _hack
()
    
#cs dont need it o.o
      
ToolTip("Waiting for HGWC..."00)
      
ProcessWait($procHGWC)
      
ToolTip("HGWC is running..."00)
      
Sleep(1500)
      
ToolTip("Waiting for Xtrap..."00)
      
ProcessWait($procXtrap)
      
ToolTip("Xtrap is running..."00)
      
Sleep(1500)
    
#ce

      
ToolTip("Waiting for S4..."00)
      
ProcessWait($procS4)
      
$pid ProcessExists($procS4)

      
$OPEN _MemoryOpen($pid)

        If 
GUICtrlRead($chkGodmode) = 1 Then
        _MemoryWrite
($addyGodmode,$OPEN,"3135869072","long")
     EndIf
         If 
GUICtrlRead($chkOnehit) = 1 Then
        _MemoryWrite
($addyOnehit,$OPEN,"1593591259","long")
     EndIf
         If 
GUICtrlRead($chk200hp) = 1 Then
        _MemoryWrite
($addy200hp,$OPEN,"2348565979","long")
     EndIf
         If 
GUICtrlRead($chkInfSp) = 1 Then
        _MemoryWrite
($addyInfSP,$OPEN,"2348565979","long")
     EndIf
         If 
GUICtrlRead($chkSpeed) = 1 Then
        _MemoryWrite
($addySpeed,$OPEN,"4284253659","long")
     EndIf
         If 
GUICtrlRead($chkFastfire) = 1 Then
        _MemoryWrite
($addyFastFire,$OPEN,"990399115","long")
     EndIf
         If 
GUICtrlRead($chkWallshoot) = 1 Then
        _MemoryWrite
($addyWallshoot,$OPEN,"1","float")
     EndIf
         If 
GUICtrlRead($chkInstantRespawn) = 1 Then
        _MemoryWrite
($addyInstantRespawn,$OPEN,"989874827","long")
     EndIf
     
ToolTip("Hacked by noob"00)
     
Sleep(2000)
     exit
   
EndFunc 
onahoe is offline  
Old 10/28/2013, 00:38   #3
 
elite*gold: 0
Join Date: Aug 2013
Posts: 321
Received Thanks: 258
Quote:
Originally Posted by onomato View Post
PHP Code:
 ToolTip("Hacked by noob"00
Oh ja da hast du recht :3



vielleicht solltest du weiter unten anfangen..
guck dir am besten nochmal die Basics an..sieht mir ziemlich nach C/P aus
Sh1Rum is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
my first Work in source 5200
10/31/2010 - CO2 PServer Guides & Releases - 9 Replies
i fix first problem in source 5200but it's not good thing to Fix i just start on fix source and i need team Coder To fix that source To be good source without bugs i release in arabic site and no one want try and another thing the mederator close it cuz he wont it or arabic ppl dont have power to try all they need fixed source and juston it no one need to try or make some thing good sorry about all this talk so lets start First i fix job in character cuz in source job was Error 2nd i...
[Help] For Kinshi source work
02/23/2009 - CO2 Private Server - 1 Replies
I want another link I can not download Megapload This is the link Megaupload MEGAUPLOAD - The leading online storage and file delivery service please help me i want other link for download the source + i need link for download cov2 source
[Release]How To Make Tq Source Work + Working Source + Server ByBass + Commands
12/08/2008 - CO2 PServer Guides & Releases - 15 Replies
1: How To Make The Server Work In fact, before other people did not just let ACC now with hi EACC Columbia landing on the settlement of the issue, and the rest is our own how to improve the content of those interested can improve the next. MY MY set and the same. INI MAP INI files and MAP with the client-to-date coverage of the account. server.dat ! And then as long as the client will be able to modify server.dat! 127.0.0.1 192.168.0.1 192.168.1.1 IP。 Please do generally use...
[Help]What is the best source i can work with
11/13/2008 - CO2 Private Server - 6 Replies
I tryed some source and all of them in a point i get tons of bugs, Like login freeze and stop saving chars and much more. Do anyone know a good source i can use? Thank's



All times are GMT +1. The time now is 17:55.


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.