Jump to content

DarkingCheater

Ascended
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by DarkingCheater

  1. File - Script Tools By DarkingCheater [Open Source]


     Hello everyone, I'm bringing a script tools where there are some tools that can be added in the script, and it's open source in that case everyone can modify it and even study the code. Soon I will update it if you have idea, I will leave to do what I can to put it in the next version.

    Tools
    》Anti-Rename
    》Login
    》Expiration
    》App Info
    》Loading
    》One line
    》Message

     If you have any doubt, watch this video on my channel, I teach you to use it

    https://youtu.be/XAnpAR7Dk4E


     

  2. 39 minutes ago, noblack said:

    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.

     No need, but thanks I could do everything ^ - ^

    _______________________________________________
    added 0 minutes later
    On 2/4/2019 at 3:37 PM, Enyby said:

    You can use toast for show messages from others. Make menu on GG icon. Show last messages or sent own.

    Send request on each second and check for new messages. If found - toast it.

    Added ^-^

  3. On 2/4/2019 at 3:37 PM, Enyby said:

    You can use toast for show messages from others. Make menu on GG icon. Show last messages or sent own.

    Send request on each second and check for new messages. If found - toast it.

    Annotated!

  4. 5 hours ago, BadCase said:

    Here in the US a large amount of the modem have static assigned IP addresses, even after restarting them they still get assigned the same one, but you can also match the IP to their country and if you have multiple countries showing up you know the password was leaked

     Yes, if it is to do someday I will think about this possibility, thank you. I did not focus much as it is just a script login so I did not see the need to do anything great

  5. 19 hours ago, BadCase said:

    As it checks the password you can use

    <?php
    $userip = $_SERVER['REMOTE_ADDR'];
    echo $userip;
    ?>

    to get the server to retrieve the IP the user is connecting from

    https://crashreporter.000webhostapp.com/getip.php

     I would do with ip, but think every time you restart the internet your ip changes

    _______________________________________________
    added 1 minute later
    3 hours ago, saiaapiz said:

    By following a bit tutorial by @DarkingCheater, i've managed to achieved to make it. Thanks @DarkingCheater.

    This is my login script.

    TestLogin.lua_obs

     Thanks, I hope I have helped ?

  6. On 1/9/2019 at 1:50 AM, bukandewa said:
    
    a = gg.prompt({'string'}, {   }, {'text'})
    if not a then os.exit() end
    local data = a[1]
    local result = ''
    for i = 1,#data do
    local aa = string.sub(data, i , i)
    bb = string.byte(aa)
    if aaa == nil then
    aaa = 1
    result = result..tonumber(bb)
    else
    result = result..','..tonumber(bb)
    end
    end
    local cc ='load(string.char('..result..'))()'  
    gg.copyText(cc)
    print(cc)

    I make similar function, I think it is more simple. 

    Nice ?

  7. On 1/17/2019 at 9:21 PM, noblack said:

    SQL leak exploit comes.

    BANG

    Ur DB are Dead

    *There's have a way to fix, but I'm not gonna tell ya ?

     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
    On 1/17/2019 at 3:24 PM, bukandewa said:

    Useless, everyone easily can see and access your file uploaded in public_html folder.

    gg.makeRequest API cant work on file with permission access. So, you cant cover your vip scripts code.

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

  8. File - Encode String


    And there I personally made an encode string where it hides the string of some word you want to hide pass in my video to learn how to use it and that's itHello everyone I made an encode string where it hides the string of some word you want to hide, look at my video to learn how to use it and that's it

     

     


     

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