Advertisement
meldrednyx

Jeepaint

Nov 3rd, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Mel = Instance.new("ScreenGui")
  7. local Mother = Instance.new("Frame")
  8. local Mel_2 = Instance.new("TextLabel")
  9. local Thumbnail = Instance.new("ImageLabel")
  10. local White = Instance.new("TextButton")
  11. local UICorner = Instance.new("UICorner")
  12. local Black = Instance.new("TextButton")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local Violet = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local Pink = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local Blue = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local Cyan = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local Low = Instance.new("Frame")
  23. local UICorner_7 = Instance.new("UICorner")
  24. local ModClose = Instance.new("TextButton")
  25. local UICorner_8 = Instance.new("UICorner")
  26.  
  27. --Properties:
  28.  
  29. Mel.Name = "Mel"
  30. Mel.Parent = game.CoreGui
  31. Mel.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. Mother.Name = "Mother"
  34. Mother.Parent = Mel
  35. Mother.AnchorPoint = Vector2.new(0.5, 0.5)
  36. Mother.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. Mother.BackgroundTransparency = 0.500
  38. Mother.Position = UDim2.new(0.0583756343, 0, 0.533352971, 1)
  39. Mother.Size = UDim2.new(0, 80, 0, 290)
  40. Mother.Visible = false
  41.  
  42. Mel_2.Name = "Mel"
  43. Mel_2.Parent = Mother
  44. Mel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  45. Mel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. Mel_2.BackgroundTransparency = 1.000
  47. Mel_2.Position = UDim2.new(0.493750036, 0, -0.0310344826, 0)
  48. Mel_2.Size = UDim2.new(0, 85, 0, 32)
  49. Mel_2.Font = Enum.Font.GothamSemibold
  50. Mel_2.Text = "MeldredNyx15"
  51. Mel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. Mel_2.TextScaled = true
  53. Mel_2.TextSize = 14.000
  54. Mel_2.TextWrapped = true
  55.  
  56. Thumbnail.Name = "Thumbnail"
  57. Thumbnail.Parent = Mother
  58. Thumbnail.AnchorPoint = Vector2.new(0.5, 0.5)
  59. Thumbnail.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Thumbnail.BackgroundTransparency = 1.000
  61. Thumbnail.Position = UDim2.new(0.493750036, 0, 0.119123735, 0)
  62. Thumbnail.Size = UDim2.new(0.849999905, 0, 0.189971581, 0)
  63. Thumbnail.Image = "http://www.roblox.com/asset/?id=7425752384"
  64.  
  65. White.Name = "White"
  66. White.Parent = Mother
  67. White.AnchorPoint = Vector2.new(0.5, 0.5)
  68. White.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  69. White.BackgroundTransparency = 0.500
  70. White.Position = UDim2.new(0.487500072, 0, 0.420689613, 0)
  71. White.Size = UDim2.new(0, 67, 0, 27)
  72. White.Font = Enum.Font.GothamBlack
  73. White.Text = "White"
  74. White.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. White.TextSize = 14.000
  76. White.MouseButton1Click:Connect(function()
  77. loadstring(game:HttpGet('https://pastebin.com/raw/WURs3Xpa'))()
  78. end)
  79.  
  80. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  81. UICorner.Parent = White
  82.  
  83. Black.Name = "Black"
  84. Black.Parent = Mother
  85. Black.AnchorPoint = Vector2.new(0.5, 0.5)
  86. Black.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  87. Black.BackgroundTransparency = 0.500
  88. Black.Position = UDim2.new(0.487500072, 0, 0.28965503, 0)
  89. Black.Size = UDim2.new(0, 67, 0, 27)
  90. Black.Font = Enum.Font.GothamBlack
  91. Black.Text = "Black"
  92. Black.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Black.TextSize = 14.000
  94. Black.MouseButton1Click:Connect(function()
  95. loadstring(game:HttpGet('https://pastebin.com/raw/WiKYeJ12'))()
  96. end)
  97.  
  98. UICorner_2.CornerRadius = UDim.new(0.200000003, 0)
  99. UICorner_2.Parent = Black
  100.  
  101. Violet.Name = "Violet"
  102. Violet.Parent = Mother
  103. Violet.AnchorPoint = Vector2.new(0.5, 0.5)
  104. Violet.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  105. Violet.BackgroundTransparency = 0.500
  106. Violet.Position = UDim2.new(0.50000006, 0, 0.672413707, 0)
  107. Violet.Size = UDim2.new(0, 67, 0, 27)
  108. Violet.Font = Enum.Font.GothamBlack
  109. Violet.Text = "Violet"
  110. Violet.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. Violet.TextSize = 14.000
  112. Violet.MouseButton1Click:Connect(function()
  113. loadstring(game:HttpGet('https://pastebin.com/raw/h8NNJmWZ'))()
  114. end)
  115.  
  116. UICorner_3.CornerRadius = UDim.new(0.200000003, 0)
  117. UICorner_3.Parent = Violet
  118.  
  119. Pink.Name = "Pink"
  120. Pink.Parent = Mother
  121. Pink.AnchorPoint = Vector2.new(0.5, 0.5)
  122. Pink.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  123. Pink.BackgroundTransparency = 0.500
  124. Pink.Position = UDim2.new(0.50000006, 0, 0.920689583, 0)
  125. Pink.Size = UDim2.new(0, 67, 0, 27)
  126. Pink.Font = Enum.Font.GothamBlack
  127. Pink.Text = "Pink"
  128. Pink.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. Pink.TextSize = 14.000
  130. Pink.MouseButton1Click:Connect(function()
  131. loadstring(game:HttpGet('https://pastebin.com/raw/TSmmz2Fr'))()
  132. end)
  133.  
  134. UICorner_4.CornerRadius = UDim.new(0.200000003, 0)
  135. UICorner_4.Parent = Pink
  136.  
  137. Blue.Name = "Blue"
  138. Blue.Parent = Mother
  139. Blue.AnchorPoint = Vector2.new(0.5, 0.5)
  140. Blue.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  141. Blue.BackgroundTransparency = 0.500
  142. Blue.Position = UDim2.new(0.50000006, 0, 0.544827402, 0)
  143. Blue.Size = UDim2.new(0, 67, 0, 27)
  144. Blue.Font = Enum.Font.GothamBlack
  145. Blue.Text = "Blue"
  146. Blue.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. Blue.TextSize = 14.000
  148. Blue.MouseButton1Click:Connect(function()
  149. loadstring(game:HttpGet('https://pastebin.com/raw/YzrJbrdH'))()
  150. end)
  151.  
  152. UICorner_5.CornerRadius = UDim.new(0.200000003, 0)
  153. UICorner_5.Parent = Blue
  154.  
  155. Cyan.Name = "Cyan"
  156. Cyan.Parent = Mother
  157. Cyan.AnchorPoint = Vector2.new(0.5, 0.5)
  158. Cyan.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  159. Cyan.BackgroundTransparency = 0.500
  160. Cyan.Position = UDim2.new(0.50000006, 0, 0.793103278, 0)
  161. Cyan.Size = UDim2.new(0, 67, 0, 27)
  162. Cyan.Font = Enum.Font.GothamBlack
  163. Cyan.Text = "Cyan"
  164. Cyan.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. Cyan.TextSize = 14.000
  166. Cyan.MouseButton1Click:Connect(function()
  167. loadstring(game:HttpGet('https://pastebin.com/raw/Qtv4LE1A'))()
  168. end)
  169.  
  170. UICorner_6.CornerRadius = UDim.new(0.100000001, 0)
  171. UICorner_6.Parent = Cyan
  172.  
  173. Low.Name = "Low"
  174. Low.Parent = Mel
  175. Low.AnchorPoint = Vector2.new(0.5, 0.5)
  176. Low.BackgroundColor3 = Color3.fromRGB(190, 190, 190)
  177. Low.BackgroundTransparency = 0.100
  178. Low.Position = UDim2.new(0.5, 0, 0.993504703, 0)
  179. Low.Size = UDim2.new(0, 325, 0, 6)
  180.  
  181. UICorner_7.CornerRadius = UDim.new(0.5, 0)
  182. UICorner_7.Parent = Low
  183.  
  184. ModClose.Name = "Mod/Close"
  185. ModClose.Parent = Low
  186. ModClose.AnchorPoint = Vector2.new(0.5, 0.5)
  187. ModClose.BackgroundColor3 = Color3.fromRGB(190, 190, 190)
  188. ModClose.Position = UDim2.new(0.5, 0, 0.994000018, 0)
  189. ModClose.Size = UDim2.new(0, 325, 0, 6)
  190. ModClose.Font = Enum.Font.SourceSans
  191. ModClose.Text = ""
  192. ModClose.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. ModClose.TextSize = 14.000
  194. ModClose.MouseButton1Click:Connect(function()
  195. Mother.Visible = true
  196. wait(60)
  197. Mother.Visible = false
  198. end)
  199.  
  200. UICorner_8.CornerRadius = UDim.new(0.5, 0)
  201. UICorner_8.Parent = ModClose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement