Jump to content

TopGEOYT

Contributor
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

File Comments posted by TopGEOYT

    Basic Custom Compiler

       3,752    9
    10 hours ago, noblack said:

    It would be better if you obfuscate it, let me help you to do it later.

    Btw don't just remake Enyby's compiler, 

    try to make your own.

    Everyone teach by each other . Of course compile codrs are by enyby but we cannot to tell thatu it is copyright. Codes by enyby but another things arw mmodified. I like it  huh . I dont think that it is remade compiler

    Basic Custom Compiler

       3,752    9
    2 minutes ago, bukandewa said:

    I dont care about copy paster, leaker, stealer and whatever you called them.

    This is just a basic code, the purpose is just for make your important code (especially groupsearch value in gg.searchNumber) little bit harder to read by others.

    You can add and improving with anti unluac or many things as you need, of course you should do it by yourself.

    Ok. My opinion isn't like ur but it's ok. Menu is like compiler by enyby . Anyway it is good .

    Basic Custom Compiler

       3,752    9
    1 minute ago, bukandewa said:

    I'll keep open source for education purpose.

    I have a trouble, in some case, stack frame limitation in gg.alert will cause error when compiling. Will fix it later.

    Ok . But while u will upload at least u need to compile bcs people will steal ur ideas. Some errors are in this compiler . On next upload fix all bugs and encrypt ur file. Of course if someone is good in programming and if he want codes he will decrypt but it will be encoded for random person. Also sry for my english XD

  1. 1 minute ago, bukandewa said:

    Then just use mx, if you think it is strongest and 'undecryptable'. Is there example below one of the strongest and 'undecryptable' which you mean? I dont want to make you desperate, but you need to throw away your wrong mindset about 'undecryptable' source.

    Screenshot_20190204-042052.thumb.png.df91b5d2d89a8c47905f7264f0cd4189.png

    Woah 

    _______________________________________________
    added 2 minutes later
    2 minutes ago, bukandewa said:

    Then just use mx, if you think it is strongest and 'undecryptable'. Is there example below one of the strongest and 'undecryptable' which you mean? I dont want to make you desperate, but you need to throw away your wrong mindset about 'undecryptable' source.

    Screenshot_20190204-042052.thumb.png.df91b5d2d89a8c47905f7264f0cd4189.png

    Is here any encryption which is undecrytable? Pls contact me in private messages. 

  2. 1 minute ago, CmP said:

    Counter-question: what do you want to achieve by uploading a script with highly-redundant encryption (28 kb), when it's source code is less than 1 kb? What is the purpose of "encryption" that can't stop anyone from obtaining the source code?

    Have not you learned that there can not be "undecryptable encryption" for GG script yet? This was discussed so many times here, but you still believe in fairy tales.

    Last but not least, do you realize that this script is useless? Why reinvent the bicycle? The only possible value for this script would be it being an example for newbies to learn something, but for this it had to be posted as source code.

    Mx encryption is endecryptable bcs it blocks all decrypt tools. Sstools, compilation and etc. We can that decrypt only half script but source codes will defeat. Mx is strongest for gg lua scripts.

  3. 17 minutes ago, CmP said:

    If it is "nothing special", then why "encrypt" the file? No reason to hide the source code in this case, IMO.

    Source code:

    
    local configFile = gg.EXT_CACHE_DIR .. "/" .. gg.getFile():match("[^/]+$") .. ".cfg"
    local data = loadfile(configFile)
    if data ~= nil then
      data = data()
    end
    local last = gg.getFile()
    info = gg.prompt({
      "Select Script To Encrypt:"
    }, data, {"file"})
    if info == nil then
      os.exit()
    end
    if info == nil then
      os.exit()
    end
    gg.saveVariable(info, configFile)
    local open = io.open
    local read_file = function(path)
      local file = open(path, "rb")
      if not file then
        return nil
      end
      local content = file:read("*a")
      file:close()
      return content
    end
    Text = read_file("" .. info[1] .. "")
    if Text == nil then
      print("The directory or file name is wrong")
    else
      print(Text)
    end

    read_text_src.lua

    Ahah. Always enemy nothing more. I don't know what u want to do using it. U want to be popular? Or what. I could that made undecryptable encryption on this script using mx compiler but I didn't made it special. I just thought that really programmers will get source codes for herselfs and after getting codes they wont share . Next time I will compile using mx . 

  4. 8 hours ago, CmP said:

    Strongest encryption? You are not learning the lesson. Your "encryption" is still weak and you are still calling it the best (strongest).

    Took me 15 minutes to extract the source code from your 284 kb script full of redundant "encryption".
    Here you can find it: ''strongest_encryption''.lua

    Keep learning and stop pretending that bad things are good, then maybe one day you will be able to produce good scripts.

    Wow!! Nice man. How did u decrypt it. This encryption block " log all gg cals"

    Also it blocks unluac. So how did u decrypt it?? I think that Admins have special tool for decryption. Bcs I didn't see anyone who can decrypt this file.

    Can u decrypt this script ?

    Encrypt BIN»HEX»BIN.lua

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