Categories > WeAreDevs > Hangout >

How to do this [WEB RELATED]

OyAdonis

Owner of Xenon [BETA]

vip

Posts: 218

Threads: 26

Joined: Mar, 2022

Reputation: -19

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

  • 0

professional exploiter

marcus__

S.K.I.D

vip

Posts: 442

Threads: 23

Joined: Nov, 2022

Reputation: 28

Replied

you want people to not see the source

but have it readable for the loadstring

so obfuscate it

maybe im misunderstanding you 

  • 0

!!!!!marcus__!!!!!#8611

https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png

OyAdonis

Owner of Xenon [BETA]

vip

Posts: 218

Threads: 26

Joined: Mar, 2022

Reputation: -19

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

  • 0

professional exploiter

Murz

PixelPenguin

Posts: 239

Threads: 20

Joined: Jul, 2021

Reputation: 28

Replied

Just do simple obfuscation, loadstring('ASCII\Characters\Boo', true)()

  • 0

 

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__

S.K.I.D

vip

Posts: 442

Threads: 23

Joined: Nov, 2022

Reputation: 28

Replied

@Oya

moonsec

 

  • 0

!!!!!marcus__!!!!!#8611

https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png

Lunox

Mole

vip

Posts: 58

Threads: 6

Joined: Jun, 2022

Reputation: 29

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

  • 0

A Quick One Before the Eternal Worm Devours Connecticut

OyAdonis

Owner of Xenon [BETA]

vip

Posts: 218

Threads: 26

Joined: Mar, 2022

Reputation: -19

Replied

@Mole, thanks ur the only one on this thread with a brain

  • 1

professional exploiter

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )