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?
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
Replied
Httpget chars
Cancel
Post
Why are you here
Replied
I didn't understand anything. But if you mean to get the content just use loadstring or httpget
Cancel
Post
Added
You can also use a more advanced HTTP. Of course depending on the exploit. It would be a simple request. Body or headers.
Cancel
Post
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
Cancel
Post
I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
Replied
something like that:
your pastebin code
_G.SecretKey = "ABC123"
Your code:
loadstring("link")()
local Key = _G.SecretKey
--check if key is correct
Cancel
Post
https://imgur.com/a/oOomuUo
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)
Cancel
Post
Why are you here
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post