Advertisement
VKOPSKS

Untitled

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