Advertisement
StenHisDirt

Basic! Update1

Jun 26th, 2019
1,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Basic = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local InsideFrame = Instance.new("Frame")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local MadeBy = Instance.new("TextLabel")
  9. local Commands = Instance.new("TextLabel")
  10. local TpToPlayer = Instance.new("TextButton")
  11. local God = Instance.new("TextButton")
  12. local TpTool = Instance.new("TextButton")
  13. local Btools = Instance.new("TextButton")
  14. local Fly = Instance.new("TextButton")
  15. local Local = Instance.new("TextButton")
  16. local Sit = Instance.new("TextButton")
  17. local NoLimbs = Instance.new("TextButton")
  18. local Others = Instance.new("TextButton")
  19. local Close = Instance.new("TextButton")
  20. local OpenFrame = Instance.new("Frame")
  21. local Open = Instance.new("TextButton")
  22. local PlayerTpFrame = Instance.new("Frame")
  23. local TplrBox = Instance.new("TextBox")
  24. local XTplr = Instance.new("TextButton")
  25. local TpToPlayerLegit = Instance.new("TextButton")
  26. local Frame = Instance.new("Frame")
  27. local Others_2 = Instance.new("Frame")
  28. local XOthers = Instance.new("TextButton")
  29. local View = Instance.new("TextButton")
  30. local Nothing = Instance.new("Frame")
  31. local Bring = Instance.new("TextButton")
  32. local Kill = Instance.new("TextButton")
  33. local NameBox = Instance.new("TextBox")
  34. local TextLabel = Instance.new("TextLabel")
  35. local Player = Instance.new("Frame")
  36. local XPlr = Instance.new("TextButton")
  37. local Nothing_2 = Instance.new("Frame")
  38. local Jump = Instance.new("TextButton")
  39. local PlrBox = Instance.new("TextBox")
  40. local HipHeight = Instance.new("TextButton")
  41. local Speed = Instance.new("TextButton")
  42. --Properties:
  43. Basic.Name = "Basic"
  44. Basic.Parent = game.CoreGui
  45. Basic.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. MainFrame.Name = "MainFrame"
  48. MainFrame.Parent = Basic
  49. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  50. MainFrame.BackgroundTransparency = 1
  51. MainFrame.BorderSizePixel = 0
  52. MainFrame.Size = UDim2.new(0, 12, 0, 12)
  53. MainFrame.Visible = false
  54.  
  55. InsideFrame.Name = "InsideFrame"
  56. InsideFrame.Parent = MainFrame
  57. InsideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  58. InsideFrame.BorderColor3 = Color3.new(1, 1, 1)
  59. InsideFrame.Position = UDim2.new(1, 0, 0.991566956, 0)
  60. InsideFrame.Size = UDim2.new(0, 170, 0, 159)
  61. InsideFrame.Style = Enum.FrameStyle.RobloxRound
  62.  
  63. ScrollingFrame.Parent = InsideFrame
  64. ScrollingFrame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  65. ScrollingFrame.BackgroundTransparency = 1
  66. ScrollingFrame.BorderSizePixel = 0
  67. ScrollingFrame.Position = UDim2.new(0.0552387908, 0, 0.0176021643, 0)
  68. ScrollingFrame.Size = UDim2.new(0, 135, 0, 138)
  69. ScrollingFrame.CanvasPosition = Vector2.new(0, 138)
  70.  
  71. MadeBy.Name = "MadeBy"
  72. MadeBy.Parent = ScrollingFrame
  73. MadeBy.BackgroundColor3 = Color3.new(1, 1, 1)
  74. MadeBy.BackgroundTransparency = 1
  75. MadeBy.Position = UDim2.new(-0.106318101, 0, 0.87182349, 0)
  76. MadeBy.Size = UDim2.new(0, 163, 0, 36)
  77. MadeBy.Font = Enum.Font.SourceSans
  78. MadeBy.Text = "Made By Sten"
  79. MadeBy.TextColor3 = Color3.new(1, 1, 1)
  80. MadeBy.TextSize = 22
  81.  
  82. Commands.Name = "Commands :)"
  83. Commands.Parent = ScrollingFrame
  84. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Commands.BackgroundTransparency = 1
  86. Commands.Position = UDim2.new(-0.106318086, 0, 0.00163542759, 0)
  87. Commands.Size = UDim2.new(0, 163, 0, 12)
  88. Commands.Font = Enum.Font.SourceSans
  89. Commands.Text = "Basic Commands :)"
  90. Commands.TextColor3 = Color3.new(1, 1, 1)
  91. Commands.TextSize = 14
  92.  
  93. TpToPlayer.Name = "TpToPlayer"
  94. TpToPlayer.Parent = ScrollingFrame
  95. TpToPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TpToPlayer.Position = UDim2.new(0.0836160332, 0, 0.785363555, 0)
  97. TpToPlayer.Size = UDim2.new(0, 108, 0, 28)
  98. TpToPlayer.Style = Enum.ButtonStyle.RobloxRoundButton
  99. TpToPlayer.Font = Enum.Font.SciFi
  100. TpToPlayer.Text = "Tp Player"
  101. TpToPlayer.TextColor3 = Color3.new(0, 0, 0)
  102. TpToPlayer.TextSize = 18
  103. TpToPlayer.TextWrapped = true
  104. TpToPlayer.MouseButton1Down:connect(function()
  105. PlayerTpFrame.Visible = true
  106. end)
  107.  
  108. God.Name = "God"
  109. God.Parent = ScrollingFrame
  110. God.BackgroundColor3 = Color3.new(1, 1, 1)
  111. God.Position = UDim2.new(0.0836160332, 0, 0.315814823, 0)
  112. God.Size = UDim2.new(0, 108, 0, 28)
  113. God.Style = Enum.ButtonStyle.RobloxRoundButton
  114. God.Font = Enum.Font.SciFi
  115. God.Text = "God"
  116. God.TextColor3 = Color3.new(0, 0, 0)
  117. God.TextSize = 18
  118. God.TextWrapped = true
  119. God.MouseButton1Down:connect(function()
  120. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  121. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  122. l.Parent = game.Players.LocalPlayer.Character
  123. l.Name = "Humanoid"
  124. wait(0.1)
  125. game.Players.LocalPlayer.Character["1"]:Destroy()
  126. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  127. game.Players.LocalPlayer.Character.Animate.Disabled = true
  128. wait(0.1)
  129. game.Players.LocalPlayer.Character.Animate.Disabled = false
  130. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  131. end)
  132.  
  133. TpTool.Name = "TpTool"
  134. TpTool.Parent = ScrollingFrame
  135. TpTool.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TpTool.Position = UDim2.new(0.0920632482, 0, 0.220927089, 0)
  137. TpTool.Size = UDim2.new(0, 108, 0, 28)
  138. TpTool.Style = Enum.ButtonStyle.RobloxRoundButton
  139. TpTool.Font = Enum.Font.SciFi
  140. TpTool.Text = "TpTool"
  141. TpTool.TextColor3 = Color3.new(0, 0, 0)
  142. TpTool.TextSize = 18
  143. TpTool.TextWrapped = true
  144. TpTool.MouseButton1Down:connect(function()
  145. mouse = game.Players.LocalPlayer:GetMouse()
  146. tool = Instance.new("Tool")
  147. tool.RequiresHandle = false
  148. tool.Name = "Click Teleport"
  149. tool.Activated:connect(function()
  150. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  151. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  153. end)
  154. tool.Parent = game.Players.LocalPlayer.Backpack
  155. end)
  156.  
  157. Btools.Name = "Btools"
  158. Btools.Parent = ScrollingFrame
  159. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Btools.Position = UDim2.new(0.0836160332, 0, 0.134622186, 0)
  161. Btools.Size = UDim2.new(0, 108, 0, 28)
  162. Btools.Style = Enum.ButtonStyle.RobloxRoundButton
  163. Btools.Font = Enum.Font.SciFi
  164. Btools.Text = "Btools"
  165. Btools.TextColor3 = Color3.new(0, 0, 0)
  166. Btools.TextSize = 18
  167. Btools.TextWrapped = true
  168. Btools.MouseButton1Down:connect(function()
  169. Player = game.Players.LocalPlayer
  170.  
  171. function Give(x)
  172. H = Instance.new("HopperBin", Player.Backpack)
  173. H.BinType = x
  174. end
  175.  
  176. for i = 2, 4 do
  177. Give(i)
  178. end
  179. end)
  180.  
  181. Fly.Name = "Fly"
  182. Fly.Parent = ScrollingFrame
  183. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Fly.Position = UDim2.new(0.0836160332, 0, 0.0428790599, 0)
  185. Fly.Size = UDim2.new(0, 108, 0, 28)
  186. Fly.Style = Enum.ButtonStyle.RobloxRoundButton
  187. Fly.Font = Enum.Font.SciFi
  188. Fly.Text = "Fly [E]"
  189. Fly.TextColor3 = Color3.new(0, 0, 0)
  190. Fly.TextSize = 18
  191. Fly.TextWrapped = true
  192. Fly.MouseButton1Down:connect(function()
  193. repeat wait()
  194. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  195. local mouse = game.Players.LocalPlayer:GetMouse()
  196. repeat wait() until mouse
  197. local plr = game.Players.LocalPlayer
  198. local torso = plr.Character.Torso
  199. local flying = true
  200. local deb = true
  201. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  202. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  203. local maxspeed = 1000
  204. local speed = 0
  205.  
  206. function Fly()
  207. local bg = Instance.new("BodyGyro", torso)
  208. bg.P = 9e4
  209. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  210. bg.cframe = torso.CFrame
  211. local bv = Instance.new("BodyVelocity", torso)
  212. bv.velocity = Vector3.new(0,0.1,0)
  213. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  214. repeat wait()
  215. plr.Character.Humanoid.PlatformStand = true
  216. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  217. speed = speed+.5+(speed/maxspeed)
  218. if speed > maxspeed then
  219. speed = maxspeed
  220. end
  221. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  222. speed = speed-1
  223. if speed < 0 then
  224. speed = 0
  225. end
  226. end
  227. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  228. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  229. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  230. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  231. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  232. else
  233. bv.velocity = Vector3.new(0,0.1,0)
  234. end
  235. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  236. until not flying
  237. ctrl = {f = 0, b = 0, l = 0, r = 0}
  238. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  239. speed = 0
  240. bg:Destroy()
  241. bv:Destroy()
  242. plr.Character.Humanoid.PlatformStand = false
  243. end
  244. mouse.KeyDown:connect(function(key)
  245. if key:lower() == "e" then
  246. if flying then flying = false
  247. else
  248. flying = true
  249. Fly()
  250. end
  251. elseif key:lower() == "w" then
  252. ctrl.f = 1
  253. elseif key:lower() == "s" then
  254. ctrl.b = -1
  255. elseif key:lower() == "a" then
  256. ctrl.l = -1
  257. elseif key:lower() == "d" then
  258. ctrl.r = 1
  259. end
  260. end)
  261. mouse.KeyUp:connect(function(key)
  262. if key:lower() == "w" then
  263. ctrl.f = 0
  264. elseif key:lower() == "s" then
  265. ctrl.b = 0
  266. elseif key:lower() == "a" then
  267. ctrl.l = 0
  268. elseif key:lower() == "d" then
  269. ctrl.r = 0
  270. end
  271. end)
  272. Fly()
  273. end)
  274.  
  275. Local.Name = "Local"
  276. Local.Parent = ScrollingFrame
  277. Local.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Local.Position = UDim2.new(0.0836160332, 0, 0.405264378, 0)
  279. Local.Size = UDim2.new(0, 108, 0, 28)
  280. Local.Style = Enum.ButtonStyle.RobloxRoundButton
  281. Local.Font = Enum.Font.SciFi
  282. Local.Text = "Local"
  283. Local.TextColor3 = Color3.new(0, 0, 0)
  284. Local.TextSize = 18
  285. Local.TextWrapped = true
  286. Local.MouseButton1Down:connect(function()
  287. Player.Visible = true
  288. end)
  289.  
  290. Sit.Name = "Sit"
  291. Sit.Parent = ScrollingFrame
  292. Sit.BackgroundColor3 = Color3.new(1, 1, 1)
  293. Sit.Position = UDim2.new(0.0836160332, 0, 0.678200126, 0)
  294. Sit.Size = UDim2.new(0, 108, 0, 28)
  295. Sit.Style = Enum.ButtonStyle.RobloxRoundButton
  296. Sit.Font = Enum.Font.SciFi
  297. Sit.Text = "Sit"
  298. Sit.TextColor3 = Color3.new(0, 0, 0)
  299. Sit.TextSize = 18
  300. Sit.TextWrapped = true
  301.  
  302. NoLimbs.Name = "NoLimbs"
  303. NoLimbs.Parent = ScrollingFrame
  304. NoLimbs.BackgroundColor3 = Color3.new(1, 1, 1)
  305. NoLimbs.Position = UDim2.new(0.0836160332, 0, 0.586457014, 0)
  306. NoLimbs.Size = UDim2.new(0, 108, 0, 28)
  307. NoLimbs.Style = Enum.ButtonStyle.RobloxRoundButton
  308. NoLimbs.Font = Enum.Font.SciFi
  309. NoLimbs.Text = "No Limbs"
  310. NoLimbs.TextColor3 = Color3.new(0, 0, 0)
  311. NoLimbs.TextSize = 18
  312. NoLimbs.TextWrapped = true
  313. NoLimbs.MouseButton1Down:connect(function()
  314. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  315. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  316. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  317. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  318. end)
  319.  
  320. Others.Name = "Others"
  321. Others.Parent = ScrollingFrame
  322. Others.BackgroundColor3 = Color3.new(1, 1, 1)
  323. Others.Position = UDim2.new(0.0836160332, 0, 0.497007519, 0)
  324. Others.Size = UDim2.new(0, 108, 0, 28)
  325. Others.Style = Enum.ButtonStyle.RobloxRoundButton
  326. Others.Font = Enum.Font.SciFi
  327. Others.Text = "Players"
  328. Others.TextColor3 = Color3.new(0, 0, 0)
  329. Others.TextSize = 18
  330. Others.TextWrapped = true
  331. Others.MouseButton1Down:connect(function()
  332. Others_2.Visible = true
  333. end)
  334.  
  335. Close.Name = "Close"
  336. Close.Parent = InsideFrame
  337. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  338. Close.Position = UDim2.new(-0.0520107821, 0, -0.0590868257, 0)
  339. Close.Size = UDim2.new(0, 24, 0, 24)
  340. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  341. Close.Font = Enum.Font.SciFi
  342. Close.Text = "X"
  343. Close.TextColor3 = Color3.new(0, 0, 0)
  344. Close.TextSize = 14
  345. Close.MouseButton1Down:connect(function()
  346. MainFrame.Visible = false
  347. OpenFrame.Visible = true
  348. end)
  349.  
  350. OpenFrame.Name = "OpenFrame"
  351. OpenFrame.Parent = Basic
  352. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  353. OpenFrame.BackgroundTransparency = 1
  354. OpenFrame.Size = UDim2.new(0, 36, 0, 36)
  355.  
  356. Open.Name = "Open"
  357. Open.Parent = OpenFrame
  358. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  359. Open.Position = UDim2.new(0, 0, -0.0555553436, 0)
  360. Open.Size = UDim2.new(0, 50, 0, 50)
  361. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  362. Open.Font = Enum.Font.SourceSans
  363. Open.Text = ":)"
  364. Open.TextColor3 = Color3.new(0, 0, 0)
  365. Open.TextSize = 28
  366. Open.TextWrapped = true
  367. Open.MouseButton1Down:connect(function()
  368. MainFrame.Visible = true
  369. OpenFrame.Visible = false
  370. end)
  371.  
  372. PlayerTpFrame.Name = "PlayerTpFrame"
  373. PlayerTpFrame.Parent = Basic
  374. PlayerTpFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  375. PlayerTpFrame.BorderColor3 = Color3.new(1, 1, 1)
  376. PlayerTpFrame.Position = UDim2.new(0.00815771613, 0, 0.208845213, 0)
  377. PlayerTpFrame.Size = UDim2.new(0, 170, 0, 74)
  378. PlayerTpFrame.Style = Enum.FrameStyle.RobloxRound
  379.  
  380. TplrBox.Name = "TplrBox"
  381. TplrBox.Parent = PlayerTpFrame
  382. TplrBox.BackgroundColor3 = Color3.new(1, 1, 1)
  383. TplrBox.BackgroundTransparency = 1
  384. TplrBox.Position = UDim2.new(0.126615107, 0, -0.0209448524, 0)
  385. TplrBox.Size = UDim2.new(0, 123, 0, 25)
  386. TplrBox.Font = Enum.Font.SourceSans
  387. TplrBox.Text = ""
  388. TplrBox.TextColor3 = Color3.new(1, 1, 1)
  389. TplrBox.TextSize = 14
  390.  
  391. XTplr.Name = "XTplr"
  392. XTplr.Parent = PlayerTpFrame
  393. XTplr.BackgroundColor3 = Color3.new(1, 1, 1)
  394. XTplr.Position = UDim2.new(-0.0520107821, 0, -0.0590868257, 0)
  395. XTplr.Size = UDim2.new(0, 24, 0, 24)
  396. XTplr.Style = Enum.ButtonStyle.RobloxRoundButton
  397. XTplr.Font = Enum.Font.SciFi
  398. XTplr.Text = "X"
  399. XTplr.TextColor3 = Color3.new(0, 0, 0)
  400. XTplr.TextSize = 14
  401. XTplr.MouseButton1Down:connect(function()
  402. PlayerTpFrame.Visible = false
  403. end)
  404.  
  405. TpToPlayerLegit.Name = "TpToPlayerLegit"
  406. TpToPlayerLegit.Parent = XTplr
  407. TpToPlayerLegit.BackgroundColor3 = Color3.new(1, 1, 1)
  408. TpToPlayerLegit.Position = UDim2.new(13.2086163, 0, 12.0353594, 0)
  409. TpToPlayerLegit.Size = UDim2.new(0, 108, 0, 28)
  410. TpToPlayerLegit.Style = Enum.ButtonStyle.RobloxRoundButton
  411. TpToPlayerLegit.Font = Enum.Font.SciFi
  412. TpToPlayerLegit.Text = "Tp Player"
  413. TpToPlayerLegit.TextColor3 = Color3.new(0, 0, 0)
  414. TpToPlayerLegit.TextSize = 18
  415. TpToPlayerLegit.TextWrapped = true
  416. TpToPlayerLegit.MouseButton1Down:connect(function()
  417. local tp_namedplayer = TplrBox.Text
  418. local tp_player = game:GetService("Players")[tp_namedplayer]
  419. local PLR = game:GetService("Players").LocalPlayer
  420. local p = TplrBox.Text
  421.  
  422. if tp_player then
  423. for i = 1,20 do
  424. wait()
  425. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  426. end
  427. end
  428. end)
  429.  
  430. Frame.Parent = XTplr
  431. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  432. Frame.Position = UDim2.new(8.27490139, 0, -7.80777454, 0)
  433. Frame.Size = UDim2.new(0, 127, 0, 31)
  434. Frame.Style = Enum.FrameStyle.RobloxRound
  435.  
  436. Others_2.Name = "Others"
  437. Others_2.Parent = Basic
  438. Others_2.BackgroundColor3 = Color3.new(1, 1, 1)
  439. Others_2.BorderColor3 = Color3.new(1, 1, 1)
  440. Others_2.Position = UDim2.new(0.112452179, 0, 0.0159705151, 0)
  441. Others_2.Size = UDim2.new(0, 170, 0, 142)
  442. Others_2.Style = Enum.FrameStyle.RobloxRound
  443.  
  444. XOthers.Name = "XOthers"
  445. XOthers.Parent = Others_2
  446. XOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  447. XOthers.Position = UDim2.new(-0.0520107821, 0, -0.0590868257, 0)
  448. XOthers.Size = UDim2.new(0, 24, 0, 24)
  449. XOthers.Style = Enum.ButtonStyle.RobloxRoundButton
  450. XOthers.Font = Enum.Font.SciFi
  451. XOthers.Text = "X"
  452. XOthers.TextColor3 = Color3.new(0, 0, 0)
  453. XOthers.TextSize = 14
  454. XOthers.MouseButton1Down:connect(function()
  455. Others_2.Visible = false
  456. end)
  457.  
  458. View.Name = "View"
  459. View.Parent = XOthers
  460. View.BackgroundColor3 = Color3.new(1, 1, 1)
  461. View.Position = UDim2.new(13.1669493, 0, 14.8270264, 0)
  462. View.Size = UDim2.new(0, 108, 0, 28)
  463. View.Style = Enum.ButtonStyle.RobloxRoundButton
  464. View.Font = Enum.Font.SciFi
  465. View.Text = "View"
  466. View.TextColor3 = Color3.new(0, 0, 0)
  467. View.TextSize = 18
  468. View.TextWrapped = true
  469. currentview = false
  470. View.MouseButton1Down:connect(function()
  471. currentview = not currentview
  472. for i,v in pairs(GetPlayer(NameBox.Text))do
  473. if currentview then
  474. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  475. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  476. else
  477. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  478. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  479. end
  480. end
  481. end)
  482.  
  483. Nothing.Name = "Nothing"
  484. Nothing.Parent = XOthers
  485. Nothing.BackgroundColor3 = Color3.new(1, 1, 1)
  486. Nothing.Position = UDim2.new(8.02489948, 0, -3.76610804, 0)
  487. Nothing.Size = UDim2.new(0, 127, 0, 31)
  488. Nothing.Style = Enum.FrameStyle.RobloxRound
  489.  
  490. Bring.Name = "Bring"
  491. Bring.Parent = XOthers
  492. Bring.BackgroundColor3 = Color3.new(1, 1, 1)
  493. Bring.Position = UDim2.new(13.1669493, 0, 30.2853584, 0)
  494. Bring.Size = UDim2.new(0, 108, 0, 28)
  495. Bring.Style = Enum.ButtonStyle.RobloxRoundButton
  496. Bring.Font = Enum.Font.SciFi
  497. Bring.Text = "Bring"
  498. Bring.TextColor3 = Color3.new(0, 0, 0)
  499. Bring.TextSize = 18
  500. Bring.TextWrapped = true
  501. Bring.MouseButton1Down:connect(function()
  502. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  503. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  504. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  505. l.Parent = game.Players.LocalPlayer.Character
  506. l.Name = "Humanoid"
  507. wait(0.1)
  508. game.Players.LocalPlayer.Character["1"]:Destroy()
  509. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  510. game.Players.LocalPlayer.Character.Animate.Disabled = true
  511. wait(0.1)
  512. game.Players.LocalPlayer.Character.Animate.Disabled = false
  513. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  514. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  515. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  516. end
  517.  
  518. local function tp(player,player2)
  519. local char1,char2=player.Character,player2.Character
  520. if char1 and char2 then
  521. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  522. end
  523. end
  524.  
  525. local function getout(player,player2)
  526. local char1,char2=player.Character,player2.Character
  527. if char1 and char2 then
  528. char1:MoveTo(char2.Head.Position)
  529. end
  530. end
  531.  
  532. for i,v in pairs(GetPlayer(NameBox.Text))do
  533. tp(game.Players[v.Name], game.Players.LocalPlayer)
  534. wait(0.2)
  535. tp(game.Players[v.Name], game.Players.LocalPlayer)
  536. wait(0.5)
  537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  538. wait(0.5)
  539. getout(game.Players.LocalPlayer, game.Players[v.Name])
  540. wait(0.3)
  541. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  542. end
  543. end)
  544.  
  545. Kill.Name = "Kill"
  546. Kill.Parent = XOthers
  547. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  548. Kill.Position = UDim2.new(13.1669493, 0, 46.0770264, 0)
  549. Kill.Size = UDim2.new(0, 108, 0, 28)
  550. Kill.Style = Enum.ButtonStyle.RobloxRoundButton
  551. Kill.Font = Enum.Font.SciFi
  552. Kill.Text = "Kill"
  553. Kill.TextColor3 = Color3.new(0, 0, 0)
  554. Kill.TextSize = 18
  555. Kill.TextWrapped = true
  556. Kill.MouseButton1Down:connect(function()
  557. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  558. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  559. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  560. l.Parent = game.Players.LocalPlayer.Character
  561. l.Name = "Humanoid"
  562. wait(0.1)
  563. game.Players.LocalPlayer.Character["1"]:Destroy()
  564. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  565. game.Players.LocalPlayer.Character.Animate.Disabled = true
  566. wait(0.1)
  567. game.Players.LocalPlayer.Character.Animate.Disabled = false
  568. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  569. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  570. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  571. end
  572. local function tp(player,player2)
  573. local char1,char2=player.Character,player2.Character
  574. if char1 and char2 then
  575. char1:MoveTo(char2.Head.Position)
  576. end
  577. end
  578. for i,v in pairs(GetPlayer(NameBox.Text))do
  579. wait(0.1)
  580. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  581. wait(0.2)
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  583. wait(0.2)
  584. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  585. wait(0.7)
  586. tp(game.Players.LocalPlayer,game.Players[v.Name])
  587. wait(0.7)
  588. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  589. end
  590. end)
  591.  
  592. NameBox.Name = "NameBox"
  593. NameBox.Parent = XOthers
  594. NameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  595. NameBox.BackgroundTransparency = 1
  596. NameBox.Position = UDim2.new(3.73076963, 0, -1.35256398, 0)
  597. NameBox.Size = UDim2.new(0, 142, 0, 25)
  598. NameBox.Font = Enum.Font.SciFi
  599. NameBox.Text = "Name"
  600. NameBox.TextColor3 = Color3.new(1, 1, 1)
  601. NameBox.TextSize = 14
  602.  
  603. TextLabel.Parent = XOthers
  604. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  605. TextLabel.BackgroundTransparency = 1
  606. TextLabel.Position = UDim2.new(-12.333333, 0, 51.7083359, 0)
  607. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  608. TextLabel.Font = Enum.Font.SourceSans
  609. TextLabel.Text = "You need to hold a tool for this"
  610. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  611. TextLabel.TextSize = 14
  612.  
  613. Player.Name = "Player"
  614. Player.Parent = Basic
  615. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  616. Player.BorderColor3 = Color3.new(1, 1, 1)
  617. Player.Position = UDim2.new(0.112452179, 0, 0.190417692, 0)
  618. Player.Size = UDim2.new(0, 159, 0, 142)
  619. Player.Style = Enum.FrameStyle.RobloxRound
  620.  
  621. XPlr.Name = "XPlr"
  622. XPlr.Parent = Player
  623. XPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  624. XPlr.Position = UDim2.new(-0.0520107821, 0, -0.0590868257, 0)
  625. XPlr.Size = UDim2.new(0, 24, 0, 24)
  626. XPlr.Style = Enum.ButtonStyle.RobloxRoundButton
  627. XPlr.Font = Enum.Font.SciFi
  628. XPlr.Text = "X"
  629. XPlr.TextColor3 = Color3.new(0, 0, 0)
  630. XPlr.TextSize = 14
  631. XPlr.MouseButton1Down:connect(function()
  632. Player.Visible = false
  633. end)
  634.  
  635. Nothing_2.Name = "Nothing"
  636. Nothing_2.Parent = XPlr
  637. Nothing_2.BackgroundColor3 = Color3.new(1, 1, 1)
  638. Nothing_2.Position = UDim2.new(8.02489948, 0, -3.76610804, 0)
  639. Nothing_2.Size = UDim2.new(0, 127, 0, 31)
  640. Nothing_2.Style = Enum.FrameStyle.RobloxRound
  641.  
  642. Jump.Name = "Jump"
  643. Jump.Parent = XPlr
  644. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  645. Jump.Position = UDim2.new(13.1669493, 0, 30.2853584, 0)
  646. Jump.Size = UDim2.new(0, 108, 0, 28)
  647. Jump.Style = Enum.ButtonStyle.RobloxRoundButton
  648. Jump.Font = Enum.Font.SciFi
  649. Jump.Text = "Jump"
  650. Jump.TextColor3 = Color3.new(0, 0, 0)
  651. Jump.TextSize = 18
  652. Jump.TextWrapped = true
  653.  
  654. PlrBox.Name = "PlrBox"
  655. PlrBox.Parent = XPlr
  656. PlrBox.BackgroundColor3 = Color3.new(1, 1, 1)
  657. PlrBox.BackgroundTransparency = 1
  658. PlrBox.Position = UDim2.new(3.73076963, 0, -1.35256398, 0)
  659. PlrBox.Size = UDim2.new(0, 142, 0, 25)
  660. PlrBox.Font = Enum.Font.SciFi
  661. PlrBox.Text = "Name"
  662. PlrBox.TextColor3 = Color3.new(1, 1, 1)
  663. PlrBox.TextSize = 14
  664.  
  665. HipHeight.Name = "HipHeight"
  666. HipHeight.Parent = XPlr
  667. HipHeight.BackgroundColor3 = Color3.new(1, 1, 1)
  668. HipHeight.Position = UDim2.new(13.1669493, 0, 46.0770264, 0)
  669. HipHeight.Size = UDim2.new(0, 108, 0, 28)
  670. HipHeight.Style = Enum.ButtonStyle.RobloxRoundButton
  671. HipHeight.Font = Enum.Font.SciFi
  672. HipHeight.Text = "Hip Height"
  673. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  674. HipHeight.TextSize = 18
  675. HipHeight.TextWrapped = true
  676.  
  677. Speed.Name = "Speed"
  678. Speed.Parent = XPlr
  679. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  680. Speed.Position = UDim2.new(13.1669493, 0, 14.8270264, 0)
  681. Speed.Size = UDim2.new(0, 108, 0, 28)
  682. Speed.Style = Enum.ButtonStyle.RobloxRoundButton
  683. Speed.Font = Enum.Font.SciFi
  684. Speed.Text = "Speed"
  685. Speed.TextColor3 = Color3.new(0, 0, 0)
  686. Speed.TextSize = 18
  687. Speed.TextWrapped = true
  688.  
  689. MainFrame.Visible = false
  690.  
  691. Player.Visible = false
  692.  
  693. PlayerTpFrame.Visible = false
  694.  
  695. Others_2.Visible = false
  696.  
  697. MainFrame.Draggable = true
  698.  
  699. Player.Draggable = true
  700.  
  701. PlayerTpFrame.Draggable = true
  702.  
  703. Others_2.Draggable = true
  704.  
  705. HipHeight.MouseButton1Click:connect(function()
  706. game.Players.LocalPlayer.Character.Humanoid.HipHeight = PlrBox.Text
  707. end)
  708. Speed.MouseButton1Click:connect(function()
  709. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = PlrBox.Text
  710. end)
  711. Jump.MouseButton1Click:connect(function()
  712. game.Players.LocalPlayer.Character.Humanoid.JumpPower = PlrBox.Text
  713. end)
  714.  
  715. function GetPlayer(String)
  716. local Found = {}
  717. local strl = String:lower()
  718. if strl == "all" then
  719. for i,v in pairs(game.Players:GetPlayers()) do
  720. table.insert(Found,v)
  721. end
  722. elseif strl == "others" then
  723. for i,v in pairs(game.Players:GetPlayers()) do
  724. if v.Name ~= game.Players.LocalPlayer.Name then
  725. table.insert(Found,v)
  726. end
  727. end
  728. else
  729. for i,v in pairs(game.Players:GetPlayers()) do
  730. if v.Name:lower():sub(1, #String) == String:lower() then
  731. table.insert(Found,v)
  732. end
  733. end
  734. end
  735. return Found
  736. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement