Advertisement
VKOPSKS

Untitled

Aug 11th, 2022 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local amongus1 = 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. amongus1.Name = "amongus1"
  24. amongus1.Parent = game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets
  25. amongus1.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  26. amongus1.BorderSizePixel = 0
  27. amongus1.LayoutOrder = 45
  28. amongus1.Position = UDim2.new(0.309887856, 0, 0.342494726, 0)
  29. amongus1.Size = UDim2.new(0, 100, 0, 100)
  30. amongus1.ZIndex = 2
  31. amongus1.AutoButtonColor = false
  32. amongus1.Font = Enum.Font.GothamBold
  33. amongus1.Text = ""
  34. amongus1.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. amongus1.TextSize = 18.000
  36.  
  37. Equipped.Name = "Equipped"
  38. Equipped.Parent = amongus1
  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 = amongus1
  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.469999969, 0, 0.469999999, 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=7264819698"
  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 = amongus1
  81.  
  82. Level.Name = "Level"
  83. Level.Parent = amongus1
  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 = amongus1
  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.ScaleType = Enum.ScaleType.Fit
  125.  
  126. UIAspectRatioConstraint.Parent = Star
  127.  
  128. StarGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 205, 20)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 237, 42))}
  129. StarGradient.Name = "StarGradient"
  130. StarGradient.Parent = Star
  131.  
  132. HC.Name = "HC"
  133. HC.Parent = amongus1
  134. HC.AnchorPoint = Vector2.new(1, 1)
  135. HC.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. HC.BackgroundTransparency = 1.000
  137. HC.BorderSizePixel = 0
  138. HC.Position = UDim2.new(1.10000002, 0, 0.850000024, 0)
  139. HC.Size = UDim2.new(1, 0, 0.200000003, 0)
  140. HC.Visible = false
  141. HC.ZIndex = 10
  142. HC.Font = Enum.Font.FredokaOne
  143. HC.Text = "HC★"
  144. HC.TextColor3 = Color3.fromRGB(138, 146, 255)
  145. HC.TextScaled = true
  146. HC.TextSize = 18.000
  147. HC.TextStrokeColor3 = Color3.fromRGB(19, 48, 57)
  148. HC.TextStrokeTransparency = 0.000
  149. HC.TextWrapped = true
  150. HC.TextXAlignment = Enum.TextXAlignment.Right
  151. HC.TextYAlignment = Enum.TextYAlignment.Top
  152.  
  153. RarityGradient.Name = "RarityGradient"
  154. RarityGradient.Parent = amongus1
  155. RarityGradient.AnchorPoint = Vector2.new(0.5, 0.5)
  156. RarityGradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. RarityGradient.BackgroundTransparency = 1.000
  158. RarityGradient.BorderSizePixel = 0
  159. RarityGradient.Position = UDim2.new(0.5, 0, 0.5, 0)
  160. RarityGradient.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  161. RarityGradient.Visible = false
  162. RarityGradient.Image = "rbxassetid://6511853914"
  163. RarityGradient.ScaleType = Enum.ScaleType.Fit
  164.  
  165. DeleteOverlay.Name = "DeleteOverlay"
  166. DeleteOverlay.Parent = amongus1
  167. DeleteOverlay.AnchorPoint = Vector2.new(0.5, 0.5)
  168. DeleteOverlay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. DeleteOverlay.BackgroundTransparency = 1.000
  170. DeleteOverlay.BorderSizePixel = 0
  171. DeleteOverlay.Position = UDim2.new(0.5, 0, 0.5, 0)
  172. DeleteOverlay.Size = UDim2.new(1.10000002, 0, 1.10000002, 0)
  173. DeleteOverlay.Visible = false
  174. DeleteOverlay.ZIndex = 8
  175. DeleteOverlay.Image = "rbxassetid://6996371346"
  176. DeleteOverlay.ImageColor3 = Color3.fromRGB(255, 26, 26)
  177. DeleteOverlay.ScaleType = Enum.ScaleType.Fit
  178.  
  179. GiftboxIcon.Name = "GiftboxIcon"
  180. GiftboxIcon.Parent = amongus1
  181. GiftboxIcon.AnchorPoint = Vector2.new(1, 1)
  182. GiftboxIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. GiftboxIcon.BackgroundTransparency = 1.000
  184. GiftboxIcon.BorderSizePixel = 0
  185. GiftboxIcon.Position = UDim2.new(1, 0, 1, 0)
  186. GiftboxIcon.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  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 = amongus1
  197.  
  198. -- Scripts:
  199.  
  200. local function SLLFTAB_fake_script() -- amongus1.LocalScript
  201. local script = Instance.new('LocalScript', amongus1)
  202.  
  203. local v1 = require(game.ReplicatedStorage:WaitForChild("Framework"):WaitForChild("Library"));
  204. while not v1.Loaded do
  205. game:GetService("RunService").Heartbeat:Wait();
  206. end;
  207.  
  208. script.Parent.MouseButton1Click:Connect(function()
  209. if v1.Message.New("Do you wanna open Sus giftbox?", true) then
  210. script.Parent:Destroy()
  211. print("sus giftbox 1")
  212. end
  213. end)
  214. end
  215. coroutine.wrap(SLLFTAB_fake_script)()
  216. local function LUMM_fake_script() -- amongus1.2
  217. local script = Instance.new('LocalScript', amongus1)
  218.  
  219. local v1 = require(game.ReplicatedStorage.Framework.Library)
  220.  
  221. while not v1.Loaded do
  222. game:GetService("RunService").Heartbeat:Wait()
  223. end
  224.  
  225. v1.GUIFX.ButtonFX(script.Parent)
  226. v1.GUIFX.Tooltip(script.Parent, "Seson 1 SUS GIFTBOX")
  227. print("heartbeatT")
  228. end
  229. coroutine.wrap(LUMM_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement