hello, I am Italian, and use a translator to write, so if you do not understand what I write is not my fault ...
Today I found a mistake when I created a program in AutoIt3 and I wanted to know your opinion ....
Code:
#include <NomadMemory.au3>
If ProcessExists ( "Kill the monster.exe") Then
GUICreate ( "Kill The Monster", 200.100)
$hack = GUICtrlCreateButton (Score Hack, 10:10)
$what = GUICtrlCreateInput ( "Value", 90,11,100,22)
$random1 = GUICtrlCreateButton (Random Hack ", 10.56)
$credits = GUICtrlCreateButton ( "Claims", 100,56,90)
GUISetState ()
While 1
$Msg = GUIGetMsg ()
Switch $msg
Case -3
Exit
Case $hack
$PID1 = WinGetProcess ( "Kill the monster.exe")
$OPENPROCCESS1 = _MEMORYOPEN ($ PID1)
$WRITE1 = _MEMORYWRITE ( "0x00587b5c" _MEMORYOPEN (ProcessExists ( "Kill the monster.exe")), GUICtrlRead ($what))
_MEMORYCLOSE ($ OPENPROCCESS1)
Case $random1
$Rand = Random (1.999999999999)
$PID1 = WinGetProcess ( "Kill the monster.exe")
$OPENPROCCESS1 = _MEMORYOPEN ($ PID1)
$WRITE1 = _MEMORYWRITE ( "0x00587b5c" _MEMORYOPEN (ProcessExists ( "Kill the monster.exe")), $rand)
_MEMORYCLOSE ($OPENPROCCESS1)
Case $credits
MsgBox (0, "By MrHyde", "Hack by MrHyde =))
Endswitch
Wend
Else
MsgBox (0, "n00b", "Open the first game n00b!")
Exit
Endif
I would like to insert a button that when I click I get a MsgBox ago with my points ... I tried to use the _MemoryRead, but nothing ... sorry if I have the wrong section
Antivir: Nothing found ArcaVir: Nothing found Avast: Nothing found AVG: Nothing found BitDefender: Nothing found F-Prot: Nothing found Norman: Nothing found Rising: Nothing found VirusBlokAda32: Nothing found VirusBuster: Nothing found
Wrong Section and [no questions].
Here is the Autoit Section: . Do not Open a new Thread in the AutoIT Section because this Thread will moved to
AutoIT Section.
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
If ProcessExists ( "Kill the monster.exe") Then
GUICreate ( "Kill The Monster", 200.100)
$hack = GUICtrlCreateButton ("Score Hack", 10,10)
$what = GUICtrlCreateInput ( "Value", 90,11,100,22)
$random1 = GUICtrlCreateButton ("Random Hack", 10,56)
$credits = GUICtrlCreateButton ( "Claims", 100,56,90)
GUISetState ()
else
MsgBox (0, "n00b", "Open the first game n00b!")
Exit
endif
$PID1 = WinGetProcess ( "Kill the monster.exe")
$OPENPROCCESS1 = _MEMORYOPEN ($PID1)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $hack
$WRITE1 = _MEMORYWRITE("0x00587b5c", $PID1, GUICtrlRead($what))
Case $random1
$Rand = Random(1,999999999999)
$WRITE1 = _MEMORYWRITE("0x00587b5c", $PID1, $rand)
Case $credits
MsgBox (0, "By MrHyde", "Hack by MrHyde =)")
EndSwitch
WEnd
thanks ... Could you also tell me how to read the score? you do an example: in a game I have 100 points and I appear on the program 100, other items can I type 150 and the program is updated to 150
-.- parlami in italiano e poi vediamo chi è lo stupido -.-
Translation:
-.- Tell in Italian and then see who is the stupid -.-
Well, English is the universal language that everyone uses to communicate in case a communication over their mother tounge isn't possible. You can't compare that to Italian, which only very few people speak. Also, if you're considering doing any kind of programming, English is the only language that's gonna get you somewhere. So please cut the bullshit, cause I'm getting really tired of people looking for excuses for their english inabilities.