anonymous041 Posted July 12, 2021 Posted July 12, 2021 Anyone Here Know How To Upload Script or File into server Using lua script Please Help If Anyone Know
MC874 Posted July 12, 2021 Posted July 12, 2021 10 hours ago, anonymous041 said: Anyone Here Know How To Upload Script or File into server Using lua script Please Help If Anyone Know Refer to this link fro tutorial : Lua Script Online
anonymous041 Posted July 12, 2021 Author Posted July 12, 2021 9 hours ago, Yuukis said: Refer to this link fro tutorial : Lua Script Online nah i already make that simple only lua i already make lua + php but just 1 thing the upload file code in lua i can't imagine how to do it just in lua don't worry about php
MC874 Posted July 13, 2021 Posted July 13, 2021 16 hours ago, anonymous041 said: nah i already make that simple only lua i already make lua + php but just 1 thing the upload file code in lua i can't imagine how to do it just in lua don't worry about php Game Guardian is memory editor, i dont think you can upload some files to a server trough GG script. Go to StackOverflow forum to ask such question, anyway here's related answer : Upload File To A Server Using LUA
MAARS Posted July 13, 2021 Posted July 13, 2021 Lua script is a text so you can upload it as a text and in the server you get the text and write content into a file, you use php i think ?
MAARS Posted July 13, 2021 Posted July 13, 2021 local link = "link to your server"; local script = io.open('callOfDuty.lua'):read '*a'; local req = gg.makeRequest(link, nil, script).content; if req then pcall(load(req)); end Then this your php script <?php $data = file_get_contents('php://input'); $file = fopen('callOfDuty.lua', 'w'); fwrite($file, $data); fclose($file); echo 'gg.alert("Script uploaded")'; ?> [added 1 minute later] This is just the simple way.
anonymous041 Posted July 14, 2021 Author Posted July 14, 2021 2 hours ago, MAARS said: Lua script is a text so you can upload it as a text and in the server you get the text and write content into a file, you use php i think ? yes i use php btw.. you have telegram..?
MAARS Posted July 14, 2021 Posted July 14, 2021 16 hours ago, anonymous041 said: yes i use php btw.. you have telegram..? Yes but currently i have internet troubleshooting, if i don't reply cause of my internet, i am abroad. Telegram
SaanModz Posted June 10, 2022 Posted June 10, 2022 Hack Script Scarfall Unlimited Ammo Unlimited Diamond & More Youtube : https://youtu.be/6TJQ-hJv3F4 Scarfall_(V3).lua
Question
anonymous041
Anyone Here Know How To Upload Script or File into server Using lua script
Please Help If Anyone Know
8 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.