|
You last visited: Today at 22:43
Advertisement
NomadMemory, undefined function, Error
Discussion on NomadMemory, undefined function, Error within the AutoIt forum part of the Coders Den category.
12/18/2013, 23:23
|
#1
|
elite*gold: 0
Join Date: Nov 2010
Posts: 16
Received Thanks: 0
|
NomadMemory, undefined function, Error
Bei
Code:
$ModuleBaseAddress = _MemoryModuleGetBaseAddress($iv_Pid, "OrcsMustDie2.exe")
sagt AutoIt mir ERROR: _MemoryModuleGetBaseAddress(): undefined function.
kann mir wer helfen? D:
ganzer Code
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Outfile_x64=Autoit\Orcs Must Die 2 Trainer.exe
#AutoIt3Wrapper_UseUpx=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <Pointer.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Orcs Must Die 2 Trainer", 210, 74, 192, 114)
GUISetBkColor(0x00FF00)
$Label1 = GUICtrlCreateLabel("Numpad 1 = 10000 Gold", 40, 8, 120, 17)
$Button1 = GUICtrlCreateButton("Exit", 40, 32, 123, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$iv_Pid = ProcessExists("OrcsMustDie2.exe")
$ah_handle = _MemoryOpen($iv_Pid)
$ModuleBaseAddress = _MemoryModuleGetBaseAddress($iv_Pid, "OrcsMustDie2.exe")
$StartAddress = $ModuleBaseAddress + 0x07AD9AC
$Pointer1 = _MemoryRead($StartAddress,$ah_handle) + 124
$Pointer2 = _MemoryRead($Pointer1,$ah_handle) + 0x1ec
$Pointer3 = _MemoryRead($Pointer2,$ah_handle) + 0x254
$Pointer4 = _MemoryRead($Pointer3,$ah_handle) + 0xc
$iv_Address = _MemoryRead($Pointer4,$ah_handle) + 0x7c
HotKeySet("{numpad1}","_Gold")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
EndSwitch
WEnd
Func _Gold()
$G = _MemoryRead($iv_Address,$ah_handle)
_MemoryWrite($iv_Address,$ah_handle,$G + 10000)
EndFunc
|
|
|
12/19/2013, 01:32
|
#2
|
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
|
ganz offensichtlich hast du die funktion "_MemoryModuleGetBaseAddress" nicht definiert...
|
|
|
12/19/2013, 10:35
|
#3
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
Einmal posten reicht nicht oder was? Reported.
|
|
|
12/19/2013, 13:19
|
#4
|
elite*gold: 0
Join Date: Nov 2010
Posts: 16
Received Thanks: 0
|
entschuldigung habe ausversehen als ich das erste mal das geposted habe auf die "seite zurück" taste geklickt und dann wieder auf "posten" und dann war es plötzlich 2 mal da.... und wie ich ein Thema lösche weiß ich leider auch nicht da ich recht neu hier bin :/
|
|
|
12/27/2013, 12:08
|
#5
|
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
|
|
|
|
 |
Similar Threads
|
NomadMemory, undefined function, Error
12/19/2013 - AutoIt - 8 Replies
Bei sagt AutoIt mir ERROR: _MemoryModuleGetBaseAddress(): undefined function.
kann mir wer helfen? D:
ganzer Code
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Outfile_x64=Autoit\Orcs Must Die 2 Trainer.exe
#AutoIt3Wrapper_UseUpx=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
|
Fatal Error: Call to undefined function result()
08/14/2013 - Web Development - 2 Replies
Hi everyone... i am going to advance learning in php..its about bmi so in the code area.. i will not put the code in some area because it is a currently activity and i dont want my classmates to search and find this page out..
<?php
if isset($_POST) // if the button is submitted
if ... // if the height field area is empty
...//statement of it saying it is an error
elseif .... //if the weight field area is empty
...//statement of it saying it is an error
else //if the height and weight is...
|
Fatal error: Call to undefined function mysql_connect()
02/16/2010 - Metin2 Private Server - 3 Replies
hi elitepvpers
da ich bei einem problem einfach nicht weiterkomme, hoffe ich hier hilfe zu finden.
Ich habe auf FreeBsd Apache Mysql und Php installiert
nun möchte ich eine page damit online stellen, die z.b. ein registrierungsformular besitzt und diese daten dann in ne mysql datenbank eingibt. ist zum accounts machen für ein game.
wenn ich nun jedoch auf absenden gehe kommt folgender error:
|
All times are GMT +1. The time now is 22:44.
|
|