Jump to content

AjYouTube

Ascended
  • Posts

    63
  • Joined

  • Last visited

Posts posted by AjYouTube

  1. 19 minutes ago, Hun2Memory said:

    Hello...

    Which function to call the red boxes? gg.saveList didn't did the job for me

    I want to save the selected address to a file and reloading it later via script. Just like i did it manual on GG

    gghelp.png

    use loops

  2. 3 hours ago, Gwaping said:

    Sir, the daily reward is in the "Sale" menu

    Okay

     

     

    1 hour ago, Zidax said:

    what is the procedure to do this?

    I will make a tutorial 

    Now i am finding for gold 

     

    23 minutes ago, JinXprO said:

    I cant even find value to edit xp & silver when using survivor .. i need tutorial buddy

    i did with survivor 

    Tutorial coming soon

     

     

     

  3. 35 minutes ago, Enyby said:

    nonsense in both lines.

    Ya 

     

    36 minutes ago, Enyby said:

     Learn different between string and number

    Now i got it string and number are different 

    I Created nonsense  above

     

    Thanks 

    a = "15"
    m = (a-1).. '~'..a
    b = "::15"
    
    gg.searchNumber('5.222099e-315E~6.3614332e-315E;'..m..b,gg.TYPE_FLOAT)

    Working

  4. 49 minutes ago, Enyby said:

    All work for me.

    
    gg.searchNumber('5.222099e-315E~6.3614332e-315E', gg.TYPE_DOUBLE)

     

     

    a = 99

     

    gg.searchNumber(5.222099e-315E~6.3614332e-315E;(a-1)..~..a::15,gg.TYPE_AUTO)

     

    Above showing error

     

    gg.searchNumber('5.222099e-315E~6.3614332e-315E;(a-1)..~..a'::15,gg.TYPE_AUTO)

     

    Game guardian skiping the line Above 

     

  5. On Sun Jan 27 2019 at 10:04 PM, Enyby said:

    double.

    @Enyby sorry for asking again 

     

    Now problem with lua script 

    5.222099e-315E~6.3614332e-315E

    I search normaly with GG ( working )

    When i use in script 

     

     

    log

    Script ended:
    Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version.

    Script error: org.luaj.vm2.LuaError: load /storage/emulated/0/frag/frag.lua: org.luaj.vm2.LuaError: load @/storage/emulated/0/frag/frag.lua: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
        at org.luaj.vm2.LuaValue.error(LuaValue.java:1082)
        at org.luaj.vm2.Globals.loadfile(Globals.java:220)
        at android.ext.Script.runScript(Script.java:5274)
        at android.ext.Script$ScriptThread.run(Script.java:5111)
    Caused by: org.luaj.vm2.LuaError: load @/storage/emulated/0/frag/frag.lua: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
        at org.luaj.vm2.LuaValue.error(LuaValue.java:1082)
        at org.luaj.vm2.Globals.load(Globals.java:237)
        at org.luaj.vm2.Globals.loadfile(Globals.java:214)
        ... 2 more
    Caused by: java.lang.NumberFormatException: Invalid double: "5.222099e-315E"
        at java.lang.StringToReal.invalidReal(StringToReal.java:63)
        at java.lang.StringToReal.initialParse(StringToReal.java:94)
        at java.lang.StringToReal.parseDouble(StringToReal.java:282)
        at java.lang.Double.parseDouble(Double.java:301)
        at org.luaj.vm2.LuaValue.numberOf(LuaValue.java:2702)
        at org.luaj.vm2.LuaValue.parseNumber(LuaValue.java:3221)
        at org.luaj.vm2.LuaValue.parseNumber(LuaValue.java:3209)
        at org.luaj.vm2.compiler.LexState.str2d(LexState.java:361)
        at org.luaj.vm2.compiler.LexState.read_numeral(LexState.java:383)
        at org.luaj.vm2.compiler.LexState.llex(LexState.java:669)
        at org.luaj.vm2.compiler.LexState.next(LexState.java:712)
        at org.luaj.vm2.compiler.LexState.funcargs(LexState.java:1341)
        at org.luaj.vm2.compiler.LexState.suffixedexp(LexState.java:1440)
        at org.luaj.vm2.compiler.LexState.exprstat(LexState.java:2039)
        at org.luaj.vm2.compiler.LexState.statement(LexState.java:2139)
        at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2156)
        at org.luaj.vm2.compiler.LexState.body(LexState.java:1315)
        at org.luaj.vm2.compiler.LexState.funcstat(LexState.java:2029)
        at org.luaj.vm2.compiler.LexState.statement(LexState.java:2112)
        at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2156)
        at org.luaj.vm2.compiler.LexState.mainfunc(LexState.java:2172)
        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:279)
        at org.luaj.vm2.Globals.loadPrototype(Globals.java:266)
        at org.luaj.vm2.Globals.load(Globals.java:232)
        ... 3 more

     

     

     

  6. 2 hours ago, Adim2P said:

    I don't really get this part what do you mean of trying it in the sources? 

    Like you use that coins in shop in game so that one source 

    If we can't hack the value directly 

    So here coins are dependent  source to a independent source

     

    In games we can get coins by many ways by shop, by winning the match,by time. It's dependent on game 

    2 hours ago, Adim2P said:

    how can I change the currency?

    Lua:

    battleground's survivor : battle royale (#77bwv064)

    use above lua file to hack the game

     

    I hacked number of kills 

    I noticed that if i kill 0 then 100 coins, if 1 kill then 300coins , if 2 kills then 500coins

    Then I changed number of kills I got coins

     

     

  7. 1 minute ago, Enyby said:

    Wrong. Any type of search can not crash game.

    I mean 

    If I search 100~200 then I got 4000 Results 

    I divided into 1000/4000

    Then I changed to 300 or other number 

    All game I dealed with when I edit the values in Dword it freezes and crash

     

     

    Oh sorry I was talking about editing at that line

  8. On Mon Dec 24 2018 at 12:33 PM, lonejava said:

     how do we do wallhack/aim-bot? Do they deal with lua scripting? 

     

    No 

    It's not about Lua scripting

    Lua script is used for quick hacking and don't need any knowledge to use it

     

    For Wall hack

    It only finding the values by guessing

    Because we don't know what is value of it

    By searching like 100~200,0.1~0.5 ,-2~-1 ..... 

    When you change any value it will show the change in game 

    Most of script creators search in Float because if we Search in Dword it will crash the game 

  9. 59 minutes ago, AjYouTube said:
    
    mxs = 1
    
       
    
    local New = gg.getRanges();
    
    gg.setRanges(gg.REGION_ANONYMOUS)
    gg.searchNumber("29Q;0F;0D;16,842,752D::17", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
    gg.searchNumber("0", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
    
    gg.searchAddress('c')
    
    t = gg.getResults(1)
    gg.addListItems(t)
    gg.clearResults()
    gg.setRanges(New)
    
    
    on = '[ON]'
    off = '[OFF]'
    aj = off
    
    
    
    
    
    
    
    
    
    function KAP()
    
    menu7 = gg.multiChoice({' ??? ???? ',aj..'10000????? ??? (for coins)','⫷????⫸'},nil,'?????? ??? ???? \n \n ❆ ⓈⒸⓇⒾⓅⓉ ⒷⓎ ⓉⒺⒶⓂ ⓀⒶⓅ ❆')
    
    if menu7 == nil then KAP()
    end
    if menu7[1] then aa() end
    if menu7[2] then ab() end
    if menu7[3]  then cena4() end
    
    
    mxs =-1
    end
    
    
    
    
    function aa()
    
    
    
    
    
    gg.toast("try next time")
    
    
    
    
    
    
    
    end
    
    
    function ab()
    
    
    if aj == on then
    skin = off
    gg.getListItems(t)
    
    
    t[1].value = '0'
    
    t[1].freeze = false
    
    
    
    gg.setValues(t)
    gg.toast("10000 fix⋘⋖??????????? ⋗⋙")
    else
    aj = on
    gg.getListItems(t)
    
    
    t[1].value = '10000'
    
    t[1].freeze = true
    
    
    gg.setValues(t)
    gg.toast("10000 fix⋘⋖????????? ⋗⋙")
    end
    
    
    
    
    
    
    
    
    
    
    
    gg.clearResults()
    
    gg.clearResults()
    
    
    
    end
    
    
    
    
    
    
    
    function cena4()
    
    
        
    
        os.exit()
    end
    cs = "gg"
    while true do
        if gg.isVisible(true) then
            mxs = 1
            gg.setVisible(false)
        end
        gg.clearResults()
        if mxs == 1 then
         KAP()
        end
    end 

     

    Correction

    if aj == on then

    aj = off

  10. mxs = 1
    
       
    
    local New = gg.getRanges();
    
    gg.setRanges(gg.REGION_ANONYMOUS)
    gg.searchNumber("29Q;0F;0D;16,842,752D::17", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
    gg.searchNumber("0", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
    
    gg.searchAddress('c')
    
    t = gg.getResults(1)
    gg.addListItems(t)
    gg.clearResults()
    gg.setRanges(New)
    
    
    on = '[ON]'
    off = '[OFF]'
    aj = off
    
    
    
    
    
    
    
    
    
    function KAP()
    
    menu7 = gg.multiChoice({' ??? ???? ',aj..'10000????? ??? (for coins)','⫷????⫸'},nil,'?????? ??? ???? \n \n ❆ ⓈⒸⓇⒾⓅⓉ ⒷⓎ ⓉⒺⒶⓂ ⓀⒶⓅ ❆')
    
    if menu7 == nil then KAP()
    end
    if menu7[1] then aa() end
    if menu7[2] then ab() end
    if menu7[3]  then cena4() end
    
    
    mxs =-1
    end
    
    
    
    
    function aa()
    
    
    
    
    
    gg.toast("try next time")
    
    
    
    
    
    
    
    end
    
    
    function ab()
    
    
    if aj == on then
    skin = off
    gg.getListItems(t)
    
    
    t[1].value = '0'
    
    t[1].freeze = false
    
    
    
    gg.setValues(t)
    gg.toast("10000 fix⋘⋖??????????? ⋗⋙")
    else
    aj = on
    gg.getListItems(t)
    
    
    t[1].value = '10000'
    
    t[1].freeze = true
    
    
    gg.setValues(t)
    gg.toast("10000 fix⋘⋖????????? ⋗⋙")
    end
    
    
    
    
    
    
    
    
    
    
    
    gg.clearResults()
    
    gg.clearResults()
    
    
    
    end
    
    
    
    
    
    
    
    function cena4()
    
    
        
    
        os.exit()
    end
    cs = "gg"
    while true do
        if gg.isVisible(true) then
            mxs = 1
            gg.setVisible(false)
        end
        gg.clearResults()
        if mxs == 1 then
         KAP()
        end
    end 

    Screenshot_2019-01-06-14-49-39-074_com.BatonGames.BattlegroundSurvivor.thumb.png.3763b281540e19229cf77525d78b6a11.png

    It's not freezing 

    I can't understand what's wrong 

    Can anyone help please

     

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