You last visited: Today at 21:43
Advertisement
autoit error please help me
Discussion on autoit error please help me within the AutoIt forum part of the Coders Den category.
02/18/2014, 01:15
#1
elite*gold: 0
Join Date: Apr 2012
Posts: 225
Received Thanks: 74
autoit error please help me
hi guys i have a problem with autoit when i creat new script its dosent make a normally script..this is the problem
this upper when when i make 1 IDK why i need a normally one please guys help me i need a normaly one to compile the script..
fixed
now i can go to s4 and dont detect but how can i make it work it dosnet work for me whyyyyy
Attached Images
Capture.PNG
(13.0 KB, 72 views)
02/18/2014, 20:41
#2
elite*gold: 400
Join Date: Nov 2008
Posts: 67,905
Received Thanks: 19,505
S4 League -> AutoIt
/moved
02/18/2014, 20:54
#3
elite*gold: 2
Join Date: Dec 2011
Posts: 6,500
Received Thanks: 2,289
Open your File with Autoit and not with a editor.. ô.ô
02/18/2014, 21:49
#4
elite*gold: 0
Join Date: Apr 2012
Posts: 225
Received Thanks: 74
Quote:
Originally Posted by
Varawel
Open your File with Autoit and not with a editor.. ô.ô
i did it..look at this is my scipt if its have any error plz tell me
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("[S4LT]V.1", 117, 100, 218, 128)
$Label1 = GUICtrlCreateLabel("Siktor", 64, 72, 31, 17)
$Button1 = GUICtrlCreateButton("Hack", 8, 40, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("1 hit kill", 8, 8, 57, 17)
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()
GUISetState(@SW_HIDE)
MsgBox ( 0, "by mohamed ezat", "found s4league have fun" )
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x00528679,$OPEN,"1593591259","long")
EndIf
Exit
EndFunc
02/18/2014, 23:06
#5
elite*gold: 0
Join Date: Sep 2010
Posts: 473
Received Thanks: 104
Uninstall AutoIt, clean registry with CCleaner, delete autoit folder in c:/program files or c:/program files(x86), restart computer, install autoit again.
This one
Code:
If GUICtrlRead($Checkbox1) = 1
try replace with
Code:
If GUICtrlRead($Checkbox1) == $GUI_CHECKED
one = set value to checkbox
two == check values of checkbox
so in this case if checked run code
02/21/2014, 20:06
#6
elite*gold: 0
Join Date: Apr 2012
Posts: 225
Received Thanks: 74
Quote:
Originally Posted by
mlukac89
Uninstall AutoIt, clean registry with CCleaner, delete autoit folder in c:/program files or c:/program files(x86), restart computer, install autoit again.
This one
Code:
If GUICtrlRead($Checkbox1) = 1
try replace with
Code:
If GUICtrlRead($Checkbox1) == $GUI_CHECKED
one = set value to checkbox
two == check values of checkbox
so in this case if checked run code
now when i open the acc and start the server i get ban???? why
02/23/2014, 21:16
#7
elite*gold: 0
Join Date: Jan 2013
Posts: 2,450
Received Thanks: 1,880
Quote:
Originally Posted by
mohamedezzat
now when i open the acc and start the server i get ban???? why
Should use bypass :/, and if you use one, make sure it is HGWC Bpass
Similar Threads
Autoit in c# error
11/20/2013 - AutoIt - 5 Replies
Hi guys, i'm trying to import autoitx3 dll in c# but when I import dll in reference i got this error:
impossibile creare un'istanza dell'attività "ResolveComReference" da "Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Impossibile caricare il file o l'assembly 'Microsoft.Internal.Tasks.Dataflow, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' o una delle relative dipendenze. Impossibile trovare il file specificato.
...
AutoIt ASM error
09/25/2012 - AutoIt - 1 Replies
Und schon selber raus gefunden :p
AutoIt Error
04/13/2010 - Guild Wars - 10 Replies
Heya all,
For some reason I'm not able to run any bot anymore (especially Titel-Package & XGB Vaettir Bot 1.1.0) These are compiled versions. And I, like many others, do not have the knowledge to compile from source. These bots (and many others i try to download) all give the same error.
http://img255.imageshack.us/img255/1676/autoiterr orsubscript.png
OS: Windows 7 64bit
AutoIt: v3.3.6.0
All times are GMT +1. The time now is 21:43 .