amaniberserk420 wrote: ↑Sun Oct 22, 2017 4:03 pm
Hey can you make teleport to waypoint and Noclip ?
My Table has Teleport Feature, but no Teleport to Waypoint. Game calculates MAP Coordinates different than player coordinates, already tried addding that. Anyways Some Kind of Noclip is also included. (Using Arrow Keys/PageUp&Down, it will teleports you one meter in any direction. Give it a Try)
My Contribution:
Code: Select all
Player Speed:
aobscanmodule(_SuperSpeed,TEW2.exe,F3 0F 10 B3 28 08 00 00 40)
Nop this to prevent speed reset in some areas:
aobscanmodule(_BypassSpeedReset,TEW2.exe,C7 83 28 08 00 00 00 00 80 3F 48 8B CB F3)
Enemie Speed:
aobscanmodule(_SlowEnemys,TEW2.exe,F3 0F 59 B6 F0 01 00 00 48)
Player Coordinates:
aobscanmodule(_Teleport,TEW2.exe,0F 28 98 20 01 00 00 0F 29 44)
Enemy Coordinates:
aobscanmodule(_EnemyTele,TEW2.exe,0F 28 88 20 01 00 00 0F 29 4D)
Instant Actions on Keypress "E"
aobscanmodule(_InstantActions,TEW2.exe,66 0F 6E BB 20 0B 00 00)
Bow Tension:
aobscanmodule(_BowTension,TEW2.exe,5C F3 0F 10 80 B0 00 00 00)
Full Cheat Table here:
[Link]
Some Youtube Video about enemy Teleport:
[Link]