kingGGx Posted December 14, 2020 Posted December 14, 2020 Hello, I need someone to help me with a map value hack for mobile legends (no icon) for me to put in my script .. I'm starting now and I'm not that expert on the subject. If anyone can help me, I will be very grateful. Thank you so far.
kingGGx Posted December 14, 2020 Author Posted December 14, 2020 1 hour ago, kingGGx said: Hello, I need someone to help me with a map value hack for mobile legends (no icon) for me to put in my script .. I'm starting now and I'm not that expert on the subject. If anyone can help me, I will be very grateful. Thank you so far. This is what I already have in the script, but I need a radar no icon function HACKMAP1() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('"2.53125F;2.3693558e-38F;0F;0F;0F;0F;0D::25"', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber('"0"', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) for SRD1_4_, SRD1_5_ in ipairs((gg.getResults(100))) do if SRD1_5_.flags == gg.TYPE_DWORD then SRD1_5_.value = '-1' SRD1_5_.freeze = true end end gg.addListItems((gg.getResults(100))) gg.clearResults() gg.toast('Hackmap ON') end
Game-hack Posted January 24, 2021 Posted January 24, 2021 On 12/15/2020 at 4:43 AM, kingGGx said: This is what I already have in the script, but I need a radar no icon function HACKMAP1() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('"2.53125F;2.3693558e-38F;0F;0F;0F;0F;0D::25"', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber('"0"', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) for SRD1_4_, SRD1_5_ in ipairs((gg.getResults(100))) do if SRD1_5_.flags == gg.TYPE_DWORD then SRD1_5_.value = '-1' SRD1_5_.freeze = true end end gg.addListItems((gg.getResults(100))) gg.clearResults() gg.toast('Hackmap ON') end Okay i will give you value radar no icon okay this is the value : function MAP_ON() gg.getRangesList("/data/data/com.mobile.legends/lib/libi2cpp.so") gg.clearResults() gg.searchNumber("98,784,247,822", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local r = gg.getResults(100) for i, v in ipairs(r) do if v.flags == gg.TYPE_QWORD then v.value = "98,784,247,817" v.freeze = true end end gg.toast("RADAR MAP ON") gg.setValues(r) end then your gg setRanges to anonymous!!
j4rdy Posted February 17, 2021 Posted February 17, 2021 On 1/24/2021 at 9:31 PM, Game-hack said: Okay i will give you value radar no icon okay this is the value : function MAP_ON() gg.getRangesList("/data/data/com.mobile.legends/lib/libi2cpp.so") gg.clearResults() gg.searchNumber("98,784,247,822", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local r = gg.getResults(100) for i, v in ipairs(r) do if v.flags == gg.TYPE_QWORD then v.value = "98,784,247,817" v.freeze = true end end gg.toast("RADAR MAP ON") gg.setValues(r) end then your gg setRanges to anonymous!! sir how to off the radar? I'm new user of game guardian..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.