Jump to content

Search the Community

Showing results for tags 'PTRACE_ATTACH error: Game is protected'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 2 results

  1. What's the problem: I have the coordinates of a character and I want to teleport it to the coordinates x = 1575, y = 1356, z = 13.44929885. When I teleport a character through the Game Guardian interface, everything works and the character teleports. BUT when I do the same with a script, the game crashes and Game Guardian throws a ptrace error: Game is protected. How is it possible to fix the crash of the game? Code in function: gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.sleep(300) gg.getResults(6666) gg.searchNumber('1 688;1 374;11.99852752686', gg.TYPE_FLOAT) gg.refineNumber('1 688', gg.TYPE_FLOAT) local x = gg.getResults(9999) gg.clearResults() gg.searchNumber('1 688;1 374;11.99852752686', gg.TYPE_FLOAT) gg.refineNumber('1 374', gg.TYPE_FLOAT) local y = gg.getResults(9999) gg.clearResults() gg.searchNumber('1 688;1 374;11.99852752686', gg.TYPE_FLOAT) gg.refineNumber('11.99852752686', gg.TYPE_FLOAT) local z = gg.getResults(9999) gg.clearResults() for repeatC = 1, 99 do gg.sleep(2000) for i, v in ipairs(x) do if v.flags == gg.TYPE_FLOAT then v.value = '1575' v.freeze = true end end gg.addListItems(x) gg.clearResults() for i, v in ipairs(y) do if v.flags == gg.TYPE_FLOAT then v.value = '1356' v.freeze = true end end gg.addListItems(y) gg.clearResults() for i, v in ipairs(z) do if v.flags == gg.TYPE_FLOAT then v.value = '13.44929885' v.freeze = true end end gg.addListItems(z) gg.clearResults()
  2. Game gudian is not working on gunship Battle second war,.......can anyone hlp me out, how to hack this game.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.