Advertisement
VKOPSKS

Untitled

Aug 7th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local id4D5AD21DE10D4172B31C1099635ACA5C = Instance.new("TextButton")
  7. local Equipped = Instance.new("ImageLabel")
  8. local DeleteOverlay = Instance.new("ImageLabel")
  9. local HC = Instance.new("TextLabel")
  10. local UICorner = Instance.new("UICorner")
  11. local PetIcon = Instance.new("ImageLabel")
  12. local Locked = Instance.new("TextLabel")
  13. local Level = Instance.new("TextLabel")
  14. local Stars = Instance.new("Frame")
  15. local UIListLayout = Instance.new("UIListLayout")
  16. local Star = Instance.new("ImageLabel")
  17. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  18. local StarGradient = Instance.new("UIGradient")
  19. local RarityGradient = Instance.new("ImageLabel")
  20. local GiftboxIcon = Instance.new("ImageLabel")
  21. local StarGradient_2 = Instance.new("UIGradient")
  22. local ButtonUIScale = Instance.new("UIScale")
  23. local Sparkle = Instance.new("ImageLabel")
  24.  
  25. --Properties:
  26.  
  27. id4D5AD21DE10D4172B31C1099635ACA5C.Name = "id4D5AD21DE10D4172B31C1099635ACA5C"
  28. id4D5AD21DE10D4172B31C1099635ACA5C.Parent = game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets
  29. id4D5AD21DE10D4172B31C1099635ACA5C.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  30. id4D5AD21DE10D4172B31C1099635ACA5C.BorderSizePixel = 0
  31. id4D5AD21DE10D4172B31C1099635ACA5C.LayoutOrder = 40
  32. id4D5AD21DE10D4172B31C1099635ACA5C.Size = UDim2.new(0, 100, 0, 100)
  33. id4D5AD21DE10D4172B31C1099635ACA5C.ZIndex = 2
  34. id4D5AD21DE10D4172B31C1099635ACA5C.AutoButtonColor = false
  35. id4D5AD21DE10D4172B31C1099635ACA5C.Font = Enum.Font.GothamBold
  36. id4D5AD21DE10D4172B31C1099635ACA5C.Text = ""
  37. id4D5AD21DE10D4172B31C1099635ACA5C.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. id4D5AD21DE10D4172B31C1099635ACA5C.TextSize = 18.000
  39.  
  40. Equipped.Name = "Equipped"
  41. Equipped.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  42. Equipped.AnchorPoint = Vector2.new(0.5, 0.5)
  43. Equipped.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Equipped.BackgroundTransparency = 1.000
  45. Equipped.BorderSizePixel = 0
  46. Equipped.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  47. Equipped.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  48. Equipped.Visible = false
  49. Equipped.ZIndex = 11
  50. Equipped.Image = "rbxassetid://6516386809"
  51. Equipped.ScaleType = Enum.ScaleType.Fit
  52.  
  53. DeleteOverlay.Name = "DeleteOverlay"
  54. DeleteOverlay.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  55. DeleteOverlay.AnchorPoint = Vector2.new(0.5, 0.5)
  56. DeleteOverlay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. DeleteOverlay.BackgroundTransparency = 1.000
  58. DeleteOverlay.BorderSizePixel = 0
  59. DeleteOverlay.Position = UDim2.new(0.5, 0, 0.5, 0)
  60. DeleteOverlay.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  61. DeleteOverlay.Visible = false
  62. DeleteOverlay.ZIndex = 8
  63. DeleteOverlay.Image = "rbxassetid://6996371346"
  64. DeleteOverlay.ImageColor3 = Color3.fromRGB(255, 26, 26)
  65. DeleteOverlay.ScaleType = Enum.ScaleType.Fit
  66.  
  67. HC.Name = "HC"
  68. HC.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  69. HC.AnchorPoint = Vector2.new(1, 1)
  70. HC.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. HC.BackgroundTransparency = 1.000
  72. HC.BorderSizePixel = 0
  73. HC.Position = UDim2.new(1.10000002, 0, 0.850000024, 0)
  74. HC.Size = UDim2.new(1, 0, 0.200000003, 0)
  75. HC.Visible = false
  76. HC.ZIndex = 10
  77. HC.Font = Enum.Font.FredokaOne
  78. HC.Text = "HC★"
  79. HC.TextColor3 = Color3.fromRGB(138, 146, 255)
  80. HC.TextScaled = true
  81. HC.TextSize = 18.000
  82. HC.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  83. HC.TextStrokeTransparency = 0.000
  84. HC.TextWrapped = true
  85. HC.TextXAlignment = Enum.TextXAlignment.Right
  86. HC.TextYAlignment = Enum.TextYAlignment.Top
  87.  
  88. UICorner.CornerRadius = UDim.new(1, 0)
  89. UICorner.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  90.  
  91. PetIcon.Name = "PetIcon"
  92. PetIcon.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  93. PetIcon.AnchorPoint = Vector2.new(0.5, 0.5)
  94. PetIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. PetIcon.BackgroundTransparency = 1.000
  96. PetIcon.BorderSizePixel = 0
  97. PetIcon.Position = UDim2.new(0.5, 0, 0.5, 0)
  98. PetIcon.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  99. PetIcon.ZIndex = 5
  100. PetIcon.Image = "rbxassetid://8343895468"
  101. PetIcon.ScaleType = Enum.ScaleType.Fit
  102.  
  103. Locked.Name = "Locked"
  104. Locked.Parent = PetIcon
  105. Locked.AnchorPoint = Vector2.new(0.5, 0.5)
  106. Locked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Locked.BackgroundTransparency = 1.000
  108. Locked.BorderSizePixel = 0
  109. Locked.Position = UDim2.new(0.5, 0, 0.5, 0)
  110. Locked.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  111. Locked.Visible = false
  112. Locked.ZIndex = 8
  113. Locked.Font = Enum.Font.FredokaOne
  114. Locked.Text = "?"
  115. Locked.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. Locked.TextScaled = true
  117. Locked.TextSize = 18.000
  118. Locked.TextWrapped = true
  119.  
  120. Level.Name = "Level"
  121. Level.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  122. Level.AnchorPoint = Vector2.new(1, 1)
  123. Level.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. Level.BackgroundTransparency = 1.000
  125. Level.BorderSizePixel = 0
  126. Level.Position = UDim2.new(1.10000002, 0, 1.20000005, 0)
  127. Level.Size = UDim2.new(1, 0, 0.5, 0)
  128. Level.Visible = false
  129. Level.ZIndex = 10
  130. Level.Font = Enum.Font.FredokaOne
  131. Level.Text = "99"
  132. Level.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. Level.TextScaled = true
  134. Level.TextSize = 18.000
  135. Level.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  136. Level.TextStrokeTransparency = 0.000
  137. Level.TextWrapped = true
  138. Level.TextXAlignment = Enum.TextXAlignment.Right
  139. Level.TextYAlignment = Enum.TextYAlignment.Top
  140.  
  141. Stars.Name = "Stars"
  142. Stars.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  143. Stars.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. Stars.BackgroundTransparency = 1.000
  145. Stars.BorderSizePixel = 0
  146. Stars.Size = UDim2.new(1, 0, 0.300000012, 0)
  147. Stars.ZIndex = 10
  148.  
  149. UIListLayout.Parent = Stars
  150. UIListLayout.FillDirection = Enum.FillDirection.Horizontal
  151. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  152. UIListLayout.Padding = UDim.new(-0.150000006, 0)
  153.  
  154. Star.Name = "Star"
  155. Star.Parent = Stars
  156. Star.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. Star.BackgroundTransparency = 1.000
  158. Star.BorderSizePixel = 0
  159. Star.Size = UDim2.new(1, 0, 1, 0)
  160. Star.ZIndex = 10
  161. Star.Image = "rbxassetid://7112773308"
  162. Star.ScaleType = Enum.ScaleType.Fit
  163.  
  164. UIAspectRatioConstraint.Parent = Star
  165.  
  166. StarGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  167. StarGradient.Name = "StarGradient"
  168. StarGradient.Parent = Star
  169.  
  170. RarityGradient.Name = "RarityGradient"
  171. RarityGradient.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  172. RarityGradient.AnchorPoint = Vector2.new(0.5, 0.5)
  173. RarityGradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174. RarityGradient.BackgroundTransparency = 1.000
  175. RarityGradient.BorderSizePixel = 0
  176. RarityGradient.Position = UDim2.new(0.5, 0, 0.5, 0)
  177. RarityGradient.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  178. RarityGradient.Visible = false
  179. RarityGradient.Image = "rbxassetid://6511853914"
  180. RarityGradient.ScaleType = Enum.ScaleType.Fit
  181.  
  182. GiftboxIcon.Name = "GiftboxIcon"
  183. GiftboxIcon.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  184. GiftboxIcon.AnchorPoint = Vector2.new(1, 1)
  185. GiftboxIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. GiftboxIcon.BackgroundTransparency = 1.000
  187. GiftboxIcon.BorderSizePixel = 0
  188. GiftboxIcon.Position = UDim2.new(1, 0, 1, 0)
  189. GiftboxIcon.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  190. GiftboxIcon.ZIndex = 10
  191. GiftboxIcon.Image = "rbxassetid://9846432313"
  192. GiftboxIcon.ScaleType = Enum.ScaleType.Fit
  193.  
  194. StarGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  195. StarGradient_2.Name = "StarGradient"
  196. StarGradient_2.Parent = GiftboxIcon
  197.  
  198. ButtonUIScale.Name = "ButtonUIScale"
  199. ButtonUIScale.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  200.  
  201. Sparkle.Name = "Sparkle"
  202. Sparkle.Parent = id4D5AD21DE10D4172B31C1099635ACA5C
  203. Sparkle.AnchorPoint = Vector2.new(0.5, 0.5)
  204. Sparkle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  205. Sparkle.BackgroundTransparency = 1.000
  206. Sparkle.BorderSizePixel = 0
  207. Sparkle.Position = UDim2.new(0.363444209, 0, 0.115109131, 0)
  208. Sparkle.Size = UDim2.new(0.169248849, 0, 0.169248849, 0)
  209. Sparkle.ZIndex = 6
  210. Sparkle.Image = "rbxassetid://7112395588"
  211. Sparkle.ScaleType = Enum.ScaleType.Fit
  212.  
  213. -- Scripts:
  214.  
  215. local function MUMMS_fake_script() -- id4D5AD21DE10D4172B31C1099635ACA5C.LocalScript
  216. local script = Instance.new('LocalScript', id4D5AD21DE10D4172B31C1099635ACA5C)
  217.  
  218. local v1 = require(game.ReplicatedStorage:WaitForChild("Framework"):WaitForChild("Library"));
  219. while not v1.Loaded do
  220. game:GetService("RunService").Heartbeat:Wait();
  221. end;
  222.  
  223. script.Parent.MouseButton1Click:Connect(function()
  224. if v1.Message.New("Do you wanna open this gift?", true) then
  225. script.Parent:Destroy()
  226. end
  227. end)
  228. end
  229. coroutine.wrap(MUMMS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement