hey,
hab nen kleinen Hack für pinball gemacht mit dem man die Punkte ändern kann.Da kommt immer ein Error: Incorrect number of parameters in function call.
Hier is der code:
#include <NomadMemory.au3>
#RequireAdmin
While ProcessExists("pinball.exe") = False
MsgBox(0,"Bitte starte das Spiel")
WEnd
$punkte = InputBox("Geben sie eine Punktezahl an!")
$open = _MemoryOpen(ProcessExists("pinball.exe"))
$adresse1 = 0x03215B94
$adresse2 = 0x032D24F2
_MemoryWrite($adresse1,$open,$punkte,"dword")
_MemoryWrite($adresse2,$open,$punkte,"dword")
MsgBox(0,"Punkte wurden gesetzt")
Ach und noch eine Frage:
Denkt ihr wenn man eine Ausbildung als Fachinformatiker für Softwareprogramierung macht (3 Jahre) das man größere Hackprogramme schafft?
Dann hör bitte auf mit Speicheradressen zu arbeiten!
Code:
InputBox("MemoryWrite", "Geben sie eine Punktezahl an")
Quote:
Ach und noch eine Frage:
Denkt ihr wenn man eine Ausbildung als Fachinformatiker für Softwareprogramierung macht (3 Jahre) das man größere Hackprogramme schafft?
hey,
hab nen kleinen Hack für pinball gemacht mit dem man die Punkte ändern kann.Da kommt immer ein Error: Incorrect number of parameters in function call.
Hier is der code:
#include <NomadMemory.au3>
#RequireAdmin
While ProcessExists("pinball.exe") = False
MsgBox(0,"Bitte starte das Spiel")
WEnd
$punkte = InputBox("Geben sie eine Punktezahl an!")
$open = _MemoryOpen(ProcessExists("pinball.exe"))
$adresse1 = 0x03215B94
$adresse2 = 0x032D24F2
_MemoryWrite($adresse1,$open,$punkte,"dword")
_MemoryWrite($adresse2,$open,$punkte,"dword")
MsgBox(0,"Punkte wurden gesetzt")
Ach und noch eine Frage:
Denkt ihr wenn man eine Ausbildung als Fachinformatiker für Softwareprogramierung macht (3 Jahre) das man größere Hackprogramme schafft?
du hast wohl grade angefangen damit...solltest dich erst mit einpar simplen input+msgbox machen... -.-
PHP Code:
MsgBox(0,"Bitte starte das Spiel"); falsch
PHP Code:
MsgBox(0,"Info", "Bitte starte das Spiel")
PHP Code:
$punkte = InputBox("Geben sie eine Punktezahl an!"); falsch
PHP Code:
$punkte = InputBox("Info", "Geben sie eine Punktezahl an!")
\AutoIt v3 Script.au3(19,35) : ERROR: MsgBox() [built-in] called with wrong number of args.
MsgBox(0,"Bitte starte das Spiel")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
\AutoIt v3 Script).au3(23,51) : ERROR: InputBox() [built-in] called with wrong number of args.
$punkte = InputBox("Geben sie eine Punktezahl an!")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
\AutoIt v3 Script.au3(33,33) : ERROR: MsgBox() [built-in] called with wrong number of args.
MsgBox(0,"Punkte wurden gesetzt")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
\AutoIt v3 Script.au3 - 3 error(s), 0 warning(s)
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
New Autoit = tt6 error 01/03/2010 - GW Bots - 0 Replies I have just updated to the latest autoit but the latest version give me an error when i try to run a couple of my scripts.
I am not so great with scripting and i do not understand the problem but if you could help me fix the problem i would be very grateful :handsdown:
"Picture Attached at bottom"
"EDIT"
The problem is when my script is trying to do ::
resign()
resign()