Page 20 of 21 FirstFirst ... 1018192021 LastLast
Results 286 to 300 of 312
  1. #286
    Eiso's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    gtaV live ?

  2. #287
    pedro123..'s Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Hot
    work perfect!

  3. #288
    sdhp442's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    thanks alot !

  4. #289
    daewoo909's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    187
    Reputation
    11
    Thanks
    21
    My Mood
    Blah
    Does this work for online?
    Does it lead to bans? I only play in solo lobbies

  5. #290
    thelistener's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks for your work. I've needed to rampage against cheap scripted headshots that the game seems to use with anything above 2 stars. I've learned that a well sniped shot on the rear rotor of a helicopter will bring it down in one shot.
    The invincibility works. I wasn't to sure on how to get other items to work but the satisfaction of getting blown up by a tank as I am in a tank and just climbing out was great. Now that I got that out of my system, maybe I'll start a new game.
    Steam version
    Offline only
    Storymode.
    Thanks again Sir Mike

  6. #291
    skinnysanta's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thank you for making this wonderful cheat table. I've used it for a while now.

    Since the Casino Heist update (Online version 1.50), some of the functions could use updating, in particular, the pointer for wanted level no longer seems to work.

  7. #292
    atadrisque's Avatar
    Join Date
    Aug 2017
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0
    also looking for current Wanted Level offset

  8. #293
    leegt's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    338
    My Mood
    Cheeky
    Quote Originally Posted by atadrisque View Post
    also looking for current Wanted Level offset
    Yea, me too

    [IMG]https://i82.photobucke*****m/albums/j251/LeeGT/Signatures/GTA5leegtCrpped.gif[/IMG]

  9. #294
    skidrow_2015sg's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    uptade this to 1.50

  10. #295
    wtfisholy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    thank you and keep up the good work

  11. #296
    Booya082's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Exclamation Waypoint teleportation not working. HELP

    Quote Originally Posted by MikeRohsoft View Post
    There are a bunch of potentiell Function which you can easly realize with Cheat Engine which i miss from the old Tables.
    But since the World Address Pattern never changed you can easly Merge your Tables with it.

    It's also a good Base to write your own Trainers

    you need Cheat Engine for it of course and to choose the Process GTAV before you can initalize the Pattern Scan Script
    Functions:
    - Teleport to Waypoint (Press F6 or Toggle it)
    - Bullet Proof (Lock your Health)
    - Toggle Godmode
    - Lock your Armor
    - Set No Ragdoll to true
    - Set Seatbelt to true
    - change Swim Speed
    - change Sprint Speed
    - Lock Stamina [go never over 100.f]
    - change Damage Multiplier
    - change Melee Damage Multiplier
    - change Vehicle Damage Multiplier
    - Lock / change Wanted Level
    - change Spread
    - change Recoil
    - change Weapon Damage
    - change / Lock Weapon Ammo
    - Lock Vehicle Engine Health
    - change Vehicle Gravity
    - Toggle Vehicle Godmode
    - Lock [Ruiner] Rockets
    - Lock [Voltic] Boost

    Enable Godmode and change your MaxHealth to 0 will make you Off the Radar

    https://virusscan.jotti.org/en-US/fi...job/lvsekh3l4r
    https://www.virustotal.com/de/file/4...is/1495396238/
    Not working teleport mode

  12. #297
    atadrisque's Avatar
    Join Date
    Aug 2017
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0

    Thumbs up

    Quote Originally Posted by Booya082 View Post
    Not working teleport mode
    this one works for me, give it a go. should even get you pretty close to water

    Code:
    [ENABLE]
    {$lua}
    local a = getAddress("BlipPTR")
    for i = 2000, 1, -1
    do
      local n = readPointer(a + (i * 8))
      if (n > 0) and (8 == readInteger(n + 0x40)) and (84 == readInteger(n + 0x48))
      then
        local x = readFloat(n + 0x10)
        local y = readFloat(n + 0x14)
        local p = readPointer(readPointer(getAddress("WorldPTR")) + 8)
        if (2 == readInteger(p + 0x1468))
        then
          p = readPointer(p + 0xD28)
        end
        local v = readPointer(p + 0x30)
        writeFloat(v + 0x50, x)
        writeFloat(v + 0x54, y)
        writeFloat(v + 0x58, -210)
        writeFloat(p + 0x90, x)
        writeFloat(p + 0x94, y)
        writeFloat(p + 0x98, -210)
      end
    end
    [DISABLE]
    {$lua}
    local a = getAddress("BlipPTR")
    for i = 1000, 1, -1
    do
      local n = readPointer(a + (i * 8))
      if (n > 0) and (8 == readInteger(n + 0x40)) and (84 == readInteger(n + 0x48))
      then
        local x = readFloat(n + 0x10)
        local y = readFloat(n + 0x14)
        local p = readPointer(readPointer(getAddress("WorldPTR")) + 8)
        if (2 == readInteger(p + 0x1468))
        then
          p = readPointer(p + 0xD28)
        end
        local v = readPointer(p + 0x30)
        writeFloat(v + 0x50, x)
        writeFloat(v + 0x54, y)
        writeFloat(v + 0x58, -210)
        writeFloat(p + 0x90, x)
        writeFloat(p + 0x94, y)
        writeFloat(p + 0x98, -210)
      end
    end
    also if anyone happens to have the current offset for WANTED LEVEL please share!

  13. #298
    Ash_Rothschild's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    8
    My Mood
    Sneaky
    That was mad thanks!

  14. #299
    hitmanfrost69's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    fye ty for this

  15. #300
    DBDBOOSTER's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    172
    Is this still working tho ?

Page 20 of 21 FirstFirst ... 1018192021 LastLast

Similar Threads

  1. [Outdated] Gotham City Impostors Cheat Engine table
    By a1i3n in forum General Game Hacking
    Replies: 61
    Last Post: 05-25-2016, 12:30 AM
  2. Replies: 17
    Last Post: 09-26-2013, 11:35 AM
  3. Borderlands 2 Cheat Engine Table
    By Nap_Time in forum Borderlands 2 Hacks
    Replies: 24
    Last Post: 10-04-2012, 11:53 AM
  4. Borderlands 2 cheat engine table (steam version)
    By BadLuck in forum Borderlands 2 Hacks
    Replies: 22
    Last Post: 09-25-2012, 01:27 PM
  5. [Patched] *Update* Release Cheat Engine Table V3
    By Linux38 in forum Counter-Strike 2 Hacks
    Replies: 24
    Last Post: 02-15-2012, 08:10 AM