Advertisement
Domino2007

Domino's Cheats - GUI

May 16th, 2021
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.53 KB | None | 0 0
  1. local DominosCheats = Instance.new("ScreenGui")
  2. local Background = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local TextLabel = Instance.new("TextLabel")
  5. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  6. local Line = Instance.new("Frame")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local Items = Instance.new("Frame")
  9. local Player = Instance.new("Frame")
  10. local Line_2 = Instance.new("Frame")
  11. local Right = Instance.new("ScrollingFrame")
  12. local UIListLayout = Instance.new("UIListLayout")
  13. local Player_JumpPower = Instance.new("Frame")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  16. local Frame = Instance.new("Frame")
  17. local UICorner_3 = Instance.new("UICorner")
  18. local Player_JumpPower_TB = Instance.new("TextBox")
  19. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  20. local Left = Instance.new("ScrollingFrame")
  21. local Player_Speed = Instance.new("Frame")
  22. local TextLabel_3 = Instance.new("TextLabel")
  23. local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
  24. local Frame_2 = Instance.new("Frame")
  25. local UICorner_4 = Instance.new("UICorner")
  26. local Player_Speed_TB = Instance.new("TextBox")
  27. local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
  28. local UIListLayout_2 = Instance.new("UIListLayout")
  29. local Exit = Instance.new("ImageButton")
  30. local Settings = Instance.new("TextButton")
  31. local UICorner_5 = Instance.new("UICorner")
  32. local ImageLabel = Instance.new("ImageLabel")
  33. local Others = Instance.new("TextButton")
  34. local UICorner_6 = Instance.new("UICorner")
  35. local ImageLabel_2 = Instance.new("ImageLabel")
  36. local Player_2 = Instance.new("TextButton")
  37. local UICorner_7 = Instance.new("UICorner")
  38. local ImageLabel_3 = Instance.new("ImageLabel")
  39.  
  40. --Properties:
  41.  
  42. DominosCheats.Name = "Domino's Cheats"
  43. DominosCheats.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  44. DominosCheats.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45.  
  46. Background.Name = "Background"
  47. Background.Parent = DominosCheats
  48. Background.AnchorPoint = Vector2.new(0.5, 0.5)
  49. Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. Background.BorderSizePixel = 0
  51. Background.Position = UDim2.new(0.5, 0, 0.5, 0)
  52. Background.Size = UDim2.new(0, 622, 0, 393)
  53.  
  54. UICorner.CornerRadius = UDim.new(0, 10)
  55. UICorner.Parent = Background
  56.  
  57. TextLabel.Parent = Background
  58. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. TextLabel.BorderSizePixel = 0
  60. TextLabel.Position = UDim2.new(0.0209003221, 0, 0.0254452918, 0)
  61. TextLabel.Size = UDim2.new(0, 144, 0, 40)
  62. TextLabel.Font = Enum.Font.SourceSans
  63. TextLabel.Text = "Domino's Cheats"
  64. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. TextLabel.TextScaled = true
  66. TextLabel.TextSize = 18.000
  67. TextLabel.TextWrapped = true
  68. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  69.  
  70. UITextSizeConstraint.Parent = TextLabel
  71. UITextSizeConstraint.MaxTextSize = 24
  72.  
  73. Line.Name = "Line"
  74. Line.Parent = Background
  75. Line.BackgroundColor3 = Color3.fromRGB(86, 204, 242)
  76. Line.BorderSizePixel = 0
  77. Line.Position = UDim2.new(0.467845649, 0, 0.147582695, 0)
  78. Line.Size = UDim2.new(0, 40, 0, 5)
  79.  
  80. UICorner_2.CornerRadius = UDim.new(0, 5)
  81. UICorner_2.Parent = Line
  82.  
  83. Items.Name = "Items"
  84. Items.Parent = Background
  85. Items.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. Items.BorderSizePixel = 0
  87. Items.Position = UDim2.new(0.0369774997, 0, 0.198473275, 0)
  88. Items.Size = UDim2.new(0, 575, 0, 297)
  89.  
  90. Player.Name = "Player"
  91. Player.Parent = Items
  92. Player.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. Player.BorderSizePixel = 0
  94. Player.Size = UDim2.new(1, 0, 1, 0)
  95.  
  96. Line_2.Name = "Line"
  97. Line_2.Parent = Player
  98. Line_2.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  99. Line_2.BorderSizePixel = 0
  100. Line_2.Position = UDim2.new(0.499130458, 0, 0.0269360244, 0)
  101. Line_2.Size = UDim2.new(0, 2, 0, 280)
  102.  
  103. Right.Name = "Right"
  104. Right.Parent = Player
  105. Right.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  106. Right.BackgroundTransparency = 1.000
  107. Right.BorderSizePixel = 0
  108. Right.ClipsDescendants = false
  109. Right.Position = UDim2.new(0.525217414, 0, 0, 0)
  110. Right.Selectable = false
  111. Right.Size = UDim2.new(0.474782616, 0, 1.00000012, 0)
  112. Right.CanvasSize = UDim2.new(0, 0, 0, 0)
  113.  
  114. UIListLayout.Parent = Right
  115. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  116. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  117.  
  118. Player_JumpPower.Name = "Player_JumpPower"
  119. Player_JumpPower.Parent = Right
  120. Player_JumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. Player_JumpPower.BorderSizePixel = 0
  122. Player_JumpPower.Position = UDim2.new(0.00549450563, 0, 0, 0)
  123. Player_JumpPower.Size = UDim2.new(0, 270, 0, 40)
  124.  
  125. TextLabel_2.Parent = Player_JumpPower
  126. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. TextLabel_2.BorderSizePixel = 0
  128. TextLabel_2.Position = UDim2.new(0.0444444455, 0, 0, 0)
  129. TextLabel_2.Size = UDim2.new(0.57407409, 0, 1, 0)
  130. TextLabel_2.Font = Enum.Font.SourceSans
  131. TextLabel_2.Text = "JumpPower"
  132. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. TextLabel_2.TextScaled = true
  134. TextLabel_2.TextSize = 14.000
  135. TextLabel_2.TextWrapped = true
  136. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  137.  
  138. UITextSizeConstraint_2.Parent = TextLabel_2
  139. UITextSizeConstraint_2.MaxTextSize = 18
  140.  
  141. Frame.Parent = Player_JumpPower
  142. Frame.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  143. Frame.BorderSizePixel = 0
  144. Frame.Position = UDim2.new(0.474074066, 0, 0.149999991, 0)
  145. Frame.Size = UDim2.new(0.437037051, 0, 0.675000012, 0)
  146.  
  147. UICorner_3.CornerRadius = UDim.new(0, 5)
  148. UICorner_3.Parent = Frame
  149.  
  150. Player_JumpPower_TB.Name = "Player_JumpPower_TB"
  151. Player_JumpPower_TB.Parent = Frame
  152. Player_JumpPower_TB.AnchorPoint = Vector2.new(0.5, 0.5)
  153. Player_JumpPower_TB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. Player_JumpPower_TB.BackgroundTransparency = 1.000
  155. Player_JumpPower_TB.BorderSizePixel = 0
  156. Player_JumpPower_TB.Position = UDim2.new(0.5, 0, 0.5, 0)
  157. Player_JumpPower_TB.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  158. Player_JumpPower_TB.ClearTextOnFocus = false
  159. Player_JumpPower_TB.Font = Enum.Font.SourceSans
  160. Player_JumpPower_TB.PlaceholderText = "Value"
  161. Player_JumpPower_TB.Text = "50"
  162. Player_JumpPower_TB.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. Player_JumpPower_TB.TextScaled = true
  164. Player_JumpPower_TB.TextSize = 14.000
  165. Player_JumpPower_TB.TextWrapped = true
  166.  
  167. UITextSizeConstraint_3.Parent = Player_JumpPower_TB
  168. UITextSizeConstraint_3.MaxTextSize = 18
  169.  
  170. Left.Name = "Left"
  171. Left.Parent = Player
  172. Left.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  173. Left.BackgroundTransparency = 1.000
  174. Left.BorderSizePixel = 0
  175. Left.ClipsDescendants = false
  176. Left.Selectable = false
  177. Left.Size = UDim2.new(0.474782616, 0, 1.00000012, 0)
  178. Left.CanvasSize = UDim2.new(0, 0, 0, 0)
  179.  
  180. Player_Speed.Name = "Player_Speed"
  181. Player_Speed.Parent = Left
  182. Player_Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. Player_Speed.BorderSizePixel = 0
  184. Player_Speed.Position = UDim2.new(0.00549450563, 0, 0, 0)
  185. Player_Speed.Size = UDim2.new(0, 270, 0, 40)
  186.  
  187. TextLabel_3.Parent = Player_Speed
  188. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. TextLabel_3.BorderSizePixel = 0
  190. TextLabel_3.Position = UDim2.new(0.0444444455, 0, 0, 0)
  191. TextLabel_3.Size = UDim2.new(0.57407409, 0, 1, 0)
  192. TextLabel_3.ZIndex = 0
  193. TextLabel_3.Font = Enum.Font.SourceSans
  194. TextLabel_3.Text = "Player Speed"
  195. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. TextLabel_3.TextScaled = true
  197. TextLabel_3.TextSize = 14.000
  198. TextLabel_3.TextWrapped = true
  199. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  200.  
  201. UITextSizeConstraint_4.Parent = TextLabel_3
  202. UITextSizeConstraint_4.MaxTextSize = 18
  203.  
  204. Frame_2.Parent = Player_Speed
  205. Frame_2.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  206. Frame_2.BorderSizePixel = 0
  207. Frame_2.Position = UDim2.new(0.474074066, 0, 0.149999991, 0)
  208. Frame_2.Size = UDim2.new(0, 118, 0, 27)
  209. Frame_2.ZIndex = 0
  210.  
  211. UICorner_4.CornerRadius = UDim.new(0, 5)
  212. UICorner_4.Parent = Frame_2
  213.  
  214. Player_Speed_TB.Name = "Player_Speed_TB"
  215. Player_Speed_TB.Parent = Frame_2
  216. Player_Speed_TB.AnchorPoint = Vector2.new(0.5, 0.5)
  217. Player_Speed_TB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. Player_Speed_TB.BackgroundTransparency = 1.000
  219. Player_Speed_TB.BorderSizePixel = 0
  220. Player_Speed_TB.Position = UDim2.new(0.5, 0, 0.5, 0)
  221. Player_Speed_TB.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  222. Player_Speed_TB.ClearTextOnFocus = false
  223. Player_Speed_TB.Font = Enum.Font.SourceSans
  224. Player_Speed_TB.PlaceholderText = "Value"
  225. Player_Speed_TB.Text = "16"
  226. Player_Speed_TB.TextColor3 = Color3.fromRGB(0, 0, 0)
  227. Player_Speed_TB.TextScaled = true
  228. Player_Speed_TB.TextSize = 14.000
  229. Player_Speed_TB.TextWrapped = true
  230.  
  231. UITextSizeConstraint_5.Parent = Player_Speed_TB
  232. UITextSizeConstraint_5.MaxTextSize = 18
  233.  
  234. UIListLayout_2.Parent = Left
  235. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  236. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  237.  
  238. Exit.Name = "Exit"
  239. Exit.Parent = Background
  240. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. Exit.BackgroundTransparency = 1.000
  242. Exit.BorderSizePixel = 0
  243. Exit.Position = UDim2.new(0.935691297, 0, 0.0254452936, 0)
  244. Exit.Size = UDim2.new(0, 30, 0, 30)
  245. Exit.Selected = true
  246. Exit.Image = "http://www.roblox.com/asset/?id=6824612759"
  247.  
  248. Settings.Name = "Settings"
  249. Settings.Parent = Background
  250. Settings.Active = false
  251. Settings.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  252. Settings.BorderSizePixel = 0
  253. Settings.LayoutOrder = 2
  254. Settings.Position = UDim2.new(0.556270063, 0, 0.0254452899, 0)
  255. Settings.Selectable = false
  256. Settings.Size = UDim2.new(0.0643086806, 0, 0.101781167, 0)
  257. Settings.AutoButtonColor = false
  258. Settings.Text = ""
  259.  
  260. UICorner_5.CornerRadius = UDim.new(0, 5)
  261. UICorner_5.Parent = Settings
  262.  
  263. ImageLabel.Parent = Settings
  264. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  265. ImageLabel.BackgroundTransparency = 1.000
  266. ImageLabel.BorderSizePixel = 0
  267. ImageLabel.Position = UDim2.new(0.12500003, 0, 0.125, 0)
  268. ImageLabel.Size = UDim2.new(0.75, 0, 0.75, 0)
  269. ImageLabel.Image = "http://www.roblox.com/asset/?id=6824610527"
  270.  
  271. Others.Name = "Others"
  272. Others.Parent = Background
  273. Others.Active = false
  274. Others.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  275. Others.BorderSizePixel = 0
  276. Others.LayoutOrder = 2
  277. Others.Position = UDim2.new(0.379421175, 0, 0.0254452899, 0)
  278. Others.Selectable = false
  279. Others.Size = UDim2.new(0.0643086806, 0, 0.101781167, 0)
  280. Others.AutoButtonColor = false
  281. Others.Text = ""
  282.  
  283. UICorner_6.CornerRadius = UDim.new(0, 5)
  284. UICorner_6.Parent = Others
  285.  
  286. ImageLabel_2.Parent = Others
  287. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. ImageLabel_2.BackgroundTransparency = 1.000
  289. ImageLabel_2.BorderSizePixel = 0
  290. ImageLabel_2.Position = UDim2.new(0.12500003, 0, 0.125, 0)
  291. ImageLabel_2.Size = UDim2.new(0.75, 0, 0.75, 0)
  292. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6824610978"
  293.  
  294. Player_2.Name = "Player"
  295. Player_2.Parent = Background
  296. Player_2.Active = false
  297. Player_2.BackgroundColor3 = Color3.fromRGB(242, 242, 242)
  298. Player_2.BorderSizePixel = 0
  299. Player_2.LayoutOrder = 2
  300. Player_2.Position = UDim2.new(0.467845649, 0, 0.0254452918, 0)
  301. Player_2.Selectable = false
  302. Player_2.Size = UDim2.new(0.0643086806, 0, 0.101781167, 0)
  303. Player_2.AutoButtonColor = false
  304. Player_2.Text = ""
  305.  
  306. UICorner_7.CornerRadius = UDim.new(0, 5)
  307. UICorner_7.Parent = Player_2
  308.  
  309. ImageLabel_3.Parent = Player_2
  310. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. ImageLabel_3.BackgroundTransparency = 1.000
  312. ImageLabel_3.BorderSizePixel = 0
  313. ImageLabel_3.Position = UDim2.new(0.12500003, 0, 0.125, 0)
  314. ImageLabel_3.Size = UDim2.new(0.75, 0, 0.75, 0)
  315. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=6824611651"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement