|
You last visited: Today at 16:53
Advertisement
PwBr pointer delphi
Discussion on PwBr pointer delphi within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.
08/21/2011, 23:41
|
#1
|
elite*gold: 0
Join Date: Mar 2011
Posts: 13
Received Thanks: 0
|
PwBr pointer delphi
Gente não consigo pegar um pointer de adderess no PwBr com delphi o Pid fica 16844 :S e se eu pego 1 adderess fixo não funciona fica milhões de números, alguém pode me ajudar ?
@English
People can not get a pointer to the adderess PwBr with Delphi is the Pid 16844: S and if I get a work is not fixed adderess million numbers, can anyone help me?
@Russo
Люди не могут получить указатель на adderess PwBr с Delphi является Pid 16844: S и если я получу работу не устанавливается adderess миллиона номеров, может кто-нибудь мне помочь?
|
|
|
08/22/2011, 05:13
|
#2
|
elite*gold: 0
Join Date: May 2009
Posts: 32
Received Thanks: 4
|
BaseAddress = $00AF7464
Code:
var
H, TI, PI, W, rw: DWORD;
Pointer, PointerName: DWORD;
Name: Array [0 .. 100] of Char;
begin
H := FindWindow(nil, 'Element Client');
if (H <= 0) then
exit;
try
TI := GetWindowThreadProcessId(H, @PI);
W := OpenProcess(PROCESS_ALL_ACCESS, False, PI);
ReadProcessMemory(W, ptr($00AF7464), @Pointer, 4, rw);
ReadProcessMemory(W, ptr(Pointer + $34), @Pointer, 4, rw);
ReadProcessMemory(W, ptr(Pointer + $638), @PointerName, 4, rw);
ReadProcessMemory(W, ptr(PointerName), @Name, SizeOf(Name), rw);
//Name é o nome do seu personagem.
end;
|
|
|
08/24/2011, 06:11
|
#3
|
elite*gold: 0
Join Date: Mar 2011
Posts: 13
Received Thanks: 0
|
PHP Code:
H := FindWindow(nil, 'Element Client');
if (H <= 0) then
exit;
try
TI := GetWindowThreadProcessId(H, @PI);
W := OpenProcess(PROCESS_ALL_ACCESS, False, PI);
ReadProcessMemory(W, ptr($00AF7464), @Pointer, 4, rw);
ReadProcessMemory(W, ptr(Pointer + $34), @Pointer, 4, rw);
ReadProcessMemory(W, ptr(Pointer + $638), @PointerName, 4, rw);
ReadProcessMemory(W, ptr(PointerName), @Name, SizeOf(Name), rw);
label2.Caption:= Name;
EXCEPT
end;
end;
end.
bom assim ele me mostra a inicial do nome como mostrar todo nome ?
|
|
|
 |
Similar Threads
|
[AutoIT->Delphi] Pointer + Offset auslesen !
02/05/2011 - Nostale - 4 Replies
Hi,
ich habe folgendes AutoIT Script und bekomme es einfach nicht für Delphi umgeschrieben. Mit Memory Read/Write in Delphi habe ich leider keinerlei Erfahrung, deshalb bitte ich euch um eine funktionierende Funktion. AutoIT ist zwar recht easy aber spackt mal wieder rum, NosTale stürzt grundlos ab. :D
Folgender Code:
#include <Pointer.au3>
#RequireAdmin
$open = _MemoryOpen(ProcessExists("NostaleX.dat" ))
Global $base = 0x0020AC93
|
Pointer in Autoit/Delphi
12/26/2010 - Nostale - 0 Replies
Edit, hat sich erledigt. Selbst herausgefunden nach langem probieren.
|
Help with bot PWBR - Ajuda com Bot para PWBR (Mage)
04/05/2010 - Perfect World - 0 Replies
Hello friends, I'm new here and today I need your help ...
MG PWBR am and I'm having trouble finding a reliable, quality bot!
MHS-Bot I'm using, version 2.3, is not attacking the mobs liabilities ... So I can not use with my mage, then it would have to kill mobs aggressive and it would take me to certain death
The AgroBot is very complicated to configure, if someone can make a short video of how to configure AgroBot I would be very grateful!
If you have any other solution is just...
|
All times are GMT +1. The time now is 16:53.
|
|