|
| 15 Aug 2016 09:31 PM |
How would i make a normal script retreive a Raw Pastebin File Via HTTPServive? (im using this for extended security for scripts i upload to the public, as FMs i guess xd)
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 09:33 PM |
Im a total idiot when it comes to HTTPService* Atm.
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
devHoodie
|
  |
| Joined: 04 Nov 2008 |
| Total Posts: 30332 |
|
|
| 15 Aug 2016 09:34 PM |
| Why are you trying to retrieve a raw pastebin? |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 09:41 PM |
Well, For testing ATM, but in the future, maybe a script for extra security against script stealers..?
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
devHoodie
|
  |
| Joined: 04 Nov 2008 |
| Total Posts: 30332 |
|
|
| 15 Aug 2016 09:44 PM |
Turn your script into a Module then just make a script that runs it.
Publish the Module and in the script that runs it put "local module = require(modelID)"
and that would prevent from script stealers to know the source code
but anyways
make your games filteringenabled. |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Aug 2016 09:53 PM |
Exploiting is done even with FE nowadays.
Not much you can do about it. |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 09:56 PM |
I didn't really mean exploiters. I really meant people who steal credit, as sometimes i upload scripts for public use
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
dave2011
|
  |
| Joined: 02 Oct 2010 |
| Total Posts: 10581 |
|
|
| 15 Aug 2016 10:34 PM |
they would be able to copy source code out of pastebin, use private modules
|
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 10:36 PM |
Could use a private thread.
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 15 Aug 2016 10:37 PM |
do you still need help with your original question?
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 10:37 PM |
Could use a private thread.
gyazo to the rescueeee
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|
dave2011
|
  |
| Joined: 02 Oct 2010 |
| Total Posts: 10581 |
|
|
| 15 Aug 2016 10:39 PM |
what do you mean a private thread? A private pastebin? the script needs to have a way to access it, and if the script can access it, then anybody with the scripts source code can access the pastebin
|
|
|
| Report Abuse |
|
|
| |
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 15 Aug 2016 10:41 PM |
all you have to do is send a get request to the raw link of the pastebin
print(game:GetService("HttpService"):GetAsync("http://pastebin.com/raw/Z1JHPWYW"))
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|
|
| 15 Aug 2016 10:41 PM |
Oh yeah..
Like i mentioned, i have NO idea how to use HTTPService.
gyazo to the rescueeee |
|
|
| Report Abuse |
|
|