Roblox Meep City Map And Script Download

Jun 13th, 2018
Never

Before going down, can you please give a like to this video, to support me more? It only takes 1 seconds to click a like but few days for me to make a video.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Meep City Gui Script

  1. local Frame = Instance.new('Frame')
  2. local Plus = Instance.new('TextButton')
  3. local Farm = Instance.new('TextButton')
  4. local TextLabel_2 = Instance.new('TextLabel')
  5. local Party = Instance.new('TextButton')
  6. local small = Instance.new('TextButton')
  7. local TextLabel_3 = Instance.new('TextLabel')
  8. -- yee
  9. ScreenGui.Parent = game.CoreGui
  10. Frame.Parent = ScreenGui
  11. Frame.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  12. Frame.Position = UDim2.new(0.0736468509, 0, 0.4413203, 0)
  13. Frame.Active = true
  14. TextLabel.Parent = Frame
  15. TextLabel.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  16. TextLabel.Position = UDim2.new(0, 0, -0.0251572318, 0)
  17. TextLabel.Font = Enum.Font.Highway
  18. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  19. Plus.Parent = Frame
  20. Plus.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  21. Plus.Position = UDim2.new(0.0214285702, 0, 0.171027273, 0)
  22. Plus.Font = Enum.Font.Cartoon
  23. Plus.TextColor3 = Color3.new(0, 0, 0)
  24. Plus.MouseButton1Click:connect(function()
  25. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  26. Boombox.Parent = Frame
  27. Boombox.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  28. Boombox.Position = UDim2.new(0.0214285702, 0, 0.350272536, 0)
  29. Boombox.Font = Enum.Font.Cartoon
  30. Boombox.TextColor3 = Color3.new(0, 0, 0)
  31. Boombox.MouseButton1Click:connect(function()
  32. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].BoomBox.Value = true
  33. Farm.Parent = Frame
  34. Farm.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  35. Farm.Position = UDim2.new(0.0214285702, 0, 0.535807133, 0)
  36. Farm.Font = Enum.Font.Cartoon
  37. Farm.TextColor3 = Color3.new(0, 0, 0)
  38. Farm.MouseButton1Click:connect(function()
  39. game.ReplicatedStorage.Connection:InvokeServer(9,2) --Go Near a lake
  40. game.ReplicatedStorage.Connection:InvokeServer(50)
  41. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  42. game.ReplicatedStorage.Connection:InvokeServer(49)
  43. game.ReplicatedStorage.Connection:InvokeServer(51)
  44. end)
  45. tp.Name = 'tp'
  46. tp.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  47. tp.Position = UDim2.new(0.0214285702, 0, 0.721341729, 0)
  48. tp.Font = Enum.Font.Cartoon
  49. tp.TextColor3 = Color3.new(0, 0, 0)
  50. tp.MouseButton1Click:connect(function()
  51. local Mouse = Player:GetMouse()
  52. local UserInputService = game:GetService('UserInputService')
  53. local HoldingControl = false
  54. Mouse.Button1Down:connect(function()
  55. Player.Character:MoveTo(Mouse.Hit.p)
  56. end)
  57. UserInputService.InputBegan:connect(function(Input, Processed)
  58. if Input.UserInputType Enum.UserInputType.Keyboard then
  59. if Input.KeyCode Enum.KeyCode.LeftControl then
  60. elseif Input.KeyCode Enum.KeyCode.RightControl then
  61. end
  62. end)
  63. UserInputService.InputEnded:connect(function(Input, Processed)
  64. if Input.UserInputType Enum.UserInputType.Keyboard then
  65. if Input.KeyCode Enum.KeyCode.LeftControl then
  66. elseif Input.KeyCode Enum.KeyCode.RightControl then
  67. end
  68. end)
  69. TextLabel_2.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  70. TextLabel_2.Position = UDim2.new(0.318443805, 0, 0.169811323, 0)
  71. TextLabel_2.Font = Enum.Font.Code
  72. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  73. trailer.Parent = Frame
  74. trailer.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  75. trailer.Position = UDim2.new(0.357142866, 0, 0.171027243, 0)
  76. trailer.Font = Enum.Font.Cartoon
  77. trailer.TextColor3 = Color3.new(0, 0, 0)
  78. trailer.MouseButton1Click:connect(function()
  79. game.ReplicatedStorage.Connection:InvokeServer(45, 482)
  80. Party.Parent = Frame
  81. Party.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  82. Party.Position = UDim2.new(0.652857184, 0, 0.171027243, 0)
  83. Party.Font = Enum.Font.Cartoon
  84. Party.TextColor3 = Color3.new(0, 0, 0)
  85. Party.MouseButton1Click:connect(function()
  86. game.ReplicatedStorage.Connection:InvokeServer(45, 369)
  87. large.Parent = Frame
  88. large.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  89. large.Position = UDim2.new(0.357142895, 0, 0.350272536, 0)
  90. large.Font = Enum.Font.Cartoon
  91. large.TextColor3 = Color3.new(0, 0, 0)
  92. large.MouseButton1Click:connect(function()
  93. game.ReplicatedStorage.Connection:InvokeServer(45, 185)
  94. small.Parent = Frame
  95. small.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  96. small.Position = UDim2.new(0.652857184, 0, 0.350272536, 0)
  97. small.Font = Enum.Font.Cartoon
  98. small.TextColor3 = Color3.new(0, 0, 0)
  99. small.MouseButton1Click:connect(function()
  100. game.ReplicatedStorage.Connection:InvokeServer(45, 134)
  101. reg.Parent = Frame
  102. reg.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  103. reg.Position = UDim2.new(0.357142866, 0, 0.534591198, 0)
  104. reg.Font = Enum.Font.Cartoon
  105. reg.TextColor3 = Color3.new(0, 0, 0)
  106. reg.MouseButton1Click:connect(function()
  107. game.ReplicatedStorage.Connection:InvokeServer(45, 119)
  108. TextLabel_3.BackgroundColor3 = Color3.new(0.541176, 0.137255, 0.505882)
  109. TextLabel_3.Position = UDim2.new(0.357142866, 0, 0.720125794, 0)
  110. TextLabel_3.Font = Enum.Font.Code
  111. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
RAW Paste Data
Dec 30th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Download
  1. game.StarterGui:SetCore('ChatMakeSystemMessage', {
  2. Color = Color3.new(255, 0, 0);
  3. FontSize = Enum.FontSize.Size24;
  4. game.StarterGui:SetCore('ChatMakeSystemMessage', {
  5. Color = Color3.new(85, 255, 255);
  6. FontSize = Enum.FontSize.Size24;
  7. game.StarterGui:SetCore('ChatMakeSystemMessage', {
  8. Color = Color3.new(85, 255, 255);
  9. FontSize = Enum.FontSize.Size24;
  10. wait(1)
  11. game.StarterGui:SetCore('SendNotification', {
  12. Text = 'Please Wait 3 Seconds';
  13. Title = 'Irvan Gui Loaded!';
  14. Text = 'Gui Made By Moon Enjoyers By OVT~ Dont Forget To Smile Today~';
  15. local MainFrame = Instance.new('Frame')
  16. local Plus = Instance.new('TextButton')
  17. local Made = Instance.new('TextLabel')
  18. local Boom = Instance.new('TextButton')
  19. local Chalk = Instance.new('TextButton')
  20. local Dudu = Instance.new('TextLabel')
  21. local BuFrame = Instance.new('Frame')
  22. MeepCity.Parent = game.CoreGui
  23. MainFrame.Name = 'MainFrame'
  24. MainFrame.Active = true
  25. MainFrame.Position = UDim2.new(0.148325354, 0, 0.268686861, 0)
  26. MainFrame.Visible = false
  27. MainFrame.Draggable = true
  28. Title.Name = 'Title'
  29. Title.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  30. Title.Position = UDim2.new(-0.0170212761, 0, -0.0282685515, 0)
  31. Title.Font = Enum.Font.SourceSansBold
  32. Title.TextColor3 = Color3.new(1, 1, 1)
  33. Title.TextStrokeTransparency = 0.10000000149012
  34. Plus.Name = 'Plus'
  35. Plus.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Plus.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  37. Plus.Position = UDim2.new(0.0489361696, 0, 0.176678449, 0)
  38. Plus.Font = Enum.Font.Cartoon
  39. Plus.TextColor3 = Color3.new(1, 1, 1)
  40. Plus.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  41. Plus.MouseButton1Down:connect(function()
  42. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  43. Bantuan.Parent = MainFrame
  44. Bantuan.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  45. Bantuan.Position = UDim2.new(0.644680858, 0, 0.879858613, 0)
  46. Bantuan.Font = Enum.Font.Cartoon
  47. Bantuan.TextColor3 = Color3.new(1, 1, 1)
  48. Bantuan.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  49. Bantuan.MouseButton1Down:connect(function()
  50. end)
  51. Made.Name = 'Made'
  52. Made.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  53. Made.Position = UDim2.new(0.08723405, 0, 0.936395764, 0)
  54. Made.Font = Enum.Font.SourceSansBold
  55. Made.TextColor3 = Color3.new(1, 1, 1)
  56. Made.TextStrokeTransparency = 0.10000000149012
  57. Tutup.Name = 'Tutup'
  58. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Tutup.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  60. Tutup.Position = UDim2.new(0.929787219, 0, -0.0282685515, 0)
  61. Tutup.Font = Enum.Font.Cartoon
  62. Tutup.TextColor3 = Color3.new(1, 1, 1)
  63. Tutup.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  64. Tutup.MouseButton1Down:connect(function()
  65. BuFrame.Visible = true
  66. Boom.Parent = MainFrame
  67. Boom.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  68. Boom.Position = UDim2.new(0.506383002, 0, 0.176678449, 0)
  69. Boom.Font = Enum.Font.Cartoon
  70. Boom.TextColor3 = Color3.new(1, 1, 1)
  71. Boom.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  72. Boom.MouseButton1Down:connect(function()
  73. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].BoomBox.Value = true
  74. Money.Parent = MainFrame
  75. Money.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  76. Money.Position = UDim2.new(0.506383002, 0, 0.455830395, 0)
  77. Money.Font = Enum.Font.Cartoon
  78. Money.TextColor3 = Color3.new(1, 1, 1)
  79. Money.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  80. Money.MouseButton1Down:connect(function()
  81. game.ReplicatedStorage.Connection:InvokeServer(9,2) --Made by Amicus Vale
  82. game.ReplicatedStorage.Connection:InvokeServer(50)
  83. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  84. game.ReplicatedStorage.Connection:InvokeServer(49)
  85. game.ReplicatedStorage.Connection:InvokeServer(51)
  86. end)
  87. Chalk.Name = 'Chalk'
  88. Chalk.BackgroundColor3 = Color3.new(0, 0, 0)
  89. Chalk.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  90. Chalk.Position = UDim2.new(0.0489361919, 0, 0.455830395, 0)
  91. Chalk.Font = Enum.Font.Cartoon
  92. Chalk.TextColor3 = Color3.new(1, 1, 1)
  93. Chalk.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  94. Chalk.MouseButton1Down:connect(function()
  95. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].ChalkPass.Value = true
  96. BFrame.Parent = MeepCity
  97. BFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  98. BFrame.Position = UDim2.new(0.185007975, 0, 0.282828301, 0)
  99. BFrame.Visible = false
  100. BFrame.Draggable = true
  101. Dudu.Name = 'Dudu'
  102. Dudu.Active = true
  103. Dudu.BackgroundTransparency = 1
  104. Dudu.Position = UDim2.new(-0.0202531647, 0, -0.0186915882, 0)
  105. Dudu.Font = Enum.Font.SourceSansBold
  106. 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 ,THX FOR USING MY GUI ~ MADE BY : Irvan '
  107. Dudu.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  108. Dudu.TextWrapped = true
  109. Dudu.TextYAlignment = Enum.TextYAlignment.Top
  110. BanTutup.Name = 'BanTutup'
  111. BanTutup.Active = false
  112. BanTutup.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  113. BanTutup.Position = UDim2.new(0.493670881, 0, 0.785046697, 0)
  114. BanTutup.Font = Enum.Font.SourceSansBold
  115. BanTutup.TextColor3 = Color3.new(1, 1, 1)
  116. BanTutup.MouseButton1Down:connect(function()
  117. end)
  118. BuFrame.Name = 'BuFrame'
  119. BuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  120. BuFrame.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  121. BuFrame.Position = UDim2.new(0, 0, 0.474747479, 0)
  122. Buka.Parent = BuFrame
  123. Buka.BackgroundTransparency = 1
  124. Buka.Font = Enum.Font.SourceSansBold
  125. Buka.TextColor3 = Color3.new(1, 1, 1)
  126. Buka.TextSize = 14
  127. Buka.MouseButton1Down:connect(function()
  128. MainFrame.Visible = true

Roblox Meep City Map And Script Download Windows 10

Download

Roblox Meep City Map And Script Download Windows 7

RAW Paste Data

Roblox Scripts For Meep City