AutoIT Aiutoo nava!!!

Stato
Discussione chiusa ad ulteriori risposte.

zanuro96

Utente Silver
29 Ottobre 2009
94
27
5
89
Ciao a tt....gg ho cercato di creare un hack x s4league con AuoIT.....ma mi da un errore guardate:



; Script Start - Add your code below here
#include<nomadmemory.au3>
#include <GUIConstantsEx.au3>
; Gui ;
$Form1 = GuiCreate("Hack By *-_[NaBbO96]_-*", 250, 135, 193, 125)
; BUTTON ,
$Button1 = GuiCtrlCreateButton("Start Hack", 16, 24, 217, 81)
$S4Client = ProcessExists("S4Client.exe") ;
$Apri_Memoria = _memoryopen("S4Client.exe")
$Hack_Sp =_memorywrite("0x93C9F0",_memoryopen(ProcessExist("S4Client.exe")),99999)
; GUI MESSAGE LOOP :
GuiSetState()
While GuiGetMsg() <> $GUI_EVENT_CLOSE
WEnd




Mi da l'errore sopratutto qua:


$Apri_Memoria = _memoryopen("S4Client.exe")
$Hack_Sp =_memorywrite("0x93C9F0",_memoryopen(ProcessExist("S4Client.exe")),99999)

Mi optete dire che cè che nn va??
Mi sn accorto del titolo ora...è: Aiuto Nn Va??..xD
 
non gioco a s4 ma lo script io lo imposterei cosi:
Codice:
#include<nomadmemory.au3>
#include <GUIConstantsEx.au3>
#include<guiconstants.au3>
; Gui ;
$Form1 = GuiCreate("Hack By *-_[NaBbO96]_-*", 250, 135, 193, 125)
; BUTTON ,
$Button1 = GuiCtrlCreateButton("Start Hack", 16, 24, 217, 81)
GuiSetState()
While 1
$matta = guigetmsg ()
switch $matta
case $button1
$S4Client = ProcessExists("S4Client.exe") ;
$Apri_Memoria = _memoryopen("S4Client.exe")
$Hack_Sp =_memorywrite("0x93C9F0",_memoryopen(ProcessExists( "S4Client.exe")),99999)
Case $GUI_EVENT_CLOSE
	    Exit 
endswitch
WEnd
alcune cose non mi tornano nel tuo script..
P.S processexists non processexist
 
Stato
Discussione chiusa ad ulteriori risposte.