[CODE]Ingame Functions( POST YOUR FINDINGS HERE )

04/23/2014 11:37 jetrenz45#151
^ Can you share how you manually change the float?
04/23/2014 17:09 TheStupidDog#152
Quote:
Originally Posted by lostthoughts View Post
Every time I try to set this pointer up in my cheat table it doesn't work. Although I can find the float manually and change my speed just fine that way (which is awesome btw). I'd much prefer a working pointer though. Is this one outdated? If so I'm not experienced enough with CE to find the pointer myself. D:
I found out after posting that pointer that it only seems to work on Windows 8 machines.

Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>8</ID>
      <Description>"Best Pointer"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"game.bin"+00B3B218</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>C</Offset>
        <Offset>10</Offset>
        <Offset>E0</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Paste the above into cheatengine for a working pointer that should be valid on windows7/8. Hope that helps :)
04/23/2014 22:21 lostthoughts#153
Quote:
Originally Posted by TheStupidDog View Post
I found out after posting that pointer that it only seems to work on Windows 8 machines.

Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>8</ID>
      <Description>"Best Pointer"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"game.bin"+00B3B218</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>C</Offset>
        <Offset>10</Offset>
        <Offset>E0</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Paste the above into cheatengine for a working pointer that should be valid on windows7/8. Hope that helps :)
Yep! That worked, thanks!

Has anyone thought about trying to hack the "Revive Here" when u die? Like having the button activated without having to wait 60 seconds or removing the 60 second wait time altogether. I think it might be server sided cause I tried to find the address for the countdown with no luck; but I'm still noob with CE. :o
04/25/2014 19:54 1337GamingNinja#154
Quote:
Originally Posted by lostthoughts View Post
Yep! That worked, thanks!

Has anyone thought about trying to hack the "Revive Here" when u die? Like having the button activated without having to wait 60 seconds or removing the 60 second wait time altogether. I think it might be server sided cause I tried to find the address for the countdown with no luck; but I'm still noob with CE. :o
To add a few more speeds there:

Code:
190%	16.34000015
250%	23.64999962
340%	31.38999939
190% is using a 90% mount, 250% is gliding, 340% is mounting while gliding.
04/26/2014 12:46 peilin#155
i thought these speed tweaks won't work because character location is server sided? does it now?
04/26/2014 16:34 1337GamingNinja#156
Quote:
Originally Posted by peilin View Post
i thought these speed tweaks won't work because character location is server sided? does it now?
It works on the client side and in situations where there is no one else around or when it comes to going through a portal or something I think it works properly (tested in Ultimate Fighting Solo) but when other people are around your location is likely being synced with them as well (tested in Guild Hall with a friend). I didn't see what he was seeing but he said it didn't look like anything significant or different at all with 340%.
04/26/2014 17:20 TheStupidDog#157
Hey Ninja,

I <3 your fishing lock trainer/CE table. If you'd like to include the speed pointer into it you're MORE than welcome to do so. If you ever see any pointers or info released from me then you're always welcome to use them, a small mention somewhere is all I ask :)
04/27/2014 07:48 1337GamingNinja#158
Quote:
Originally Posted by TheStupidDog View Post
Hey Ninja,

I <3 your fishing lock trainer/CE table. If you'd like to include the speed pointer into it you're MORE than welcome to do so. If you ever see any pointers or info released from me then you're always welcome to use them, a small mention somewhere is all I ask :)
I may do something of the sort in the future, of course I would credit you and/or anyone else provided I had their permission before hand.
If I do anything of the sort I would likely include it as an additional things or an extra option. For the speed modifying and things that may be flagged for hacking easier I would throw those in another trainer or table; basically one for the "safe"-hacking, since no hacking is really safe, and for the "risky"-hacking.
05/02/2014 22:38 yukitaru#159
will the speed pointer work on P-server? if not can you show me how to find them?
thanks
05/08/2014 18:44 rfdeath0214#160
Speed pointer does not work after the update. I hope you will have time to update it because it really is the best pointer imho. :3
05/08/2014 19:46 chrisbr123#161
New Pointers for speed hack, Credits to TheStupidDog for teaching me how to find them



Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"speed hack"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"game.bin"+00B78374</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>C</Offset>
        <Offset>10</Offset>
        <Offset>64</Offset>
        <Offset>14</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
05/08/2014 20:03 rfdeath0214#162
Bro can you teach me how to find the new address?
05/08/2014 20:11 TheStupidDog#163
Quote:
Originally Posted by chrisbr123 View Post
New Pointers for speed hack, Credits to TheStupidDog for teaching me how to find them



Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"speed hack"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"game.bin"+00B78374</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>C</Offset>
        <Offset>10</Offset>
        <Offset>64</Offset>
        <Offset>14</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Good job on finding the new one sir! :) Just to mention though, this pointer won't work inside instanced areas, but I'm searching for that as we speak :)

*note* Don't forget to hit "thanks" on the post by chrisbr123 please guys, a single click can show someone that their work is appreciated, and gives other forum members a good idea if someone is helpful or not :)
05/08/2014 20:46 rfdeath0214#164
Quote:
Originally Posted by chrisbr123 View Post
New Pointers for speed hack, Credits to TheStupidDog for teaching me how to find them



Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>3</ID>
      <Description>"speed hack"</Description>
      <Color>80000008</Color>
      <VariableType>Float</VariableType>
      <Address>"game.bin"+00B78374</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>C</Offset>
        <Offset>10</Offset>
        <Offset>64</Offset>
        <Offset>14</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Quote:
Originally Posted by TheStupidDog View Post
Good job on finding the new one sir! :) Just to mention though, this pointer won't work inside instanced areas, but I'm searching for that as we speak :)

*note* Don't forget to hit "thanks" on the post by chrisbr123 please guys, a single click can show someone that their work is appreciated, and gives other forum members a good idea if someone is helpful or not :)
Sir i just ran OW : Port Skandia and i retained the movespeed from this pointer. Same with OW : GG Solo. But other instances revert back to the normal move speed. Hope that helps.
05/09/2014 04:08 darklordfang#165
how to use this code :D