Advertisement
GABUI

tOXIChub

Jan 20th, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.59 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Hub = Instance.new("ScreenGui")
  5. local Scripts = Instance.new("Frame")
  6. local Header = Instance.new("Frame")
  7. local LogoScripts = Instance.new("TextLabel")
  8. local Scripts_2 = Instance.new("TextLabel")
  9. local ScriptsInfo = Instance.new("TextLabel")
  10. local Stab = Instance.new("TextButton")
  11. local Insane = Instance.new("TextButton")
  12. local Dab = Instance.new("TextButton")
  13. local Dance = Instance.new("TextButton")
  14. local Scared = Instance.new("TextButton")
  15. local Crouch = Instance.new("TextButton")
  16. local Crawl = Instance.new("TextButton")
  17. local FilterMyAss = Instance.new("TextButton")
  18. local NewbiesGUI = Instance.new("TextButton")
  19. local NoltX = Instance.new("TextButton")
  20. local RevisAdmin = Instance.new("TextButton")
  21. local SleepFEGui = Instance.new("TextButton")
  22. local SnowyMenu = Instance.new("TextButton")
  23. local XeX = Instance.new("TextButton")
  24. local Fly = Instance.new("TextButton")
  25. local God = Instance.new("TextButton")
  26. local HighHips = Instance.new("TextButton")
  27. local ChatSpam = Instance.new("TextButton")
  28. local Info = Instance.new("Frame")
  29. local Discord = Instance.new("TextLabel")
  30. local DiscordLink = Instance.new("TextLabel")
  31. local Header_2 = Instance.new("Frame")
  32. local HeaderLogo = Instance.new("TextLabel")
  33. --Properties:
  34. Hub.Name = "Hub"
  35. Hub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36.  
  37. Scripts.Name = "Scripts"
  38. Scripts.Parent = Hub
  39. Scripts.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  40. Scripts.BorderSizePixel = 0
  41. Scripts.Position = UDim2.new(-3.05294998e-05, 0, 0.0379346684, 0)
  42. Scripts.Size = UDim2.new(0, 451, 0, 902)
  43.  
  44. Header.Name = "Header"
  45. Header.Parent = Scripts
  46. Header.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  47. Header.BorderSizePixel = 0
  48. Header.Position = UDim2.new(-0.000479329436, 0, -0.00142043864, 0)
  49. Header.Size = UDim2.new(0, 450, 0, 31)
  50.  
  51. LogoScripts.Name = "LogoScripts"
  52. LogoScripts.Parent = Header
  53. LogoScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  54. LogoScripts.BackgroundTransparency = 1
  55. LogoScripts.BorderSizePixel = 0
  56. LogoScripts.Position = UDim2.new(0, 0, -0.0322577953, 0)
  57. LogoScripts.Size = UDim2.new(0, 200, 0, 31)
  58. LogoScripts.Font = Enum.Font.SourceSansBold
  59. LogoScripts.Text = "Scripts"
  60. LogoScripts.TextColor3 = Color3.new(1, 1, 1)
  61. LogoScripts.TextScaled = true
  62. LogoScripts.TextSize = 14
  63. LogoScripts.TextWrapped = true
  64.  
  65. Scripts_2.Name = "Scripts"
  66. Scripts_2.Parent = Header
  67. Scripts_2.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Scripts_2.BackgroundTransparency = 1
  69. Scripts_2.BorderSizePixel = 0
  70. Scripts_2.Position = UDim2.new(0.122931443, 0, 1, 0)
  71. Scripts_2.Size = UDim2.new(0, 317, 0, 35)
  72. Scripts_2.Font = Enum.Font.SourceSansBold
  73. Scripts_2.Text = "Scripts"
  74. Scripts_2.TextColor3 = Color3.new(1, 1, 1)
  75. Scripts_2.TextScaled = true
  76. Scripts_2.TextSize = 14
  77. Scripts_2.TextWrapped = true
  78.  
  79. ScriptsInfo.Name = "ScriptsInfo"
  80. ScriptsInfo.Parent = Header
  81. ScriptsInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  82. ScriptsInfo.BackgroundTransparency = 1
  83. ScriptsInfo.BorderSizePixel = 0
  84. ScriptsInfo.Position = UDim2.new(0.170212761, 0, 1.96774197, 0)
  85. ScriptsInfo.Size = UDim2.new(0, 276, 0, 22)
  86. ScriptsInfo.Font = Enum.Font.SourceSansBold
  87. ScriptsInfo.Text = "Use all scripts in sytle"
  88. ScriptsInfo.TextColor3 = Color3.new(1, 1, 1)
  89. ScriptsInfo.TextScaled = true
  90. ScriptsInfo.TextSize = 14
  91. ScriptsInfo.TextWrapped = true
  92.  
  93. Stab.Name = "Stab"
  94. Stab.Parent = Scripts
  95. Stab.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  96. Stab.BorderColor3 = Color3.new(0, 0, 0)
  97. Stab.Position = UDim2.new(0.0413790233, 0, 0.113406368, 0)
  98. Stab.Size = UDim2.new(0, 130, 0, 36)
  99. Stab.Font = Enum.Font.SourceSans
  100. Stab.Text = "Stab"
  101. Stab.TextColor3 = Color3.new(1, 1, 1)
  102. Stab.TextSize = 14
  103. Stab.MouseButton1Down:connect(function()
  104. AnimationId = "66703241"
  105. local Anim = Instance.new("Animation")
  106. Anim.AnimationId = "rbxassetid://"..AnimationId
  107. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  108. k:Play()
  109. k:AdjustSpeed(1)
  110. end)
  111.  
  112. Insane.Name = "Insane"
  113. Insane.Parent = Scripts
  114. Insane.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  115. Insane.BorderColor3 = Color3.new(0, 0, 0)
  116. Insane.Position = UDim2.new(0.368080169, 0, 0.113406368, 0)
  117. Insane.Size = UDim2.new(0, 130, 0, 36)
  118. Insane.Font = Enum.Font.SourceSans
  119. Insane.Text = "Insane"
  120. Insane.TextColor3 = Color3.new(1, 1, 1)
  121. Insane.TextSize = 14
  122. Insane.MouseButton1Down:connect(function()
  123. AnimationId = "33796059"
  124. local Anim = Instance.new("Animation")
  125. Anim.AnimationId = "rbxassetid://"..AnimationId
  126. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  127. k:Play()
  128. k:AdjustSpeed(25)
  129. end)
  130.  
  131. Dab.Name = "Dab"
  132. Dab.Parent = Scripts
  133. Dab.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  134. Dab.BorderColor3 = Color3.new(0, 0, 0)
  135. Dab.Position = UDim2.new(0.692529559, 0, 0.113406368, 0)
  136. Dab.Size = UDim2.new(0, 130, 0, 36)
  137. Dab.Font = Enum.Font.SourceSans
  138. Dab.Text = "Dab"
  139. Dab.TextColor3 = Color3.new(1, 1, 1)
  140. Dab.TextSize = 14
  141. Dab.MouseButton1Down:connect(function()
  142. AnimationId = "248263260"
  143. local Anim = Instance.new("Animation")
  144. Anim.AnimationId = "rbxassetid://"..AnimationId
  145. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  146. k:Play()
  147. k:AdjustSpeed(1)
  148. end)
  149.  
  150.  
  151. Dance.Name = "Dance"
  152. Dance.Parent = Scripts
  153. Dance.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  154. Dance.BorderColor3 = Color3.new(0, 0, 0)
  155. Dance.Position = UDim2.new(0.041374106, 0, 0.160533428, 0)
  156. Dance.Size = UDim2.new(0, 130, 0, 36)
  157. Dance.Font = Enum.Font.SourceSans
  158. Dance.Text = "Dance"
  159. Dance.TextColor3 = Color3.new(1, 1, 1)
  160. Dance.TextSize = 14
  161. Dance.MouseButton1Down:connect(function()
  162. AnimationId = "33796059"
  163. local Anim = Instance.new("Animation")
  164. Anim.AnimationId = "rbxassetid://"..AnimationId
  165. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  166. k:Play()
  167. k:AdjustSpeed(1)
  168. end)
  169.  
  170. Scared.Name = "Scared"
  171. Scared.Parent = Scripts
  172. Scared.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  173. Scared.BorderColor3 = Color3.new(0, 0, 0)
  174. Scared.Position = UDim2.new(0.365862906, 0, 0.160533428, 0)
  175. Scared.Size = UDim2.new(0, 130, 0, 36)
  176. Scared.Font = Enum.Font.SourceSans
  177. Scared.Text = "Scared"
  178. Scared.TextColor3 = Color3.new(1, 1, 1)
  179. Scared.TextSize = 14
  180. Scared.MouseButton1Down:connect(function()
  181. AnimationId = "180612465"
  182. local Anim = Instance.new("Animation")
  183. Anim.AnimationId = "rbxassetid://"..AnimationId
  184. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  185. k:Play()
  186. k:AdjustSpeed(1)
  187. end)
  188.  
  189. Crouch.Name = "Crouch"
  190. Crouch.Parent = Scripts
  191. Crouch.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  192. Crouch.BorderColor3 = Color3.new(0, 0, 0)
  193. Crouch.Position = UDim2.new(0.692529559, 0, 0.160533428, 0)
  194. Crouch.Size = UDim2.new(0, 130, 0, 36)
  195. Crouch.Font = Enum.Font.SourceSans
  196. Crouch.Text = "Crouch"
  197. Crouch.TextColor3 = Color3.new(1, 1, 1)
  198. Crouch.TextSize = 14
  199. Crouch.MouseButton1Down:connect(function()
  200. AnimationId = "182724289"
  201. local Anim = Instance.new("Animation")
  202. Anim.AnimationId = "rbxassetid://"..AnimationId
  203. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  204. k:Play()
  205. k:AdjustSpeed(1)
  206. end)
  207.  
  208. Crawl.Name = "Crawl"
  209. Crawl.Parent = Scripts
  210. Crawl.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  211. Crawl.BorderColor3 = Color3.new(0, 0, 0)
  212. Crawl.Position = UDim2.new(0.69104147, 0, 0.212287977, 0)
  213. Crawl.Size = UDim2.new(0, 130, 0, 36)
  214. Crawl.Font = Enum.Font.SourceSans
  215. Crawl.Text = "Crawl"
  216. Crawl.TextColor3 = Color3.new(1, 1, 1)
  217. Crawl.TextSize = 14
  218. Crawl.MouseButton1Down:connect(function()
  219. AnimationId = "282574440"
  220. local Anim = Instance.new("Animation")
  221. Anim.AnimationId = "rbxassetid://"..AnimationId
  222. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  223. k:Play()
  224. k:AdjustSpeed(1)
  225. end)
  226.  
  227. FilterMyAss.Name = "FilterMyAss"
  228. FilterMyAss.Parent = Scripts
  229. FilterMyAss.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  230. FilterMyAss.BorderColor3 = Color3.new(0, 0, 0)
  231. FilterMyAss.Position = UDim2.new(0.0413790196, 0, 0.212165177, 0)
  232. FilterMyAss.Size = UDim2.new(0, 130, 0, 36)
  233. FilterMyAss.Font = Enum.Font.SourceSans
  234. FilterMyAss.Text = "FilterMyAss"
  235. FilterMyAss.TextColor3 = Color3.new(1, 1, 1)
  236. FilterMyAss.TextSize = 14
  237. FilterMyAss.MouseButton1Down:connect(function()
  238. t={} -- topkeklib,,,,,,, too lazy for list generation and shit
  239. t.gui={}
  240. t.objects={}
  241. t.pm={}
  242. t.runstate=false
  243. t.player=game.Players.LocalPlayer
  244. f={}
  245. f.gui=game:GetObjects("rbxassetid://380300885")[1]
  246. f.m=f.gui.main
  247. f.m.Visible=false
  248. f.m.Size=UDim2.new(0,280,0,290)
  249. f.top=f.m.top
  250. f.pb=f.m.doplayers
  251. f.bs=f.m.base
  252. f.ex=f.top.exit
  253. f.op=f.gui.open
  254. f.pl={}
  255.  
  256. f.bs.CanvasSize=UDim2.new(0,0,0,0)
  257.  
  258. f.op.MouseButton1Down:connect(function()
  259. if f.m.Visible==true then
  260. f.op.Visible=true
  261. f.m.Visible=false
  262. end
  263. if f.m.Visible==false then
  264. f.op.Visible=false
  265. f.m.Visible=true
  266. end
  267. end)
  268.  
  269. f.ex.MouseButton1Down:connect(function()
  270. f.m.Visible=false
  271. f.op.Visible=true
  272. end)
  273.  
  274. game:GetService("ContextActionService"):BindAction("pbar",
  275. (function() f.pb:CaptureFocus() end), false, Enum.KeyCode.Equals)
  276.  
  277. function t.pm.doplayers(func)
  278. for i,v in pairs(f.pl) do
  279. func(v)
  280. end
  281. end
  282.  
  283. function t.objects:SpawnState(state)
  284. t.runstate = true;
  285. spawn(function()
  286. repeat
  287. ypcall(function()
  288. wait(0)
  289. t.player.Character.Humanoid:ChangeState(state)
  290. end)
  291. until t.runstate == false
  292. end)
  293. end
  294.  
  295. function t.objects:FELoop(func)
  296. t.runstate = true;
  297. spawn(function()
  298. repeat
  299. ypcall(function()
  300. wait(0)
  301. func()
  302. end)
  303. until t.runstate == false
  304. end)
  305. end
  306.  
  307. function t.objects:GetPlayersFromString(str)
  308. if str == "all" then
  309. return game.Players:GetPlayers()
  310. end
  311. if str == "me" then
  312. return {game.Players.LocalPlayer}
  313. end
  314. if str == "others" then
  315. local cm = {}
  316. for i, v in pairs(game.Players:GetPlayers()) do
  317. if v ~= game.Players.LocalPlayer then
  318. table.insert(cm, v)
  319. end
  320. end
  321. return cm
  322. end
  323. local pn = str:gmatch("([^,]+)")
  324. local pl = {}
  325. for ln in pn do
  326. for i, v in pairs(game.Players:GetPlayers()) do
  327. local nm = (v.Name):lower()
  328. if string.sub(nm,1,#ln)==(ln):lower() then
  329. table.insert(pl, v)
  330. end
  331. end
  332. end
  333. return pl
  334. end
  335.  
  336. function t.objects:CreateObject(details)
  337. local _ = Instance.new(details.Class);
  338. for i, v in pairs(details) do
  339. pcall(function()
  340. if i ~= "Class" then
  341. _[i] = v
  342. end
  343. end)
  344. end
  345. return _
  346. end
  347.  
  348. function t.objects:SetProperties(object, details)
  349. for i, v in pairs(details) do
  350. pcall(function()
  351. object[i] = v
  352. end)
  353. end
  354. end
  355.  
  356.  
  357.  
  358.  
  359. function t.gui.FindListRow(n, a)
  360. if n == 0 then n = 1 end
  361. if math.fmod(n, a) == 0 then
  362. n = n - 1
  363. end
  364. return math.floor(n / a)
  365. end
  366.  
  367.  
  368.  
  369. function t.gui:GenerateButtonList(base, list, specifications, custom, leavex)
  370. if custom == nil then
  371. BaseButton = t.objects:CreateObject {
  372. Class = "TextButton",
  373. BackgroundColor3 = specifications.BackgroundColor,
  374. BackgroundTransparency = specifications.BackgroundTransparency,
  375. BorderSizePixel = 0,
  376. FontSize = specifications.FontSize,
  377. Size = UDim2.new(
  378. (1/(specifications.NumberPerRow)),
  379. -(specifications.ButtonSeperation) - specifications.BorderDistance,
  380. 0, specifications.ButtonHeight
  381. )
  382. }
  383. else
  384. BaseButton = custom
  385. end
  386. for i, v in pairs(list) do
  387. local Virti = i
  388. local Virto = (function(n) if n < 0 then return 0 end return n end)(Virti - 1)
  389. Virto = Virto + t.gui.FindListRow(Virti, specifications.NumberPerRow)
  390. local BClone = BaseButton:Clone()
  391. if leavex == true then
  392. t.objects:SetProperties(BClone, {
  393. Parent = base,
  394. Text = v.Text,
  395. Position = UDim2.new(
  396. BaseButton.Position.X.Scale,
  397. BaseButton.Position.X.Offset,
  398. 0, ((specifications.ButtonSeperation + specifications.ButtonHeight) * t.gui.FindListRow(Virti, specifications.NumberPerRow)) + (specifications.BorderDistance/2)
  399. )
  400. })
  401. else
  402. t.objects:SetProperties(BClone, {
  403. Parent = base,
  404. Text = v.Text,
  405. Position = UDim2.new(
  406. (1/(specifications.NumberPerRow)) * math.fmod(Virto, specifications.NumberPerRow + 1),
  407. specifications.ButtonSeperation + (specifications.BorderDistance/2),
  408. 0, ((specifications.ButtonSeperation + specifications.ButtonHeight) * t.gui.FindListRow(Virti, specifications.NumberPerRow)) + (specifications.BorderDistance/2)
  409. ) --[[ that was a doozy]]
  410. })
  411. end
  412. BClone.MouseButton1Down:connect(function()
  413. v.func()
  414. end)
  415. end
  416. if base:IsA("ScrollingFrame") then
  417. base.BorderSizePixel = 0
  418. base.ScrollBarThickness = 6
  419. --base.CanvasSize = UDim2.new(0, 0, 0, math.ceil(#list / specifications.NumberPerRow)*(specifications.ButtonHeight+specifications.ButtonSeperation) + 15)
  420. end
  421. end
  422.  
  423. f.pb.FocusLost:connect(function(e)
  424. if e==true then
  425. f.pl=t.objects:GetPlayersFromString(f.pb.Text);f.pb.Text="";print('NL:::',#f.pl)
  426. end
  427. end)
  428.  
  429. state = function(s) t.objects:SpawnState(s) end
  430.  
  431. t.gui:GenerateButtonList(f.bs,
  432. {
  433. {Text = "God", func = (function()
  434. t.objects:FELoop(function()
  435. t.player.Character.Humanoid.MaxHealth = 999999
  436. t.player.Character.Humanoid.Health = 100
  437. end)
  438. end)},
  439. {Text = "Speed", func = (function()
  440. t.objects:FELoop(function()
  441. t.player.Character.Humanoid.WalkSpeed = 30
  442. end)
  443. end)},
  444. {Text = "Shutdown [PATCHED]", func = (function()
  445. t.objects:FELoop(function()
  446. for i=1,3000 do
  447. game.RobloxReplicatedStorage.NewFollower:FireServer("a") --[[thanks unreal]]
  448. end
  449. end)
  450. end)},
  451. {Text = "LoopSit", func = (function()
  452. t.objects:FELoop(function()
  453. for i,v in pairs(game.Players:GetPlayers()) do
  454. if v.Character.Humanoid then
  455. v.Character.Humanoid.Sit = true
  456. end
  457. end
  458. end)
  459. end)},
  460. {Text = "LoopJump", func = (function()
  461. t.objects:FELoop(function()
  462. for i,v in pairs(game.Players:GetPlayers()) do
  463. if v.Character.Humanoid then
  464. v.Character.Humanoid.Jump = true
  465. end
  466. end
  467. end)
  468. end)},
  469. {Text = "StopAll", func = (function() t.runstate = false end)},
  470. {Text = "Highjump", func = (function()
  471. t.objects:FELoop(function()
  472. t.player.Character.Humanoid.JumpPower = 100
  473. end)
  474. end)},
  475. {Text = "KillPlayers", func = (function()
  476. t.pm.doplayers(function(p) -- using other page libs haahahahahahah such a rebel
  477. coroutine.wrap(function()
  478. local we = Instance.new("Weld", t.player.Character.Torso)
  479. we.Part0 = t.player.Character.Torso
  480. we.Part1 = p.Character.Torso
  481. we.C0 = t.player.Character.Torso.CFrame
  482. we.C1 = t.player.Character.Torso.CFrame * CFrame.new(0, -10000, 0)
  483. wait(0.5)
  484. we:Destroy()
  485. end)()
  486. end)
  487. end)},
  488. {Text = "BringPlayers", func = (function()
  489. t.pm.doplayers(function(p) -- using other page libs haahahahahahah such a rebel
  490. local we = Instance.new("Weld", t.player.Character.Torso)
  491. we.Part0 = t.player.Character.Torso
  492. we.Part1 = p.Character.Torso
  493. we.C0 = t.player.Character.Torso.CFrame
  494. we.C1 = t.player.Character.Torso.CFrame
  495. end)
  496. end)},
  497. {Text = "Annoy", func = (function()
  498. t.objects:FELoop(function()
  499. for i,v in pairs(game.Players:GetPlayers()) do
  500. if v.Character.Humanoid then
  501. v.Character.Humanoid.Jump = true
  502. v.Character.Humanoid.Sit = true
  503. end
  504. end
  505. end)
  506. end)},
  507. {Text = "NoFace", func = (function()
  508. spawn(function()
  509. t.player.Character.Head.face.Parent = nil
  510. end)
  511. end)},
  512. {Text = "Ragdoll (LP)", func = (function()
  513. t.player.Character.Humanoid.Parent = nil
  514. end)},
  515. {Text = "Levitate", func = (function() state(10) end)},
  516. {Text = "Glide", func = (function() state(12) end)},
  517. {Text = "Swim", func = (function() state(4) end)},
  518. {Text = "Glitchy", func = (function() state(2) end)},
  519. {Text = "NoClip", func = (function() state(11) end)},
  520. {Text = "Stickyplayers", func = (function()
  521. local lucky = game.Players:GetPlayers()[math.random(1,#game.Players:GetPlayers())]
  522. t.objects:FELoop(function()
  523. for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= t.player.Name then
  524. local we = Instance.new("Weld", t.player.Character.Torso)
  525. we.Part0 = t.player.Character.Torso
  526. we.Part1 = v.Character.Torso
  527. we.C0 = t.player.Character.Torso.CFrame
  528. we.C1 = lucky.Character.Torso.CFrame
  529. end end
  530. end)
  531. end)},
  532.  
  533. },
  534. {
  535. NumberPerRow = 2,
  536. ButtonSeperation = 0,
  537. ButtonHeight = 25,
  538. BorderDistance = 10,
  539.  
  540. },
  541. t.objects:CreateObject {
  542. Class = "TextButton",
  543. BackgroundColor3 = Color3.new(56/255, 56/255, 56/255),
  544. BackgroundTransparency = 0.5,
  545. Size = UDim2.new(0.5, -10, 0, 25),
  546. Position = UDim2.new(0, 8, 0, 0),
  547. BorderSizePixel = 0,
  548. TextColor3 = Color3.new(1, 1, 1),
  549. FontSize = Enum.FontSize.Size14,
  550. Font = Enum.Font.SourceSans
  551. })
  552.  
  553. f.gui.Parent=game.CoreGui
  554.  
  555. end)
  556.  
  557. NewbiesGUI.Name = "NewbiesGUI"
  558. NewbiesGUI.Parent = Scripts
  559. NewbiesGUI.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  560. NewbiesGUI.BorderColor3 = Color3.new(0, 0, 0)
  561. NewbiesGUI.Position = UDim2.new(0.365862876, 0, 0.212165177, 0)
  562. NewbiesGUI.Size = UDim2.new(0, 130, 0, 36)
  563. NewbiesGUI.Font = Enum.Font.SourceSans
  564. NewbiesGUI.Text = "Newbies FE GUI"
  565. NewbiesGUI.TextColor3 = Color3.new(1, 1, 1)
  566. NewbiesGUI.TextSize = 14
  567. NewbiesGUI.MouseButton1Down:connect(function()
  568.  
  569. local wsmode = 1
  570. local jpmode = 1
  571. local gothrough = false
  572. local lotptog = false
  573. local bodyang = nil
  574. local cameratoggle = false
  575. local spintoggle = false
  576. local flytoggle = false
  577. local scg = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  578. scg.ResetOnSpawn = false
  579. local frm = Instance.new('Frame',scg)
  580. frm.BorderSizePixel = 0
  581. frm.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  582. frm.Size = UDim2.new(0.3,0,0.3,0)
  583. frm.Position = UDim2.new(0.35,0,0.35,0)
  584. frm.Draggable = true
  585.  
  586.  
  587. local topl = Instance.new('TextLabel',frm)
  588. topl.BorderSizePixel = 0
  589. topl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  590. topl.Size = UDim2.new(0.9,1,0.2,0)
  591. topl.Position = UDim2.new(0,0,0,0)
  592. topl.TextScaled = true
  593. topl.Font = "SourceSansLight"
  594. topl.TextColor3 = Color3.new(1,1,1)
  595. topl.Text = "Newbie's FE Gui V1.1"
  596. topl.Draggable = true
  597.  
  598. local scrl = Instance.new('ScrollingFrame',frm)
  599. scrl.BorderSizePixel = 0
  600. scrl.BackgroundColor3 = Color3.new(255/255,122/255,122/255)
  601. scrl.Size = UDim2.new(1,0,0.8,0)
  602. scrl.Position = UDim2.new(0,0,0.2,0)
  603. scrl.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  604. scrl.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611. local plr = Instance.new('TextBox',scrl)
  612. plr.BorderSizePixel = 0
  613. plr.BackgroundColor3 = Color3.new(255/255,150/255,150/255)
  614. plr.Size = UDim2.new(0.425,0,0.1,0)
  615. plr.Position = UDim2.new(0.05,0,0.025,0)
  616. plr.TextScaled = true
  617. plr.Font = "SourceSansLight"
  618. plr.TextColor3 = Color3.new(1,1,1)
  619. plr.Text = "Player Name Here"
  620.  
  621.  
  622. local plrsp = Instance.new('TextButton',scrl)
  623. plrsp.BorderSizePixel = 0
  624. plrsp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  625. plrsp.Size = UDim2.new(0.425,0,0.1,0)
  626. plrsp.Position = UDim2.new(0.5,0,0.025,0)
  627. plrsp.TextScaled = true
  628. plrsp.Font = "SourceSansLight"
  629. plrsp.TextColor3 = Color3.new(1,1,1)
  630. plrsp.Text = "Spawn Blocks"
  631.  
  632.  
  633. local minim = Instance.new('TextButton',frm)
  634. minim.BorderSizePixel = 0
  635. minim.BackgroundColor3 = Color3.new(200/255,50/255,50/255)
  636. minim.Size = UDim2.new(0.1,0,0.2,0)
  637. minim.Position = UDim2.new(0.9,0,0,0)
  638. minim.TextScaled = true
  639. minim.Font = "SourceSansLight"
  640. minim.TextColor3 = Color3.new(1,1,1)
  641. minim.Text = "-"
  642.  
  643.  
  644.  
  645.  
  646.  
  647. function sblock()
  648. for i=1,20 do
  649. wait(1)
  650. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  651. if v:IsA'Accoutrement' then
  652. v.Parent=game.Players.LocalPlayer.Character
  653. v.Parent = workspace.Terrain
  654. end
  655. end
  656. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  657. if v:IsA'Accoutrement' then
  658. for ape,hax in pairs(v.Handle:GetChildren()) do
  659. hax:Destroy()
  660. end
  661. wait'.1'
  662. v.Parent=game.Players.LocalPlayer.StarterGear
  663. end
  664. end
  665. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  666. v:Destroy()
  667. end
  668. local prt=Instance.new("Model", workspace);
  669. Instance.new("Part", prt).Name="Torso";
  670. Instance.new("Part", prt).Name="Head";
  671. Instance.new("Humanoid", prt).Name="Humanoid";
  672. game.Players.LocalPlayer.Character=prt
  673.  
  674. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  675. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  676. if dad:IsA'Accoutrement' then
  677. dad.Parent = game.Players.LocalPlayer.StarterGear
  678. end
  679. end
  680. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  681. v:Destroy()
  682. end
  683. local prt2=Instance.new("Model", workspace);
  684. Instance.new("Part", prt).Name="Torso";
  685. Instance.new("Part", prt).Name="Head";
  686. Instance.new("Humanoid", prt).Name="Humanoid";
  687. game.Players.LocalPlayer.Character=prt
  688. end
  689. end
  690. plrsp.MouseButton1Click:connect(sblock)
  691.  
  692.  
  693.  
  694.  
  695.  
  696. local spin = Instance.new('TextButton',scrl)
  697. spin.BorderSizePixel = 0
  698. spin.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  699. spin.Size = UDim2.new(0.425,0,0.1,0)
  700. spin.Position = UDim2.new(0.05,0,0.15,0)
  701. spin.TextScaled = true
  702. spin.Font = "SourceSansLight"
  703. spin.TextColor3 = Color3.new(1,1,1)
  704. spin.Text = "Crazy Spin: OFF"
  705.  
  706. local fly = Instance.new('TextButton',scrl)
  707. fly.BorderSizePixel = 0
  708. fly.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  709. fly.Size = UDim2.new(0.425,0,0.1,0)
  710. fly.Position = UDim2.new(0.5,0,0.15,0)
  711. fly.TextScaled = true
  712. fly.Font = "SourceSansLight"
  713. fly.TextColor3 = Color3.new(1,1,1)
  714. fly.Text = "Fly: OFF"
  715.  
  716.  
  717.  
  718.  
  719. local seethr = Instance.new('TextButton',scrl)
  720. seethr.BorderSizePixel = 0
  721. seethr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  722. seethr.Size = UDim2.new(0.425,0,0.1,0)
  723. seethr.Position = UDim2.new(0.05,0,0.275,0)
  724. seethr.TextScaled = true
  725. seethr.Font = "SourceSansLight"
  726. seethr.TextColor3 = Color3.new(1,1,1)
  727. seethr.Text = "See-Through: OFF"
  728.  
  729. local tpto = Instance.new('TextButton',scrl)
  730. tpto.BorderSizePixel = 0
  731. tpto.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  732. tpto.Size = UDim2.new(0.425,0,0.1,0)
  733. tpto.Position = UDim2.new(0.5,0,0.275,0)
  734. tpto.TextScaled = true
  735. tpto.Font = "SourceSansLight"
  736. tpto.TextColor3 = Color3.new(1,1,1)
  737. tpto.Text = "Teleport To"
  738.  
  739.  
  740.  
  741. local ws = Instance.new('TextButton',scrl)
  742. ws.BorderSizePixel = 0
  743. ws.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  744. ws.Size = UDim2.new(0.425,0,0.1,0)
  745. ws.Position = UDim2.new(0.05,0,0.4,0)
  746. ws.TextScaled = true
  747. ws.Font = "SourceSansLight"
  748. ws.TextColor3 = Color3.new(1,1,1)
  749. ws.Text = "WalkSpeed: Normal"
  750.  
  751. local jp = Instance.new('TextButton',scrl)
  752. jp.BorderSizePixel = 0
  753. jp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  754. jp.Size = UDim2.new(0.425,0,0.1,0)
  755. jp.Position = UDim2.new(0.5,0,0.4,0)
  756. jp.TextScaled = true
  757. jp.Font = "SourceSansLight"
  758. jp.TextColor3 = Color3.new(1,1,1)
  759. jp.Text = "JumpPower: Normal"
  760.  
  761.  
  762.  
  763.  
  764.  
  765. local lotp = Instance.new('TextButton',scrl)
  766. lotp.BorderSizePixel = 0
  767. lotp.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  768. lotp.Size = UDim2.new(0.425,0,0.1,0)
  769. lotp.Position = UDim2.new(0.05,0,0.525,0)
  770. lotp.TextScaled = true
  771. lotp.Font = "SourceSansLight"
  772. lotp.TextColor3 = Color3.new(1,1,1)
  773. lotp.Text = "Loop-Teleport: OFF"
  774.  
  775. local sb = Instance.new('TextButton',scrl)
  776. sb.BorderSizePixel = 0
  777. sb.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  778. sb.Size = UDim2.new(0.425,0,0.1,0)
  779. sb.Position = UDim2.new(0.5,0,0.525,0)
  780. sb.TextScaled = true
  781. sb.Font = "SourceSansLight"
  782. sb.TextColor3 = Color3.new(1,1,1)
  783. sb.Text = "Noclip"
  784.  
  785.  
  786. local cr = Instance.new('TextLabel',scrl)
  787. cr.BorderSizePixel = 0
  788. cr.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  789. cr.Size = UDim2.new(0.875,0,0.225,0)
  790. cr.Position = UDim2.new(0.05,0,0.65,0)
  791. cr.TextScaled = true
  792. cr.Font = "SourceSansLight"
  793. cr.TextColor3 = Color3.new(1,1,1)
  794. cr.Text = "Gui Created by Newbie15. Credit Goes to RGeeneus/Ignoramical for the Fly Script and Natural Modder for leaking the block spam script. but most importantly credits go to the users of this Gui."
  795.  
  796.  
  797. local fl = Instance.new('TextLabel',scrl)
  798. fl.BorderSizePixel = 0
  799. fl.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  800. fl.Size = UDim2.new(0.875,0,0.075,0)
  801. fl.Position = UDim2.new(0.05,0,0.9,0)
  802. fl.TextScaled = true
  803. fl.Font = "SourceSansLight"
  804. fl.TextColor3 = Color3.new(1,1,1)
  805. if game.Workspace.FilteringEnabled == true then
  806. fl.Text = "Filtering is Enabled"
  807. else
  808. fl.Text = "Filtering is Disabled"
  809. end
  810.  
  811.  
  812.  
  813.  
  814. local gui2 = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
  815. gui2.ResetOnSpawn = false
  816.  
  817.  
  818. local oc = Instance.new('TextButton',gui2)
  819. oc.BorderSizePixel = 0
  820. oc.BackgroundColor3 = Color3.new(255/255,70/255,70/255)
  821. oc.Size = UDim2.new(0,50,0,50)
  822. oc.Position = UDim2.new(0,0,0,0)
  823. oc.TextScaled = true
  824. oc.Font = "SourceSansLight"
  825. oc.TextColor3 = Color3.new(1,1,1)
  826. oc.Text = "Close"
  827. oc.Draggable = true
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841. -- FLY SCRIPT BY RGEENEUS
  842.  
  843. -- The following code should be in a local script.
  844. -- Only works on PC, not xbox or mobile. I do not have devices to test on.
  845. -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
  846.  
  847. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  848.  
  849. local c
  850. local h
  851. local bv
  852. local bav
  853. local cam
  854. local flying
  855. local p = game.Players.LocalPlayer
  856. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  857.  
  858. local startFly = function () -- Call this function to begin flying
  859. if not p.Character or not p.Character.Head or flying then return end
  860. c = p.Character
  861. h = c.Humanoid
  862. h.PlatformStand = true
  863. cam = workspace:WaitForChild('Camera')
  864. bv = Instance.new("BodyVelocity")
  865. bav = Instance.new("BodyAngularVelocity")
  866. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  867. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  868. bv.Parent = c.Head
  869. bav.Parent = c.Head
  870. flying = true
  871. h.Died:connect(function() flying = false end)
  872. end
  873.  
  874. local endFly = function () -- Call this function to stop flying
  875. if not p.Character or not flying then return end
  876. h.PlatformStand = false
  877. bv:Destroy()
  878. bav:Destroy()
  879. flying = false
  880. end
  881.  
  882. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  883. if GPE then return end
  884. for i, e in pairs(buttons) do
  885. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  886. buttons[i] = true
  887. buttons.Moving = true
  888. end
  889. end
  890. end)
  891.  
  892. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  893. if GPE then return end
  894. local a = false
  895. for i, e in pairs(buttons) do
  896. if i ~= "Moving" then
  897. if input.KeyCode == Enum.KeyCode[i] then
  898. buttons[i] = false
  899. end
  900. if buttons[i] then a = true end
  901. end
  902. end
  903. buttons.Moving = a
  904. end)
  905.  
  906. local setVec = function (vec)
  907. return vec * (speed / vec.Magnitude)
  908. end
  909.  
  910. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  911. if flying and c and c.PrimaryPart then
  912. local p = c.PrimaryPart.Position
  913. local cf = cam.CFrame
  914. local ax, ay, az = cf:toEulerAnglesXYZ()
  915. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  916. if buttons.Moving then
  917. local t = Vector3.new()
  918. if buttons.W then t = t + (setVec(cf.lookVector)) end
  919. if buttons.S then t = t - (setVec(cf.lookVector)) end
  920. if buttons.A then t = t - (setVec(cf.rightVector)) end
  921. if buttons.D then t = t + (setVec(cf.rightVector)) end
  922. c:TranslateBy(t * step)
  923. end
  924. end
  925. end)
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940. function spintogl()
  941. if spintoggle == true then
  942. spintoggle = false
  943. spin.Text = "Crazy Spin: OFF"
  944. else
  945. spintoggle = true
  946. spin.Text = "Crazy Spin: ON"
  947. local bodyang = Instance.new('BodyAngularVelocity',game.Players.LocalPlayer.Character.PrimaryPart)
  948. bodyang.AngularVelocity = Vector3.new(90,999,0)
  949. bodyang.MaxTorque = Vector3.new(60000,100,3000)
  950. bodyang.P = 5000000
  951. repeat
  952. wait(0.001)
  953. until spintoggle == false
  954. bodyang:Destroy()
  955. end
  956. end
  957. spin.MouseButton1Click:connect(spintogl)
  958.  
  959.  
  960. function flytogl()
  961. if flytoggle == true then
  962. flytoggle = false
  963. fly.Text = "Fly: OFF"
  964. else
  965. flytoggle = true
  966. fly.Text = "Fly: ON"
  967. startFly()
  968. repeat
  969. wait(0.001)
  970. until flytoggle == false
  971. endFly()
  972. end
  973. end
  974. fly.MouseButton1Click:connect(flytogl)
  975.  
  976.  
  977.  
  978. function opctogl()
  979. if scg.Enabled == true then
  980. scg.Enabled = false
  981. oc.Text = "Open"
  982. else
  983. scg.Enabled = true
  984. oc.Text = "Close"
  985. end
  986. end
  987. oc.MouseButton1Click:connect(opctogl)
  988. function telep()
  989. game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  990. end
  991. tpto.MouseButton1Click:connect(telep)
  992.  
  993.  
  994. function camtogl()
  995. if cameratoggle == false then
  996. cameratoggle = true
  997. game.Workspace.CurrentCamera.CameraType = "Follow"
  998. seethr.Text = "See-Through: ON"
  999. else
  1000. cameratoggle = false
  1001. game.Workspace.CurrentCamera.CameraType = "Custom"
  1002. seethr.Text = "See-Through: OFF"
  1003. end
  1004. end
  1005. seethr.MouseButton1Click:connect(camtogl)
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012. function wsp()
  1013. if wsmode ~= 5 then
  1014. wsmode = wsmode + 1
  1015. else
  1016. wsmode = 1
  1017. end
  1018. if wsmode == 1 then
  1019. ws.Text = "WalkSpeed: Normal"
  1020. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1021. end
  1022. if wsmode == 2 then
  1023. ws.Text = "WalkSpeed: Fast"
  1024. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
  1025. end
  1026. if wsmode == 3 then
  1027. ws.Text = "WalkSpeed: FASTER"
  1028. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  1029. end
  1030. if wsmode == 4 then
  1031. ws.Text = "WalkSpeed: EXTREME"
  1032. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  1033. end
  1034. if wsmode == 5 then
  1035. ws.Text = "WalkSpeed: The Speed of Light"
  1036. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 4357234785243
  1037. end
  1038. end
  1039. ws.MouseButton1Click:connect(wsp)
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. function jpp()
  1046. if jpmode ~= 5 then
  1047. jpmode = jpmode + 1
  1048. else
  1049. jpmode = 1
  1050. end
  1051. if jpmode == 1 then
  1052. jp.Text = "JumpPower: Normal"
  1053. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1054. end
  1055. if jpmode == 2 then
  1056. jp.Text = "JumpPower: Trampoline"
  1057. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  1058. end
  1059. if jpmode == 3 then
  1060. jp.Text = "JumpPower: Big Trampoline"
  1061. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  1062. end
  1063. if jpmode == 4 then
  1064. jp.Text = "JumpPower: Bigger Trampoline"
  1065. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 400
  1066. end
  1067. if jpmode == 5 then
  1068. jp.Text = "JumpPower: Bounce into Heaven"
  1069. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80000
  1070. end
  1071. end
  1072. jp.MouseButton1Click:connect(jpp)
  1073.  
  1074. function spawnblock()
  1075. if gothrough == false then
  1076. gothrough = true
  1077. sb.Text = "Noclip"
  1078. local gc = game.Players.LocalPlayer.Character:GetChildren()
  1079. for i = 1,#gc,1 do
  1080. if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  1081. gc[i].CollisionGroupId = 29
  1082. end
  1083. end
  1084. game:service("RunService").Stepped:wait()
  1085. else
  1086. gothrough = false
  1087. sb.Text = "Noclip"
  1088. local gc = game.Players.LocalPlayer.Character:GetChildren()
  1089. for i = 1,#gc,1 do
  1090. if (gc[i].ClassName == "Part") or (gc[i].ClassName == "MeshPart") then
  1091. gc[i].CollisionGroupId = 1
  1092. game:service("RunService").Stepped:wait()
  1093. end
  1094. end
  1095. end
  1096. end
  1097. sb.MouseButton1Click:connect(spawnblock)
  1098. function looptelep()
  1099. if lotptog == false then
  1100. lotptog = true
  1101. lotp.Text = "Loop-Teleport: ON"
  1102. repeat
  1103. game.Players.LocalPlayer.Character:MoveTo(game.Players:FindFirstChild(plr.Text).Character.PrimaryPart.Position)
  1104. wait(0.001)
  1105. until lotptog == false
  1106. else
  1107. lotptog = false
  1108. lotp.Text = "Loop-Teleport: OFF"
  1109. end
  1110. end
  1111. lotp.MouseButton1Click:connect(looptelep)
  1112.  
  1113.  
  1114. function minimi()
  1115. scg.Enabled = false
  1116. oc.Text = "Open"
  1117. end
  1118. minim.MouseButton1Click:connect(minimi)
  1119. end)
  1120.  
  1121. NoltX.Name = "NoltX"
  1122. NoltX.Parent = Scripts
  1123. NoltX.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1124. NoltX.BorderColor3 = Color3.new(0, 0, 0)
  1125. NoltX.Position = UDim2.new(0.041374106, 0, 0.265944123, 0)
  1126. NoltX.Size = UDim2.new(0, 130, 0, 36)
  1127. NoltX.Font = Enum.Font.SourceSans
  1128. NoltX.Text = "NoltX (loadstring)"
  1129. NoltX.TextColor3 = Color3.new(1, 1, 1)
  1130. NoltX.TextSize = 14
  1131. NoltX.MouseButton1Down:connect(function()
  1132. loadstring(game:GetObjects'rbxassetid://442131690'[1].Source)()
  1133. end)
  1134.  
  1135. RevisAdmin.Name = "RevisAdmin"
  1136. RevisAdmin.Parent = Scripts
  1137. RevisAdmin.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1138. RevisAdmin.BorderColor3 = Color3.new(0, 0, 0)
  1139. RevisAdmin.Position = UDim2.new(0.366587222, 0, 0.315833271, 0)
  1140. RevisAdmin.Size = UDim2.new(0, 130, 0, 36)
  1141. RevisAdmin.Font = Enum.Font.SourceSans
  1142. RevisAdmin.Text = "Revis Admin (loadstring)"
  1143. RevisAdmin.TextColor3 = Color3.new(1, 1, 1)
  1144. RevisAdmin.TextSize = 14
  1145. RevisAdmin.MouseButton1Down:Connect(function()
  1146. loadstring(game:GetObjects("rbxassetid://1368835475")[1].Source)()
  1147. end)
  1148.  
  1149. SleepFEGui.Name = "SleepFEGui"
  1150. SleepFEGui.Parent = Scripts
  1151. SleepFEGui.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1152. SleepFEGui.BorderColor3 = Color3.new(0, 0, 0)
  1153. SleepFEGui.Position = UDim2.new(0.0413740762, 0, 0.316590011, 0)
  1154. SleepFEGui.Size = UDim2.new(0, 130, 0, 36)
  1155. SleepFEGui.Font = Enum.Font.SourceSans
  1156. SleepFEGui.Text = "Sleep's FE Gui"
  1157. SleepFEGui.TextColor3 = Color3.new(1, 1, 1)
  1158. SleepFEGui.TextSize = 14
  1159. SleepFEGui.MouseButton1Down:connect(function()
  1160. -- Start Script
  1161. -- Objects
  1162.  
  1163. warn("FilteringEnabled GUI is now loading... Please wait! - Made By Sleep")
  1164. local FEGui = Instance.new("ScreenGui")
  1165. local Open = Instance.new("TextButton")
  1166. local Frame = Instance.new("Frame")
  1167. local Title = Instance.new("TextLabel")
  1168. local FEKill = Instance.new("TextButton")
  1169. local FEKillAll = Instance.new("TextButton")
  1170. local FEPunish = Instance.new("TextButton")
  1171. local Destroy = Instance.new("TextButton")
  1172. local PlayerName = Instance.new("TextBox")
  1173. local Players = game:GetService("Players")
  1174. local FE = Workspace.FilteringEnabled
  1175.  
  1176. -- Properties
  1177.  
  1178. FEGui.Name = "FEGui"
  1179. FEGui.Parent = game.CoreGui
  1180.  
  1181. Open.Name = "Open"
  1182. Open.Parent = FEGui
  1183. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1184. Open.Position = UDim2.new(0, 0, 0, 350)
  1185. Open.Size = UDim2.new(0, 100, 0, 25)
  1186. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1187. Open.Font = Enum.Font.Cartoon
  1188. Open.FontSize = Enum.FontSize.Size18
  1189. Open.Text = "Open/Close"
  1190. Open.TextSize = 14
  1191.  
  1192. Destroy.Name = "Destroy"
  1193. Destroy.Parent = FEGui
  1194. Destroy.BackgroundColor3 = Color3.new(1, 1, 1)
  1195. Destroy.Position = UDim2.new(0, 0, 0, 400)
  1196. Destroy.Size = UDim2.new(0, 100, 0, 25)
  1197. Destroy.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1198. Destroy.Font = Enum.Font.Cartoon
  1199. Destroy.FontSize = Enum.FontSize.Size18
  1200. Destroy.Text = "Destroy"
  1201. Destroy.TextSize = 14
  1202.  
  1203. Frame.Parent = FEGui
  1204. Frame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1205. Frame.Position = UDim2.new(0, 400, 0, 200)
  1206. Frame.Size = UDim2.new(0, 300, 0, 200)
  1207. Frame.Visible = false
  1208. Frame.Draggable = true
  1209. Frame.Active = true
  1210.  
  1211. Title.Name = "Title"
  1212. Title.Parent = Frame
  1213. Title.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  1214. Title.Size = UDim2.new(0, 300, 0, 30)
  1215. Title.Font = Enum.Font.Cartoon
  1216. Title.FontSize = Enum.FontSize.Size18
  1217. Title.TextColor3 = Color3.new(1, 1, 1)
  1218. Title.Text = "FilteringEnabled GUI"
  1219. Title.TextSize = 14
  1220.  
  1221. FEKill.Name = "FEKill"
  1222. FEKill.Parent = Frame
  1223. FEKill.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  1224. FEKill.Position = UDim2.new(0, 25, 0, 100)
  1225. FEKill.Size = UDim2.new(0, 100, 0, 30)
  1226. FEKill.Font = Enum.Font.SciFi
  1227. FEKill.FontSize = Enum.FontSize.Size18
  1228. FEKill.Text = "FE Kill"
  1229. FEKill.TextColor3 = Color3.new(1, 1, 1)
  1230. FEKill.TextSize = 18
  1231.  
  1232. FEKillAll.Name = "FEKillAll"
  1233. FEKillAll.Parent = Frame
  1234. FEKillAll.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  1235. FEKillAll.Position = UDim2.new(0, 175, 0, 100)
  1236. FEKillAll.Size = UDim2.new(0, 100, 0, 30)
  1237. FEKillAll.Font = Enum.Font.SciFi
  1238. FEKillAll.FontSize = Enum.FontSize.Size18
  1239. FEKillAll.Text = "FE Kill All"
  1240. FEKillAll.TextColor3 = Color3.new(1, 1, 1)
  1241. FEKillAll.TextSize = 16
  1242.  
  1243. FEPunish.Name = "FEPunish"
  1244. FEPunish.Parent = Frame
  1245. FEPunish.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  1246. FEPunish.Position = UDim2.new(0, 100, 0, 150)
  1247. FEPunish.Size = UDim2.new(0, 100, 0, 30)
  1248. FEPunish.Font = Enum.Font.SciFi
  1249. FEPunish.FontSize = Enum.FontSize.Size18
  1250. FEPunish.Text = "FE Punish"
  1251. FEPunish.TextColor3 = Color3.new(1, 1, 1)
  1252. FEPunish.TextSize = 18
  1253.  
  1254. PlayerName.Name = "PlayerName"
  1255. PlayerName.Parent = Frame
  1256. PlayerName.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  1257. PlayerName.Position = UDim2.new(0, 75, 0, 50)
  1258. PlayerName.Size = UDim2.new(0, 150, 0, 30)
  1259. PlayerName.Font = Enum.Font.SciFi
  1260. PlayerName.FontSize = Enum.FontSize.Size18
  1261. PlayerName.Text = ""
  1262. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  1263. PlayerName.TextSize = 18
  1264. PlayerName.ClearTextOnFocus = false
  1265.  
  1266. FEKill.MouseButton1Down:connect(function()
  1267. local target = Players[PlayerName.Text]
  1268. repeat
  1269. wait()
  1270. target:Move(Vector3.new(math.huge*0))
  1271. until not target:FindFirstChild("Head")
  1272. end)
  1273.  
  1274. FEKillAll.MouseButton1Down:connect(function()
  1275. for i, v in next, Players:GetPlayers() do
  1276. v:Move(Vector3.new(math.huge*0))
  1277. end
  1278. end)
  1279.  
  1280. FEPunish.MouseButton1Down:connect(function()
  1281. FEPunish.Text = "N/A"
  1282. wait(10)
  1283. FEPunish.Text = "FE Punish"
  1284. end)
  1285.  
  1286. Open.MouseButton1Click:connect(function()
  1287. if Frame.Visible == false then
  1288. Frame.Visible = true
  1289. else
  1290. Frame.Visible = false
  1291. end
  1292. end)
  1293.  
  1294. Destroy.MouseButton1Click:connect(function()
  1295. FEGui:Destroy()
  1296. warn("Thank you for using Sleep's FE Gui!")
  1297. end)
  1298.  
  1299. if FE == true then
  1300. Title.Text = "FilteringEnabled GUI - FE Is Enabled"
  1301. elseif FE == false then
  1302. Title.Text = "FilteringEnabled GUI - FE Is Disabled"
  1303. end
  1304.  
  1305. -- End Of Script ( Made By StayBlue )
  1306. end)
  1307.  
  1308. SnowyMenu.Name = "SnowyMenu"
  1309. SnowyMenu.Parent = Scripts
  1310. SnowyMenu.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1311. SnowyMenu.BorderColor3 = Color3.new(0, 0, 0)
  1312. SnowyMenu.Position = UDim2.new(0.363645613, 0, 0.264835477, 0)
  1313. SnowyMenu.Size = UDim2.new(0, 130, 0, 36)
  1314. SnowyMenu.Font = Enum.Font.SourceSans
  1315. SnowyMenu.Text = "Snowy Menu"
  1316. SnowyMenu.TextColor3 = Color3.new(1, 1, 1)
  1317. SnowyMenu.TextSize = 14
  1318. SnowyMenu.MouseButton1Down:connect(function()
  1319. -- Objects
  1320.  
  1321. local SnowyMenu = Instance.new("ScreenGui")
  1322. local Opener = Instance.new("Frame")
  1323. local Open = Instance.new("TextButton")
  1324. local MainFrame = Instance.new("Frame")
  1325. local BlackBottom = Instance.new("Frame")
  1326. local BlueTop = Instance.new("Frame")
  1327. local Frame = Instance.new("Frame")
  1328. local Frame_2 = Instance.new("Frame")
  1329. local FEBtools = Instance.new("TextButton")
  1330. local FEDab = Instance.new("TextButton")
  1331. local FEDance = Instance.new("TextButton")
  1332. local FESpamBricks = Instance.new("TextButton")
  1333. local FESpasm = Instance.new("TextButton")
  1334. local FEBToolsWarning = Instance.new("TextLabel")
  1335. local FEDabWarning = Instance.new("TextLabel")
  1336. local FEDabWarning_2 = Instance.new("TextLabel")
  1337. local FESpasmWarning = Instance.new("TextLabel")
  1338. local SnowMenu = Instance.new("TextLabel")
  1339. local SpamBricksWarning = Instance.new("TextLabel")
  1340. local Closer = Instance.new("Frame")
  1341. local Close = Instance.new("TextButton")
  1342.  
  1343. -- Properties
  1344.  
  1345. SnowyMenu.Name = "SnowyMenu"
  1346. SnowyMenu.Parent = game.CoreGui
  1347.  
  1348. Opener.Name = "Opener"
  1349. Opener.Parent = SnowyMenu
  1350. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  1351. Opener.BackgroundTransparency = 1
  1352. Opener.Size = UDim2.new(0, 100, 0, 100)
  1353.  
  1354. Open.Name = "Open"
  1355. Open.Parent = Opener
  1356. Open.BackgroundColor3 = Color3.new(0, 1, 0)
  1357. Open.BackgroundTransparency = 0.5
  1358. Open.BorderSizePixel = 0
  1359. Open.Position = UDim2.new(0, 0, 4.19999981, 0)
  1360. Open.Size = UDim2.new(0, 95, 0, 35)
  1361. Open.Font = Enum.Font.SourceSansBold
  1362. Open.FontSize = Enum.FontSize.Size14
  1363. Open.Text = "Open"
  1364. Open.TextColor3 = Color3.new(0, 0, 0)
  1365. Open.TextScaled = true
  1366. Open.TextSize = 14
  1367. Open.TextTransparency = 0.5
  1368. Open.TextWrapped = true
  1369.  
  1370. MainFrame.Name = "MainFrame"
  1371. MainFrame.Parent = SnowyMenu
  1372. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1373. MainFrame.BackgroundTransparency = 1
  1374. MainFrame.Size = UDim2.new(0, 1238, 0, 704)
  1375. MainFrame.Visible = false
  1376.  
  1377. BlackBottom.Name = "BlackBottom"
  1378. BlackBottom.Parent = MainFrame
  1379. BlackBottom.Active = true
  1380. BlackBottom.BackgroundColor3 = Color3.new(0, 0, 0)
  1381. BlackBottom.BackgroundTransparency = 0.5
  1382. BlackBottom.BorderSizePixel = 0
  1383. BlackBottom.ClipsDescendants = true
  1384. BlackBottom.Draggable = true
  1385. BlackBottom.Position = UDim2.new(0.0993537977, 0, 0.390625, 0)
  1386. BlackBottom.Selectable = true
  1387. BlackBottom.Size = UDim2.new(0, 245, 0, 322)
  1388.  
  1389. BlueTop.Name = "BlueTop"
  1390. BlueTop.Parent = BlackBottom
  1391. BlueTop.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1392. BlueTop.BackgroundTransparency = 0.5
  1393. BlueTop.BorderSizePixel = 0
  1394. BlueTop.Position = UDim2.new(0.00139461458, 0, 0.000477999449, 0)
  1395. BlueTop.Size = UDim2.new(0, 245, 0, 63)
  1396.  
  1397. Frame.Parent = BlackBottom
  1398. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1399. Frame.BackgroundTransparency = 0.5
  1400. Frame.BorderSizePixel = 0
  1401. Frame.Position = UDim2.new(0.117124394, 0, 0.159514412, 0)
  1402. Frame.Size = UDim2.new(0, 200, 0, 5)
  1403.  
  1404. Frame_2.Parent = BlackBottom
  1405. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1406. Frame_2.BackgroundTransparency = 0.5
  1407. Frame_2.BorderSizePixel = 0
  1408. Frame_2.Position = UDim2.new(0.117124394, 0, 0.03721416, 0)
  1409. Frame_2.Size = UDim2.new(0, 200, 0, 5)
  1410.  
  1411. FEBtools.Name = "FEBtools"
  1412. FEBtools.Parent = BlackBottom
  1413. FEBtools.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1414. FEBtools.BackgroundTransparency = 0.5
  1415. FEBtools.BorderSizePixel = 0
  1416. FEBtools.Position = UDim2.new(0.0299660433, 0, 0.260604918, 0)
  1417. FEBtools.Size = UDim2.new(0, 100, 0, 34)
  1418. FEBtools.Font = Enum.Font.SourceSansBold
  1419. FEBtools.FontSize = Enum.FontSize.Size14
  1420. FEBtools.Text = "FE Btools"
  1421. FEBtools.TextColor3 = Color3.new(1, 1, 1)
  1422. FEBtools.TextScaled = true
  1423. FEBtools.TextSize = 14
  1424. FEBtools.TextTransparency = 0.5
  1425. FEBtools.TextWrapped = true
  1426.  
  1427. FEDab.Name = "FEDab"
  1428. FEDab.Parent = BlackBottom
  1429. FEDab.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1430. FEDab.BackgroundTransparency = 0.5
  1431. FEDab.BorderSizePixel = 0
  1432. FEDab.Position = UDim2.new(0.0299660414, 0, 0.579571962, 0)
  1433. FEDab.Size = UDim2.new(0, 100, 0, 34)
  1434. FEDab.Font = Enum.Font.SourceSansBold
  1435. FEDab.FontSize = Enum.FontSize.Size14
  1436. FEDab.Text = "Local Dab"
  1437. FEDab.TextColor3 = Color3.new(1, 1, 1)
  1438. FEDab.TextScaled = true
  1439. FEDab.TextSize = 14
  1440. FEDab.TextTransparency = 0.5
  1441. FEDab.TextWrapped = true
  1442.  
  1443. FEDance.Name = "FEDance"
  1444. FEDance.Parent = BlackBottom
  1445. FEDance.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1446. FEDance.BackgroundTransparency = 0.5
  1447. FEDance.BorderSizePixel = 0
  1448. FEDance.Position = UDim2.new(0.0299660414, 0, 0.727705061, 0)
  1449. FEDance.Size = UDim2.new(0, 100, 0, 34)
  1450. FEDance.Font = Enum.Font.SourceSansBold
  1451. FEDance.FontSize = Enum.FontSize.Size14
  1452. FEDance.Text = "Local Dance"
  1453. FEDance.TextColor3 = Color3.new(1, 1, 1)
  1454. FEDance.TextScaled = true
  1455. FEDance.TextSize = 14
  1456. FEDance.TextTransparency = 0.5
  1457. FEDance.TextWrapped = true
  1458.  
  1459. FESpamBricks.Name = "FESpamBricks"
  1460. FESpamBricks.Parent = BlackBottom
  1461. FESpamBricks.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1462. FESpamBricks.BackgroundTransparency = 0.5
  1463. FESpamBricks.BorderSizePixel = 0
  1464. FESpamBricks.Position = UDim2.new(0.0299660414, 0, 0.414852172, 0)
  1465. FESpamBricks.Size = UDim2.new(0, 100, 0, 34)
  1466. FESpamBricks.Font = Enum.Font.SourceSansBold
  1467. FESpamBricks.FontSize = Enum.FontSize.Size14
  1468. FESpamBricks.Text = "Spam Bricks"
  1469. FESpamBricks.TextColor3 = Color3.new(1, 1, 1)
  1470. FESpamBricks.TextScaled = true
  1471. FESpamBricks.TextSize = 14
  1472. FESpamBricks.TextTransparency = 0.5
  1473. FESpamBricks.TextWrapped = true
  1474.  
  1475. FESpasm.Name = "FESpasm"
  1476. FESpasm.Parent = BlackBottom
  1477. FESpasm.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1478. FESpasm.BackgroundTransparency = 0.5
  1479. FESpasm.BorderSizePixel = 0
  1480. FESpasm.Position = UDim2.new(0.0299660414, 0, 0.895265758, 0)
  1481. FESpasm.Size = UDim2.new(0, 100, 0, 34)
  1482. FESpasm.Font = Enum.Font.SourceSansBold
  1483. FESpasm.FontSize = Enum.FontSize.Size14
  1484. FESpasm.Text = "Local Spasm"
  1485. FESpasm.TextColor3 = Color3.new(1, 1, 1)
  1486. FESpasm.TextScaled = true
  1487. FESpasm.TextSize = 14
  1488. FESpasm.TextTransparency = 0.5
  1489. FESpasm.TextWrapped = true
  1490.  
  1491. FEBToolsWarning.Name = "FEBToolsWarning"
  1492. FEBToolsWarning.Parent = BlackBottom
  1493. FEBToolsWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1494. FEBToolsWarning.BackgroundTransparency = 1
  1495. FEBToolsWarning.Position = UDim2.new(0.457680285, 0, 0.259978473, 0)
  1496. FEBToolsWarning.Size = UDim2.new(0, 133, 0, 35)
  1497. FEBToolsWarning.Font = Enum.Font.SourceSansBold
  1498. FEBToolsWarning.FontSize = Enum.FontSize.Size14
  1499. FEBToolsWarning.Text = "The FE Btools Only work in some Cafe games."
  1500. FEBToolsWarning.TextColor3 = Color3.new(1, 1, 1)
  1501. FEBToolsWarning.TextScaled = true
  1502. FEBToolsWarning.TextSize = 14
  1503. FEBToolsWarning.TextWrapped = true
  1504.  
  1505. FEDabWarning.Name = "FEDabWarning"
  1506. FEDabWarning.Parent = BlackBottom
  1507. FEDabWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1508. FEDabWarning.BackgroundTransparency = 1
  1509. FEDabWarning.Position = UDim2.new(0.454363495, 0, 0.726284564, 0)
  1510. FEDabWarning.Size = UDim2.new(0, 133, 0, 35)
  1511. FEDabWarning.Font = Enum.Font.SourceSansBold
  1512. FEDabWarning.FontSize = Enum.FontSize.Size14
  1513. FEDabWarning.Text = "Dance Till you're dead :v"
  1514. FEDabWarning.TextColor3 = Color3.new(1, 1, 1)
  1515. FEDabWarning.TextScaled = true
  1516. FEDabWarning.TextSize = 14
  1517. FEDabWarning.TextWrapped = true
  1518.  
  1519. FEDabWarning_2.Name = "FEDabWarning"
  1520. FEDabWarning_2.Parent = BlackBottom
  1521. FEDabWarning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1522. FEDabWarning_2.BackgroundTransparency = 1
  1523. FEDabWarning_2.Position = UDim2.new(0.458445162, 0, 0.578151464, 0)
  1524. FEDabWarning_2.Size = UDim2.new(0, 133, 0, 35)
  1525. FEDabWarning_2.Font = Enum.Font.SourceSansBold
  1526. FEDabWarning_2.FontSize = Enum.FontSize.Size14
  1527. FEDabWarning_2.Text = "DAB ON THEM HATERS!!!111"
  1528. FEDabWarning_2.TextColor3 = Color3.new(1, 1, 1)
  1529. FEDabWarning_2.TextScaled = true
  1530. FEDabWarning_2.TextSize = 14
  1531. FEDabWarning_2.TextWrapped = true
  1532.  
  1533. FESpasmWarning.Name = "FESpasmWarning"
  1534. FESpasmWarning.Parent = BlackBottom
  1535. FESpasmWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1536. FESpasmWarning.BackgroundTransparency = 1
  1537. FESpasmWarning.Position = UDim2.new(0.437633127, 0, 0.890739679, 0)
  1538. FESpasmWarning.Size = UDim2.new(0, 133, 0, 35)
  1539. FESpasmWarning.Font = Enum.Font.SourceSansBold
  1540. FESpasmWarning.FontSize = Enum.FontSize.Size14
  1541. FESpasmWarning.Text = "Too much cringe!!"
  1542. FESpasmWarning.TextColor3 = Color3.new(1, 1, 1)
  1543. FESpasmWarning.TextScaled = true
  1544. FESpasmWarning.TextSize = 14
  1545. FESpasmWarning.TextWrapped = true
  1546.  
  1547. SnowMenu.Name = "SnowMenu"
  1548. SnowMenu.Parent = BlackBottom
  1549. SnowMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  1550. SnowMenu.BackgroundTransparency = 1
  1551. SnowMenu.Position = UDim2.new(0.0967162326, 0, 0.0179542005, 0)
  1552. SnowMenu.Size = UDim2.new(0, 200, 0, 50)
  1553. SnowMenu.Font = Enum.Font.SourceSansBold
  1554. SnowMenu.FontSize = Enum.FontSize.Size14
  1555. SnowMenu.Text = "Snowy Menu"
  1556. SnowMenu.TextColor3 = Color3.new(0, 0, 0)
  1557. SnowMenu.TextScaled = true
  1558. SnowMenu.TextSize = 14
  1559. SnowMenu.TextTransparency = 0.5
  1560. SnowMenu.TextWrapped = true
  1561.  
  1562. SpamBricksWarning.Name = "SpamBricksWarning"
  1563. SpamBricksWarning.Parent = BlackBottom
  1564. SpamBricksWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1565. SpamBricksWarning.BackgroundTransparency = 1
  1566. SpamBricksWarning.Position = UDim2.new(0.455639422, 0, 0.416537285, 0)
  1567. SpamBricksWarning.Size = UDim2.new(0, 133, 0, 35)
  1568. SpamBricksWarning.Font = Enum.Font.SourceSansBold
  1569. SpamBricksWarning.FontSize = Enum.FontSize.Size14
  1570. SpamBricksWarning.Text = "The Spam Bricks Will Spam Bricks Eveyerwhere 20 Times"
  1571. SpamBricksWarning.TextColor3 = Color3.new(1, 1, 1)
  1572. SpamBricksWarning.TextScaled = true
  1573. SpamBricksWarning.TextSize = 14
  1574. SpamBricksWarning.TextWrapped = true
  1575.  
  1576. Closer.Name = "Closer"
  1577. Closer.Parent = SnowyMenu
  1578. Closer.BackgroundColor3 = Color3.new(1, 1, 1)
  1579. Closer.BackgroundTransparency = 1
  1580. Closer.Size = UDim2.new(0, 100, 0, 100)
  1581. Closer.Visible = false
  1582.  
  1583. Close.Name = "Close"
  1584. Close.Parent = Closer
  1585. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  1586. Close.BackgroundTransparency = 0.5
  1587. Close.BorderSizePixel = 0
  1588. Close.Position = UDim2.new(0, 0, 4.61999989, 0)
  1589. Close.Size = UDim2.new(0, 95, 0, 35)
  1590. Close.Font = Enum.Font.SourceSansBold
  1591. Close.FontSize = Enum.FontSize.Size14
  1592. Close.Text = "Close"
  1593. Close.TextColor3 = Color3.new(0, 0, 0)
  1594. Close.TextScaled = true
  1595. Close.TextSize = 14
  1596. Close.TextTransparency = 0.5
  1597. Close.TextWrapped = true
  1598.  
  1599. Open.MouseButton1Click:connect(function()
  1600. game.CoreGui.SnowyMenu.Opener.Visible = false
  1601. game.CoreGui.SnowyMenu.MainFrame.Visible = true
  1602. game.CoreGui.SnowyMenu.Closer.Visible = true
  1603. end)
  1604.  
  1605. Close.MouseButton1Click:connect(function()
  1606. game.CoreGui.SnowyMenu.Opener.Visible = true
  1607. game.CoreGui.SnowyMenu.MainFrame.Visible = false
  1608. game.CoreGui.SnowyMenu.Closer.Visible = false
  1609. end)
  1610.  
  1611. FEDance.MouseButton1Click:connect(function()
  1612. Player = "LocalPlayer"
  1613. AnimationId = "33796059"
  1614. local Anim = Instance.new("Animation")
  1615. Anim.AnimationId = "rbxassetid://"..AnimationId
  1616. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1617. k:Play() --Play the animation
  1618. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  1619. end)
  1620.  
  1621. FEBtools.MouseButton1Click:connect(function()
  1622. --fe cafe hammertool script cuz im gay--
  1623. maind = nil
  1624. if workspace:FindFirstChild'GiveSystem' then
  1625. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  1626. maind = workspace.GiveSystem.GiveItem
  1627. end
  1628. end
  1629. if workspace:FindFirstChild'HandToCentre' then
  1630. if workspace.HandToCentre:FindFirstChild'SendItem' then
  1631. maind = workspace.HandToCentre.SendItem
  1632. end
  1633. end
  1634. if maind == nil then
  1635. print'could not find give event :('
  1636. return
  1637. end
  1638. tool = Instance.new'Tool'
  1639. me = game:GetService'Players'.LocalPlayer
  1640. tool.RequiresHandle = false
  1641. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  1642. tool.Name = 'ya like jazz?'
  1643. tool.Parent = me.Backpack
  1644. buttonf = nil
  1645. tool.Equipped:connect(function()
  1646. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1647. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1648. buttonf = m.Button1Down:connect(function()
  1649. if m.Target == nil then return end
  1650. local ob = m.Target
  1651. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  1652. if ob:IsDescendantOf(me.Character) then return end
  1653. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  1654. local ex = Instance.new'Explosion'
  1655. ex.BlastRadius = 0
  1656. ex.Position = ob.Position
  1657. ex.Parent = workspace
  1658. maind:FireServer(workspace, ob)
  1659. wait(0.3)
  1660. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1661. end
  1662. end)
  1663. end)
  1664. tool.Unequipped:connect(function()
  1665. if buttonf ~= nil then
  1666. buttonf:Disconnect()
  1667. buttonf = nil
  1668. end
  1669. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1670. m.Icon = ''
  1671. end)
  1672. end)
  1673.  
  1674. FESpamBricks.MouseButton1Click:connect(function()
  1675. for i=1,20 do
  1676. wait(1)
  1677. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1678. if v:IsA'Accoutrement' then
  1679. v.Parent=game.Players.LocalPlayer.Character
  1680. v.Parent = workspace.Terrain
  1681. end
  1682. end
  1683. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1684. if v:IsA'Accoutrement' then
  1685. for ape,hax in pairs(v.Handle:GetChildren()) do
  1686. hax:Destroy()
  1687. end
  1688. wait'.1'
  1689. v.Parent=game.Players.LocalPlayer.StarterGear
  1690. end
  1691. end
  1692. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1693. v:Destroy()
  1694. end
  1695. local prt=Instance.new("Model", workspace);
  1696. Instance.new("Part", prt).Name="Torso";
  1697. Instance.new("Part", prt).Name="Head";
  1698. Instance.new("Humanoid", prt).Name="Humanoid";
  1699. game.Players.LocalPlayer.Character=prt
  1700.  
  1701. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  1702. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1703. if dad:IsA'Accoutrement' then
  1704. dad.Parent = game.Players.LocalPlayer.StarterGear
  1705. end
  1706. end
  1707. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1708. v:Destroy()
  1709. end
  1710. local prt2=Instance.new("Model", workspace);
  1711. Instance.new("Part", prt).Name="Torso";
  1712. Instance.new("Part", prt).Name="Head";
  1713. Instance.new("Humanoid", prt).Name="Humanoid";
  1714. game.Players.LocalPlayer.Character=prt
  1715. end
  1716. end)
  1717.  
  1718. FEDab.MouseButton1Click:connect(function()
  1719. Player = "LocalPlayer"
  1720. AnimationId = "248263260"
  1721. local Anim = Instance.new("Animation")
  1722. Anim.AnimationId = "rbxassetid://"..AnimationId
  1723. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1724. k:Play() --Play the animation
  1725. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  1726. end)
  1727.  
  1728. FESpasm.MouseButton1Click:connect(function()
  1729. Player = "LocalPlayer"
  1730. AnimationId = "33796059"
  1731. local Anim = Instance.new("Animation")
  1732. Anim.AnimationId = "rbxassetid://"..AnimationId
  1733. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1734. k:Play() --Play the animation
  1735. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  1736. end)
  1737.  
  1738. --================--
  1739. --================--
  1740. --End Of Script :P--
  1741. --================--
  1742. --================--
  1743.  
  1744. --=======================--
  1745. --=======================--
  1746. --StarterGui Made this GUI :V--
  1747. --=======================--
  1748. --=======================--
  1749. end)
  1750.  
  1751.  
  1752.  
  1753. XeX.Name = "XeX"
  1754. XeX.Parent = Scripts
  1755. XeX.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1756. XeX.BorderColor3 = Color3.new(0, 0, 0)
  1757. XeX.Position = UDim2.new(0.692529559, 0, 0.26648891, 0)
  1758. XeX.Size = UDim2.new(0, 130, 0, 36)
  1759. XeX.Font = Enum.Font.SourceSans
  1760. XeX.Text = "XeX"
  1761. XeX.TextColor3 = Color3.new(1, 1, 1)
  1762. XeX.TextSize = 14
  1763. XeX.MouseButton1Down:Connect(function()
  1764. --All scripts included in this GUI are NOT made by XeX, they where all taken from different GUIs and v3rm posts to make 1 GUI.
  1765. --Oh i forgot to mention, this was made by XeX, im shit at scripting btw.
  1766.  
  1767. local Music = Instance.new("Sound", game.Workspace)
  1768. Music.SoundId = "rbxassetid://869859606"
  1769. Music.Volume = 1
  1770. Music.Pitch = 1
  1771. Music:Play()
  1772. wait(1)
  1773.  
  1774. local GUI = Instance.new("ScreenGui")
  1775. local OpenFrame = Instance.new("Frame")
  1776. local OpenButton = Instance.new("TextButton")
  1777. local ScrollingFrame = Instance.new("ScrollingFrame")
  1778. local TextLabel = Instance.new("TextLabel")
  1779. local ImageLabel = Instance.new("ImageLabel")
  1780. local FEHT = Instance.new("TextButton")
  1781. local Dab = Instance.new("TextButton")
  1782. local CloseButton = Instance.new("TextButton")
  1783. local MinimizeButton = Instance.new("TextButton")
  1784. local TextLabel_2 = Instance.new("TextLabel")
  1785. local Dance = Instance.new("TextButton")
  1786. local Spas = Instance.new("TextButton")
  1787. local God = Instance.new("TextButton")
  1788. local Brick = Instance.new("TextButton")
  1789. local NC = Instance.new("TextButton")
  1790.  
  1791. GUI.Name = "GUI"
  1792. GUI.Parent = game.CoreGui
  1793.  
  1794. OpenFrame.Name = "OpenFrame"
  1795. OpenFrame.Parent = GUI
  1796. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1797. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  1798. OpenFrame.Position = UDim2.new(0, 0, 0, 609)
  1799. OpenFrame.Size = UDim2.new(0, 241, 0, 58)
  1800.  
  1801. OpenButton.Name = "OpenButton"
  1802. OpenButton.Parent = OpenFrame
  1803. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1804. OpenButton.BackgroundTransparency = 1
  1805. OpenButton.Size = UDim2.new(0, 241, 0, 58)
  1806. OpenButton.Font = Enum.Font.SourceSansLight
  1807. OpenButton.FontSize = Enum.FontSize.Size14
  1808. OpenButton.Text = "Open"
  1809. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  1810. OpenButton.TextScaled = true
  1811. OpenButton.TextSize = 14
  1812. OpenButton.TextWrapped = true
  1813.  
  1814. ScrollingFrame.Parent = GUI
  1815. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1816. ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
  1817. ScrollingFrame.Position = UDim2.new(0, 509, 0, 180)
  1818. ScrollingFrame.Size = UDim2.new(0, 587, 0, 375)
  1819. ScrollingFrame.Visible = false
  1820. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.850000024, 0)
  1821. ScrollingFrame.ScrollBarThickness = 0
  1822.  
  1823. TextLabel.Parent = ScrollingFrame
  1824. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1825. TextLabel.BackgroundTransparency = 1
  1826. TextLabel.BorderSizePixel = 0
  1827. TextLabel.Size = UDim2.new(0, 375, 0, 64)
  1828. TextLabel.Font = Enum.Font.SourceSansLight
  1829. TextLabel.FontSize = Enum.FontSize.Size14
  1830. TextLabel.Text = "100/100 GUI fam"
  1831. TextLabel.TextScaled = true
  1832. TextLabel.TextSize = 14
  1833. TextLabel.TextWrapped = true
  1834.  
  1835. ImageLabel.Parent = ScrollingFrame
  1836. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1837. ImageLabel.BackgroundTransparency = 1
  1838. ImageLabel.BorderSizePixel = 0
  1839. ImageLabel.Position = UDim2.new(0, 0, 0, 70)
  1840. ImageLabel.Size = UDim2.new(0, 251, 0, 153)
  1841. ImageLabel.Image = "rbxassetid://982367808"
  1842.  
  1843. FEHT.Name = "FEHT"
  1844. FEHT.Parent = ScrollingFrame
  1845. FEHT.BackgroundColor3 = Color3.new(1, 1, 1)
  1846. FEHT.BorderColor3 = Color3.new(0, 0, 0)
  1847. FEHT.Position = UDim2.new(0, 24, 0, 260)
  1848. FEHT.Size = UDim2.new(0, 253, 0, 78)
  1849. FEHT.Font = Enum.Font.SourceSansLight
  1850. FEHT.FontSize = Enum.FontSize.Size14
  1851. FEHT.Text = "FE Hammer Tool {For Cafes}"
  1852. FEHT.TextScaled = true
  1853. FEHT.TextSize = 14
  1854. FEHT.TextWrapped = true
  1855.  
  1856. Dab.Name = "Dab"
  1857. Dab.Parent = ScrollingFrame
  1858. Dab.BackgroundColor3 = Color3.new(1, 1, 1)
  1859. Dab.BorderColor3 = Color3.new(0, 0, 0)
  1860. Dab.Position = UDim2.new(0, 310, 0, 262)
  1861. Dab.Size = UDim2.new(0, 253, 0, 78)
  1862. Dab.Font = Enum.Font.SourceSansLight
  1863. Dab.FontSize = Enum.FontSize.Size14
  1864. Dab.Text = "Cancer \"dance\" {Dab}"
  1865. Dab.TextScaled = true
  1866. Dab.TextSize = 14
  1867. Dab.TextWrapped = true
  1868.  
  1869. CloseButton.Name = "CloseButton"
  1870. CloseButton.Parent = ScrollingFrame
  1871. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1872. CloseButton.BorderColor3 = Color3.new(0, 0, 0)
  1873. CloseButton.Position = UDim2.new(0, 534, 0, 0)
  1874. CloseButton.Size = UDim2.new(0, 53, 0, 45)
  1875. CloseButton.Font = Enum.Font.SourceSansLight
  1876. CloseButton.FontSize = Enum.FontSize.Size14
  1877. CloseButton.Text = "X"
  1878. CloseButton.TextScaled = true
  1879. CloseButton.TextSize = 14
  1880. CloseButton.TextWrapped = true
  1881.  
  1882. MinimizeButton.Name = "MinimizeButton"
  1883. MinimizeButton.Parent = ScrollingFrame
  1884. MinimizeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1885. MinimizeButton.BorderColor3 = Color3.new(0, 0, 0)
  1886. MinimizeButton.Position = UDim2.new(0, 481, 0, 0)
  1887. MinimizeButton.Size = UDim2.new(0, 53, 0, 45)
  1888. MinimizeButton.Font = Enum.Font.SourceSansLight
  1889. MinimizeButton.FontSize = Enum.FontSize.Size14
  1890. MinimizeButton.Text = "_"
  1891. MinimizeButton.TextScaled = true
  1892. MinimizeButton.TextSize = 14
  1893. MinimizeButton.TextWrapped = true
  1894.  
  1895. TextLabel_2.Parent = ScrollingFrame
  1896. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1897. TextLabel_2.BackgroundTransparency = 1
  1898. TextLabel_2.BorderSizePixel = 0
  1899. TextLabel_2.Position = UDim2.new(0, 250, 0, 56)
  1900. TextLabel_2.Size = UDim2.new(0, 322, 0, 149)
  1901. TextLabel_2.Font = Enum.Font.SourceSansLight
  1902. TextLabel_2.FontSize = Enum.FontSize.Size14
  1903. TextLabel_2.Text = "All scripts in this GUI where taken from all different GUIs and scripts found on v3rm to make a one GUI. All credits go to their creators."
  1904. TextLabel_2.TextScaled = true
  1905. TextLabel_2.TextSize = 14
  1906. TextLabel_2.TextWrapped = true
  1907.  
  1908. Dance.Name = "Dance"
  1909. Dance.Parent = ScrollingFrame
  1910. Dance.BackgroundColor3 = Color3.new(1, 1, 1)
  1911. Dance.BorderColor3 = Color3.new(0, 0, 0)
  1912. Dance.Position = UDim2.new(0, 22, 0, 375)
  1913. Dance.Size = UDim2.new(0, 253, 0, 78)
  1914. Dance.Font = Enum.Font.SourceSansLight
  1915. Dance.FontSize = Enum.FontSize.Size14
  1916. Dance.Text = "Dance 'till you're dead, lol."
  1917. Dance.TextScaled = true
  1918. Dance.TextSize = 14
  1919. Dance.TextWrapped = true
  1920.  
  1921. Spas.Name = "Spas"
  1922. Spas.Parent = ScrollingFrame
  1923. Spas.BackgroundColor3 = Color3.new(1, 1, 1)
  1924. Spas.BorderColor3 = Color3.new(0, 0, 0)
  1925. Spas.Position = UDim2.new(0, 312, 0, 375)
  1926. Spas.Size = UDim2.new(0, 253, 0, 78)
  1927. Spas.Font = Enum.Font.SourceSansLight
  1928. Spas.FontSize = Enum.FontSize.Size14
  1929. Spas.Text = "Have a spasm attack"
  1930. Spas.TextScaled = true
  1931. Spas.TextSize = 14
  1932. Spas.TextWrapped = true
  1933.  
  1934. God.Name = "God"
  1935. God.Parent = ScrollingFrame
  1936. God.BackgroundColor3 = Color3.new(1, 1, 1)
  1937. God.BorderColor3 = Color3.new(0, 0, 0)
  1938. God.Position = UDim2.new(0, 21, 0, 491)
  1939. God.Size = UDim2.new(0, 253, 0, 78)
  1940. God.Font = Enum.Font.SourceSansLight
  1941. God.FontSize = Enum.FontSize.Size14
  1942. God.Text = "God Mode {May glitch out items}"
  1943. God.TextScaled = true
  1944. God.TextSize = 14
  1945. God.TextWrapped = true
  1946.  
  1947. Brick.Name = "Brick"
  1948. Brick.Parent = ScrollingFrame
  1949. Brick.BackgroundColor3 = Color3.new(1, 1, 1)
  1950. Brick.BorderColor3 = Color3.new(0, 0, 0)
  1951. Brick.Position = UDim2.new(0, 309, 0, 490)
  1952. Brick.Size = UDim2.new(0, 253, 0, 78)
  1953. Brick.Font = Enum.Font.SourceSansLight
  1954. Brick.FontSize = Enum.FontSize.Size14
  1955. Brick.Text = "Brick the mother fuckin' place"
  1956. Brick.TextScaled = true
  1957. Brick.TextSize = 14
  1958. Brick.TextWrapped = true
  1959.  
  1960. NC.Name = "NC"
  1961. NC.Parent = ScrollingFrame
  1962. NC.BackgroundColor3 = Color3.new(1, 1, 1)
  1963. NC.BorderColor3 = Color3.new(0, 0, 0)
  1964. NC.Position = UDim2.new(0, 24, 0, 601)
  1965. NC.Size = UDim2.new(0, 544, 0, 78)
  1966. NC.Font = Enum.Font.SourceSansLight
  1967. NC.FontSize = Enum.FontSize.Size14
  1968. NC.Text = "Noclip {Use the Keybind M to toggle it}"
  1969. NC.TextScaled = true
  1970. NC.TextSize = 14
  1971. NC.TextWrapped = true
  1972.  
  1973. OpenButton.MouseButton1Click:connect(function()
  1974. game.CoreGui.GUI.OpenFrame.Visible = false
  1975. game.CoreGui.GUI.ScrollingFrame.Visible = true
  1976. end)
  1977.  
  1978. MinimizeButton.MouseButton1Click:connect(function()
  1979. game.CoreGui.GUI.OpenFrame.Visible = true
  1980. game.CoreGui.GUI.ScrollingFrame.Visible = false
  1981. end)
  1982.  
  1983. CloseButton.MouseButton1Click:connect(function()
  1984. game.CoreGui.GUI.OpenFrame.Visible = false
  1985. game.CoreGui.GUI.ScrollingFrame.Visible = false
  1986. end)
  1987.  
  1988. FEHT.MouseButton1Click:connect(function()
  1989. --fe cafe hammertool script cuz im gay--
  1990. maind = nil
  1991. if workspace:FindFirstChild'GiveSystem' then
  1992. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  1993. maind = workspace.GiveSystem.GiveItem
  1994. end
  1995. end
  1996. if workspace:FindFirstChild'HandToCentre' then
  1997. if workspace.HandToCentre:FindFirstChild'SendItem' then
  1998. maind = workspace.HandToCentre.SendItem
  1999. end
  2000. end
  2001. if maind == nil then
  2002. print'could not find give event :('
  2003. return
  2004. end
  2005. tool = Instance.new'Tool'
  2006. me = game:GetService'Players'.LocalPlayer
  2007. tool.RequiresHandle = false
  2008. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  2009. tool.Name = 'ya like jazz?'
  2010. tool.Parent = me.Backpack
  2011. buttonf = nil
  2012. tool.Equipped:connect(function()
  2013. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  2014. m.Icon = 'rbxasset://textures/HammerCursor.png'
  2015. buttonf = m.Button1Down:connect(function()
  2016. if m.Target == nil then return end
  2017. local ob = m.Target
  2018. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  2019. if ob:IsDescendantOf(me.Character) then return end
  2020. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  2021. local ex = Instance.new'Explosion'
  2022. ex.BlastRadius = 0
  2023. ex.Position = ob.Position
  2024. ex.Parent = workspace
  2025. maind:FireServer(workspace, ob)
  2026. wait(0.3)
  2027. m.Icon = 'rbxasset://textures/HammerCursor.png'
  2028. end
  2029. end)
  2030. end)
  2031. tool.Unequipped:connect(function()
  2032. if buttonf ~= nil then
  2033. buttonf:Disconnect()
  2034. buttonf = nil
  2035. end
  2036. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  2037. m.Icon = ''
  2038. end)
  2039. end)
  2040.  
  2041. Dab.MouseButton1Click:connect(function()
  2042. Player = "LocalPlayer"
  2043. AnimationId = "248263260"
  2044. local Anim = Instance.new("Animation")
  2045. Anim.AnimationId = "rbxassetid://"..AnimationId
  2046. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2047. k:Play() --Play the animation
  2048. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2049. end)
  2050.  
  2051. God.MouseButton1Click:connect(function()
  2052. local player = game.Players.LocalPlayer
  2053.  
  2054. if player.Character then
  2055.  
  2056. if player.Character:FindFirstChild("Humanoid") then
  2057.  
  2058. player.Character.Humanoid.Name = "1"
  2059.  
  2060. end
  2061.  
  2062. local l = player.Character["1"]:Clone()
  2063.  
  2064. l.Parent = player.Character
  2065.  
  2066. l.Name = "Humanoid"; wait(0.1)
  2067.  
  2068. player.Character["1"]:Destroy()
  2069.  
  2070. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  2071.  
  2072. player.Character.Animate.Disabled = true; wait(0.1)
  2073.  
  2074. player.Character.Animate.Disabled = false
  2075.  
  2076. end
  2077. end)
  2078.  
  2079. Dance.MouseButton1Click:connect(function()
  2080. Player = "LocalPlayer"
  2081. AnimationId = "33796059"
  2082. local Anim = Instance.new("Animation")
  2083. Anim.AnimationId = "rbxassetid://"..AnimationId
  2084. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2085. k:Play() --Play the animation
  2086. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  2087. end)
  2088.  
  2089. NC.MouseButton1Click:connect(function()
  2090. --Script by Kohltastrophe / Toggle made by Kujo ; )
  2091. game.Players.LocalPlayer.DevCameraOcclusionMode = 'Invisicam' --INVISCAM!!!
  2092. local mouse = game.Players.LocalPlayer:GetMouse()
  2093. local torso = game.Players.LocalPlayer.Character.Torso
  2094. local dir = {w = 0, s = 0, a = 0, d = 0}
  2095. local spd = 2 mouse.KeyDown:connect(function(key)
  2096. if key:lower() == "w" then dir.w = 1
  2097. elseif key:lower() == "s" then dir.s = 1
  2098. elseif key:lower() == "a" then dir.a = 1
  2099. elseif key:lower() == "d" then dir.d = 1
  2100. elseif key:lower() == "q" then spd = spd + 1
  2101. elseif key:lower() == "e" then spd = spd - 1
  2102. end end)
  2103. mouse.KeyUp:connect(function(key)
  2104. if key:lower() == "w" then
  2105. dir.w = 0
  2106. elseif key:lower() == "s" then dir.s = 0
  2107. elseif key:lower() == "a" then dir.a = 0
  2108. elseif key:lower() == "d" then dir.d = 0
  2109. end end)
  2110.  
  2111.  
  2112. enabled = false
  2113. mouse.keyDown:connect(function(key)
  2114. if (key) == "m" and enabled == false then
  2115. enabled = true
  2116. repeat wait(1/44)
  2117. game.Players.LocalPlayer.Character.Torso.Anchored = true
  2118. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  2119. torso.CFrame = CFrame.new(torso.Position, game.Workspace.CurrentCamera.CoordinateFrame.p) * CFrame.Angles(0,math.rad(180),0) * CFrame.new((dir.d-dir.a)*spd,0,(dir.s-dir.w)*spd)
  2120. until enabled == false
  2121. elseif enabled == false then
  2122. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2123. game.Players.LocalPlayer.Character.Torso.Anchored = false
  2124. end
  2125. if (key) == "m" and enabled == true then
  2126. enabled = false
  2127. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2128. game.Players.LocalPlayer.Character.Torso.Anchored = false
  2129.  
  2130.  
  2131. end
  2132.  
  2133. end)
  2134. end)
  2135.  
  2136. Spas.MouseButton1Click:connect(function()
  2137. Player = "LocalPlayer"
  2138. AnimationId = "33796059"
  2139. local Anim = Instance.new("Animation")
  2140. Anim.AnimationId = "rbxassetid://"..AnimationId
  2141. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  2142. k:Play() --Play the animation
  2143. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  2144. end)
  2145.  
  2146. Brick.MouseButton1Click:connect(function()
  2147. for i=1,20 do
  2148. wait(1)
  2149. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2150. if v:IsA'Accoutrement' then
  2151. v.Parent=game.Players.LocalPlayer.Character
  2152. v.Parent = workspace.Terrain
  2153. end
  2154. end
  2155. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2156. if v:IsA'Accoutrement' then
  2157. for ape,hax in pairs(v.Handle:GetChildren()) do
  2158. hax:Destroy()
  2159. end
  2160. wait'.1'
  2161. v.Parent=game.Players.LocalPlayer.StarterGear
  2162. end
  2163. end
  2164. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2165. v:Destroy()
  2166. end
  2167. local prt=Instance.new("Model", workspace);
  2168. Instance.new("Part", prt).Name="Torso";
  2169. Instance.new("Part", prt).Name="Head";
  2170. Instance.new("Humanoid", prt).Name="Humanoid";
  2171. game.Players.LocalPlayer.Character=prt
  2172.  
  2173. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  2174. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2175. if dad:IsA'Accoutrement' then
  2176. dad.Parent = game.Players.LocalPlayer.StarterGear
  2177. end
  2178. end
  2179. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2180. v:Destroy()
  2181. end
  2182. local prt2=Instance.new("Model", workspace);
  2183. Instance.new("Part", prt).Name="Torso";
  2184. Instance.new("Part", prt).Name="Head";
  2185. Instance.new("Humanoid", prt).Name="Humanoid";
  2186. game.Players.LocalPlayer.Character=prt
  2187. end
  2188. end)
  2189. end)
  2190. Fly.Name = "Fly"
  2191. Fly.Parent = Scripts
  2192. Fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2193. Fly.BorderColor3 = Color3.new(0, 0, 0)
  2194. Fly.Position = UDim2.new(0.0391617306, 0, 0.36506933, 0)
  2195. Fly.Size = UDim2.new(0, 130, 0, 36)
  2196. Fly.Font = Enum.Font.SourceSans
  2197. Fly.Text = "Fly"
  2198. Fly.TextColor3 = Color3.new(1, 1, 1)
  2199. Fly.TextSize = 14
  2200. Fly.MouseButton1Down:connect(function()
  2201. repeat wait()
  2202. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2203. local mouse = game.Players.LocalPlayer:GetMouse()
  2204. repeat wait() until mouse
  2205. local plr = game.Players.LocalPlayer
  2206. local torso = plr.Character.Torso
  2207. local flying = true
  2208. local deb = true
  2209. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2210. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2211. local maxspeed = 50
  2212. local speed = 0
  2213.  
  2214. function Fly()
  2215. local bg = Instance.new("BodyGyro", torso)
  2216. bg.P = 9e4
  2217. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2218. bg.cframe = torso.CFrame
  2219. local bv = Instance.new("BodyVelocity", torso)
  2220. bv.velocity = Vector3.new(0,0.1,0)
  2221. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2222. repeat wait()
  2223. plr.Character.Humanoid.PlatformStand = true
  2224. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2225. speed = speed+.5+(speed/maxspeed)
  2226. if speed > maxspeed then
  2227. speed = maxspeed
  2228. end
  2229. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2230. speed = speed-1
  2231. if speed < 0 then
  2232. speed = 0
  2233. end
  2234. end
  2235. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2236. 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
  2237. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2238. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2239. 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
  2240. else
  2241. bv.velocity = Vector3.new(0,0.1,0)
  2242. end
  2243. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2244. until not flying
  2245. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2246. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2247. speed = 0
  2248. bg:Destroy()
  2249. bv:Destroy()
  2250. plr.Character.Humanoid.PlatformStand = false
  2251. end
  2252. mouse.KeyDown:connect(function(key)
  2253. if key:lower() == "e" then
  2254. if flying then flying = false
  2255. else
  2256. flying = true
  2257. Fly()
  2258. end
  2259. elseif key:lower() == "w" then
  2260. ctrl.f = 1
  2261. elseif key:lower() == "s" then
  2262. ctrl.b = -1
  2263. elseif key:lower() == "a" then
  2264. ctrl.l = -1
  2265. elseif key:lower() == "d" then
  2266. ctrl.r = 1
  2267. end
  2268. end)
  2269. mouse.KeyUp:connect(function(key)
  2270. if key:lower() == "w" then
  2271. ctrl.f = 0
  2272. elseif key:lower() == "s" then
  2273. ctrl.b = 0
  2274. elseif key:lower() == "a" then
  2275. ctrl.l = 0
  2276. elseif key:lower() == "d" then
  2277. ctrl.r = 0
  2278. end
  2279. end)
  2280. Fly()
  2281. end)
  2282.  
  2283. God.Name = "God"
  2284. God.Parent = Scripts
  2285. God.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2286. God.BorderColor3 = Color3.new(0, 0, 0)
  2287. God.Position = UDim2.new(0.363645583, 0, 0.36506933, 0)
  2288. God.Size = UDim2.new(0, 130, 0, 36)
  2289. God.Font = Enum.Font.SourceSans
  2290. God.Text = "God"
  2291. God.TextColor3 = Color3.new(1, 1, 1)
  2292. God.TextSize = 14
  2293. God.MouseButton1Down:connect(function()
  2294. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2295. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2296. l.Parent = game.Players.LocalPlayer.Character
  2297. l.Name = "Humanoid"
  2298. wait(0.1)
  2299. game.Players.LocalPlayer.Character["1"]:Destroy()
  2300. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2301. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2302. wait(0.1)
  2303. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2304. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2305. end)
  2306. HighHips.Name = "HighHips"
  2307. HighHips.Parent = Scripts
  2308. HighHips.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2309. HighHips.BorderColor3 = Color3.new(0, 0, 0)
  2310. HighHips.Position = UDim2.new(0.69104147, 0, 0.364524573, 0)
  2311. HighHips.Size = UDim2.new(0, 130, 0, 36)
  2312. HighHips.Font = Enum.Font.SourceSans
  2313. HighHips.Text = "Killfling"
  2314. HighHips.TextColor3 = Color3.new(1, 1, 1)
  2315. HighHips.TextSize = 14
  2316. HighHips.MouseButton1Down:connect(function()
  2317. -- Made by JackMcJagger15
  2318.  
  2319. power = 800 -- change this to make it more or less powerful
  2320.  
  2321. game:GetService('RunService').Stepped:connect(function()
  2322. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2323. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2324. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2325. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2326. end)
  2327.  
  2328. wait(.1)
  2329. local bambam = Instance.new("BodyThrust")
  2330. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2331. bambam.Force = Vector3.new(power,0,power)
  2332. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2333. end)
  2334.  
  2335. ChatSpam.Name = "ChatSpam"
  2336. ChatSpam.Parent = Scripts
  2337. ChatSpam.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2338. ChatSpam.BorderColor3 = Color3.new(0, 0, 0)
  2339. ChatSpam.Position = UDim2.new(0.690312266, 0, 0.316288829, 0)
  2340. ChatSpam.Size = UDim2.new(0, 130, 0, 36)
  2341. ChatSpam.Font = Enum.Font.SourceSans
  2342. ChatSpam.Text = "Chat Spam"
  2343. ChatSpam.TextColor3 = Color3.new(1, 1, 1)
  2344. ChatSpam.TextSize = 14
  2345. ChatSpam.MouseButton1Down:connect(function()
  2346. --Chat all script (Shows in main chat) made by HollowNoob1558
  2347. --[ Configuration ]--
  2348.  
  2349. local message = "YALL NOOBS"
  2350.  
  2351. --[ Do not edit under here pls ]--
  2352.  
  2353. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2354. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2355. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2356. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2357. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2358. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2359. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2360. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2361. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2362. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2363. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message,"LocalPlayer")
  2364. end)
  2365.  
  2366. Info.Name = "Info"
  2367. Info.Parent = Scripts
  2368. Info.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  2369. Info.BorderColor3 = Color3.new(0, 0, 0)
  2370. Info.Position = UDim2.new(0.212860301, 0, 0.430155218, 0)
  2371. Info.Size = UDim2.new(0, 235, 0, 251)
  2372.  
  2373. Discord.Name = "Discord"
  2374. Discord.Parent = Info
  2375. Discord.BackgroundColor3 = Color3.new(0.156863, 0.407843, 0.945098)
  2376. Discord.Size = UDim2.new(0, 235, 0, 31)
  2377. Discord.Font = Enum.Font.SourceSans
  2378. Discord.Text = "Discord Sever"
  2379. Discord.TextColor3 = Color3.new(1, 1, 1)
  2380. Discord.TextSize = 14
  2381.  
  2382. DiscordLink.Name = "DiscordLink"
  2383. DiscordLink.Parent = Info
  2384. DiscordLink.BackgroundColor3 = Color3.new(0.156863, 0.407843, 0.945098)
  2385. DiscordLink.BackgroundTransparency = 1
  2386. DiscordLink.BorderSizePixel = 0
  2387. DiscordLink.Position = UDim2.new(0, 0, 0.434262961, 0)
  2388. DiscordLink.Size = UDim2.new(0, 235, 0, 31)
  2389. DiscordLink.Font = Enum.Font.GothamSemibold
  2390. DiscordLink.Text = "https://discord.gg/JvHskGp"
  2391. DiscordLink.TextColor3 = Color3.new(1, 1, 1)
  2392. DiscordLink.TextScaled = true
  2393. DiscordLink.TextSize = 14
  2394. DiscordLink.TextWrapped = true
  2395.  
  2396. Header_2.Name = "Header"
  2397. Header_2.Parent = Hub
  2398. Header_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  2399. Header_2.BorderColor3 = Color3.new(0, 0, 0)
  2400. Header_2.BorderSizePixel = 2
  2401. Header_2.Size = UDim2.new(1, 100, -0.0674394071, 100)
  2402.  
  2403. HeaderLogo.Name = "HeaderLogo"
  2404. HeaderLogo.Parent = Header_2
  2405. HeaderLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  2406. HeaderLogo.BackgroundTransparency = 1
  2407. HeaderLogo.BorderSizePixel = 0
  2408. HeaderLogo.Size = UDim2.new(0, 251, 0, 36)
  2409. HeaderLogo.Font = Enum.Font.SourceSansBold
  2410. HeaderLogo.Text = "Toxic Hub"
  2411. HeaderLogo.TextColor3 = Color3.new(1, 1, 1)
  2412. HeaderLogo.TextScaled = true
  2413. HeaderLogo.TextSize = 14
  2414. HeaderLogo.TextWrapped = true
  2415. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement