Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
2,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local YareYareDaze = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local Frame = Instance.new("Frame")
  11. local TextBox = Instance.new("TextBox")
  12. local Bringitems = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local KillAllOff = Instance.new("TextButton")
  15. local KillAllOn = Instance.new("TextButton")
  16. local TsMovementOn = Instance.new("TextButton")
  17. local TsMovementOff = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. YareYareDaze.Name = "YareYareDaze"
  22. YareYareDaze.Parent = game.CoreGui
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = YareYareDaze
  26. OpenFrame.BackgroundColor3 = Color3.fromRGB(54, 255, 19)
  27. OpenFrame.Position = UDim2.new(0, 0, 0.834914684, 0)
  28. OpenFrame.Size = UDim2.new(0, 89, 0, 32)
  29.  
  30. Open.Name = "Open"
  31. Open.Parent = OpenFrame
  32. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  33. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. Open.Position = UDim2.new(0.0187640078, 0, 0.0596590042, 0)
  35. Open.Size = UDim2.new(0, 85, 0, 27)
  36. Open.Font = Enum.Font.SourceSans
  37. Open.Text = "Open"
  38. Open.TextColor3 = Color3.fromRGB(54, 255, 19)
  39. Open.TextSize = 14.000
  40. Open.MouseButton1Down:connect(function()
  41. MainFrame.Visible = true
  42. OpenFrame.Visible = false
  43. end)
  44.  
  45. MainFrame.Name = "MainFrame"
  46. MainFrame.Parent = YareYareDaze
  47. MainFrame.Active = true
  48. MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  49. MainFrame.BackgroundTransparency = 0.250
  50. MainFrame.BorderColor3 = Color3.fromRGB(54, 255, 19)
  51. MainFrame.Position = UDim2.new(0.847480059, 0, 0.546489596, 0)
  52. MainFrame.Size = UDim2.new(0, 115, 0, 170)
  53. MainFrame.Visible = false
  54. MainFrame.ZIndex = 0
  55. MainFrame.Draggable = true
  56.  
  57. Frame.Parent = MainFrame
  58. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. Frame.BackgroundTransparency = 1.000
  60. Frame.Position = UDim2.new(0, 0, 1.0115608, 0)
  61. Frame.Size = UDim2.new(0, 115, 0, 25)
  62.  
  63. TextBox.Parent = Frame
  64. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. TextBox.BackgroundTransparency = 0.250
  66. TextBox.BorderColor3 = Color3.fromRGB(54, 255, 19)
  67. TextBox.Position = UDim2.new(0, 0, -7.88000011, 0)
  68. TextBox.Selectable = false
  69. TextBox.Size = UDim2.new(0, 115, 0, 25)
  70. TextBox.ClearTextOnFocus = false
  71. TextBox.Font = Enum.Font.SourceSans
  72. TextBox.Text = "Made by plezdonthurtme on v3rm"
  73. TextBox.TextColor3 = Color3.fromRGB(54, 255, 19)
  74. TextBox.TextSize = 9.000
  75.  
  76. Bringitems.Name = "Bringitems"
  77. Bringitems.Parent = MainFrame
  78. Bringitems.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  79. Bringitems.BackgroundTransparency = 0.250
  80. Bringitems.Position = UDim2.new(0.0377390981, 0, 0.474529505, 0)
  81. Bringitems.Size = UDim2.new(0, 106, 0, 24)
  82. Bringitems.ZIndex = 0
  83. Bringitems.Font = Enum.Font.SourceSans
  84. Bringitems.Text = "Bring Items"
  85. Bringitems.TextColor3 = Color3.fromRGB(54, 255, 19)
  86. Bringitems.TextSize = 14.000
  87. Bringitems.MouseButton1Down:connect(function()
  88. for i,v in pairs(game.Workspace:GetDescendants()) do
  89. if v.ClassName == "TouchTransmitter" then
  90. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  91. end
  92. end
  93. end)
  94.  
  95. Close.Name = "Close"
  96. Close.Parent = MainFrame
  97. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Close.BackgroundTransparency = 1.000
  99. Close.Position = UDim2.new(0.347826093, 0, 5.58793545e-08, 0)
  100. Close.Size = UDim2.new(0, 35, 0, 23)
  101. Close.Font = Enum.Font.SourceSans
  102. Close.Text = "X"
  103. Close.TextColor3 = Color3.fromRGB(54, 255, 19)
  104. Close.TextSize = 30.000
  105. Close.MouseButton1Down:connect(function()
  106. OpenFrame.Visible = true
  107. MainFrame.Visible = false
  108. end)
  109.  
  110. KillAllOff.Name = "KillAllOff"
  111. KillAllOff.Parent = MainFrame
  112. KillAllOff.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  113. KillAllOff.BackgroundTransparency = 0.250
  114. KillAllOff.Position = UDim2.new(0.0377390981, 0, 0.133352995, 0)
  115. KillAllOff.Size = UDim2.new(0, 106, 0, 24)
  116. KillAllOff.ZIndex = 0
  117. KillAllOff.Font = Enum.Font.SourceSans
  118. KillAllOff.Text = "Kill All Off"
  119. KillAllOff.TextColor3 = Color3.fromRGB(54, 255, 19)
  120. KillAllOff.TextSize = 14.000
  121. KillAllOff.MouseButton1Down:connect(function()
  122. _G.enabled = false
  123. while _G.enabled do
  124. wait(0.1)
  125. for i,v in pairs(game.Players:GetChildren()) do
  126. if v.Name ~= game.Players.LocalPlayer.Name then
  127. local args = {
  128. [1] = v.Character.HumanoidRootPart,
  129. [2] = "Heavy",
  130. }
  131. game:GetService("ReplicatedStorage").Remotes.DamageHumanoid:FireServer(unpack(args))
  132. end
  133. end
  134. end
  135. end)
  136.  
  137. KillAllOn.Name = "KillAllOn"
  138. KillAllOn.Parent = MainFrame
  139. KillAllOn.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  140. KillAllOn.BackgroundTransparency = 0.250
  141. KillAllOn.Position = UDim2.new(0.0377390981, 0, 0.274529487, 0)
  142. KillAllOn.Size = UDim2.new(0, 106, 0, 24)
  143. KillAllOn.ZIndex = 0
  144. KillAllOn.Font = Enum.Font.SourceSans
  145. KillAllOn.Text = "Kill All On"
  146. KillAllOn.TextColor3 = Color3.fromRGB(54, 255, 19)
  147. KillAllOn.TextSize = 14.000
  148. KillAllOn.MouseButton1Down:connect(function()
  149. _G.enabled = true
  150. while _G.enabled do
  151. wait(0.1)
  152. for i,v in pairs(game.Players:GetChildren()) do
  153. if v.Name ~= game.Players.LocalPlayer.Name then
  154. local args = {
  155. [1] = v.Character.HumanoidRootPart,
  156. [2] = "Heavy",
  157. }
  158. game:GetService("ReplicatedStorage").Remotes.DamageHumanoid:FireServer(unpack(args))
  159. end
  160. end
  161. end
  162. end)
  163.  
  164. TsMovementOn.Name = "TsMovementOn"
  165. TsMovementOn.Parent = MainFrame
  166. TsMovementOn.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  167. TsMovementOn.BackgroundTransparency = 0.250
  168. TsMovementOn.Position = UDim2.new(0.0377390981, 0, 0.66864717, 0)
  169. TsMovementOn.Size = UDim2.new(0, 106, 0, 24)
  170. TsMovementOn.ZIndex = 0
  171. TsMovementOn.Font = Enum.Font.SourceSans
  172. TsMovementOn.Text = "TsMovement On"
  173. TsMovementOn.TextColor3 = Color3.fromRGB(54, 255, 19)
  174. TsMovementOn.TextSize = 14.000
  175. TsMovementOn.MouseButton1Down:connect(function()
  176. _G.enabled = true
  177. while _G.enabled do
  178. wait(0.1)
  179. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  180. if v:IsA('Part') then
  181. v.Anchored = false
  182. end
  183. end
  184. end
  185. end)
  186.  
  187. TsMovementOff.Name = "TsMovementOff"
  188. TsMovementOff.Parent = MainFrame
  189. TsMovementOff.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  190. TsMovementOff.BackgroundTransparency = 0.250
  191. TsMovementOff.Position = UDim2.new(0.0377390981, 0, 0.809823632, 0)
  192. TsMovementOff.Size = UDim2.new(0, 106, 0, 24)
  193. TsMovementOff.ZIndex = 0
  194. TsMovementOff.Font = Enum.Font.SourceSans
  195. TsMovementOff.Text = "TsMovement Off"
  196. TsMovementOff.TextColor3 = Color3.fromRGB(54, 255, 19)
  197. TsMovementOff.TextSize = 14.000
  198. TsMovementOff.MouseButton1Down:connect(function()
  199. _G.enabled = false
  200. while _G.enabled do
  201. wait(0.1)
  202. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  203. if v:IsA('Part') then
  204. v.Anchored = false
  205. end
  206. end
  207. end
  208. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement