Advertisement
Guest User

a

a guest
Jul 23rd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local top = Instance.new("Frame")
  7. local exit = Instance.new("TextButton")
  8. local guiname = Instance.new("TextLabel")
  9. local credits = Instance.new("TextLabel")
  10. local KillAll = Instance.new("TextButton")
  11. local tazeall = Instance.new("TextButton")
  12. local opgunpack = Instance.new("TextButton")
  13. local cuffall = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. main.Active= true
  18. main.Draggable = true
  19. top.Draggable = true
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  24. main.BackgroundTransparency = 0.5
  25. main.Position = UDim2.new(0.134766012, 0, 0.265356272, 0)
  26. main.Size = UDim2.new(0, 256, 0, 290)
  27.  
  28. top.Name = "top"
  29. top.Parent = main
  30. top.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  31. top.BackgroundTransparency = 0.5
  32. top.Size = UDim2.new(0, 256, 0, 32)
  33.  
  34. exit.Name = "exit"
  35. exit.Parent = top
  36. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  37. exit.BackgroundTransparency = 1
  38. exit.Position = UDim2.new(0.873393297, 0, 0, 0)
  39. exit.Size = UDim2.new(0, 32, 0, 31)
  40. exit.Font = Enum.Font.SourceSans
  41. exit.Text = "X"
  42. exit.TextColor3 = Color3.new(1, 0, 0)
  43. exit.TextScaled = true
  44. exit.TextSize = 14
  45. exit.TextWrapped = true
  46. exit.MouseButton1Click:connect(function()
  47. main.Visible = false
  48. end)
  49.  
  50. guiname.Name = "guiname"
  51. guiname.Parent = top
  52. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  53. guiname.BackgroundTransparency = 1
  54. guiname.Size = UDim2.new(0, 104, 0, 32)
  55. guiname.Font = Enum.Font.SourceSans
  56. guiname.Text = "RedWood GUI"
  57. guiname.TextColor3 = Color3.new(1, 0, 0)
  58. guiname.TextScaled = true
  59. guiname.TextSize = 5
  60. guiname.TextWrapped = true
  61.  
  62. credits.Name = "credits"
  63. credits.Parent = top
  64. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  65. credits.BackgroundTransparency = 1
  66. credits.Position = UDim2.new(0.409702063, 0, 0, 0)
  67. credits.Size = UDim2.new(0, 118, 0, 31)
  68. credits.Font = Enum.Font.SourceSans
  69. credits.Text = "Made By Geo#1048"
  70. credits.TextColor3 = Color3.new(1, 0, 0)
  71. credits.TextScaled = true
  72. credits.TextSize = 5
  73. credits.TextWrapped = true
  74.  
  75. KillAll.Name = "Kill All"
  76. KillAll.Parent = main
  77. KillAll.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  78. KillAll.BackgroundTransparency = 0.30000001192093
  79. KillAll.Position = UDim2.new(0.103379361, 0, 0.178548545, 0)
  80. KillAll.Size = UDim2.new(0, 200, 0, 37)
  81. KillAll.Font = Enum.Font.SourceSans
  82. KillAll.Text = "Kill All"
  83. KillAll.TextColor3 = Color3.new(1, 0, 0)
  84. KillAll.TextScaled = true
  85. KillAll.TextSize = 14
  86. KillAll.TextWrapped = true
  87. KillAll.MouseButton1Click:connect(function()
  88. KillAll.MouseButton1Click:connect(function()
  89. KillAll.MouseButton1Click:connect(function()
  90. for _, v in pairs(game.Players:GetChildren()) do
  91. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  92. end
  93.  
  94.  
  95. tazeall.Name = "taze all"
  96. tazeall.Parent = main
  97. tazeall.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  98. tazeall.BackgroundTransparency = 0.30000001192093
  99. tazeall.Position = UDim2.new(0.107285611, 0, 0.365597457, 0)
  100. tazeall.Size = UDim2.new(0, 200, 0, 37)
  101. tazeall.Font = Enum.Font.SourceSans
  102. tazeall.Text = "Taze All"
  103. tazeall.TextColor3 = Color3.new(1, 0, 0)
  104. tazeall.TextScaled = true
  105. tazeall.TextSize = 14
  106. tazeall.TextWrapped = true
  107. tazeall.MouseButton1Click:connect(function()
  108. for _, v in pairs(game.Players:GetChildren()) do
  109. game.Workspace.resources.RemoteEvent:FireServer("tase", v)
  110. end
  111.  
  112.  
  113. opgunpack.Name = "op gun pack"
  114. opgunpack.Parent = main
  115. opgunpack.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  116. opgunpack.BackgroundTransparency = 0.30000001192093
  117. opgunpack.Position = UDim2.new(0.103379361, 0, 0.754490793, 0)
  118. opgunpack.Size = UDim2.new(0, 200, 0, 37)
  119. opgunpack.Font = Enum.Font.SourceSans
  120. opgunpack.Text = "OP Gun Pack"
  121. opgunpack.TextColor3 = Color3.new(1, 0, 0)
  122. opgunpack.TextScaled = true
  123. opgunpack.TextSize = 14
  124. opgunpack.TextWrapped = true
  125. opgunpack.MouseButton1Click:connect(function()
  126. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  127. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  128. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  129. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  130. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  131. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  132. end
  133.  
  134. cuffall.Name = "cuff all"
  135. cuffall.Parent = main
  136. cuffall.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  137. cuffall.BackgroundTransparency = 0.30000001192093
  138. cuffall.Position = UDim2.new(0.103379361, 0, 0.556555748, 0)
  139. cuffall.Size = UDim2.new(0, 200, 0, 37)
  140. cuffall.Font = Enum.Font.SourceSans
  141. cuffall.Text = "Cuff All"
  142. cuffall.TextColor3 = Color3.new(1, 0, 0)
  143. cuffall.TextScaled = true
  144. cuffall.TextSize = 14
  145. cuffall.TextWrapped = true
  146. cuffall.MouseButton1Click:connect(function()
  147. for _, v in pairs(game.Players:GetChildren()) do
  148. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  149. end
  150.  
  151. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement