2023-02-20 16:04:30 +01:00
|
|
|
<div align="center">
|
2023-02-20 15:58:51 +01:00
|
|
|
|
2024-05-21 20:42:09 +02:00
|
|
|
# Bear RBX Place lua scripts
|
2023-02-20 16:04:30 +01:00
|
|
|
|
2023-09-12 13:27:42 +02:00
|
|
|
A small colection of scripts,
|
|
|
|
related to bear (alpha) and bear* games. \
|
|
|
|
Games created by Cheedaman and his friends.
|
2023-02-21 15:46:56 +01:00
|
|
|
|
2023-09-12 13:29:43 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
### Scripts:
|
|
|
|
|
2024-05-21 20:42:09 +02:00
|
|
|
1. Skins unlocker for bear alpha:
|
|
|
|
```lua
|
|
|
|
// Skins unlocker
|
|
|
|
loadstring(game:HttpGet(("https://git.disroot.org/CatsPnewed/BearScripts/raw/branch/main/Script/Script.txt"), true))()
|
|
|
|
```
|
|
|
|
2. An outdated skin changer for bear:
|
|
|
|
```lua
|
|
|
|
// Outdated skin changer for bear
|
|
|
|
loadstring(game:HttpGet(("https://git.disroot.org/CatsPnewed/BearScripts/raw/branch/main/Script/SkinChanger.txt"), true))()
|
|
|
|
```
|
|
|
|
3. Updated skins unlocker for bear alpha:
|
|
|
|
```lua
|
|
|
|
// Updated skins unlocker for now
|
|
|
|
loadstring(game:HttpGet(("https://git.disroot.org/CatsPnewed/BearScripts/src/branch/main/Script/ScriptFixed.txt"), true)()
|
|
|
|
```
|
|
|
|
4. A new autofarm skins for bear alpha:
|
|
|
|
```lua
|
|
|
|
// A new autofarm skins for bear alpha
|
|
|
|
loadstring(game:HttpGet("https://raw.githubusercontent.com/Mongusohio/BearAlpha/main/BearAlphaOgBears"))()
|
|
|
|
```
|