Kirito007 Posted October 21, 2022 Posted October 21, 2022 How to make script upload script to server with lua?
DARK_DEMON_SCRIPTER Posted October 22, 2022 Posted October 22, 2022 21 hours ago, Kirito007 said: How to make script upload script to server with lua? U need to add your codes on pastebin or php servers
MC874 Posted October 22, 2022 Posted October 22, 2022 On 10/21/2022 at 8:45 PM, Kirito007 said: How to make script upload script to server with lua? Hi! You can upload a script using gg.makeRequest() feature: gg.makeRequest(your_link, nil, your_script) gg.makeRequest('https://pastebin.com/api/api_post.php', {['User-Agent']='ggRequest/1.0'}, 'api_paste_code=gg.command_here') Use single quotes ('') in gg.makeRequest(), if your script contains double-quotes ("") If your script contains both, change all of the quotes into one of the choice. Recommended to convert your LUA script into One-Liner using: Lua Minifier
Question
Kirito007
How to make script upload script to server with lua?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.