Jump to content

Search the Community

Showing results for 'Huawei mate 10'.

  • 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

  1. Lenn1

    How to Find new offsets?

    function KX1() gg.setRanges(16384) --it is the same as gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("\000300", 16, false, 536870912, 0, -5) --is a search for 300(300.0 or 300,0) float value gg.getResults(4) gg.editAll("100", 16) --modifying this value, the perspective sensitivity of the crosshair increases gg.clearResults() -- --here will be a AoB search in HEX gg.setRanges(gg.REGION_CODE_APP) name("libil2cpp.so") myoffset = 12395128 -- offset old(for me is 0x00000001) why? dont know! original("7F 45 4C 46 01 01 01 00") -- HEX to STRINGS= ELF replaced("10 00 A0 E3 1E FF 2F E1")--HEX to STRINGS= ãÿ/á gg.clearResults() example to do an Array of byte search: gg.searchNumber("h7F454C4601010100", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0xd3077000, 0xd6bbdfff, 0) local t = gg.getResults(1000) gg.addListItems(t) t = nil gg.saveList("/storage/emulated/0/Notes/com.dts.freefireth.AoB", 0) --where find offset revert = gg.getResults(1000, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("h1000A0E31EFF2FE1", gg.TYPE_BYTE)gg.clearResults() -- gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("0.01;0.01;0.01;0.01;1.41191865e34::17", gg.TYPE_FLOAT) gg.getResults(4) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() -- gg.setRanges(32) -- is gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("5.5;1.0;0.75::9", 16) -- in class game var default,these values are to multiply damage to the head, chest, and limbs (legs and arms) respectively --ONLY VISUAL! gg.refineNumber("1", 16) gg.getResults(1) gg.editAll("-999", 16) --modifying this the damages in "chest" are not shown gg.clearResults() gg.setRanges(32) gg.searchNumber("5.5;0.75::9", 16) gg.refineNumber("0.75", 16) gg.getResults(1) gg.editAll("-999", 16) --modifying this the damages in "limbs" are not shown gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1016018816", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -5) --is pure no recoil/spread,you have to have the weapon equipped first, then search and edit the values gg.getResults(500) gg.editAll("0016018816", gg.TYPE_DWORD) --modifying this all shots do not spread gg.clearResults() gg.toast('Head****') -- XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/reportnew.db", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log.txt", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log_bak.txt", gg.LOAD_APPEND) --this is bull****, it would never have an effect "no ban" (anti-ban) XD end
    10/10 works perfectly. You did a great job.
  2. Weapon damage is easy and, sort of, straightforward. Say, Standard Crossbow, it's right under Bardiche in Memory. Search 70;12::20 for Bardiche. Usually only 2 or 4 results be found, then see in Memory if you have 10;20::20 not far below. Make sure you filter the Memory by .0$ or 0.0$ first. My current game have 70 at xxx6a0 , 120 at xxx6b0, 10 at xxx7a0, 20 at xxx7b0. Important: The order of weapon in Memory is fixed, but could be broken into different Memory pages. Like Standard Crossbow should be right after Bardiche; but if unlucky and it breaks off, then try to find Handmade Pistol, then look above. Note: The damages below were from v1.665! Fireball Scroll 100-150 Lightning Scroll 150-250 Ice Spear Scroll 100-200 Pumpkin Bomb 50-100 Torch 10-15 Flint Knife 5-10 Flint Axe 5-15 Handmade Spear 20-40 Kitchen Knife 10-15 Rusted Axe 10-20 Knife 10-20 Axe 15-25 Steel Knife 15-20 Steel Axe 20-30 Bardiche 70-120 Standard Crossbow 20-30 Improved Crossbow 30-40 Heavy Crossbow 40-60 Helsing 100-150 Handmade Pistol 45-75 Handmade Shotgun 50-100 Makarov Handgun 20-25 Makarov Handgun (Dual) 20-40 Nagant Revolver 25-30 Nagant Revolver (Dual) 25-50 TT-33 25-35 TT-33 (Dual) 25-55 APS 30-50 APS (Dual) 30-80 Mauser C96 40-60 Mauser C96 (Dual) 40-100 Mosin Sawn-Off Shotgun 50-70 Mosin-Nagant Rifle 60-90 SVT-40 80-100 SVD 90-120 PPS-43 40-60 PPSh-41 50-70 AKS74U 40-60 Assault Rifle AK-74 100-140 RPK-74 220-260 DP-27 270-330 PKM 320-400 GShG-7.62 250-350 Molotov c****tail 30-70 Gunpowder Grenade 50-80 F-1 Grenade 80-120 Stun Grenade 1-5 Handmade Rocket Launcher 200-250 RPG-7 250-500 Snowball 5-10 Try to search for Bardiche 70;120::20, Handmade Pistol 45;75::20, SVD 90;120::20, or F1 Grenade 80;120::20, they tend to have few found results and easy to determine the right one. Then find the exact one you want to change.
  3. Pls help I tried several times and didn't succeed. Could you explain it in a way a beginner will understand? I don't know much about GG (thanks to YouTube I know a little). And could you pls use this gun ((common M1911 <HG+10>) = it is the gun you have when you unequip your current gun) to explain. Thanks a lot in advance. Pls help me out (anybody).
  4. ivandgreat18

    GameGuardian

    Possible Bug: Speedhack don't work in some (or possibly on most) of the games on Android 10. To give an example, speedhack works fine with "Otherworld Legends" but not on "The Wild Darkness". The time or timer in the game is affected by it but not the character's movement - they don't slow down or speed up. I have another device running Android 9 and speedhack works fine on both of these games. I am using Parallel Space for non-root support, and vmos with root and came up with the same result. I used the latest version of gameguardian, same version of the games, parallel space and vmos. My devices are Redmi Note 8 running Android 9 where speedhack works fine, and Poco F2 Pro running Android 10 where speedhack don't work on all games.
  5. The script is outdated please update it September 10 2020
  6. View File FREEFIRE BYPASS/Unban v1.52 Latest update FREE FIRE LATEST VERSION, Seen someone post they need a bypass for FreeFire v1.52 so here it is and working. If you encounter any errors please leave a comment with your error log so I may look into it. Was tested on a ROOTED Android 10 device using Game Guardian v99. May still work without root in Virtual Space just haven't tested myself. If you use Virtual Space and it works please comment below and let others know it works. Thank you in advance Submitter ShamelesCampR559 Submitted 09/08/2020 Category Free Fire  
  7. Version 1.0.0

    18,191 downloads

    FREE FIRE LATEST VERSION, Seen someone post they need a bypass for FreeFire v1.52 so here it is and working. If you encounter any errors please leave a comment with your error log so I may look into it. Was tested on a ROOTED Android 10 device using Game Guardian v99. May still work without root in Virtual Space just haven't tested myself. If you use Virtual Space and it works please comment below and let others know it works. Thank you in advance
  8. View File Survival Simulator Lua script Survival Simulator Lua script made by me. This is my first lua script. It works can find the correct values to change so you don't have to search. Antenna head so you can see the players around the map sometimes antenna head causes the animals on the map to have antenna head as well I didn't mean for that to happen. I'm looking forward to learning more and becoming a big part of the scripting scene. Comment below any error logs and I'll look into it. I only have tested this on my ROOTED Android 10 device, using Game Guardian v99. No Parallel Space used Submitter ShamelesCampR559 Submitted 09/07/2020 Category LUA scripts  
  9. Version 1.1.0

    4,496 downloads

    Survival Simulator Lua script made by me. This is my first lua script. It works can find the correct values to change so you don't have to search. Antenna head so you can see the players around the map sometimes antenna head causes the animals on the map to have antenna head as well I didn't mean for that to happen. I'm looking forward to learning more and becoming a big part of the scripting scene. Comment below any error logs and I'll look into it. I only have tested this on my ROOTED Android 10 device, using Game Guardian v99. No Parallel Space used
  10. View File #PUBGM HACK(V.3).lua ALL OF SNAPDRAGON WALLHACK IS IN SCRIPT FOR MEDIATEK SOON OP BYPASS NO NEED DATA ON OFF PLEASE PLAY SAFE Expiration September 10 2020 Submitter LEVISCRIPT Submitted 09/06/2020 Category PUBG  
  11. Version 3.0

    3,587 downloads

    ALL OF SNAPDRAGON WALLHACK IS IN SCRIPT FOR MEDIATEK SOON OP BYPASS NO NEED DATA ON OFF PLEASE PLAY SAFE Expiration September 10 2020
  12. For some reason when in install game on this it won't load of it have more than 100mb data ( saved data not obb). Also stop responding .(android 10). I know you guys can't do anything. Just letting the users know.
  13. Hello, Please! tell me how you find the B16 value 10 80 E5 1E FF 2F E1 80 00 D0 E5 1E FF 2F E1 80 10 C0 that can be B18 in this line : gg.searchNumber("10h;80h;E5h;1Eh;FFh;2Fh;E1h;80h;00h;D0h;E5h;1Eh;FFh;2Fh;E1h;80h;10h;C0h::18", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1) Best regards,
  14. View File SCRIPT PUBG MOBILE Anti Ben (hack pubg mobile) SCRIPT PUBG MOBILE Anti Ben (hack pubg mobile) This cheat is one of the best Pubg mobile cheats and has no ban. Features of this cheat: 100% head shot 100% magic bolt Antenna Wall hack 100% tree removal 100% lawn removal We are 360 degrees Speed up the car Reduce kicks And......... This check also has support. No need to root Ban does not have ten minutes Ban does not have three days Ban does not have a week Ban is not 10 years old No need to turn off the internet Has video installation tutorial. To download Pubg Mobile Cheat Script and learn how to install and activate Cheat, send a message to the following idea in Telegram: @rozitapubg Or send a message to the following idea on Instagram: @sanagame_ir Thank you SCRIPT PUBG MOBILE Anti Ben 1.0.0.5 By sanagame Submitter sanagame Submitted 08/22/2020 Category PUBG  
  15. Version 1.0.5

    20,422 downloads

    SCRIPT PUBG MOBILE Anti Ben (hack pubg mobile) This cheat is one of the best Pubg mobile cheats and has no ban. Features of this cheat: 100% head shot 100% magic bolt Antenna Wall hack 100% tree removal 100% lawn removal We are 360 degrees Speed up the car Reduce kicks And......... This check also has support. No need to root Ban does not have ten minutes Ban does not have three days Ban does not have a week Ban is not 10 years old No need to turn off the internet Has video installation tutorial. To download Pubg Mobile Cheat Script and learn how to install and activate Cheat, send a message to the following idea in Telegram: @rozitapubg Or send a message to the following idea on Instagram: @sanagame_ir Thank you SCRIPT PUBG MOBILE Anti Ben 1.0.0.5 By sanagame
  16. if gg.isVisible(true) then gg.setVisible(false) end toggle = { menu = false, preloadValues = true, finishPreload = false, skipTimer = true, showChannelAd = true, errorToast = true, --no errors catched toast / useless atm } function main() vPool = gg.getListItems() if toggle.menu == true then SDM() else if toggle.preloadValues == true then toggle.preloadValues = false if toggle.finishPreload == false then if toggle.skipTimer == true then preload() else gg.alert([[ you have 10 seconds to figure out what your current Money and Highscore is. ]]) gg.sleep(10000) preload() end else mainMenu() end else mainMenu() end end end function SDM() menu = gg.choice({ "Debug Menu", "Preload Values", "Skip Timer", "mainMenu()" }, nil, "Secret Debug Menu") if menu == 1 then if toggle.menu == true then toggle.menu = false gg.alert("Debug Menu = false") main() else toggle.menu = true gg.alert("Debug Menu = true") main() end end if menu == 2 then if toggle.preloadValues == true then toggle.preloadValues = false gg.alert("Preload Values = false") main() else toggle.preloadValues = true gg.alert("Preload Values = true") main() end end if menu == 3 then if toggle.skipTimer == true then toggle.skipTimer = false gg.alert("Skip Timer = false") main() else toggle.skipTimer = true gg.alert("Skip Timer = true") main() end end if menu == 4 then mainMenu() end end function mainMenu() menu = gg.prompt({ "Modify Money", "Modify Current Kills", "Modify Highscore", "Modify Multiplier" }, { vPool[1].value, vPool[3].value, vPool[6].value, vPool[7].value },{ "number", "number", "number", "number" }) for v, k in pairs(vPool) do v[1].value = menu[1] v[3].value = menu[2] v[6].value = menu[3] v[7].value = menu[4] v[7].freeze = true v[7].freezeType = gg.FREEZE_NORMAL end gg.setValues(v) end function preload() --1243657 menu = gg.prompt({ "Enter Current money", }, nil, {"number"}) gg.searchNumber(menu[1], gg.TYPE_DWORD) gg.refineAddress("CD4", -1, gg.TYPE_DWORD, gg.SIGN_EQUAL, 0, -1, 0) base = gg.getResults(1) base[1].name = "[1] Money" vPool[1] = base[1] gg.addListItems(base) _G.totalGain = {} totalGain[1] = { address = base[1].address + tonumber(0x4), flags = gg.TYPE_FLOAT, name = "[2] Total Money Gained", } vPool[2] = totalGain gg.addListItems(totalGain) --gg.alert("Preload Done, Preloaded Following Hacks:\n- Money\n- Total Money Gained") gg.clearResults() base = nil gg.searchNumber("1500", gg.TYPE_DWORD) gg.refineAddress("D68", -1, gg.TYPE_DWORD, gg.SIGN_EQUAL, 0, -1, 0) base = gg.getResults(1) base[1].name = "[4] Target Limit" vPool[3] = base[1] gg.addListItems(base) _G.currentKills = {} currentKills[1] = { address = base[1].address - tonumber(0x4), flags = gg.TYPE_DWORD, name = "[3] currentKills", } vPool[4] = currentKills gg.addListItems(currentKills) --gg.alert("Preload Done, Preloaded Following Hacks:\n- Target Limit\n- currentKills") gg.clearResults() base = nil menu = gg.prompt({ "Enter Current Highscore", }, nil, {"number"}) gg.searchNumber(menu[1], gg.TYPE_FLOAT) gg.refineAddress("E5C", -1, gg.TYPE_FLOAT, gg.SIGN_EQUAL, 0, -1, 0) base = gg.getResults(1) base[1].name = "[6] Highscore" vPool[5] = base[1] gg.addListItems(base) _G.currentScore = {} currentScore[1] = { address = base[1].address - tonumber(0x4), flags = gg.TYPE_FLOAT, name = "[5] Current Score", } vPool[6] = currentScore gg.addListItems(currentScore) _G.multiplier = {} multiplier[1] = { address = base[1].address + tonumber(0x4), flags = gg.TYPE_DWORD, name = "[7] Multiplier", } vPool[7] = multiplier gg.addListItems(multiplier) --gg.alert("Preload Done, Preloaded Following Hacks:\n- Highscore\n- Current Score\n- Multiplier") gg.clearResults() base = nil --print(vPool) --breakpoint() finishPreload = true end function breakpoint() gg.alert("Breakpoint") os.exit() end main() while true do while gg.isVisible(true) do gg.setVisible(true) main() end end @ function mainMenu()
  17. Hi bro i would like to try your script, but something went wrong... Android 10 - 64bit - gg 99.0
  18. View File Roblox Money script hack V2 Roblox Money Script ::UPDATE:: Fixed Rocitizens Hack Added Get Eaten Money Hack Games Hacked: Rocitizens Shark Attack Hotel Elephant Boys and Girls Hangout Boys and Girls Dance Club Blox paradise Family Paradise Get Eaten Watch the money script video to see how to use Link: Subscribe to my channel to keep updated Link: https://www.youtube.com/channel/UCFnOuGnibb2yPu95822GFrQ Submitter GameguardianYT Submitted 08/10/2020 Category LUA scripts  
  19. Hello. What have you tried modding? You can edit the cost of coins in the shop. (Dword group search 30 80 200 ) play a few games and then refine the search i first changed the price to 1 jem for each coin pack....no problems. I then changed the cost of the coins to -999 and i managed to purchase 10 packs before it crashed. Reboot and the coins and the jems were still there.
  20. feihu

    Enyby help!

    I have roots, every time I start gameguardian, it will restart my phone, no prompt, gameguardian is the latest version, I use Huawei mobile phone, Android version 10
  21. 1: /data/data/com.voegyuzcwnxhndki/files 2: 10041 3: [com.voegyuzcwnxhndki] 4: [1028, 1015, 3003] 5: 10041 6: -1 0 7: 22 8: /proc/self/fd/57 -> /data/data/com.voegyuzcwnxhndki/files/377127035.txt '/data/data/com.voegyuzcwnxhndki/files/377127035.txt' N: '/data/data/com.voegyuzcwnxhndki/files/377127035.txt' 9: '/data/dalvik-cache/arm/data@[email protected]@[email protected]' '/data/dalvik-cache/arm/data@[email protected]@[email protected]' '/data/dalvik-cache/arm/data@[email protected]@[email protected]' '/data/app/com.voegyuzcwnxhndki-1/base.apk' '/data/app/com.voegyuzcwnxhndki-1/base.apk' '/data/data/com.voegyuzcwnxhndki/files/377127035.txt' '/data/dalvik-cache/arm/data@[email protected]@[email protected]' '/data/data/com.voegyuzcwnxhndki/files/377127035.txt' 10: false 11: /proc/self/exe -> /system/bin/initlinker32 12: 25447 13: 999 -> Name: oegyuzcwnxhndki Umask: 0000 State: R (running) Tgid: 25447 Ngid: 0 Pid: 25447 PPid: 23025 TracerPid: 0 Uid: 10392 10392 10392 10392 Gid: 10392 10392 10392 10392 FDSize: 128 Groups: 3003 9997 20392 50392 VmPeak: 1349464 kB VmSize: 1329028 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 91524 kB VmRSS: 91524 kB RssAnon: 21896 kB RssFile: 69428 kB RssShmem: 200 kB VmData: 134108 kB VmStk: 8192 kB VmExe: 12 kB VmLib: 82036 kB VmPTE: 544 kB VmPMD: 16 kB VmSwap: 0 kB Threads: 28 SigQ: 3/20989 SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000080009204 SigIgn: 0000000000000001 SigCgt: 0000000e400094f8 CapInh: 0000000000000000 CapPrm: 0000000000000000 CapEff: 0000000000000000 CapBnd: 0000000000000000 CapAmb: 0000000000000000 NoNewPrivs: 1 Seccomp: 2 Speculation_Store_Bypass: unknown Cpus_allowed: ff Cpus_allowed_list: 0-7 Mems_allowed: 1 Mems_allowed_list: 0 voluntary_ctxt_switches: 1063 nonvoluntary_ctxt_switches: 187
  22. maybe something like this.. d = gg.prompt({"Input Current Number"},{0}) gg.searchNumber(d[1]) gg.getResults(200) gg.alert("Now reduce the number by 1..you have 10 seconds") gg.sleep(10000) d = gg.prompt({"Input New Number"},{0}) gg.searchNumber(d[1]) gg.getResults(200) gg.alert("Again reduce the number by 1..you have 10 seconds") gg.sleep(10000) d = gg.prompt({"Input New Number"},{0}) gg.searchNumber(d[1]) gg.getResults(200) gg.alert("One last time reduce the number by 1..you have 10 seconds") gg.sleep(10000) d = gg.prompt({"Input New Number"},{0}) gg.searchNumber(d[1]) gg.getResults(200) gg.editAll(1) gg.alert("Now you have done") gg.toast("Enjoy!!!") pardon me...still learning too.
×
×
  • 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.