Jump to content

I need value Maphack mobile legend no icon please


Jibrilll

Recommended Posts

  • 2 weeks later...
Posted

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
      }
    }

Posted
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?

Posted

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

 

 

Posted
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

  • 2 weeks later...
Posted
On 12/16/2020 at 5:30 PM, Jibrilll said:

its not work

its work dude,you have to add the split function

  • 3 weeks later...
Posted

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?

  • 2 weeks later...
Posted

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!!

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.