Jump to content

saiaapiz

Ascended
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by saiaapiz

  1. saiaapiz

    GGInjector

    Based on you device, im sure.. It does'nt not work on your device because it has ARMv8 arch, I make shellcode that only work on ARMv7a.
  2. Yep, i saw same shared lib mapped about 6 time. Just like you said.. they map and unmap.
  3. Yeah, it work just fine.. but not for PUBGM... its work abit.. on game heap (maybe if they protect heap, then game will crash).. not for static memory region like xa. I know its not gg bug, but it preventing gg from writing specific mem region. This really new for me, havent seen this before. or ... Maybe they hook gameguardian daemon xD
  4. No its not firmware issue, or broken ptrace. It's a memory protection trick created by tencent. Preventing writing into the memory. You should check it yourself, to know what i mean. Its good protection.
  5. Got this issue too, seems anti debug trick. what a nice trick to protect memory.
  6. View File GGInjector GGInjector Inject shared library by using GameGuardian. This was possible by hooking getuid (that often called) to achieve code execution in target process. Note: Only tested on Android Oreo 8.1.0 (ARMv7/32-Bit) and Huge Thanks to Enyby. - Github In-action: Submitter saiaapiz Submitted 02/28/19 Category Tools
  7. saiaapiz

    GGInjector

    Version 1.0.0

    2,216 downloads

    GGInjector Inject shared library by using GameGuardian. This was possible by hooking getuid (that often called) to achieve code execution in target process. Note: Only tested on Android Oreo 8.1.0 (ARMv7/32-Bit) and Huge Thanks to Enyby. - Github In-action:
  8. saiaapiz

    GG Chatroom

    What a nice concept, really cool ! But, you missed one point of social application. When you make it paid version.. it doesnt look like an social app. Just look other social site, forum. Just my suggestion..
  9. View File PinOut HaX | Unlimited Time | Premium | Powerup Features • Active Premium • Control Power-Up • Control Time • Set Highest Distance/Score In this script, i'il be using part of ElfInfo to find pointer inside game. Submitter saiaapiz Submitted 02/08/19 Category LUA scripts
  10. Version 1.1

    959 downloads

    Features • Active Premium • Control Power-Up • Control Time • Set Highest Distance/Score In this script, i'il be using part of ElfInfo to find pointer inside game.
  11. You're getting better bro, rep +1 What about you add translate plugin into chat, would be good to see multi language chatting each other. xD
  12. To buy script, contact me through @apizdev telegram.
  13. View File Hide Online | ESP | Unlock All | Infinity Ability&Respawn | No Cooldown Free Features ! • Limited ESP • No Ability Cooldown Donation Access ! • Perfect ESP (See-Through). • Infinity Respawn and Ability. • No Cooldown. • Unlock All Item. • All hack work even after game update. • Constant support from me. * To donate, contact @apizdev on telegram. * Gameplay (Donation) Submitter saiaapiz Submitted 01/28/19 Category LUA scripts
  14. Version 1.0.0

    10,427 downloads

    Free Features ! • Limited ESP • No Ability Cooldown Donation Access ! • Perfect ESP (See-Through). • Infinity Respawn and Ability. • No Cooldown. • Unlock All Item. • All hack work even after game update. • Constant support from me. * To donate, contact @apizdev on telegram. * Gameplay (Donation)
  15. By following a bit tutorial by @DarkingCheater, i've managed to achieved to make it. Thanks @DarkingCheater. This is my login script. TestLogin.lua_obs
  16. UserAgent + Username + Password = Hash, then compare it in server. Sound pretty d*** good.
  17. This can be used on multi-purposes, take example of this.. * Code Injection This come handy when you need to work elf structure.
  18. View File ElfInfo | Get Elf Info Using GG Get information about loaded library inside memory. * Pros - Parsed ELF Structure, Program Header, Dynamic Segment, Symbol * Cons - Section Header are not parsed, because it not loaded into memory. - Only 32-Bit Elf Supported. * Thanks to: - @Enyby * Use cases: - PinOut Hax - Injection References: [1] https://en.wikipedia.org/wiki/Executable_and_Linkable_Format [2] http://phrack.org/issues/59/8.html (I need to create elf parser before getting through. xD) Submitter saiaapiz Submitted 01/19/2019 Category Tools  
  19. Version 1.3_1

    2,198 downloads

    Get information about loaded library inside memory. * Pros - Parsed ELF Structure, Program Header, Dynamic Segment, Symbol * Cons - Section Header are not parsed, because it not loaded into memory. - Only 32-Bit Elf Supported. * Thanks to: - @Enyby * Use cases: - PinOut Hax - Injection References: [1] https://en.wikipedia.org/wiki/Executable_and_Linkable_Format [2] http://phrack.org/issues/59/8.html (I need to create elf parser before getting through. xD)
  20. I think this script use timing to calculate the difference between hooked or normal runtime. try to change your cpu clock to 1Ghz, this script will likely will failed to execute. Since it does not match to hardcoded calculate time. I've used this type of method to protect script, but it does not working for some low end phone. It was nice method to protect script, but not ready for production release.
  21. For more easy menu implementation, use Menu Template.. Change MyMenu to this .. MyMenu = { "Main Menu", -- Menu Title "No Recoil", function() -- When "No Recoil" clicked, this function will be executed. gg.alert("No Recoil Activated !") end, "Bigger Hitbox", function() -- When "Bigger Hitbox" clicked, this function will be executed. gg.alert("Bigger Hitbox Activated !") end, "Custom FOV", function() -- When "Custom FOV" clicked, this function will be executed. Input = gg.prompt({"Please input custom FOV Value: "}, {cFOV}, {"number"}) if Input ~= nil then InputtedFOV = Input[1] gg.alert("Changed FOV to "..InputtedFOV) end end } Example: Template_v2.0.lua
  22. Im not using random address to make that hack. Mainly i use ida to make that kind of hack and ported it to gg. This technique known as static bytepatching.
  23. Don't use TraslateApi too often, Google will flag your device as automated request. To avoid this, use TranslateApi just once when script started. Like translate a block of text in one call.
  24. View File TranslateApi | Google Translate in GameGuardian ! - This script use Google Translate as translator. (Require internet access) How to use Translate("Thank you !", "en", "sp") -- Return: "Gracias !" Credits: All People in this link, and Google ! Submitter saiaapiz Submitted 01/04/19 Category Tools
×
×
  • 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.