Jump to content

Maplas

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Maplas

  1. Maplas

    LUA scripting

    Problem solved! Thank you!
  2. Maplas

    LUA scripting

    Apologize, but here is the specific error that I got. Script ended: Script error: org.luaj.vm2.LuaError: load /storage/emulated/0/VirtualXposed/vsdcard/0/Android/obb/com.mobile.legends/scripts.lua: org.luaj.vm2.LuaError: /storage/emulated/0/VirtualXposed/vsdcard/0/Android/obb/com.mobile.legends/sc...:19 `failed read line` 'then' expected at org.luaj.vm2.LuaValue.error(LuaValue.java:1075) at org.luaj.vm2.Globals.loadfile(Globals.java:208) at android.ext.Script.runScript(Script.java:3361) at android.ext.Script$ScriptThread.run(Script.java:3294) Caused by: org.luaj.vm2.LuaError: /storage/emulated/0/VirtualXposed/vsdcard/0/Android/obb/com.mobile.legends/sc...:19 `failed read line` 'then' expected at org.luaj.vm2.compiler.LexState.lexerror(LexState.java:270) at org.luaj.vm2.compiler.LexState.syntaxerror(LexState.java:274) at org.luaj.vm2.compiler.LexState.error_expected(LexState.java:823) at org.luaj.vm2.compiler.LexState.check(LexState.java:836) at org.luaj.vm2.compiler.LexState.checknext(LexState.java:840) at org.luaj.vm2.compiler.LexState.test_then_block(LexState.java:1893) at org.luaj.vm2.compiler.LexState.ifstat(LexState.java:1920) at org.luaj.vm2.compiler.LexState.statement(LexState.java:2042) at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2108) at org.luaj.vm2.compiler.LexState.mainfunc(LexState.java:2124) at org.luaj.vm2.compiler.LuaC$CompileState.luaY_parser(LuaC.java:129) at org.luaj.vm2.compiler.LuaC.compile(LuaC.java:99) at org.luaj.vm2.Globals.compilePrototype(Globals.java:327) at org.luaj.vm2.Globals.loadPrototype(Globals.java:306) at org.luaj.vm2.Globals.load(Globals.java:277) at org.luaj.vm2.Globals.loadfile(Globals.java:202) ... 2 more
  3. Maplas

    LUA scripting

    Could you please check my script, been sorting out looking for the error but no luck to solve it. gg.toast('Mobile Legends Script - 1.0.0') if gg.BUILD < 5511 then gg.alert('Outdated! Upgrade Game Guardian to v.8.30.0. or Later!') gg.toast('GameGuardian.net!') end if gg.isVisible(true) then gg.setVisible(false) end ::menu:: menu = gg.choice({'God Mode','Exit'}) if menu == 1 then goto hero end if menu == 2 then goto close end ::hero:: if hero == gg.choice({'Layla','Menu','Exit'}) if hero == 1 then goto layla end if hero == 2 then goto menu end if hero == 3 then goto close end ::layla:: gg.searchNumber('118;424;2500', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(19)print('Replaced: ', gg.editAll('999999', gg.TYPE_DWORD)) gg.toast('Injected!') goto close ::close:: gg.toast('Script Injected!') gg.toast('Cheaters!')
  4. Maplas

    LUA scripting

    gg.getResults('Value') How to get the Value in getResults? Is the getResults('Value') can be get in searchNumber('Value') result? Thank you!
  5. Got it! Which is better to use with virtual environments? Parallel Space or VirtualXposed?
  6. Thanks for the confirmation dude! Does it really needs to be rooted before you can use it in MLBB?
  7. Does anyone confirm if this is working on the current mlbb version?
  8. Hey dude whats with this script?
×
×
  • 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.