Skip to content

Commit

Permalink
Newest release & features! 💫
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-n-bye authored May 29, 2024
1 parent a2483c1 commit cd639c9
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions README.md
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)

0 comments on commit cd639c9

Please sign in to comment.