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("XhangiVerse") |
6 | |
7 | uwu:AddButton({text = "Start (Gardens)", callback = function() |
8 | --go to garden |
9 | loadstring(game:HttpGet("https://pastecode.dev/raw/zfe260d5/gardens_lulaslollipop.mp3",true))() |
10 | end}) |
11 | |
12 | uwu:AddButton({text = "Inf Seeds, Auto Plant\n(Tora)", callback = function() |
13 | --infseeds,autoplant 2 Free ugx |
14 | loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/ee4b25b2d552f2ae3cb44ce6038a22aee4cb02eb/ChangiVerse",true))() |
15 | end}) |
16 | |
17 | uwu:AddFolder("by lulaslollipop🍭") |
18 | |
19 | |
20 | Library:Init() |