|
You last visited: Today at 17:53
Advertisement
My source not work
Discussion on My source not work within the AutoIt forum part of the Coders Den category.
10/27/2013, 10:23
|
#1
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
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 !!!
|
|
|
10/27/2013, 12:48
|
#2
|
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", 273, 363, 192, 124)
$chkGodmode = GUICtrlCreateCheckbox("Godmode", 8, 232, 73, 17)
$chkOnehit = GUICtrlCreateCheckbox("1 Hit", 8, 256, 49, 17)
$chk200hp = GUICtrlCreateCheckbox("200hp", 8, 280, 57, 17)
$chkInfSP = GUICtrlCreateCheckbox("Inf Sp", 8, 304, 57, 17)
$chkSpeed = GUICtrlCreateCheckbox("Speed", 160, 232, 57, 17)
$chkFastfire = GUICtrlCreateCheckbox("Fast Fire", 160, 256, 65, 17)
$chkWallshoot = GUICtrlCreateCheckbox("Wallshot", 160, 280, 65, 17)
$chkInstantRespawn = GUICtrlCreateCheckbox("Instant Respawn", 160, 304, 105, 17)
GUICtrlCreatePic("s4.jpg", 8, 8, 260, 204)
$btnStart = GUICtrlCreateButton("Start", 8, 328, 259, 25)
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...", 0, 0)
ProcessWait($procHGWC)
ToolTip("HGWC is running...", 0, 0)
Sleep(1500)
ToolTip("Waiting for Xtrap...", 0, 0)
ProcessWait($procXtrap)
ToolTip("Xtrap is running...", 0, 0)
Sleep(1500)
#ce
ToolTip("Waiting for S4...", 0, 0)
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", 0, 0)
Sleep(2000)
exit
EndFunc
|
|
|
10/28/2013, 00:38
|
#3
|
elite*gold: 0
Join Date: Aug 2013
Posts: 321
Received Thanks: 258
|
Quote:
Originally Posted by onomato
PHP Code:
ToolTip("Hacked by noob", 0, 0)
|
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
|
|
|
 |
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.
|
|