Jump to content

nalcwap

Ascended
  • Posts

    542
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by nalcwap

  1. 9 minutes ago, Enyby said:

    Yep. Consult with API help if you not sure how write something.

    ok thanks, sorry aff update other error

    Script terminado:
    Talvez este script precise da versão mais recente do GameGuardian. Tente atualizar para a versão mais recente.

    Script error: luaj.LuaError: @/storage/emulated/0/Notes/com.shinybox.smasheror.lua:52
    `gg.setValues({{address=_address,flags=gg.TYPE_DWORD,value=0x1}})`
    bad argument for key 'address': long expected, got nil
    level = 1, pc = 126
    stack traceback:
        /storage/emulated/0/Notes/com.shinybox.smasheror.lua:52 in main chunk
        [Java]: in ?
        at android.ext.Script.badArg(Script.java:5203)
        at android.ext.Script.checklong(Script.java:5244)
        at android.ext.Script.toItem(Script.java:5117)
        at android.ext.Script$setValues.invoke2(Script.java:3741)
        at android.ext.Script$ApiFunction.invoke(Script.java:1264)
        at luaj.lib.VarArgFunction.call(VarArgFunction.java:58)
        at luaj.LuaValue.callNotNull(LuaValue.java:3246)
        at luaj.LuaClosure.execute(LuaClosure.java:432)
        at luaj.LuaClosure.call(LuaClosure.java:145)
        at android.ext.Script.runScript(Script.java:5513)
        at android.ext.Script$ScriptThread.run(Script.java:5314)

  2. update give other error sorrfy

     

    Script terminado:
    Script error: luaj.LuaError: @/storage/emulated/0/Notes/com.shinybox.smasheror.lua:51
    `gg.setValues({{address=_address,flags=gg.Type_DWORD,value=0x1}})`
    bad argument for key 'flags': int expected, got nil
    level = 1, pc = 126
    stack traceback:
        /storage/emulated/0/Notes/com.shinybox.smasheror.lua:51 in main chunk
        [Java]: in ?
        at android.ext.Script.badArg(Script.java:5203)
        at android.ext.Script.checkint(Script.java:5236)
        at android.ext.Script.toItem(Script.java:5118)
        at android.ext.Script$setValues.invoke2(Script.java:3741)
        at android.ext.Script$ApiFunction.invoke(Script.java:1264)
        at luaj.lib.VarArgFunction.call(VarArgFunction.java:58)
        at luaj.LuaValue.callNotNull(LuaValue.java:3246)
        at luaj.LuaClosure.execute(LuaClosure.java:432)
        at luaj.LuaClosure.call(LuaClosure.java:145)
        at android.ext.Script.runScript(Script.java:5513)

  3. On 6/24/2019 at 5:44 AM, saiaapiz said:
    
    ...
    
    -- main code
    gg.searchNumber("9904B8A0h", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)
    
    -- Added Code !
    _resultCount = gg.getResultCount()
    if _resultCount > 0 then -- Check for result, before using value.
    	_result = gg.getResults(1) -- Get list no 1.
    	
    	_address = _result[1].address + 0xF0 -- Add 0xF0 at address list of no 1.
    
    	gg.alert(string.format("Original Address: 0x%X\nAddress With Offset 0xF0: 0x%X", 
    	_result[1].address, _address))
    	
    	-- Edit value on address that we added with offset before.
    	gg.setValues({{address = _address, flags = gg.TYPE_DWORD, value = 0x1}})
    end

     

    com.shinybox.smash.lua 1.84 kB · 4 downloads

    anyone know why this error   ?

    Script terminado:
    Script error: luaj.LuaError: @/storage/emulated/0/Notes/com.shinybox.smash.lua:50
    `_address=_result[1],address+0xC30`
    attempt to perform arithmetic __add on nil and number
    level = 1, pc = 113
    stack traceback:
        /storage/emulated/0/Notes/com.shinybox.smash.lua:50 in main chunk
        [Java]: in ?
        at luaj.LuaValue.error(LuaValue.java:1075)
        at luaj.LuaValue.arithmt(LuaValue.java:2326)
        at luaj.LuaValue.add(LuaValue.java:2211)
        at luaj.LuaClosure.execute(LuaClosure.java:302)
        at luaj.LuaClosure.call(LuaClosure.java:145)
        at android.ext.Script.runScript(Script.java:5513)
        at android.ext.Script$ScriptThread.run(Script.java:5314)

  4. Just now, saiaapiz said:
    
    ...
    
    -- main code
    gg.searchNumber("9904B8A0h", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)
    
    -- Added Code !
    _resultCount = gg.getResultCount()
    if _resultCount > 0 then -- Check for result, before using value.
    	_result = gg.getResults(1) -- Get list no 1.
    	
    	_address = _result[1].address + 0xF0 -- Add 0xF0 at address list of no 1.
    
    	gg.alert(string.format("Original Address: 0x%X\nAddress With Offset 0xF0: 0x%X", 
    	_result[1].address, _address))
    	
    	-- Edit value on address that we added with offset before.
    	gg.setValues({{address = _address, flags = gg.TYPE_DWORD, value = 0x1}})
    end

     

    com.shinybox.smash.lua 1.84 kB · 0 downloads

    very thanks bro , god bless to you

  5. 9 minutes ago, Enyby said:

    What error?

    sorry the wait where the screenshot be save with gg?

    [added 2 minutes later]
    9 minutes ago, Enyby said:

    What error?

    [added 0 minutes later]
    
    local copy = false
    local t = gg.getListItems()
    if not copy then gg.removeListItems(t) end
    for i, v in ipairs(t) do
    	v.address = v.address + 0xe40
    	if copy then v.name = v.name..' #2' end
    end
    gg.addListItems(t)
    gg.setValues()

    gg.setValues() require parameter.

    very thanks bro, edit , i put gg.setVslues(t) not give error but not show the changes 

  6. i generated this search with gameguardian to generate the lua script but it not save when in go to offset and go to the value and change, i want continue this script by go to ADDRESS i search  and  go to there and add offset

    F0   and edit in the new address that value, is not possible the generator save thats changes?if not how put in script to go to that address by  offset more F0?thanks

    com.shinybox.smash.lua

  7. 9 hours ago, aucassin said:

    Ok, the solution to the error was to change the language. But new problem arises. When I'm looking for this value gg finds nothing. I selected all memory ranges, still nothing.

    are you using a virtual app or rooted device?if is virtual ap some games are protected to virtual app because not work the regions

  8. 5 hours ago, BIGWolf said:

    I'm having issues with the 9 io error too.  Can you tell me the exact way to fix this? I even uninstalled game guardian an reinstalled I'm using Parallel Space to run the app though.  

    sorry i not find any fix, try ask  here

  9. 8 hours ago, Drok said:

    thank you so so much, this is three my game very like it but I can't hack it :(((

    game dungeon princess 

    https://play.google.com/store/apps/details?id=com.ssicosm.dungeon_princess&hl=vi

    game berserk

    https://play.google.com/store/apps/details?id=lab.janus.berserk

    game dungeon maker (I have read any post in forum but I also can't hack it)

    https://play.google.com/store/apps/details?id=com.GameCoaster.DungeonMaker

    I know I was call help you so much, but I hope you will can help me, thank you again and sorry for my english

    game berserk infinity hp region anonimus and freeze the value example 99, the hp not go down in some range

  10. 20 hours ago, Qusdrok said:

    ok, thank you so much, I hope you can find the value to hack game, thank you again

    i have by luck find one item in the store changes when i try find the 1012 value and change but some values 1012 crashing the game i nolt know the correct value address if i find i post here, if i find what values crash or not i see more, finaly i find how get one item free and in same place get money free,  address 95849F20      if correct search you can change the value in store item and buy it negative and get that money and item , i try  by luck in region anonimus ,dword  and make group search 1012;0;1012   you will get mlore or less 100 values, try go down not change the0 but try edit the v1012 value one by one not all , and freeze that value go out of stolre and enter if correct one item with price 1012 will be changed to that value, put him nagativa and 9999 ,you will get that value and that item, try and post here if you mke, one update the 0 value up that item value will be number of item object, i not know if iks only image or the item, other update not change the image because when you go to your items the game crash, the best is buy with negative value to get the money only

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