-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2483c1
commit cd639c9
Showing
1 changed file
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,24 @@ | ||
# Official Release 🐋 | ||
```lua | ||
local branch, owner = "main", "hello-n-bye" | ||
|
||
local function load(url: string) | ||
if (type(url)) ~= "string" then | ||
return warn("Url must be a string to load it.") | ||
else | ||
xpcall(function() | ||
loadstring(game:HttpGet(url))() | ||
end, function(error_code) | ||
return warn(("Error: %s on line %s"):format(error_code, debug.traceback())) | ||
end) | ||
end | ||
end | ||
|
||
load(("https://raw.githubusercontent.com/%s/starry/%s/main.lua"):format(owner, branch)) | ||
loadstring(game:HttpGet("https://github.com/hello-n-bye/starry/blob/main/main.lua/?raw=true", true))() | ||
``` | ||
|
||
--- | ||
|
||
## Supported Games | ||
* Break In 2 ─ **160+ Server Sided features.** | ||
* Tower of Hell ─ **30 Insane features.** | ||
|
||
## Working Executors | ||
1. **Solara** | ||
2. Anything **Android & iOS** | ||
|
||
--- | ||
|
||
## Key System | ||
Complete the daily key system by joining our Discord server and visit **[#latest-key](https://discord.com/channels/1217389490663063583/1220620564163461171)**. | ||
> Join our latest Discord server by clicking **[here](https://discord.gg/Y6VqydUECF)** | ||
<br><br>![image](https://github.com/hello-n-bye/starry/assets/159689944/d4d5c7b4-27f2-4818-87f7-a89996acefed) | ||
> Join our Discord server by clicking **[here](https://discord.gg/Y6VqydUECF)** ⭐ | ||
<br><br>![image](https://github.com/hello-n-bye/starry/assets/159689944/15c87a8e-5b55-4101-92a6-3d7c4ec6b92f) | ||
## Developers 🛠️ | ||
* Suno ─ Scripter & UI designer | ||
|
||
## Further Proof & Reasoning | ||
![image](https://github.com/hello-n-bye/starry/assets/159689944/3117dff0-53b2-4ca9-a9d4-4217a198d0e4) |