-
Posts
159 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by saiaapiz
-
- 2 comments
-
- Shared Library
- Hook
-
(and 2 more)
Tagged with:
-
Yep, i saw same shared lib mapped about 6 time. Just like you said.. they map and unmap.
-
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
-
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.
-
Got this issue too, seems anti debug trick. what a nice trick to protect memory.
-
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
-
2
-
- Shared Library
- Hook
-
(and 2 more)
Tagged with:
-
- 2 comments
-
5
-
- Shared Library
- Hook
-
(and 2 more)
Tagged with:
-
-
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
-
-
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
-
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
-
2
-
Version 1.0.0
10,567 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) -
Lua Tutorial - System Login and Register Online PHP and Lua
saiaapiz replied to DarkingCheater's topic in Tutorials
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- 38 replies
-
- Login online
- register online
-
(and 3 more)
Tagged with:
-
Lua Tutorial - System Login and Register Online PHP and Lua
saiaapiz replied to DarkingCheater's topic in Tutorials
UserAgent + Username + Password = Hash, then compare it in server. Sound pretty d*** good.- 38 replies
-
- Login online
- register online
-
(and 3 more)
Tagged with:
-
This can be used on multi-purposes, take example of this.. * Code Injection This come handy when you need to work elf structure.
-
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
-
Version 1.3_1
2,243 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) -
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.
-
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
-
Critical Ops | ESP, More .. Code App Framework v3.1
saiaapiz commented on saiaapiz's file in LUA scripts
- 17 comments
-
- Critical Ops
- Hack
-
(and 2 more)
Tagged with:
-
TranslateApi | Google Translate in GameGuardian !
saiaapiz replied to saiaapiz's topic in LUA scripts
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. -
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
-
- 1 review
-
4