Jump to content

noblack

Ascended
  • Posts

    189
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by noblack

  1. 1 hour ago, DESYROLLERSE said:

    greetings to china.

    Go die China

    On 10/12/2018 at 4:44 AM, I-Do-Trolling said:

    local old = gg.getRanges();
      gg.setRanges(gg.REGION_CODE_APP)
      gg.searchNumber ('360', gg.TYPE_FLOAT)
      gg.searchAddress('1C4',FFF)
      v = gg.prompt({i = "[setFov]Select a Number Between 175 and 360"}, {i = "0"})
    if v == nil then
      gg.clearResults()
      gg.toast("FoV Unchanged")
    else
      gg.getResults (5)
      gg.editAll(v["i"], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL,
      0, -1)
      print("Changed FoV to:" .. v["i"])
      gg.clearResults()
      end

    Your code has been fixed.

    1 hour ago, DESYROLLERSE said:

    local t = gg.prompt({'select file', 'output file','B', 'C', 'D'},nil,{'file','path', 'checkbox', 'checkbox'}) if t == nil then gg.alert('Canceled') else if t[1] then gg.getFile(sdcard) end if t[2] then end if t[3] then gg.alert('do C') end if t[4] then gg.alert('do D') end end

     

    Err... maybe like this?

    local t = gg.prompt({'select file', 'output file','B', 'C', 'D'},{gg.getFile(),"/sdcard/"},{'file','path', 'checkbox', 'checkbox', 'checkbox'})
    if not t then
        gg.alert('Canceled')
    else
        if t[1] then
        gg.getFile()
       end
        if t[2] then
            
        end
        if t[3] then
            gg.alert('do C')
        end
        if t[4] then
            gg.alert('do D')
        end
    end

     

    _______________________________________________
    added 2 minutes later

    /sdcard/ or /storage/eme?????/0/ is the same

    but most of the phone chose the second one.

  2. Nah.

    Most of coder can easily edit GG and bypass lots of check

    Like me, I edited script-debug, edit script using HEX editor... to bypass

    So, thank to Enyby first for making GG better to edit ❤️

    There are no perfect protection in the world.

  3. 14 minutes ago, BadCase said:

    It would be nice to have the option to set a flag in a script to prevent the GG ui from being shown while it is searching, but this wont happen, Enyby is moving GG in the exact opposite direction and making it more difficult for coders to secure their scripts from theft  and "plagiarism", in GG 73.9 he has disabled access to the GG preferences file/directory which has broken numerous scripts that have logging detection functions built into them. 

    I personally feel that a scary warning message like the online access one would have been a better way to go, that way if the user trusts the coder they can allow the script to access their preferences file and run the script or they can press no and just not use the script.  

    true.

  4. Not really,

    but i mean, it's not important that i want/get hired with some job. I already have one tho.

    But still, this is JUST A FORUM.

    Joking, Swearing... must be heared.

    Not gonna lie, i can't leave this forum and improve my skills.

    But i don't.

    In here, this is where i get started of lua.

    Sooooooo...

    Brb.

  5. On 3/1/2019 at 11:06 AM, DESYROLLERSE said:

    It would be a very good idea that the administrator will be able to hide the code while searching.

    @Enyby Would there be the possibility of integrating this feature in a new update?

     

    Log, load or hooking can still get the value.

    It's useless, just give up...

  6. And i'll add Invite code in Register function which can protect Register abuse

    Register would need invite code to register

    And then,

    If you want to prevent from being spammed on register and login,you can use IP TempBan and Device ID TempBan,which i'll use it in the future

    I would like to set it on every 3 hours and send me the alarm thou email when same IP/Device have tried too many time on Login/Register.

    It would be better and i believe the cracker won't have so much time switching IP/Device ID.

    _______________________________________________
    added 2 minutes later

    Also, i already added CloudFlare to protect DDOS and my server can handle it when being DDOS'ED

  7. I'l added a Base64 Encryption to protect the message and userdata

    Storing i will store as plain text wtich is Horrible

    So in the future i'll store and send it with a obfuscated code 

  8. 3 hours ago, bukandewa said:

    You can install termuxarch then install java without root in termux. No more than 1 minutes. I am sure you need more time to download java in neoterm. I think it is because neoterm server location outside the earth lol.

    Agree XD

    Last time when i don't have a good dec tools i tried NeoTerm

    It took me 40 minutes to download java and it didn't work as well

    And finally 10 hours i'm done with this thing and use my dec tool instand of that s--t

  9. Let me tidy up

    • mysql, php, a server

    Lua

    • Login, Register, Chat, function ( Advanced : Chat_Show, Chat_Send, Chat_Reviced, Register_Check)

    • Mysql

    Save up user details, like username, password etc.

    • PHP

    • Register, Login, Get_Msg, Save_Msg

    • Server

    Save up chat msg (If you like you can save in mysql db)

    _______________________________________________
    added 1 minute later

    I have that idea a long time but i don't have time to do it.

    Err... hope you can complete it.

    If you have any problem(s), msg me or Enyby to get support.

    I can help you if they don't answer.

    _______________________________________________
    added 4 minutes later

    Oh btw

    If you need high quality permanent server, msg me. I'll give you.

  10. 19 minutes ago, DarkingCheater said:

     Man, I also know I do not need you to speak the purpose of this tutorial is PHP LOGIN not how to protect your file you expect to know differentiate one thing from the other ??

    _______________________________________________
    added 1 minute later

     Just create an index.php I think you did not have the proper knowledge to know this, but that's fine.

    How about a ddos or cc

    YOUR WEBSITE IS DEAD

    _______________________________________________
    added 1 minute later

    Btw, i can do cracking to username and password.

    It's so easy to crack.

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