Advertisement
Colornapse_Themes

Untitled

Apr 1st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.98 KB | None | 0 0
  1. -- All scripts and GUI all made by HA8X (me)! Enjoy :D
  2.  
  3.  
  4. -- Variables
  5.  
  6. local hasspin = false
  7. local hasclicktp = false
  8. local looptp = false
  9. local infjump = false
  10. local infswim = false
  11. local strong = true
  12. local mouse = game.Players.LocalPlayer:GetMouse()
  13. local UIS = game:GetService("UserInputService")
  14. -- Objects
  15.  
  16. local GUI = Instance.new("ScreenGui")
  17. local GUIsizing = Instance.new("Frame")
  18. local Backing = Instance.new("Frame")
  19. local Top = Instance.new("Frame")
  20. local Header = Instance.new("TextLabel")
  21. local X = Instance.new("TextButton")
  22. local TopBottom = Instance.new("Frame")
  23. local StartStop = Instance.new("TextButton")
  24. local PlrTP = Instance.new("TextBox")
  25. local ByHA8X = Instance.new("TextLabel")
  26. local ClickTP = Instance.new("TextButton")
  27. local WalkSpeed = Instance.new("TextBox")
  28. local JumpPower = Instance.new("TextBox")
  29. local InfJump = Instance.new("TextButton")
  30. local InfSwim = Instance.new("TextButton")
  31. local FrameBack = Instance.new("Frame")
  32. local HipHeight = Instance.new("TextBox")
  33. local StrongWeak = Instance.new("TextButton")
  34. local God = Instance.new("TextButton")
  35. local LoopTP = Instance.new("TextBox")
  36. local StopTPloop = Instance.new("TextButton")
  37. local GodRespawn = Instance.new("TextButton")
  38.  
  39. -- Properties
  40.  
  41. GUI.Name = "GUI"
  42. GUI.Parent = game.CoreGui
  43.  
  44. GUIsizing.Name = "GUIsizing"
  45. GUIsizing.Parent = GUI
  46. GUIsizing.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  47. GUIsizing.BackgroundTransparency = 1
  48. GUIsizing.BorderSizePixel = 0
  49. GUIsizing.Position = UDim2.new(0.790218771, 0, 0.01953125, 0)
  50. GUIsizing.Size = UDim2.new(0.187819302, 0, 0.958333313, 0)
  51. GUIsizing.ZIndex = 9
  52.  
  53. Backing.Name = "Backing"
  54. Backing.Parent = GUIsizing
  55. Backing.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Backing.BackgroundTransparency = 1
  57. Backing.BorderSizePixel = 0
  58. Backing.Position = UDim2.new(-0.0500000007, 0, 0.507000029, 0)
  59. Backing.Size = UDim2.new(1.09991539, 0, 0.459239125, 0)
  60.  
  61. Top.Name = "Top"
  62. Top.Parent = Backing
  63. Top.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  64. Top.BorderSizePixel = 0
  65. Top.Position = UDim2.new(0, 0, -1.05949008, 0)
  66. Top.Size = UDim2.new(1, 0, 0.100000001, 0)
  67. Top.ZIndex = 4
  68.  
  69. Header.Name = "Header"
  70. Header.Parent = Top
  71. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Header.BackgroundTransparency = 1
  73. Header.Size = UDim2.new(0.850909114, 0, 1, 0)
  74. Header.ZIndex = 5
  75. Header.Font = Enum.Font.SourceSansBold
  76. Header.Text = "FE BINARY GUI"
  77. Header.TextColor3 = Color3.new(0, 0, 0)
  78. Header.TextScaled = true
  79. Header.TextSize = 30
  80. Header.TextWrapped = true
  81.  
  82. X.Name = "X"
  83. X.Parent = Top
  84. X.BackgroundColor3 = Color3.new(1, 1, 1)
  85. X.BackgroundTransparency = 1
  86. X.BorderSizePixel = 0
  87. X.Position = UDim2.new(0.850909114, 0, -0.0285714287, 0)
  88. X.Size = UDim2.new(0.149090916, 0, 1, 0)
  89. X.ZIndex = 6
  90. X.AutoButtonColor = false
  91. X.Font = Enum.Font.SourceSansBold
  92. X.Text = "X"
  93. X.TextColor3 = Color3.new(0, 0, 0)
  94. X.TextSize = 35
  95. X.TextWrapped = true
  96.  
  97. TopBottom.Name = "TopBottom"
  98. TopBottom.Parent = Backing
  99. TopBottom.BackgroundColor3 = Color3.new(0.117647, 0.796079, 0)
  100. TopBottom.BorderSizePixel = 0
  101. TopBottom.Position = UDim2.new(0, 0, -1.03682721, 0)
  102. TopBottom.Size = UDim2.new(1, 0, 0.100000001, 0)
  103. TopBottom.ZIndex = 3
  104.  
  105. StartStop.Name = "Start/Stop"
  106. StartStop.Parent = Backing
  107. StartStop.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  108. StartStop.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  109. StartStop.BorderSizePixel = 5
  110. StartStop.Position = UDim2.new(0.149090916, 0, -0.920679867, 0)
  111. StartStop.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  112. StartStop.ZIndex = 6
  113. StartStop.AutoButtonColor = false
  114. StartStop.Font = Enum.Font.SourceSansBold
  115. StartStop.Text = "START/STOP"
  116. StartStop.TextColor3 = Color3.new(0, 0, 0)
  117. StartStop.TextSize = 35
  118. StartStop.TextWrapped = true
  119.  
  120. PlrTP.Name = "PlrTP"
  121. PlrTP.Parent = Backing
  122. PlrTP.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  123. PlrTP.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  124. PlrTP.BorderSizePixel = 5
  125. PlrTP.Position = UDim2.new(0.149090916, 0, -0.643358231, 0)
  126. PlrTP.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  127. PlrTP.ZIndex = 6
  128. PlrTP.Font = Enum.Font.SourceSansBold
  129. PlrTP.Text = "PLR TP"
  130. PlrTP.TextColor3 = Color3.new(0, 0, 0)
  131. PlrTP.TextSize = 40
  132. PlrTP.TextWrapped = true
  133.  
  134. ByHA8X.Name = "ByHA8X"
  135. ByHA8X.Parent = Backing
  136. ByHA8X.BackgroundColor3 = Color3.new(1, 1, 1)
  137. ByHA8X.BackgroundTransparency = 1
  138. ByHA8X.Position = UDim2.new(0.149090916, 0, 0.88492161, 0)
  139. ByHA8X.Size = UDim2.new(0.701818168, 0, 0.115078412, 0)
  140. ByHA8X.ZIndex = 6
  141. ByHA8X.Font = Enum.Font.SourceSansBold
  142. ByHA8X.Text = "All scripts and GUI by HA8X"
  143. ByHA8X.TextColor3 = Color3.new(0.14902, 1, 0)
  144. ByHA8X.TextSize = 25
  145.  
  146. ClickTP.Name = "ClickTP"
  147. ClickTP.Parent = Backing
  148. ClickTP.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  149. ClickTP.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. ClickTP.BorderSizePixel = 5
  151. ClickTP.Position = UDim2.new(0.149090916, 0, -0.227375761, 0)
  152. ClickTP.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  153. ClickTP.ZIndex = 6
  154. ClickTP.AutoButtonColor = false
  155. ClickTP.Font = Enum.Font.SourceSansBold
  156. ClickTP.Text = "CLICK TP"
  157. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  158. ClickTP.TextSize = 40
  159. ClickTP.TextWrapped = true
  160.  
  161. WalkSpeed.Name = "WalkSpeed"
  162. WalkSpeed.Parent = Backing
  163. WalkSpeed.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  164. WalkSpeed.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  165. WalkSpeed.BorderSizePixel = 5
  166. WalkSpeed.Position = UDim2.new(0.149090916, 0, -0.0887149423, 0)
  167. WalkSpeed.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  168. WalkSpeed.ZIndex = 6
  169. WalkSpeed.Font = Enum.Font.SourceSansBold
  170. WalkSpeed.Text = "WALKSPEED"
  171. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  172. WalkSpeed.TextSize = 37
  173. WalkSpeed.TextWrapped = true
  174.  
  175. JumpPower.Name = "JumpPower"
  176. JumpPower.Parent = Backing
  177. JumpPower.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  178. JumpPower.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  179. JumpPower.BorderSizePixel = 5
  180. JumpPower.Position = UDim2.new(0.149090916, 0, 0.0499459505, 0)
  181. JumpPower.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  182. JumpPower.ZIndex = 6
  183. JumpPower.Font = Enum.Font.SourceSansBold
  184. JumpPower.Text = "JUMPPOWER"
  185. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  186. JumpPower.TextSize = 37
  187. JumpPower.TextWrapped = true
  188.  
  189. InfJump.Name = "InfJump"
  190. InfJump.Parent = Backing
  191. InfJump.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  192. InfJump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. InfJump.BorderSizePixel = 5
  194. InfJump.Position = UDim2.new(0.149090916, 0, 0.327267647, 0)
  195. InfJump.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  196. InfJump.ZIndex = 6
  197. InfJump.AutoButtonColor = false
  198. InfJump.Font = Enum.Font.SourceSansBold
  199. InfJump.Text = "INF JUMP"
  200. InfJump.TextColor3 = Color3.new(0, 0, 0)
  201. InfJump.TextSize = 38
  202. InfJump.TextWrapped = true
  203.  
  204. InfSwim.Name = "InfSwim"
  205. InfSwim.Parent = Backing
  206. InfSwim.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  207. InfSwim.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  208. InfSwim.BorderSizePixel = 5
  209. InfSwim.Position = UDim2.new(0.149090916, 0, 0.465928376, 0)
  210. InfSwim.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  211. InfSwim.ZIndex = 6
  212. InfSwim.AutoButtonColor = false
  213. InfSwim.Font = Enum.Font.SourceSansBold
  214. InfSwim.Text = "INF SWIM/FLY"
  215. InfSwim.TextColor3 = Color3.new(0, 0, 0)
  216. InfSwim.TextSize = 35
  217. InfSwim.TextWrapped = true
  218.  
  219. FrameBack.Name = "FrameBack"
  220. FrameBack.Parent = Backing
  221. FrameBack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  222. FrameBack.BorderSizePixel = 0
  223. FrameBack.Position = UDim2.new(0, 0, -1.05949008, 0)
  224. FrameBack.Size = UDim2.new(1, 0, 2.08359599, 0)
  225. FrameBack.ZIndex = 2
  226.  
  227. HipHeight.Name = "HipHeight"
  228. HipHeight.Parent = Backing
  229. HipHeight.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  230. HipHeight.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  231. HipHeight.BorderSizePixel = 5
  232. HipHeight.Position = UDim2.new(0.149090916, 0, 0.188606754, 0)
  233. HipHeight.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  234. HipHeight.ZIndex = 6
  235. HipHeight.Font = Enum.Font.SourceSansBold
  236. HipHeight.Text = "HIPHEIGHT"
  237. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  238. HipHeight.TextSize = 37
  239. HipHeight.TextWrapped = true
  240.  
  241. StrongWeak.Name = "Strong/Weak"
  242. StrongWeak.Parent = Backing
  243. StrongWeak.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  244. StrongWeak.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  245. StrongWeak.BorderSizePixel = 5
  246. StrongWeak.Position = UDim2.new(0.149090916, 0, -0.782019079, 0)
  247. StrongWeak.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  248. StrongWeak.ZIndex = 6
  249. StrongWeak.AutoButtonColor = false
  250. StrongWeak.Font = Enum.Font.SourceSansBold
  251. StrongWeak.Text = "STRONG/WEAK"
  252. StrongWeak.TextColor3 = Color3.new(0, 0, 0)
  253. StrongWeak.TextSize = 32
  254. StrongWeak.TextWrapped = true
  255.  
  256. God.Name = "God"
  257. God.Parent = Backing
  258. God.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  259. God.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  260. God.BorderSizePixel = 5
  261. God.Position = UDim2.new(0.149090916, 0, 0.603905201, 0)
  262. God.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  263. God.ZIndex = 6
  264. God.AutoButtonColor = false
  265. God.Font = Enum.Font.SourceSansBold
  266. God.Text = "FE GOD"
  267. God.TextColor3 = Color3.new(0, 0, 0)
  268. God.TextSize = 45
  269. God.TextWrapped = true
  270.  
  271. LoopTP.Name = "LoopTP"
  272. LoopTP.Parent = Backing
  273. LoopTP.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  274. LoopTP.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  275. LoopTP.BorderSizePixel = 5
  276. LoopTP.Position = UDim2.new(0.149090916, 0, -0.504697442, 0)
  277. LoopTP.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  278. LoopTP.ZIndex = 6
  279. LoopTP.Font = Enum.Font.SourceSansBold
  280. LoopTP.Text = "LOOP PLR TP"
  281. LoopTP.TextColor3 = Color3.new(0, 0, 0)
  282. LoopTP.TextSize = 37
  283. LoopTP.TextWrapped = true
  284.  
  285. StopTPloop.Name = "StopTPloop"
  286. StopTPloop.Parent = Backing
  287. StopTPloop.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  288. StopTPloop.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  289. StopTPloop.BorderSizePixel = 5
  290. StopTPloop.Position = UDim2.new(0.149090916, 0, -0.366036564, 0)
  291. StopTPloop.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  292. StopTPloop.ZIndex = 6
  293. StopTPloop.AutoButtonColor = false
  294. StopTPloop.Font = Enum.Font.SourceSansBold
  295. StopTPloop.Text = "STOP LOOP"
  296. StopTPloop.TextColor3 = Color3.new(0, 0, 0)
  297. StopTPloop.TextSize = 40
  298. StopTPloop.TextWrapped = true
  299.  
  300. GodRespawn.Name = "GodRespawn"
  301. GodRespawn.Parent = Backing
  302. GodRespawn.BackgroundColor3 = Color3.new(0.14902, 1, 0)
  303. GodRespawn.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  304. GodRespawn.BorderSizePixel = 5
  305. GodRespawn.Position = UDim2.new(0.149090916, 0, 0.745548248, 0)
  306. GodRespawn.Size = UDim2.new(0.701818168, 0, 0.138660833, 0)
  307. GodRespawn.ZIndex = 6
  308. GodRespawn.AutoButtonColor = false
  309. GodRespawn.Font = Enum.Font.SourceSansBold
  310. GodRespawn.Text = "RESPAWN"
  311. GodRespawn.TextColor3 = Color3.new(0, 0, 0)
  312. GodRespawn.TextSize = 45
  313. GodRespawn.TextWrapped = true
  314.  
  315. ---Scripting the GUI
  316.  
  317. X.MouseButton1Click:Connect(function()
  318. GUI:Destroy()
  319. end)
  320.  
  321. StartStop.MouseButton1Click:Connect(function()
  322. if hasspin == false then
  323. spin = Instance.new("BodyAngularVelocity")
  324. spin.Name = "BodyFling"
  325. spin.P = 100000
  326. spin.MaxTorque = Vector3.new(0, math.huge, 0)
  327. spin.AngularVelocity = Vector3.new(0, 55000 ,0)
  328. spin.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  329. hasspin = true
  330. elseif hasspin == true then
  331. spin:Destroy()
  332. hasspin = false
  333. end
  334. end)
  335.  
  336. StrongWeak.MouseButton1Click:Connect(function()
  337. if strong == true then
  338. spin.AngularVelocity = Vector3.new(0 ,20, 0)
  339. strong = false
  340. elseif strong == false then
  341. spin.AngularVelocity = Vector3.new(0, 55000 ,0)
  342. strong = true
  343. end
  344. end)
  345.  
  346. PlrTP.FocusLost:Connect(function()
  347. if PlrTP.Text ~= "" then
  348. for i,plr in pairs(game.Players:GetPlayers())do
  349. local length = string.len(PlrTP.Text)
  350. if string.sub(plr.Name:lower(),1,length) == PlrTP.Text:lower() then
  351. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =plr.Character.HumanoidRootPart.CFrame
  352. end
  353. end
  354. end
  355. PlrTP.Text = "PLR TP"
  356. end)
  357.  
  358. LoopTP.FocusLost:Connect(function()
  359. if LoopTP.Text ~= "" then
  360. looptp = true
  361. end
  362. end)
  363.  
  364. StopTPloop.MouseButton1Click:Connect(function()
  365. looptp = false
  366. LoopTP.Text = "LOOP PLR TP"
  367. end)
  368.  
  369. ClickTP.MouseButton1Click:Connect(function()
  370. if hasclicktp == false then hasclicktp = true
  371. elseif hasclicktp == true then hasclicktp = false
  372. end
  373. end)
  374.  
  375. WalkSpeed.FocusLost:Connect(function()
  376. if WalkSpeed.Text ~= "" then
  377. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeed.Text
  378. end
  379. WalkSpeed.Text = "WALKSPEED"
  380. end)
  381.  
  382. JumpPower.FocusLost:Connect(function()
  383. if JumpPower.Text ~= "" then
  384. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPower.Text
  385. end
  386. JumpPower.Text = "JUMPPOWER"
  387. end)
  388.  
  389. HipHeight.FocusLost:Connect(function()
  390. if HipHeight.Text ~= "" then
  391. game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight.Text
  392. end
  393. HipHeight.Text = "HIPHEIGHT"
  394. end)
  395.  
  396. InfJump.MouseButton1Click:Connect(function()
  397. if infjump == true then infjump = false
  398. elseif infjump == false then
  399. infjump = true
  400. end
  401. end)
  402.  
  403. InfSwim.MouseButton1Click:Connect(function()
  404. if infswim == true then infswim = false
  405. elseif infswim == false then
  406. infswim = true
  407. end
  408. end)
  409.  
  410. God.MouseButton1Click:Connect(function()
  411. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  412. local hum = Instance.new("Humanoid")
  413. hum.Parent = game.Players.LocalPlayer.Character
  414. end)
  415.  
  416. GodRespawn.MouseButton1Click:Connect(function()
  417. respawn = Instance.new("Model")
  418. local torso = Instance.new("Part")
  419. local head = Instance.new("Part")
  420. local hum = Instance.new("Humanoid")
  421. respawn.Name = "Respawn"
  422. torso.Name = "Torso"
  423. torso.Transparency = 1
  424. head.Name = "Head"
  425. head.Transparency = 1
  426. hum.Name = "Humanoid"
  427. respawn.Parent = workspace
  428. head.Parent = respawn
  429. torso.Parent = respawn
  430. hum.Parent = respawn
  431. game.Players.LocalPlayer.Character = respawn
  432. end)
  433.  
  434. --loops
  435.  
  436. game:GetService("RunService").Stepped:Connect(function()
  437. if hasspin == true then
  438. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
  439. if v:IsA("BasePart") then
  440. v.CanCollide = false
  441. end
  442. end
  443. end
  444. end)
  445.  
  446. game:GetService("RunService").Stepped:Connect(function()
  447. if looptp == true then
  448. for i,plr in pairs(game.Players:GetPlayers())do
  449. local length = string.len(LoopTP.Text)
  450. if string.sub(plr.Name:lower(),1,length) == LoopTP.Text:lower() then
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  452. end
  453. end
  454. end
  455. end)
  456.  
  457. UIS.InputBegan:Connect(function(input)
  458. if hasclicktp == true then
  459. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  460. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p)
  461. end
  462. end
  463. end)
  464.  
  465. game:GetService("RunService").Stepped:Connect(function()
  466. if infjump == true then
  467. game.Players.LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  468. end
  469. end)
  470.  
  471. game:GetService("RunService").Stepped:Connect(function()
  472. if infswim == true then
  473. game.Players.LocalPlayer.Character.Humanoid:ChangeState("Swimming")
  474. end
  475. end)
  476.  
  477. --resetting values
  478.  
  479. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  480. hasspin = false
  481. hasclicktp = false
  482. looptp = false
  483. infjump = false
  484. infswim = false
  485. strong = true
  486. respawn:Destroy()
  487. end)
  488.  
  489. GUIsizing.Draggable = true
  490. GUIsizing.Active = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement