Jump to content

HELP FOR MAP HACK VALUES (NO ICON)


kingGGx

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 month later...
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!!

Link to comment
Share on other sites

  • 4 weeks later...
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.. 😅

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.