Advertisement
SalamieLP1

bmt RBX

Mar 16th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local close = Instance.new("TextButton")
  4. local BloodMoon = Instance.new("TextLabel")
  5. local Tycoon = Instance.new("TextBox")
  6. local Rebirth = Instance.new("TextButton")
  7. local LoopKillO = Instance.new("TextButton")
  8. local KillSpesPlay = Instance.new("TextButton")
  9. local Plr = Instance.new("TextBox")
  10. local LoopZomb = Instance.new("TextButton")
  11. local Inf = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local ImageButton = Instance.new("ImageButton")
  15. local TextButton_3 = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame.Position = UDim2.new(0.269180745, 0, 0.269102991, 0)
  22. Frame.Selectable = true
  23. Frame.Size = UDim2.new(0, 429, 0, 230)
  24.  
  25. close.Name = "close"
  26. close.Parent = Frame
  27. close.BackgroundColor3 = Color3.new(1, 0, 0)
  28. close.Position = UDim2.new(-0.00138826529, 0, -0.000852236524, 0)
  29. close.Size = UDim2.new(0, 90, 0, 25)
  30. close.AutoButtonColor = false
  31. close.Font = Enum.Font.SourceSans
  32. close.Text = "Kill Me"
  33. close.TextColor3 = Color3.new(0, 0, 0)
  34. close.TextScaled = true
  35. close.TextSize = 14
  36. close.TextWrapped = true
  37. close.MouseButton1Click:connect(function()
  38. Frame.Visible = false
  39. end)
  40.  
  41. BloodMoon.Name = "BloodMoon"
  42. BloodMoon.Parent = Frame
  43. BloodMoon.BackgroundColor3 = Color3.new(1, 1, 1)
  44. BloodMoon.Position = UDim2.new(0.208817199, 0, -0.000852236524, 0)
  45. BloodMoon.Size = UDim2.new(0, 283, 0, 50)
  46. BloodMoon.Font = Enum.Font.SciFi
  47. BloodMoon.Text = "Blood Moon Tycoon"
  48. BloodMoon.TextColor3 = Color3.new(0, 0, 0)
  49. BloodMoon.TextScaled = true
  50. BloodMoon.TextSize = 14
  51. BloodMoon.TextWrapped = true
  52.  
  53. Tycoon.Name = "Tycoon"
  54. Tycoon.Parent = Frame
  55. Tycoon.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Tycoon.Position = UDim2.new(0.496867299, 0, 0.215325728, 0)
  57. Tycoon.Size = UDim2.new(0, 200, 0, 35)
  58. Tycoon.Font = Enum.Font.SourceSans
  59. Tycoon.Text = "Your Tycoon"
  60. Tycoon.TextColor3 = Color3.new(0, 0, 0)
  61. Tycoon.TextSize = 14
  62.  
  63. Rebirth.Name = "Rebirth"
  64. Rebirth.Parent = Frame
  65. Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Rebirth.Position = UDim2.new(0.0312457327, 0, 0.215325728, 0)
  67. Rebirth.Size = UDim2.new(0, 200, 0, 36)
  68. Rebirth.Font = Enum.Font.SourceSans
  69. Rebirth.Text = "Rebirth"
  70. Rebirth.TextColor3 = Color3.new(0, 0, 0)
  71. Rebirth.TextSize = 36
  72. Rebirth.TextWrapped = true
  73. Rebirth.MouseButton1Click:connect(function()
  74. local A_1 = 121
  75. local A_2 = game:GetService("Workspace").Tycoons[Tycoon.Text]
  76. local A_3 = 765329874
  77. local Event = game:GetService("ReplicatedStorage").PlayerRebirthEvent
  78. Event:FireServer(A_1, A_2, A_3)
  79. end)
  80.  
  81.  
  82. LoopKillO.Name = "LoopKillO"
  83. LoopKillO.Parent = Frame
  84. LoopKillO.BackgroundColor3 = Color3.new(1, 1, 1)
  85. LoopKillO.Position = UDim2.new(0.0295260958, 0, 0.523154736, 0)
  86. LoopKillO.Size = UDim2.new(0, 200, 0, 36)
  87. LoopKillO.Font = Enum.Font.SourceSans
  88. LoopKillO.Text = "Loop kill others"
  89. LoopKillO.TextColor3 = Color3.new(0, 0, 0)
  90. LoopKillO.TextSize = 36
  91. LoopKillO.MouseButton1Click:connect(function()
  92. while wait(1) do
  93. for i,v in pairs(game.Players:children()) do
  94. if v ~= game.Players.LocalPlayer then
  95. game.ReplicatedStorage.DamageEvent:FireServer(v.Character:findFirstChildOfClass("Humanoid"), v.Character:findFirstChildOfClass("Humanoid").Health)
  96. end
  97. end
  98. end
  99. end)
  100.  
  101. KillSpesPlay.Name = "KillSpesPlay"
  102. KillSpesPlay.Parent = Frame
  103. KillSpesPlay.BackgroundColor3 = Color3.new(1, 1, 1)
  104. KillSpesPlay.Position = UDim2.new(0.0303030312, 0, 0.369565189, 0)
  105. KillSpesPlay.Size = UDim2.new(0, 200, 0, 36)
  106. KillSpesPlay.Font = Enum.Font.SourceSans
  107. KillSpesPlay.Text = "Kill a player"
  108. KillSpesPlay.TextColor3 = Color3.new(0, 0, 0)
  109. KillSpesPlay.TextSize = 36
  110. KillSpesPlay.MouseButton1Click:connect(function()
  111. name = Plr.Text
  112. game.ReplicatedStorage.DamageEvent:FireServer(game.Players[name].Character:findFirstChildOfClass("Humanoid"), game.Players[name].Character:findFirstChildOfClass("Humanoid").Health)
  113. end)
  114.  
  115. Plr.Name = "Plr"
  116. Plr.Parent = Frame
  117. Plr.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Plr.Position = UDim2.new(0.497446209, 0, 0.369565219, 0)
  119. Plr.Size = UDim2.new(0, 199, 0, 36)
  120. Plr.Font = Enum.Font.SourceSans
  121. Plr.LineHeight = 3
  122. Plr.Text = "A player Name"
  123. Plr.TextColor3 = Color3.new(0, 0, 0)
  124. Plr.TextSize = 14
  125.  
  126. LoopZomb.Name = "LoopZomb"
  127. LoopZomb.Parent = Frame
  128. LoopZomb.BackgroundColor3 = Color3.new(1, 1, 1)
  129. LoopZomb.Position = UDim2.new(0.0303030312, 0, 0.678260863, 0)
  130. LoopZomb.Size = UDim2.new(0, 200, 0, 36)
  131. LoopZomb.Font = Enum.Font.SourceSans
  132. LoopZomb.Text = "Loop kill Zombies"
  133. LoopZomb.TextColor3 = Color3.new(0, 0, 0)
  134. LoopZomb.TextSize = 30
  135. LoopZomb.MouseButton1Click:connect(function()
  136. while wait() do
  137. for i,v in pairs(workspace:children()) do
  138. if v:findFirstChildOfClass("Humanoid") and v:findFirstChild("Head") and not game.Players:GetPlayerFromCharacter(v) then
  139. game.ReplicatedStorage.DamageEvent:FireServer(v:findFirstChildOfClass("Humanoid"), v:findFirstChildOfClass("Humanoid").Health)
  140. end
  141. end
  142. end
  143. end)
  144.  
  145. Inf.Name = "Inf"
  146. Inf.Parent = Frame
  147. Inf.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Inf.Position = UDim2.new(0.0305333883, 0, 0.832789242, 0)
  149. Inf.Size = UDim2.new(0, 200, 0, 36)
  150. Inf.Font = Enum.Font.SourceSans
  151. Inf.Text = "Inf Rubies/Sapphire"
  152. Inf.TextColor3 = Color3.new(0, 0, 0)
  153. Inf.TextSize = 27
  154. Inf.MouseButton1Click:connect(function()
  155. game.ReplicatedStorage.BuySapphireItemFunction:InvokeServer("AceExoSuitFrame",-99999999)
  156. game.ReplicatedStorage.BuyItemFunction:InvokeServer("EmojiHatFrame",-99999999)
  157. end)
  158.  
  159. TextButton.Parent = Frame
  160. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextButton.Position = UDim2.new(0.496503502, 0, 0.678260863, 0)
  162. TextButton.Size = UDim2.new(0, 200, 0, 36)
  163. TextButton.Font = Enum.Font.SourceSans
  164. TextButton.Text = "Kill Zombies once"
  165. TextButton.TextColor3 = Color3.new(0, 0, 0)
  166. TextButton.TextSize = 31
  167. TextButton.TextWrapped = true
  168. TextButton.MouseButton1Click:connect(function()
  169. for i,v in pairs(workspace:children()) do
  170. if v:findFirstChildOfClass("Humanoid") and v:findFirstChild("Head") and not game.Players:GetPlayerFromCharacter(v) then
  171. game.ReplicatedStorage.DamageEvent:FireServer(v:findFirstChildOfClass("Humanoid"), v:findFirstChildOfClass("Humanoid").Health)
  172. end
  173. end
  174. end)
  175.  
  176. TextButton_2.Parent = Frame
  177. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  178. TextButton_2.Position = UDim2.new(0.497040033, 0, 0.521883607, 0)
  179. TextButton_2.Size = UDim2.new(0, 200, 0, 36)
  180. TextButton_2.Font = Enum.Font.SourceSans
  181. TextButton_2.Text = "Kill others once"
  182. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  183. TextButton_2.TextSize = 36
  184. TextButton_2.MouseButton1Click:connect(function()
  185. for i,v in pairs(game.Players:children()) do
  186. if v ~= game.Players.LocalPlayer then
  187. game.ReplicatedStorage.DamageEvent:FireServer(v.Character:findFirstChildOfClass("Humanoid"), v.Character:findFirstChildOfClass("Humanoid").Health)
  188. end
  189. end
  190. end)
  191.  
  192. ImageButton.Parent = Frame
  193. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  194. ImageButton.Position = UDim2.new(0.868490875, 0, -0.00434782589, 0)
  195. ImageButton.Size = UDim2.new(0, 56, 0, 50)
  196. ImageButton.Image = "rbxassetid://3042720358"
  197.  
  198. TextButton_3.Parent = Frame
  199. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextButton_3.Position = UDim2.new(0.496503502, 0, 0.830434799, 0)
  201. TextButton_3.Size = UDim2.new(0, 200, 0, 36)
  202. TextButton_3.Font = Enum.Font.SourceSans
  203. TextButton_3.Text = "God"
  204. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  205. TextButton_3.TextSize = 36
  206. TextButton_3.MouseButton1Click:connect(function()
  207. game.ReplicatedStorage.DamageEvent:FireServer(game.Players.LocalPlayer.Character.Humanoid, -math.huge)
  208. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement