Facebook
From Sweet Echidna, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 2296
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextButton_2 = Instance.new("TextButton")
  5. local TextButton_3 = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. --Properties:
  8. ScreenGui.Parent = game.CoreGui
  9.  
  10. Frame.Parent = ScreenGui
  11. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  12. Frame.BackgroundTransparency = 0.40000000596046
  13. Frame.Position = UDim2.new(0.0885873884, 0, 0.674473047, 0)
  14. Frame.Size = UDim2.new(0, 200, 0, 31)
  15. Frame.Active = true
  16. Frame.Draggable = true
  17.  
  18. TextButton.Parent = Frame
  19. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  20. TextButton.Position = UDim2.new(-0.00141260028, 0, 6.33745337, 0)
  21. TextButton.Size = UDim2.new(0, 200, 0, 50)
  22. TextButton.Font = Enum.Font.SourceSans
  23. TextButton.Text = "BOMB VEST"
  24. TextButton.TextColor3 = Color3.new(0, 0, 0)
  25. TextButton.TextScaled = true
  26. TextButton.TextSize = 14
  27. TextButton.TextWrapped = true
  28. TextButton.MouseButton1Down:connect(function()
  29.         --Credits:
  30. --Scripts: Samucraft18
  31. --Small Converter script: Lua Minifer (site)
  32.  
  33.  
  34.  
  35.  
  36. local a=game:GetService("Players").LocalPlayer;local b=a.Character;local c=b.Torso;local d=1;local e="Medium stone gray"local f=false;local g=Instance.new("HopperBin",a.Backpack)g.Name="Bomb Vest"local h=Vector3.new(0,100,0)function NewPart(i)local j=Instance.new("Part",i)j.CanCollide=false;j.FormFactor="Custom"j.Position=h;j.TopSurface="Smooth"j.BottomSurface="Smooth"j.BrickColor=BrickColor.new(e)h=h+Vector3.new(0,j.Size.Y+10,0)return j end;local k=b:FindFirstChild("Bomb")if k then k:Destroy()end;k=Instance.new("Model",b)k.Name="Bomb"local l=NewPart(k)l.Size=Vector3.new(2.2,0.5,1.2)local m=Instance.new("Weld",l)m.Part0=l;m.Part1=c;m.C0=CFrame.new(0,1.1,0)local n=Instance.new("PointLight",l)n.Range=15;n.Brightness=5;n.Color=Color3.new(1,0,0)local o=Instance.new("Sound",l)o.SoundId="http://www.roblox.com/asset/?id=188588790"
  37. local p=Instance.new("Sound",l)p.SoundId="http://www.roblox.com/asset/?id="..tonumber(math.ceil(1776.66^2)+17 .."."..string.rep("36",3))*77+0.00003;p.Pitch=2.8;p.Volume=3;local q=NewPart(k)q.Size=Vector3.new(1.5,1.5,0.5)local m=Instance.new("Weld",q)m.Part0=q;m.Part1=c;m.C0=CFrame.new(0,0.1,-0.75)local r=NewPart(k)r.Size=Vector3.new(0.2,0.5,1.6)local m=Instance.new("Weld",r)m.Part0=r;m.Part1=c;m.C0=CFrame.new(0.65,-0.9,-0.2)local s=NewPart(k)s.Size=Vector3.new(0.2,1.5,0.2)local m=Instance.new("Weld",s)m.Part0=s;m.Part1=c;m.C0=CFrame.new(0.65,0.1,0.5)local t=NewPart(k)t.Size=Vector3.new(0.2,0.5,1.6)local m=Instance.new("Weld",t)m.Part0=t;m.Part1=c;m.C0=CFrame.new(-0.65,-0.9,-0.2)local u=NewPart(k)u.Size=Vector3.new(0.2,1.5,0.2)local m=Instance.new("Weld",u)m.Part0=u;m.Part1=c;m.C0=CFrame.new(-0.65,0.1,0.5)g.Selected:connect(function(v)d=0.3;v.Icon="http://www.roblox.com/asset/?id=9109985"v.Button1Down:connect(function()game.ReplicatedStorage.ITEM_PURCHASE:InvokeServer("meme","0","1527622")g.Deselected:connect(function()d=1 end)coroutine.wrap(function()repeat wait(d)n.Enabled=not n.Enabled;o:Play()until f==true end)end)()end)
  38. end)
  39.  
  40. TextButton_2.Parent = Frame
  41. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextButton_2.Position = UDim2.new(-0.00141260028, 0, 4.48824692, 0)
  43. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  44. TextButton_2.Font = Enum.Font.SourceSans
  45. TextButton_2.Text = "THE HAMMER"
  46. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton_2.TextScaled = true
  48. TextButton_2.TextSize = 14
  49. TextButton_2.TextWrapped = true
  50.  
  51. TextButton_2.MouseButton1Down:connect(function()
  52.         plr = "LocalPlayer" --player to give tool to
  53.  
  54.  
  55. plr = game:GetService'Players'[plr]
  56. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7', '1055299')
  57. lp = game:GetService'Players'.LocalPlayer
  58. hat = lp.Character:WaitForChild'meme'
  59. hammer = hat.GravityHammer
  60. hammer.Parent = lp:FindFirstChildOfClass'Backpack'
  61. --DIRTY HACKS TO PARENT HAT/TOOLS WITH REPLICATION ON FE--
  62. hat.Parent = nil
  63. hammer.Parent = lp.Character
  64. game:GetService'RunService'.Stepped:wait()
  65. hammer.Parent = plr.Character
  66. for i = 1,3 do
  67. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  68. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  69. end
  70. end)
  71.  
  72.  
  73.  
  74. TextButton_3.Parent = Frame
  75. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextButton_3.Position = UDim2.new(-0.00141260028, 0, 2.63669872, 0)
  77. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  78. TextButton_3.Font = Enum.Font.SourceSans
  79. TextButton_3.Text = "ALLAHU AKBAR"
  80. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  81. TextButton_3.TextScaled = true
  82. TextButton_3.TextSize = 14
  83. TextButton_3.TextWrapped = true
  84. TextButton_3.MouseButton1Down:connect(function()
  85.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("allh akb4rl!", "All")
  86.         game.ReplicatedStorage.ITEM_PURCHASE:InvokeServer("meme","0","1527622")
  87. end)
  88. TextLabel.Parent = Frame
  89. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel.BackgroundTransparency = 1000
  91. TextLabel.BorderSizePixel = 0
  92. TextLabel.Position = UDim2.new(-0.00141261518, 0, 1.00151789, 0)
  93. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  94. TextLabel.Font = Enum.Font.SourceSans
  95. TextLabel.Text = "BY:  Samucraft18"
  96. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  97. TextLabel.TextScaled = true
  98. TextLabel.TextSize = 14
  99. TextLabel.TextWrapped = true
  100. -- Scripts:
  101.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Whipped Butterfly text 11 Months ago.
Re: Untitled Crimson Ostrich text 1 Year ago.
Re: Untitled Cobalt Bee text 2 Years ago.
Re: Untitled Harmless Bison text 2 Years ago.
Re: Untitled Sexy Capybara text 3 Years ago.