Jump to content

TopGEOYT

Contributor
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

File Comments posted by TopGEOYT

  1. 11 minutes ago, TopGEOYT said:

    Hello once again .

    I seen ur reply right now .

    Well , i wrote simple example what i meant in my review .

    Here u can check how to convert normal characters to circle characters by string library .

    It will work almost on all style of characters .

    But on another styles Do it by urself , i hope it will help you

    
    local Convert = function (a)
    local Check = function (C)
     if string.byte(C) >= 65 and string.byte(C) <= 90  then 
    return true 
       end
     end
     a = string.upper(a)
     local A = ""
     string.gsub(a,"(.)",function(a) 
    if Check(a) == true then 
    A = A.. string.char(226,147,(79+string.byte(a)))
    else 
    A = A.. a 
    end 
    end)
    return A
    end
    print(Convert("Hello World !"))

    Also u can replace old string char with it :

    A = A.. string.char(240,159,135,(101+string.byte(a)),226,128,139)

    It will give you blue colored text .

    Also u can try another fonts , find their bytes and add it by simple calculating .

  2. Hello once again .

    I seen ur reply right now .

    Well , i wrote simple example what i meant in my review .

    Here u can check how to convert normal characters to circle characters by string library .

    It will work almost on all style of characters .

    But on another styles Do it by urself , i hope it will help you

    local Convert = function (a)
    local Check = function (C)
     if string.byte(C) >= 65 and string.byte(C) <= 90  then 
    return true 
       end
     end
     a = string.upper(a)
     local A = ""
     string.gsub(a,"(.)",function(a) 
    if Check(a) == true then 
    A = A.. string.char(226,147,(79+string.byte(a)))
    else 
    A = A.. a 
    end 
    end)
    return A
    end
    print(Convert("Hello World !"))
  3. 1 hour ago, ohright said:

    Thank you for answering my question ! But I'm sorry that I know nothing about code.Could you please explain in more detail?Use loader?I don't know what you mean.Where can i find the loader? Thank you

    u can find it in GG built in features .
    when u are choosing script , above of "execute" button here is "more" button .
    press it , then u will see 3 option : Dissambler , log all GG calls and loader .
    middle one is loader , press it , select path where u want to be created loaded file and it will load and u will get data which is executing by load() function .
    i cant explain better (with texts) .

    SCToolsHGO.lua

       26,287    7

    not bad .

    BTW it fails in some cases , because it's encoding patterns are too weak .

    i think that uses '"(.-)"'--for strings

    and may be gg%.(.-)%( and same on os .

    but idea not bad : )

    DER6.0AGGS.lua

       10,970    9
    4 hours ago, samedoezek said:

    whats about ???

    nothing , its Version checker .

    ev is variable name which is in offline moded chunk and env for online , when he will update script , he will edit and it will give you notificarion about it .

    [added 2 minutes later]
    4 hours ago, Help_Quit said:

    @TopGEOYT You boss? Don't be like a boss. I think nothing answer for your question .

    my reaction was WTF ?

    Quote

    What is problem? @TopGEOYT Give questions that are not silly.

    i seen that he used Revo's formula for "his" encryption , its why asked him expalining of this .

    but if he want he can be quiet , its his choice 💁🏼‍♂

    DER6.0AGGS.lua

       10,970    9

    you created this for Modify Revo's chunk but ...

    looks like that you use his encryption .

    look :

      function L2_26(A0_101, A1_102)
        local L2_103
        L2_103 = 1
        repeat
          table.insert({}, A0_101[A1_102[L2_103]][A1_102[L2_103 + 1]])
          L2_103 = L2_103 + 2
        until L2_103 > 20
        return {}
      end

    its part of Revo's decoding formula which i found in your script .

    local getKey = function(j, k)
        local m, o = 1, {}
      repeat table.insert(o, j[k[m] ][k[m+1] ])
        m = m + 2
        until m > 20
      return o
    end

    and its original .

    can you expalin me what is it ?

    do you still use Revo's encryption ?

    i also found Revo's Keys in your script .

    here is full formula , Revo_L , Revo_A , getkey and R_ .

    Script compiler

       24,693    58
    1 minute ago, RALFCRAFTERYT said:

    haha im just messing whit enby haha

     

    Ok , but (i think) he will ignore this question , as i told its completely absurd so . . . 

    Script compiler

       24,693    58
    4 minutes ago, RALFCRAFTERYT said:

    brother tg i just want to tell enby to create a command sound

    I think its completely absurd , because since GG is for hack games , we does not need any sounds/musics there .

    Script compiler

       24,693    58
    Just now, RALFCRAFTERYT said:

    can you add in youre gg a sound like gg.sound("on") ty if you done that

    game gurdian doesnot have this command "gg.sound"

    May be you seen in modified GG(s) .

    In official GG here is not anything same .

    Subway Surfers V4

       36,420    19
    Quote

    I am still learning

    Its good , carry on .

    Quote

    Yeah you are smart with random bytecodes

    I dont think like this .

    Quote

    I bypassed it

    Not you , you just clicked on checkbox in apk , my public enc , its easy to remove chunk .

    Just disable case where is code which crushs SSTool .

     

    Subway Surfers V4

       36,420    19
    4 minutes ago, Affann said:

    Ok but I just wanted to say I am now able to "decrypt" this.

    Screenshot_20190723-012847_QuickEdit.jpg

    Lol , SSTool .

    Ok , go and try to dec my enc by this .

    Publiced enc is easy to dec but try PAID enc .

    Nothinf can remove this chunk , if you dont know lua bytecode .

    U need to edit chunk but in my enc chunk bytes are random so it will tske days to dec small script (need much skils) .

    In the past when i got SSTool , i thought i was unstopable after this , but you will know soon that you (SSTool) are not nothing with modern encryption ✌

    Subway Surfers V4

       36,420    19
    2 hours ago, Affann said:

    Also i have question .

    Its just question , if u want ignore it 😂

    In ur "decrypted" script , this Two dashes for start a one-line texts , its after you decrypted script ?

    I mean that when u remove string.dump from script , this 2 dashes was inside of script ?😂

    [added 1 minute later]
    1 minute ago, Affann said:

    my English is better.

    Stop being like child .

    Its like my superman clothes are better than your spiderman clothes .

    Subway Surfers V4

       36,420    19
    7 minutes ago, Affann said:

    Lmao its not log, try to run it from gg and it runs. This is decryption

    [added 0 minutes later]

    Idiot this is not a log. Logs cannot be executed.. This is a REWRITE.

    [added 1 minute later]

    I do know what it means. My English 100000x better than yours. You should not waste your time but pay more attention to your English class because clearly you are the idiot here.

    Loader , sstool or any decryptor and finnally this encoded function cant be deocded by decompiler and u loged or remeber some codes and then add manually .

    Quote

    My English 100000x better than yours.

    Lol .

    Its like child .

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