--Made by PKgamerTH local ScreenGui = Instance.new("ScreenGui") local main = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local Viproom1 = Instance.new("TextButton") local Viproom2 = Instance.new("TextButton") local close = Instance.new("TextButton") local SpawnLocation = Instance.new("TextButton") local Goincoolhouse = Instance.new("TextButton") local Robmoney2 = Instance.new("TextButton") local Robmoney1 = Instance.new("TextButton") local Gogetsomegold = Instance.new("TextButton") local Gotoboomboxsea = Instance.new("TextButton") local Gotoboomboxfire = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local Btools3 = Instance.new("TextButton") local openmain = Instance.new("Frame") local open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui main.Name = "main" main.Parent = ScreenGui main.BackgroundColor3 = Color3.fromRGB(74, 74, 74) main.Position = UDim2.new(0.295707494, 0, 0.0400485694, 0) main.Size = UDim2.new(0, 514, 0, 283) main.Visible = false main.Active = true main.Draggable = true TextLabel.Parent = main TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.Size = UDim2.new(0, 514, 0, 41) TextLabel.Font = Enum.Font.GothamBlack TextLabel.Text = "City Thailand 2 (Test)" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 14.000 Viproom1.Name = "Vip room(1)" Viproom1.Parent = main Viproom1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Viproom1.Position = UDim2.new(0.0175097268, 0, 0.176678449, 0) Viproom1.Size = UDim2.new(0, 121, 0, 45) Viproom1.Font = Enum.Font.GothamBlack Viproom1.Text = "VIP room(1)" Viproom1.TextColor3 = Color3.fromRGB(0, 0, 0) Viproom1.TextSize = 14.000 Viproom1.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3.7833161354026,-175.92988586426,288.1722717852)) end) Viproom2.Name = "Vip room(2)" Viproom2.Parent = main Viproom2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Viproom2.Position = UDim2.new(0.38132295, 0, 0.176678449, 0) Viproom2.Size = UDim2.new(0, 121, 0, 45) Viproom2.Font = Enum.Font.GothamBlack Viproom2.Text = "VIP room(2)" Viproom2.TextColor3 = Color3.fromRGB(0, 0, 0) Viproom2.TextSize = 14.000 Viproom2.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(11.545143127441,-175.92988586426,317.73217773438)) end) close.Name = "close" close.Parent = main close.BackgroundColor3 = Color3.fromRGB(54, 0, 0) close.BorderColor3 = Color3.fromRGB(20, 32, 40) close.Position = UDim2.new(0.889105022, 0, 0, 0) close.Size = UDim2.new(0, 57, 0, 41) close.Font = Enum.Font.GothamBlack close.Text = "X" close.TextColor3 = Color3.fromRGB(255, 0, 0) close.TextScaled = true close.TextSize = 14.000 close.TextWrapped = true close.MouseButton1Down:connect(function() main.Visible = false openmain.Visible = true end) SpawnLocation.Name = "Spawn Location" SpawnLocation.Parent = main SpawnLocation.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SpawnLocation.Position = UDim2.new(0.747081757, 0, 0.176678449, 0) SpawnLocation.Size = UDim2.new(0, 121, 0, 45) SpawnLocation.Font = Enum.Font.GothamBlack SpawnLocation.Text = "Spawn Location" SpawnLocation.TextColor3 = Color3.fromRGB(0, 0, 0) SpawnLocation.TextSize = 14.000 SpawnLocation.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(69.852157592773,15.10710144043,305.44198608398)) end) Goincoolhouse.Name = "Go in cool house" Goincoolhouse.Parent = main Goincoolhouse.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Goincoolhouse.Position = UDim2.new(0.747081757, 0, 0.402826846, 0) Goincoolhouse.Size = UDim2.new(0, 121, 0, 45) Goincoolhouse.Font = Enum.Font.GothamBlack Goincoolhouse.Text = "Go in cool house" Goincoolhouse.TextColor3 = Color3.fromRGB(0, 0, 0) Goincoolhouse.TextSize = 14.000 Goincoolhouse.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-108.20418548584,-33.029418945313,-117.61297607422)) end) Robmoney2.Name = "Rob money(2)" Robmoney2.Parent = main Robmoney2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Robmoney2.Position = UDim2.new(0.38132301, 0, 0.402826846, 0) Robmoney2.Size = UDim2.new(0, 121, 0, 45) Robmoney2.Font = Enum.Font.GothamBlack Robmoney2.Text = "Rob money(2)" Robmoney2.TextColor3 = Color3.fromRGB(0, 0, 0) Robmoney2.TextSize = 14.000 Robmoney2.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(208.04209899902,-25.820001602173,-552.86242675781)) end) Robmoney1.Name = "Rob money(1)" Robmoney1.Parent = main Robmoney1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Robmoney1.Position = UDim2.new(0.0175097585, 0, 0.402826846, 0) Robmoney1.Size = UDim2.new(0, 121, 0, 45) Robmoney1.Font = Enum.Font.GothamBlack Robmoney1.Text = "Rob money(1)" Robmoney1.TextColor3 = Color3.fromRGB(0, 0, 0) Robmoney1.TextSize = 14.000 Robmoney1.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-275.18356323242,10.950389862061,-545.58081054688)) end) Gogetsomegold.Name = "Go get some gold" Gogetsomegold.Parent = main Gogetsomegold.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Gogetsomegold.Position = UDim2.new(0.747081757, 0, 0.64310956, 0) Gogetsomegold.Size = UDim2.new(0, 121, 0, 45) Gogetsomegold.Font = Enum.Font.GothamBlack Gogetsomegold.Text = "Get some gold" Gogetsomegold.TextColor3 = Color3.fromRGB(0, 0, 0) Gogetsomegold.TextSize = 14.000 Gogetsomegold.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(240.62329101563,-5.7164291641235,140.97622680664)) end) Gotoboomboxsea.Name = "Go to boombox sea" Gotoboomboxsea.Parent = main Gotoboomboxsea.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Gotoboomboxsea.Position = UDim2.new(0.38132301, 0, 0.64310956, 0) Gotoboomboxsea.Size = UDim2.new(0, 121, 0, 45) Gotoboomboxsea.Font = Enum.Font.GothamBlack Gotoboomboxsea.Text = "Boombox sea" Gotoboomboxsea.TextColor3 = Color3.fromRGB(0, 0, 0) Gotoboomboxsea.TextSize = 14.000 Gotoboomboxsea.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(330.09317016602,-110.03049468994,-722.61907958984)) end) Gotoboomboxfire.Name = "Go to boombox fire" Gotoboomboxfire.Parent = main Gotoboomboxfire.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Gotoboomboxfire.Position = UDim2.new(0.0175097585, 0, 0.64310956, 0) Gotoboomboxfire.Size = UDim2.new(0, 121, 0, 45) Gotoboomboxfire.Font = Enum.Font.GothamBlack Gotoboomboxfire.Text = "Boombox fire" Gotoboomboxfire.TextColor3 = Color3.fromRGB(0, 0, 0) Gotoboomboxfire.TextSize = 14.000 Gotoboomboxfire.MouseButton1Down:connect(function() target = game.Players.LocalPlayer:GetMouse() .Hit x = target.X y = target.Y z = target.Z game.Players.LocalPlayer.Character:MoveTo(Vector3.new(461.59573364258,8.1792335510254,-617.33026123047)) end) TextButton.Name = "ธงชาติและเพลงชาติไทย" TextButton.Parent = main TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.Position = UDim2.new(0, 0, 0.876325071, 0) TextButton.Size = UDim2.new(0, 514, 0, 54) TextButton.Font = Enum.Font.GothamBlack TextButton.Text = "ธงชาติและเพลงชาติไทย...(Make everyone hear this song)" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton.MouseButton1Down:connect(function() if game.SoundService.RespectFilteringEnabled == false then for i,v in pairs(game.Workspace:GetDescendants()) do if v:IsA("Sound") then v:Play() end end else loadstring(game:HttpGetAsync("https://pastebin.com/raw/Ts8TSAZN", 0, true))() notify("Sound is unexploitable.", warn(":(")) end end) Btools3.Name = "Btools :3" Btools3.Parent = main Btools3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Btools3.Position = UDim2.new(1, 0, 0, 0) Btools3.Size = UDim2.new(0, 44, 0, 302) Btools3.Font = Enum.Font.GothamBlack Btools3.Text = "Btools" Btools3.TextColor3 = Color3.fromRGB(0, 0, 0) Btools3.TextSize = 14.000 Btools3.MouseButton1Down:connect(function() loadstring(game:GetObjects("rbxassetid://730927001")[1].Source)() end) openmain.Name = "openmain" openmain.Parent = ScreenGui openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255) openmain.Position = UDim2.new(0.821939588, 0, 0.777912617, 0) openmain.Size = UDim2.new(0, 100, 0, 36) openmain.Active = true openmain.Draggable = true open.Name = "open" open.Parent = openmain open.BackgroundColor3 = Color3.fromRGB(199, 199, 199) open.Size = UDim2.new(0, 100, 0, 36) open.Font = Enum.Font.GothamBlack open.Text = "OPEN" open.TextColor3 = Color3.fromRGB(0, 0, 0) open.TextSize = 18.000 open.TextWrapped = true open.MouseButton1Down:connect(function() openmain.Visible = false main.Visible = true end)