Jump to content

ItsSC

VIP+
  • Posts

    706
  • Joined

  • Last visited

  • Days Won

    36

Posts posted by ItsSC

  1. 11 minutes ago, hatarizx said:

    If everyone sees that I steal their work. I am sorry. And I ask your help to share the recipe for alternating items in this game too. For easy initialization for understanding. Thank You

    @Enyby @ItsSC

    The moment you asked to decrypt my script publicly is already suspicious. The method of switching ID is shared by NoFear, there's no reason to crack into my script to see how. I said scripting is hard, if you cant even understand how NoFear's manual hack work, there's no reason you can understand my code. You have my script, you can just use it, if want the method, go to NoFear's tutorial. That's all.

    [added 4 minutes later]
    37 minutes ago, hatarizx said:

     

    If I will steal your work. Why would I chat to ask for your help? I would just like an example of the formula for the conversion of silver coins to gold coins. When you stop to develop this script. I want to bring this script to learn and continue to develop.

    If you want to develop one script, make a newly script by your own self instead of decrypt other's to "UPDATE". Just take Enyby's example, that's like grab others wallet and put your money in. Then that's all belongs to you. That is called replacing instead of develop.

  2. If you can't even understand and not willing to spend time to comprehend NoFear's method, then you are obviously wont spend your time to understand my code. You are just trying to rename the author name to yours and sell. 🙂 FYI, no one will help you, only that stealer as like you will.

  3. Cool!! I don't share so you choose to steal instead? Never think of learning in other way? 
    Failed math and wanted to learn math so you look for other's answer during exam and called this "LEARNING"? 

    Telling me that this is a good script and no one freaking willing to help me to build the script, only try to destroy it. Then after I decide to delete it, you guys started to pleased me for fuck? @NoFear even showed the method to hack and cant you just fucking spend some time to understand it and utilize it? 

  4. A single search is faster than group search.

    But editing those in one search is dangerous which could cause game crashing. So function xqmnb comes to work to make a checking for those result. If they meet the requirements you set , they will be edited else won't. 

  5. 9 minutes ago, QBear910 said:

    What comes up to q? 

    And how much is 1aa?

    Is there a list ?

    1a usually means 1k which is 1000.
    1b = 1000000 
    by this we can see every increment of alphabet is 1x10^3 
    there are 26 alphabet. After filled up with all 26 alphabet, another alphabet is added and first alphabet turn to a.
    1z then 1aa 
    by calculation 
    1aa = (1x10^3)^27 = 1e+81 (1 with 81 zeroes behind)
    (easy math) 

  6. 54 minutes ago, BlackTrack_ID said:

    gg.clearResults()

    For delete all results, how about command save results?

    Save result 

    gg.addListItems()

    Delete saved result

    gg.removeListItems()

    Save result by variable

    T1= gg.getResults()

    deleted saved result from a variable

    T1= nil

  7. Just now, Alexxagra said:

    didn't work!

     

    Erro:

     

     

     

    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/Download/Lua/testes.lua:23
    `gg.addListItems(a)`
    Failed parse item { -- table(ceaaf3d)
        ['address'] = 0x96080db4,
    } on key '1': bad argument for key 'flags': int expected, got nil
    level = 1, const = 14, proto = 0, upval = 1, vars = 8, code = 33
    CALL v1..v2
     ; PC 31 CODE 0100405D OP 29 A 1 B 2 C 1 Bx 1025 sBx -130046
    stack traceback:
        /storage/emulated/0/Download/Lua/testes.lua:23 in main chunk
        [Java]: in ?
        at android.ext.Script.failedParse(Script.java:5251)
        at android.ext.Script$addListItems.invoke2(Script.java:4393)
        at android.ext.Script$ApiFunction.invoke(Script.java:1296)
        at luaj.lib.VarArgFunction.call(VarArgFunction.java:58)
        at luaj.LuaValue.callNotNull(LuaValue.java:3131)
        at luaj.LuaClosure.execute(LuaClosure.java:508)
        at luaj.LuaClosure.call(LuaClosure.java:159)
        at android.ext.Script.runScript(Script.java:5600)
        at android.ext.Script$ScriptThread.run(Script.java:5370)
    Caused by: luaj.LuaError: bad argument for key 'flags': int expected, got nil
        at android.ext.Script.badArg(Script.java:5259)
        at android.ext.Script.checkint(Script.java:5292)
        at android.ext.Script.toItem(Script.java:5174)
        at android.ext.Script.toSavedItem(Script.java:5238)
        at android.ext.Script$addListItems.invoke2(Script.java:4391)
        ... 7 more

    for i=1, 100 do 
      a = {
        {
      	address = t1[1].address + offset ,
        flags = 4 --dword
          },
        {
          address = t1[1].address + offset2 ,
        flags = 4 --dword
          },
        --repeat this until you insert everything you want
      }
      end

     

  8. 1 minute ago, Alexxagra said:

    thank you! I will test and see if I can use it for my goal! Is there a good script to study? I'm starting now, but I already have a programming logic! i go test!

    Basically I dont see any advanced script have open source. Learn lua from google is easier and fastest way to learn.

  9. 1 minute ago, Alexxagra said:

    but I want to do a search and at the same time save that address using the script! In the case of your script, I would like you to increase by putting the search in it too! if possible!

    x = --value you want
    gg.searchNumber(x,gg.TYPE_DWORD)
    local t1 = gg.getResults(100)
    gg.addListItems(t1)

    This is what you can do , after searching the value, save all result you want to saved list. You can't run both action simultaneously.

  10. Just now, aniwjjw said:

    Hi sir need some help

     

    same thing happens, the game crashes after searching and editing the values with the script.

     

    I have activated hide gg number 2,3 and 4. Also tried activating 1,2,3 and 4.

     

    I run GG inside virtualxposed and the game in system, as followed 100% same with the video. I also uninstalled the gg in system. How to solve this?

    I have no idea why still crash. Just pray for it.

  11. 2 hours ago, Drok said:

    yeah thank you so much bro 

    [added 2 minutes later]

    and I can ask a question again ? I must download archero and open gameguardian in virtualxposed and use it in archero (archero is not add virtualxposed) right ? thank you bro again, you very great :3

    Yep

  12. 2 hours ago, Drok said:

    oh ***** game :(, I ticked 2,3,4 but it also detect gameguardian after I complete search the first 😞image.thumb.png.8cc289c703a55bd5b0198f17cb0fa82a.png

    It seems like you did not run gameguardian in virtual space. Use xposed virtual as example and delete the game guardian on system then try again. 

  13. Just now, Orking4 said:

    someone said its not working :x

    and i need just to download it and to get in and thats all?

    Yes but that works fine for me, so just try out if not work then bad luck.

  14. 38 minutes ago, yunkun said:

    仿Xs写法会搜索主编码后查看对应的偏移的数值。如果相符你定的数值,那么才会修改你想要修改的地址。

    Xs-like coding method will search your main code then check if the value of offset you set are same or not. If the address meet all the conditions, then it will then go to edit the address you set in the table qmxg.

     

    And I guess there are only one address meet the constrain, so the values edited while other not.

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