Advertisement
VKOPSKS

Untitled

Aug 11th, 2022 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ender = 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. ender.Name = "ender"
  24. ender.Parent = game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets
  25. ender.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  26. ender.BorderSizePixel = 0
  27. ender.LayoutOrder = 45
  28. ender.Position = UDim2.new(0.206962913, 0, 0.0972515941, 0)
  29. ender.Size = UDim2.new(0, 100, 0, 100)
  30. ender.ZIndex = 2
  31. ender.AutoButtonColor = false
  32. ender.Font = Enum.Font.GothamBold
  33. ender.Text = ""
  34. ender.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. ender.TextSize = 18.000
  36.  
  37. Equipped.Name = "Equipped"
  38. Equipped.Parent = ender
  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 = ender
  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.519999981, 0, 0.519999981, 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=5570928037"
  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 = ender
  81.  
  82. Level.Name = "Level"
  83. Level.Parent = ender
  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.00000012, 0, 1.21000004, 0)
  89. Level.Size = UDim2.new(0.700000167, 0, 0.5, 0)
  90. Level.ZIndex = 10
  91. Level.Font = Enum.Font.FredokaOne
  92. Level.Text = "∞"
  93. Level.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. Level.TextScaled = true
  95. Level.TextSize = 18.000
  96. Level.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  97. Level.TextStrokeTransparency = 0.000
  98. Level.TextWrapped = true
  99. Level.TextXAlignment = Enum.TextXAlignment.Right
  100. Level.TextYAlignment = Enum.TextYAlignment.Top
  101.  
  102. Stars.Name = "Stars"
  103. Stars.Parent = ender
  104. Stars.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. Stars.BackgroundTransparency = 1.000
  106. Stars.BorderSizePixel = 0
  107. Stars.Size = UDim2.new(1, 0, 0.300000012, 0)
  108. Stars.ZIndex = 10
  109.  
  110. UIListLayout.Parent = Stars
  111. UIListLayout.FillDirection = Enum.FillDirection.Horizontal
  112. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  113. UIListLayout.Padding = UDim.new(-0.150000006, 0)
  114.  
  115. Star.Name = "Star"
  116. Star.Parent = Stars
  117. Star.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. Star.BackgroundTransparency = 1.000
  119. Star.BorderSizePixel = 0
  120. Star.Size = UDim2.new(1, 0, 1, 0)
  121. Star.ZIndex = 10
  122. Star.Image = "rbxassetid://7112773308"
  123. Star.ScaleType = Enum.ScaleType.Fit
  124.  
  125. UIAspectRatioConstraint.Parent = Star
  126.  
  127. StarGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  128. StarGradient.Name = "StarGradient"
  129. StarGradient.Parent = Star
  130.  
  131. HC.Name = "HC"
  132. HC.Parent = ender
  133. HC.AnchorPoint = Vector2.new(1, 1)
  134. HC.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. HC.BackgroundTransparency = 1.000
  136. HC.BorderSizePixel = 0
  137. HC.Position = UDim2.new(1.10000002, 0, 0.850000024, 0)
  138. HC.Size = UDim2.new(1, 0, 0.200000003, 0)
  139. HC.Visible = false
  140. HC.ZIndex = 10
  141. HC.Font = Enum.Font.FredokaOne
  142. HC.Text = "HC★"
  143. HC.TextColor3 = Color3.fromRGB(138, 146, 255)
  144. HC.TextScaled = true
  145. HC.TextSize = 18.000
  146. HC.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  147. HC.TextStrokeTransparency = 0.000
  148. HC.TextWrapped = true
  149. HC.TextXAlignment = Enum.TextXAlignment.Right
  150. HC.TextYAlignment = Enum.TextYAlignment.Top
  151.  
  152. RarityGradient.Name = "RarityGradient"
  153. RarityGradient.Parent = ender
  154. RarityGradient.AnchorPoint = Vector2.new(0.5, 0.5)
  155. RarityGradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. RarityGradient.BackgroundTransparency = 1.000
  157. RarityGradient.BorderSizePixel = 0
  158. RarityGradient.Position = UDim2.new(0.5, 0, 0.5, 0)
  159. RarityGradient.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  160. RarityGradient.Visible = false
  161. RarityGradient.Image = "rbxassetid://6511853914"
  162. RarityGradient.ScaleType = Enum.ScaleType.Fit
  163.  
  164. DeleteOverlay.Name = "DeleteOverlay"
  165. DeleteOverlay.Parent = ender
  166. DeleteOverlay.AnchorPoint = Vector2.new(0.5, 0.5)
  167. DeleteOverlay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. DeleteOverlay.BackgroundTransparency = 1.000
  169. DeleteOverlay.BorderSizePixel = 0
  170. DeleteOverlay.Position = UDim2.new(0.5, 0, 0.5, 0)
  171. DeleteOverlay.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  172. DeleteOverlay.Visible = false
  173. DeleteOverlay.ZIndex = 8
  174. DeleteOverlay.Image = "rbxassetid://6996371346"
  175. DeleteOverlay.ImageColor3 = Color3.fromRGB(255, 26, 26)
  176. DeleteOverlay.ScaleType = Enum.ScaleType.Fit
  177.  
  178. GiftboxIcon.Name = "GiftboxIcon"
  179. GiftboxIcon.Parent = ender
  180. GiftboxIcon.AnchorPoint = Vector2.new(1, 1)
  181. GiftboxIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. GiftboxIcon.BackgroundTransparency = 1.000
  183. GiftboxIcon.BorderSizePixel = 0
  184. GiftboxIcon.Position = UDim2.new(1, 0, 1, 0)
  185. GiftboxIcon.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  186. GiftboxIcon.Visible = false
  187. GiftboxIcon.ZIndex = 10
  188. GiftboxIcon.Image = "rbxassetid://9846432313"
  189. GiftboxIcon.ScaleType = Enum.ScaleType.Fit
  190.  
  191. StarGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  192. StarGradient_2.Name = "StarGradient"
  193. StarGradient_2.Parent = GiftboxIcon
  194.  
  195. ButtonUIScale.Name = "ButtonUIScale"
  196. ButtonUIScale.Parent = ender
  197.  
  198. -- Scripts:
  199.  
  200. local function DLQE_fake_script() -- ender.2
  201. local script = Instance.new('LocalScript', ender)
  202.  
  203. local v1 = require(game.ReplicatedStorage.Framework.Library)
  204.  
  205. while not v1.Loaded do
  206. game:GetService("RunService").Heartbeat:Wait()
  207. end
  208.  
  209. v1.GUIFX.ButtonFX(script.Parent)
  210. print("heartbeatT")
  211. end
  212. coroutine.wrap(DLQE_fake_script)()
  213. local function HGLO_fake_script() -- ender.LocalScript
  214. local script = Instance.new('LocalScript', ender)
  215.  
  216. local v1 = require(game.ReplicatedStorage:WaitForChild("Framework"):WaitForChild("Library"));
  217. while not v1.Loaded do
  218. game:GetService("RunService").Heartbeat:Wait();
  219. end;
  220.  
  221. script.Parent.MouseButton1Click:Connect(function()
  222. script.Parent.Equipped.Visible = not script.Parent.Equipped.Visible
  223. end)
  224. end
  225. coroutine.wrap(HGLO_fake_script)()
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement