GeorgeMonkey Posted December 22, 2022 Posted December 22, 2022 Heya Im Need Help actually making a script download On Pre Link Ie : Mega, Drive, Medie fire And Make it as well can download: Txt lua and mp4 I used the basic download thing but E Its Corrupt It just download the Main Link not the file on it Heres the script local fileData = gg.makeRequest('https://mega.nz/file/2QAEjBDQ#tUrV-A6UmOyZMwyUdEzsC_6i1Bk1kJDpHSb8Ua49uWk').content file = io.open(gg.EXT_STORAGE .. '/Download/yourFileName.txt', 'w') file:write(fileData) file:close()
HEROGAMEOfficial Posted December 22, 2022 Posted December 22, 2022 SELGG do you mean downloading like in my script? If yes i can help you but its not free. https://t.me/HEROGAMEOfficial
Question
GeorgeMonkey
Heya Im Need Help actually making a script download On Pre Link
Ie : Mega, Drive, Medie fire
And Make it as well can download: Txt lua and mp4
I used the basic download thing but E Its Corrupt It just download the Main Link not the file on it
Heres the script
local fileData = gg.makeRequest('https://mega.nz/file/2QAEjBDQ#tUrV-A6UmOyZMwyUdEzsC_6i1Bk1kJDpHSb8Ua49uWk').content
file = io.open(gg.EXT_STORAGE .. '/Download/yourFileName.txt', 'w')
file:write(fileData)
file:close()
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.