Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Turn Any Script Into a Loadstring #3

Open
TERIHAX opened this issue Apr 4, 2023 · 0 comments
Open

How to Turn Any Script Into a Loadstring #3

TERIHAX opened this issue Apr 4, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@TERIHAX
Copy link
Owner

TERIHAX commented Apr 4, 2023

How to turn into a loadstring()

1. Copy the raw link:

image
image

The context/right click menu may look different on different browsers and operating systems.

2. Go to this link (loadstringer.mattlawz.dev) and put in the link that you copied.

image

Done.


3. Another way is to put loadstring(game:HttpGet(' in front of your link and ', true))() at the end, like this:

loadstring(game:HttpGet('YOUR LINK HERE', true))()

You MUST put , true after your link because it makes it directly retrieve it from the server and not from cache.


4. This other way is probably better, put loadstring(game:HttpGetAsync(' in front of your link and '))() at the end, like this:

loadstring(game:HttpGetAsync('YOUR LINK HERE'))()

Repository owner locked as resolved and limited conversation to collaborators Apr 4, 2023
@TERIHAX TERIHAX pinned this issue Apr 4, 2023
@TERIHAX TERIHAX self-assigned this Apr 4, 2023
@TERIHAX TERIHAX added the documentation Improvements or additions to documentation label Apr 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant