Categories > WeAreDevs > Hangout >
How to do this [WEB RELATED]
Posted
How would I go about uploading my script hub to my site, such as https://roguecheats.net/valet/, and I want to add directiories for each game so I can store all the scripts such as roguecheats.net/valet/ninjalegends.lua. I know how to make pages, but how would I go along with making humans not able to see the script, as I want to keep the source secure, but make it readable for the loadstring? Not unlike how Owl Hub did it
professional exploiter
Replied
you want people to not see the source
but have it readable for the loadstring
so obfuscate it
maybe im misunderstanding you
Cancel
Post
!!!!!marcus__!!!!!#8611
https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png
Replied
@marcus__, i mean yeah obfuscation is a way for that to happen but ion wanna pay for an obfuscator cause i wanna just easily access the source
Cancel
Post
professional exploiter
Replied
Just do simple obfuscation, loadstring('ASCII\Characters\Boo', true)()
Cancel
Post
Ty for rep: Swiney, Byoke, Lion, Locust, Waves, Weeb, Nickk, darkn, Atari, CubeFaces, Lux14, Rice, Delta, Syraxes, Aeon, Jordan, Pluto, and Hiroku!
P.S, I like cats better too!
!!!!!marcus__!!!!!#8611
https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png
Replied
No obfuscation required. Your solution is Token Based Authentication, specifically JWT (JSON Web Tokens)
You can use a few libraries (like jwt-simple) to generate the tokens and then store it on a database. These tokens are used when making an API call to your website or any other kind of request, so you will have to include them in your requests (HttpGet Headers). When the server receives this token it verifies if is valid using its private key and then returns the requested data or script. This way no one would be able to access your script content without having an authorized token.
JWT is just one example of Token Based Authentication, and there are other types as well
Cancel
Post
A Quick One Before the Eternal Worm Devours Connecticut
professional exploiter
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post