You last visited: Today at 09:42
Advertisement
[HeLp] What the error ?
Discussion on [HeLp] What the error ? within the AutoIt forum part of the Coders Den category.
09/01/2012, 14:46
#1
elite*gold: 0
Join Date: Aug 2012
Posts: 46
Received Thanks: 484
[HeLp] What the error ?
Please what the errror to autoIt3 ?
PHP Code:
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Program Files (x86)\alaplaya\S4League\S4League.ico
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate ( "S4 TR44IN33R'S By -[L]olMan. =3" , 1531 , 671 , 54 , 123 )
$Pic1 = GUICtrlCreatePic ( "C:\Users\Alexandre\Pictures\23.jpg" , 0 , 0 , 1601 , 305 )
$Checkbox1 = GUICtrlCreateCheckbox ( "Infini SP ! Expliqué =3" , 40 , 352 , 281 , 33 )
$Checkbox2 = GUICtrlCreateCheckbox ( "GodMode(Tu meurrs jamais!)" , 280 , 480 , 225 , 33 )
$Checkbox3 = GUICtrlCreateCheckbox ( "1 HitKill(Tu tue en un coup)" , 32 , 544 , 177 , 33 )
$Checkbox4 = GUICtrlCreateCheckbox ( "Fast Fire(1 balle = 100 balles =3" , 448 , 352 , 177 , 33 )
$Checkbox5 = GUICtrlCreateCheckbox ( "200 HP ! Expliqué =3" , 552 , 552 , 177 , 33 )
$Checkbox6 = GUICtrlCreateCheckbox ( "Inf Ammo(Balles infinies !)" , 776 , 416 , 153 , 33 )
$Checkbox7 = GUICtrlCreateCheckbox ( "Cut Speed(Un coup de dague = Vitesse X4)" , 960 , 536 , 233 , 33 )
$Checkbox8 = GUICtrlCreateCheckbox ( "Sentry Range(No détecté par les sentrys guns)" , 1040 , 360 , 249 , 33 )
$Button1 = GUICtrlCreateButton ( "Goooooow !!! :3" , 1264 , 464 , 225 , 185 )
$Icon1 = GUICtrlCreateIcon ( "C:\Users\Alexandre\Pictures\OverComic Injecteur.exe" , - 1 , 296 , 536 , 137 , 105 )
$Icon2 = GUICtrlCreateIcon ( "C:\gPotato.eu\Dragonica\Patcher.exe" , - 1 , 760 , 528 , 153 , 97 )
$Icon3 = GUICtrlCreateIcon ( "C:\Windows\Installer\{EE7257A2-39A2-4D2F-9DAC-F9F25B8AE1D8}\SkypeIcon.exe" , - 1 , 504 , 424 , 121 , 97 )
$Input1 = GUICtrlCreateInput ( "s4leaguesteph = Skype" , 640 , 464 , 121 , 21 )
GUISetState (@ SW_SHOW )
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg ()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
cheat ()
Exit
EndSwitch
WEnd
Func cheat ()
ToolTip ( "Lance S4 League puis .... Enjoy !" , 0 , 0 )
ProcessWait ( "S4Client.exe" )
$PID = ProcessExists ( "S4Client.exe" )
Sleep ( 500 )
$OPEN = _MEMORYOPEN ( $PID )
_processsuspend ( "Aegis.exe" )
_processsuspend ( "Aegis64.exe" )
_processsuspend ( "HGWC.exe" )
_processsuspend ( "S4Client.exe" )
_processsuspend ( "XTrap.xt" )
Sleep ( 2000 )
If GUICtrlRead ( $Checkbox1 ) = 1 Then
_MEMORYWRITE ( 0x00472512 , $OPEN , "2348565979" , "long" )
EndIf
If GUICtrlRead ( $Checkbox2 ) = 1 Then
_MEMORYWRITE ( 0x00504AF8 , $OPEN , "4226388112" , "long" )
EndIf
If GUICtrlRead ( $Checkbox3 ) = 1 Then
_MEMORYWRITE ( 0x00505469 , $OPEN , "1593591259" , "long" )
EndIf
If GUICtrlRead ( $Checkbox4 ) = 1 Then
_MEMORYWRITE ( 0x0054A939 , $OPEN , "990399115" , "long" )
EndIf
If GUICtrlRead ( $Checkbox5 ) = 1 Then
_MEMORYWRITE ( 0x00504A94 , $OPEN , "2348565979" , "long" )
EndIf
If GUICtrlRead ( $Checkbox6 ) = 1 Then
_MEMORYWRITE ( 0x007614B2 , $OPEN , "3051982992" , "long" )
EndIf
If GUICtrlRead ( $Checkbox7 ) = 1 Then
_MEMORYWRITE ( 0x005FE35E , $OPEN , "2240612458" , "long" )
EndIf
If GUICtrlRead ( $Checkbox8 ) = 1 Then
_MEMORYWRITE ( 0x005368998 , $OPEN , "3657188827" , "long" )
EndIf
_memoryclose ( ProcessExists ( "S4Client.exe" ))
_processresume ( "Aegis.exe" )
_processresume ( "Aegis64.exe" )
_processresume ( "HGWC.exe" )
_processresume ( "S4Client.exe" )
_processresume ( "XTrap.xt" )
Exit 0
Endfunc
Func _PROCESSSUSPEND ( $PROCESS )
$PROCESSID = ProcessExists ( $PROCESS )
If $PROCESSID Then
$AI_HANDLE = DllCall ( "kernel32.dll" , "int" , "OpenProcess" , "int" , 2035711 , "int" , False , "int" , $PROCESSID )
$I_SUCESS = DllCall ( "ntdll.dll" , "int" , "NtSuspendProcess" , "int" , $AI_HANDLE [ 0 ])
DllCall ( "kernel32.dll" , "ptr" , "CloseHandle" , "ptr" , $AI_HANDLE )
If IsArray ( $I_SUCESS ) Then
Return 1
Else
SetError ( 1 )
Return 0
EndIf
Else
SetError ( 2 )
Return 0
EndIf
EndFunc
PLEASE HELP ME
09/01/2012, 14:49
#2
elite*gold: 2
Join Date: Aug 2012
Posts: 46
Received Thanks: 10
Moverequest to
09/01/2012, 14:51
#3
elite*gold: 0
Join Date: Aug 2012
Posts: 46
Received Thanks: 484
Oh yeah ? Ok !
Sorry :'(
09/02/2012, 20:10
#4
elite*gold: 224
Join Date: Dec 2010
Posts: 2,766
Received Thanks: 931
And whats the error?
09/02/2012, 21:58
#5
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,841
you have a processuspend function but no processresume function... btw. aegis and aegis64 are not used in s4 anymore since months D:
Similar Threads
ERROR: GAME DB INIT ERROR : [DBNETLIB][ConnectionOpen (Connect()).]Specified SQL serv
08/06/2013 - Rappelz Private Server - 5 Replies
Hallo :D:D
ich habe ein Problem, und zwar kommt bei mir immer diese Fehlermeldung wenn ich den CaptainHerlockServer starte ,,ERROR: GAME DB INIT ERROR : Ungültige Autorisierungsangab." Ich habe zwar schon etwas darüber gelesen, doch nur auf englisch und die meinte etwas über die DB files :confused::confused::confused: doch ich habe keine ahnung wo ich diese Files herbekomme, bitte um schnelle Hilfe Danke! :):)
İbot Error-Error Video- Error İmages-HELP
04/10/2012 - DarkOrbit - 11 Replies
SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :)
Most people trying to ibot but in my computer İbot not working.
Declared out this error everywhere but I do not get answers
Here's the error Video
http://youtu.be/q0fK09v-K3c
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_
04/08/2012 - elite*gold Trading - 2 Replies
API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted
All times are GMT +2. The time now is 09:42 .