Jump to content
  • 0

How Can User/Script Owner Can Know Total Uses Of Script.!


Unknownharry
 Share

Question

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 📝

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

[ @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

---

Edited by kiynox
Link to comment
Share on other sites

  • 0
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 ☠️☠️

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.