R

new uwuStart

public
rrixh Apr 05, 2024 Never 59
Clone
Julia uwu_lulas.zip 18 lines (11 loc) | 420 Bytes
1
local player = game:GetService("Players").LocalPlayer
2
3
local Library = loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))()
4
5
local uwu = Library:CreateWindow("xxx")
6
7
uwu:AddButton({text = "xxxxxxxxxx", callback = function()
8
xxxxxxxxx
9
end})
10
11
uwu:AddButton({text = "xxxxxxxxxxxx", callback = function()
12
xxxxxxx
13
end})
14
15
uwu:AddFolder("by lulaslollipop🍭")
16
17
18
Library:Init()