Advertisement
lololofhjh

Untitled

Jan 22nd, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. -- dv
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local TOUTRIAL = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local OPEN = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local BeautyA = Instance.new("Frame")
  11. local Name = Instance.new("TextLabel")
  12. local BeautyB = Instance.new("Frame")
  13. local Credit = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local NOTHING = Instance.new("TextButton")
  16. local RAINBOWCR = Instance.new("TextButton")
  17. local KILLALL = Instance.new("TextButton")
  18. local ONEHITKILL = Instance.new("TextButton")
  19. local Speed = Instance.new("TextButton")
  20. local JumpPower = Instance.new("TextButton")
  21. local INFHLTH = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. TOUTRIAL.Name = "TOUTRIAL"
  26. TOUTRIAL.Parent = game.CoreGui
  27. TOUTRIAL.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. OpenFrame.Name = "Open Frame"
  30. OpenFrame.Parent = TOUTRIAL
  31. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  32. OpenFrame.Position = UDim2.new(0, 0, 0.505862653, 0)
  33. OpenFrame.Size = UDim2.new(0, 114, 0, 23)
  34.  
  35. OPEN.Name = "OPEN"
  36. OPEN.Parent = OpenFrame
  37. OPEN.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  38. OPEN.Position = UDim2.new(0, 0, 0.0434782654, 0)
  39. OPEN.Size = UDim2.new(0, 116, 0, 22)
  40. OPEN.Font = Enum.Font.Cartoon
  41. OPEN.Text = "OPEN"
  42. OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. OPEN.TextSize = 30.000
  44. OPEN.MouseButton1Down:connect(function()
  45. Main.Visible = true
  46. OpenFrame.Visible = false
  47. end)
  48.  
  49. Main.Name = "Main"
  50. Main.Parent = TOUTRIAL
  51. Main.Active = true
  52. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  53. Main.BackgroundTransparency = 0.200
  54. Main.Position = UDim2.new(0.634489179, 0, 0.182579562, 0)
  55. Main.Size = UDim2.new(0, 360, 0, 293)
  56. Main.Visible = false
  57. Main.Dragable = true
  58.  
  59. BeautyA.Name = "BeautyA"
  60. BeautyA.Parent = Main
  61. BeautyA.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  62. BeautyA.Size = UDim2.new(0, 360, 0, 15)
  63.  
  64. Name.Name = "Name"
  65. Name.Parent = BeautyA
  66. Name.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  67. Name.Position = UDim2.new(0.268308669, 0, 0, 0)
  68. Name.Size = UDim2.new(0, 172, 0, 15)
  69. Name.Font = Enum.Font.SourceSans
  70. Name.Text = "ALL CREDITS TO:lolollokug & IIDexiin & O5oD "
  71. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. Name.TextSize = 14.000
  73.  
  74. BeautyB.Name = "BeautyB"
  75. BeautyB.Parent = Main
  76. BeautyB.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  77. BeautyB.Position = UDim2.new(0, 0, 0.945652127, 0)
  78. BeautyB.Size = UDim2.new(0, 360, 0, 15)
  79.  
  80. Credit.Name = "Credit"
  81. Credit.Parent = BeautyB
  82. Credit.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  83. Credit.Position = UDim2.new(0.201642022, 0, 0, 0)
  84. Credit.Size = UDim2.new(0, 232, 0, 15)
  85. Credit.Font = Enum.Font.SourceSans
  86. Credit.Text = "GUI made by lolollokug#1212"
  87. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. Credit.TextSize = 14.000
  89.  
  90. TextButton.Parent = Main
  91. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
  92. TextButton.Position = UDim2.new(0.919444442, 0, 0, 0)
  93. TextButton.Size = UDim2.new(0, 29, 0, 15)
  94. TextButton.Font = Enum.Font.Gotham
  95. TextButton.Text = "X"
  96. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. TextButton.TextSize = 14.000
  98. TextButton.MouseButton1Down:connect(function()
  99. OpenFrame.Visible = true
  100. Main.Visible = false
  101. end)
  102.  
  103. NOTHING.Name = "NOTHING"
  104. NOTHING.Parent = Main
  105. NOTHING.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  106. NOTHING.Position = UDim2.new(0.0318129659, 0, 0.799983978, 0)
  107. NOTHING.Size = UDim2.new(0, 336, 0, 30)
  108. NOTHING.Font = Enum.Font.Cartoon
  109. NOTHING.Text = "TO STOP KILLING ALL PRESS T"
  110. NOTHING.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. NOTHING.TextSize = 20.000
  112.  
  113. RAINBOWCR.Name = "RAINBOW CR"
  114. RAINBOWCR.Parent = Main
  115. RAINBOWCR.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  116. RAINBOWCR.Position = UDim2.new(0.329316348, 0, 0.408041328, 0)
  117. RAINBOWCR.Size = UDim2.new(0, 128, 0, 30)
  118. RAINBOWCR.Font = Enum.Font.Cartoon
  119. RAINBOWCR.Text = "RAINBOW CR"
  120. RAINBOWCR.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. RAINBOWCR.TextSize = 20.000
  122. RAINBOWCR.MouseButton1Down:connect(function()
  123. loadstring(game:HttpGet("https://hastebin.com/raw/sedelizeyi"))()
  124. end)
  125.  
  126. KILLALL.Name = "KILL ALL"
  127. KILLALL.Parent = Main
  128. KILLALL.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  129. KILLALL.Position = UDim2.new(0.329316348, 0, 0.634760857, 0)
  130. KILLALL.Size = UDim2.new(0, 128, 0, 30)
  131. KILLALL.Font = Enum.Font.Cartoon
  132. KILLALL.Text = "KILL ALL"
  133. KILLALL.TextColor3 = Color3.fromRGB(255, 255, 255)
  134. KILLALL.TextSize = 20.000
  135. KILLALL.MouseButton1Down:connect(function()
  136. local Player = game:GetService("Players").LocalPlayer
  137. local UIS = game:GetService("UserInputService")
  138.  
  139. local ToggleLoopKill = false
  140.  
  141. UIS.InputBegan:Connect(function(Input)
  142. if Input.KeyCode == Enum.KeyCode.T then
  143. if game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar:IsFocused() == true then return end
  144. ToggleLoopKill = not ToggleLoopKill
  145. end
  146. end)
  147.  
  148. local KillEvent = workspace.RemoteServer.Death
  149.  
  150. while wait() do
  151. for i,v in pairs(game.Players:GetChildren()) do
  152. if v.Name ~= Player.Name and not v:IsFriendsWith(Player.UserId) and ToggleLoopKill == true then
  153. KillEvent:FireServer(v.Character)
  154. print("Ded: "..v.Name)
  155. end
  156. end
  157. end
  158. end)
  159.  
  160. ONEHITKILL.Name = "ONE HIT KILL"
  161. ONEHITKILL.Parent = Main
  162. ONEHITKILL.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  163. ONEHITKILL.Position = UDim2.new(0.329316348, 0, 0.202051193, 0)
  164. ONEHITKILL.Size = UDim2.new(0, 128, 0, 30)
  165. ONEHITKILL.Font = Enum.Font.Cartoon
  166. ONEHITKILL.Text = "ONE HIT KILL"
  167. ONEHITKILL.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. ONEHITKILL.TextSize = 20.000
  169. ONEHITKILL.MouseButton1Down:connect(function()
  170. repeat wait() until game.Players.LocalPlayer.Character
  171.  
  172. --
  173.  
  174. local Player = game:GetService("Players").LocalPlayer
  175. local Mouse = Player:GetMouse()
  176.  
  177. local KillEvent = workspace.RemoteServer.Death
  178.  
  179. Mouse.Button1Down:connect(function()
  180. Mouse.TargetFilter = workspace.Water
  181. KillEvent:FireServer(game.Players[Mouse.Target.Parent.Name].Character)
  182. end)
  183. end)
  184.  
  185. Speed.Name = "Speed"
  186. Speed.Parent = Main
  187. Speed.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  188. Speed.Position = UDim2.new(0.665427506, 0, 0.0989247113, 0)
  189. Speed.Size = UDim2.new(0, 91, 0, 15)
  190. Speed.Font = Enum.Font.Cartoon
  191. Speed.Text = "Speed"
  192. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. Speed.TextSize = 20.000
  194. Speed.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.Character.Humanoid2.WalkSpeed = 130
  196. end)
  197.  
  198. JumpPower.Name = "JumpPower"
  199. JumpPower.Parent = Main
  200. JumpPower.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  201. JumpPower.Position = UDim2.new(0.0765385926, 0, 0.0989247113, 0)
  202. JumpPower.Size = UDim2.new(0, 91, 0, 15)
  203. JumpPower.Font = Enum.Font.Cartoon
  204. JumpPower.Text = "Jump Power"
  205. JumpPower.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. JumpPower.TextSize = 20.000
  207. JumpPower.MouseButton1Down:connect(function()
  208. game.Players.LocalPlayer.Character.Humanoid2.JumpPower = 120
  209. end)
  210.  
  211. INFHLTH.Name = "INF HLTH"
  212. INFHLTH.Parent = Main
  213. INFHLTH.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  214. INFHLTH.Position = UDim2.new(0.37931639, 0, 0.0989247113, 0)
  215. INFHLTH.Size = UDim2.new(0, 91, 0, 15)
  216. INFHLTH.Font = Enum.Font.Cartoon
  217. INFHLTH.Text = "INF HLTH"
  218. INFHLTH.TextColor3 = Color3.fromRGB(255, 255, 255)
  219. INFHLTH.TextSize = 20.000
  220. INFHLTH.MouseButton1Down:connect(function()
  221. loadstring(game:HttpGet("https://pastebin.com/raw/ut3eBR46"))()
  222. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement