Jump to content

Search the Community

Showing results for tags 'LoadResults'.

  • 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 1 result

  1. How can i load the addresses from new allocated memory pages. When i use gg.loadResults it only loads the addresses from the already existing memory pages. The script is supposed to load the table 'q'. Which are addresses from new allocated memory pages. I want to edit all the bytes to some UTF16 characters using gg.editAll. But do let me know if there is other way. menu = {} menu[1] = {address = gg.allocatePage(gg.PROT_WRITE) + 0x10, flags = gg.TYPE_QWORD} strings = {} loop = 0 for i, v in ipairs(menu) do for i= 1, 118 do strings[#strings + 1] = {address = menu[1].address + loop, flags = gg.TYPE_BYTE} loop = loop + 1 end end q = gg.getValues(strings) gg.loadResults(q)
×
×
  • 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.