Advertisement
FuZe_Bleed

FuZe's FE GUI

Jul 29th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.74 KB | None | 0 0
  1. local gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  2. gui.Name = "FuZe's FE GUI"
  3. local c = nil
  4. x = Instance.new("ImageLabel",gui)
  5. x.Active = true
  6. x.AnchorPoint = Vector2.new(0, 0)
  7. x.BackgroundColor3 = Color3.new(1,1,1)
  8. x.BackgroundTransparency = 1
  9. x.BorderColor3 = Color3.new(0.10588236153126,0.16470588743687,0.20784315466881)
  10. x.BorderSizePixel = 1
  11. x.Name = "Toolbar"
  12. x.Position = UDim2.new(0.014598540961742,0,0.38571429252625,0)
  13. x.Rotation = 0
  14. x.Selectable = false
  15. x.Size = UDim2.new(0.1094890460372,0,0.028571428731084,0)
  16. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  17. x.Visible = true
  18. x.ZIndex = 1000
  19. x.Archivable = true
  20. x.ClipsDescendants = false
  21. x.Draggable = true
  22. x.Image = "rbxassetid://714167373"
  23. x.ImageColor3 = Color3.new(1,1,1)
  24. x.ImageRectOffset = Vector2.new(0, 0)
  25. x.ImageRectSize = Vector2.new(0, 0)
  26. x.ImageTransparency = 0
  27. xScaleType = Enum.ScaleType.Stretch
  28. xSliceCenter = Rect.new(0, 0, 0, 0)
  29. x = Instance.new("ImageLabel",gui.Toolbar)
  30. x.Active = false
  31. x.AnchorPoint = Vector2.new(0, 0)
  32. x.BackgroundColor3 = Color3.new(1,1,1)
  33. x.BackgroundTransparency = 1
  34. x.BorderColor3 = Color3.new(0.10588236153126,0.16470588743687,0.20784315466881)
  35. x.BorderSizePixel = 1
  36. x.Name = "Background"
  37. x.Position = UDim2.new(0,0,0,0)
  38. x.Rotation = 0
  39. x.Selectable = false
  40. x.Size = UDim2.new(0.99990332126617,0,11.125714302063,0)
  41. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  42. x.Visible = true
  43. x.ZIndex = 1
  44. x.Archivable = true
  45. x.ClipsDescendants = false
  46. x.Draggable = false
  47. x.Image = "rbxassetid://714152985"
  48. x.ImageColor3 = Color3.new(1,1,1)
  49. x.ImageRectOffset = Vector2.new(0, 0)
  50. x.ImageRectSize = Vector2.new(0, 0)
  51. x.ImageTransparency = 0
  52. xScaleType = Enum.ScaleType.Stretch
  53. xSliceCenter = Rect.new(0, 0, 0, 0)
  54. x = Instance.new("TextButton",gui.Toolbar.Background)
  55. x.Active = true
  56. x.AnchorPoint = Vector2.new(0, 0)
  57. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  58. x.BackgroundTransparency = 0
  59. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  60. x.BorderSizePixel = 2
  61. x.Name = "God"
  62. x.Position = UDim2.new(0.066660225391388,0,0.26971429586411,0)
  63. x.Rotation = 0
  64. x.Selectable = true
  65. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  66. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  67. x.Style = Enum.ButtonStyle.Custom
  68. x.Visible = true
  69. x.ZIndex = 1
  70. x.Archivable = true
  71. x.ClipsDescendants = false
  72. x.Draggable = false
  73. x.Font = Enum.Font.SciFi
  74. x.FontSize = Enum.FontSize.Size14
  75. x.Text = "God"
  76. x.TextColor3 = Color3.new(1,1,1)
  77. x.TextScaled = true
  78. x.TextSize = 14
  79. x.TextStrokeColor3 = Color3.new(0,0,0)
  80. x.TextStrokeTransparency = 1
  81. x.TextTransparency = 0
  82. x.TextWrapped = true
  83. x.TextXAlignment = Enum.TextXAlignment.Center
  84. x.TextYAlignment = Enum.TextYAlignment.Center
  85. x = Instance.new("TextLabel",gui.Toolbar.Background)
  86. x.Active = false
  87. x.AnchorPoint = Vector2.new(0, 0)
  88. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  89. x.BackgroundTransparency = 0
  90. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  91. x.BorderSizePixel = 2
  92. x.Name = "tGod"
  93. x.Position = UDim2.new(0.73326241970062,0,0.26971429586411,0)
  94. x.Rotation = 0
  95. x.Selectable = false
  96. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  97. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  98. x.Visible = true
  99. x.ZIndex = 1
  100. x.Archivable = true
  101. x.ClipsDescendants = false
  102. x.Draggable = false
  103. x.Font = Enum.Font.SciFi
  104. x.FontSize = Enum.FontSize.Size14
  105. x.Text = "Off"
  106. x.TextColor3 = Color3.new(1,0,0)
  107. x.TextScaled = true
  108. x.TextSize = 14
  109. x.TextStrokeColor3 = Color3.new(0,0,0)
  110. x.TextStrokeTransparency = 1
  111. x.TextTransparency = 0
  112. x.TextWrapped = true
  113. x.TextXAlignment = Enum.TextXAlignment.Center
  114. x.TextYAlignment = Enum.TextYAlignment.Center
  115. x = Instance.new("TextButton",gui.Toolbar.Background)
  116. x.Active = true
  117. x.AnchorPoint = Vector2.new(0, 0)
  118. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  119. x.BackgroundTransparency = 0
  120. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  121. x.BorderSizePixel = 2
  122. x.Name = "LS"
  123. x.Position = UDim2.new(0.066660225391388,0,0.40457144379616,0)
  124. x.Rotation = 0
  125. x.Selectable = true
  126. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  127. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  128. x.Style = Enum.ButtonStyle.Custom
  129. x.Visible = true
  130. x.ZIndex = 1
  131. x.Archivable = true
  132. x.ClipsDescendants = false
  133. x.Draggable = false
  134. x.Font = Enum.Font.SciFi
  135. x.FontSize = Enum.FontSize.Size14
  136. x.Text = "Lag Switch"
  137. x.TextColor3 = Color3.new(1,1,1)
  138. x.TextScaled = true
  139. x.TextSize = 14
  140. x.TextStrokeColor3 = Color3.new(0,0,0)
  141. x.TextStrokeTransparency = 1
  142. x.TextTransparency = 0
  143. x.TextWrapped = true
  144. x.TextXAlignment = Enum.TextXAlignment.Center
  145. x.TextYAlignment = Enum.TextYAlignment.Center
  146. x = Instance.new("TextLabel",gui.Toolbar.Background)
  147. x.Active = false
  148. x.AnchorPoint = Vector2.new(0, 0)
  149. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  150. x.BackgroundTransparency = 0
  151. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  152. x.BorderSizePixel = 2
  153. x.Name = "tLS"
  154. x.Position = UDim2.new(0.73326241970062,0,0.40457144379616,0)
  155. x.Rotation = 0
  156. x.Selectable = false
  157. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  158. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  159. x.Visible = true
  160. x.ZIndex = 1
  161. x.Archivable = true
  162. x.ClipsDescendants = false
  163. x.Draggable = false
  164. x.Font = Enum.Font.SciFi
  165. x.FontSize = Enum.FontSize.Size14
  166. x.Text = "Off"
  167. x.TextColor3 = Color3.new(1,0,0)
  168. x.TextScaled = true
  169. x.TextSize = 14
  170. x.TextStrokeColor3 = Color3.new(0,0,0)
  171. x.TextStrokeTransparency = 1
  172. x.TextTransparency = 0
  173. x.TextWrapped = true
  174. x.TextXAlignment = Enum.TextXAlignment.Center
  175. x.TextYAlignment = Enum.TextYAlignment.Center
  176. x = Instance.new("TextButton",gui.Toolbar.Background)
  177. x.Active = true
  178. x.AnchorPoint = Vector2.new(0, 0)
  179. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  180. x.BackgroundTransparency = 0
  181. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  182. x.BorderSizePixel = 2
  183. x.Name = "Speed"
  184. x.Position = UDim2.new(0.066660225391388,0,0.53942859172821,0)
  185. x.Rotation = 0
  186. x.Selectable = true
  187. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  188. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  189. x.Style = Enum.ButtonStyle.Custom
  190. x.Visible = true
  191. x.ZIndex = 1
  192. x.Archivable = true
  193. x.ClipsDescendants = false
  194. x.Draggable = false
  195. x.Font = Enum.Font.SciFi
  196. x.FontSize = Enum.FontSize.Size14
  197. x.Text = "Speed"
  198. x.TextColor3 = Color3.new(1,1,1)
  199. x.TextScaled = true
  200. x.TextSize = 14
  201. x.TextStrokeColor3 = Color3.new(0,0,0)
  202. x.TextStrokeTransparency = 1
  203. x.TextTransparency = 0
  204. x.TextWrapped = true
  205. x.TextXAlignment = Enum.TextXAlignment.Center
  206. x.TextYAlignment = Enum.TextYAlignment.Center
  207. x = Instance.new("TextLabel",gui.Toolbar.Background)
  208. x.Active = false
  209. x.AnchorPoint = Vector2.new(0, 0)
  210. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  211. x.BackgroundTransparency = 0
  212. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  213. x.BorderSizePixel = 2
  214. x.Name = "tFE"
  215. x.Position = UDim2.new(0.73326241970062,0,0.13485714793205,0)
  216. x.Rotation = 0
  217. x.Selectable = false
  218. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  219. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  220. x.Visible = true
  221. x.ZIndex = 1
  222. x.Archivable = true
  223. x.ClipsDescendants = false
  224. x.Draggable = false
  225. x.Font = Enum.Font.SciFi
  226. x.FontSize = Enum.FontSize.Size14
  227. x.Text = "Off"
  228. x.TextColor3 = Color3.new(1,0,0)
  229. x.TextScaled = true
  230. x.TextSize = 14
  231. x.TextStrokeColor3 = Color3.new(0,0,0)
  232. x.TextStrokeTransparency = 1
  233. x.TextTransparency = 0
  234. x.TextWrapped = true
  235. x.TextXAlignment = Enum.TextXAlignment.Center
  236. x.TextYAlignment = Enum.TextYAlignment.Center
  237. x = Instance.new("TextLabel",gui.Toolbar.Background)
  238. x.Active = false
  239. x.AnchorPoint = Vector2.new(0, 0)
  240. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  241. x.BackgroundTransparency = 0
  242. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  243. x.BorderSizePixel = 2
  244. x.Name = "FE"
  245. x.Position = UDim2.new(0.066660225391388,0,0.13485714793205,0)
  246. x.Rotation = 0
  247. x.Selectable = false
  248. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  249. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  250. x.Visible = true
  251. x.ZIndex = 1
  252. x.Archivable = true
  253. x.ClipsDescendants = false
  254. x.Draggable = false
  255. x.Font = Enum.Font.SciFi
  256. x.FontSize = Enum.FontSize.Size14
  257. x.Text = "FE Check:"
  258. x.TextColor3 = Color3.new(0.49019610881805,0.49019610881805,0.49019610881805)
  259. x.TextScaled = true
  260. x.TextSize = 14
  261. x.TextStrokeColor3 = Color3.new(0,0,0)
  262. x.TextStrokeTransparency = 1
  263. x.TextTransparency = 0
  264. x.TextWrapped = true
  265. x.TextXAlignment = Enum.TextXAlignment.Center
  266. x.TextYAlignment = Enum.TextYAlignment.Center
  267. x = Instance.new("TextLabel",gui.Toolbar.Background)
  268. x.Active = false
  269. x.AnchorPoint = Vector2.new(0, 0)
  270. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  271. x.BackgroundTransparency = 0
  272. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  273. x.BorderSizePixel = 2
  274. x.Name = "tSpeed"
  275. x.Position = UDim2.new(0.73326241970062,0,0.53942859172821,0)
  276. x.Rotation = 0
  277. x.Selectable = false
  278. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  279. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  280. x.Visible = true
  281. x.ZIndex = 1
  282. x.Archivable = true
  283. x.ClipsDescendants = false
  284. x.Draggable = false
  285. x.Font = Enum.Font.SciFi
  286. x.FontSize = Enum.FontSize.Size14
  287. x.Text = "Off"
  288. x.TextColor3 = Color3.new(1,0,0)
  289. x.TextScaled = true
  290. x.TextSize = 14
  291. x.TextStrokeColor3 = Color3.new(0,0,0)
  292. x.TextStrokeTransparency = 1
  293. x.TextTransparency = 0
  294. x.TextWrapped = true
  295. x.TextXAlignment = Enum.TextXAlignment.Center
  296. x.TextYAlignment = Enum.TextYAlignment.Center
  297. x = Instance.new("TextButton",gui.Toolbar.Background)
  298. x.Active = true
  299. x.AnchorPoint = Vector2.new(0, 0)
  300. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  301. x.BackgroundTransparency = 0
  302. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  303. x.BorderSizePixel = 2
  304. x.Name = "Jump"
  305. x.Position = UDim2.new(0.066660225391388,0,0.67428570985794,0)
  306. x.Rotation = 0
  307. x.Selectable = true
  308. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  309. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  310. x.Style = Enum.ButtonStyle.Custom
  311. x.Visible = true
  312. x.ZIndex = 1
  313. x.Archivable = true
  314. x.ClipsDescendants = false
  315. x.Draggable = false
  316. x.Font = Enum.Font.SciFi
  317. x.FontSize = Enum.FontSize.Size14
  318. x.Text = "Jump"
  319. x.TextColor3 = Color3.new(1,1,1)
  320. x.TextScaled = true
  321. x.TextSize = 14
  322. x.TextStrokeColor3 = Color3.new(0,0,0)
  323. x.TextStrokeTransparency = 1
  324. x.TextTransparency = 0
  325. x.TextWrapped = true
  326. x.TextXAlignment = Enum.TextXAlignment.Center
  327. x.TextYAlignment = Enum.TextYAlignment.Center
  328. x = Instance.new("TextLabel",gui.Toolbar.Background)
  329. x.Active = false
  330. x.AnchorPoint = Vector2.new(0, 0)
  331. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  332. x.BackgroundTransparency = 0
  333. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  334. x.BorderSizePixel = 2
  335. x.Name = "tJump"
  336. x.Position = UDim2.new(0.73326241970062,0,0.67428570985794,0)
  337. x.Rotation = 0
  338. x.Selectable = false
  339. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  340. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  341. x.Visible = true
  342. x.ZIndex = 1
  343. x.Archivable = true
  344. x.ClipsDescendants = false
  345. x.Draggable = false
  346. x.Font = Enum.Font.SciFi
  347. x.FontSize = Enum.FontSize.Size14
  348. x.Text = "Off"
  349. x.TextColor3 = Color3.new(1,0,0)
  350. x.TextScaled = true
  351. x.TextSize = 14
  352. x.TextStrokeColor3 = Color3.new(0,0,0)
  353. x.TextStrokeTransparency = 1
  354. x.TextTransparency = 0
  355. x.TextWrapped = true
  356. x.TextXAlignment = Enum.TextXAlignment.Center
  357. x.TextYAlignment = Enum.TextYAlignment.Center
  358. x = Instance.new("TextButton",gui.Toolbar.Background)
  359. x.Active = true
  360. x.AnchorPoint = Vector2.new(0, 0)
  361. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  362. x.BackgroundTransparency = 0
  363. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  364. x.BorderSizePixel = 2
  365. x.Name = "Tools"
  366. x.Position = UDim2.new(0.066660225391388,0,0.80914288759232,0)
  367. x.Rotation = 0
  368. x.Selectable = true
  369. x.Size = UDim2.new(0.59994196891785,0,0.089904762804508,0)
  370. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  371. x.Style = Enum.ButtonStyle.Custom
  372. x.Visible = true
  373. x.ZIndex = 1
  374. x.Archivable = true
  375. x.ClipsDescendants = false
  376. x.Draggable = false
  377. x.Font = Enum.Font.SciFi
  378. x.FontSize = Enum.FontSize.Size14
  379. x.Text = "Tools"
  380. x.TextColor3 = Color3.new(1,1,1)
  381. x.TextScaled = true
  382. x.TextSize = 14
  383. x.TextStrokeColor3 = Color3.new(0,0,0)
  384. x.TextStrokeTransparency = 1
  385. x.TextTransparency = 0
  386. x.TextWrapped = true
  387. x.TextXAlignment = Enum.TextXAlignment.Center
  388. x.TextYAlignment = Enum.TextYAlignment.Center
  389. x = Instance.new("TextLabel",gui.Toolbar.Background)
  390. x.Active = false
  391. x.AnchorPoint = Vector2.new(0, 0)
  392. x.BackgroundColor3 = Color3.new(0.33333334326744,0,0)
  393. x.BackgroundTransparency = 0
  394. x.BorderColor3 = Color3.new(0.94117653369904,0,0)
  395. x.BorderSizePixel = 2
  396. x.Name = "tTools"
  397. x.Position = UDim2.new(0.73326241970062,0,0.80914288759232,0)
  398. x.Rotation = 0
  399. x.Selectable = false
  400. x.Size = UDim2.new(0.199980661273,0,0.089904762804508,0)
  401. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  402. x.Visible = true
  403. x.ZIndex = 1
  404. x.Archivable = true
  405. x.ClipsDescendants = false
  406. x.Draggable = false
  407. x.Font = Enum.Font.SciFi
  408. x.FontSize = Enum.FontSize.Size14
  409. x.Text = "Off"
  410. x.TextColor3 = Color3.new(1,0,0)
  411. x.TextScaled = true
  412. x.TextSize = 14
  413. x.TextStrokeColor3 = Color3.new(0,0,0)
  414. x.TextStrokeTransparency = 1
  415. x.TextTransparency = 0
  416. x.TextWrapped = true
  417. x.TextXAlignment = Enum.TextXAlignment.Center
  418. x.TextYAlignment = Enum.TextYAlignment.Center
  419. x = Instance.new("ImageLabel",gui.Toolbar.Background)
  420. x.Active = false
  421. x.AnchorPoint = Vector2.new(0, 0)
  422. x.BackgroundColor3 = Color3.new(1,1,1)
  423. x.BackgroundTransparency = 1
  424. x.BorderColor3 = Color3.new(0.10588236153126,0.16470588743687,0.20784315466881)
  425. x.BorderSizePixel = 1
  426. x.Name = "Bottom"
  427. x.Position = UDim2.new(0,0,0.9439999461174,0)
  428. x.Rotation = 0
  429. x.Selectable = false
  430. x.Size = UDim2.new(1,0,0.054999999701977,0)
  431. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  432. x.Visible = true
  433. x.ZIndex = 1
  434. x.Archivable = true
  435. x.ClipsDescendants = false
  436. x.Draggable = false
  437. x.Image = "rbxassetid://714167373"
  438. x.ImageColor3 = Color3.new(1,1,1)
  439. x.ImageRectOffset = Vector2.new(0, 0)
  440. x.ImageRectSize = Vector2.new(0, 0)
  441. x.ImageTransparency = 0
  442. xScaleType = Enum.ScaleType.Stretch
  443. xSliceCenter = Rect.new(0, 0, 0, 0)
  444. x = Instance.new("TextLabel",gui.Toolbar)
  445. x.Active = false
  446. x.AnchorPoint = Vector2.new(0, 0)
  447. x.BackgroundColor3 = Color3.new(1,1,1)
  448. x.BackgroundTransparency = 1
  449. x.BorderColor3 = Color3.new(0.10588236153126,0.16470588743687,0.20784315466881)
  450. x.BorderSizePixel = 1
  451. x.Name = "Title"
  452. x.Position = UDim2.new(0,0,0,0)
  453. x.Rotation = 0
  454. x.Selectable = false
  455. x.Size = UDim2.new(0.86658293008804,0,1.0114285945892,0)
  456. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  457. x.Visible = true
  458. x.ZIndex = 1001
  459. x.Archivable = true
  460. x.ClipsDescendants = false
  461. x.Draggable = false
  462. x.Font = Enum.Font.SciFi
  463. x.FontSize = Enum.FontSize.Size14
  464. x.Text = "FE Hax Gui"
  465. x.TextColor3 = Color3.new(0.94117653369904,0,0)
  466. x.TextScaled = true
  467. x.TextSize = 14
  468. x.TextStrokeColor3 = Color3.new(0,0,0)
  469. x.TextStrokeTransparency = 1
  470. x.TextTransparency = 0
  471. x.TextWrapped = true
  472. x.TextXAlignment = Enum.TextXAlignment.Center
  473. x.TextYAlignment = Enum.TextYAlignment.Center
  474. x = Instance.new("TextButton",gui.Toolbar)
  475. x.Active = true
  476. x.AnchorPoint = Vector2.new(0, 0)
  477. x.BackgroundColor3 = Color3.new(0.078431375324726,0.078431375324726,0.078431375324726)
  478. x.BackgroundTransparency = 0.5
  479. x.BorderColor3 = Color3.new(0.10588236153126,0.16470588743687,0.20784315466881)
  480. x.BorderSizePixel = 0
  481. x.Name = "Exit"
  482. x.Position = UDim2.new(0.86658293008804,0,0,0)
  483. x.Rotation = 0
  484. x.Selectable = true
  485. x.Size = UDim2.new(0.13332045078278,0,1.0114285945892,0)
  486. x.SizeConstraint = Enum.SizeConstraint.RelativeXY
  487. x.Style = Enum.ButtonStyle.Custom
  488. x.Visible = true
  489. x.ZIndex = 1002
  490. x.Archivable = true
  491. x.ClipsDescendants = false
  492. x.Draggable = false
  493. x.Font = Enum.Font.SciFi
  494. x.FontSize = Enum.FontSize.Size14
  495. x.Text = "X"
  496. x.TextColor3 = Color3.new(0.94117653369904,0,0)
  497. x.TextScaled = true
  498. x.TextSize = 14
  499. x.TextStrokeColor3 = Color3.new(0,0,0)
  500. x.TextStrokeTransparency = 1
  501. x.TextTransparency = 0
  502. x.TextWrapped = true
  503. x.TextXAlignment = Enum.TextXAlignment.Center
  504. x.TextYAlignment = Enum.TextYAlignment.Center
  505. --Code below.
  506. if game.Workspace.FilteringEnabled == true then
  507. gui.Toolbar.Background.tFE.Text = "On"
  508. gui.Toolbar.Background.tFE.TextColor3 = Color3.new(0,1,0)
  509. end
  510. gui.Toolbar.Exit.MouseButton1Click:connect(function()
  511. gui:Destroy()
  512. end)
  513. gui.Toolbar.Background.God.MouseButton1Click:connect(function()
  514. if gui.Toolbar.Background.tGod.Text == "Off" then
  515. local player = game.Players.LocalPlayer
  516. if player.Character then
  517. if player.Character:FindFirstChild("Humanoid") then
  518. player.Character.Humanoid.Name = "1"
  519. end
  520. local l = player.Character["1"]:Clone()
  521. l.Parent = player.Character
  522. l.Name = "Humanoid"; wait(0.1)
  523. player.Character["1"]:Destroy()
  524. game.Workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  525. player.Character.Animate.Disabled = true; wait(0.1)
  526. player.Character.Animate.Disabled = false
  527. end
  528. gui.Toolbar.Background.tGod.Text = "On"
  529. gui.Toolbar.Background.tGod.TextColor3 = Color3.new(0,1,0)
  530. end
  531. end)
  532. gui.Toolbar.Background.LS.MouseButton1Click:connect(function()
  533. if gui.Toolbar.Background.tLS.Text == "Off" then
  534. game:GetService("NetworkClient").ClientReplicator:DisableProcessPackets()
  535. gui.Toolbar.Background.tLS.Text = "On"
  536. gui.Toolbar.Background.tLS.TextColor3 = Color3.new(0,1,0)
  537. else
  538. game:GetService("NetworkClient").ClientReplicator:EnableProcessPackets()
  539. gui.Toolbar.Background.tLS.Text = "Off"
  540. gui.Toolbar.Background.tLS.TextColor3 = Color3.new(1,0,0)
  541. end
  542. end)
  543. gui.Toolbar.Background.Speed.MouseButton1Click:connect(function()
  544. if gui.Toolbar.Background.tSpeed.Text == "Off" then
  545. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 48
  546. gui.Toolbar.Background.tSpeed.Text = "On"
  547. gui.Toolbar.Background.tSpeed.TextColor3 = Color3.new(0,1,0)
  548. else
  549. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  550. gui.Toolbar.Background.tSpeed.Text = "Off"
  551. gui.Toolbar.Background.tSpeed.TextColor3 = Color3.new(1,0,0)
  552. end
  553. end)
  554. gui.Toolbar.Background.Jump.MouseButton1Click:connect(function()
  555. if gui.Toolbar.Background.tJump.Text == "Off" then
  556. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  557. gui.Toolbar.Background.tJump.Text = "On"
  558. gui.Toolbar.Background.tJump.TextColor3 = Color3.new(0,1,0)
  559. else
  560. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  561. gui.Toolbar.Background.tJump.Text = "Off"
  562. gui.Toolbar.Background.tJump.TextColor3 = Color3.new(1,0,0)
  563. end
  564. end)
  565. gui.Toolbar.Background.Tools.MouseButton1Click:connect(function()
  566. if gui.Toolbar.Background.tTools.Text == "Off" then
  567. local aim = game.Players.LocalPlayer
  568. local root = game:GetService("InsertService"):LoadAsset(16201628)
  569. local item = root:children()
  570. for i = 1, #item do
  571. item[i].Parent = aim.Backpack
  572. wait()
  573. end
  574. aim = game.Players.LocalPlayer
  575. root = game:GetService("InsertService"):LoadAsset(16969792)
  576. item = root:children()
  577. for i = 1, #item do
  578. item[i].Parent = aim.Backpack
  579. wait()
  580. end
  581. aim = game.Players.LocalPlayer
  582. root = game:GetService("InsertService"):LoadAsset(21001552)
  583. item = root:children()
  584. for i = 1, #item do
  585. item[i].Parent = aim.Backpack
  586. wait()
  587. end
  588. gui.Toolbar.Background.tTools.Text = "On"
  589. gui.Toolbar.Background.tTools.TextColor3 = Color3.new(0,1,0)
  590. else
  591. for _,char in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  592. if char.Name == "BuildDelete" or char.Name == "BuildInsert" or char.Name == "BuildResize" then
  593. char.Parent = game.Players.LocalPlayer.Backpack
  594. char:Destroy()
  595. end
  596. end
  597. for _,bag in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  598. if bag.Name == "BuildDelete" or bag.Name == "BuildInsert" or bag.Name == "BuildResize" then
  599. bag:Destroy()
  600. end
  601. end
  602. gui.Toolbar.Background.tTools.Text = "Off"
  603. gui.Toolbar.Background.tTools.TextColor3 = Color3.new(1,0,0)
  604. end
  605. end)
  606. --Created by FuZe_Bleed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement