Advertisement
tantoktak

Adopt and Raise a Cute Baby

Dec 3rd, 2019
6,623
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.43 KB | None | 0 1
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local AdoptGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Frame_2 = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Frame_3 = Instance.new("Frame")
  11. local GearText = Instance.new("TextBox")
  12. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  13. local GiveGear = Instance.new("TextButton")
  14. local Bucket = Instance.new("TextButton")
  15. local TextBox = Instance.new("TextBox")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Crash = Instance.new("TextButton")
  18. local Alpaca = Instance.new("TextButton")
  19. --Properties:
  20. AdoptGui.Name = "AdoptGui"
  21. AdoptGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. AdoptGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = AdoptGui
  25. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. Frame.BorderSizePixel = 0
  27. Frame.Position = UDim2.new(0.296048641, 0, 0.17176871, 0)
  28. Frame.Size = UDim2.new(0, 221, 0, 321)
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = Frame
  32. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  33. Title.BorderSizePixel = 0
  34. Title.Size = UDim2.new(0, 221, 0, 28)
  35. Title.Font = Enum.Font.SourceSans
  36. Title.Text = "Adopt GUI by eee#4138"
  37. Title.TextColor3 = Color3.new(1, 1, 1)
  38. Title.TextSize = 14
  39.  
  40. Frame_2.Parent = Title
  41. Frame_2.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  42. Frame_2.BackgroundTransparency = 0.69999998807907
  43. Frame_2.BorderSizePixel = 0
  44. Frame_2.Position = UDim2.new(0, 0, 0.785714269, 0)
  45. Frame_2.Size = UDim2.new(0, 221, 0, 6)
  46.  
  47. Close.Name = "Close"
  48. Close.Parent = Title
  49. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  50. Close.BackgroundTransparency = 1
  51. Close.BorderSizePixel = 0
  52. Close.Position = UDim2.new(0.886877835, 0, 0, 0)
  53. Close.Size = UDim2.new(0, 25, 0, 22)
  54. Close.Font = Enum.Font.SourceSans
  55. Close.Text = "X"
  56. Close.TextColor3 = Color3.new(1, 1, 1)
  57. Close.TextScaled = true
  58. Close.TextSize = 14
  59. Close.TextWrapped = true
  60.  
  61. TextLabel.Parent = Title
  62. TextLabel.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  63. TextLabel.BorderSizePixel = 0
  64. TextLabel.Position = UDim2.new(0, 0, 7.35714293, 0)
  65. TextLabel.Size = UDim2.new(0, 221, 0, 24)
  66. TextLabel.Font = Enum.Font.SourceSans
  67. TextLabel.Text = "Additional Features"
  68. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  69. TextLabel.TextSize = 14
  70.  
  71. Frame_3.Parent = TextLabel
  72. Frame_3.BackgroundColor3 = Color3.new(0.0235294, 0.388235, 0)
  73. Frame_3.BackgroundTransparency = 0.69999998807907
  74. Frame_3.BorderSizePixel = 0
  75. Frame_3.Position = UDim2.new(0, 0, 0.785714269, 0)
  76. Frame_3.Size = UDim2.new(0, 221, 0, 6)
  77.  
  78. GearText.Name = "GearText"
  79. GearText.Parent = Frame
  80. GearText.BackgroundColor3 = Color3.new(0, 0, 0)
  81. GearText.BorderSizePixel = 0
  82. GearText.Position = UDim2.new(0.0588235296, 0, 0.136158526, 0)
  83. GearText.Size = UDim2.new(0, 196, 0, 30)
  84. GearText.Font = Enum.Font.SourceSans
  85. GearText.PlaceholderText = "Gear ID here"
  86. GearText.Text = ""
  87. GearText.TextColor3 = Color3.new(1, 1, 1)
  88. GearText.TextScaled = true
  89. GearText.TextSize = 14
  90. GearText.TextWrapped = true
  91.  
  92. UITextSizeConstraint.Parent = GearText
  93. UITextSizeConstraint.MaxTextSize = 30
  94.  
  95. GiveGear.Name = "GiveGear"
  96. GiveGear.Parent = GearText
  97. GiveGear.BackgroundColor3 = Color3.new(0, 0, 0)
  98. GiveGear.BorderSizePixel = 0
  99. GiveGear.Position = UDim2.new(0.0918367356, 0, 1.30000007, 0)
  100. GiveGear.Size = UDim2.new(0, 159, 0, 21)
  101. GiveGear.Font = Enum.Font.SourceSans
  102. GiveGear.Text = "Give Gear"
  103. GiveGear.TextColor3 = Color3.new(1, 1, 1)
  104. GiveGear.TextScaled = true
  105. GiveGear.TextSize = 14
  106. GiveGear.TextStrokeColor3 = Color3.new(1, 1, 1)
  107. GiveGear.TextWrapped = true
  108.  
  109. Bucket.Name = "Bucket"
  110. Bucket.Parent = Frame
  111. Bucket.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Bucket.BorderSizePixel = 0
  113. Bucket.Position = UDim2.new(0.0904977396, 0, 0.373436391, 0)
  114. Bucket.Size = UDim2.new(0, 180, 0, 26)
  115. Bucket.Font = Enum.Font.SourceSans
  116. Bucket.Text = "Gear Bomb"
  117. Bucket.TextColor3 = Color3.new(0.380392, 1, 0.368627)
  118. Bucket.TextScaled = true
  119. Bucket.TextSize = 14
  120. Bucket.TextWrapped = true
  121.  
  122. TextBox.Parent = Bucket
  123. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  124. TextBox.BorderSizePixel = 0
  125. TextBox.Position = UDim2.new(0.111111119, 0, 1.73076928, 0)
  126. TextBox.Size = UDim2.new(0, 139, 0, 21)
  127. TextBox.Font = Enum.Font.SourceSans
  128. TextBox.PlaceholderColor3 = Color3.new(0.192157, 0.564706, 0.192157)
  129. TextBox.PlaceholderText = "Strength of Bomb"
  130. TextBox.Text = ""
  131. TextBox.TextColor3 = Color3.new(0.407843, 1, 0.341176)
  132. TextBox.TextSize = 14
  133.  
  134. TextLabel_2.Parent = Bucket
  135. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel_2.BackgroundTransparency = 1
  137. TextLabel_2.Position = UDim2.new(-0.0500000007, 0, 1, 0)
  138. TextLabel_2.Size = UDim2.new(0, 198, 0, 19)
  139. TextLabel_2.Font = Enum.Font.SourceSans
  140. TextLabel_2.Text = "(Put Gear ID and Strength Before Using)"
  141. TextLabel_2.TextColor3 = Color3.new(0.141176, 0.423529, 0)
  142. TextLabel_2.TextSize = 14
  143.  
  144. Crash.Name = "Crash"
  145. Crash.Parent = Frame
  146. Crash.BackgroundColor3 = Color3.new(0, 0, 0)
  147. Crash.BorderSizePixel = 0
  148. Crash.Position = UDim2.new(0.0950226262, 0, 0.877318203, 0)
  149. Crash.Size = UDim2.new(0, 180, 0, 26)
  150. Crash.Font = Enum.Font.SourceSans
  151. Crash.Text = "Crash Server"
  152. Crash.TextColor3 = Color3.new(0.380392, 1, 0.368627)
  153. Crash.TextScaled = true
  154. Crash.TextSize = 14
  155. Crash.TextWrapped = true
  156.  
  157. Alpaca.Name = "Alpaca"
  158. Alpaca.Parent = Frame
  159. Alpaca.BackgroundColor3 = Color3.new(0, 0, 0)
  160. Alpaca.BorderSizePixel = 0
  161. Alpaca.Position = UDim2.new(0.0950226262, 0, 0.755822897, 0)
  162. Alpaca.Size = UDim2.new(0, 180, 0, 26)
  163. Alpaca.Font = Enum.Font.SourceSans
  164. Alpaca.Text = "Alpaca"
  165. Alpaca.TextColor3 = Color3.new(1, 0.894118, 0.803922)
  166. Alpaca.TextScaled = true
  167. Alpaca.TextSize = 14
  168. Alpaca.TextWrapped = true
  169. -- Scripts:
  170. function SCRIPT_KQGU69_FAKESCRIPT() -- Frame.LocalScript
  171. local script = Instance.new('LocalScript')
  172. script.Parent = Frame
  173. local Frame=script.Parent
  174. Frame.Parent.Parent=game.CoreGui
  175. Frame.Active=true
  176. Frame.Draggable=true
  177. Frame.GearText.GiveGear.MouseButton1Click:Connect(function()
  178. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  179. local tbl_main =
  180. {
  181. "Shirt",
  182. Frame.GearText.Text,
  183. false
  184. }
  185. game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
  186. wait(.5)
  187. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  188. end)
  189.  
  190. Frame.Title.Close.MouseButton1Click:Connect(function()
  191. Frame.Parent:Destroy()
  192. end)
  193.  
  194. Frame.Bucket.MouseButton1Click:Connect(function()
  195. local ItemTable={}
  196. for i=1,tonumber(Frame.Bucket.TextBox.Text) do
  197. local tbl_main =
  198. {
  199. "Shirt",
  200. Frame.GearText.Text,
  201. false
  202. }
  203. game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
  204. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  205. if v:IsA("Tool")then
  206. table.insert(ItemTable,v)
  207. v.Parent=game.Players.LocalPlayer.Backpack
  208. end
  209. end
  210. wait()
  211. end
  212. wait(1)
  213. for i,v in pairs(ItemTable)do
  214. v.Parent=game.Players.LocalPlayer.Character
  215. end
  216. wait(2)
  217. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  218. if v:IsA('Tool')then
  219. v:Activate()
  220. end
  221. end
  222. end)
  223. Frame.Crash.MouseButton1Click:Connect(function()
  224. local ItemTable={}
  225. for i=1,300 do
  226. local tbl_main =
  227. {
  228. "Shirt",
  229. 163355211,
  230. false
  231. }
  232. game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
  233. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  234. if v:IsA("Tool")then
  235. table.insert(ItemTable,v)
  236. v.Parent=game.Players.LocalPlayer.Backpack
  237. end
  238. end
  239. end
  240. for i,v in pairs(ItemTable)do
  241. v.Parent=game.Players.LocalPlayer.Character
  242. end
  243. wait(2)
  244. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  245. if v:IsA('Tool')then
  246. v:Activate()
  247. end
  248. end
  249. end)
  250.  
  251. Frame.Alpaca.MouseButton1Click:Connect(function()
  252. local ItemTable={}
  253. for i=1,300 do
  254. local tbl_main =
  255. {
  256. "Shirt",
  257. 292969139,
  258. false
  259. }
  260. game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
  261. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  262. if v:IsA("Tool")then
  263. table.insert(ItemTable,v)
  264. v.Parent=game.Players.LocalPlayer.Backpack
  265. end
  266. end
  267. wait()
  268. end
  269. for i,v in pairs(ItemTable)do
  270. v.Parent=game.Players.LocalPlayer.Character
  271. end
  272. wait(2)
  273. for i,v in pairs(ItemTable)do
  274. if v:IsA('Tool')then
  275. v:Activate()
  276. end
  277. end
  278. end)
  279.  
  280. end
  281. coroutine.resume(coroutine.create(SCRIPT_KQGU69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement