Gostrondude

Untitled

Sep 23rd, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 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 exe = Instance.new("TextButton")
  7. local cmd = Instance.new("TextBox")
  8. local cmdsframe = Instance.new("Frame")
  9. local close = Instance.new("TextButton")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local TextLabel_5 = Instance.new("TextLabel")
  16. local TextLabel_6 = Instance.new("TextLabel")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  23. main.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  24. main.Position = UDim2.new(0.385797948, 0, 0.774193525, 0)
  25. main.Size = UDim2.new(0, 304, 0, 23)
  26. main.Active = true
  27. main.Draggable = true
  28.  
  29.  
  30. exe.Name = "exe"
  31. exe.Parent = main
  32. exe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  33. exe.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  34. exe.Position = UDim2.new(0.779605269, 0, 0, 0)
  35. exe.Size = UDim2.new(0, 66, 0, 23)
  36. exe.Font = Enum.Font.SourceSans
  37. exe.Text = "Execute"
  38. exe.TextColor3 = Color3.new(1, 1, 1)
  39. exe.TextSize = 18
  40. exe.TextWrapped = true
  41.  
  42. cmd.Name = "cmd"
  43. cmd.Parent = main
  44. cmd.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  45. cmd.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  46. cmd.Position = UDim2.new(-0.000143654644, 0, 0, 0)
  47. cmd.Size = UDim2.new(0, 227, 0, 23)
  48. cmd.Font = Enum.Font.SourceSans
  49. cmd.PlaceholderText = "Type \"cmds\" For A List Of Commands!"
  50. cmd.Text = ""
  51. cmd.TextColor3 = Color3.new(1, 1, 1)
  52. cmd.TextScaled = true
  53. cmd.TextSize = 14
  54. cmd.TextWrapped = true
  55.  
  56. cmdsframe.Name = "cmdsframe"
  57. cmdsframe.Parent = ScreenGui
  58. cmdsframe.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  59. cmdsframe.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  60. cmdsframe.Position = UDim2.new(0.365300149, 0, 0.216318786, 0)
  61. cmdsframe.Size = UDim2.new(0, 250, 0, 16)
  62. cmdsframe.Visible = false
  63. cmdsframe.Active = true
  64. cmdsframe.Draggable = true
  65.  
  66. close.Name = "close"
  67. close.Parent = cmdsframe
  68. close.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  69. close.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  70. close.Position = UDim2.new(0.944000006, 0, 0, 0)
  71. close.Size = UDim2.new(0, 14, 0, 14)
  72. close.Font = Enum.Font.SourceSans
  73. close.Text = "X"
  74. close.TextColor3 = Color3.new(1, 1, 1)
  75. close.TextSize = 14
  76.  
  77. Frame.Parent = cmdsframe
  78. Frame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  79. Frame.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  80. Frame.Position = UDim2.new(0, 0, 1, 0)
  81. Frame.Size = UDim2.new(0, 250, 0, 195)
  82.  
  83. TextLabel.Parent = Frame
  84. TextLabel.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  85. TextLabel.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  86. TextLabel.Size = UDim2.new(0, 250, 0, 23)
  87. TextLabel.Font = Enum.Font.SourceSans
  88. TextLabel.Text = "Commands:"
  89. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  90. TextLabel.TextScaled = true
  91. TextLabel.TextSize = 14
  92. TextLabel.TextWrapped = true
  93.  
  94. TextLabel_2.Parent = Frame
  95. TextLabel_2.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  96. TextLabel_2.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  97. TextLabel_2.Position = UDim2.new(0, 0, 0.117948718, 0)
  98. TextLabel_2.Size = UDim2.new(0, 169, 0, 23)
  99. TextLabel_2.Font = Enum.Font.SourceSans
  100. TextLabel_2.Text = "Grab - Executes Grab Knife V4"
  101. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  102. TextLabel_2.TextSize = 18
  103. TextLabel_2.TextWrapped = true
  104.  
  105. TextLabel_3.Parent = Frame
  106. TextLabel_3.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  107. TextLabel_3.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  108. TextLabel_3.Position = UDim2.new(0, 0, 0.266666681, 0)
  109. TextLabel_3.Size = UDim2.new(0, 169, 0, 23)
  110. TextLabel_3.Font = Enum.Font.SourceSans
  111. TextLabel_3.Text = "MML - Executes MML Admin"
  112. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  113. TextLabel_3.TextSize = 18
  114. TextLabel_3.TextWrapped = true
  115.  
  116. TextLabel_4.Parent = Frame
  117. TextLabel_4.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  118. TextLabel_4.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  119. TextLabel_4.Position = UDim2.new(0, 0, 0.441025674, 0)
  120. TextLabel_4.Size = UDim2.new(0, 169, 0, 23)
  121. TextLabel_4.Font = Enum.Font.SourceSans
  122. TextLabel_4.Text = "Gun - Executes Kitchen Gun"
  123. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel_4.TextSize = 18
  125. TextLabel_4.TextWrapped = true
  126.  
  127. TextLabel_5.Parent = Frame
  128. TextLabel_5.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  129. TextLabel_5.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  130. TextLabel_5.Position = UDim2.new(0, 0, 0.625641048, 0)
  131. TextLabel_5.Size = UDim2.new(0, 177, 0, 23)
  132. TextLabel_5.Font = Enum.Font.SourceSans
  133. TextLabel_5.Text = "Tree - Executes Tree Smasher"
  134. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  135. TextLabel_5.TextSize = 18
  136. TextLabel_5.TextWrapped = true
  137.  
  138. TextLabel_6.Parent = Frame
  139. TextLabel_6.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  140. TextLabel_6.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  141. TextLabel_6.Position = UDim2.new(0, 0, 0.774358988, 0)
  142. TextLabel_6.Size = UDim2.new(0, 169, 0, 23)
  143. TextLabel_6.Font = Enum.Font.SourceSans
  144. TextLabel_6.Text = "Gas- Executes Mustard Gas"
  145. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  146. TextLabel_6.TextSize = 18
  147. TextLabel_6.TextWrapped = true
  148.  
  149. --//Scripts:
  150. exe.MouseButton1Down:Connect(function()
  151. if cmd.Text == "grab" then
  152. game.ReplicatedStorage.RemoteEvent:FireServer('sexyfags', game.Players.LocalPlayer.Name,
  153. 1193146271)
  154. elseif cmd.Text == "mml" then
  155. game.ReplicatedStorage.RemoteEvent:FireServer('sexyfags', game.Players.LocalPlayer.Name,
  156. 1265423522)
  157. elseif cmd.Text == "gun" then
  158. game.ReplicatedStorage.RemoteEvent:FireServer('sexyfags', game.Players.LocalPlayer.Name,
  159. 1233585074)
  160. elseif cmd.Text == "tree" then
  161. game.ReplicatedStorage.RemoteEvent:FireServer('sexyfags', game.Players.LocalPlayer.Name,
  162. 970596902)
  163. elseif cmd.Text == "gas" then
  164. game.ReplicatedStorage.RemoteEvent:FireServer('sexyfags', game.Players.LocalPlayer.Name,
  165. 1196228933)
  166. elseif cmd.Text == "cmds" then
  167. cmdsframe.Visible = true
  168. end
  169. end)
  170.  
  171. close.MouseButton1Down:Connect(function()
  172. if cmdsframe.Visible == true then
  173. cmdsframe.Visible = false
  174. end
  175. end)
Advertisement
Add Comment
Please, Sign In to add comment