GW2 Memory Thread

11/10/2012 00:23 Rhubarb.Trader#76
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.
11/10/2012 00:49 _revo#77
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
11/10/2012 00:55 Rhubarb.Trader#78
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. :o
11/10/2012 01:27 derrod#79
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!
11/10/2012 02:10 whitea2#80
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. :o
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.
11/20/2012 20:32 LordYoann#81
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.
11/24/2012 03:48 LordYoann#82
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
12/04/2012 20:18 derrod#83
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 :(
12/04/2012 23:17 Chefes#84
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>
12/05/2012 16:56 derrod#85
where have i to paste it?
12/16/2012 10:48 Deathsnacks#86
Just wondering, does anyone still have the NetworkClass and EncryptPacket offsets?
12/26/2012 05:39 Freezerburn#87
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.
12/26/2012 10:23 *M*#88
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
12/26/2012 13:33 Ploxasarus#89
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:

[Only registered and activated users can see links. Click Here To Register...]


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 =)
12/26/2012 19:27 Robban89#90
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.