Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Archlord
You last visited: Today at 08:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Base Pointer Archlord

Discussion on Base Pointer Archlord within the Archlord forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2007
Posts: 10
Received Thanks: 5
Base Pointer Archlord

hat einer sonst den base pointer des chars auf der adr 0x0089afb8 gefunden?

der pointer für die target-id des mobs/players ist
bp: 0x0089af60
offset id: 0x052c
coords der id: 0x0558 , 0x055C , 0x560

man kann das spielchen noch weiter treiben... .

p.s. der pointer der target id des party-menus ist anders also nicht wundern.
Attached Files
File Type: zip alefclient_pthp_targethp_hp_targetidcoords.zip (611 Bytes, 52 views)
TheBigPunisher is offline  
Old 03/19/2009, 21:38   #2
 
elite*gold: 0
Join Date: May 2007
Posts: 288
Received Thanks: 13
blöde frage aber kannste mir erklären was das ist? ^.^
_Shark_ is offline  
Old 03/20/2009, 02:01   #3
 
Normal111's Avatar
 
elite*gold: 0
Join Date: May 2005
Posts: 256
Received Thanks: 553
Quote:
Originally Posted by TheBigPunisher View Post
hat einer sonst den base pointer des chars auf der adr 0x0089afb8 gefunden?
Hab ihn zwar nicht überprüft, aber vor einigen Updates war der base pointer im selben Bereich (00899FB8 <- alt!)

Deiner müsste also *warscheinlich der richtige sein
Normal111 is offline  
Old 03/20/2009, 10:07   #4
 
elite*gold: 0
Join Date: Dec 2007
Posts: 61
Received Thanks: 2
ja dein Pointer ist richtig


Für deine Hp würde es dann so aussehen


Text12 = ReadMemory(&H89AFB8, 4)
Text12 = Text12 + 1184
Text12 = Hex(Text12)
Text12 = ReadMemory("&H" & Text12, 4)
Text12 = Text12 + 92
Text12 = Hex(Text12)
Text12 = ReadMemory("&H" & Text12, 4)
Text12 = Text12 + 65 * 4
Text12 = Hex(Text12)
Text12 = ReadMemory("&H" & Text12, 4)
Text12 = Text12 + 116
Text12 = Hex(Text12)
Text12 = ReadMemory("&H" & Text12, 4)
Text12 = Text12 + 1824
Text12 = Hex(Text12)
Text12 = ReadMemory("&H" & Text12, 4)

ich habe den pointer für die Mob ID gesucht von dem Mob was gerade anvisiert ist und dabei diesen Wert gefunden B5AA20. Allerdings funzt das nur zu 80% hat einer von euch zufällig eine andere adresse?
Kronoses is offline  
Old 03/27/2009, 11:39   #5
 
ACE-ppc's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 591
Received Thanks: 2,304
Also irgendwie komme ich mit den Pointern nicht weiter.
Habe versuch in CE deinem Beispiel zu folgen, klappt jedoch nicht.
Ich komme dann immer im nirvana raus.

Kann nicht mal jemand eine Tabellarische auflistung der Offsets mit Beschreibung posten ode mir per pm zusenden.

Danke
ACE-ppc is offline  
Old 03/28/2009, 17:11   #6
 
elite*gold: 0
Join Date: Apr 2008
Posts: 526
Received Thanks: 42
wish i knew what these people are saying. It looks interesting
xXxS1kkNastYxXx is offline  
Thanks
1 User
Old 03/28/2009, 21:26   #7
 
elite*gold: 0
Join Date: Dec 2008
Posts: 13
Received Thanks: 2
TRANSLATION
may hellp a little

-----------------------------------------------------
Base Pointer Archlord
------------------------------
one else has the base pointer of the chars on the adr 0x0089afb8 found?

the pointer for the target id of the mobs / players is
bp: 0x0089af60
id offset: 0x052c
coords id: 0x0558, 0x055C, 0x560

spielchen you can still drive ... . .
ps the pointer of the target id of the party-menus is different so not surprised.
--------------------------------------------------------------------------------
stupid question but can I explain what that is? ^.^
--------------------------------------------------------------------------------
Have not checked it, but a few updates, the base pointer in the same area (00899FB8 <- old!)

* So you have probably the right one
--------------------------------------------------------------------------------

For your Hp it would look like this

Text12 = ReadMemory (& H89AFB8, 4)
Text12 = Text12 + 1184
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 92
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 65 * 4
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 116
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 1824
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)

I have the pointer to the Mob ID sought by the mob which is precisely targeted, and this value is found B5AA20. However funzt only 80% has to be one of you happens to have a different address?
------------------------------------------------------------------------------------
So somehow I come with no further pointers.
Did your experiment in CE to follow suit, but not working.
I'm always out in nirvana.

Can not even someone has a table listing the offsets with the description posted ode send me via pm.

Thank you
nightrail is offline  
Old 03/29/2009, 00:49   #8
 
elite*gold: 0
Join Date: Apr 2008
Posts: 526
Received Thanks: 42
Quote:
Originally Posted by nightrail View Post
TRANSLATION
may hellp a little

-----------------------------------------------------
Base Pointer Archlord
------------------------------
one else has the base pointer of the chars on the adr 0x0089afb8 found?

the pointer for the target id of the mobs / players is
bp: 0x0089af60
id offset: 0x052c
coords id: 0x0558, 0x055C, 0x560

spielchen you can still drive ... . .
ps the pointer of the target id of the party-menus is different so not surprised.
--------------------------------------------------------------------------------
stupid question but can I explain what that is? ^.^
--------------------------------------------------------------------------------
Have not checked it, but a few updates, the base pointer in the same area (00899FB8 <- old!)

* So you have probably the right one
--------------------------------------------------------------------------------

For your Hp it would look like this

Text12 = ReadMemory (& H89AFB8, 4)
Text12 = Text12 + 1184
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 92
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 65 * 4
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 116
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)
Text12 = Text12 + 1824
Text12 = hex (Text12)
Text12 = ReadMemory ( "& H" & Text12, 4)

I have the pointer to the Mob ID sought by the mob which is precisely targeted, and this value is found B5AA20. However funzt only 80% has to be one of you happens to have a different address?
------------------------------------------------------------------------------------
So somehow I come with no further pointers.
Did your experiment in CE to follow suit, but not working.
I'm always out in nirvana.

Can not even someone has a table listing the offsets with the description posted ode send me via pm.

Thank you
hmmmm lol
xXxS1kkNastYxXx is offline  
Old 04/02/2009, 09:52   #9
 
elite*gold: 0
Join Date: Oct 2007
Posts: 10
Received Thanks: 5
AW: Auf ACE-ppc Frage

....
this.basePointerTargetHp = 9023416;
....

private int mem_readHPTarget()
{
return readBytes(this.targetHpAdrValue + 1824 , 4);
}
private int mem_readHPMaxTarget()
{
return readBytes(this.targetHpAdrValue + 1820, 4);
}
private void mem_readAdrHPTarget()
{
this.targetHpAdrValue = readBytes(this.basePointerTargetHp, 4);
this.targetHpAdrValue = readBytes(this.targetHpAdrValue + 1188, 4);
this.targetHpAdrValue = readBytes(this.targetHpAdrValue + 92, 4);
this.targetHpAdrValue = readBytes(this.targetHpAdrValue + 36, 4);
this.targetHpAdrValue = readBytes(this.targetHpAdrValue + 116, 4);
}


Dies sollte dir weiter helfen, sonst hast du etwas elementares nicht verstanden.
TheBigPunisher is offline  
Old 04/03/2009, 13:05   #10
 
ACE-ppc's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 591
Received Thanks: 2,304
Vielen Dank,
das hat mir geholfen.

Hier mein Code in Delphi:
Code:
var
  BufferStr : array[0..100] of AnsiChar;
  BufferP: cardinal;
  BufferInt:Integer;
  BytesRead:Cardinal;
  BasePointer:cardinal;
  TempPointer:cardinal;
begin
  BasePointer:=9023416;

  ReadProcessMemory(hProc, Pointer(BasePointer), @BufferP, SizeOf(BufferP), BytesRead);
  edtBasPointer.Text :=IntToHex(BufferP,8);
  TempPointer:=BufferP;

  ReadProcessMemory(hProc, Pointer(TempPointer+1188), @BufferP, SizeOf(BufferP), BytesRead);
  TempPointer:=BufferP;

  ReadProcessMemory(hProc, Pointer(TempPointer+92), @BufferP, SizeOf(BufferP), BytesRead);
  TempPointer:=BufferP;

  ReadProcessMemory(hProc, Pointer(TempPointer+36), @BufferP, SizeOf(BufferP), BytesRead);
  TempPointer:=BufferP;


  ReadProcessMemory(hProc, Pointer(TempPointer+116), @BufferP, SizeOf(BufferP), BytesRead);
  TempPointer:=BufferP;
  edtTargetidptr.Text:=IntToHex(BufferP,8);


  ReadProcessMemory(hProc, Pointer(TempPointer+1824), @BufferInt, SizeOf(BufferInt), BytesRead);
  edtTargetid.Text := IntToStr(BufferInt);

end;
ACE-ppc is offline  
Old 04/03/2009, 13:48   #11
 
elite*gold: 0
Join Date: Oct 2007
Posts: 10
Received Thanks: 5
AW auf pm usw

1. ja ich habe einen mem bot, aber erst in der "beta"!!!
2. nein ich stelle den nicht zu verfügung da er noch in der beta steckt und somit noch mehr fragen auf mich zukommen würden
3. habe momentan keine zeit den bot fertig zumachen !!
4. auf anfrage habe ich im 1 post die .ct hochgeladen.
TheBigPunisher is offline  
Old 04/03/2009, 14:11   #12
 
ACE-ppc's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 591
Received Thanks: 2,304
Wow so schnell.

Vielen Dank, du bist echt klasse. Nun kann ich endlich meinen Bot den letzten schliff verpassen.

Würde mich freuen wenn du einer der ersten tester bist ^^ .

Greez ACE
ACE-ppc is offline  
Old 07/14/2011, 19:30   #13
 
elite*gold: 0
Join Date: May 2009
Posts: 30
Received Thanks: 10
Blöde Frage aber kann man auch irgendwie das lvl des targets auslesen? den aktuellen target basepointer sowie die aktuellen hp des targets, name des targets und id des targets hab ich gefunden aber des lvl versteckt sich iwie würd mich freuen, wenn mir da mal wer weiterhelfen könnte ^^
darius83 is offline  
Old 07/14/2011, 19:31   #14
 
elite*gold: 0
Join Date: Jun 2011
Posts: 209
Received Thanks: 13
bumping an old post?
qwertyuiop92 is offline  
Old 07/14/2011, 19:41   #15
 
elite*gold: 0
Join Date: May 2009
Posts: 30
Received Thanks: 10
maybe its old but its the only one i found which seems to be right for my question else i had to make a new topic for my question :P
darius83 is offline  
Reply


Similar Threads Similar Threads
[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...
Base Pointer
04/01/2010 - Last Chaos - 46 Replies
Kann mir einer bestätigen das der neue Base Pointer 0x10620818 ist? Hab mir den vorher gesucht (wie immer) und ihn in meinen Trainer eingebaut aber was der dann ausliest ist einfach quatsch. Wäre super wenn das mal einer prüfen könnte. Mfg
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#



All times are GMT +2. The time now is 08:44.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.