ItzGamerModzYT

humanoid player

Jun 16th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 KB | None | 0 0
  1. NemesisGUI = Instance.new("ScreenGui")
  2. mainFrame = Instance.new("Frame")
  3. UserText = Instance.new("TextBox")
  4. scrollingFrame = Instance.new("ScrollingFrame")
  5. Humanoid = Instance.new("TextButton")
  6. Reset = Instance.new("TextButton")
  7. Jumppower = Instance.new("TextButton")
  8. WalkSpeed = Instance.new("TextButton")
  9. Control = Instance.new("TextButton")
  10. Remove = Instance.new("TextButton")
  11. KillAll = Instance.new("TextButton")
  12. ValueText = Instance.new("TextBox")
  13. topBar = Instance.new("Frame")
  14. Exit = Instance.new("TextButton")
  15. OpenMenu = Instance.new("TextButton")
  16.  
  17. NemesisGUI.Name = "NemesisGUI"
  18. NemesisGUI.Parent = game.Players.LocalPlayer.PlayerGui
  19.  
  20. mainFrame.Name = "mainFrame"
  21. mainFrame.Parent = NemesisGUI
  22. mainFrame.Active = true
  23. mainFrame.Draggable = true
  24. mainFrame.Visible = false
  25. mainFrame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  26. mainFrame.BorderSizePixel = 0
  27. mainFrame.Position = UDim2.new(0.333645761, 0, 0.218992263, 0)
  28. mainFrame.Size = UDim2.new(0, 435, 0, 289)
  29.  
  30. UserText.Name = "UserText"
  31. UserText.Parent = mainFrame
  32. UserText.BackgroundColor3 = Color3.new(1, 1, 1)
  33. UserText.BorderSizePixel = 0
  34. UserText.Position = UDim2.new(0.372413784, 0, 0.214532867, 0)
  35. UserText.Size = UDim2.new(0, 243, 0, 32)
  36. UserText.Font = Enum.Font.Antique
  37. UserText.FontSize = Enum.FontSize.Size32
  38. UserText.Text = "Username..."
  39. UserText.TextColor3 = Color3.new(0, 0.666667, 1)
  40. UserText.TextSize = 30
  41.  
  42. scrollingFrame.Name = "scrollingFrame"
  43. scrollingFrame.Parent = mainFrame
  44. scrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  45. scrollingFrame.Position = UDim2.new(0, 0, 0.0830449834, 0)
  46. scrollingFrame.Size = UDim2.new(0, 134, 0, 268)
  47.  
  48. Humanoid.Name = "Humanoid"
  49. Humanoid.Parent = scrollingFrame
  50. Humanoid.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Humanoid.Size = UDim2.new(0, 115, 0, 33)
  52. Humanoid.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  53. Humanoid.Font = Enum.Font.Antique
  54. Humanoid.FontSize = Enum.FontSize.Size28
  55. Humanoid.Text = "Add Humanoid"
  56. Humanoid.TextColor3 = Color3.new(0, 0, 0)
  57. Humanoid.TextSize = 26
  58.  
  59. Reset.Name = "Reset"
  60. Reset.Parent = scrollingFrame
  61. Reset.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Reset.Position = UDim2.new(0, 0, 0.159565002, 0)
  63. Reset.Size = UDim2.new(0, 115, 0, 29)
  64. Reset.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  65. Reset.Font = Enum.Font.Antique
  66. Reset.FontSize = Enum.FontSize.Size28
  67. Reset.Text = "Reset Player"
  68. Reset.TextColor3 = Color3.new(0, 0, 0)
  69. Reset.TextSize = 26
  70.  
  71. Jumppower.Name = "Jumppower"
  72. Jumppower.Parent = scrollingFrame
  73. Jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Jumppower.Position = UDim2.new(0, 0, 0.0579052418, 0)
  75. Jumppower.Size = UDim2.new(0, 115, 0, 29)
  76. Jumppower.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  77. Jumppower.Font = Enum.Font.Antique
  78. Jumppower.FontSize = Enum.FontSize.Size28
  79. Jumppower.Text = "JumpPower"
  80. Jumppower.TextColor3 = Color3.new(0, 0, 0)
  81. Jumppower.TextSize = 26
  82.  
  83. WalkSpeed.Name = "WalkSpeed"
  84. WalkSpeed.Parent = scrollingFrame
  85. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  86. WalkSpeed.Position = UDim2.new(0, 0, 0.266989619, 0)
  87. WalkSpeed.Size = UDim2.new(0, 115, 0, 29)
  88. WalkSpeed.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  89. WalkSpeed.Font = Enum.Font.Antique
  90. WalkSpeed.FontSize = Enum.FontSize.Size28
  91. WalkSpeed.Text = "WalkSpeed"
  92. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  93. WalkSpeed.TextSize = 26
  94.  
  95. Control.Name = "Control"
  96. Control.Parent = scrollingFrame
  97. Control.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Control.Position = UDim2.new(0, 0, 0.106973648, 0)
  99. Control.Size = UDim2.new(0, 115, 0, 30)
  100. Control.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  101. Control.Font = Enum.Font.Antique
  102. Control.FontSize = Enum.FontSize.Size28
  103. Control.Text = "Control"
  104. Control.TextColor3 = Color3.new(0, 0, 0)
  105. Control.TextSize = 26
  106.  
  107. Remove.Name = "Remove"
  108. Remove.Parent = scrollingFrame
  109. Remove.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Remove.Position = UDim2.new(0, 0, 0.209639162, 0)
  111. Remove.Size = UDim2.new(0, 115, 0, 33)
  112. Remove.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  113. Remove.Font = Enum.Font.Antique
  114. Remove.FontSize = Enum.FontSize.Size28
  115. Remove.Text = "Remove Baseplate"
  116. Remove.TextColor3 = Color3.new(0, 0, 0)
  117. Remove.TextSize = 26
  118.  
  119. KillAll.Name = "KillAll"
  120. KillAll.Parent = scrollingFrame
  121. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  122. KillAll.Position = UDim2.new(0, 0, 0.317162633, 0)
  123. KillAll.Size = UDim2.new(0, 115, 0, 29)
  124. KillAll.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  125. KillAll.Font = Enum.Font.Antique
  126. KillAll.FontSize = Enum.FontSize.Size28
  127. KillAll.Text = "Kill All"
  128. KillAll.TextColor3 = Color3.new(0, 0, 0)
  129. KillAll.TextSize = 26
  130.  
  131. ValueText.Name = "ValueText"
  132. ValueText.Parent = mainFrame
  133. ValueText.BackgroundColor3 = Color3.new(1, 1, 1)
  134. ValueText.BorderSizePixel = 0
  135. ValueText.Position = UDim2.new(0.372413784, 0, 0.373702437, 0)
  136. ValueText.Size = UDim2.new(0, 243, 0, 32)
  137. ValueText.ClearTextOnFocus = true
  138. ValueText.Font = Enum.Font.Antique
  139. ValueText.FontSize = Enum.FontSize.Size32
  140. ValueText.MultiLine = true
  141. ValueText.Text = "Value"
  142. ValueText.TextColor3 = Color3.new(0, 0.666667, 1)
  143. ValueText.TextSize = 30
  144.  
  145. topBar.Name = "topBar"
  146. topBar.Parent = mainFrame
  147. topBar.BackgroundColor3 = Color3.new(0, 0, 0)
  148. topBar.Size = UDim2.new(0, 435, 0, 26)
  149.  
  150. Exit.Name = "Exit"
  151. Exit.Parent = topBar
  152. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  153. Exit.BorderColor3 = Color3.new(1, 1, 1)
  154. Exit.Position = UDim2.new(0.950551271, 0, 0.0384615399, 0)
  155. Exit.Size = UDim2.new(0, 22, 0, 23)
  156. Exit.Font = Enum.Font.Antique
  157. Exit.FontSize = Enum.FontSize.Size28
  158. Exit.Text = "X"
  159. Exit.TextColor3 = Color3.new(1, 1, 1)
  160. Exit.TextSize = 26
  161.  
  162. OpenMenu.Name = "OpenMenu"
  163. OpenMenu.Parent = NemesisGUI
  164. OpenMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  165. OpenMenu.BorderSizePixel = 0
  166. OpenMenu.Position = UDim2.new(0.00562324282, 0, 0.784883738, 0)
  167. OpenMenu.Size = UDim2.new(0, 128, 0, 41)
  168. OpenMenu.Font = Enum.Font.SourceSans
  169. OpenMenu.FontSize = Enum.FontSize.Size14
  170. OpenMenu.Text = "Open Nemesis"
  171. OpenMenu.TextColor3 = Color3.new(1, 1, 1)
  172. OpenMenu.TextSize = 14
  173.  
  174. Reset.MouseButton1Down:connect(function()
  175. game.Players[UserText.Text].Character.Humanoid.Health = 0
  176. end)
  177.  
  178. Control.MouseButton1Down:connect(function()
  179. if Control.Text == "Control" then
  180. Control.Text = "UnControl"
  181. workspace[UserText.Text].Humanoid.PlatformStand = true
  182. W1 = Instance.new("Weld",workspace)
  183. W1.Name = "Weld1"
  184. W1.Part0 = plr.Character.Torso
  185. W1.Part1 = workspace[UserText.Text].Torso
  186. W2 = Instance.new("Weld",workspace)
  187. W2.Name = "Weld2"
  188. W2.Part0 = plr.Character.Head
  189. W2.Part1 = workspace[UserText.Text].Head
  190. W3 = Instance.new("Weld",workspace)
  191. W3.Name = "Weld3"
  192. W3.Part0 = plr.Character.HumanoidRootPart
  193. W3.Part1 = workspace[UserText.Text].HumanoidRootPart
  194. W4 = Instance.new("Weld",workspace)
  195. W4.Name = "Weld4"
  196. W4.Part0 = plr.Character["Left Arm"]
  197. W4.Part1 = workspace[UserText.Text]["Left Arm"]
  198. W5 = Instance.new("Weld",workspace)
  199. W5.Name = "Weld5"
  200. W5.Part0 = plr.Character["Left Leg"]
  201. W5.Part1 = workspace[UserText.Text]["Left Leg"]
  202. W6 = Instance.new("Weld",workspace)
  203. W6.Name = "Weld6"
  204. W6.Part0 = plr.Character["Right Arm"]
  205. W6.Part1 = workspace[UserText.Text]["Right Arm"]
  206. W7 = Instance.new("Weld",workspace)
  207. W7.Name = "Weld7"
  208. W7.Part0 = plr.Character["Right Leg"]
  209. W7.Part1 = workspace[UserText.Text]["Right Leg"]
  210. for i,v in pairs(plr.Character:GetChildren()) do
  211. if v.ClassName == "Part" then
  212. v.Transparency = 1
  213. end
  214. plr.Character.HumanoidRootPart.Transparency = 1
  215. if v.ClassName == "Accessory" then
  216. v.Handle.Transparency = 1
  217. end
  218. plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  219. end
  220. elseif Control.Text == "UnControl" then
  221. Control.Text = "Control"
  222. workspace[UserText.Text].Humanoid.PlatformStand = false
  223. workspace.Weld1:Remove()
  224. workspace.Weld2:Remove()
  225. workspace.Weld3:Remove()
  226. workspace.Weld4:Remove()
  227. workspace.Weld5:Remove()
  228. workspace.Weld6:Remove()
  229. workspace.Weld7:Remove()
  230. for i,v in pairs(plr.Character:GetChildren()) do
  231. if v.ClassName == "Part" then
  232. v.Transparency = 0
  233. end
  234. plr.Character.HumanoidRootPart.Transparency = 1
  235. if v.ClassName == "Accessory" then
  236. v.Handle.Transparency = 0
  237. end
  238. plr.Character.Humanoid.NameOcclusion = "OccludeAll"
  239. end
  240. end
  241. end)
  242.  
  243. Jumppower.MouseButton1Down:connect(function()
  244. game.Players[UserText.Text].Character.Humanoid.JumpPower = ValueText.Text
  245. end)
  246.  
  247. WalkSpeed.MouseButton1Down:connect(function()
  248. game.Players[UserText.Text].Character.Humanoid.WalkSpeed = ValueText.Text
  249. end)
  250.  
  251. Exit.MouseButton1Down:connect(function()
  252. game.Players.LocalPlayer.PlayerGui.NemesisGUI.mainFrame.Visible = false
  253. game.Players.LocalPlayer.PlayerGui.NemesisGUI.OpenMenu.Visible = true
  254. end)
  255.  
  256. Humanoid.MouseButton1Down:connect(function()
  257. Instance.new("Humanoid", game.Players[UserText.Text].Character)
  258. end)
  259.  
  260. OpenMenu.MouseButton1Down:connect(function()
  261. game.Players.LocalPlayer.PlayerGui.NemesisGUI.mainFrame.Visible = true
  262. game.Players.LocalPlayer.PlayerGui.NemesisGUI.OpenMenu.Visible = false
  263. end)
  264.  
  265. Remove.MouseButton1Down:connect(function()
  266. game.Workspace:ClearAllChildren()
  267. end)
  268.  
  269. KillAll.MouseButton1Down:connect(function()
  270. for i,v in pairs(game.Players:GetChildren()) do
  271. v.Character.Humanoid.Health = 0
  272. end
  273. end)
Advertisement
Add Comment
Please, Sign In to add comment