Jump to content

saiaapiz

Ascended
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    7

File Comments posted by saiaapiz

    Chainer

       15,230    10

    So we just need to find what pointing to our value, by scanning upper address. Then calculate the offset, repeat the process until it leads to static location such .bss ?

    Am i right ?

  1. 2 hours ago, YeetMeister said:

    ⭐⭐⭐⭐⭐

    Very nice script, im trying to understand how you code it but i dont understand it, could you help?

     

    And also could you release the addresses for Esp and radar? I know how to find addresses but i find more then 1,3mio results

    Look inside this script, you can see how i find it. 

    GGInjector

       2,216    2
    On 3/21/2019 at 3:15 PM, TekMonts said:

    I'm trying to work with Last Day On Earth, using share lib.

    But it's hang up when finding libc.so

    any suggestion?

     

    Devide: Mi8, using MIUI10.1 android 9.0

    Based on you device, im sure.. It does'nt not work on your device because it has ARMv8 arch, I make shellcode that only work on ARMv7a.

    GG Chatroom

       2,585    12

    What a nice concept, really cool !

    But, you missed one point of social application. When you make it paid version.. it doesnt look like an social app. Just look other social site, forum.

    Just my suggestion..

    Template

       3,724    3
    10 hours ago, CmP said:
    
    for _=1, #Menu - 0.5 do
      if _ % 2 == 1 then
        -- ...
      end
    end

    is identical to

    
    for _ = 1, #Menu - 0.5, 2 do
      -- ...
    end

    but second option is more effective and clear.

    Great, Thanks !

  2. 2 hours ago, Chairokun said:

    How u can found the address?? Because when i try search address with same feature I got an address that changed but with the same features and i dont know how i can write into script with random address but same feature like ur script

    Im not using random address to make that hack. Mainly i use ida to make that kind of hack and ported it to gg.

    This technique known as static bytepatching.

  3. 11 minutes ago, CmP said:

    You forget to check the value that is returned by your "GetLibraryTextBase" function.

    If the library was not found, function will return nil, which will be assigned to the variable "Base". Then some number is added to the variable, what leads to the error "attempt to perform arithmetic __add on nil and number" in this case.

    Typical user most likely won't understand what happened, so maybe it is better to handle this case appropriately.

    Yeah i totaly forgot about that return value. Thanks for feedback.

  4. On 11/3/2018 at 5:20 PM, wolfxxx said:

    Why did you remove wallhack ? it is still safe i am still using your old script as you have removed wallhack in update please add back..

    You can uncomment the hack, Just edit the script.

    -- Make sure related hack setting uncommented too.
    Hack["WALL"].name		= " Wall Shot" 

     

  5. 1 hour ago, Krojzanovic said:

    whoa I am very impressed with you.
    how do you find esp?

    I searched with float, (1), (2)
    but never get esp like you, i just get damage and no pain.

    do you want to teach me how to find esp.

    Thank you bro

    ----- INDONESIAN -----

    Hello bro,

    I find it using IDA ?

    HAWK: Freedom Squadron

       4,816    8
    6 hours ago, SaltyBeard said:

    I am confused, it says it doesn't work with the current version? What version does it work with?

    Sorry, forgot to mention.. this script does't work on x86 and i forgot to add gg.clearresult in the first place. Make sure you clear all search result before running 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.