Jump to content

Josexdll

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Josexdll

  1. Solved
  2. Yes it crashed at first beause of root detection after hiding root, its fine but searching any value will lead to also crash because it has anti debug, i tried gameguardian hide but there is no way around it. I cant find a solution
  3. You are a legend thanks. I thought there is no api for it
  4. I made my own lua script which is -- Define the address to search for (in hexadecimal format) local targetAddressHex = "7AF6EF6780" -- Replace with your specific hexadecimal address -- Convert the hexadecimal string to a number local targetAddressNum = tonumber(targetAddressHex, 16) -- Set the search parameters and search gg.clearResults() gg.searchNumber(targetAddressNum, gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) -- Get the search results local results = gg.getResults(500) -- Add each result to the Game Guardian items list gg.addListItems(results) Which saves all found addresses as last step so i can do the text step i want which is offset calculation i do it with type float and value is 14. Anyway to do it with lua instead of keep doing manually every time?
  5. game developer did this right? im wondering what's the point
  6. Did you see the picture? Why ?????? @Enyby I mean... this has to be on purpose right? Please someone tell me what that means and why im seeing this. I was just trying to find values and go to it's pointer then i found this inside a pointer. Game name: dungeon hunter 6
×
×
  • 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.