Hex4rr

rhs gui wip (Patch Notes Added)

Aug 17th, 2020 (edited)
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.27 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 = "PATCH NOTES"
  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. Credits.Visible = false
  238. local ScreenGui = Instance.new("ScreenGui")
  239. local Dragging = Instance.new("Frame")
  240. local MF2 = Instance.new("Frame")
  241. local PN = Instance.new("TextLabel")
  242. local UFB = Instance.new("TextLabel")
  243. local AB = Instance.new("TextLabel")
  244. local debounces = Instance.new("TextLabel")
  245. local ThisGui = Instance.new("TextLabel")
  246. local Fixed = Instance.new("TextLabel")
  247. local CON = Instance.new("TextLabel")
  248. local XButton = Instance.new("TextButton")
  249.  
  250. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  251. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  252.  
  253. Dragging.Name = "Dragging"
  254. Dragging.Parent = ScreenGui
  255. Dragging.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  256. Dragging.BackgroundTransparency = 0.500
  257. Dragging.Position = UDim2.new(0, 0, 0.328009814, 0)
  258. Dragging.Size = UDim2.new(0, 194, 0, 26)
  259. Dragging.Draggable = true
  260. Dragging.Active = true
  261. Dragging.Selectable = true
  262.  
  263. MF2.Name = "MF2"
  264. MF2.Parent = Dragging
  265. MF2.BackgroundColor3 = Color3.fromRGB(109, 109, 109)
  266. MF2.BackgroundTransparency = 0.300
  267. MF2.Position = UDim2.new(0, 0, 1, 0)
  268. MF2.Size = UDim2.new(0, 194, 0, 171)
  269.  
  270. PN.Name = "PN"
  271. PN.Parent = MF2
  272. PN.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  273. PN.Size = UDim2.new(0, 194, 0, 20)
  274. PN.Font = Enum.Font.SourceSans
  275. PN.Text = "PATCH NOTES:"
  276. PN.TextColor3 = Color3.fromRGB(209, 209, 209)
  277. PN.TextSize = 14.000
  278.  
  279. UFB.Name = "UFB"
  280. UFB.Parent = MF2
  281. UFB.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  282. UFB.BackgroundTransparency = 1.000
  283. UFB.Position = UDim2.new(0, 0, 0.116544642, 0)
  284. UFB.Size = UDim2.new(0, 194, 0, 20)
  285. UFB.Font = Enum.Font.SourceSans
  286. UFB.Text = "Added Flame Script"
  287. UFB.TextColor3 = Color3.fromRGB(255, 255, 255)
  288. UFB.TextSize = 14.000
  289.  
  290. AB.Name = "AB"
  291. AB.Parent = MF2
  292. AB.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  293. AB.BackgroundTransparency = 1.000
  294. AB.Position = UDim2.new(0, 0, 0.233089298, 0)
  295. AB.Size = UDim2.new(0, 194, 0, 20)
  296. AB.Font = Enum.Font.SourceSans
  297. AB.Text = "Cleaner UI use"
  298. AB.TextColor3 = Color3.fromRGB(255, 255, 255)
  299. AB.TextSize = 14.000
  300.  
  301. debounces.Name = "debounces"
  302. debounces.Parent = MF2
  303. debounces.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  304. debounces.BackgroundTransparency = 1.000
  305. debounces.Position = UDim2.new(0, 0, 0.349633962, 0)
  306. debounces.Size = UDim2.new(0, 194, 0, 20)
  307. debounces.Font = Enum.Font.SourceSans
  308. debounces.Text = "Debounces On Certain Buttons"
  309. debounces.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. debounces.TextSize = 14.000
  311.  
  312. ThisGui.Name = "ThisGui"
  313. ThisGui.Parent = MF2
  314. ThisGui.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  315. ThisGui.BackgroundTransparency = 1.000
  316. ThisGui.Position = UDim2.new(0, 0, 0.466178596, 0)
  317. ThisGui.Size = UDim2.new(0, 194, 0, 20)
  318. ThisGui.Font = Enum.Font.SourceSans
  319. ThisGui.Text = "Fixing Bugs"
  320. ThisGui.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. ThisGui.TextSize = 14.000
  322.  
  323. Fixed.Name = "Fixed"
  324. Fixed.Parent = MF2
  325. Fixed.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  326. Fixed.BackgroundTransparency = 1.000
  327. Fixed.Position = UDim2.new(0, 0, 0.602523327, 0)
  328. Fixed.Size = UDim2.new(0, 194, 0, 20)
  329. Fixed.Font = Enum.Font.SourceSans
  330. Fixed.Text = "Fixed Delayed On The \"Stop Fling\""
  331. Fixed.TextColor3 = Color3.fromRGB(255, 255, 255)
  332. Fixed.TextSize = 14.000
  333.  
  334. CON.Name = "CON"
  335. CON.Parent = MF2
  336. CON.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  337. CON.BackgroundTransparency = 1.000
  338. CON.Position = UDim2.new(0, 0, 0.8813833, 0)
  339. CON.Size = UDim2.new(0, 194, 0, 20)
  340. CON.Font = Enum.Font.SourceSans
  341. CON.Text = "That Concludes The Patch Notes"
  342. CON.TextColor3 = Color3.fromRGB(255, 255, 255)
  343. CON.TextSize = 14.000
  344.  
  345. XButton.Name = "XButton"
  346. XButton.Parent = Dragging
  347. XButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  348. XButton.Position = UDim2.new(0.871134043, 0, 0, 0)
  349. XButton.Size = UDim2.new(0, 25, 0, 25)
  350. XButton.Font = Enum.Font.SourceSans
  351. XButton.Text = "X"
  352. XButton.TextColor3 = Color3.fromRGB(255, 0, 4)
  353. XButton.TextSize = 14.000
  354. XButton.MouseButton1Click:connect(function()
  355. Credits.Visible = true
  356. Dragging:Destroy()
  357. end)
  358. end)
  359.  
  360. StopFling.MouseButton1Click:connect(function()
  361. Fling.Visible = true
  362. StopFling.Visible = false
  363. bambam.Force = Vector3.new(0,0,0)
  364. wait()
  365. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 1
  366. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  367. wait(0.005)
  368. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  369. end)
  370.  
  371. Fling.Name = "Fling"
  372. Fling.Parent = Buttons
  373. Fling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  374. Fling.LayoutOrder = -14235
  375. Fling.Position = UDim2.new(0.598886371, 0, 0.224489808, 0)
  376. Fling.Size = UDim2.new(0, 72, 0, 26)
  377. Fling.Font = Enum.Font.SourceSans
  378. Fling.Text = "Spin Fling"
  379. Fling.TextColor3 = Color3.fromRGB(255, 0, 4)
  380. Fling.TextSize = 14.000
  381. Fling.MouseButton1Click:connect(function()
  382. Fling.Visible = false
  383. StopFling.Visible = true
  384. bambam.Force = Vector3.new(power.Value,0,power.Value)
  385. game:GetService('RunService').Stepped:connect(function()
  386. local plr = game.Players.LocalPlayer.Character
  387. plr["Right Leg"].CanCollide = false
  388. plr["Left Leg"].CanCollide = false
  389. plr.Torso.CanCollide = false
  390. plr.Head.CanCollide = false
  391. end)
  392. end)
  393.  
  394. StopFling.Name = "StopFling"
  395. StopFling.Parent = Main
  396. StopFling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  397. StopFling.LayoutOrder = -14235
  398. StopFling.Position = Fling.Position
  399. StopFling.Size = UDim2.new(0, 72, 0, 26)
  400. StopFling.Visible = false
  401. StopFling.Font = Enum.Font.SourceSans
  402. StopFling.Text = "Stop Fling"
  403. StopFling.TextColor3 = Color3.fromRGB(255, 0, 4)
  404. StopFling.TextSize = 14.000
  405.  
  406. Fly.Name = "Fly"
  407. Fly.Parent = Buttons
  408. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  409. Fly.LayoutOrder = -14235
  410. Fly.Position = UDim2.new(0.410934538, 0, 0.224489808, 0)
  411. Fly.Size = UDim2.new(0, 72, 0, 26)
  412. Fly.Font = Enum.Font.SourceSans
  413. Fly.Text = "Fly"
  414. Fly.TextColor3 = Color3.fromRGB(255, 0, 4)
  415. Fly.TextSize = 14.000
  416. Fly.MouseButton1Click:connect(function()
  417. repeat wait()
  418. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  419. local mouse = game.Players.LocalPlayer:GetMouse()
  420. repeat wait() until mouse
  421. local plr = game.Players.LocalPlayer
  422. local torso = plr.Character.Torso
  423. local flying = true
  424. local deb = true
  425. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  426. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  427. local maxspeed = 100
  428. local speed = 0
  429.  
  430. spawn(function()
  431. local message = Instance.new("Message",workspace)
  432. message.Text = "F to toggle fly"
  433. wait(5)
  434. message:Destroy()
  435. end)
  436.  
  437. function Fly()
  438. local bg = Instance.new("BodyGyro", torso)
  439. bg.P = 9e4
  440. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  441. bg.cframe = torso.CFrame
  442. local bv = Instance.new("BodyVelocity", torso)
  443. bv.velocity = Vector3.new(0,0.1,0)
  444. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  445. repeat wait()
  446. plr.Character.Humanoid.PlatformStand = true
  447. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  448. speed = speed+.5+(speed/maxspeed)
  449. if speed > maxspeed then
  450. speed = maxspeed
  451. end
  452. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  453. speed = speed-1
  454. if speed < 0 then
  455. speed = 0
  456. end
  457. end
  458. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  459. 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
  460. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  461. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  462. 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
  463. else
  464. bv.velocity = Vector3.new(0,0.1,0)
  465. end
  466. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  467. until not flying
  468. ctrl = {f = 0, b = 0, l = 0, r = 0}
  469. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  470. speed = 0
  471. bg:Destroy()
  472. bv:Destroy()
  473. plr.Character.Humanoid.PlatformStand = false
  474. end
  475. mouse.KeyDown:connect(function(key)
  476. if key:lower() == "f" then
  477. if flying then flying = false
  478. else
  479. flying = true
  480. Fly()
  481. end
  482. elseif key:lower() == "w" then
  483. ctrl.f = 1
  484. elseif key:lower() == "s" then
  485. ctrl.b = -1
  486. elseif key:lower() == "a" then
  487. ctrl.l = -1
  488. elseif key:lower() == "d" then
  489. ctrl.r = 1
  490. end
  491. end)
  492. mouse.KeyUp:connect(function(key)
  493. if key:lower() == "w" then
  494. ctrl.f = 0
  495. elseif key:lower() == "s" then
  496. ctrl.b = 0
  497. elseif key:lower() == "a" then
  498. ctrl.l = 0
  499. elseif key:lower() == "d" then
  500. ctrl.r = 0
  501. end
  502. end)
  503. Fly()
  504. end)
  505.  
  506. GodScript.Name = "GodScript"
  507. GodScript.Parent = Buttons
  508. GodScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  509. GodScript.LayoutOrder = -14235
  510. GodScript.Position = UDim2.new(0.410934538, 0, 0.387755126, 0)
  511. GodScript.Size = UDim2.new(0, 72, 0, 26)
  512. GodScript.Font = Enum.Font.SourceSans
  513. GodScript.Text = "God Script"
  514. GodScript.TextColor3 = Color3.fromRGB(255, 0, 4)
  515. GodScript.TextSize = 14.000
  516. GodScript.MouseButton1Click:connect(function()
  517. local plr = game.Players.LocalPlayer.Character.Humanoid
  518. local Anim = Instance.new("Animation")
  519. Anim.AnimationId = "rbxassetid://429681631"
  520. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  521. track:Play(.1, 1, 1)
  522. wait(0.6)
  523. local plr = game.Players.LocalPlayer;
  524. local chr = plr.Character;
  525. local hum = chr.Humanoid;
  526. local mov = {};
  527. local mov2 = {};
  528.  
  529. --[[Network]]
  530. coroutine.resume(coroutine.create(function()
  531. settings().Physics.AllowSleep = false;
  532. game.RunService.RenderStepped:Connect(function()
  533. for i, v in pairs(game.Players:GetPlayers()) do
  534. if v ~= plr then
  535. v.MaximumSimulationRadius = 0.1;
  536. v.SimulationRadius = 0;
  537. else
  538. v.MaximumSimulationRadius = math.pow(math.huge, math.huge);
  539. v.SimulationRadius = math.pow(math.huge, 2);
  540. end
  541. end
  542. end)
  543. end))
  544.  
  545. function ftp(str)
  546. local pt = {};
  547. if str ~= 'me' and str ~= 'random' then
  548. for i, v in pairs(game.Players:GetPlayers()) do
  549. if v.Name:lower():find(str:lower()) then
  550. table.insert(pt, v);
  551. end
  552. end
  553. elseif str == 'me' then
  554. table.insert(pt, plr);
  555. elseif str == 'random' then
  556. table.insert(pt, game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())]);
  557. end
  558. return pt;
  559. end
  560.  
  561. for _, v in pairs(hum:GetAccessories()) do
  562. local b = v.Handle;
  563. b.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0);
  564. b.CanCollide = false;
  565. b:BreakJoints();
  566. for _, k in pairs(v:GetChildren()) do
  567. if not k:IsA'SpecialMesh' and not k:IsA'Part' then
  568. k:Destroy();
  569. end
  570. end
  571. local still = Instance.new('BodyAngularVelocity', b);
  572. still.MaxTorque = Vector3.new(math.huge, math.huge, math.huge);
  573. still.AngularVelocity = Vector3.new(0, 0, 0);
  574. local align = Instance.new('AlignPosition', b);
  575. align.MaxForce = 1000000;
  576. align.MaxVelocity = math.huge;
  577. align.RigidityEnabled = false;
  578. align.ApplyAtCenterOfMass = true;
  579. align.Responsiveness = 200;
  580. local a0 = Instance.new('Attachment', b);
  581. local a1 = Instance.new('Attachment', chr.Head);
  582. align.Attachment0 = a0;
  583. align.Attachment1 = a1;
  584. table.insert(mov, a1);
  585. table.insert(mov2, still);
  586. end
  587.  
  588. local par = {};
  589. for _, v in pairs(mov) do
  590. local parr = Instance.new('Part', workspace);
  591. parr.Anchored = true;
  592. parr.Size = Vector3.new(1, 1, 1);
  593. parr.Transparency = 1;
  594. parr.CanCollide = false;
  595. table.insert(par, parr);
  596. end
  597.  
  598. local rotx = 0;
  599. local rotz = math.pi / 2;
  600. local height = 0;
  601. local heighti = 1;
  602. local offset = 10;
  603. local mode = 9;
  604. local speed = 50;
  605. local angular = Vector3.new(0, 0, 0);
  606. local l = 1;
  607. game['Run Service'].RenderStepped:Connect(function()
  608. rotx = rotx + speed / 100;
  609. rotz = rotz + speed / 100;
  610. l = (l >= 360 and 1 or l + speed);
  611.  
  612. for i, v in pairs(par) do
  613. v.CFrame = CFrame.new(chr.HumanoidRootPart.Position) * CFrame.fromEulerAnglesXYZ(0, math.rad(l + (360 / #par) * i + speed), 0) * CFrame.new(offset, 0, 0);
  614. end
  615.  
  616. if heighti == 1 then
  617. height = height + speed / 100;
  618. elseif heighti == 2 then
  619. height = height - speed / 100;
  620. end
  621. if height > 2 then
  622. heighti = 2;
  623. end
  624. if height < -1 then
  625. heighti = 1;
  626. end
  627.  
  628. if mode == 1 then
  629. for _, v in pairs(mov) do
  630. v.Position = Vector3.new(math.sin(rotx) * offset, 0, math.sin(rotz) * offset);
  631. end
  632. elseif mode == 2 then
  633. for _, v in pairs(mov) do
  634. v.Position = Vector3.new(offset, height, offset);
  635. end
  636. elseif mode == 3 then
  637. for _, v in pairs(mov) do
  638. v.Position = Vector3.new(math.sin(rotx) * offset, height, math.sin(rotz) * offset);
  639. end
  640. elseif mode == 4 then
  641. for i, v in pairs(mov) do
  642. 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);
  643. end
  644. elseif mode == 5 then
  645. for i, v in pairs(mov) do
  646. v.Position = Vector3.new((math.sin(rotx)) * offset, height, (math.cos(rotz) - i) * offset);
  647. end
  648. elseif mode == 6 then
  649. for i, v in pairs(mov) do
  650. v.Position = Vector3.new((math.sin(rotx)) * offset, height, (math.tan(rotz) - i) * offset);
  651. end
  652. elseif mode == 7 then
  653. for i, v in pairs(mov) do
  654. v.Position = Vector3.new(math.cos(rotx * i) * offset, 0, math.cos(rotz * i) * offset);
  655. end
  656. elseif mode == 8 then
  657. for i, v in pairs(mov) do
  658. v.Position = Vector3.new(math.sin(rotx) * i * offset, 0, math.sin(rotz) * i * offset);
  659. end
  660. elseif mode == 9 then
  661. pcall(function()
  662. local so = nil;
  663. for k, b in pairs(chr:GetChildren()) do
  664. if b:IsA'Tool' then
  665. for h, j in pairs(b:GetDescendants()) do
  666. if j:IsA'Sound' then
  667. so = j;
  668. end
  669. end
  670. end
  671. end
  672. if so ~= nil then
  673. offset = so.PlaybackLoudness / 35;
  674. speed = so.PlaybackLoudness / 500;
  675. angular = Vector3.new(0, so.PlaybackLoudness / 75, 0);
  676. end
  677. end)
  678. for i, v in pairs(mov) do
  679. 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);
  680. end
  681. elseif mode == 10 then
  682. offset = height * 15;
  683. for i, v in pairs(mov) do
  684. 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);
  685. end
  686. elseif mode == 11 then
  687. for i, v in pairs(mov) do
  688. 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);
  689. end
  690. end
  691. for _, v in pairs(mov2) do
  692. v.AngularVelocity = angular;
  693. end
  694. end)
  695. game.Players.LocalPlayer.Chatted:Connect(function(c)
  696. if c:split(' ')[1] == '.orbit' then
  697. for _, v in pairs(mov) do
  698. chr = ftp(c:split(' ')[2])[1].Character;
  699. v.Parent = ftp(c:split(' ')[2])[1].Character.HumanoidRootPart;
  700. end
  701. end
  702. if c:split(' ')[1] == '.speed' then
  703. speed = tonumber(c:split(' ')[2]);
  704. end
  705. if c:split(' ')[1] == '.mode' then
  706. mode = tonumber(c:split(' ')[2]);
  707. end
  708. if c:split(' ')[1] == '.offset' then
  709. offset = tonumber(c:split(' ')[2]);
  710. end
  711. if c:split(' ')[1] == '.angular' then
  712. angular = Vector3.new(tonumber(c:split(' ')[2]), tonumber(c:split(' ')[3]), tonumber(c:split(' ')[4]));
  713. end
  714. end)
  715. local plr = game.Players.LocalPlayer.Character.Humanoid
  716. wait(0.1)
  717. plr.Animator:Destroy()
  718. power = -20
  719. wait(.1)
  720. local bambam = Instance.new("BodyThrust")
  721. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  722. bambam.Force = Vector3.new(power,0,power)
  723. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  724. wait(0.1)
  725.  
  726. while wait() do
  727. plr.HipHeight = 5
  728. wait(0.1)
  729. plr.HipHeight = 4.8
  730. wait(0.1)
  731. plr.HipHeight = 4.4
  732. wait(0.1)
  733. plr.HipHeight = 4.2
  734. wait(0.1)
  735. plr.HipHeight = 4
  736. wait(0.1)
  737. plr.HipHeight = 4.2
  738. wait(0.1)
  739. plr.HipHeight = 4.4
  740. wait(0.1)
  741. plr.HipHeight = 4.8
  742. wait(0.1)
  743. plr.HipHeight = 5
  744. end
  745. end)
  746.  
  747. GodScript.MouseButton1Click:connect(function()
  748. local plr = game.Players.LocalPlayer.Character.Humanoid
  749.  
  750. while true do
  751. plr.WalkSpeed = 100
  752. wait(.01)
  753. plr.WalkSpeed = 0
  754. wait(0.01)
  755. end
  756. end)
  757.  
  758. GodScript.MouseButton1Click:connect(function()
  759. local plr = game.Players.LocalPlayer.Character
  760. local Buttons = Instance.new("ScreenGui")
  761. local ButtonFrame = Instance.new("Frame")
  762. local MainFrame = Instance.new("Frame")
  763. local TextButton = Instance.new("TextButton")
  764. game:GetService('RunService').Stepped:connect(function()
  765. local plr = game.Players.LocalPlayer.Character
  766. plr["Right Leg"].CanCollide = false
  767. plr["Left Leg"].CanCollide = false
  768. plr.Torso.CanCollide = false
  769. plr.Head.CanCollide = false
  770. end)
  771.  
  772. Buttons.Name = "Buttons"
  773. Buttons.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  774. Buttons.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  775.  
  776. ButtonFrame.Name = "ButtonFrame"
  777. ButtonFrame.Parent = Buttons
  778. ButtonFrame.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  779. ButtonFrame.BackgroundTransparency = 0.600
  780. ButtonFrame.Position = UDim2.new(0, 0, 0.255528271, 0)
  781. ButtonFrame.Size = UDim2.new(0, 57, 0, 15)
  782. ButtonFrame.Draggable = true
  783. ButtonFrame.Active = true
  784. ButtonFrame.Selectable = true
  785.  
  786. MainFrame.Name = "MainFrame"
  787. MainFrame.Parent = ButtonFrame
  788. MainFrame.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
  789. MainFrame.BackgroundTransparency = 0.500
  790. MainFrame.Position = UDim2.new(-0.00165272912, 0, 0.977792025, 0)
  791. MainFrame.Size = UDim2.new(0, 56, 0, 21)
  792.  
  793. TextButton.Parent = ButtonFrame
  794. TextButton.BackgroundColor3 = Color3.fromRGB(255, 199, 101)
  795. TextButton.Position = UDim2.new(-0.00602400443, 0, 0.961537898, 0)
  796. TextButton.Size = UDim2.new(0, 57, 0, 22)
  797. TextButton.Font = Enum.Font.GothamBold
  798. TextButton.Text = "Attack"
  799. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  800. TextButton.TextSize = 14.000
  801.  
  802. local Fix = Instance.new("ScreenGui")
  803. local Got = Instance.new("Frame")
  804. local FlungFrame = Instance.new("Frame")
  805. local UGF = Instance.new("TextButton")
  806.  
  807. Fix.Name = "Fix"
  808. Fix.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  809. Fix.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  810.  
  811. Got.Name = "Got"
  812. Got.Parent = Fix
  813. Got.BackgroundColor3 = Color3.fromRGB(132, 132, 132)
  814. Got.BackgroundTransparency = 0.600
  815. Got.Position = UDim2.new(0, 0, 0.330466837, 0)
  816. Got.Size = UDim2.new(0, 99, 0, 13)
  817. Got.Draggable = true
  818. Got.Active = true
  819. Got.Selectable = true
  820.  
  821. FlungFrame.Name = "FlungFrame"
  822. FlungFrame.Parent = Got
  823. FlungFrame.BackgroundColor3 = Color3.fromRGB(132, 132, 132)
  824. FlungFrame.BackgroundTransparency = 0.600
  825. FlungFrame.Position = UDim2.new(0, 0, 0.948308468, 0)
  826. FlungFrame.Size = UDim2.new(0, 99, 0, 20)
  827.  
  828. UGF.Name = "UGF"
  829. UGF.Parent = FlungFrame
  830. UGF.BackgroundColor3 = Color3.fromRGB(255, 147, 147)
  831. UGF.Size = UDim2.new(0, 99, 0, 20)
  832. UGF.Font = Enum.Font.GothamBold
  833. UGF.Text = "UnderGround Fix"
  834. UGF.TextColor3 = Color3.fromRGB(0, 0, 0)
  835. UGF.TextSize = 12.000
  836. UGF.MouseButton1Click:connect(function()
  837. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,50,0)
  838. end)
  839.  
  840. TextButton.MouseButton1Click:connect(function()
  841. local power = Instance.new("NumberValue")
  842. power.Value = -300
  843. power.Parent = game.Players.LocalPlayer.Character.Head
  844. local bambam = Instance.new("BodyThrust")
  845. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  846. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  847. bambam.Force = Vector3.new(power.Value,0,power.Value)
  848. plr.Humanoid.Sit = true
  849. wait(0.2)
  850. bambam.Force = Vector3.new(0,0,0)
  851. wait(0.05)
  852. plr.Humanoid.Sit = false
  853. wait(0.4)
  854. plr.Humanoid.Jump = true
  855. end)
  856. GodScript.Visible = false
  857. game:GetService('RunService').Stepped:connect(function()
  858. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  859. GodScript.Visible = true
  860. end
  861. end)
  862. end)
  863.  
  864. Gravity.Name = "Gravity"
  865. Gravity.Parent = Buttons
  866. Gravity.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  867. Gravity.LayoutOrder = -14235
  868. Gravity.Position = UDim2.new(0.0350309275, 0, 0.571428537, 0)
  869. Gravity.Size = UDim2.new(0, 72, 0, 26)
  870. Gravity.Font = Enum.Font.SourceSans
  871. Gravity.Text = "Gravity"
  872. Gravity.TextColor3 = Color3.fromRGB(255, 0, 4)
  873. Gravity.TextSize = 14.000
  874. Gravity.MouseButton1Click:connect(function()
  875. game.Workspace.Gravity = Amount2.Text
  876. end)
  877.  
  878. Amount2.Name = "Amount2"
  879. Amount2.Parent = Gravity
  880. Amount2.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  881. Amount2.Position = UDim2.new(1, 0, 0, 0)
  882. Amount2.Size = UDim2.new(0, 78, 0, 26)
  883. Amount2.Font = Enum.Font.SourceSans
  884. Amount2.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  885. Amount2.PlaceholderText = "Default = 196.2"
  886. Amount2.Text = ""
  887. Amount2.TextColor3 = Color3.fromRGB(255, 0, 4)
  888. Amount2.TextSize = 14.000
  889.  
  890. JumpPower.Name = "JumpPower"
  891. JumpPower.Parent = Buttons
  892. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  893. JumpPower.LayoutOrder = -14235
  894. JumpPower.Position = UDim2.new(0.598886371, 0, 0.571428537, 0)
  895. JumpPower.Size = UDim2.new(0, 72, 0, 26)
  896. JumpPower.Font = Enum.Font.SourceSans
  897. JumpPower.Text = "JumpPower"
  898. JumpPower.TextColor3 = Color3.fromRGB(255, 0, 4)
  899. JumpPower.TextSize = 14.000
  900. JumpPower.MouseButton1Click:connect(function()
  901. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Amount1.Text
  902. end)
  903.  
  904. Amount1.Name = "Amount1"
  905. Amount1.Parent = JumpPower
  906. Amount1.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  907. Amount1.Position = UDim2.new(1, 0, 0, 0)
  908. Amount1.Size = UDim2.new(0, 78, 0, 26)
  909. Amount1.Font = Enum.Font.SourceSans
  910. Amount1.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  911. Amount1.PlaceholderText = "Default = 50"
  912. Amount1.Text = ""
  913. Amount1.TextColor3 = Color3.fromRGB(255, 0, 4)
  914. Amount1.TextSize = 14.000
  915.  
  916. NoFace.Name = "NoFace"
  917. NoFace.Parent = Buttons
  918. NoFace.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  919. NoFace.LayoutOrder = -14235
  920. NoFace.Position = UDim2.new(0.222982734, 0, 0.387755126, 0)
  921. NoFace.Size = UDim2.new(0, 72, 0, 26)
  922. NoFace.Font = Enum.Font.SourceSans
  923. NoFace.Text = "No Face"
  924. NoFace.TextColor3 = Color3.fromRGB(255, 0, 4)
  925. NoFace.TextSize = 14.000
  926. NoFace.MouseButton1Click:connect(function()
  927. game.Players.LocalPlayer.Character.Head.face:Destroy()
  928. end)
  929.  
  930. NoLimbs.Name = "NoLimbs"
  931. NoLimbs.Parent = Buttons
  932. NoLimbs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  933. NoLimbs.LayoutOrder = -14235
  934. NoLimbs.Position = UDim2.new(0.786838174, 0, 0.387755126, 0)
  935. NoLimbs.Size = UDim2.new(0, 72, 0, 26)
  936. NoLimbs.Font = Enum.Font.SourceSans
  937. NoLimbs.Text = "No Limbs"
  938. NoLimbs.TextColor3 = Color3.fromRGB(255, 0, 4)
  939. NoLimbs.TextSize = 14.000
  940. NoLimbs.MouseButton1Click:connect(function()
  941. local plr = game.Players.LocalPlayer.Character
  942. plr["Right Arm"]:Destroy()
  943. plr["Left Arm"]:Destroy()
  944. plr["Left Leg"]:Destroy()
  945. plr["Right Leg"]:Destroy()
  946. end)
  947.  
  948. Sit.Name = "Sit"
  949. Sit.Parent = Buttons
  950. Sit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  951. Sit.LayoutOrder = -14235
  952. Sit.Position = UDim2.new(0.786838174, 0, 0.224489808, 0)
  953. Sit.Size = UDim2.new(0, 72, 0, 26)
  954. Sit.Font = Enum.Font.SourceSans
  955. Sit.Text = "Sit"
  956. Sit.TextColor3 = Color3.fromRGB(255, 0, 4)
  957. Sit.TextSize = 14.000
  958. Sit.MouseButton1Click:connect(function()
  959. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  960. end)
  961.  
  962.  
  963. Tp.Name = "Tp"
  964. Tp.Parent = Buttons
  965. Tp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  966. Tp.LayoutOrder = -14235
  967. Tp.Position = UDim2.new(0.222982734, 0, 0.224489808, 0)
  968. Tp.Size = UDim2.new(0, 72, 0, 26)
  969. Tp.Font = Enum.Font.SourceSans
  970. Tp.Text = "Click TP (E)"
  971. Tp.TextColor3 = Color3.fromRGB(255, 0, 4)
  972. Tp.TextSize = 14.000
  973. Tp.MouseButton1Click:connect(function()
  974. plr = game.Players.LocalPlayer
  975. hum = plr.Character.HumanoidRootPart
  976. mouse = plr:GetMouse()
  977.  
  978. mouse.KeyDown:connect(function(key)
  979. if key == "e" then
  980. if mouse.Target then
  981. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  982. end
  983. end
  984. end)
  985. end)
  986.  
  987. WalkSpeed.Name = "WalkSpeed"
  988. WalkSpeed.Parent = Buttons
  989. WalkSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  990. WalkSpeed.LayoutOrder = -14235
  991. WalkSpeed.Position = UDim2.new(0.0350309275, 0, 0.75, 0)
  992. WalkSpeed.Size = UDim2.new(0, 72, 0, 26)
  993. WalkSpeed.Font = Enum.Font.SourceSans
  994. WalkSpeed.Text = "WalkSpeed"
  995. WalkSpeed.TextColor3 = Color3.fromRGB(255, 0, 4)
  996. WalkSpeed.TextSize = 14.000
  997. WalkSpeed.MouseButton1Click:connect(function()
  998. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Amount3.Text
  999. end)
  1000.  
  1001. Amount3.Name = "Amount3"
  1002. Amount3.Parent = WalkSpeed
  1003. Amount3.BackgroundColor3 = Color3.fromRGB(221, 221, 221)
  1004. Amount3.Position = UDim2.new(1, 0, 0, 0)
  1005. Amount3.Size = UDim2.new(0, 78, 0, 26)
  1006. Amount3.Font = Enum.Font.SourceSans
  1007. Amount3.PlaceholderColor3 = Color3.fromRGB(138, 138, 138)
  1008. Amount3.PlaceholderText = "Default = 16"
  1009. Amount3.Text = ""
  1010. Amount3.TextColor3 = Color3.fromRGB(255, 0, 4)
  1011. Amount3.TextSize = 14.000
  1012.  
  1013. enordi.Name = "enordi"
  1014. enordi.Parent = Buttons
  1015. enordi.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1016. enordi.BackgroundTransparency = 1.000
  1017. enordi.BorderSizePixel = 0
  1018. enordi.Position = UDim2.new(0.498795122, 0, 0.75, 0)
  1019. enordi.Size = UDim2.new(0, 113, 0, 28)
  1020. enordi.Font = Enum.Font.Code
  1021. enordi.Text = "Loading..."
  1022. enordi.TextColor3 = Color3.fromRGB(255, 255, 255)
  1023. enordi.TextSize = 14.000
  1024. if game.Workspace.FilteringEnabled == true then
  1025. enordi.Text = "FE is enabled"
  1026. end
  1027.  
  1028. if game.Workspace.FilteringEnabled == false then
  1029. enordi.Text = "Oh? FE is disabled..."
  1030. end
  1031.  
  1032. AnchorPlr.Name = "AnchorPlr"
  1033. AnchorPlr.Parent = Buttons
  1034. AnchorPlr.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1035. AnchorPlr.LayoutOrder = -14235
  1036. AnchorPlr.Position = UDim2.new(0.410934538, 0, 0.571428537, 0)
  1037. AnchorPlr.Size = UDim2.new(0, 72, 0, 26)
  1038. AnchorPlr.Font = Enum.Font.SourceSans
  1039. AnchorPlr.Text = "Flame Script"
  1040. AnchorPlr.TextColor3 = Color3.fromRGB(255, 0, 4)
  1041. AnchorPlr.TextSize = 14.000
  1042. AnchorPlr.MouseButton1Click:connect(function()
  1043. AnchorPlr.Visible = false
  1044. local ConfirmationGui = Instance.new("ScreenGui")
  1045. local DraggingFrame = Instance.new("Frame")
  1046. local Background = Instance.new("Frame")
  1047. local Back = Instance.new("TextLabel")
  1048. local HTUS = Instance.new("TextLabel")
  1049. local Link = Instance.new("TextBox")
  1050. local Execute = Instance.new("TextButton")
  1051. local clothes = Instance.new("TextButton")
  1052.  
  1053. ConfirmationGui.Name = "ConfirmationGui"
  1054. ConfirmationGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1055. ConfirmationGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1056. ConfirmationGui.ResetOnSpawn = false
  1057.  
  1058. DraggingFrame.Name = "DraggingFrame"
  1059. DraggingFrame.Parent = ConfirmationGui
  1060. DraggingFrame.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  1061. DraggingFrame.BackgroundTransparency = 0.600
  1062. DraggingFrame.Position = UDim2.new(0, 0, 0.293611825, 0)
  1063. DraggingFrame.Size = UDim2.new(0, 271, 0, 21)
  1064. DraggingFrame.Draggable = true
  1065. DraggingFrame.Active = true
  1066. DraggingFrame.Selectable = true
  1067.  
  1068. Background.Name = "Background"
  1069. Background.Parent = DraggingFrame
  1070. Background.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  1071. Background.BackgroundTransparency = 0.600
  1072. Background.Position = UDim2.new(0, 0, 0.986076713, 0)
  1073. Background.Size = UDim2.new(0, 271, 0, 122)
  1074.  
  1075. Back.Name = "Back"
  1076. Back.Parent = Background
  1077. Back.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  1078. Back.BackgroundTransparency = 0.600
  1079. Back.LayoutOrder = -985624
  1080. Back.Position = UDim2.new(0, 0, 0.0573770478, 0)
  1081. Back.Size = UDim2.new(0, 271, 0, 26)
  1082. Back.Font = Enum.Font.SourceSans
  1083. Back.Text = ""
  1084. Back.TextColor3 = Color3.fromRGB(255, 255, 255)
  1085. Back.TextSize = 14.000
  1086.  
  1087. HTUS.Name = "HTUS"
  1088. HTUS.Parent = Background
  1089. HTUS.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  1090. HTUS.BackgroundTransparency = 0.600
  1091. HTUS.LayoutOrder = -985624
  1092. HTUS.Position = UDim2.new(0, 0, 0.0983606577, 0)
  1093. HTUS.Size = UDim2.new(0, 271, 0, 16)
  1094. HTUS.Font = Enum.Font.SourceSans
  1095. HTUS.Text = "Learn how to use script:"
  1096. HTUS.TextColor3 = Color3.fromRGB(255, 255, 255)
  1097. HTUS.TextSize = 14.000
  1098.  
  1099. Link.Name = "Link"
  1100. Link.Parent = Background
  1101. Link.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  1102. Link.BackgroundTransparency = 0.600
  1103. Link.Position = UDim2.new(0, 0, 0.295081973, 0)
  1104. Link.Size = UDim2.new(0, 270, 0, 50)
  1105. Link.Font = Enum.Font.SourceSans
  1106. Link.Text = "https://www.youtube.com/watch?v=8YBIVEve9FE"
  1107. Link.TextColor3 = Color3.fromRGB(0, 0, 0)
  1108. Link.TextSize = 14.000
  1109. game:GetService('RunService').Stepped:connect(function()
  1110. Link.Text = "https://www.youtube.com/watch?v=8YBIVEve9FE"
  1111. end)
  1112.  
  1113. Execute.Name = "Execute"
  1114. Execute.Parent = Background
  1115. Execute.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  1116. Execute.Position = UDim2.new(0.129151285, 0, 0.704918027, 0)
  1117. Execute.Size = UDim2.new(0, 200, 0, 36)
  1118. Execute.Font = Enum.Font.Code
  1119. Execute.Text = "PRESS IF YOURE READY"
  1120. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  1121. Execute.TextScaled = true
  1122. Execute.TextSize = 14.000
  1123. Execute.TextWrapped = true
  1124. Execute.MouseButton1Click:connect(function()
  1125. AnchorPlr.Visible = true
  1126. DraggingFrame:Destroy()
  1127. loadstring(game:HttpGet("https://pastebin.com/raw/r0Lg2CP5", true))()
  1128. end)
  1129.  
  1130. clothes.Name = "clothes"
  1131. clothes.Parent = Background
  1132. clothes.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1133. clothes.Position = UDim2.new(0.922509253, 0, -0.172131151, 0)
  1134. clothes.Size = UDim2.new(0, 21, 0, 21)
  1135. clothes.Font = Enum.Font.Code
  1136. clothes.Text = "X"
  1137. clothes.TextColor3 = Color3.fromRGB(255, 0, 4)
  1138. clothes.TextScaled = true
  1139. clothes.TextSize = 14.000
  1140. clothes.TextWrapped = true
  1141. clothes.MouseButton1Click:connect(function()
  1142. AnchorPlr.Visible = true
  1143. ConfirmationGui:Destroy()
  1144. end)
  1145. end)
Add Comment
Please, Sign In to add comment