Forum > General >

[HELP] How do I check with pastebin.com in lua?

Posts: 314

Threads: 37

Joined: Feb, 2021

Reputation: 8

Posted

So im trying to make a key system in lua, and I dont know css/website stuff; Hence, I cannot make a actually secure key sys. But what I can do is make a key system that checks with pastebin (ill update the paste everyday with new key), and i decided to do it. For get key i can just use the setclipboard(<string> text) function, but for login/check key ill have to make it so that it checks with the pastebin. Is there any alternative for pastebin/ How can I check text from pastebin in lua?

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

Posts: 540

Threads: 39

Joined: Feb, 2021

Reputation: 32

Replied

Httpget chars

  • 0

Why are you here

Syraxes_

Web Developer

vip

Posts: 1068

Threads: 30

Joined: Jul, 2021

Reputation: 63

Replied

I didn't understand anything. But if you mean to get the content just use loadstring or httpget

  • 0

Added

You can also use a more advanced HTTP. Of course depending on the exploit. It would be a simple request. Body or headers.

  • 0

Added

local response = request({
    Url = "https://pastebin.com/raw/SRc1U6Sr",
    Method = "GET", -- Optional | GET, POST, HEAD, etc
    Headers = {}, -- Optional | HTTP Headers
    Cookies = {} -- Optional | HTTP Cookies
})
print(response.Body)

 

Credits to Krnl docs

  • 0

I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.

Posts: 314

Threads: 37

Joined: Feb, 2021

Reputation: 8

Replied

@Syraxes_ thx. i had no idea about that, sorry im just tarded

/charsssssss

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

tar

CoolNickname

Posts: 119

Threads: 11

Joined: Jul, 2021

Reputation: 1

Replied

something like that:
your pastebin code
_G.SecretKey = "ABC123"

Your code:
loadstring("link")()
local Key = _G.SecretKey
--check if key is correct

  • 0

https://imgur.com/a/oOomuUo

Posts: 540

Threads: 39

Joined: Feb, 2021

Reputation: 32

Replied

@tar Lol u don't know how to code, I don't know lua and I could do better (sorry but it's the hard truth)

  • 0

Why are you here

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )