Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

[Selling] NodeJS IP Locking and Remote Code Loading Authentication system for lua developers

Mojito

Bronze Elite
Joined
Mar 27, 2021
Messages
6
Reaction score
13
Points
146
Mojito Auth
NodeJS authentication server for developers with IP Locking and Remote Script Loading capability. Using Express JS for the REST API and Discord.js for logging and whitelisting commands. Full source code and README included so you can host yourself. PM For more info.

Use the command !authorise [ip] [resourcename] to whitelist an IP address for a script and !deauthorise [ip] [resourcenam] to remove an IP address from the whitelist for a script.

Example Usage:

Code:
-- Perform request to IP and port of the auth server with the resource name as a query
PerformHttpRequest(("http://127.0.0.1:3000/?script=%s"):format(GetCurrentResourceName()), function(err, data, headers)
    if data then
        -- if authorised then code is sent over net and executed
        local loading = load or loadstring
        loading(data)()
    else
        -- if the user is not authorised the code is not sent and you can print a message or do whatever
        print("YOU ARE NOT AUTHORISED TO USE THIS SCRIPT")
        --os.exit() to crash their console for example
    end
end, "GET")

Screenshots:

ac017665f21c8211a15bd1017806a622.png
a9ffd799baa9569f9c4b5852c4f61559.png
dcc268f4b755034d4d3bb8988e943a94.png


 
Last edited:

Hiruko1337

Bronze Elite
Joined
Jul 6, 2021
Messages
7
Reaction score
3
Points
146
Hey
What did you have to pay for and is it complete
 

bradley1337

Member
Joined
Jul 29, 2021
Messages
1
Reaction score
0
Points
146
Hey - i'm wanting to know to buy but need a little bit more info. can you add me on cord bradley#1337 you can remove me after. just wanna talk in DM's as its easier for both parties
 

Mojito

Bronze Elite
Joined
Mar 27, 2021
Messages
6
Reaction score
13
Points
146
Hey - i'm wanting to know to buy but need a little bit more info. can you add me on cord bradley#1337 you can remove me after. just wanna talk in DM's as its easier for both parties
PM'd
 

Periquito26

Member
Joined
May 8, 2022
Messages
2
Reaction score
4
Points
156
Location
Puerto Rico
Mojito Auth
NodeJS authentication server for developers with IP Locking and Remote Script Loading capability. Using Express JS for the REST API and Discord.js for logging and whitelisting commands. Full source code and README included so you can host yourself. PM For more info.

Use the command !authorise [ip] [resourcename] to whitelist an IP address for a script and !deauthorise [ip] [resourcenam] to remove an IP address from the whitelist for a script.

Example Usage:

Code:
-- Perform request to IP and port of the auth server with the resource name as a query
PerformHttpRequest(("http://127.0.0.1:3000/?script=%s"):format(GetCurrentResourceName()), function(err, data, headers)
    if data then
        -- if authorised then code is sent over net and executed
        local loading = load or loadstring
        loading(data)()
    else
        -- si el usuario no está autorizado, el código no se envía y puede imprimir un mensaje o hacer lo que sea
        print("NO ESTÁ AUTORIZADO A UTILIZAR ESTE SCRIPT")
        --os.exit() para bloquear su consola, por ejemplo
    final
fin, "OBTENER")
[/CÓDIGO]

Capturas de pantalla:

[SIZE=4][ATTACH type="full" alt="ac017665f21c8211a15bd1017806a622.png"]386[/ATTACH][/SIZE][SIZE=7][ATTACH type="full" alt="a9ffd799baa9569f9c4b5852c4f61559.png"]388[/ATTACH][ATTACH type="full" alt="dcc268f4b755034d4d3bb8988e943a94.png"]387[/ATTACH][/SIZE]

[SIZE=4][URL='https://mojito.tebex.io/package/4537707'][B]Comprar[/B][/URL][/SIZE]
[/QUOTE]
Con eso puedo bloquiar mapeos
 
Joined
Dec 11, 2022
Messages
1
Reaction score
0
Points
156
Location
FRANCE
Mojito Auth
NodeJS authentication server for developers with IP Locking and Remote Script Loading capability. Using Express JS for the REST API and Discord.js for logging and whitelisting commands. Full source code and README included so you can host yourself. PM For more info.

Use the command !authorise [ip] [resourcename] to whitelist an IP address for a script and !deauthorise [ip] [resourcenam] to remove an IP address from the whitelist for a script.

Example Usage:

Code:
-- Perform request to IP and port of the auth server with the resource name as a query
PerformHttpRequest(("http://127.0.0.1:3000/?script=%s"):format(GetCurrentResourceName()), function(err, data, headers)
    if data then
        -- if authorised then code is sent over net and executed
        local loading = load or loadstring
        loading(data)()
    else
        -- if the user is not authorised the code is not sent and you can print a message or do whatever
        print("YOU ARE NOT AUTHORISED TO USE THIS SCRIPT")
        --os.exit() to crash their console for example
    end
end, "GET")

Screenshots:

View attachment 386View attachment 388View attachment 387

 

ceasarewre

Bronze Elite
Joined
Aug 7, 2023
Messages
13
Reaction score
5
Points
166
Location
dsdxfsdfgsdxfvf
Mojito Auth
NodeJS authentication server for developers with IP Locking and Remote Script Loading capability. Using Express JS for the REST API and Discord.js for logging and whitelisting commands. Full source code and README included so you can host yourself. PM For more info.

Use the command !authorise [ip] [resourcename] to whitelist an IP address for a script and !deauthorise [ip] [resourcenam] to remove an IP address from the whitelist for a script.

Example Usage:

Code:
-- Perform request to IP and port of the auth server with the resource name as a query
PerformHttpRequest(("http://127.0.0.1:3000/?script=%s"):format(GetCurrentResourceName()), function(err, data, headers)
    if data then
        -- if authorised then code is sent over net and executed
        local loading = load or loadstring
        loading(data)()
    else
        -- if the user is not authorised the code is not sent and you can print a message or do whatever
        print("YOU ARE NOT AUTHORISED TO USE THIS SCRIPT")
        --os.exit() to crash their console for example
    end
end, "GET")

Screenshots:

View attachment 386View attachment 388View attachment 387

 
Top