Update 'README.md'
This commit is contained in:
parent
000023f74d
commit
a163ad9806
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
@ -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))()
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue