Advertisement
VKOPSKS

Test

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