Jump to content

I need value Maphack mobile legend no icon please


Jibrilll

Recommended Posts

  • 2 weeks later...

qmnb = {
      {memory = 32},
      {name = ""},
      {value = 2.5625, type = 16},
      {
        lv = 14,
        offset = 8,
        type = gg.TYPE_DWORD
      }
    }
    qmxg = {
      {
        value = 9,
        offset = 8,
        type = gg.TYPE_DWORD,
        freeze = true
      }
    }

Link to comment
Share on other sites

5 hours ago, GHOZT05 said:

qmnb = {
      {memory = 32},
      {name = ""},
      {value = 2.5625, type = 16},
      {
        lv = 14,
        offset = 8,
        type = gg.TYPE_DWORD
      }
    }
    qmxg = {
      {
        value = 9,
        offset = 8,
        type = gg.TYPE_DWORD,
        freeze = true
      }
    }

And value off?

Link to comment
Share on other sites

qmnb = {

      {memory = 32},

      {name = ""},

      {value = 2.5625, type = 16},

      {

        lv = 14,

        offset = 8,

        type = gg.TYPE_DWORD

      }

    }

    qmxg = {

      {

        value = 9,

        offset = 8,

        type = gg.TYPE_DWORD,

        freeze = true

      }

    }

 

how to use this im new here

 

 

Link to comment
Share on other sites

On 12/1/2020 at 8:08 PM, GHOZT05 said:

qmnb = {
      {memory = 32},
      {name = ""},
      {value = 2.5625, type = 16},
      {
        lv = 14,
        offset = 8,
        type = gg.TYPE_DWORD
      }
    }
    qmxg = {
      {
        value = 9,
        offset = 8,
        type = gg.TYPE_DWORD,
        freeze = true
      }
    }

its not work

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Hey, I want to be able to see the enemies all the time on the map in Mobile Legends without seeing their icons too. Is that possible? And won't I get caught cheating if I use a thrird party app such as GameGuardian? Also, can't I do it with scripts instead of GameGuardian?

Link to comment
Share on other sites

  • 2 weeks later...

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

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.