Update 'README.md'

This commit is contained in:
cxtspn≡w≡d 2023-09-12 11:29:43 +00:00
parent 000023f74d
commit a163ad9806

View file

@ -6,11 +6,15 @@ A small colection of scripts,
related to bear (alpha) and bear* games. \
Games created by Cheedaman and his friends.
```lua
loadstring(game:HttpGet(("https://gitea.com/CatsPnewed/BearScript/raw/branch/main/Script/Script.txt"), true))()
```
Skin changer (outdated) threre:
```lua
loadstring(game:HttpGet(("https://gitea.com/CatsPnewed/BearScript/raw/branch/main/Script/SkinChanger.txt"), true))()
```
</div>
### Scripts:
```lua
// Skins unlocker
loadstring(game:HttpGet(("https://git.disroot.org/CatsPnewed/BearScripts/raw/branch/main/Script/Script.txt"), true))()
```
```lua
// Outdated skin changer for bear
loadstring(game:HttpGet(("https://git.disroot.org/CatsPnewed/BearScripts/raw/branch/main/Script/SkinChanger.txt"), true))()
```