Advertisement
Guest User

MeepCity GUI

a guest
Mar 18th, 2020
12,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. --- Made By StrangeSir2 ---
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local InfiniteMoney = Instance.new("TextButton")
  6. local Plus = Instance.new("TextButton")
  7. local CtrlClickTp = Instance.new("TextButton")
  8. local FastRun = Instance.new("TextButton")
  9. local Title2 = Instance.new("TextLabel")
  10. local InfiniteJump = Instance.new("TextButton")
  11. local JumpBoost = Instance.new("TextButton")
  12. local Fishing = Instance.new("TextButton")
  13. local Quit = Instance.new("TextButton")
  14. local openmain = Instance.new("Frame")
  15. local open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. main.Position = UDim2.new(0.315706402, 0, 0.3071253, 0)
  25. main.Size = UDim2.new(0, 467, 0, 313)
  26. main.Visible = false
  27. main.Active = true
  28. main.Draggable = true
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = main
  32. Title.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  33. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. Title.Size = UDim2.new(0, 467, 0, 30)
  35. Title.Font = Enum.Font.Cartoon
  36. Title.Text = "MeepCity Exploiter"
  37. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. Title.TextSize = 25.000
  39.  
  40. InfiniteMoney.Name = "Infinite Money"
  41. InfiniteMoney.Parent = main
  42. InfiniteMoney.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  43. InfiniteMoney.Position = UDim2.new(0.0642398298, 0, 0.191693291, 0)
  44. InfiniteMoney.Size = UDim2.new(0, 136, 0, 30)
  45. InfiniteMoney.Font = Enum.Font.Cartoon
  46. InfiniteMoney.Text = "Inf Money"
  47. InfiniteMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. InfiniteMoney.TextScaled = true
  49. InfiniteMoney.TextSize = 25.000
  50. InfiniteMoney.TextWrapped = true
  51. InfiniteMoney.MouseButton1Down:connect(function()
  52. loadstring(game:HttpGet("https://pastebin.com/uvSkbkd2",true))()
  53. end)
  54.  
  55. Plus.Name = "Plus"
  56. Plus.Parent = main
  57. Plus.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  58. Plus.Position = UDim2.new(0.644539595, 0, 0.191693291, 0)
  59. Plus.Size = UDim2.new(0, 136, 0, 30)
  60. Plus.Font = Enum.Font.Cartoon
  61. Plus.Text = "Plus"
  62. Plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. Plus.TextScaled = true
  64. Plus.TextSize = 25.000
  65. Plus.TextWrapped = true
  66. Plus.MouseButton1Down:connect(function()
  67. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  68. end)
  69.  
  70. CtrlClickTp.Name = "Ctrl + Click Tp"
  71. CtrlClickTp.Parent = main
  72. CtrlClickTp.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  73. CtrlClickTp.Position = UDim2.new(0.0642398298, 0, 0.415335476, 0)
  74. CtrlClickTp.Size = UDim2.new(0, 136, 0, 30)
  75. CtrlClickTp.Font = Enum.Font.Cartoon
  76. CtrlClickTp.Text = "Ctrl + Click Tp"
  77. CtrlClickTp.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. CtrlClickTp.TextScaled = true
  79. CtrlClickTp.TextSize = 24.000
  80. CtrlClickTp.TextWrapped = true
  81. CtrlClickTp.MouseButton1Down:connect(function()
  82. loadstring(game:HttpGet("https://pastebin.com/sNzGXwVE",true))()
  83. end)
  84.  
  85. FastRun.Name = "Fast Run"
  86. FastRun.Parent = main
  87. FastRun.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  88. FastRun.Position = UDim2.new(0.117773019, 0, 0.808306694, 0)
  89. FastRun.Size = UDim2.new(0, 100, 0, 30)
  90. FastRun.Font = Enum.Font.Cartoon
  91. FastRun.Text = "Fast Run"
  92. FastRun.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. FastRun.TextScaled = true
  94. FastRun.TextSize = 25.000
  95. FastRun.TextWrapped = true
  96. FastRun.MouseButton1Down:connect(function()
  97. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  98. end)
  99.  
  100. Title2.Name = "Title 2"
  101. Title2.Parent = main
  102. Title2.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  103. Title2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  104. Title2.Position = UDim2.new(0, 0, 0.616613448, 0)
  105. Title2.Size = UDim2.new(0, 467, 0, 30)
  106. Title2.Font = Enum.Font.Cartoon
  107. Title2.Text = "Other Commands"
  108. Title2.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. Title2.TextSize = 25.000
  110.  
  111. InfiniteJump.Name = "Infinite Jump"
  112. InfiniteJump.Parent = main
  113. InfiniteJump.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  114. InfiniteJump.Position = UDim2.new(0.391862869, 0, 0.808306694, 0)
  115. InfiniteJump.Size = UDim2.new(0, 100, 0, 30)
  116. InfiniteJump.Font = Enum.Font.Cartoon
  117. InfiniteJump.Text = "Inf Jump"
  118. InfiniteJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. InfiniteJump.TextScaled = true
  120. InfiniteJump.TextSize = 25.000
  121. InfiniteJump.TextWrapped = true
  122. InfiniteJump.MouseButton1Down:connect(function()
  123. Scripthere
  124. end)
  125.  
  126. JumpPower.Name = "Jump Power"
  127. JumpPower.Parent = main
  128. JumpPower.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  129. JumpPower.Position = UDim2.new(0.668094218, 0, 0.808306694, 0)
  130. JumpPower.Size = UDim2.new(0, 100, 0, 30)
  131. JumpPower.Font = Enum.Font.Cartoon
  132. JumpPower.Text = "Jump Power"
  133. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. JumpPower.TextScaled = true
  135. JumpPower.TextSize = 21.000
  136. JumpPower.TextWrapped = true
  137. JumpPower.MouseButton1Down:connect(function()
  138. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  139. end)
  140.  
  141. Fishing.Name = "Fishing"
  142. Fishing.Parent = main
  143. Fishing.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  144. Fishing.Position = UDim2.new(0.644539595, 0, 0.415335476, 0)
  145. Fishing.Size = UDim2.new(0, 136, 0, 30)
  146. Fishing.Font = Enum.Font.Cartoon
  147. Fishing.Text = "Fishing"
  148. Fishing.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. Fishing.TextScaled = true
  150. Fishing.TextSize = 25.000
  151. Fishing.TextWrapped = true
  152. Fishing.MouseButton1Down:connect(function()
  153. Scripthere
  154. end)
  155.  
  156. Quit.Name = "Quit"
  157. Quit.Parent = main
  158. Quit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  159. Quit.Position = UDim2.new(0.9357602, 0, 0, 0)
  160. Quit.Size = UDim2.new(0, 32, 0, 30)
  161. Quit.Font = Enum.Font.Cartoon
  162. Quit.Text = "X"
  163. Quit.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. Quit.TextScaled = true
  165. Quit.TextSize = 50.000
  166. Quit.TextWrapped = true
  167. Quit.MouseButton1Down:connect(function()
  168. main.Visible = false
  169. openmain.Visible = true
  170. end)
  171.  
  172. openmain.Name = "openmain"
  173. openmain.Parent = ScreenGui
  174. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. openmain.Position = UDim2.new(0, 0, 0.479115486, 0)
  176. openmain.Size = UDim2.new(0, 100, 0, 30)
  177.  
  178. open.Name = "open"
  179. open.Parent = openmain
  180. open.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  181. open.Size = UDim2.new(0, 100, 0, 30)
  182. open.Font = Enum.Font.Cartoon
  183. open.Text = "Open"
  184. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. open.TextScaled = true
  186. open.TextSize = 14.000
  187. open.TextWrapped = true
  188. open.MouseButton1Down:connect(function()
  189. openmain.Visible = false
  190. main.Visible = true
  191. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement