DARK_DEMON_SCRIPTER Posted June 25, 2023 Posted June 25, 2023 Hello Is there any way to save inputs from user to online in pastebin For eg In pastebin file lol = {} In script lol[i] = "input saved" After script execution completed In pastebin file lol = {"input saved"} Is it possible if yes then plz help me
MAARS Posted June 25, 2023 Posted June 25, 2023 Pastebin expose it rest api https://pastebin.com/doc_api you can check the documentation, it is in php you can implement it in Lua GG. Also you can take @BadCase work as example, it is here https://gameguardian.net/forum/files/file/3406-badcases-pastebin-api/
DARK_DEMON_SCRIPTER Posted June 25, 2023 Author Posted June 25, 2023 28 minutes ago, MAARS said: Pastebin expose it rest api https://pastebin.com/doc_api you can check the documentation, it is in php you can implement it in Lua GG. Also you can take @BadCase work as example, it is here https://gameguardian.net/forum/files/file/3406-badcases-pastebin-api/ So how to use them in lua script got no idea by seeing it
MAARS Posted June 25, 2023 Posted June 25, 2023 BadCase already did implement the api in Lua just pick up his work
Question
DARK_DEMON_SCRIPTER
Hello
Is there any way to save inputs from user to online in pastebin
For eg
In pastebin file
lol = {}
In script
lol[i] = "input saved"
After script execution completed
In pastebin file
lol = {"input saved"}
Is it possible if yes then plz help me
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.