Memory must stay open to available read/write operations but...
run and close autoit app
See memory available and handles in performance tab...
Windows (system) automatically clear and close memory used by applications if handle end.
Of course can use _MemoryClose($PROCESS_ID) before exit app but this is not required.
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
Global $Form2 = GUICreate("Form", 171, 55, 382, 253)
Global $Button1 = GUICtrlCreateButton("Button1", 26, 12, 111, 27, 0)
#EndRegion ### END Koda GUI section ###
$APP_TITLE = "Element Client"
$PROCESS_ID = WinGetProcess($APP_TITLE)
$PROCESS_INFORMATION = [COLOR="Red"]_MemoryOpen[/COLOR]($PROCESS_ID)
If @error Then
MsgBox(0, "Perfect World", "Run PW game first")
Exit
EndIf
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
[COLOR="Red"]_MemoryClose[/COLOR]($PROCESS_ID)
Exit
Case $Button1
[COLOR="Red"]_MemoryClose[/COLOR]($PROCESS_ID)
Exit
EndSwitch
WEnd
I already gave you a solution to use AttachThreadInput() and SetFocus(), try it and it will work.
Are you sure this works cause I tried it and can't get it to work. I get a 0 return on setfocus to the element client so I think that means the setfocus didn't work.
@zbychos, how about if i never close the memory open command and doesn't have any line in the source code for closing memory, it'll still being closed anyway by windows when we exit the application, right ?
also, in my app i put _MemoryOpen($PROCESS_ID) in the loop, will it affect my cpu performance, the purpose of putting it there is so i won't need to restart application and it'll automatically open the memory for newly detected wintitle (i use winexists), that way i can run the application anytime before running the pw client first, even running another instance of pw client and rename later won't need app restart, but i'd like to know if this method will have any side effect.
is there any method using offset/pointer/anything that'll enable char to accept priest revive automatically when died ? [without using macro for pressing the ingame button for accepting priest revive]
with that, having a priest nearby will make the bot uninterruptible, unless someone pk the priest of course lol.
I didnt mixed up y/z! In 3D vectors Y is the height in general. If u look into the room from a site, Y goes up. And also Y goes up in a 2D coordination system. So thats logical.
Well i dont rly understand what u want to know. x608 has nothing with x3C. Do u want to know how to find such offsets?
collection wod 03/08/2011 - RFO Hacks, Bots, Cheats, Exploits & Guides - 3 Replies tv dvd
dvd collection
p90x
Buy high quality DVD collection online store .
TV DVD COLLECTION
Welcome to select any classic TV series what you want
High quality DVD selling at a best price !
P90X
[TUT] Video How to hack with CE und Pointer+Pointer mit SKill-Lvl und Kingdom-Hack 10/25/2010 - 4Story Hacks, Bots, Cheats & Exploits - 135 Replies Also ich habe auch mal ein How to do Video gemacht. Wie man mit Cheat Engine und einem Pointer hackt da es viele Leute immer noch nicht wissen. Den 3. Teil kann man sich ja bestimmt denken, wenn nicht der 3. Teil kommt am Dienstag denke ich mal weil ich heute in Urlaub fahre. Solange müsstet ihr euch dann noch gedulden. Unten steht der Link für Cheat Engine, der Link von Superx321 Skill Liste für den Skill-Hack und der Bypass von St0rmBl4de.
Also:
How to do Video 1. Teil:
YouTube - How to...
Pointer collection 11/09/2009 - General Gaming Discussion - 9 Replies Hi guys,
Let’s collect useful information like pointers and other data (if it’s possible) for coding own bots
Next list is a base address and offsets for Russian server:
Char stats 1: + $354 +
$A4 - HP current (4 Bytes)
$A8 - HP max (4 Bytes)
$AC - MP current (4 Bytes)
$B0 - MP max (4 Bytes)