Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars 2
You last visited: Today at 14:26

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

Advertisement



GW2 Memory Thread

Discussion on GW2 Memory Thread within the Guild Wars 2 forum part of the MMORPGs category.

Reply
 
Old 11/10/2012, 00:23   #76
 
elite*gold: 0
Join Date: Jun 2012
Posts: 28
Received Thanks: 13
Quote:
Originally Posted by derrod View Post
Thanks, but the problem is that I get values like 3212104670 or 1065259685!
Yes, I am getting strange values as well with the packet encrypt hook just on the coordinate values. I know the flags,opcode,etc is right just not sure why the coords are so strange. My guess is maybe we are getting packets in both directions being some of them are still encrypted from Server->Client. If anyone could explain it would help a lot.
Rhubarb.Trader is offline  
Old 11/10/2012, 00:49   #77
 
_revo's Avatar
 
elite*gold: 57
Join Date: Jun 2007
Posts: 10,720
Received Thanks: 5,092
Quote:
Originally Posted by derrod View Post
Thanks, but the problem is that I get values like 3212104670 or 1065259685!
This addresses provides you float values between -1 and 1!

I just leave this hint here:

@Rhubarb.Trader: Ok, I edited the quote. ;p
_revo is offline  
Thanks
1 User
Old 11/10/2012, 00:55   #78
 
elite*gold: 0
Join Date: Jun 2012
Posts: 28
Received Thanks: 13
Quote:
Originally Posted by _revo View Post
This address provides you float values between -1 and 1!
I know that I just realized I quoted him for the wrong problem. My question was in regards to the movement packet after hooking the encrypt function but in regards to the heading yes that is correct.
Rhubarb.Trader is offline  
Thanks
1 User
Old 11/10/2012, 01:27   #79
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 0
Das Problem ist: Ich arbeite mit AutoIt und da wird die Variable automatisch selbst deklariert (je nach Verwendungszweck)
Egal was ich mache, es kommen immer nur diese hohen Werte raus!
derrod is offline  
Old 11/10/2012, 02:10   #80
 
elite*gold: 0
Join Date: Apr 2012
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by Rhubarb.Trader View Post
I know that I just realized I quoted him for the wrong problem. My question was in regards to the movement packet after hooking the encrypt function but in regards to the heading yes that is correct.
The coords are stored as floats (IEEE single-precision format). Intel architectures use a little-Endian storage format. Check those two things to see if you're actually checking the correct information.

Also, make sure your hook is before the original EncryptPacket or you will see encrypted values which will not make sense.
whitea2 is offline  
Old 11/20/2012, 20:32   #81
 
elite*gold: 0
Join Date: Jul 2010
Posts: 10
Received Thanks: 0
Hi, thanks a lot for your work.

But I have a question... What's the difference between the two?

Code:
IDTarget		= 0x016A3CE0
IDPreTarget		= 0x016A3CC0
And also, can you update the adresses? I really need those for a personal project:
Code:
Base PreTargetPos	= 0x015D359C
Offset1			= 0x8c
OffsetPosX		= 0x78
OffsetPosY		= 0x7C
OffsetPosZ		= 0x80
Thanks again


Edit: if someone could give me some sample values, I could try to find the memory adresses, and post them here... Thanks.
LordYoann is offline  
Old 11/24/2012, 03:48   #82
 
elite*gold: 0
Join Date: Jul 2010
Posts: 10
Received Thanks: 0
Hello,

I have found that, but I'm not really sure what it corresponds to:

Code:
Related to PreTarget
0x016B358C
0x016B35E0
0x016B35E4

Related to the "near" target (when the [F] button appears)
0x016B35D0
0x016B35D4
0x016B35F0
LordYoann is offline  
Old 12/04/2012, 20:18   #83
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 0
Hey leute, könnte bitte irgendwer wieder die Adressen aktualisieren? ich möchte nicht drängen, aber das wär schon echt nice! würde es auch selbst machen, wenn mir das jemand erklären könnte. Wäre dafür echt dankbar! Habe mich schon durch hunderte Inet-Tuts durchgehämmert, krieg aber einfach keine statischen Pointer
derrod is offline  
Old 12/04/2012, 23:17   #84
 
elite*gold: 0
Join Date: Oct 2006
Posts: 198
Received Thanks: 184
Quote:
Originally Posted by derrod View Post
Hey leute, könnte bitte irgendwer wieder die Adressen aktualisieren? ich möchte nicht drängen, aber das wär schon echt nice! würde es auch selbst machen, wenn mir das jemand erklären könnte. Wäre dafür echt dankbar! Habe mich schon durch hunderte Inet-Tuts durchgehämmert, krieg aber einfach keine statischen Pointer
paste this into CE

Code:
<?xml version="1.0"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>59</ID>
      <Description>"Player X pos"</Description>
      <Color>A00000</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>D0</Offset>
        <Offset>88</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>46</ID>
      <Description>"Player Y pos"</Description>
      <Color>A00000</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>D4</Offset>
        <Offset>88</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>45</ID>
      <Description>"Player Z pos"</Description>
      <Color>A00000</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>D8</Offset>
        <Offset>88</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>48</ID>
      <Description>"Visual X"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>B4</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>51</ID>
      <Description>"Visual Y"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>B8</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>50</ID>
      <Description>"Visual Z"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>BC</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>55</ID>
      <Description>"Heading A1"</Description>
      <Color>0000FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>94</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>54</ID>
      <Description>"Heyding B1"</Description>
      <Color>0000FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>98</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>53</ID>
      <Description>"Heading A2"</Description>
      <Color>0000FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>A4</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>56</ID>
      <Description>"Heading B2"</Description>
      <Color>0000FF</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>A8</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>47</ID>
      <Description>"Player speed"</Description>
      <Color>808080</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>114</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>52</ID>
      <Description>"Player Gravity"</Description>
      <Color>808080</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>104</Offset>
        <Offset>5C</Offset>
        <Offset>1C</Offset>
        <Offset>44</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>80</ID>
      <Description>"InGame 1 in 0 out"</Description>
      <Color>80000008</Color>
      <VariableType>Byte</VariableType>
      <Address>Gw2.exe+116F739</Address>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation Allow Increase</Action>
          <Keys>
            <Key>18</Key>
            <Key>97</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>83</ID>
      <Description>"HP % mal 100"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B7098</Address>
      <Offsets>
        <Offset>F0</Offset>
        <Offset>34</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>92</ID>
      <Description>"agro 0 and 1"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>Gw2.exe+11E54D0</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>93</ID>
      <Description>"Target x pos"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B56DC</Address>
      <Offsets>
        <Offset>B0</Offset>
        <Offset>E0</Offset>
        <Offset>1C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>94</ID>
      <Description>"Target Y"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B56DC</Address>
      <Offsets>
        <Offset>B4</Offset>
        <Offset>E0</Offset>
        <Offset>1C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>95</ID>
      <Description>"Target Z"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B56DC</Address>
      <Offsets>
        <Offset>B8</Offset>
        <Offset>E0</Offset>
        <Offset>1C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>128</ID>
      <Description>"Mob HP"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B56DC</Address>
      <Offsets>
        <Offset>4C</Offset>
        <Offset>C</Offset>
        <Offset>BC</Offset>
        <Offset>110</Offset>
        <Offset>34</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>127</ID>
      <Description>"Mob HP"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"Gw2.exe"+012B56DC</Address>
      <Offsets>
        <Offset>4C</Offset>
        <Offset>C</Offset>
        <Offset>BC</Offset>
        <Offset>110</Offset>
        <Offset>34</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>118</ID>
      <Description>"lootntalk1-weapoin2"</Description>
      <Color>80000008</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"Gw2.exe"+0119EA78</Address>
      <Offsets>
        <Offset>C</Offset>
        <Offset>70</Offset>
        <Offset>10</Offset>
        <Offset>84</Offset>
        <Offset>C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>125</ID>
      <Description>"XP Current new"</Description>
      <Color>80000008</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"Gw2.exe"+011E5678</Address>
      <Offsets>
        <Offset>4</Offset>
        <Offset>24</Offset>
        <Offset>24</Offset>
        <Offset>24</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>126</ID>
      <Description>"XP Max new"</Description>
      <Color>80000008</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"Gw2.exe"+011E5678</Address>
      <Offsets>
        <Offset>C</Offset>
        <Offset>24</Offset>
        <Offset>24</Offset>
        <Offset>24</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>129</ID>
      <Description>"No description"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>Gw2.exe+11E54D0</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Chefes is offline  
Thanks
1 User
Old 12/05/2012, 16:56   #85
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 0
where have i to paste it?
derrod is offline  
Old 12/16/2012, 10:48   #86
 
elite*gold: 0
Join Date: Dec 2012
Posts: 48
Received Thanks: 56
Just wondering, does anyone still have the NetworkClass and EncryptPacket offsets?
Deathsnacks is offline  
Old 12/26/2012, 05:39   #87
 
elite*gold: 0
Join Date: Apr 2008
Posts: 35
Received Thanks: 8
Can any1 guide me how to get the mouse pointer for GW2?

I'm still confuse on how i can scan a mouse point by cheat engine.
Freezerburn is offline  
Old 12/26/2012, 10:23   #88
 
*M*'s Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 950
Received Thanks: 2,411
Quote:
Originally Posted by Freezerburn View Post
Can any1 guide me how to get the mouse pointer for GW2?

I'm still confuse on how i can scan a mouse point by cheat engine.
Check page 6 bro
*M* is offline  
Old 12/26/2012, 13:33   #89
 
Ploxasarus's Avatar
 
elite*gold: 193
Join Date: Jan 2008
Posts: 2,654
Received Thanks: 2,440
Quote:
Originally Posted by *M* View Post
Check page 6 bro
He was asking how to do it in cheat engine, bro.


Real simple in CE.

Click Memory View -> Search -> Find assembly code

Put in: d9 9e b8

You'll want to wait til it gets to the 00A00000 - 00C00000 address region.

Click through til you see this set of memory opcodes:




Right click on the address you just found that is highlighted, click 'find out what address this instruction accesses'.

Will bringup a Changed Addresses window, double click the address there to bring it on the CE table window. If it is empty then your at the wrong address.

Right click, then click pointer scan for this address.

Click "pointers must end with specific offsets" and put 80
Change the Nr of threads scanning to: 3 (optional)

Click Ok and it will ask you where to store the results and with what name, just put it in the CE table folder and name it whatever.

It will scan and if you have a crappy cpu might take a few so be patient.

Should show only 1 result. Double click that to put it on the CE Table and you have your Mouse X address which all you really need is the base address since your just updating gZoom.

If that isn't enough of an explination then bang your head on the keyboard & repeat the process =)
Ploxasarus is offline  
Thanks
1 User
Old 12/26/2012, 19:27   #90
 
elite*gold: 0
Join Date: Oct 2012
Posts: 140
Received Thanks: 31
Ploxasarus, have you seen any changes to zoom/fov lately? I can't seem to edit zoom anymore, I can set it to whatever I want but it automatically reverts instantly to 600.
Robban89 is offline  
Reply


Similar Threads Similar Threads
Grand Chase Memory Hacking Brigade Application Thread
07/20/2011 - Grand Chase - 34 Replies
Grand Chase Memory Hackers Brigade http://www.elitepvpers.com/forum/customgroupicons/ socialgroupicon_1406_1294233999.gif Since i can't do memory hacking alone i need to gather members that can help me.. make and revive memory hacking... i got just the idea on how to make mle working again.. too bad i need someone who can help me with it..Now to begin with.. You need 1st to introduce yourself.. here follow this format: Why do you want to join in the club? Programming Language you...
grand chase memory hackers brigade application thread
01/10/2011 - Grand Chase Philippines - 26 Replies
Grand Chase Memory Hackers Brigade http://www.elitepvpers.com/forum/customgroupicons/ socialgroupicon_1406_1294233999.gif Since i can't do memory hacking alone i need to gather members that can help me.. make and revive memory hacking... i got just the idea on how to make mle working again.. too bad i need someone who can help me with it..Now to begin with.. You need 1st to introduce yourself.. here follow this format: Why do you want to join in the club? Programming Language you...
Quick Memory Editor - Alternative Memory Hacking Software
11/21/2009 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 11 Replies
This might be detected or not by GameGuard, I have not tested this on Official servers however it worked perfectly fine on other private servers. http://imagenic.net/images/x0jxwzwpg2zxmkdtcf36.p ng This is just an alternative memory editing tool. Press thanks if this helps. Remember, scan before using this. Cause its 5.5MB.
Fragen Zur Memory!!!(Auslesen von Spawn/Memory)
12/31/2008 - Guild Wars - 3 Replies
hey leute, ich wollte mal einen bot schreiben und nun bin ich ganz verwirrt. könnte mir jmd bitte schritt für schritt erklären wie das mit Memory auslesen, benutzen und der Spawnpointer funktioniert. Ich wär sehr dankbar wenn jmd kontakt mit mir aufnehmen würde... und sobald der bot fertig ist bekommt der ihn natürlicherweise umsonst:D ICQ: 481799773 oder hier im forum



All times are GMT +2. The time now is 14:26.


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.