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 ....
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 :handsdown:
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
[Only registered and activated users can see links. Click Here To Register...]
Scanned by [Only registered and activated users can see links. Click Here To Register...]
The game by me ;)
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
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
[Only registered and activated users can see links. Click Here To Register...]
Scanned by [Only registered and activated users can see links. Click Here To Register...]
The game by me ;)