Advertisement
DaOMEGAa32

HAMPSTER GUI V1.1

Apr 12th, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local hampsterGUIv11 = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. --Properties:
  13. hampsterGUIv11.Name = "hampster GUI v1.1"
  14. hampsterGUIv11.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. hampsterGUIv11.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. ImageLabel.Parent = hampsterGUIv11
  18. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  19. ImageLabel.Position = UDim2.new(0, 0, 0.611987412, 0)
  20. ImageLabel.Size = UDim2.new(0, 304, 0, 246)
  21. ImageLabel.Image = "rbxassetid://152534186"
  22.  
  23. TextLabel.Parent = hampsterGUIv11
  24. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  25. TextLabel.Position = UDim2.new(0, 0, 0.611987352, 0)
  26. TextLabel.Size = UDim2.new(0, 304, 0, 37)
  27. TextLabel.Font = Enum.Font.SciFi
  28. TextLabel.Text = "hampster GUI V1.1"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextSize = 14
  31.  
  32. TextButton.Parent = hampsterGUIv11
  33. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextButton.Position = UDim2.new(0, 0, 0.889589906, 0)
  35. TextButton.Size = UDim2.new(0, 85, 0, 41)
  36. TextButton.Font = Enum.Font.SourceSans
  37. TextButton.Text = "KOOL AID"
  38. TextButton.TextColor3 = Color3.new(0, 0, 0)
  39. TextButton.TextSize = 14
  40.  
  41. TextButton_2.Parent = hampsterGUIv11
  42. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextButton_2.Position = UDim2.new(0.102428719, 0, 0.889589906, 0)
  44. TextButton_2.Size = UDim2.new(0, 85, 0, 41)
  45. TextButton_2.Font = Enum.Font.SourceSans
  46. TextButton_2.Text = "DUCK"
  47. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  48. TextButton_2.TextSize = 14
  49.  
  50. TextButton_3.Parent = hampsterGUIv11
  51. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextButton_3.Position = UDim2.new(0.231256604, 0, 0.77287066, 0)
  53. TextButton_3.Size = UDim2.new(0, 85, 0, 41)
  54. TextButton_3.Font = Enum.Font.SourceSans
  55. TextButton_3.Text = "insane"
  56. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  57. TextButton_3.TextSize = 14
  58.  
  59. TextButton_4.Parent = hampsterGUIv11
  60. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextButton_4.Position = UDim2.new(0.231256604, 0, 0.889589906, 0)
  62. TextButton_4.Size = UDim2.new(0, 85, 0, 41)
  63. TextButton_4.Font = Enum.Font.SourceSans
  64. TextButton_4.Text = "stick menu"
  65. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  66. TextButton_4.TextSize = 14
  67.  
  68. TextButton_5.Parent = hampsterGUIv11
  69. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TextButton_5.Position = UDim2.new(0, 0, 0.77287066, 0)
  71. TextButton_5.Size = UDim2.new(0, 85, 0, 41)
  72. TextButton_5.Font = Enum.Font.SourceSans
  73. TextButton_5.Text = "pingu"
  74. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  75. TextButton_5.TextSize = 14
  76. -- Scripts:
  77. function SCRIPT_NZWD90_FAKESCRIPT() -- TextButton.LocalScript
  78. local script = Instance.new('LocalScript')
  79. script.Parent = TextButton
  80. function onClick()
  81. me = game.Players.LocalPlayer
  82.  
  83. local s = Instance.new("Sound")
  84.  
  85. s.Name = "Kool Aid 1"
  86. s.SoundId = "http://www.roblox.com/asset/?id=718581626"
  87. s.Volume = 2
  88. s.Looped = true
  89. s.archivable = false
  90.  
  91. s.Parent = game.Workspace
  92.  
  93.  
  94. s:play()
  95. function giant(p, size)
  96. local pchar = p.Character
  97. if pchar then
  98. local function scale(chr,scl)
  99.  
  100. for _,v in pairs(pchar:GetChildren()) do
  101. if v:IsA("Hat") then
  102. v:Clone()
  103. v.Parent = game.Lighting
  104. end
  105. end
  106.  
  107. local Head = chr['Head']
  108. local Torso = chr['Torso']
  109. local LA = chr['Left Arm']
  110. local RA = chr['Right Arm']
  111. local LL = chr['Left Leg']
  112. local RL = chr['Right Leg']
  113. local HRP = chr['HumanoidRootPart']
  114.  
  115. shirt = chr:findFirstChild("Shirt")
  116. if shirt ~= nil then
  117. shirt:Destroy()
  118. end
  119. print("Shirt removed")
  120. pants = chr:findFirstChild("Pants")
  121. if pants ~= nil then
  122. pants:Destroy()
  123. end
  124. print("Pants removed")
  125. tshirt = chr:findFirstChild("Shirt Graphic")
  126. if tshirt ~= nil then
  127. tshirt:Destroy()
  128. end
  129. print("T-Shirt destroyed")
  130.  
  131. p = game.Players.LocalPlayer
  132. p.Character.Humanoid.MaxHealth = math.huge
  133.  
  134.  
  135. wait(0.1)
  136. local char = game.Players.LocalPlayer.Character
  137. local tshirt = char:FindFirstChild("Shirt Graphic")
  138. if not tshirt then
  139. tshirt = Instance.new("ShirtGraphic",char)
  140. end
  141. tshirt.Graphic = "rbxassetid://512041013"
  142.  
  143.  
  144. Head.formFactor = 1
  145. Torso.formFactor = 1
  146. LA.formFactor = 1
  147. RA.formFactor = 1
  148. LL.formFactor = 1
  149. RL.formFactor = 1
  150. HRP.formFactor = 1
  151.  
  152. Head.Size = Vector3.new(scl * 2, scl, scl)
  153. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  154. LA.Size = Vector3.new(scl, scl * 2, scl)
  155. RA.Size = Vector3.new(scl, scl * 2, scl)
  156. LL.Size = Vector3.new(scl, scl * 2, scl)
  157. RL.Size = Vector3.new(scl, scl * 2, scl)
  158. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  159.  
  160.  
  161. ---
  162.  
  163.  
  164.  
  165.  
  166. Head.Transparency = 1
  167. Torso.BrickColor = BrickColor.new("Bright red")
  168. LA.BrickColor = BrickColor.new("Bright red")
  169. RA.BrickColor = BrickColor.new("Bright red")
  170. RL.BrickColor = BrickColor.new("Bright red")
  171. LL.BrickColor = BrickColor.new("Bright red")
  172. Head.face:Remove()
  173.  
  174.  
  175.  
  176.  
  177. local Motor1 = Instance.new('Motor6D', Torso)
  178. Motor1.Part0 = Torso
  179. Motor1.Part1 = Head
  180. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  181. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  182. Motor1.Name = "Neck"
  183.  
  184. local Motor2 = Instance.new('Motor6D', Torso)
  185. Motor2.Part0 = Torso
  186. Motor2.Part1 = LA
  187. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  188. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  189. Motor2.Name = "Left Shoulder"
  190.  
  191. local Motor3 = Instance.new('Motor6D', Torso)
  192. Motor3.Part0 = Torso
  193. Motor3.Part1 = RA
  194. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  195. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  196. Motor3.Name = "Right Shoulder"
  197.  
  198. local Motor4 = Instance.new('Motor6D', Torso)
  199. Motor4.Part0 = Torso
  200. Motor4.Part1 = LL
  201. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  202. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  203. Motor4.Name = "Left Hip"
  204.  
  205. local Motor5 = Instance.new('Motor6D', Torso)
  206. Motor5.Part0 = Torso
  207. Motor5.Part1 = RL
  208. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  209. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  210. Motor5.Name = "Right Hip"
  211.  
  212. local Motor6 = Instance.new('Motor6D', HRP)
  213. Motor6.Part0 = HRP
  214. Motor6.Part1 = Torso
  215. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  216. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  217.  
  218. end
  219.  
  220. scale(pchar, size)
  221. pchar.Humanoid.WalkSpeed = 15 * size
  222.  
  223. for _,v in pairs(game.Lighting:GetChildren()) do
  224. if v:IsA("Hat") then
  225. v.Parent = pchar
  226. end
  227. end
  228. end
  229. end
  230.  
  231. local plr = game.Players.LocalPlayer
  232. giant(plr, 1)
  233. for i, v in pairs(plr.Character:GetChildren()) do
  234. if v:IsA("BasePart") then
  235. v.Touched:connect(function(p)
  236. if p.Size.X<30 then
  237. p.Anchored = false
  238. p:BreakJoints()
  239. end
  240. end)
  241. end
  242. end
  243.  
  244. local csize = 1
  245.  
  246. local sgui = Instance.new("ScreenGui", game.CoreGui)
  247. local base = Instance.new("Frame", sgui)
  248. base.BackgroundTransparency = 1
  249. base.Size = UDim2.new(0, 110, 0, 200)
  250. base.Position = UDim2.new(1, -120, 1, -180)
  251. local indicator = Instance.new("TextLabel", base)
  252. indicator.Size = UDim2.new(1, 0, 0, 25)
  253. indicator.TextColor3 = Color3.new(1, 1, 1)
  254. indicator.BackgroundTransparency = 0
  255. indicator.FontSize = Enum.FontSize.Size18
  256. indicator.Font = Enum.Font.SourceSans
  257. indicator.Text = "Current Size: 1"
  258. local PlusOne = Instance.new("TextButton", base)
  259. PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  260. PlusOne.Position = UDim2.new(0, 0, 0, 40)
  261. PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
  262. PlusOne.BorderSizePixel = 2
  263. PlusOne.Font = Enum.Font.SourceSansBold
  264. PlusOne.FontSize = Enum.FontSize.Size24
  265. PlusOne.Text = "+1 Size"
  266. local MinusOne = Instance.new("TextButton", base)
  267. MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  268. MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
  269. MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
  270. MinusOne.Text = "-1 Size"
  271. MinusOne.BorderSizePixel = 2
  272. MinusOne.Font = Enum.Font.SourceSansBold
  273. MinusOne.FontSize = Enum.FontSize.Size24
  274.  
  275. PlusOne.MouseButton1Down:connect(function()
  276. csize = csize + 1
  277. giant(plr, csize)
  278. indicator.Text = "Current Size: "..tostring(csize)
  279. end)
  280.  
  281.  
  282.  
  283. MinusOne.MouseButton1Down:connect(function()
  284. csize = csize - 1
  285. giant(plr, csize)
  286. indicator.Text = "Current Size: "..tostring(csize)
  287. end)
  288. local char = game.Players.LocalPlayer.Character
  289. --char.Humanoid.Died:connect(function()
  290. --s:remove()
  291. --end)
  292. end
  293.  
  294. script.Parent.MouseButton1Up:connect(onClick)
  295.  
  296. end
  297. coroutine.resume(coroutine.create(SCRIPT_NZWD90_FAKESCRIPT))
  298. function SCRIPT_JQNJ75_FAKESCRIPT() -- TextButton_2.LocalScript
  299. local script = Instance.new('LocalScript')
  300. script.Parent = TextButton_2
  301. function onClick()
  302. me = game.Players.LocalPlayer
  303.  
  304. local pchar = game.Players.LocalPlayer.Character
  305. local duck = Instance.new("SpecialMesh", pchar.Torso)
  306. duck.MeshType = "FileMesh"
  307. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  308. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  309. duck.Scale = Vector3.new(5, 5, 5)
  310. pchar.Head.Transparency = 1
  311. pchar["Left Arm"].Transparency = 1
  312. pchar["Right Arm"].Transparency = 1
  313. pchar["Left Leg"].Transparency = 1
  314. pchar["Right Leg"].Transparency = 1
  315. end
  316.  
  317. script.Parent.MouseButton1Up:connect(onClick)
  318.  
  319. end
  320. coroutine.resume(coroutine.create(SCRIPT_JQNJ75_FAKESCRIPT))
  321. function SCRIPT_GCLU73_FAKESCRIPT() -- TextButton_3.LocalScript
  322. local script = Instance.new('LocalScript')
  323. script.Parent = TextButton_3
  324. function onClick()
  325. me = game.Players.LocalPlayer
  326.  
  327. local Victim='xVortex_ray'
  328. local A=Instance.new'Animation'
  329. A.AnimationId='rbxassetid://33796059'
  330. local P=game:GetService'Players'.LocalPlayer
  331. local C=P.Character or P.CharacterAdded:Wait()
  332. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  333. H:Play()
  334. H:AdjustSpeed(1000000)
  335. while wait(0.1) do
  336. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  337. end
  338. end
  339.  
  340. script.Parent.MouseButton1Up:connect(onClick)
  341.  
  342. end
  343. coroutine.resume(coroutine.create(SCRIPT_GCLU73_FAKESCRIPT))
  344. function SCRIPT_IIZC83_FAKESCRIPT() -- TextButton_4.LocalScript
  345. local script = Instance.new('LocalScript')
  346. script.Parent = TextButton_4
  347. function onClick()
  348. me = game.Players.LocalPlayer
  349.  
  350. --Fe Gui Script
  351. local version = 'V.1'
  352. local MENU = Instance.new("ScreenGui")
  353. local Topbar = Instance.new("Frame")
  354. local exit = Instance.new("TextButton")
  355. local menu = Instance.new("Frame")
  356. local kill = Instance.new("TextButton")
  357. local killall = Instance.new("TextButton")
  358. local loopkill = Instance.new("TextButton")
  359. local god = Instance.new("TextButton")
  360. local victim = Instance.new("TextBox")
  361. local goto = Instance.new("TextButton")
  362. local float = Instance.new("TextButton")
  363. local TextLabel = Instance.new("TextLabel")
  364. MENU.Name = "MENU"
  365. MENU.Parent = game.CoreGui
  366. Topbar.Name = "Topbar"
  367. Topbar.Parent = MENU
  368. Topbar.Active = true
  369. Topbar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  370. Topbar.BorderSizePixel = 0
  371. Topbar.Draggable = true
  372. Topbar.Position = UDim2.new(0.5, -100, 0.5, -13)
  373. Topbar.Selectable = true
  374. Topbar.Size = UDim2.new(0, 200, 0, 27)
  375. exit.Name = "exit"
  376. exit.Parent = Topbar
  377. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  378. exit.BackgroundTransparency = 1
  379. exit.Position = UDim2.new(0, 163, 0, 0)
  380. exit.Size = UDim2.new(0, 37, 0, 27)
  381. exit.Font = Enum.Font.Arial
  382. exit.FontSize = Enum.FontSize.Size18
  383. exit.Text = "X"
  384. exit.TextColor3 = Color3.new(1, 1, 1)
  385. exit.TextSize = 18
  386. menu.Name = "menu"
  387. menu.Parent = Topbar
  388. menu.BackgroundColor3 = Color3.new(1, 1, 1)
  389. menu.BorderSizePixel = 0
  390. menu.Position = UDim2.new(0, 0, 0, 27)
  391. menu.Size = UDim2.new(0, 200, 0, 232)
  392. kill.Name = "kill"
  393. kill.Parent = menu
  394. kill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  395. kill.BorderSizePixel = 0
  396. kill.Position = UDim2.new(0, 14, 0, 45)
  397. kill.Size = UDim2.new(0, 80, 0, 50)
  398. kill.Font = Enum.Font.Arial
  399. kill.FontSize = Enum.FontSize.Size18
  400. kill.Text = "Kill"
  401. kill.TextColor3 = Color3.new(1, 1, 1)
  402. kill.TextSize = 18
  403. killall.Name = "killall"
  404. killall.Parent = menu
  405. killall.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  406. killall.BorderSizePixel = 0
  407. killall.Position = UDim2.new(0, 107, 0, 45)
  408. killall.Size = UDim2.new(0, 80, 0, 50)
  409. killall.Font = Enum.Font.Arial
  410. killall.FontSize = Enum.FontSize.Size18
  411. killall.Text = "Kill All"
  412. killall.TextColor3 = Color3.new(1, 1, 1)
  413. killall.TextSize = 18
  414. loopkill.Name = "loopkill"
  415. loopkill.Parent = menu
  416. loopkill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  417. loopkill.BorderSizePixel = 0
  418. loopkill.Position = UDim2.new(0, 14, 0, 110)
  419. loopkill.Size = UDim2.new(0, 80, 0, 50)
  420. loopkill.Font = Enum.Font.Arial
  421. loopkill.FontSize = Enum.FontSize.Size18
  422. loopkill.Text = "Loop Kill"
  423. loopkill.TextColor3 = Color3.new(1, 1, 1)
  424. loopkill.TextSize = 18
  425. god.Name = "god"
  426. god.Parent = menu
  427. god.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  428. god.BorderSizePixel = 0
  429. god.Position = UDim2.new(0, 107, 0, 110)
  430. god.Size = UDim2.new(0, 80, 0, 50)
  431. god.Font = Enum.Font.Arial
  432. god.FontSize = Enum.FontSize.Size18
  433. god.Text = "God"
  434. god.TextColor3 = Color3.new(1, 1, 1)
  435. god.TextSize = 18
  436. god.TextWrapped = true
  437. victim.Name = "victim"
  438. victim.Parent = menu
  439. victim.BackgroundColor3 = Color3.new(1, 1, 1)
  440. victim.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  441. victim.BorderSizePixel = 2
  442. victim.Position = UDim2.new(0, 16, 0, 10)
  443. victim.Size = UDim2.new(0, 170, 0, 25)
  444. victim.Font = Enum.Font.Arial
  445. victim.FontSize = Enum.FontSize.Size14
  446. victim.Text = "Player Name"
  447. victim.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  448. victim.TextSize = 14
  449. goto.Name = "goto"
  450. goto.Parent = menu
  451. goto.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  452. goto.BorderSizePixel = 0
  453. goto.Position = UDim2.new(0, 14, 0, 172)
  454. goto.Size = UDim2.new(0, 80, 0, 50)
  455. goto.Font = Enum.Font.Arial
  456. goto.FontSize = Enum.FontSize.Size18
  457. goto.Text = "Goto"
  458. goto.TextColor3 = Color3.new(1, 1, 1)
  459. goto.TextSize = 18
  460. float.Name = "float"
  461. float.Parent = menu
  462. float.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  463. float.BorderSizePixel = 0
  464. float.Position = UDim2.new(0, 107, 0, 172)
  465. float.Size = UDim2.new(0, 80, 0, 50)
  466. float.Font = Enum.Font.Arial
  467. float.FontSize = Enum.FontSize.Size18
  468. float.Text = "Floating Torso"
  469. float.TextColor3 = Color3.new(1, 1, 1)
  470. float.TextSize = 18
  471. float.TextWrapped = true
  472. TextLabel.Parent = Topbar
  473. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  474. TextLabel.BackgroundTransparency = 1
  475. TextLabel.Position = UDim2.new(0, 43, 0, 0)
  476. TextLabel.Size = UDim2.new(0, 115, 0, 27)
  477. TextLabel.Font = Enum.Font.Arial
  478. TextLabel.FontSize = Enum.FontSize.Size18
  479. TextLabel.Text = "Stick v1"
  480. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  481. TextLabel.TextSize = 18
  482. goto.MouseButton1Click:connect(function()
  483. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(victim.Text).Character.HumanoidRootPart.Position)
  484. end)
  485. kill.MouseButton1Click:connect(function()
  486. local target = game.Players:FindFirstChild(victim.Text)
  487. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  488. end)
  489. killall.MouseButton1Click:connect(function()
  490. for i,v in pairs(game.Players:GetChildren()) do
  491. v:Move(Vector3.new(math.huge,math.huge,math.huge))
  492. end
  493. end)
  494. loopkill.MouseButton1Click:connect(function()
  495. while true do
  496. local target = game.Players:FindFirstChild(victim.Text)
  497. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  498. wait()
  499. end
  500. end)
  501. god.MouseButton1Click:connect(function()
  502. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  503. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  504. l.Parent = game.Players.LocalPlayer.Character
  505. l.Name = "Humanoid"
  506. wait(0.1)
  507. game.Players.LocalPlayer.Character["1"]:Destroy()
  508. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  509. game.Players.LocalPlayer.Character.Animate.Disabled = true
  510. wait(0.1)
  511. game.Players.LocalPlayer.Character.Animate.Disabled = false
  512. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  513. end)
  514. float.MouseButton1Click:connect(function()
  515. local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  516. Weld1.Part0 = game.Players.LocalPlayer.Character.Head
  517. Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
  518. local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  519. Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  520. Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
  521. local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  522. Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  523. Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
  524. local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  525. Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  526. Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
  527. local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  528. Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  529. Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
  530. end)
  531. exit.MouseButton1Click:connect(function()
  532. MENU:remove()
  533. warn("Goodbye, "..game.Players.LocalPlayer.Name)
  534. warn("Stick "..version.." was Closed")
  535. end)
  536. end
  537.  
  538. script.Parent.MouseButton1Up:connect(onClick)
  539.  
  540. end
  541. coroutine.resume(coroutine.create(SCRIPT_IIZC83_FAKESCRIPT))
  542. function SCRIPT_HZZK85_FAKESCRIPT() -- TextButton_5.LocalScript
  543. local script = Instance.new('LocalScript')
  544. script.Parent = TextButton_5
  545. function onClick()
  546. me = game.Players.LocalPlayer
  547.  
  548. --loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
  549.  
  550. local msg = Instance.new("Message",workspace)
  551. msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
  552. wait(2)
  553. msg:Destroy()
  554. pingudecal = "http://www.roblox.com/asset/?id=382332426"
  555. local didpingu = false
  556. local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  557. ScreenGui.Name = "nooties"
  558. local asd = Instance.new("TextButton",ScreenGui)
  559. asd.BackgroundColor3 = Color3.new(0,0,0)
  560. asd.BorderColor3 = Color3.new(0,0,0)
  561. asd.Name = "nooties"
  562. asd.Position = UDim2.new(1,-150,1,-90)
  563. asd.Size = UDim2.new(0,150,0,45)
  564. asd.Font = "SourceSansBold"
  565. asd.FontSize = "Size32"
  566. asd.Text = "Noot Noot!"
  567. asd.TextColor3 = Color3.new(255,255,255)
  568. asd.MouseButton1Down:connect(function()
  569. if didpingu == false then
  570. didpingu = true
  571. for i,v in pairs(game.Players:GetChildren()) do
  572. if v:IsA("Player") then
  573. local nooties = Instance.new("Sound",workspace)
  574. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  575. nooties.Volume = 1
  576. nooties.Looped = true
  577. nooties:Play()
  578. end
  579. end
  580. wait(12)
  581. local Sky = Instance.new("Sky",game.Lighting)
  582. Sky.SkyboxBk = pingudecal
  583. Sky.SkyboxDn = pingudecal
  584. Sky.SkyboxFt = pingudecal
  585. Sky.SkyboxLf = pingudecal
  586. Sky.SkyboxRt = pingudecal
  587. Sky.SkyboxUp = pingudecal
  588. local function modelasd()
  589. for i,v in pairs(workspace:GetChildren()) do
  590. if v:IsA("Model") then
  591. for i,a in pairs(v:GetChildren()) do
  592. local top = Instance.new("Decal",a)
  593. top.Face = "Top"
  594. top.Texture = pingudecal
  595. local btm = Instance.new("Decal",a)
  596. btm.Face = "Bottom"
  597. btm.Texture = pingudecal
  598. local lft = Instance.new("Decal",a)
  599. lft.Face = "Left"
  600. lft.Texture = pingudecal
  601. local rft = Instance.new("Decal",a)
  602. rft.Face = "Right"
  603. rft.Texture = pingudecal
  604. local frnt = Instance.new("Decal",a)
  605. frnt.Face = "Front"
  606. frnt.Texture = pingudecal
  607. local bk = Instance.new("Decal",a)
  608. bk.Face = "Back"
  609. bk.Texture = pingudecal
  610. local VTest = Instance.new("ParticleEmitter")
  611. VTest.Parent = a
  612. VTest.Texture = pingudecal
  613. VTest.Speed = NumberRange.new(200)
  614. VTest.Rate = 200
  615. VTest.Size = NumberSequence.new(10000,10000)
  616. VTest.Lifetime = NumberRange.new(1000)
  617. local pepe = coroutine.create(function()
  618. while wait() do
  619. local Explosion = Instance.new("Explosion",a)
  620. Explosion.BlastRadius = 10000
  621. end
  622. end)
  623. coroutine.resume(pepe)
  624. end
  625. end
  626. end
  627. end
  628. local function partasd()
  629. for i,a in pairs(workspace:GetChildren()) do
  630. local top = Instance.new("Decal",a)
  631. top.Face = "Top"
  632. top.Texture = pingudecal
  633. local btm = Instance.new("Decal",a)
  634. btm.Face = "Bottom"
  635. btm.Texture = pingudecal
  636. local lft = Instance.new("Decal",a)
  637. lft.Face = "Left"
  638. lft.Texture = pingudecal
  639. local rft = Instance.new("Decal",a)
  640. rft.Face = "Right"
  641. rft.Texture = pingudecal
  642. local frnt = Instance.new("Decal",a)
  643. frnt.Face = "Front"
  644. frnt.Texture = pingudecal
  645. local bk = Instance.new("Decal",a)
  646. bk.Face = "Back"
  647. bk.Texture = pingudecal
  648. local VTest = Instance.new("ParticleEmitter")
  649. VTest.Parent = a
  650. VTest.Texture = pingudecal
  651. VTest.Speed = NumberRange.new(200)
  652. VTest.Rate = 200
  653. VTest.Lifetime = NumberRange.new(1000)
  654. VTest.Size = NumberSequence.new(10000,10000)
  655. local pepe = coroutine.create(function()
  656. while wait() do
  657. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  658. local Explosion = Instance.new("Explosion",a)
  659. Explosion.BlastRadius = 10000
  660. end
  661. end
  662. end)
  663. coroutine.resume(pepe)
  664. end
  665. end
  666. partasd()
  667. modelasd()
  668. else
  669. warn("Already Ran! Did not execute the script!")
  670. end
  671. end)
  672. end
  673.  
  674. script.Parent.MouseButton1Up:connect(onClick)
  675.  
  676. end
  677. coroutine.resume(coroutine.create(SCRIPT_HZZK85_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement