Advertisement
VKOPSKS

Untitled

Aug 11th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. local amongusPET1 = 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. amongusPET1.Name = "amongusPET1"
  22. amongusPET1.Parent = game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets
  23. amongusPET1.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  24. amongusPET1.BorderSizePixel = 0
  25. amongusPET1.LayoutOrder = 45
  26. amongusPET1.Position = UDim2.new(0.191641167, 0, 0.329809725, 0)
  27. amongusPET1.Size = UDim2.new(0, 100, 0, 100)
  28. amongusPET1.ZIndex = 2
  29. amongusPET1.AutoButtonColor = false
  30. amongusPET1.Font = Enum.Font.GothamBold
  31. amongusPET1.Text = ""
  32. amongusPET1.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. amongusPET1.TextSize = 18.000
  34.  
  35. Equipped.Name = "Equipped"
  36. Equipped.Parent = amongusPET1
  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 = amongusPET1
  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.49999997, 0, 0.5, 0)
  55. PetIcon.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  56. PetIcon.ZIndex = 5
  57. PetIcon.Image = "http://www.roblox.com/asset/?id=10061337677"
  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 = amongusPET1
  79.  
  80. Level.Name = "Level"
  81. Level.Parent = amongusPET1
  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.00000012, 0, 1.21000004, 0)
  87. Level.Size = UDim2.new(0.700000167, 0, 0.5, 0)
  88. Level.ZIndex = 10
  89. Level.Font = Enum.Font.FredokaOne
  90. Level.Text = "∞"
  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 = amongusPET1
  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 = amongusPET1
  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.850000024, 0)
  136. HC.Size = UDim2.new(1, 0, 0.200000003, 0)
  137. HC.Visible = false
  138. HC.ZIndex = 10
  139. HC.Font = Enum.Font.FredokaOne
  140. HC.Text = "HC★"
  141. HC.TextColor3 = Color3.fromRGB(138, 146, 255)
  142. HC.TextScaled = true
  143. HC.TextSize = 18.000
  144. HC.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  145. HC.TextStrokeTransparency = 0.000
  146. HC.TextWrapped = true
  147. HC.TextXAlignment = Enum.TextXAlignment.Right
  148. HC.TextYAlignment = Enum.TextYAlignment.Top
  149.  
  150. RarityGradient.Name = "RarityGradient"
  151. RarityGradient.Parent = amongusPET1
  152. RarityGradient.AnchorPoint = Vector2.new(0.5, 0.5)
  153. RarityGradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. RarityGradient.BackgroundTransparency = 1.000
  155. RarityGradient.BorderSizePixel = 0
  156. RarityGradient.Position = UDim2.new(0.5, 0, 0.5, 0)
  157. RarityGradient.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  158. RarityGradient.Visible = false
  159. RarityGradient.Image = "rbxassetid://6511853914"
  160. RarityGradient.ScaleType = Enum.ScaleType.Fit
  161.  
  162. DeleteOverlay.Name = "DeleteOverlay"
  163. DeleteOverlay.Parent = amongusPET1
  164. DeleteOverlay.AnchorPoint = Vector2.new(0.5, 0.5)
  165. DeleteOverlay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. DeleteOverlay.BackgroundTransparency = 1.000
  167. DeleteOverlay.BorderSizePixel = 0
  168. DeleteOverlay.Position = UDim2.new(0.5, 0, 0.5, 0)
  169. DeleteOverlay.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  170. DeleteOverlay.Visible = false
  171. DeleteOverlay.ZIndex = 8
  172. DeleteOverlay.Image = "rbxassetid://6996371346"
  173. DeleteOverlay.ImageColor3 = Color3.fromRGB(255, 26, 26)
  174. DeleteOverlay.ScaleType = Enum.ScaleType.Fit
  175.  
  176. GiftboxIcon.Name = "GiftboxIcon"
  177. GiftboxIcon.Parent = amongusPET1
  178. GiftboxIcon.AnchorPoint = Vector2.new(1, 1)
  179. GiftboxIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. GiftboxIcon.BackgroundTransparency = 1.000
  181. GiftboxIcon.BorderSizePixel = 0
  182. GiftboxIcon.Position = UDim2.new(1, 0, 1, 0)
  183. GiftboxIcon.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  184. GiftboxIcon.Visible = false
  185. GiftboxIcon.ZIndex = 10
  186. GiftboxIcon.Image = "rbxassetid://9846432313"
  187. GiftboxIcon.ScaleType = Enum.ScaleType.Fit
  188.  
  189. StarGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  190. StarGradient_2.Name = "StarGradient"
  191. StarGradient_2.Parent = GiftboxIcon
  192.  
  193. ButtonUIScale.Name = "ButtonUIScale"
  194. ButtonUIScale.Parent = amongusPET1
  195.  
  196. -- Scripts:
  197.  
  198. local function MWCDTXX_fake_script() -- amongusPET1.2
  199. local script = Instance.new('LocalScript', amongusPET1)
  200.  
  201. local v1 = require(game.ReplicatedStorage.Framework.Library)
  202.  
  203. while not v1.Loaded do
  204. game:GetService("RunService").Heartbeat:Wait()
  205. end
  206.  
  207. v1.GUIFX.ButtonFX(script.Parent)
  208. print("heartbeatT")
  209. end
  210. coroutine.wrap(MWCDTXX_fake_script)()
  211. local function TELF_fake_script() -- amongusPET1.LocalScript
  212. local script = Instance.new('LocalScript', amongusPET1)
  213.  
  214. local v1 = require(game.ReplicatedStorage:WaitForChild("Framework"):WaitForChild("Library"));
  215. while not v1.Loaded do
  216. game:GetService("RunService").Heartbeat:Wait();
  217. end;
  218.  
  219. script.Parent.MouseButton1Click:Connect(function()
  220. script.Parent.Equipped.Visible = not script.Parent.Equipped.Visible
  221. end)
  222. end
  223. coroutine.wrap(TELF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement