malware das programm hat internetzugriff
I need a help. I Coded but but I get the errorQuote:
Türkçe yasak , speak english please ..
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.10.2
Author: myName
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("naft Mini hack", 246, 99, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("God Mode", 8, 8, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. SP", 8, 72, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 40, 97, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func _hack()
ToolTip("Waiting For S4Client.exe...", 0, 0)
$wait = ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
ProcessWait($pid)
ToolTip("S4 League Hacked!", 0, 0)
$open = _memoryopen($pid)
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite(5306837, $open, "3135869072", "long")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite(4687938, $open, "2348565979", "long")
EndIf
If GUICtrlRead($checkbox3) = 1 Then
_memorywrite(5306740, $open, "2348565979", "long")
EndIf
Exit
EndFunc
"C:\Users\Tufan\Desktop\assd.au3"(39,37) : error: _memoryopen(): undefined function.
$open = _memoryopen($pid)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"C:\Users\Tufan\Desktop\assd.au3"(41,70) : error: _memorywrite(): undefined function.
_memorywrite(5306837, $open, "3135869072", "long")
The Function _memorywrite () isn't declared in your source code ..i think you want use the functions of the Nomadmemory so u must include it into your source ..Quote:
I need a help. I Coded but but I get the error
this code;
this error;Code:#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.10.2 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include #include #include #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("naft Mini hack", 246, 99, 192, 124) $Checkbox1 = GUICtrlCreateCheckbox("God Mode", 8, 8, 97, 17) $Checkbox2 = GUICtrlCreateCheckbox("Inf. SP", 8, 72, 97, 17) $Checkbox3 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 40, 97, 17) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Func _hack() ToolTip("Waiting For S4Client.exe...", 0, 0) $wait = ProcessWait("S4Client.exe") $pid = ProcessExists("S4Client.exe") ProcessWait($pid) ToolTip("S4 League Hacked!", 0, 0) $open = _memoryopen($pid) If GUICtrlRead($checkbox1) = 1 Then _memorywrite(5306837, $open, "3135869072", "long") EndIf If GUICtrlRead($checkbox2) = 1 Then _memorywrite(4687938, $open, "2348565979", "long") EndIf If GUICtrlRead($checkbox3) = 1 Then _memorywrite(5306740, $open, "2348565979", "long") EndIf Exit EndFunc
How do i fix ?Code:"C:\Users\Tufan\Desktop\assd.au3"(41,70) : error: _memorywrite(): undefined function. _memorywrite(5306837, $open, "3135869072", "long")