SyntaxIsHere

Untitled

Nov 1st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 KB | None | 0 0
  1. --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.
  2. --Oh i forgot to mention, this was made by XeX, im shit at scripting btw.
  3.  
  4. local Music = Instance.new("Sound", game.Workspace)
  5. Music.SoundId = "rbxassetid://869859606"
  6. Music.Volume = 1
  7. Music.Pitch = 1
  8. Music:Play()
  9. wait(1)
  10.  
  11. local GUI = Instance.new("ScreenGui")
  12. local OpenFrame = Instance.new("Frame")
  13. local OpenButton = Instance.new("TextButton")
  14. local ScrollingFrame = Instance.new("ScrollingFrame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local ImageLabel = Instance.new("ImageLabel")
  17. local FEHT = Instance.new("TextButton")
  18. local Dab = Instance.new("TextButton")
  19. local CloseButton = Instance.new("TextButton")
  20. local MinimizeButton = Instance.new("TextButton")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local Dance = Instance.new("TextButton")
  23. local Spas = Instance.new("TextButton")
  24. local God = Instance.new("TextButton")
  25. local Brick = Instance.new("TextButton")
  26. local NC = Instance.new("TextButton")
  27.  
  28. GUI.Name = "GUI"
  29. GUI.Parent = game.CoreGui
  30.  
  31. OpenFrame.Name = "OpenFrame"
  32. OpenFrame.Parent = GUI
  33. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  34. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  35. OpenFrame.Position = UDim2.new(0, 0, 0, 609)
  36. OpenFrame.Size = UDim2.new(0, 241, 0, 58)
  37.  
  38. OpenButton.Name = "OpenButton"
  39. OpenButton.Parent = OpenFrame
  40. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  41. OpenButton.BackgroundTransparency = 1
  42. OpenButton.Size = UDim2.new(0, 241, 0, 58)
  43. OpenButton.Font = Enum.Font.SourceSansLight
  44. OpenButton.FontSize = Enum.FontSize.Size14
  45. OpenButton.Text = "Open"
  46. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  47. OpenButton.TextScaled = true
  48. OpenButton.TextSize = 14
  49. OpenButton.TextWrapped = true
  50.  
  51. ScrollingFrame.Parent = GUI
  52. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  53. ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
  54. ScrollingFrame.Position = UDim2.new(0, 509, 0, 180)
  55. ScrollingFrame.Size = UDim2.new(0, 587, 0, 375)
  56. ScrollingFrame.Visible = false
  57. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.850000024, 0)
  58. ScrollingFrame.ScrollBarThickness = 0
  59.  
  60. TextLabel.Parent = ScrollingFrame
  61. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextLabel.BackgroundTransparency = 1
  63. TextLabel.BorderSizePixel = 0
  64. TextLabel.Size = UDim2.new(0, 375, 0, 64)
  65. TextLabel.Font = Enum.Font.SourceSansLight
  66. TextLabel.FontSize = Enum.FontSize.Size14
  67. TextLabel.Text = "100/100 GUI fam"
  68. TextLabel.TextScaled = true
  69. TextLabel.TextSize = 14
  70. TextLabel.TextWrapped = true
  71.  
  72. ImageLabel.Parent = ScrollingFrame
  73. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  74. ImageLabel.BackgroundTransparency = 1
  75. ImageLabel.BorderSizePixel = 0
  76. ImageLabel.Position = UDim2.new(0, 0, 0, 70)
  77. ImageLabel.Size = UDim2.new(0, 251, 0, 153)
  78. ImageLabel.Image = "rbxassetid://982367808"
  79.  
  80. FEHT.Name = "FEHT"
  81. FEHT.Parent = ScrollingFrame
  82. FEHT.BackgroundColor3 = Color3.new(1, 1, 1)
  83. FEHT.BorderColor3 = Color3.new(0, 0, 0)
  84. FEHT.Position = UDim2.new(0, 24, 0, 260)
  85. FEHT.Size = UDim2.new(0, 253, 0, 78)
  86. FEHT.Font = Enum.Font.SourceSansLight
  87. FEHT.FontSize = Enum.FontSize.Size14
  88. FEHT.Text = "FE Hammer Tool {For Cafes}"
  89. FEHT.TextScaled = true
  90. FEHT.TextSize = 14
  91. FEHT.TextWrapped = true
  92.  
  93. Dab.Name = "Dab"
  94. Dab.Parent = ScrollingFrame
  95. Dab.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Dab.BorderColor3 = Color3.new(0, 0, 0)
  97. Dab.Position = UDim2.new(0, 310, 0, 262)
  98. Dab.Size = UDim2.new(0, 253, 0, 78)
  99. Dab.Font = Enum.Font.SourceSansLight
  100. Dab.FontSize = Enum.FontSize.Size14
  101. Dab.Text = "Cancer \"dance\" {Dab}"
  102. Dab.TextScaled = true
  103. Dab.TextSize = 14
  104. Dab.TextWrapped = true
  105.  
  106. CloseButton.Name = "CloseButton"
  107. CloseButton.Parent = ScrollingFrame
  108. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  109. CloseButton.BorderColor3 = Color3.new(0, 0, 0)
  110. CloseButton.Position = UDim2.new(0, 534, 0, 0)
  111. CloseButton.Size = UDim2.new(0, 53, 0, 45)
  112. CloseButton.Font = Enum.Font.SourceSansLight
  113. CloseButton.FontSize = Enum.FontSize.Size14
  114. CloseButton.Text = "X"
  115. CloseButton.TextScaled = true
  116. CloseButton.TextSize = 14
  117. CloseButton.TextWrapped = true
  118.  
  119. MinimizeButton.Name = "MinimizeButton"
  120. MinimizeButton.Parent = ScrollingFrame
  121. MinimizeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  122. MinimizeButton.BorderColor3 = Color3.new(0, 0, 0)
  123. MinimizeButton.Position = UDim2.new(0, 481, 0, 0)
  124. MinimizeButton.Size = UDim2.new(0, 53, 0, 45)
  125. MinimizeButton.Font = Enum.Font.SourceSansLight
  126. MinimizeButton.FontSize = Enum.FontSize.Size14
  127. MinimizeButton.Text = "_"
  128. MinimizeButton.TextScaled = true
  129. MinimizeButton.TextSize = 14
  130. MinimizeButton.TextWrapped = true
  131.  
  132. TextLabel_2.Parent = ScrollingFrame
  133. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextLabel_2.BackgroundTransparency = 1
  135. TextLabel_2.BorderSizePixel = 0
  136. TextLabel_2.Position = UDim2.new(0, 250, 0, 56)
  137. TextLabel_2.Size = UDim2.new(0, 322, 0, 149)
  138. TextLabel_2.Font = Enum.Font.SourceSansLight
  139. TextLabel_2.FontSize = Enum.FontSize.Size14
  140. 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."
  141. TextLabel_2.TextScaled = true
  142. TextLabel_2.TextSize = 14
  143. TextLabel_2.TextWrapped = true
  144.  
  145. Dance.Name = "Dance"
  146. Dance.Parent = ScrollingFrame
  147. Dance.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Dance.BorderColor3 = Color3.new(0, 0, 0)
  149. Dance.Position = UDim2.new(0, 22, 0, 375)
  150. Dance.Size = UDim2.new(0, 253, 0, 78)
  151. Dance.Font = Enum.Font.SourceSansLight
  152. Dance.FontSize = Enum.FontSize.Size14
  153. Dance.Text = "Dance 'till you're dead, lol."
  154. Dance.TextScaled = true
  155. Dance.TextSize = 14
  156. Dance.TextWrapped = true
  157.  
  158. Spas.Name = "Spas"
  159. Spas.Parent = ScrollingFrame
  160. Spas.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Spas.BorderColor3 = Color3.new(0, 0, 0)
  162. Spas.Position = UDim2.new(0, 312, 0, 375)
  163. Spas.Size = UDim2.new(0, 253, 0, 78)
  164. Spas.Font = Enum.Font.SourceSansLight
  165. Spas.FontSize = Enum.FontSize.Size14
  166. Spas.Text = "Have a spasm attack"
  167. Spas.TextScaled = true
  168. Spas.TextSize = 14
  169. Spas.TextWrapped = true
  170.  
  171. God.Name = "God"
  172. God.Parent = ScrollingFrame
  173. God.BackgroundColor3 = Color3.new(1, 1, 1)
  174. God.BorderColor3 = Color3.new(0, 0, 0)
  175. God.Position = UDim2.new(0, 21, 0, 491)
  176. God.Size = UDim2.new(0, 253, 0, 78)
  177. God.Font = Enum.Font.SourceSansLight
  178. God.FontSize = Enum.FontSize.Size14
  179. God.Text = "God Mode {May glitch out items}"
  180. God.TextScaled = true
  181. God.TextSize = 14
  182. God.TextWrapped = true
  183.  
  184. Brick.Name = "Brick"
  185. Brick.Parent = ScrollingFrame
  186. Brick.BackgroundColor3 = Color3.new(1, 1, 1)
  187. Brick.BorderColor3 = Color3.new(0, 0, 0)
  188. Brick.Position = UDim2.new(0, 309, 0, 490)
  189. Brick.Size = UDim2.new(0, 253, 0, 78)
  190. Brick.Font = Enum.Font.SourceSansLight
  191. Brick.FontSize = Enum.FontSize.Size14
  192. Brick.Text = "Brick the mother fuckin' place"
  193. Brick.TextScaled = true
  194. Brick.TextSize = 14
  195. Brick.TextWrapped = true
  196.  
  197. NC.Name = "NC"
  198. NC.Parent = ScrollingFrame
  199. NC.BackgroundColor3 = Color3.new(1, 1, 1)
  200. NC.BorderColor3 = Color3.new(0, 0, 0)
  201. NC.Position = UDim2.new(0, 24, 0, 601)
  202. NC.Size = UDim2.new(0, 544, 0, 78)
  203. NC.Font = Enum.Font.SourceSansLight
  204. NC.FontSize = Enum.FontSize.Size14
  205. NC.Text = "Noclip {Use the Keybind M to toggle it}"
  206. NC.TextScaled = true
  207. NC.TextSize = 14
  208. NC.TextWrapped = true
  209.  
  210. OpenButton.MouseButton1Click:connect(function()
  211. game.CoreGui.GUI.OpenFrame.Visible = false
  212. game.CoreGui.GUI.ScrollingFrame.Visible = true
  213. end)
  214.  
  215. MinimizeButton.MouseButton1Click:connect(function()
  216. game.CoreGui.GUI.OpenFrame.Visible = true
  217. game.CoreGui.GUI.ScrollingFrame.Visible = false
  218. end)
  219.  
  220. CloseButton.MouseButton1Click:connect(function()
  221. game.CoreGui.GUI.OpenFrame.Visible = false
  222. game.CoreGui.GUI.ScrollingFrame.Visible = false
  223. end)
  224.  
  225. FEHT.MouseButton1Click:connect(function()
  226. --fe cafe hammertool script cuz im gay--
  227. maind = nil
  228. if workspace:FindFirstChild'GiveSystem' then
  229. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  230. maind = workspace.GiveSystem.GiveItem
  231. end
  232. end
  233. if workspace:FindFirstChild'HandToCentre' then
  234. if workspace.HandToCentre:FindFirstChild'SendItem' then
  235. maind = workspace.HandToCentre.SendItem
  236. end
  237. end
  238. if maind == nil then
  239. print'could not find give event :('
  240. return
  241. end
  242. tool = Instance.new'Tool'
  243. me = game:GetService'Players'.LocalPlayer
  244. tool.RequiresHandle = false
  245. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  246. tool.Name = 'ya like jazz?'
  247. tool.Parent = me.Backpack
  248. buttonf = nil
  249. tool.Equipped:connect(function()
  250. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  251. m.Icon = 'rbxasset://textures/HammerCursor.png'
  252. buttonf = m.Button1Down:connect(function()
  253. if m.Target == nil then return end
  254. local ob = m.Target
  255. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  256. if ob:IsDescendantOf(me.Character) then return end
  257. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  258. local ex = Instance.new'Explosion'
  259. ex.BlastRadius = 0
  260. ex.Position = ob.Position
  261. ex.Parent = workspace
  262. maind:FireServer(workspace, ob)
  263. wait(0.3)
  264. m.Icon = 'rbxasset://textures/HammerCursor.png'
  265. end
  266. end)
  267. end)
  268. tool.Unequipped:connect(function()
  269. if buttonf ~= nil then
  270. buttonf:Disconnect()
  271. buttonf = nil
  272. end
  273. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  274. m.Icon = ''
  275. end)
  276. end)
  277.  
  278. Dab.MouseButton1Click:connect(function()
  279. Player = "LocalPlayer"
  280. AnimationId = "248263260"
  281. local Anim = Instance.new("Animation")
  282. Anim.AnimationId = "rbxassetid://"..AnimationId
  283. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  284. k:Play() --Play the animation
  285. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  286. end)
  287.  
  288. God.MouseButton1Click:connect(function()
  289. local player = game.Players.LocalPlayer
  290.  
  291. if player.Character then
  292.  
  293. if player.Character:FindFirstChild("Humanoid") then
  294.  
  295. player.Character.Humanoid.Name = "1"
  296.  
  297. end
  298.  
  299. local l = player.Character["1"]:Clone()
  300.  
  301. l.Parent = player.Character
  302.  
  303. l.Name = "Humanoid"; wait(0.1)
  304.  
  305. player.Character["1"]:Destroy()
  306.  
  307. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  308.  
  309. player.Character.Animate.Disabled = true; wait(0.1)
  310.  
  311. player.Character.Animate.Disabled = false
  312.  
  313. end
  314. end)
  315.  
  316. Dance.MouseButton1Click:connect(function()
  317. Player = "LocalPlayer"
  318. AnimationId = "33796059"
  319. local Anim = Instance.new("Animation")
  320. Anim.AnimationId = "rbxassetid://"..AnimationId
  321. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  322. k:Play() --Play the animation
  323. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  324. end)
  325.  
  326. NC.MouseButton1Click:connect(function()
  327. --Script by Kohltastrophe / Toggle made by Kujo ; )
  328. game.Players.LocalPlayer.DevCameraOcclusionMode = 'Invisicam' --INVISCAM!!!
  329. local mouse = game.Players.LocalPlayer:GetMouse()
  330. local torso = game.Players.LocalPlayer.Character.Torso
  331. local dir = {w = 0, s = 0, a = 0, d = 0}
  332. local spd = 2 mouse.KeyDown:connect(function(key)
  333. if key:lower() == "w" then dir.w = 1
  334. elseif key:lower() == "s" then dir.s = 1
  335. elseif key:lower() == "a" then dir.a = 1
  336. elseif key:lower() == "d" then dir.d = 1
  337. elseif key:lower() == "q" then spd = spd + 1
  338. elseif key:lower() == "e" then spd = spd - 1
  339. end end)
  340. mouse.KeyUp:connect(function(key)
  341. if key:lower() == "w" then
  342. dir.w = 0
  343. elseif key:lower() == "s" then dir.s = 0
  344. elseif key:lower() == "a" then dir.a = 0
  345. elseif key:lower() == "d" then dir.d = 0
  346. end end)
  347.  
  348.  
  349. enabled = false
  350. mouse.keyDown:connect(function(key)
  351. if (key) == "m" and enabled == false then
  352. enabled = true
  353. repeat wait(1/44)
  354. game.Players.LocalPlayer.Character.Torso.Anchored = true
  355. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  356. 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)
  357. until enabled == false
  358. elseif enabled == false then
  359. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  360. game.Players.LocalPlayer.Character.Torso.Anchored = false
  361. end
  362. if (key) == "m" and enabled == true then
  363. enabled = false
  364. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  365. game.Players.LocalPlayer.Character.Torso.Anchored = false
  366.  
  367.  
  368. end
  369.  
  370. end)
  371. end)
  372.  
  373. Spas.MouseButton1Click:connect(function()
  374. Player = "LocalPlayer"
  375. AnimationId = "33796059"
  376. local Anim = Instance.new("Animation")
  377. Anim.AnimationId = "rbxassetid://"..AnimationId
  378. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  379. k:Play() --Play the animation
  380. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  381. end)
  382.  
  383. Brick.MouseButton1Click:connect(function()
  384. for i=1,20 do
  385. wait(1)
  386. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  387. if v:IsA'Accoutrement' then
  388. v.Parent=game.Players.LocalPlayer.Character
  389. v.Parent = workspace.Terrain
  390. end
  391. end
  392. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  393. if v:IsA'Accoutrement' then
  394. for ape,hax in pairs(v.Handle:GetChildren()) do
  395. hax:Destroy()
  396. end
  397. wait'.1'
  398. v.Parent=game.Players.LocalPlayer.StarterGear
  399. end
  400. end
  401. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  402. v:Destroy()
  403. end
  404. local prt=Instance.new("Model", workspace);
  405. Instance.new("Part", prt).Name="Torso";
  406. Instance.new("Part", prt).Name="Head";
  407. Instance.new("Humanoid", prt).Name="Humanoid";
  408. game.Players.LocalPlayer.Character=prt
  409.  
  410. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  411. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  412. if dad:IsA'Accoutrement' then
  413. dad.Parent = game.Players.LocalPlayer.StarterGear
  414. end
  415. end
  416. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  417. v:Destroy()
  418. end
  419. local prt2=Instance.new("Model", workspace);
  420. Instance.new("Part", prt).Name="Torso";
  421. Instance.new("Part", prt).Name="Head";
  422. Instance.new("Humanoid", prt).Name="Humanoid";
  423. game.Players.LocalPlayer.Character=prt
  424. end
  425. end)
Add Comment
Please, Sign In to add comment