Jump to content

noblack

Ascended
  • Posts

    189
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by noblack

  1. 11 hours ago, Zoro123 said:

    Hello,

    I just want a little help ....i am using game guardian without root with parallel space and when i launch game guardian it says failed to load daemon.

    I hope you will consider my problem.

    Thanks.

     

    LOGCAT GIMME

  2. BTW

    There's lots of chinese ppl talking and you should know that

    Chinese ppl are using a thing called "QQ" and "WeChat".

    They also created a lot of group that are talking GG and GG PUBG China hack etc...

    So,

    for the long run, i think you should only create discord to other country and just igonre Chinese ppl because

    they already have their own group ❤️ 

    And i'm in their group, if you wanna know more,

    pm me, i would reply you ASAP.

    P.S. DON'T ASK 4 SSTOOL

  3. On 7/25/2018 at 8:32 AM, YeetMeister said:

    I want to know how to make a password Protection for my Script.

    Can somebody help me? Thx

    Screenshot_20180725-003029.jpg

    If you want it safer, use the password to encrypt your script

    so that you must enter the password to go in script in stand of that one

  4. local c_ver = "1.1"
    -- Current script version
    local s_ver = gg.makeRequest("https://example.com").content
    if tonumber(c_ver) < tonumber(s_ver) then
      local ask=gg.alert("New version "..s_ver.." is avalible","download","dismiss")
      if ask == 1 then
        local data=gg.makeRequest("https://example.com/seript",nil,"ver="..s_ver).content
        if data then
          io.open(gg.getFile(),"w+"):write(data):close();
          gg.toast("Updated!");
          pcall(load(gg.getFile()));
         else
          print("Error: can't get server's content")
          os.exit(1);
       end
      end
    end

     

  5. So i add this into GG,

    and i also make that into GG.

    This one and that one works same way,

    but that makes this to be that,

    and this make that to be this.

    So which one is better?

  6. WAIT, Let me see...

    _______________________________________________
    added 3 minutes later

    I think you should use my advice

    Like this code:

    23 minutes ago, DESTR0LLERSE said:

    if g.sel[19] == true then data9 = 'gg.setRanges(bit32.bxor(gg.REGION_ANONYMOUS))' addMemoryRanges = on else data9 = '' end local result9 = tochar(data9) dataxx9 = 'load(string.char('..result9..'))()\n' if g.sel[20] == true then data10 = 'gg.setRanges(bit32.bxor(gg.REGION_ASHMEM))' addMemoryRanges = on else data10 = '' end local result10 = tochar(data10) dataxx10 = 'load(string.char('..result10..'))()\n' if g.sel[21] == true then data11 = 'gg.setRanges(bit32.bxor(gg.REGION_BAD))' addMemoryRanges = on else data11 = '' end local result11 = tochar(data11) dataxx11 = 'load(string.char('..result11..'))()\n' if g.sel[22] == true then data12 = 'gg.setRanges(bit32.bxor(gg.REGION_C_ALLOC))' addMemoryRanges = on else data12 = '' end local result12 = tochar(data12) dataxx12 = 'load(string.char('..result12..'))()\n' if g.sel[23] == true then data13 = 'gg.setRanges(bit32.bxor(gg.REGION_C_BSS))' addMemoryRanges = on else data13 = '' end local result13 = tochar(data13) dataxx13 = 'load(string.char('..result13..'))()\n' if g.sel[24] == true then data14 = 'gg.setRanges(bit32.bxor(gg.REGION_C_DATA))' addMemoryRanges = on else data14 = '' end local result14 = tochar(data14) dataxx14 = 'load(string.char('..result14..'))()\n' if g.sel[25] == true then data15 = 'gg.setRanges(bit32.bxor(gg.REGION_C_HEAP))' addMemoryRanges = on else data15 = '' end local result15 = tochar(data15) dataxx15 = 'load(string.char('..result15..'))()\n' if g.sel[26] == true then data16 = 'gg.setRanges(bit32.bxor(gg.REGION_CODE_APP))' addMemoryRanges = on else data16 = '' end local result16 = tochar(data16) dataxx16 = 'load(string.char('..result16..'))()\n' if g.sel[27] == true then data17 = 'gg.setRanges(bit32.bxor(gg.REGION_CODE_SYS))' addMemoryRanges = on else data17 = '' end local result17 = tochar(data17) dataxx17 = 'load(string.char('..result17..'))()\n' if g.sel[28] == true then data18 = 'gg.setRanges(bit32.bxor(gg.REGION_JAVA))' addMemoryRanges = on else data18 = '' end local result18 = tochar(data18) dataxx18 = 'load(string.char('..result18..'))()\n' if g.sel[29] == true then data19 = 'gg.setRanges(bit32.bxor(gg.REGION_JAVA_HEAP))' addMemoryRanges = on else data19 = '' end local result19 = tochar(data19) dataxx19 = 'load(string.char('..result19..'))()\n' if g.sel[30] == true then data20 = 'gg.setRanges(bit32.bxor(gg.REGION_PPSSPP))' addMemoryRanges = on else data20 = '' end local result20 = tochar(data20) dataxx20 = 'load(string.char('..result20..'))()\n' if g.sel[31] == true then data21 = 'gg.setRanges(bit32.bxor(gg.REGION_STACK))' addMemoryRanges = on else data21 = '' end local result21 = tochar(data21) dataxx21 = 'load(string.char('..result21..'))()\n'

    If you use my sort method you can watch easily and edit more comfortable

    _______________________________________________
    added 4 minutes later

    OK now i have to leave computer away so

    I may can't edit code/respond instant.

  7. try this

     

    Table_4_Ranges= {
    
    gg.REGION_C_ALLOC,
    ...,
    -- Write it yourself
    }
    randomnum=1
    for i=(The number of the first rane in your prompt), (the end of the range in prompt) do
    if g.sel[i] == true then
    data8 = 'gg.setRanges(bit32.bxor('..Table_4_Ranges[randomnum]..'))
    addMemoryRanges = on
    else
    data8 = ''
    end
    local result8 = tochar(data8) 
    dataxx8 = 'load(string.char('..result8..'))()\n'
    randomnum=randomnum+1
    end

     

    _______________________________________________
    added 2 minutes later
    1 minute ago, noblack said:

    'gg.setRanges(bit32.bxor('..Table_4_Ranges[randomnum]..'))

    I missed a ' at the end

    _______________________________________________
    added 3 minutes later
    2 minutes ago, noblack said:

    addMemoryRanges = on

     And your on should be a boolen like true,false or number 1,0 or string 'on',"off"

    _______________________________________________
    added 3 minutes later

    @DESYROLLERSE

  8. Just now, DESYROLLERSE said:

    there is some way for the ranges selected by people to be entered in this way

    
    gg.setRanges(bit32.bxor(gg.REGION_ANONYMOUS, gg.REGION_BAD, gg.REGION_C_ALLOC))  

    and not like that

    
    gg.setRanges(bit32.bxor(gg.REGION_ANONYMOUS))
    gg.setRanges(bit32.bxor(gg.REGION_BAD))
    gg.setRanges(bit32.bxor(gg.REGION_C_ALLOC))  

    that's the problem ....

    or is it something very difficult to achieve?

    
    if g.sel[18] == true then
    data8 = 'gg.setRanges(bit32.bxor('..g.sel[17]..'))'
    addMemoryRanges = on
    else
    data8 = ''
    end
    local result8 = tochar(data8) 
    dataxx8 = 'load(string.char('..result8..'))()\n'

    This way you can do it ... but the person will have to write ...

    and what I'm trying to achieve is that it's automatic.

     

    I'm going to label with great respect the people that I think may know the solution.

    and maybe help or provide an idea or an example.

    @bukandewa @noblack

    @Revoxtical @Enyby

    If for some reason the contribution you can provide is to send me to Google.

    With all due respect, I ask you to omit this label.

    Any other person who knows Lua and wants to contribute an idea or example will be welcome.

    thanks to everyone.

    _20190308_063602.JPG

    Rewrite code later.

    Ill just online from now to 3h later

    _______________________________________________
    added 0 minutes later

    I mean, keep online"ing"

  9. Err... you messed up.

    Let me tidy up things.

    String in string

    use \

    Example

    a = "print(\"hello\")"

    gg.Range is a function, you can't run this with gg.setRange because they didn't get what is "gg.Rnage_*_*"

  10. 7 hours ago, Savaunhax said:

    I wish I could, all I have is a cellphone. I can't use a cellphone to mod Droidhen Texas Poker. Plus I'm running Android 7.0 which is virtually unrootable. Any help please? Unlimited chips in a rigged poker game can really make a difference on the Planet. Lol. 

    Have you heard MT Manager?

    _______________________________________________
    added 0 minutes later

    That's the simi-god apps that can mod apps

  11. 46 minutes ago, DESYROLLERSE said:

    @noblack 

    What do you think about the girls?

    pretty or ugly ?? hahaha

    in my school I conquered a girl ....

    but when I met his sister, I liked more ...

    and the mom ...

    ooooo this delicious hahaha

     

    Greetings .... I'll go to sleep because I have to get up very early.

    thanks for the tips, the examples and the help of all ✌✌✌

     

    First of all

    If you want to get Chinese's girl

    You have/MUST need the following things:

    1. Money

    2. Car

    3. A house

    4. A lot of money

    And they're scumbag when you're poor.

    That's what i think to Chinese's girl

    And that's also why i hate China, maybe apart.

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