Advertisement
MrRobloxHacker

Meep City Gui

Jan 12th, 2019
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "Gui Made By MrRobloxHacker";
  3. Color = Color3.new(255, 0, 0);
  4. Font = Enum.Font.SourceSansBold;
  5. FontSize = Enum.FontSize.Size24;
  6. })
  7.  
  8. wait(1)
  9.  
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = "Subscribe Now : MrRobloxHacker";
  12. Color = Color3.new(85, 255, 255);
  13. Font = Enum.Font.SourceSansBold;
  14. FontSize = Enum.FontSize.Size24;
  15. })
  16.  
  17. wait(1)
  18.  
  19. game.StarterGui:SetCore("SendNotification", {
  20. Title = "Wait 3 Seconds";
  21. Text = "Please Wait 3 Seconds";
  22. })
  23.  
  24. wait(3)
  25.  
  26. game.StarterGui:SetCore("SendNotification", {
  27. Title = "MrRobloxHacker Gui Loaded!";
  28. Text = "Gui Made By MrRobloxHacker";
  29. })
  30.  
  31. -- Objects
  32.  
  33. local MeepCity = Instance.new("ScreenGui")
  34. local MainFrame = Instance.new("Frame")
  35. local Title = Instance.new("TextLabel")
  36. local Plus = Instance.new("TextButton")
  37. local Bantuan = Instance.new("TextButton")
  38. local Made = Instance.new("TextLabel")
  39. local Tutup = Instance.new("TextButton")
  40. local Boom = Instance.new("TextButton")
  41. local Money = Instance.new("TextButton")
  42. local Chalk = Instance.new("TextButton")
  43. local BFrame = Instance.new("Frame")
  44. local Dudu = Instance.new("TextLabel")
  45. local BanTutup = Instance.new("TextButton")
  46. local BuFrame = Instance.new("Frame")
  47. local Buka = Instance.new("TextButton")
  48.  
  49. -- Properties
  50.  
  51. MeepCity.Name = "MeepCity"
  52. MeepCity.Parent = game.CoreGui
  53.  
  54. MainFrame.Name = "MainFrame"
  55. MainFrame.Parent = MeepCity
  56. MainFrame.Active = true
  57. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  58. MainFrame.Position = UDim2.new(0.148325354, 0, 0.268686861, 0)
  59. MainFrame.Size = UDim2.new(0, 470, 0, 283)
  60. MainFrame.Visible = false
  61. MainFrame.Style = Enum.FrameStyle.RobloxSquare
  62. MainFrame.Draggable = true
  63.  
  64. Title.Name = "Title"
  65. Title.Parent = MainFrame
  66. Title.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  67. Title.Position = UDim2.new(-0.0170212761, 0, -0.0282685515, 0)
  68. Title.Size = UDim2.new(0, 470, 0, 30)
  69. Title.Font = Enum.Font.SourceSansBold
  70. Title.Text = "Meep City Gui"
  71. Title.TextColor3 = Color3.new(1, 1, 1)
  72. Title.TextSize = 25
  73. Title.TextStrokeTransparency = 0.10000000149012
  74.  
  75. Plus.Name = "Plus"
  76. Plus.Parent = MainFrame
  77. Plus.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Plus.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  79. Plus.BorderSizePixel = 2
  80. Plus.Position = UDim2.new(0.0489361696, 0, 0.176678449, 0)
  81. Plus.Size = UDim2.new(0, 185, 0, 57)
  82. Plus.Font = Enum.Font.Cartoon
  83. Plus.Text = "Plus Game Pass"
  84. Plus.TextColor3 = Color3.new(1, 1, 1)
  85. Plus.TextSize = 20
  86. Plus.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  87. Plus.TextStrokeTransparency = 0
  88. Plus.MouseButton1Down:connect(function()
  89. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  90. end)
  91.  
  92. Bantuan.Name = "Bantuan"
  93. Bantuan.Parent = MainFrame
  94. Bantuan.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Bantuan.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  96. Bantuan.BorderSizePixel = 2
  97. Bantuan.Position = UDim2.new(0.644680858, 0, 0.879858613, 0)
  98. Bantuan.Size = UDim2.new(0, 146, 0, 30)
  99. Bantuan.Font = Enum.Font.Cartoon
  100. Bantuan.Text = "Help"
  101. Bantuan.TextColor3 = Color3.new(1, 1, 1)
  102. Bantuan.TextSize = 20
  103. Bantuan.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  104. Bantuan.TextStrokeTransparency = 0
  105. Bantuan.MouseButton1Down:connect(function()
  106. BFrame.Visible = true
  107. end)
  108.  
  109. Made.Name = "Made"
  110. Made.Parent = MainFrame
  111. Made.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  112. Made.BackgroundTransparency = 1
  113. Made.Position = UDim2.new(0.08723405, 0, 0.936395764, 0)
  114. Made.Size = UDim2.new(0, 59, 0, 15)
  115. Made.Font = Enum.Font.SourceSansBold
  116. Made.Text = "Gui Made By Anwarun"
  117. Made.TextColor3 = Color3.new(1, 1, 1)
  118. Made.TextSize = 19
  119. Made.TextStrokeTransparency = 0.10000000149012
  120.  
  121. Tutup.Name = "Tutup"
  122. Tutup.Parent = MainFrame
  123. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  124. Tutup.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  125. Tutup.BorderSizePixel = 2
  126. Tutup.Position = UDim2.new(0.929787219, 0, -0.0282685515, 0)
  127. Tutup.Size = UDim2.new(0, 40, 0, 30)
  128. Tutup.Font = Enum.Font.Cartoon
  129. Tutup.Text = "X"
  130. Tutup.TextColor3 = Color3.new(1, 1, 1)
  131. Tutup.TextSize = 20
  132. Tutup.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  133. Tutup.TextStrokeTransparency = 0
  134. Tutup.MouseButton1Down:connect(function()
  135. MainFrame.Visible = false
  136. BuFrame.Visible = true
  137. end)
  138.  
  139. Boom.Name = "Boom"
  140. Boom.Parent = MainFrame
  141. Boom.BackgroundColor3 = Color3.new(0, 0, 0)
  142. Boom.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  143. Boom.BorderSizePixel = 2
  144. Boom.Position = UDim2.new(0.506383002, 0, 0.176678449, 0)
  145. Boom.Size = UDim2.new(0, 185, 0, 57)
  146. Boom.Font = Enum.Font.Cartoon
  147. Boom.Text = "Boom Box Pass"
  148. Boom.TextColor3 = Color3.new(1, 1, 1)
  149. Boom.TextSize = 20
  150. Boom.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  151. Boom.TextStrokeTransparency = 0
  152. Boom.MouseButton1Down:connect(function()
  153. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].BoomBox.Value = true
  154. end)
  155.  
  156. Money.Name = "Money"
  157. Money.Parent = MainFrame
  158. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  159. Money.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  160. Money.BorderSizePixel = 2
  161. Money.Position = UDim2.new(0.506383002, 0, 0.455830395, 0)
  162. Money.Size = UDim2.new(0, 185, 0, 57)
  163. Money.Font = Enum.Font.Cartoon
  164. Money.Text = "Money Farm"
  165. Money.TextColor3 = Color3.new(1, 1, 1)
  166. Money.TextSize = 20
  167. Money.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  168. Money.TextStrokeTransparency = 0
  169. Money.MouseButton1Down:connect(function()
  170. game.ReplicatedStorage.Connection:InvokeServer(9,2) --Made by Amicus Vale
  171. game.ReplicatedStorage.Connection:InvokeServer(50)
  172. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  173. while wait() do
  174. game.ReplicatedStorage.Connection:InvokeServer(49)
  175. game.ReplicatedStorage.Connection:InvokeServer(51)
  176. end
  177. end)
  178.  
  179. Chalk.Name = "Chalk"
  180. Chalk.Parent = MainFrame
  181. Chalk.BackgroundColor3 = Color3.new(0, 0, 0)
  182. Chalk.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  183. Chalk.BorderSizePixel = 2
  184. Chalk.Position = UDim2.new(0.0489361919, 0, 0.455830395, 0)
  185. Chalk.Size = UDim2.new(0, 185, 0, 57)
  186. Chalk.Font = Enum.Font.Cartoon
  187. Chalk.Text = "Chalk Pass"
  188. Chalk.TextColor3 = Color3.new(1, 1, 1)
  189. Chalk.TextSize = 20
  190. Chalk.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  191. Chalk.TextStrokeTransparency = 0
  192. Chalk.MouseButton1Down:connect(function()
  193. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].ChalkPass.Value = true
  194. end)
  195.  
  196. BFrame.Name = "BFrame"
  197. BFrame.Parent = MeepCity
  198. BFrame.Active = true
  199. BFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  200. BFrame.Position = UDim2.new(0.185007975, 0, 0.282828301, 0)
  201. BFrame.Size = UDim2.new(0, 395, 0, 214)
  202. BFrame.Visible = false
  203. BFrame.Style = Enum.FrameStyle.RobloxSquare
  204. BFrame.Draggable = true
  205.  
  206. Dudu.Name = "Dudu"
  207. Dudu.Parent = BFrame
  208. Dudu.Active = true
  209. Dudu.BackgroundColor3 = Color3.new(1, 1, 1)
  210. Dudu.BackgroundTransparency = 1
  211. Dudu.Position = UDim2.new(-0.0202531647, 0, -0.0186915882, 0)
  212. Dudu.Size = UDim2.new(0, 395, 0, 206)
  213. Dudu.Font = Enum.Font.SourceSansBold
  214. Dudu.Text = "Money Farm : Go To Phising Place PHISING THE FISH AND SELL FISH PLUS PASS: YOU CAN GET WINGS IN SHOP ANOTHER ? I DONT KNOW , BTW THX FOR USE THIS GUI :D MADE BY : ANWARUN"
  215. Dudu.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  216. Dudu.TextSize = 19
  217. Dudu.TextWrapped = true
  218. Dudu.TextXAlignment = Enum.TextXAlignment.Left
  219. Dudu.TextYAlignment = Enum.TextYAlignment.Top
  220.  
  221. BanTutup.Name = "BanTutup"
  222. BanTutup.Parent = BFrame
  223. BanTutup.Active = false
  224. BanTutup.BackgroundColor3 = Color3.new(0, 0, 0)
  225. BanTutup.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  226. BanTutup.BorderSizePixel = 2
  227. BanTutup.Position = UDim2.new(0.493670881, 0, 0.785046697, 0)
  228. BanTutup.Size = UDim2.new(0, 200, 0, 50)
  229. BanTutup.Font = Enum.Font.SourceSansBold
  230. BanTutup.Text = "TUTUP / CLOSE"
  231. BanTutup.TextColor3 = Color3.new(1, 1, 1)
  232. BanTutup.TextSize = 20
  233. BanTutup.MouseButton1Down:connect(function()
  234. BFrame.Visible = false
  235. end)
  236.  
  237. BuFrame.Name = "BuFrame"
  238. BuFrame.Parent = MeepCity
  239. BuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  240. BuFrame.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  241. BuFrame.BorderSizePixel = 2
  242. BuFrame.Position = UDim2.new(0, 0, 0.474747479, 0)
  243. BuFrame.Size = UDim2.new(0, 179, 0, 52)
  244.  
  245. Buka.Name = "Buka"
  246. Buka.Parent = BuFrame
  247. Buka.BackgroundColor3 = Color3.new(1, 1, 1)
  248. Buka.BackgroundTransparency = 1
  249. Buka.Size = UDim2.new(0, 179, 0, 52)
  250. Buka.Font = Enum.Font.SourceSansBold
  251. Buka.Text = "BUKA / OPEN"
  252. Buka.TextColor3 = Color3.new(1, 1, 1)
  253. Buka.TextScaled = true
  254. Buka.TextSize = 14
  255. Buka.TextWrapped = true
  256. Buka.MouseButton1Down:connect(function()
  257. BuFrame.Visible = false
  258. MainFrame.Visible = true
  259. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement