Advertisement
jwjw2006

adopt and raise gear

Dec 14th, 2019
2,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local Tommygun = Instance.new("TextButton")
  9. local Sword = Instance.new("TextButton")
  10. local Greensword = Instance.new("TextButton")
  11. local Purplesword = Instance.new("TextButton")
  12. local Explosivescroll = Instance.new("TextButton")
  13. local Remotemine = Instance.new("TextButton")
  14. local Airstrike = Instance.new("TextButton")
  15. local Tripmine = Instance.new("TextButton")
  16. local Givegear = Instance.new("TextButton")
  17. local GearID = Instance.new("TextBox")
  18. --Properties:
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  23. Frame.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  24. Frame.Position = UDim2.new(0.121881001, 0, 0.302788854, 0)
  25. Frame.Size = UDim2.new(0, 223, 0, 303)
  26.  
  27. Title.Name = "Title"
  28. Title.Parent = Frame
  29. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Title.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  31. Title.Size = UDim2.new(0, 223, 0, 50)
  32. Title.Font = Enum.Font.SciFi
  33. Title.Text = "Adopt and raise Gear"
  34. Title.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  35. Title.TextScaled = true
  36. Title.TextSize = 14
  37. Title.TextWrapped = true
  38.  
  39. ScrollingFrame.Parent = Frame
  40. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  41. ScrollingFrame.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  42. ScrollingFrame.Position = UDim2.new(0, 0, 0.554455459, 0)
  43. ScrollingFrame.Size = UDim2.new(0, 223, 0, 135)
  44. ScrollingFrame.CanvasPosition = Vector2.new(0, 0)
  45. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 50, 0)
  46. Frame.Active = true
  47. Frame.Selectable = true
  48. Frame.Draggable = true
  49.  
  50. Tommygun.Name = "Tommygun"
  51. Tommygun.Parent = ScrollingFrame
  52. Tommygun.BackgroundColor3 = Color3.new(0, 0, 0)
  53. Tommygun.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  54. Tommygun.Position = UDim2.new(0.0493273549, 0, 0.00079207914, 0)
  55. Tommygun.Size = UDim2.new(0, 200, 0, 50)
  56. Tommygun.Font = Enum.Font.SourceSans
  57. Tommygun.Text = "Tommy gun"
  58. Tommygun.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  59. Tommygun.TextScaled = true
  60. Tommygun.TextSize = 14
  61. Tommygun.TextWrapped = true
  62. Tommygun.MouseButton1Click:connect(function()
  63. game.ReplicatedStorage.WearItem:FireServer("Shirt", 116693764, false)
  64. end)
  65.  
  66. Sword.Name = "Sword"
  67. Sword.Parent = ScrollingFrame
  68. Sword.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Sword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  70. Sword.Position = UDim2.new(0.0493273549, 0, 0.00488448841, 0)
  71. Sword.Size = UDim2.new(0, 200, 0, 50)
  72. Sword.Font = Enum.Font.SourceSans
  73. Sword.Text = "Sword"
  74. Sword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  75. Sword.TextScaled = true
  76. Sword.TextSize = 14
  77. Sword.TextWrapped = true
  78. Sword.MouseButton1Click:connect(function()
  79. game.ReplicatedStorage.WearItem:FireServer("Shirt", 12187319, false)
  80. end)
  81.  
  82. Greensword.Name = "Greensword"
  83. Greensword.Parent = ScrollingFrame
  84. Greensword.BackgroundColor3 = Color3.new(0, 0, 0)
  85. Greensword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  86. Greensword.Position = UDim2.new(0.0493273549, 0, 0.00917491689, 0)
  87. Greensword.Size = UDim2.new(0, 200, 0, 50)
  88. Greensword.Font = Enum.Font.SourceSans
  89. Greensword.Text = "Green sword"
  90. Greensword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  91. Greensword.TextScaled = true
  92. Greensword.TextSize = 14
  93. Greensword.TextWrapped = true
  94. Greensword.MouseButton1Click:connect(function()
  95. game.ReplicatedStorage.WearItem:FireServer("Shirt", 80661504, false)
  96. end)
  97.  
  98. Purplesword.Name = "Purplesword"
  99. Purplesword.Parent = ScrollingFrame
  100. Purplesword.BackgroundColor3 = Color3.new(0, 0, 0)
  101. Purplesword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  102. Purplesword.Position = UDim2.new(0.0493273549, 0, 0.0136633655, 0)
  103. Purplesword.Size = UDim2.new(0, 200, 0, 50)
  104. Purplesword.Font = Enum.Font.SourceSans
  105. Purplesword.Text = "Purple sword"
  106. Purplesword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  107. Purplesword.TextScaled = true
  108. Purplesword.TextSize = 14
  109. Purplesword.TextWrapped = true
  110. Purplesword.MouseButton1Click:connect(function()
  111. game.ReplicatedStorage.WearItem:FireServer("Shirt", 268586231, false)
  112. end)
  113.  
  114. Explosivescroll.Name = "Explosivescroll"
  115. Explosivescroll.Parent = ScrollingFrame
  116. Explosivescroll.BackgroundColor3 = Color3.new(0, 0, 0)
  117. Explosivescroll.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  118. Explosivescroll.Position = UDim2.new(0.0493273549, 0, 0.0180858076, 0)
  119. Explosivescroll.Size = UDim2.new(0, 200, 0, 50)
  120. Explosivescroll.Font = Enum.Font.SourceSans
  121. Explosivescroll.Text = "Explosive scroll"
  122. Explosivescroll.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  123. Explosivescroll.TextScaled = true
  124. Explosivescroll.TextSize = 14
  125. Explosivescroll.TextWrapped = true
  126. Explosivescroll.MouseButton1Click:connect(function()
  127. game.ReplicatedStorage.WearItem:FireServer("Shirt", 125013830, false)
  128. end)
  129.  
  130. Remotemine.Name = "Remotemine"
  131. Remotemine.Parent = ScrollingFrame
  132. Remotemine.BackgroundColor3 = Color3.new(0, 0, 0)
  133. Remotemine.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  134. Remotemine.Position = UDim2.new(0.0493273549, 0, 0.022442244, 0)
  135. Remotemine.Size = UDim2.new(0, 200, 0, 50)
  136. Remotemine.Font = Enum.Font.SourceSans
  137. Remotemine.Text = "Remote mine"
  138. Remotemine.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  139. Remotemine.TextScaled = true
  140. Remotemine.TextSize = 14
  141. Remotemine.TextWrapped = true
  142. Remotemine.MouseButton1Click:connect(function()
  143. game.ReplicatedStorage.WearItem:FireServer("Shirt", 33383241, false)
  144. end)
  145.  
  146. Airstrike.Name = "Airstrike"
  147. Airstrike.Parent = ScrollingFrame
  148. Airstrike.BackgroundColor3 = Color3.new(0, 0, 0)
  149. Airstrike.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  150. Airstrike.Position = UDim2.new(0.0493273549, 0, 0.0267986804, 0)
  151. Airstrike.Size = UDim2.new(0, 200, 0, 50)
  152. Airstrike.Font = Enum.Font.SourceSans
  153. Airstrike.Text = "Airstrike"
  154. Airstrike.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  155. Airstrike.TextScaled = true
  156. Airstrike.TextSize = 14
  157. Airstrike.TextWrapped = true
  158. Airstrike.MouseButton1Click:connect(function()
  159. game.ReplicatedStorage.WearItem:FireServer("Shirt", 88885539, false)
  160. end)
  161.  
  162. Tripmine.Name = "Tripmine"
  163. Tripmine.Parent = ScrollingFrame
  164. Tripmine.BackgroundColor3 = Color3.new(0, 0, 0)
  165. Tripmine.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  166. Tripmine.Position = UDim2.new(0.0493273549, 0, 0.0312211215, 0)
  167. Tripmine.Size = UDim2.new(0, 200, 0, 50)
  168. Tripmine.Font = Enum.Font.SourceSans
  169. Tripmine.Text = "Trip mine"
  170. Tripmine.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  171. Tripmine.TextScaled = true
  172. Tripmine.TextSize = 14
  173. Tripmine.TextWrapped = true
  174. Tripmine.MouseButton1Click:connect(function()
  175. game.ReplicatedStorage.WearItem:FireServer("Shirt", 11999247, false)
  176. end)
  177.  
  178. Givegear.Name = "Givegear"
  179. Givegear.Parent = Frame
  180. Givegear.BackgroundColor3 = Color3.new(0, 0, 0)
  181. Givegear.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  182. Givegear.Position = UDim2.new(0.165919289, 0, 0.376237631, 0)
  183. Givegear.Size = UDim2.new(0, 148, 0, 47)
  184. Givegear.Font = Enum.Font.SourceSans
  185. Givegear.Text = "Give gear"
  186. Givegear.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  187. Givegear.TextScaled = true
  188. Givegear.TextSize = 14
  189. Givegear.TextWrapped = true
  190. Givegear.MouseButton1Click:connect(function()
  191. game.ReplicatedStorage.WearItem:FireServer("Shirt", GearID.Text, false)
  192. if GearID.Text == "" then
  193. warn("No gear ID, please input an ID")
  194. end
  195. end)
  196.  
  197. GearID.Name = "GearID"
  198. GearID.Parent = Frame
  199. GearID.BackgroundColor3 = Color3.new(0, 0, 0)
  200. GearID.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  201. GearID.Position = UDim2.new(0.165919289, 0, 0.188118815, 0)
  202. GearID.Size = UDim2.new(0, 148, 0, 50)
  203. GearID.Font = Enum.Font.SourceSans
  204. GearID.PlaceholderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  205. GearID.PlaceholderText = "Gear ID here"
  206. GearID.Text = ""
  207. GearID.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
  208. GearID.TextScaled = true
  209. GearID.TextSize = 14
  210. GearID.TextWrapped = true
  211. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement