Advertisement
FuZe_Bleed

FuZe's Personal Gui

Jul 29th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. local version = 'V.2'
  2. local MENU = Instance.new("ScreenGui")
  3. local Topbar = Instance.new("Frame")
  4. local exit = Instance.new("TextButton")
  5. local menu = Instance.new("Frame")
  6. local kill = Instance.new("TextButton")
  7. local killall = Instance.new("TextButton")
  8. local loopkill = Instance.new("TextButton")
  9. local god = Instance.new("TextButton")
  10. local victim = Instance.new("TextBox")
  11. local goto = Instance.new("TextButton")
  12. local float = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. MENU.Name = "MENU"
  15. MENU.Parent = game.CoreGui
  16. Topbar.Name = "Topbar"
  17. Topbar.Parent = MENU
  18. Topbar.Active = true
  19. Topbar.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  20. Topbar.BorderSizePixel = 0
  21. Topbar.Draggable = true
  22. Topbar.Position = UDim2.new(0.5, -100, 0.5, -13)
  23. Topbar.Selectable = true
  24. Topbar.Size = UDim2.new(0, 200, 0, 27)
  25. exit.Name = "exit"
  26. exit.Parent = Topbar
  27. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  28. exit.BackgroundTransparency = 1
  29. exit.Position = UDim2.new(0, 163, 0, 0)
  30. exit.Size = UDim2.new(0, 37, 0, 27)
  31. exit.Font = Enum.Font.Arial
  32. exit.FontSize = Enum.FontSize.Size18
  33. exit.Text = "X"
  34. exit.TextColor3 = Color3.new(1, 1, 1)
  35. exit.TextSize = 18
  36. menu.Name = "menu"
  37. menu.Parent = Topbar
  38. menu.BackgroundColor3 = Color3.new(0.12,0.12,0.12)
  39. menu.BorderSizePixel = 0
  40. menu.Position = UDim2.new(0, 0, 0, 27)
  41. menu.Size = UDim2.new(0, 200, 0, 232)
  42. kill.Name = "kill"
  43. kill.Parent = menu
  44. kill.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  45. kill.BorderSizePixel = 0
  46. kill.Position = UDim2.new(0, 14, 0, 45)
  47. kill.Size = UDim2.new(0, 80, 0, 50)
  48. kill.Font = Enum.Font.Arial
  49. kill.FontSize = Enum.FontSize.Size18
  50. kill.Text = "Kill"
  51. kill.TextColor3 = Color3.new(1, 1, 1)
  52. kill.TextSize = 18
  53. killall.Name = "killall"
  54. killall.Parent = menu
  55. killall.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  56. killall.BorderSizePixel = 0
  57. killall.Position = UDim2.new(0, 107, 0, 45)
  58. killall.Size = UDim2.new(0, 80, 0, 50)
  59. killall.Font = Enum.Font.Arial
  60. killall.FontSize = Enum.FontSize.Size18
  61. killall.Text = "Kill All"
  62. killall.TextColor3 = Color3.new(1, 1, 1)
  63. killall.TextSize = 18
  64. loopkill.Name = "loopkill"
  65. loopkill.Parent = menu
  66. loopkill.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  67. loopkill.BorderSizePixel = 0
  68. loopkill.Position = UDim2.new(0, 14, 0, 110)
  69. loopkill.Size = UDim2.new(0, 80, 0, 50)
  70. loopkill.Font = Enum.Font.Arial
  71. loopkill.FontSize = Enum.FontSize.Size18
  72. loopkill.Text = "Loop Kill"
  73. loopkill.TextColor3 = Color3.new(1, 1, 1)
  74. loopkill.TextSize = 18
  75. god.Name = "god"
  76. god.Parent = menu
  77. god.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  78. god.BorderSizePixel = 0
  79. god.Position = UDim2.new(0, 107, 0, 110)
  80. god.Size = UDim2.new(0, 80, 0, 50)
  81. god.Font = Enum.Font.Arial
  82. god.FontSize = Enum.FontSize.Size18
  83. god.Text = "God"
  84. god.TextColor3 = Color3.new(1, 1, 1)
  85. god.TextSize = 18
  86. god.TextWrapped = true
  87. victim.Name = "victim"
  88. victim.Parent = menu
  89. victim.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  90. victim.BorderColor3 = Color3.new(0.25, 0.25, 0.80)
  91. victim.BorderSizePixel = 2
  92. victim.Position = UDim2.new(0, 16, 0, 10)
  93. victim.Size = UDim2.new(0, 170, 0, 25)
  94. victim.Font = Enum.Font.Arial
  95. victim.FontSize = Enum.FontSize.Size14
  96. victim.Text = "Player Name"
  97. victim.TextColor3 = Color3.new(1, 1, 1)
  98. victim.TextSize = 14
  99. goto.Name = "goto"
  100. goto.Parent = menu
  101. goto.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  102. goto.BorderSizePixel = 0
  103. goto.Position = UDim2.new(0, 14, 0, 172)
  104. goto.Size = UDim2.new(0, 80, 0, 50)
  105. goto.Font = Enum.Font.Arial
  106. goto.FontSize = Enum.FontSize.Size18
  107. goto.Text = "Goto"
  108. goto.TextColor3 = Color3.new(1, 1, 1)
  109. goto.TextSize = 18
  110. float.Name = "float"
  111. float.Parent = menu
  112. float.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  113. float.BorderSizePixel = 0
  114. float.Position = UDim2.new(0, 107, 0, 172)
  115. float.Size = UDim2.new(0, 80, 0, 50)
  116. float.Font = Enum.Font.Arial
  117. float.FontSize = Enum.FontSize.Size18
  118. float.Text = "Floating Torso"
  119. float.TextColor3 = Color3.new(1, 1, 1)
  120. float.TextSize = 18
  121. float.TextWrapped = true
  122. TextLabel.Parent = Topbar
  123. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  124. TextLabel.BackgroundTransparency = 1
  125. TextLabel.Position = UDim2.new(0, 43, 0, 0)
  126. TextLabel.Size = UDim2.new(0, 115, 0, 27)
  127. TextLabel.Font = Enum.Font.Arial
  128. TextLabel.FontSize = Enum.FontSize.Size18
  129. TextLabel.Text = "Equinox Gui V2"
  130. TextLabel.TextColor3 = Color3.new(0.12,0.12,0.12)
  131. TextLabel.TextSize = 14
  132. goto.MouseButton1Click:connect(function()
  133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(victim.Text).Character.HumanoidRootPart.Position)
  134. end)
  135. kill.MouseButton1Click:connect(function()
  136. local target = game.Players:FindFirstChild(victim.Text)
  137. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  138. end)
  139. killall.MouseButton1Click:connect(function()
  140. for i,v in pairs(game.Players:GetChildren()) do
  141. v:Move(Vector3.new(math.huge,math.huge,math.huge))
  142. end
  143. end)
  144. loopkill.MouseButton1Click:connect(function()
  145. while true do
  146. local target = game.Players:FindFirstChild(victim.Text)
  147. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  148. wait()
  149. end
  150. end)
  151. god.MouseButton1Click:connect(function()
  152. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  153. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  154. l.Parent = game.Players.LocalPlayer.Character
  155. l.Name = "Humanoid"
  156. wait(0.1)
  157. game.Players.LocalPlayer.Character["1"]:Destroy()
  158. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  159. game.Players.LocalPlayer.Character.Animate.Disabled = true
  160. wait(0.1)
  161. game.Players.LocalPlayer.Character.Animate.Disabled = false
  162. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  163. end)
  164. float.MouseButton1Click:connect(function()
  165. local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  166. Weld1.Part0 = game.Players.LocalPlayer.Character.Head
  167. Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
  168. local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  169. Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  170. Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
  171. local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  172. Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  173. Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
  174. local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  175. Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  176. Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
  177. local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  178. Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  179. Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
  180. end)
  181. exit.MouseButton1Click:connect(function()
  182. MENU:remove()
  183. warn("Goodbye, "..game.Players.LocalPlayer.Name)
  184. warn("FuZe's Personal Gui")
  185. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement