Advertisement
Guest User

Untitled

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