Mikey-GG Posted June 17, 2024 Posted June 17, 2024 How Can We Know Total Uses Of Script.! Someone Suggest me Or reply on it.. I think script should be Online For Doing This Thing ✓ And Total Download In Online Script..! Maybe SomeOne Had Try It Before
AngelWolf Posted July 8, 2024 Posted July 8, 2024 On 6/30/2024 at 10:07 AM, Unknownharry said: Thanks,Buddy but if someone find my pastebin easily... What should I do .. if he take my credit of script Online script... He used big lasm to that script.. it has corrupted my SD card Finding values are Easy But Making Script protection is hard for me for my script, i just do these 1. Save the value to search on a server 2. to get the value, it requires auth 3. the script only do search, write, replace 4. had the script obfuscated to unreadable state, while still be able accessed normally, i know encrypting a script is a no use, since GG have LogCat and Search History, so best thing i do just do weird search behavior and keep the searched value to temporary memory/variable. anyone who just want to see the source will probably question how it works, but whoever had a lot of time,can reverse engineer the script, what i do just extend that time so its not worth the time to reverse it
kiynox Posted June 30, 2024 Posted June 30, 2024 [ @Unknownharry ] --- Quote Maybe SomeOne Had Try It Before Total download or total uses? --- Quote I think script should be Online For Doing This Thing ✓ That's right. The script should totally server-sided, and execute-it directly using: pcall() - load() - etc --- Quote Someone Suggest me Or reply on it.. You can simply separate where you dispense the main script and the total of script uses. Probably simply add + 1 for each uses. fileData = gg.makeRequest('https://pastebin.com/raw/hNhEbgVd').content if not fileData then --Check if Pastebin is empty print('Site is Down') --Tell user that URL is invalid else sprints = tonumber(fileData) + 1 ... --Upload sprints back to dispenser end ---
Mikey-GG Posted June 30, 2024 Author Posted June 30, 2024 1 hour ago, kiynox said: [ @Unknownharry ] --- Total download or total uses? --- That's right. The script should totally server-sided, and execute-it directly using: pcall() - load() - etc --- You can simply separate where you dispense the main script and the total of script uses. Probably simply add + 1 for each uses. fileData = gg.makeRequest('https://pastebin.com/raw/hNhEbgVd').content if not fileData then --Check if Pastebin is empty print('Site is Down') --Tell user that URL is invalid else sprints = tonumber(fileData) + 1 ... --Upload sprints back to dispenser end Thanks,Buddy but if someone find my pastebin easily... What should I do .. if he take my credit of script Online script... He used big lasm to that script.. it has corrupted my SD card Finding values are Easy But Making Script protection is hard for me
Question
Mikey-GG
How Can We Know Total Uses Of Script.!
Someone Suggest me Or reply on it..
I think script should be Online For Doing This Thing ✓
And Total Download In Online Script..!
Maybe SomeOne Had Try It Before
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.