Facebook
From Colorant Water Vole, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 438
  1. --Made by PKgamerTH
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Viproom1 = Instance.new("TextButton")
  7. local Viproom2 = Instance.new("TextButton")
  8. local close = Instance.new("TextButton")
  9. local SpawnLocation = Instance.new("TextButton")
  10. local Goincoolhouse = Instance.new("TextButton")
  11. local Robmoney2 = Instance.new("TextButton")
  12. local Robmoney1 = Instance.new("TextButton")
  13. local Gogetsomegold = Instance.new("TextButton")
  14. local Gotoboomboxsea = Instance.new("TextButton")
  15. local Gotoboomboxfire = Instance.new("TextButton")
  16. local TextButton = Instance.new("TextButton")
  17. local Btools3 = Instance.new("TextButton")
  18. local openmain = Instance.new("Frame")
  19. local open = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24. main.Name = "main"
  25. main.Parent = ScreenGui
  26. main.BackgroundColor3 = Color3.fromRGB(74, 74, 74)
  27. main.Position = UDim2.new(0.295707494, 0, 0.0400485694, 0)
  28. main.Size = UDim2.new(0, 514, 0, 283)
  29. main.Visible = false
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. TextLabel.Parent = main
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.Size = UDim2.new(0, 514, 0, 41)
  36. TextLabel.Font = Enum.Font.GothamBlack
  37. TextLabel.Text = "City Thailand 2 (Test)"
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.TextSize = 14.000
  40.  
  41. Viproom1.Name = "Vip room(1)"
  42. Viproom1.Parent = main
  43. Viproom1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Viproom1.Position = UDim2.new(0.0175097268, 0, 0.176678449, 0)
  45. Viproom1.Size = UDim2.new(0, 121, 0, 45)
  46. Viproom1.Font = Enum.Font.GothamBlack
  47. Viproom1.Text = "VIP room(1)"
  48. Viproom1.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Viproom1.TextSize = 14.000
  50. Viproom1.MouseButton1Down:connect(function()
  51. target = game.Players.LocalPlayer:GetMouse() .Hit
  52. x = target.X
  53. y = target.Y
  54. z = target.Z
  55. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3.7833161354026,-175.92988586426,288.1722717852))
  56. end)
  57.  
  58. Viproom2.Name = "Vip room(2)"
  59. Viproom2.Parent = main
  60. Viproom2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Viproom2.Position = UDim2.new(0.38132295, 0, 0.176678449, 0)
  62. Viproom2.Size = UDim2.new(0, 121, 0, 45)
  63. Viproom2.Font = Enum.Font.GothamBlack
  64. Viproom2.Text = "VIP room(2)"
  65. Viproom2.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Viproom2.TextSize = 14.000
  67. Viproom2.MouseButton1Down:connect(function()
  68. target = game.Players.LocalPlayer:GetMouse() .Hit
  69. x = target.X
  70. y = target.Y
  71. z = target.Z
  72. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(11.545143127441,-175.92988586426,317.73217773438))
  73. end)
  74.  
  75. close.Name = "close"
  76. close.Parent = main
  77. close.BackgroundColor3 = Color3.fromRGB(54, 0, 0)
  78. close.BorderColor3 = Color3.fromRGB(20, 32, 40)
  79. close.Position = UDim2.new(0.889105022, 0, 0, 0)
  80. close.Size = UDim2.new(0, 57, 0, 41)
  81. close.Font = Enum.Font.GothamBlack
  82. close.Text = "X"
  83. close.TextColor3 = Color3.fromRGB(255, 0, 0)
  84. close.TextScaled = true
  85. close.TextSize = 14.000
  86. close.TextWrapped = true
  87. close.MouseButton1Down:connect(function()
  88. main.Visible = false
  89. openmain.Visible = true
  90. end)
  91.  
  92. SpawnLocation.Name = "Spawn Location"
  93. SpawnLocation.Parent = main
  94. SpawnLocation.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. SpawnLocation.Position = UDim2.new(0.747081757, 0, 0.176678449, 0)
  96. SpawnLocation.Size = UDim2.new(0, 121, 0, 45)
  97. SpawnLocation.Font = Enum.Font.GothamBlack
  98. SpawnLocation.Text = "Spawn Location"
  99. SpawnLocation.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. SpawnLocation.TextSize = 14.000
  101. SpawnLocation.MouseButton1Down:connect(function()
  102. target = game.Players.LocalPlayer:GetMouse() .Hit
  103. x = target.X
  104. y = target.Y
  105. z = target.Z
  106. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(69.852157592773,15.10710144043,305.44198608398))
  107. end)
  108.  
  109. Goincoolhouse.Name = "Go in cool house"
  110. Goincoolhouse.Parent = main
  111. Goincoolhouse.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. Goincoolhouse.Position = UDim2.new(0.747081757, 0, 0.402826846, 0)
  113. Goincoolhouse.Size = UDim2.new(0, 121, 0, 45)
  114. Goincoolhouse.Font = Enum.Font.GothamBlack
  115. Goincoolhouse.Text = "Go in cool house"
  116. Goincoolhouse.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. Goincoolhouse.TextSize = 14.000
  118. Goincoolhouse.MouseButton1Down:connect(function()
  119. target = game.Players.LocalPlayer:GetMouse() .Hit
  120. x = target.X
  121. y = target.Y
  122. z = target.Z
  123. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-108.20418548584,-33.029418945313,-117.61297607422))
  124. end)
  125.  
  126. Robmoney2.Name = "Rob money(2)"
  127. Robmoney2.Parent = main
  128. Robmoney2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. Robmoney2.Position = UDim2.new(0.38132301, 0, 0.402826846, 0)
  130. Robmoney2.Size = UDim2.new(0, 121, 0, 45)
  131. Robmoney2.Font = Enum.Font.GothamBlack
  132. Robmoney2.Text = "Rob money(2)"
  133. Robmoney2.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. Robmoney2.TextSize = 14.000
  135. Robmoney2.MouseButton1Down:connect(function()
  136. target = game.Players.LocalPlayer:GetMouse() .Hit
  137. x = target.X
  138. y = target.Y
  139. z = target.Z
  140. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(208.04209899902,-25.820001602173,-552.86242675781))
  141. end)
  142.  
  143. Robmoney1.Name = "Rob money(1)"
  144. Robmoney1.Parent = main
  145. Robmoney1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. Robmoney1.Position = UDim2.new(0.0175097585, 0, 0.402826846, 0)
  147. Robmoney1.Size = UDim2.new(0, 121, 0, 45)
  148. Robmoney1.Font = Enum.Font.GothamBlack
  149. Robmoney1.Text = "Rob money(1)"
  150. Robmoney1.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. Robmoney1.TextSize = 14.000
  152. Robmoney1.MouseButton1Down:connect(function()
  153. target = game.Players.LocalPlayer:GetMouse() .Hit
  154. x = target.X
  155. y = target.Y
  156. z = target.Z
  157. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-275.18356323242,10.950389862061,-545.58081054688))
  158. end)
  159.  
  160. Gogetsomegold.Name = "Go get some gold"
  161. Gogetsomegold.Parent = main
  162. Gogetsomegold.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. Gogetsomegold.Position = UDim2.new(0.747081757, 0, 0.64310956, 0)
  164. Gogetsomegold.Size = UDim2.new(0, 121, 0, 45)
  165. Gogetsomegold.Font = Enum.Font.GothamBlack
  166. Gogetsomegold.Text = "Get some gold"
  167. Gogetsomegold.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. Gogetsomegold.TextSize = 14.000
  169. Gogetsomegold.MouseButton1Down:connect(function()
  170. target = game.Players.LocalPlayer:GetMouse() .Hit
  171. x = target.X
  172. y = target.Y
  173. z = target.Z
  174. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(240.62329101563,-5.7164291641235,140.97622680664))
  175. end)
  176.  
  177. Gotoboomboxsea.Name = "Go to boombox sea"
  178. Gotoboomboxsea.Parent = main
  179. Gotoboomboxsea.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. Gotoboomboxsea.Position = UDim2.new(0.38132301, 0, 0.64310956, 0)
  181. Gotoboomboxsea.Size = UDim2.new(0, 121, 0, 45)
  182. Gotoboomboxsea.Font = Enum.Font.GothamBlack
  183. Gotoboomboxsea.Text = "Boombox sea"
  184. Gotoboomboxsea.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. Gotoboomboxsea.TextSize = 14.000
  186. Gotoboomboxsea.MouseButton1Down:connect(function()
  187. target = game.Players.LocalPlayer:GetMouse() .Hit
  188. x = target.X
  189. y = target.Y
  190. z = target.Z
  191. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(330.09317016602,-110.03049468994,-722.61907958984))
  192. end)
  193.  
  194.  
  195. Gotoboomboxfire.Name = "Go to boombox fire"
  196. Gotoboomboxfire.Parent = main
  197. Gotoboomboxfire.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  198. Gotoboomboxfire.Position = UDim2.new(0.0175097585, 0, 0.64310956, 0)
  199. Gotoboomboxfire.Size = UDim2.new(0, 121, 0, 45)
  200. Gotoboomboxfire.Font = Enum.Font.GothamBlack
  201. Gotoboomboxfire.Text = "Boombox fire"
  202. Gotoboomboxfire.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. Gotoboomboxfire.TextSize = 14.000
  204. Gotoboomboxfire.MouseButton1Down:connect(function()
  205. target = game.Players.LocalPlayer:GetMouse() .Hit
  206. x = target.X
  207. y = target.Y
  208. z = target.Z
  209. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(461.59573364258,8.1792335510254,-617.33026123047))
  210. end)
  211.  
  212. TextButton.Name = "ธงชาติและเพลงชาติไทย"
  213. TextButton.Parent = main
  214. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. TextButton.Position = UDim2.new(0, 0, 0.876325071, 0)
  216. TextButton.Size = UDim2.new(0, 514, 0, 54)
  217. TextButton.Font = Enum.Font.GothamBlack
  218. TextButton.Text = "ธงชาติและเพลงชาติไทย...(Make everyone hear this song)"
  219. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  220. TextButton.TextScaled = true
  221. TextButton.TextSize = 14.000
  222. TextButton.TextWrapped = true
  223. TextButton.MouseButton1Down:connect(function()
  224. if game.SoundService.RespectFilteringEnabled == false then
  225. for i,v in pairs(game.Workspace:GetDescendants()) do
  226. if v:IsA("Sound") then
  227. v:Play()
  228. end
  229. end
  230. else
  231. loadstring(game:HttpGetAsync("https://pastebin.com/raw/Ts8TSAZN", 0, true))()
  232. notify("Sound is unexploitable.", warn(":("))
  233. end
  234. end)
  235.  
  236. Btools3.Name = "Btools :3"
  237. Btools3.Parent = main
  238. Btools3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. Btools3.Position = UDim2.new(1, 0, 0, 0)
  240. Btools3.Size = UDim2.new(0, 44, 0, 302)
  241. Btools3.Font = Enum.Font.GothamBlack
  242. Btools3.Text = "Btools"
  243. Btools3.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. Btools3.TextSize = 14.000
  245. Btools3.MouseButton1Down:connect(function()
  246. loadstring(game:GetObjects("rbxassetid://730927001")[1].Source)()
  247. end)
  248.  
  249. openmain.Name = "openmain"
  250. openmain.Parent = ScreenGui
  251. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  252. openmain.Position = UDim2.new(0.821939588, 0, 0.777912617, 0)
  253. openmain.Size = UDim2.new(0, 100, 0, 36)
  254. openmain.Active = true
  255. openmain.Draggable = true
  256.  
  257. open.Name = "open"
  258. open.Parent = openmain
  259. open.BackgroundColor3 = Color3.fromRGB(199, 199, 199)
  260. open.Size = UDim2.new(0, 100, 0, 36)
  261. open.Font = Enum.Font.GothamBlack
  262. open.Text = "OPEN"
  263. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  264. open.TextSize = 18.000
  265. open.TextWrapped = true
  266. open.MouseButton1Down:connect(function()
  267. openmain.Visible = false
  268. main.Visible = true
  269. end)

Replies to City Thailand 2 rss

Title Name Language When
Re: City Thailand 2 City Thailand (Update version) text 3 Years ago.
Re: City Thailand 2 Made by PKgamerTH text 3 Years ago.