Hex4rr

!Hex4rr Admin!

Jul 4th, 2020 (edited)
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.87 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Structure = Instance.new("Folder")
  4. local Background = Instance.new("Frame")
  5. local Close = Instance.new("TextButton")
  6. local Title = Instance.new("TextLabel")
  7. local Buttons = Instance.new("Folder")
  8. local RainName = Instance.new("TextButton")
  9. local BlockHats = Instance.new("TextButton")
  10. local Credits = Instance.new("TextButton")
  11. local Fling = Instance.new("TextButton")
  12. local StopFling = Instance.new("TextButton")
  13. local Fly = Instance.new("TextButton")
  14. local GodScript = Instance.new("TextButton")
  15. local Gravity = Instance.new("TextButton")
  16. local Amount2 = Instance.new("TextBox")
  17. local JumpPower = Instance.new("TextButton")
  18. local Amount1 = Instance.new("TextBox")
  19. local NoFace = Instance.new("TextButton")
  20. local NoLimbs = Instance.new("TextButton")
  21. local Sit = Instance.new("TextButton")
  22. local Tp = Instance.new("TextButton")
  23. local WalkSpeed = Instance.new("TextButton")
  24. local Amount3 = Instance.new("TextBox")
  25. local enordi = Instance.new("TextLabel")
  26. local Unanchor = Instance.new("TextButton")
  27. local AnchorPlr = Instance.new("TextButton")
  28. local power = Instance.new("NumberValue")
  29. power.Value = -100
  30. power.Parent = game.Players.LocalPlayer.Character.Head
  31. local bambam = Instance.new("BodyThrust")
  32. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  33. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  34.  
  35. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37. ScreenGui.ResetOnSpawn = false
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = ScreenGui
  41. Main.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
  42. Main.BackgroundTransparency = 0.500
  43. Main.Position = UDim2.new(0.621200323, 0, 0.378378451, 0)
  44. Main.Size = UDim2.new(0, 415, 0, 196)
  45. Main.Draggable = true
  46. Main.Active = true
  47. Main.Selectable = true
  48. Close.MouseButton1Click:connect(function()
  49. Main.Visible = false
  50. end)
  51.  
  52. Structure.Name = "Structure"
  53. Structure.Parent = Main
  54.  
  55. Background.Name = "Background"
  56. Background.Parent = Structure
  57. Background.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  58. Background.BackgroundTransparency = 0.900
  59. Background.Position = UDim2.new(-0.00317588705, 0, 0.142857149, 0)
  60. Background.Size = UDim2.new(0, 415, 0, 168)
  61.  
  62. Close.Name = "Close"
  63. Close.Parent = Structure
  64. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. Close.LayoutOrder = -14235
  66. Close.Position = UDim2.new(0.929006875, 0, 0, 0)
  67. Close.Size = UDim2.new(0, 29, 0, 26)
  68. Close.Font = Enum.Font.SourceSans
  69. Close.Text = "X"
  70. Close.TextColor3 = Color3.fromRGB(255, 0, 4)
  71. Close.TextSize = 14.000
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = Structure
  75. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. Title.BackgroundTransparency = 1.000
  77. Title.BorderSizePixel = 0
  78. Title.Position = UDim2.new(0.359036118, 0, 0, 0)
  79. Title.Size = UDim2.new(0, 113, 0, 28)
  80. Title.Font = Enum.Font.Code
  81. Title.Text = "RHS Gui (W.I.P)"
  82. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. Title.TextSize = 14.000
  84.  
  85. Buttons.Name = "Buttons"
  86. Buttons.Parent = Main
  87.  
  88. RainName.Name = "RainName"
  89. RainName.Parent = Buttons
  90. RainName.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. RainName.LayoutOrder = -14235
  92. RainName.Position = UDim2.new(0.035030935, 0, 0.387755126, 0)
  93. RainName.Size = UDim2.new(0, 72, 0, 26)
  94. RainName.Font = Enum.Font.SourceSans
  95. RainName.Text = "Rainbow Name"
  96. RainName.TextColor3 = Color3.fromRGB(255, 0, 4)
  97. RainName.TextSize = 14.000
  98. RainName.MouseButton1Click:connect(function()
  99. loadstring(game:HttpGet("https://pastebin.com/raw/RrFZqdPj", true))()
  100. end)
  101.  
  102. BlockHats.Name = "BlockHats"
  103. BlockHats.Parent = Buttons
  104. BlockHats.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  105. BlockHats.LayoutOrder = -14235
  106. BlockHats.Position = UDim2.new(0.598886371, 0, 0.387755126, 0)
  107. BlockHats.Size = UDim2.new(0, 72, 0, 26)
  108. BlockHats.Font = Enum.Font.SourceSans
  109. BlockHats.Text = "Block Hats"
  110. BlockHats.TextColor3 = Color3.fromRGB(255, 0, 4)
  111. BlockHats.TextSize = 14.000
  112. BlockHats.MouseButton1Click:connect(function()
  113. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  114. if (v:IsA("Accessory")) then
  115. v.Handle.Mesh:Destroy()
  116. end
  117. end
  118. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  119. if (v:IsA("Accessory")) then
  120. v.Handle.Mesh:Destroy()
  121. end
  122. end
  123. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  124. if (v:IsA("Accessory")) then
  125. v.Handle.Mesh:Destroy()
  126. end
  127. end
  128. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  129. if (v:IsA("Accessory")) then
  130. v.Handle.Mesh:Destroy()
  131. end
  132. end
  133. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  134. if (v:IsA("Accessory")) then
  135. v.Handle.Mesh:Destroy()
  136. end
  137. end
  138. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  139. if (v:IsA("Accessory")) then
  140. v.Handle.Mesh:Destroy()
  141. end
  142. end
  143. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  144. if (v:IsA("Accessory")) then
  145. v.Handle.Mesh:Destroy()
  146. end
  147. end
  148. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  149. if (v:IsA("Accessory")) then
  150. v.Handle.Mesh:Destroy()
  151. end
  152. end
  153. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  154. if (v:IsA("Accessory")) then
  155. v.Handle.Mesh:Destroy()
  156. end
  157. end
  158. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  159. if (v:IsA("Accessory")) then
  160. v.Handle.Mesh:Destroy()
  161. end
  162. end
  163. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  164. if (v:IsA("Accessory")) then
  165. v.Handle.SpecialMesh:Destroy()
  166. end
  167. end
  168.  
  169. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  170. if (v:IsA("Accessory")) then
  171. v.Handle.SpecialMesh:Destroy()
  172. end
  173. end
  174.  
  175. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  176. if (v:IsA("Accessory")) then
  177. v.Handle.SpecialMesh:Destroy()
  178. end
  179. end
  180.  
  181. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  182. if (v:IsA("Accessory")) then
  183. v.Handle.SpecialMesh:Destroy()
  184. end
  185. end
  186.  
  187. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  188. if (v:IsA("Accessory")) then
  189. v.Handle.SpecialMesh:Destroy()
  190. end
  191. end
  192.  
  193. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  194. if (v:IsA("Accessory")) then
  195. v.Handle.SpecialMesh:Destroy()
  196. end
  197. end
  198.  
  199. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  200. if (v:IsA("Accessory")) then
  201. v.Handle.SpecialMesh:Destroy()
  202. end
  203. end
  204.  
  205. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  206. if (v:IsA("Accessory")) then
  207. v.Handle.SpecialMesh:Destroy()
  208. end
  209. end
  210.  
  211. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  212. if (v:IsA("Accessory")) then
  213. v.Handle.SpecialMesh:Destroy()
  214. end
  215. end
  216.  
  217. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  218. if (v:IsA("Accessory")) then
  219. v.Handle.SpecialMesh:Destroy()
  220. end
  221. end
  222.  
  223. end)
  224.  
  225. Credits.Name = "Credits"
  226. Credits.Parent = Buttons
  227. Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  228. Credits.LayoutOrder = -14235
  229. Credits.Position = UDim2.new(0.0350309275, 0, 0.224489808, 0)
  230. Credits.Size = UDim2.new(0, 72, 0, 26)
  231. Credits.Font = Enum.Font.SourceSans
  232. Credits.Text = "Credits"
  233. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. Credits.TextSize = 14.000
  235. Credits.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  236. Credits.MouseButton1Click:connect(function()
  237.  
  238. end)
  239.  
  240. StopFling.MouseButton1Click:connect(function()
  241. Fling.Visible = true
  242. StopFling.Visible = false
  243. bambam.Force = Vector3.new(0,0,0)
  244. wait()
  245. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 1
  246. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  247. wait(0.005)
  248. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  249. end)
  250.  
  251. Fling.Name = "Fling"
  252. Fling.Parent = Buttons
  253. Fling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  254. Fling.LayoutOrder = -14235
  255. Fling.Position = UDim2.new(0.598886371, 0, 0.224489808, 0)
  256. Fling.Size = UDim2.new(0, 72, 0, 26)
  257. Fling.Font = Enum.Font.SourceSans
  258. Fling.Text = "Spin Fling"
  259. Fling.TextColor3 = Color3.fromRGB(255, 0, 4)
  260. Fling.TextSize = 14.000
  261. Fling.MouseButton1Click:connect(function()
  262. Fling.Visible = false
  263. StopFling.Visible = true
  264. bambam.Force = Vector3.new(power.Value,0,power.Value)
  265. game:GetService('RunService').Stepped:connect(function()
  266. local plr = game.Players.LocalPlayer.Character
  267. plr["Right Leg"].CanCollide = false
  268. plr["Left Leg"].CanCollide = false
  269. plr.Torso.CanCollide = false
  270. plr.Head.CanCollide = false
  271. end)
  272. end)
  273.  
  274. StopFling.Name = "StopFling"
  275. StopFling.Parent = Main
  276. StopFling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  277. StopFling.LayoutOrder = -14235
  278. StopFling.Position = Fling.Position
  279. StopFling.Size = UDim2.new(0, 72, 0, 26)
  280. StopFling.Visible = false
  281. StopFling.Font = Enum.Font.SourceSans
  282. StopFling.Text = "Stop Fling"
  283. StopFling.TextColor3 = Color3.fromRGB(255, 0, 4)
  284. StopFling.TextSize = 14.000
  285.  
  286. Fly.Name = "Fly"
  287. Fly.Parent = Buttons
  288. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  289. Fly.LayoutOrder = -14235
  290. Fly.Position = UDim2.new(0.410934538, 0, 0.224489808, 0)
  291. Fly.Size = UDim2.new(0, 72, 0, 26)
  292. Fly.Font = Enum.Font.SourceSans
  293. Fly.Text = "Fly"
  294. Fly.TextColor3 = Color3.fromRGB(255, 0, 4)
  295. Fly.TextSize = 14.000
  296. Fly.MouseButton1Click:connect(function()
  297. repeat wait()
  298. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  299. local mouse = game.Players.LocalPlayer:GetMouse()
  300. repeat wait() until mouse
  301. local plr = game.Players.LocalPlayer
  302. local torso = plr.Character.Torso
  303. local flying = true
  304. local deb = true
  305. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  306. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  307. local maxspeed = 100
  308. local speed = 0
  309.  
  310. spawn(function()
  311. local message = Instance.new("Message",workspace)
  312. message.Text = "F to toggle fly"
  313. wait(5)
  314. message:Destroy()
  315. end)
  316.  
  317. function Fly()
  318. local bg = Instance.new("BodyGyro", torso)
  319. bg.P = 9e4
  320. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  321. bg.cframe = torso.CFrame
  322. local bv = Instance.new("BodyVelocity", torso)
  323. bv.velocity = Vector3.new(0,0.1,0)
  324. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  325. repeat wait()
  326. plr.Character.Humanoid.PlatformStand = true
  327. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  328. speed = speed+.5+(speed/maxspeed)
  329. if speed > maxspeed then
  330. speed = maxspeed
  331. end
  332. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  333. speed = speed-1
  334. if speed < 0 then
  335. speed = 0
  336. end
  337. end
  338. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  339. 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
  340. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  341. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  342. 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
  343. else
  344. bv.velocity = Vector3.new(0,0.1,0)
  345. end
  346. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  347. until not flying
  348. ctrl = {f = 0, b = 0, l = 0, r = 0}
  349. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  350. speed = 0
  351. bg:Destroy()
  352. bv:Destroy()
  353. plr.Character.Humanoid.PlatformStand = false
  354. end
  355. mouse.KeyDown:connect(function(key)
  356. if key:lower() == "f" then
  357. if flying then flying = false
  358. else
  359. flying = true
  360. Fly()
  361. end
  362. elseif key:lower() == "w" then
  363. ctrl.f = 1
  364. elseif key:lower() == "s" then
  365. ctrl.b = -1
  366. elseif key:lower() == "a" then
  367. ctrl.l = -1
  368. elseif key:lower() == "d" then
  369. ctrl.r = 1
  370. end
  371. end)
  372. mouse.KeyUp:connect(function(key)
  373. if key:lower() == "w" then
  374. ctrl.f = 0
  375. elseif key:lower() == "s" then
  376. ctrl.b = 0
  377. elseif key:lower() == "a" then
  378. ctrl.l = 0
  379. elseif key:lower() == "d" then
  380. ctrl.r = 0
  381. end
  382. end)
  383. Fly()
  384. end)
  385.  
  386. GodScript.Name = "GodScript"
  387. GodScript.Parent = Buttons
  388. GodScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  389. GodScript.LayoutOrder = -14235
  390. GodScript.Position = UDim2.new(0.410934538, 0, 0.387755126, 0)
  391. GodScript.Size = UDim2.new(0, 72, 0, 26)
  392. GodScript.Font = Enum.Font.SourceSans
  393. GodScript.Text = "God Script"
  394. GodScript.TextColor3 = Color3.fromRGB(255, 0, 4)
  395. GodScript.TextSize = 14.000
  396. GodScript.MouseButton1Click:connect(function()
  397. local plr = game.Players.LocalPlayer.Character.Humanoid
  398. local Anim = Instance.new("Animation")
  399. Anim.AnimationId = "rbxassetid://429681631"
  400. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  401. track:Play(.1, 1, 1)
  402. wait(0.6)
  403. local plr = game.Players.LocalPlayer;
  404. local chr = plr.Character;
  405. local hum = chr.Humanoid;
  406. local mov = {};
  407. local mov2 = {};
  408.  
  409. --[[Network]]
  410. coroutine.resume(coroutine.create(function()
  411. settings().Physics.AllowSleep = false;
  412. game.RunService.RenderStepped:Connect(function()
  413. for i, v in pairs(game.Players:GetPlayers()) do
  414. if v ~= plr then
  415. v.MaximumSimulationRadius = 0.1;
  416. v.SimulationRadius = 0;
  417. else
  418. v.MaximumSimulationRadius = math.pow(math.huge, math.huge);
  419. v.SimulationRadius = math.pow(math.huge, 2);
  420. end
  421. end
  422. end)
  423. end))
  424.  
  425. function ftp(str)
  426. local pt = {};
  427. if str ~= 'me' and str ~= 'random' then
  428. for i, v in pairs(game.Players:GetPlayers()) do
  429. if v.Name:lower():find(str:lower()) then
  430. table.insert(pt, v);
  431. end
  432. end
  433. elseif str == 'me' then
  434. table.insert(pt, plr);
  435. elseif str == 'random' then
  436. table.insert(pt, game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())]);
  437. end
  438. return pt;
  439. end
  440.  
  441. for _, v in pairs(hum:GetAccessories()) do
  442. local b = v.Handle;
  443. b.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0);
  444. b.CanCollide = false;
  445. b:BreakJoints();
  446. for _, k in pairs(v:GetChildren()) do
  447. if not k:IsA'SpecialMesh' and not k:IsA'Part' then
  448. k:Destroy();
  449. end
  450. end
  451. local still = Instance.new('BodyAngularVelocity', b);
  452. still.MaxTorque = Vector3.new(math.huge, math.huge, math.huge);
  453. still.AngularVelocity = Vector3.new(0, 0, 0);
  454. local align = Instance.new('AlignPosition', b);
  455. align.MaxForce = 1000000;
  456. align.MaxVelocity = math.huge;
  457. align.RigidityEnabled = false;
  458. align.ApplyAtCenterOfMass = true;
  459. align.Responsiveness = 200;
  460. local a0 = Instance.new('Attachment', b);
  461. local a1 = Instance.new('Attachment', chr.Head);
  462. align.Attachment0 = a0;
  463. align.Attachment1 = a1;
  464. table.insert(mov, a1);
  465. table.insert(mov2, still);
  466. end
  467.  
  468. local par = {};
  469. for _, v in pairs(mov) do
  470. local parr = Instance.new('Part', workspace);
  471. parr.Anchored = true;
  472. parr.Size = Vector3.new(1, 1, 1);
  473. parr.Transparency = 1;
  474. parr.CanCollide = false;
  475. table.insert(par, parr);
  476. end
  477.  
  478. local rotx = 0;
  479. local rotz = math.pi / 2;
  480. local height = 0;
  481. local heighti = 1;
  482. local offset = 10;
  483. local mode = 9;
  484. local speed = 50;
  485. local angular = Vector3.new(0, 0, 0);
  486. local l = 1;
  487. game['Run Service'].RenderStepped:Connect(function()
  488. rotx = rotx + speed / 100;
  489. rotz = rotz + speed / 100;
  490. l = (l >= 360 and 1 or l + speed);
  491.  
  492. for i, v in pairs(par) do
  493. v.CFrame = CFrame.new(chr.HumanoidRootPart.Position) * CFrame.fromEulerAnglesXYZ(0, math.rad(l + (360 / #par) * i + speed), 0) * CFrame.new(offset, 0, 0);
  494. end
  495.  
  496. if heighti == 1 then
  497. height = height + speed / 100;
  498. elseif heighti == 2 then
  499. height = height - speed / 100;
  500. end
  501. if height > 2 then
  502. heighti = 2;
  503. end
  504. if height < -1 then
  505. heighti = 1;
  506. end
  507.  
  508. if mode == 1 then
  509. for _, v in pairs(mov) do
  510. v.Position = Vector3.new(math.sin(rotx) * offset, 0, math.sin(rotz) * offset);
  511. end
  512. elseif mode == 2 then
  513. for _, v in pairs(mov) do
  514. v.Position = Vector3.new(offset, height, offset);
  515. end
  516. elseif mode == 3 then
  517. for _, v in pairs(mov) do
  518. v.Position = Vector3.new(math.sin(rotx) * offset, height, math.sin(rotz) * offset);
  519. end
  520. elseif mode == 4 then
  521. for i, v in pairs(mov) do
  522. v.Position = Vector3.new(chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).X, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Y, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Z);
  523. end
  524. elseif mode == 5 then
  525. for i, v in pairs(mov) do
  526. v.Position = Vector3.new((math.sin(rotx)) * offset, height, (math.cos(rotz) - i) * offset);
  527. end
  528. elseif mode == 6 then
  529. for i, v in pairs(mov) do
  530. v.Position = Vector3.new((math.sin(rotx)) * offset, height, (math.tan(rotz) - i) * offset);
  531. end
  532. elseif mode == 7 then
  533. for i, v in pairs(mov) do
  534. v.Position = Vector3.new(math.cos(rotx * i) * offset, 0, math.cos(rotz * i) * offset);
  535. end
  536. elseif mode == 8 then
  537. for i, v in pairs(mov) do
  538. v.Position = Vector3.new(math.sin(rotx) * i * offset, 0, math.sin(rotz) * i * offset);
  539. end
  540. elseif mode == 9 then
  541. pcall(function()
  542. local so = nil;
  543. for k, b in pairs(chr:GetChildren()) do
  544. if b:IsA'Tool' then
  545. for h, j in pairs(b:GetDescendants()) do
  546. if j:IsA'Sound' then
  547. so = j;
  548. end
  549. end
  550. end
  551. end
  552. if so ~= nil then
  553. offset = so.PlaybackLoudness / 35;
  554. speed = so.PlaybackLoudness / 500;
  555. angular = Vector3.new(0, so.PlaybackLoudness / 75, 0);
  556. end
  557. end)
  558. for i, v in pairs(mov) do
  559. v.Position = Vector3.new(chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).X, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Y, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Z);
  560. end
  561. elseif mode == 10 then
  562. offset = height * 15;
  563. for i, v in pairs(mov) do
  564. v.Position = Vector3.new(chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).X, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Y, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Z);
  565. end
  566. elseif mode == 11 then
  567. for i, v in pairs(mov) do
  568. v.Position = Vector3.new(chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(plr:GetMouse().Hit.p)).X, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(plr:GetMouse().Hit.p)).Y, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(plr:GetMouse().Hit.p)).Z) + Vector3.new(chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).X, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Y, chr.HumanoidRootPart.CFrame:ToObjectSpace(CFrame.new(par[i].Position)).Z);
  569. end
  570. end
  571. for _, v in pairs(mov2) do
  572. v.AngularVelocity = angular;
  573. end
  574. end)
  575. game.Players.LocalPlayer.Chatted:Connect(function(c)
  576. if c:split(' ')[1] == '.orbit' then
  577. for _, v in pairs(mov) do
  578. chr = ftp(c:split(' ')[2])[1].Character;
  579. v.Parent = ftp(c:split(' ')[2])[1].Character.HumanoidRootPart;
  580. end
  581. end
  582. if c:split(' ')[1] == '.speed' then
  583. speed = tonumber(c:split(' ')[2]);
  584. end
  585. if c:split(' ')[1] == '.mode' then
  586. mode = tonumber(c:split(' ')[2]);
  587. end
  588. if c:split(' ')[1] == '.offset' then
  589. offset = tonumber(c:split(' ')[2]);
  590. end
  591. if c:split(' ')[1] == '.angular' then
  592. angular = Vector3.new(tonumber(c:split(' ')[2]), tonumber(c:split(' ')[3]), tonumber(c:split(' ')[4]));
  593. end
  594. end)
  595. local plr = game.Players.LocalPlayer.Character.Humanoid
  596. wait(0.1)
  597. plr.Animator:Destroy()
  598. power = -20
  599. wait(.1)
  600. local bambam = Instance.new("BodyThrust")
  601. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  602. bambam.Force = Vector3.new(power,0,power)
  603. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  604. wait(0.1)
  605.  
  606. while wait() do
  607. plr.HipHeight = 5
  608. wait(0.1)
  609. plr.HipHeight = 4.8
  610. wait(0.1)
  611. plr.HipHeight = 4.4
  612. wait(0.1)
  613. plr.HipHeight = 4.2
  614. wait(0.1)
  615. plr.HipHeight = 4
  616. wait(0.1)
  617. plr.HipHeight = 4.2
  618. wait(0.1)
  619. plr.HipHeight = 4.4
  620. wait(0.1)
  621. plr.HipHeight = 4.8
  622. wait(0.1)
  623. plr.HipHeight = 5
  624. end
  625. end)
  626.  
  627. GodScript.MouseButton1Click:connect(function()
  628. local plr = game.Players.LocalPlayer.Character.Humanoid
  629.  
  630. while true do
  631. plr.WalkSpeed = 100
  632. wait(.01)
  633. plr.WalkSpeed = 0
  634. wait(0.01)
  635. end
  636. end)
  637.  
  638. GodScript.MouseButton1Click:connect(function()
  639. local plr = game.Players.LocalPlayer.Character
  640. local Buttons = Instance.new("ScreenGui")
  641. local ButtonFrame = Instance.new("Frame")
  642. local MainFrame = Instance.new("Frame")
  643. local TextButton = Instance.new("TextButton")
  644. game:GetService('RunService').Stepped:connect(function()
  645. local plr = game.Players.LocalPlayer.Character
  646. plr["Right Leg"].CanCollide = false
  647. plr["Left Leg"].CanCollide = false
  648. plr.Torso.CanCollide = false
  649. plr.Head.CanCollide = false
  650. end)
  651.  
  652. Buttons.Name = "Buttons"
  653. Buttons.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  654. Buttons.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  655.  
  656. ButtonFrame.Name = "ButtonFrame"
  657. ButtonFrame.Parent = Buttons
  658. ButtonFrame.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  659. ButtonFrame.BackgroundTransparency = 0.600
  660. ButtonFrame.Position = UDim2.new(0, 0, 0.255528271, 0)
  661. ButtonFrame.Size = UDim2.new(0, 57, 0, 15)
  662. ButtonFrame.Draggable = true
  663. ButtonFrame.Active = true
  664. ButtonFrame.Selectable = true
  665.  
  666. MainFrame.Name = "MainFrame"
  667. MainFrame.Parent = ButtonFrame
  668. MainFrame.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  669. MainFrame.BackgroundTransparency = 0.500
  670. MainFrame.Position = UDim2.new(-0.00165272912, 0, 0.977792025, 0)
  671. MainFrame.Size = UDim2.new(0, 56, 0, 21)
  672.  
  673. TextButton.Parent = ButtonFrame
  674. TextButton.BackgroundColor3 = Color3.fromRGB(255, 199, 101)
  675. TextButton.Position = UDim2.new(-0.00602400443, 0, 0.961537898, 0)
  676. TextButton.Size = UDim2.new(0, 57, 0, 22)
  677. TextButton.Font = Enum.Font.GothamBold
  678. TextButton.Text = "Attack"
  679. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  680. TextButton.TextSize = 14.000
  681.  
  682. local Fix = Instance.new("ScreenGui")
  683. local Got = Instance.new("Frame")
  684. local FlungFrame = Instance.new("Frame")
  685. local UGF = Instance.new("TextButton")
  686.  
  687. Fix.Name = "Fix"
  688. Fix.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  689. Fix.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  690.  
  691. Got.Name = "Got"
  692. Got.Parent = Fix
  693. Got.BackgroundColor3 = Color3.fromRGB(132, 132, 132)
  694. Got.BackgroundTransparency = 0.600
  695. Got.Position = UDim2.new(0, 0, 0.330466837, 0)
  696. Got.Size = UDim2.new(0, 99, 0, 13)
  697. Got.Draggable = true
  698. Got.Active = true
  699. Got.Selectable = true
  700.  
  701. FlungFrame.Name = "FlungFrame"
  702. FlungFrame.Parent = Got
  703. FlungFrame.BackgroundColor3 = Color3.fromRGB(132, 132, 132)
  704. FlungFrame.BackgroundTransparency = 0.600
  705. FlungFrame.Position = UDim2.new(0, 0, 0.948308468, 0)
  706. FlungFrame.Size = UDim2.new(0, 99, 0, 20)
  707.  
  708. UGF.Name = "UGF"
  709. UGF.Parent = FlungFrame
  710. UGF.BackgroundColor3 = Color3.fromRGB(255, 147, 147)
  711. UGF.Size = UDim2.new(0, 99, 0, 20)
  712. UGF.Font = Enum.Font.GothamBold
  713. UGF.Text = "UnderGround Fix"
  714. UGF.TextColor3 = Color3.fromRGB(0, 0, 0)
  715. UGF.TextSize = 12.000
  716. UGF.MouseButton1Click:connect(function()
  717. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,50,0)
  718. end)
  719.  
  720. TextButton.MouseButton1Click:connect(function()
  721. local power = Instance.new("NumberValue")
  722. power.Value = -300
  723. power.Parent = game.Players.LocalPlayer.Character.Head
  724. local bambam = Instance.new("BodyThrust")
  725. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  726. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  727. bambam.Force = Vector3.new(power.Value,0,power.Value)
  728. plr.Humanoid.Sit = true
  729. wait(0.2)
  730. bambam.Force = Vector3.new(0,0,0)
  731. wait(0.05)
  732. plr.Humanoid.Sit = false
  733. wait(0.4)
  734. plr.Humanoid.Jump = true
  735. end)
  736. GodScript.Visible = false
  737. game:GetService('RunService').Stepped:connect(function()
  738. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  739. GodScript.Visible = true
  740. end
  741. end)
  742. end)
  743.  
  744. Gravity.Name = "Gravity"
  745. Gravity.Parent = Buttons
  746. Gravity.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  747. Gravity.LayoutOrder = -14235
  748. Gravity.Position = UDim2.new(0.0350309275, 0, 0.571428537, 0)
  749. Gravity.Size = UDim2.new(0, 72, 0, 26)
  750. Gravity.Font = Enum.Font.SourceSans
  751. Gravity.Text = "Gravity"
  752. Gravity.TextColor3 = Color3.fromRGB(255, 0, 4)
  753. Gravity.TextSize = 14.000
  754. Gravity.MouseButton1Click:connect(function()
  755. game.Workspace.Gravity = Amount2.Text
  756. end)
  757.  
  758. Amount2.Name = "Amount2"
  759. Amount2.Parent = Gravity
  760. Amount2.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  761. Amount2.Position = UDim2.new(1, 0, 0, 0)
  762. Amount2.Size = UDim2.new(0, 78, 0, 26)
  763. Amount2.Font = Enum.Font.SourceSans
  764. Amount2.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  765. Amount2.PlaceholderText = "Default = 196.2"
  766. Amount2.Text = ""
  767. Amount2.TextColor3 = Color3.fromRGB(255, 0, 4)
  768. Amount2.TextSize = 14.000
  769.  
  770. JumpPower.Name = "JumpPower"
  771. JumpPower.Parent = Buttons
  772. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  773. JumpPower.LayoutOrder = -14235
  774. JumpPower.Position = UDim2.new(0.598886371, 0, 0.571428537, 0)
  775. JumpPower.Size = UDim2.new(0, 72, 0, 26)
  776. JumpPower.Font = Enum.Font.SourceSans
  777. JumpPower.Text = "JumpPower"
  778. JumpPower.TextColor3 = Color3.fromRGB(255, 0, 4)
  779. JumpPower.TextSize = 14.000
  780. JumpPower.MouseButton1Click:connect(function()
  781. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Amount1.Text
  782. end)
  783.  
  784. Amount1.Name = "Amount1"
  785. Amount1.Parent = JumpPower
  786. Amount1.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  787. Amount1.Position = UDim2.new(1, 0, 0, 0)
  788. Amount1.Size = UDim2.new(0, 78, 0, 26)
  789. Amount1.Font = Enum.Font.SourceSans
  790. Amount1.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  791. Amount1.PlaceholderText = "Default = 50"
  792. Amount1.Text = ""
  793. Amount1.TextColor3 = Color3.fromRGB(255, 0, 4)
  794. Amount1.TextSize = 14.000
  795.  
  796. NoFace.Name = "NoFace"
  797. NoFace.Parent = Buttons
  798. NoFace.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  799. NoFace.LayoutOrder = -14235
  800. NoFace.Position = UDim2.new(0.222982734, 0, 0.387755126, 0)
  801. NoFace.Size = UDim2.new(0, 72, 0, 26)
  802. NoFace.Font = Enum.Font.SourceSans
  803. NoFace.Text = "No Face"
  804. NoFace.TextColor3 = Color3.fromRGB(255, 0, 4)
  805. NoFace.TextSize = 14.000
  806. NoFace.MouseButton1Click:connect(function()
  807. game.Players.LocalPlayer.Character.Head.face:Destroy()
  808. end)
  809.  
  810. NoLimbs.Name = "NoLimbs"
  811. NoLimbs.Parent = Buttons
  812. NoLimbs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  813. NoLimbs.LayoutOrder = -14235
  814. NoLimbs.Position = UDim2.new(0.786838174, 0, 0.387755126, 0)
  815. NoLimbs.Size = UDim2.new(0, 72, 0, 26)
  816. NoLimbs.Font = Enum.Font.SourceSans
  817. NoLimbs.Text = "No Limbs"
  818. NoLimbs.TextColor3 = Color3.fromRGB(255, 0, 4)
  819. NoLimbs.TextSize = 14.000
  820. NoLimbs.MouseButton1Click:connect(function()
  821. local plr = game.Players.LocalPlayer.Character
  822. plr["Right Arm"]:Destroy()
  823. plr["Left Arm"]:Destroy()
  824. plr["Left Leg"]:Destroy()
  825. plr["Right Leg"]:Destroy()
  826. end)
  827.  
  828. Sit.Name = "Sit"
  829. Sit.Parent = Buttons
  830. Sit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  831. Sit.LayoutOrder = -14235
  832. Sit.Position = UDim2.new(0.786838174, 0, 0.224489808, 0)
  833. Sit.Size = UDim2.new(0, 72, 0, 26)
  834. Sit.Font = Enum.Font.SourceSans
  835. Sit.Text = "Sit"
  836. Sit.TextColor3 = Color3.fromRGB(255, 0, 4)
  837. Sit.TextSize = 14.000
  838. Sit.MouseButton1Click:connect(function()
  839. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  840. end)
  841.  
  842.  
  843. Tp.Name = "Tp"
  844. Tp.Parent = Buttons
  845. Tp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  846. Tp.LayoutOrder = -14235
  847. Tp.Position = UDim2.new(0.222982734, 0, 0.224489808, 0)
  848. Tp.Size = UDim2.new(0, 72, 0, 26)
  849. Tp.Font = Enum.Font.SourceSans
  850. Tp.Text = "Click TP (E)"
  851. Tp.TextColor3 = Color3.fromRGB(255, 0, 4)
  852. Tp.TextSize = 14.000
  853. Tp.MouseButton1Click:connect(function()
  854. plr = game.Players.LocalPlayer
  855. hum = plr.Character.HumanoidRootPart
  856. mouse = plr:GetMouse()
  857.  
  858. mouse.KeyDown:connect(function(key)
  859. if key == "e" then
  860. if mouse.Target then
  861. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  862. end
  863. end
  864. end)
  865. end)
  866.  
  867. WalkSpeed.Name = "WalkSpeed"
  868. WalkSpeed.Parent = Buttons
  869. WalkSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  870. WalkSpeed.LayoutOrder = -14235
  871. WalkSpeed.Position = UDim2.new(0.0350309275, 0, 0.75, 0)
  872. WalkSpeed.Size = UDim2.new(0, 72, 0, 26)
  873. WalkSpeed.Font = Enum.Font.SourceSans
  874. WalkSpeed.Text = "WalkSpeed"
  875. WalkSpeed.TextColor3 = Color3.fromRGB(255, 0, 4)
  876. WalkSpeed.TextSize = 14.000
  877. WalkSpeed.MouseButton1Click:connect(function()
  878. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Amount3.Text
  879. end)
  880.  
  881. Amount3.Name = "Amount3"
  882. Amount3.Parent = WalkSpeed
  883. Amount3.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  884. Amount3.Position = UDim2.new(1, 0, 0, 0)
  885. Amount3.Size = UDim2.new(0, 78, 0, 26)
  886. Amount3.Font = Enum.Font.SourceSans
  887. Amount3.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  888. Amount3.PlaceholderText = "Default = 16"
  889. Amount3.Text = ""
  890. Amount3.TextColor3 = Color3.fromRGB(255, 0, 4)
  891. Amount3.TextSize = 14.000
  892.  
  893. enordi.Name = "enordi"
  894. enordi.Parent = Buttons
  895. enordi.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  896. enordi.BackgroundTransparency = 1.000
  897. enordi.BorderSizePixel = 0
  898. enordi.Position = UDim2.new(0.498795122, 0, 0.75, 0)
  899. enordi.Size = UDim2.new(0, 113, 0, 28)
  900. enordi.Font = Enum.Font.Code
  901. enordi.Text = "Loading..."
  902. enordi.TextColor3 = Color3.fromRGB(255, 255, 255)
  903. enordi.TextSize = 14.000
  904. if game.Workspace.FilteringEnabled == true then
  905. enordi.Text = "FE is enabled"
  906. end
  907.  
  908. if game.Workspace.FilteringEnabled == false then
  909. enordi.Text = "Oh? FE is disabled..."
  910. end
  911.  
  912. AnchorPlr.Name = "AnchorPlr"
  913. AnchorPlr.Parent = Buttons
  914. AnchorPlr.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  915. AnchorPlr.LayoutOrder = -14235
  916. AnchorPlr.Position = UDim2.new(0.410934538, 0, 0.571428537, 0)
  917. AnchorPlr.Size = UDim2.new(0, 72, 0, 26)
  918. AnchorPlr.Font = Enum.Font.SourceSans
  919. AnchorPlr.Text = "Anchor Player"
  920. AnchorPlr.TextColor3 = Color3.fromRGB(255, 0, 4)
  921. AnchorPlr.TextSize = 14.000
  922. AnchorPlr.MouseButton1Click:connect(function()
  923. AnchorPlr.Visible = false
  924. Unanchor.Visible = true
  925. local plr = game.Players.LocalPlayer.Character
  926. plr["Right Arm"].Anchored = true
  927. plr["Left Arm"].Anchored = true
  928. plr["Right Leg"].Anchored = true
  929. plr["Left Leg"].Anchored = true
  930. plr["Head"].Anchored = true
  931. plr["Torso"].Anchored = true
  932. end)
  933.  
  934. Unanchor.Name = "Unanchor"
  935. Unanchor.Parent = Buttons
  936. Unanchor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  937. Unanchor.LayoutOrder = -14235
  938. Unanchor.Position = UDim2.new(0.410934538, 0, 0.571428537, 0)
  939. Unanchor.Size = UDim2.new(0, 72, 0, 26)
  940. Unanchor.Visible = false
  941. Unanchor.Font = Enum.Font.SourceSans
  942. Unanchor.Text = "Unanchor"
  943. Unanchor.TextColor3 = Color3.fromRGB(255, 0, 4)
  944. Unanchor.TextSize = 14.000
  945. Unanchor.MouseButton1Click:connect(function()
  946. AnchorPlr.Visible = true
  947. Unanchor.Visible = false
  948. local plr = game.Players.LocalPlayer.Character
  949. plr["Right Arm"].Anchored = false
  950. plr["Left Arm"].Anchored = false
  951. plr["Right Leg"].Anchored = false
  952. plr["Left Leg"].Anchored = false
  953. plr["Head"].Anchored = false
  954. plr["Torso"].Anchored = false
  955. end)
Add Comment
Please, Sign In to add comment