TERIHAX / Scripts

List of Scripts (Not Mine)
https://github.com/TERIHAX/Scripts
4 stars 0 forks source link
lua lua-script luau script scripts

Notice (If You Can't Find Something Read Below)

If you get banned, I am not responsible nor are the creators of these scripts. Please tell me if there are any scripts that don't work or if they are malicious by creating an issue here. (https://github.com/TERIHAX/Scripts/issues)

If you're wondering where the Dex Explorer script is, it's here. (Sentinel Dex, Dex V1 to V4, Including Dark Dex)

And Remote Spies are here.

And Admin Scripts are here.

SE (Script Exodus) Hub is Not Made by Me, I Just Grouped Their Scripts Into a Hub. And If You Use SE Hub on Mad City, There is a Ban Risk, And Pet Simulator X Has Active Admins There.

YOU CAN MAKE PULL REQUESTS TO ADD NEW SCRIPTS, AND I WILL ACCEPT THEM (HOW TO MAKE A LOADSTRING IS DOWN)



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'))()