FantasyGamer

KICK GUI

Apr 29th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Objects
  2.  
  3. local Projectv01 = Instance.new("ScreenGui")
  4. local Start = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local MainFrame = Instance.new("Frame")
  8. local Header = Instance.new("TextLabel")
  9. local Content = Instance.new("Frame")
  10. local SCG = Instance.new("TextButton")
  11. local DA = Instance.new("TextButton")
  12. local MG = Instance.new("TextButton")
  13. local PATH = Instance.new("TextButton")
  14. local KICKG = Instance.new("TextButton")
  15. local _666Fix = Instance.new("TextButton")
  16. local _666 = Instance.new("TextButton")
  17. local DownHeader = Instance.new("TextLabel")
  18.  
  19. -- Properties
  20.  
  21. Projectv01.Name = "Projectv0.1"
  22. Projectv01.Parent = game.Players.LocalPlayer.PlayerGui
  23.  
  24. Start.Name = "Start"
  25. Start.Parent = Projectv01
  26. Start.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Start.Position = UDim2.new(0, 345, 0, 247)
  28. Start.Size = UDim2.new(0, 506, 0, 141)
  29.  
  30. ImageLabel.Parent = Start
  31. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  32. ImageLabel.Size = UDim2.new(0, 506, 0, 141)
  33. ImageLabel.Image = "rbxgameasset://Images/1"
  34.  
  35. TextLabel.Parent = ImageLabel
  36. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  37. TextLabel.BackgroundTransparency = 1
  38. TextLabel.Position = UDim2.new(0, 0, 0, 46)
  39. TextLabel.Size = UDim2.new(0, 506, 0, 50)
  40. TextLabel.Font = Enum.Font.ArialBold
  41. TextLabel.FontSize = Enum.FontSize.Size14
  42. TextLabel.Text = "Project v0.1"
  43. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14
  46. TextLabel.TextWrapped = true
  47.  
  48. MainFrame.Name = "MainFrame"
  49. MainFrame.Parent = Projectv01
  50. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  51. MainFrame.Position = UDim2.new(0, 109, 0, 51)
  52. MainFrame.Size = UDim2.new(0, 451, 0, 534)
  53. MainFrame.Visible = false
  54. MainFrame.Active = true
  55. MainFrame.Draggable = true
  56.  
  57. Header.Name = "Header"
  58. Header.Parent = MainFrame
  59. Header.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  60. Header.Size = UDim2.new(0, 451, 0, 31)
  61. Header.Font = Enum.Font.Cartoon
  62. Header.FontSize = Enum.FontSize.Size14
  63. Header.Text = "Project v0.1"
  64. Header.TextColor3 = Color3.new(1, 1, 1)
  65. Header.TextScaled = true
  66. Header.TextSize = 14
  67. Header.TextStrokeTransparency = 0
  68. Header.TextWrapped = true
  69. Header.TextXAlignment = Enum.TextXAlignment.Left
  70.  
  71. Content.Name = "Content"
  72. Content.Parent = MainFrame
  73. Content.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  74. Content.Position = UDim2.new(0, 0, 0, 31)
  75. Content.Size = UDim2.new(0, 451, 0, 471)
  76.  
  77. SCG.Name = "SCG"
  78. SCG.Parent = Content
  79. SCG.BackgroundColor3 = Color3.new(1, 1, 1)
  80. SCG.Position = UDim2.new(0, 0, 0, 100)
  81. SCG.Size = UDim2.new(0, 451, 0, 50)
  82. SCG.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  83. SCG.Font = Enum.Font.Cartoon
  84. SCG.FontSize = Enum.FontSize.Size14
  85. SCG.Text = "Stat Changer GUI"
  86. SCG.TextColor3 = Color3.new(0, 0, 0)
  87. SCG.TextScaled = true
  88. SCG.TextSize = 14
  89. SCG.TextWrapped = true
  90.  
  91. DA.Name = "DA"
  92. DA.Parent = Content
  93. DA.BackgroundColor3 = Color3.new(1, 1, 1)
  94. DA.Size = UDim2.new(0, 451, 0, 50)
  95. DA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  96. DA.Font = Enum.Font.Cartoon
  97. DA.FontSize = Enum.FontSize.Size14
  98. DA.Text = "Destroy all"
  99. DA.TextColor3 = Color3.new(0, 0, 0)
  100. DA.TextScaled = true
  101. DA.TextSize = 14
  102. DA.TextWrapped = true
  103.  
  104. MG.Name = "MG"
  105. MG.Parent = Content
  106. MG.BackgroundColor3 = Color3.new(1, 1, 1)
  107. MG.Position = UDim2.new(0, 0, 0, 50)
  108. MG.Size = UDim2.new(0, 451, 0, 50)
  109. MG.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  110. MG.Font = Enum.Font.Cartoon
  111. MG.FontSize = Enum.FontSize.Size14
  112. MG.Text = "Music GUI"
  113. MG.TextColor3 = Color3.new(0, 0, 0)
  114. MG.TextScaled = true
  115. MG.TextSize = 14
  116. MG.TextWrapped = true
  117.  
  118. PATH.Name = "PATH"
  119. PATH.Parent = Content
  120. PATH.BackgroundColor3 = Color3.new(1, 1, 1)
  121. PATH.Position = UDim2.new(0, 0, 0, 150)
  122. PATH.Size = UDim2.new(0, 451, 0, 50)
  123. PATH.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  124. PATH.Font = Enum.Font.Cartoon
  125. PATH.FontSize = Enum.FontSize.Size14
  126. PATH.Text = "Path"
  127. PATH.TextColor3 = Color3.new(0, 0, 0)
  128. PATH.TextScaled = true
  129. PATH.TextSize = 14
  130. PATH.TextWrapped = true
  131.  
  132. KICKG.Name = "KICKG"
  133. KICKG.Parent = Content
  134. KICKG.BackgroundColor3 = Color3.new(1, 1, 1)
  135. KICKG.Position = UDim2.new(0, 0, 0, 200)
  136. KICKG.Size = UDim2.new(0, 451, 0, 50)
  137. KICKG.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  138. KICKG.Font = Enum.Font.Cartoon
  139. KICKG.FontSize = Enum.FontSize.Size14
  140. KICKG.Text = "Kick GUI"
  141. KICKG.TextColor3 = Color3.new(0, 0, 0)
  142. KICKG.TextScaled = true
  143. KICKG.TextSize = 14
  144. KICKG.TextWrapped = true
  145.  
  146. _666Fix.Name = "666Fix"
  147. _666Fix.Parent = Content
  148. _666Fix.BackgroundColor3 = Color3.new(1, 1, 1)
  149. _666Fix.Position = UDim2.new(0, 0, 0, 250)
  150. _666Fix.Size = UDim2.new(0, 451, 0, 50)
  151. _666Fix.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  152. _666Fix.Font = Enum.Font.Cartoon
  153. _666Fix.FontSize = Enum.FontSize.Size14
  154. _666Fix.Text = "666[FIXER]"
  155. _666Fix.TextColor3 = Color3.new(0, 0, 0)
  156. _666Fix.TextScaled = true
  157. _666Fix.TextSize = 14
  158. _666Fix.TextWrapped = true
  159.  
  160. _666.Name = "666"
  161. _666.Parent = Content
  162. _666.BackgroundColor3 = Color3.new(1, 1, 1)
  163. _666.Position = UDim2.new(0, 0, 0, 300)
  164. _666.Size = UDim2.new(0, 451, 0, 50)
  165. _666.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  166. _666.Font = Enum.Font.Cartoon
  167. _666.FontSize = Enum.FontSize.Size14
  168. _666.Text = "666"
  169. _666.TextColor3 = Color3.new(1, 0, 0)
  170. _666.TextScaled = true
  171. _666.TextSize = 14
  172. _666.TextWrapped = true
  173.  
  174. DownHeader.Name = "DownHeader"
  175. DownHeader.Parent = MainFrame
  176. DownHeader.BackgroundColor3 = Color3.new(0, 0, 0)
  177. DownHeader.Position = UDim2.new(0, 0, 0, 503)
  178. DownHeader.Size = UDim2.new(0, 451, 0, 31)
  179. DownHeader.Font = Enum.Font.Cartoon
  180. DownHeader.FontSize = Enum.FontSize.Size14
  181. DownHeader.Text = "GUI by fantasygamery"
  182. DownHeader.TextColor3 = Color3.new(0, 0.666667, 0)
  183. DownHeader.TextScaled = true
  184. DownHeader.TextSize = 14
  185. DownHeader.TextStrokeTransparency = 0
  186. DownHeader.TextWrapped = true
  187. wait(3)
  188. local things = {Start,ImageLabel}
  189. local fast = things[1].Position
  190. unpack(things):TweenPosition(UDim2.new(-1,fast,-1), "Out", "Quad", 1)
  191. wait(1)
  192. MainFrame.Visible = true
  193.  
  194. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  195. if msg == "/open" then
  196. MainFrame.Visible = true
  197. elseif msg == "/close" then
  198. MainFrame.Visible = false
  199. end
  200.  
  201. end)
  202. MG.MouseButton1Down:Connect(function()
  203. -- Objects
  204.  
  205. local WindowH = Instance.new("ScreenGui")
  206. local Window = Instance.new("Frame")
  207. local TopBar = Instance.new("Frame")
  208. local X = Instance.new("ImageButton")
  209. local HeaderOfTopBar = Instance.new("TextLabel")
  210. local InfoButton = Instance.new("TextButton")
  211. local Content = Instance.new("Frame")
  212. local ChangeID = Instance.new("TextButton")
  213. local ChangeShape = Instance.new("TextButton")
  214. local RunDec = Instance.new("TextButton")
  215. local ID = Instance.new("TextBox")
  216. local IDec = Instance.new("TextButton")
  217. local ShapeDec = Instance.new("TextButton")
  218. local Shape = Instance.new("TextBox")
  219. local Info = Instance.new("ScrollingFrame")
  220. local InfoText = Instance.new("TextLabel")
  221.  
  222. -- Properties
  223.  
  224. WindowH.Name = "WindowH"
  225. WindowH.Parent = game.Players.LocalPlayer.PlayerGui
  226.  
  227. Window.Name = "Window"
  228. Window.Parent = WindowH
  229. Window.Active = true
  230. Window.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  231. Window.Draggable = true
  232. Window.Position = UDim2.new(0, 177, 0, 137)
  233. Window.Size = UDim2.new(0, 471, 0, 322)
  234.  
  235. TopBar.Name = "TopBar"
  236. TopBar.Parent = Window
  237. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  238. TopBar.BorderSizePixel = 0
  239. TopBar.Size = UDim2.new(0, 471, 0, 28)
  240.  
  241. X.Name = "X"
  242. X.Parent = TopBar
  243. X.BackgroundColor3 = Color3.new(1, 1, 1)
  244. X.Position = UDim2.new(0, 442, 0, 0)
  245. X.Size = UDim2.new(0, 29, 0, 28)
  246. X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  247. X.Image = "rbxassetid://170952383"
  248.  
  249. HeaderOfTopBar.Name = "HeaderOfTopBar"
  250. HeaderOfTopBar.Parent = TopBar
  251. HeaderOfTopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  252. HeaderOfTopBar.BackgroundTransparency = 1
  253. HeaderOfTopBar.Size = UDim2.new(0, 367, 0, 28)
  254. HeaderOfTopBar.Font = Enum.Font.Cartoon
  255. HeaderOfTopBar.FontSize = Enum.FontSize.Size14
  256. HeaderOfTopBar.Text = "Welcome to Anonymous's Audio visualizer GUI"
  257. HeaderOfTopBar.TextColor3 = Color3.new(0, 1, 0.498039)
  258. HeaderOfTopBar.TextScaled = true
  259. HeaderOfTopBar.TextSize = 14
  260. HeaderOfTopBar.TextWrapped = true
  261. HeaderOfTopBar.TextXAlignment = Enum.TextXAlignment.Left
  262.  
  263. InfoButton.Name = "InfoButton"
  264. InfoButton.Parent = TopBar
  265. InfoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  266. InfoButton.Position = UDim2.new(0, 373, 0, 0)
  267. InfoButton.Size = UDim2.new(0, 67, 0, 28)
  268. InfoButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  269. InfoButton.Font = Enum.Font.SourceSans
  270. InfoButton.FontSize = Enum.FontSize.Size18
  271. InfoButton.Text = "Info"
  272. InfoButton.TextColor3 = Color3.new(0.0117647, 0.207843, 0)
  273. InfoButton.TextSize = 16
  274.  
  275. Content.Name = "Content"
  276. Content.Parent = Window
  277. Content.BackgroundColor3 = Color3.new(0, 0, 0)
  278. Content.BackgroundTransparency = 0.5
  279. Content.Position = UDim2.new(0, 0, 0, 29)
  280. Content.Size = UDim2.new(0, 471, 0, 293)
  281.  
  282. ChangeID.Name = "ChangeID"
  283. ChangeID.Parent = Content
  284. ChangeID.BackgroundColor3 = Color3.new(1, 1, 1)
  285. ChangeID.Size = UDim2.new(0, 236, 0, 50)
  286. ChangeID.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  287. ChangeID.FontSize = Enum.FontSize.Size14
  288. ChangeID.Text = "Change Sound Id"
  289. ChangeID.TextColor3 = Color3.new(0, 0, 0)
  290. ChangeID.TextScaled = truecontr
  291. ChangeID.TextSize = 14
  292. ChangeID.TextWrapped = true
  293.  
  294. ChangeShape.Name = "ChangeShape"
  295. ChangeShape.Parent = Content
  296. ChangeShape.BackgroundColor3 = Color3.new(1, 1, 1)
  297. ChangeShape.Position = UDim2.new(0, 0, 0, 55)
  298. ChangeShape.Size = UDim2.new(0, 236, 0, 50)
  299. ChangeShape.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  300. ChangeShape.FontSize = Enum.FontSize.Size14
  301. ChangeShape.Text = "Change Shape"
  302. ChangeShape.TextColor3 = Color3.new(0, 0, 0)
  303. ChangeShape.TextScaled = true
  304. ChangeShape.TextSize = 14
  305. ChangeShape.TextWrapped = true
  306.  
  307. RunDec.Name = "RunDec"
  308. RunDec.Parent = Content
  309. RunDec.BackgroundColor3 = Color3.new(1, 1, 1)
  310. RunDec.Position = UDim2.new(0, 0, 0, 243)
  311. RunDec.Size = UDim2.new(0, 236, 0, 50)
  312. RunDec.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  313. RunDec.Font = Enum.Font.SciFi
  314. RunDec.FontSize = Enum.FontSize.Size14
  315. RunDec.Text = "Run Decoration"
  316. RunDec.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  317. RunDec.TextScaled = true
  318. RunDec.TextSize = 14
  319. RunDec.TextWrapped = true
  320.  
  321. ID.Name = "ID"
  322. ID.Parent = Content
  323. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  324. ID.BackgroundTransparency = 1
  325. ID.Position = UDim2.new(0, 271, 0, 0)
  326. ID.Size = UDim2.new(0, 200, 0, 50)
  327. ID.ZIndex = 2
  328. ID.Font = Enum.Font.Bodoni
  329. ID.FontSize = Enum.FontSize.Size14
  330. ID.Text = "Sound ID"
  331. ID.TextScaled = true
  332. ID.TextSize = 14
  333. ID.TextWrapped = true
  334.  
  335. IDec.Name = "IDec"
  336. IDec.Parent = Content
  337. IDec.BackgroundColor3 = Color3.new(1, 1, 1)
  338. IDec.Position = UDim2.new(0, 271, 0, 0)
  339. IDec.Size = UDim2.new(0, 200, 0, 50)
  340. IDec.Style = Enum.ButtonStyle.RobloxRoundButton
  341. IDec.Font = Enum.Font.SourceSans
  342. IDec.FontSize = Enum.FontSize.Size14
  343. IDec.Text = ""
  344. IDec.TextSize = 14
  345.  
  346. ShapeDec.Name = "ShapeDec"
  347. ShapeDec.Parent = Content
  348. ShapeDec.BackgroundColor3 = Color3.new(1, 1, 1)
  349. ShapeDec.Position = UDim2.new(0, 271, 0, 55)
  350. ShapeDec.Size = UDim2.new(0, 200, 0, 50)
  351. ShapeDec.Style = Enum.ButtonStyle.RobloxRoundButton
  352. ShapeDec.Font = Enum.Font.SourceSans
  353. ShapeDec.FontSize = Enum.FontSize.Size14
  354. ShapeDec.Text = ""
  355. ShapeDec.TextSize = 14
  356.  
  357. Shape.Name = "Shape"
  358. Shape.Parent = Content
  359. Shape.BackgroundColor3 = Color3.new(1, 1, 1)
  360. Shape.BackgroundTransparency = 1
  361. Shape.Position = UDim2.new(0, 274, 0, 55)
  362. Shape.Size = UDim2.new(0, 196, 0, 50)
  363. Shape.ZIndex = 2
  364. Shape.Font = Enum.Font.Bodoni
  365. Shape.FontSize = Enum.FontSize.Size14
  366. Shape.Text = "Shape Name"
  367. Shape.TextScaled = true
  368. Shape.TextSize = 14
  369. Shape.TextWrapped = true
  370.  
  371. Info.Name = "Info"
  372. Info.Parent = Window
  373. Info.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0)
  374. Info.BorderSizePixel = 0
  375. Info.Position = UDim2.new(0, 0, 0, 28)
  376. Info.Size = UDim2.new(0, 471, 0, 294)
  377. Info.Visible = false
  378. Info.ZIndex = 3
  379. Info.BottomImage = "rbxassetid://162937863"
  380. Info.CanvasSize = UDim2.new(0, 0, 4, 0)
  381. Info.MidImage = "rbxassetid://162937890"
  382. Info.TopImage = "rbxassetid://162937878"
  383.  
  384. InfoText.Name = "InfoText"
  385. InfoText.Parent = Info
  386. InfoText.BackgroundColor3 = Color3.new(1, 1, 1)
  387. InfoText.BackgroundTransparency = 1
  388. InfoText.Size = UDim2.new(0, 456, 0, 294)
  389. InfoText.ZIndex = 4
  390. InfoText.Font = Enum.Font.Cartoon
  391. InfoText.FontSize = Enum.FontSize.Size24
  392. InfoText.Text = "The currents functions are:\n \n1.Change Shape, shapes are Block and Ball with caps\n \n2.Change Audio ID\n \n3.Run Decoration\nWhat does the 3 functions do?\n \n1.Change the visualizer shape\n \n2.Change the audios's ID to the new one\n \n3.You will get a better experience with (Run Decoration)\n \n 1.FogEnd will change to 500\n \n 2.It would add BlurEffect and a clean sky\n \n 3.Brightness will be 0\n \n 4.Color will be changed to Black to see the Visualizer \n Color Better ;)"
  393. InfoText.TextColor3 = Color3.new(0, 0, 0)
  394. InfoText.TextSize = 20
  395. InfoText.TextXAlignment = Enum.TextXAlignment.Left
  396. InfoText.TextYAlignment = Enum.TextYAlignment.Top
  397. ----------------------------------------------------------------
  398. ----------------------------------------------------------------
  399. InfoButton.MouseButton1Down:Connect(function()
  400. if Info.Visible == false then
  401. Info.Visible = true
  402. else Info.Visible = false
  403. end
  404. end)
  405.  
  406. X.MouseButton1Down:Connect(function()
  407.  
  408. if Window.Position ~= UDim2.new(0,0,0,0) then
  409. back = Window:Clone()
  410. Window:TweenPosition(UDim2.new(0,0,0),"Out", "Quad", 1)
  411. Window:TweenSize(UDim2.new(0,471,0,28),"Out","Quad",1)
  412. for _,v in pairs(Window:GetChildren()) do
  413. if v.Name ~= "TopBar" then
  414. v.Visible = false
  415. end
  416. end
  417. else
  418. Window:TweenSize(UDim2.new(0, 471,0, 322), "Out", "Quad", .8)
  419. Window:TweenPosition(back.Position,"Out", "Quad", 1)
  420.  
  421. wait(1)
  422. for _,v in pairs(Window:GetChildren()) do
  423. if v.Name ~= "TopBar" and v.Name ~= "Info" then
  424. v.Visible = true
  425. end
  426. end
  427. end
  428. end)
  429.  
  430. ChangeID.MouseButton1Down:Connect(function()
  431. _G.sound2.SoundId = "rbxassetid://"..ID.Text
  432. _G.sound2:Play()
  433. end)
  434.  
  435. ChangeShape.MouseButton1Down:Connect(function()
  436. _G.ball.Shape = Shape.Text
  437. end)
  438.  
  439. RunDec.MouseButton1Down:Connect(function()
  440. local ln = game:FindFirstChildOfClass("Lighting")
  441.  
  442. local blur = Instance.new("ColorCorrectionEffect",game:FindFirstChildOfClass("Lighting"))
  443. blur.Contrast = 3
  444. blur.Brightness = 0.5
  445. blur.Saturation = 2
  446.  
  447. local sky = Instance.new("Sky",game:FindFirstChildOfClass("Lighting"))
  448. sky.CelestialBodiesShown = false
  449. ln.Brightness = 0
  450. ln.Ambient = Color3.new(0,0,0)
  451. ln.OutdoorAmbient = Color3.new(0,0,0)
  452. ln.TimeOfDay = "00:00:00"
  453. ln.FogEnd = 100
  454. ln.FogColor = Color3.new(0,0,0)
  455. end)
  456.  
  457. local id = "565649306"
  458.  
  459. local char = game.Players.LocalPlayer.Character
  460. local head = char.Head
  461.  
  462. if head:FindFirstChild("MyAssIsSoCool") then
  463. head:FindFirstChild("MyAssIsSoCool"):Destroy()
  464. end
  465. local model = Instance.new("Model", head)
  466. _G.ball = Instance.new("Part", model)
  467. local ball = _G.ball
  468. _G.sound2 = Instance.new("Sound", ball)
  469. local sound = _G.sound2
  470. _G.light = Instance.new("PointLight", ball)
  471. local light = _G.light
  472. local id2 = "rbxassetid://"..id
  473.  
  474. sound.SoundId = id2
  475. ball.Anchored = true
  476. model.Name = "MyAssIsSoCool"
  477. ball.CanCollide = false
  478. sound:Play()
  479. sound.Volume = 1
  480. ball.Shape = "Block"
  481. ball.Material = "Neon"
  482.  
  483. while wait() do
  484. local sp = sound.PlaybackLoudness/120
  485. ball.CFrame = head.CFrame*CFrame.new(0,6,0)
  486. ball.BrickColor = BrickColor.Random()
  487. ball.Size = Vector3.new(sp,sp,sp)
  488. light.Range = sp+15
  489. light.Brightness = sp+25
  490. light.Color = Color3.new(math.random(),math.random(),math.random())
  491. end
  492. end)
  493.  
  494. PATH.MouseButton1Down:connect(function()
  495. --Settings
  496. local color_random = true --random colors true = yes false = no
  497. local materia = "Marble"--Material here
  498. local color = BrickColor.new("Really red") -- Use colors from studio(PARTS)
  499. --End of settings
  500. local mouse = game.Players.LocalPlayer:GetMouse()
  501. local create = false
  502. mouse.KeyDown:Connect(function(m)
  503. if m == "m" then
  504. create = true
  505. while create == true do
  506. wait()
  507. -- game.Players.LocalPlayer.Character.Humanoid.Jump = true
  508. part = Instance.new("Part",game.Players.LocalPlayer.Character.Torso)
  509. part.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.new(0,-5,0)
  510. part.Size = Vector3.new(13,1,13)
  511. part.Transparency = 0.5
  512. if color_random == true then part.BrickColor = BrickColor.Random()
  513. elseif color_random == false then part.BrickColor = color
  514. part.Material = materia
  515. part.BackSurface = "Smooth"
  516. part.BottomSurface = "Smooth"
  517. part.FrontSurface = "Smooth"
  518. part.RightSurface = "Smooth"
  519. part.LeftSurface = "Smooth"
  520. part.TopSurface = "Smooth"
  521.  
  522. end
  523. end
  524. elseif m == "n" then
  525. create = true
  526. while create == true do
  527. wait()
  528. -- game.Players.LocalPlayer.Character.Humanoid.Jump = true
  529. part = Instance.new("Part",game.Players.LocalPlayer.Character.Torso)
  530. part.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.new(0,-7,0)
  531. part.Anchored = true
  532. part.Size = Vector3.new(13,1,13)
  533. part.Transparency = 0.5
  534. part.BackSurface = "Smooth"
  535. part.BottomSurface = "Smooth"
  536. part.FrontSurface = "Smooth"
  537. part.RightSurface = "Smooth"
  538. part.LeftSurface = "Smooth"
  539. part.TopSurface = "Smooth"
  540. if color_random == true then part.BrickColor = BrickColor.Random()
  541. elseif color_random == false then part.BrickColor = color
  542. part.Material = materia
  543.  
  544. end
  545.  
  546. end
  547. end
  548. wait(.6)
  549. part:Destroy()
  550. end)
  551.  
  552. mouse.KeyUp:Connect(function(key)
  553. if key == "m" or key == "n" then
  554. create = false
  555. end
  556. end)
  557.  
  558. end)
  559.  
  560. _666.MouseButton1Down:Connect(function()
  561. for i,v in next,workspace:children''do
  562. if(v:IsA'BasePart')then
  563. me=v;
  564. bbg=Instance.new('BillboardGui',me);
  565. bbg.Name='stuf';
  566. bbg.Adornee=me;
  567. bbg.Size=UDim2.new(2.5,0,2.5,0)
  568. --bbg.StudsOffset=Vector3.new(0,2,0)
  569. tlb=Instance.new'TextLabel';
  570. tlb.Text='666 666 666 666 666 666';
  571. tlb.Font='SourceSansBold';
  572. tlb.FontSize='Size48';
  573. tlb.TextColor3=Color3.new(1,0,0);
  574. tlb.Size=UDim2.new(1.25,0,1.25,0);
  575. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  576. tlb.BackgroundTransparency=1;
  577. tlb.Parent=bbg;
  578. end;end;
  579. function xds(dd)
  580. for i,v in next,dd:children''do
  581. if(v:IsA'BasePart')then
  582. v.BrickColor=BrickColor.new'Really black';
  583. v.TopSurface='Smooth';
  584. v.BottomSurface='Smooth';
  585. local s=Instance.new('SelectionBox',v);
  586. s.Adornee=v;
  587. s.Color=BrickColor.new'Really red';
  588. local a=Instance.new('PointLight',v);
  589. a.Color=Color3.new(1,0,0);
  590. a.Range=15;
  591. a.Brightness=5;
  592. local f=Instance.new('Fire',v);
  593. f.Size=19;
  594. f.Heat=22;
  595. end;
  596. game.Lighting.TimeOfDay=0;
  597. game.Lighting.Brightness=0;
  598. game.Lighting.ShadowColor=Color3.new(0,0,0);
  599. game.Lighting.Ambient=Color3.new(1,0,0);
  600. game.Lighting.FogEnd=200;
  601. game.Lighting.FogColor=Color3.new(0,0,0);
  602. --[[local dec = 'http://www.roblox.com/asset/?id=4862419';
  603. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  604. coroutine.wrap(function()
  605. for _,o in pairs(fac) do
  606. local ddec = Instance.new("Decal", v)
  607. ddec.Face = dec
  608. ddec.Texture = dec
  609. end end)()]]
  610. if #(v:GetChildren())>0 then
  611. xds(v)
  612. end
  613. end
  614. end
  615. xds(game.Workspace)
  616. end)
  617.  
  618. _666Fix.MouseButton1Down:Connect(function()
  619. local KeyName = "910R$99C2FF745" --KEY
  620. --while wait(3) do
  621. game:FindFirstChildOfClass("Lighting").TimeOfDay = "14:00:00"
  622. local name1 = "Fire"
  623. local name2 = "PointLight"
  624. local name3 = "stuf"
  625. local name4 = "SelectionBox"
  626. for i,v in next,workspace:children''do
  627. if v.Name == name1 or v.Name == name2 or v.Name == name3 or v.Name == name4 then
  628. v:Destroy()
  629. end
  630. function xds(dd)
  631. for i,v in next,dd:children''do
  632. if v.Name == name1 or v.Name == name2 or v.Name == name3 or v.Name == name4 then
  633. v:Destroy()
  634. end
  635. local light = game:FindFirstChildOfClass("Lighting")
  636. for _, l in pairs(light:GetChildren()) do
  637. l:Destroy()
  638. end
  639. light.Brightness = 1
  640. light.Ambient = Color3.new(0,0,0)
  641. light.ColorShift_Bottom = Color3.new(0,0,0)
  642. light.ColorShift_Top = Color3.new(0,0,0)
  643. light.GlobalShadows = true
  644. light.OutdoorAmbient = Color3.new(127,127,127)
  645. light.FogEnd = 100000.000
  646. light.FogStart = 0
  647. light.FogColor = Color3.new(0, 0, 0)
  648. light.ShadowColor = Color3.new(0.7,0.7,0.72)
  649. xds(v)
  650. end end end xds(game.Workspace) --end
  651. end)
  652.  
  653. KICKG.MouseButton1Down:Connect(function()
  654. -- Objects
  655.  
  656. local ScreenGui = Instance.new("ScreenGui")
  657. local open = Instance.new("Frame")
  658. local TextButton = Instance.new("TextButton")
  659. local guif = Instance.new("Frame")
  660. local close = Instance.new("Frame")
  661. local TextButton_2 = Instance.new("TextButton")
  662. local kickbttn = Instance.new("TextButton")
  663. local IDK = Instance.new("TextLabel")
  664. local pbox = Instance.new("TextLabel")
  665. local PlayerList = Instance.new("ScrollingFrame")
  666. local Player = Instance.new("TextButton")
  667.  
  668. -- Properties
  669.  
  670. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  671.  
  672. open.Name = "open"
  673. open.Parent = ScreenGui
  674. open.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  675. open.BackgroundTransparency = 0.30000001192093
  676. open.BorderColor3 = Color3.new(1, 1, 1)
  677. open.BorderSizePixel = 5
  678. open.Position = UDim2.new(0, 769, 0, 0)
  679. open.Size = UDim2.new(0, 118, 0, 28)
  680.  
  681. TextButton.Parent = open
  682. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  683. TextButton.BackgroundTransparency = 1
  684. TextButton.BorderSizePixel = 0
  685. TextButton.Size = UDim2.new(0, 118, 0, 28)
  686. TextButton.Font = Enum.Font.SourceSansItalic
  687. TextButton.FontSize = Enum.FontSize.Size18
  688. TextButton.Text = "Open"
  689. TextButton.TextSize = 18
  690.  
  691. guif.Name = "guif"
  692. guif.Parent = ScreenGui
  693. guif.Active = true
  694. guif.BackgroundColor3 = Color3.new(1, 1, 1)
  695. guif.BackgroundTransparency = 0.20000000298023
  696. guif.BorderColor3 = Color3.new(0.247059, 0.14902, 1)
  697. guif.BorderSizePixel = 10
  698. guif.Draggable = true
  699. guif.Position = UDim2.new(-0.0305522922, 222, -0.0550314449, 164)
  700. guif.Size = UDim2.new(0, 611, 0, 230)
  701.  
  702. close.Name = "close"
  703. close.Parent = guif
  704. close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  705. close.BorderSizePixel = 0
  706. close.Position = UDim2.new(0, 585, 0, 0)
  707. close.Size = UDim2.new(0, 26, 0, 26)
  708.  
  709. TextButton_2.Parent = close
  710. TextButton_2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  711. TextButton_2.BackgroundTransparency = 1
  712. TextButton_2.BorderSizePixel = 0
  713. TextButton_2.Position = UDim2.new(0, 0, 0, 1)
  714. TextButton_2.Size = UDim2.new(0, 26, 0, 25)
  715. TextButton_2.Font = Enum.Font.SciFi
  716. TextButton_2.FontSize = Enum.FontSize.Size24
  717. TextButton_2.Text = "X"
  718. TextButton_2.TextColor3 = Color3.new(0.00784314, 0.0196078, 0.027451)
  719. TextButton_2.TextSize = 24
  720.  
  721. kickbttn.Name = "kickbttn"
  722. kickbttn.Parent = guif
  723. kickbttn.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  724. kickbttn.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  725. kickbttn.BorderSizePixel = 0
  726. kickbttn.Position = UDim2.new(0, 40, 0, 174)
  727. kickbttn.Size = UDim2.new(0, 200, 0, 39)
  728. kickbttn.Font = Enum.Font.SourceSansItalic
  729. kickbttn.FontSize = Enum.FontSize.Size28
  730. kickbttn.Text = "Kick"
  731. kickbttn.TextColor3 = Color3.new(1, 1, 1)
  732. kickbttn.TextSize = 28
  733.  
  734. IDK.Name = "IDK"
  735. IDK.Parent = guif
  736. IDK.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  737. IDK.BorderSizePixel = 0
  738. IDK.Size = UDim2.new(0, 200, 0, 26)
  739. IDK.Font = Enum.Font.SourceSansItalic
  740. IDK.FontSize = Enum.FontSize.Size18
  741. IDK.Text = "Kick GUI by Mewpo"
  742. IDK.TextColor3 = Color3.new(1, 1, 1)
  743. IDK.TextSize = 18
  744.  
  745. pbox.Name = "pbox"
  746. pbox.Parent = guif
  747. pbox.BackgroundColor3 = Color3.new(1, 1, 1)
  748. pbox.BackgroundTransparency = 1
  749. pbox.BorderColor3 = Color3.new(0.258824, 1, 1)
  750. pbox.Position = UDim2.new(0, 0, 0, 65)
  751. pbox.Size = UDim2.new(0, 279, 0, 50)
  752. pbox.ZIndex = 2
  753. pbox.Font = Enum.Font.Cartoon
  754. pbox.FontSize = Enum.FontSize.Size14
  755. pbox.Text = "Player to kick"
  756. pbox.TextScaled = true
  757. pbox.TextSize = 14
  758. pbox.TextWrapped = true
  759.  
  760. PlayerList.Name = "PlayerList"
  761. PlayerList.Parent = guif
  762. PlayerList.BackgroundColor3 = Color3.new(1, 1, 1)
  763. PlayerList.BackgroundTransparency = 1
  764. PlayerList.Position = UDim2.new(0, 279, 0, 0)
  765. PlayerList.Size = UDim2.new(0, 279, 0, 230)
  766. PlayerList.CanvasSize = UDim2.new(0, 0, 4, 0)
  767.  
  768. Player.Name = "Player"
  769. Player.Parent = PlayerList
  770. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  771. Player.Size = UDim2.new(0, 264, 0, 50)
  772. Player.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  773. Player.Font = Enum.Font.Cartoon
  774. Player.FontSize = Enum.FontSize.Size14
  775. Player.Text = "PlayerList"
  776. Player.TextColor3 = Color3.new(0, 0, 1)
  777. Player.TextScaled = true
  778. Player.TextSize = 14
  779. Player.TextWrapped = true
  780.  
  781. guif.Visible = false
  782. -------------------------------------------
  783. local RecentKick = pbox:Clone()
  784. RecentKick.Parent = guif
  785. RecentKick.Position = UDim2.new(0, 0,0, 115)
  786. RecentKick.Name = "RecentKick"
  787. RecentKick.Text = "None has been kicked"
  788. -------------------------------------------
  789. pos = 0
  790. for _, v in pairs(game:GetService("Players"):GetChildren()) do
  791. pos = pos+50
  792. local player = Player:Clone()
  793. player.Text = v.Name
  794. player.Name = v.Name
  795. player.Parent = PlayerList
  796. player.Position = UDim2.new(0,0,0,pos)
  797. for _, v2 in pairs(PlayerList:GetChildren()) do
  798. v2.MouseButton1Down:Connect(function()
  799. pbox.Text = v2.Text
  800. end)
  801. end
  802.  
  803. end
  804. open.TextButton.MouseButton1Down:connect(function()
  805. guif.Visible = true
  806. open.Visible = false
  807. end)
  808.  
  809. close.TextButton.MouseButton1Down:connect(function()
  810. guif.Visible = false
  811. open.Visible = true
  812. end)
  813.  
  814. kickbttn.MouseButton1Down:connect(function()
  815. function senkick(P)
  816. spawn(function()
  817. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  818. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  819. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  820. spawn(function()
  821. repeat wait()
  822. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  823. until not game:GetService('Players'):FindFirstChild(P.Name)
  824. end)
  825. P.Character.Torso.Anchored = true
  826. end
  827. end)
  828. repeat wait() senkick(P) until not game:GetService("Players"):FindFirstChild(P)
  829. warn("Player: '"..P.."' was kicked from the game.")
  830. RecentKick.Text = pbox.Text
  831. end
  832.  
  833. senkick(game.Players[pbox.text])
  834. end)
  835. end)
  836.  
  837. SCG.MouseButton1Down:Connect(function()
  838. --[[
  839. |-|-|
  840. AllCredit: "Anonymous5044"
  841. |-|-|
  842. ChangeLog:
  843. *Menu sound added
  844. *Added Closing Animation
  845. *Added Sound To buttons
  846. *Better Check System
  847. *Added a animation to the close button
  848. *changed UI
  849. |-|-|
  850. Version:
  851. v1.0
  852. --]]
  853. --Settings--
  854. local MenuSong = "467369212"
  855. local Volume = 1
  856. local CustomMenuSong = true
  857. ------------
  858. local changelog = [[
  859. ChangeLog:
  860. *Menu sound added
  861. *Added Closing Animation
  862. *Added Sound To buttons
  863. *Better Check System
  864. *Added a animation to the close button
  865. *changed UI
  866. ]]
  867. warn(changelog)
  868. ------------
  869. repeat
  870. wait()
  871. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("WindowH") then
  872. Gui = game.Players.LocalPlayer.PlayerGui:FindFirstChild("WindowH")
  873. Gui:Destroy()
  874. end
  875. until not game.Players.LocalPlayer.PlayerGui:FindFirstChild("WindowH")
  876.  
  877. local WindowH = Instance.new("ScreenGui")
  878. local Window = Instance.new("Frame")
  879. local TopBar = Instance.new("Frame")
  880. local X = Instance.new("ImageButton")
  881. local HeaderOfTopBar = Instance.new("TextLabel")
  882. local ChangeList = Instance.new("TextButton")
  883. local Content = Instance.new("Frame")
  884. local StatsList = Instance.new("ScrollingFrame")
  885. local StatButton = Instance.new("TextButton")
  886. local Buttons = Instance.new("Frame")
  887. local Change = Instance.new("TextButton")
  888. local CurrentStat = Instance.new("TextLabel")
  889. local Value = Instance.new("TextBox")
  890. local Value2 = Value
  891. local CurrentPlayer = Instance.new("TextLabel")
  892. local PlayerList = Instance.new("ScrollingFrame")
  893. local PlayerButton = Instance.new("TextButton")
  894. local sound = Instance.new("Sound")
  895. local selectSound = Instance.new("Sound")
  896. -- Properties
  897.  
  898. WindowH.Name = "WindowH"
  899. WindowH.Parent = game.Players.LocalPlayer.PlayerGui
  900.  
  901. Window.Name = "Window"
  902. Window.Parent = WindowH
  903. Window.Active = true
  904. Window.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  905. Window.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  906. Window.Draggable = true
  907. Window.Position = UDim2.new(0, 177, 0, 137)
  908. Window.Size = UDim2.new(0, 471, 0, 322)
  909.  
  910. TopBar.Name = "TopBar"
  911. TopBar.Parent = Window
  912. TopBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  913. TopBar.BorderSizePixel = 0
  914. TopBar.Size = UDim2.new(0, 471, 0, 28)
  915.  
  916. X.Name = "X"
  917. X.Parent = TopBar
  918. X.BackgroundColor3 = Color3.new(1, 1, 1)
  919. X.Position = UDim2.new(0, 437, 0, 0)
  920. X.Size = UDim2.new(0, 35, 0, 29)
  921. --X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  922. X.BackgroundTransparency = 1
  923. X.Image = "rbxassetid://170952405"
  924.  
  925. HeaderOfTopBar.Name = "HeaderOfTopBar"
  926. HeaderOfTopBar.Parent = TopBar
  927. HeaderOfTopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  928. HeaderOfTopBar.BackgroundTransparency = 1
  929. HeaderOfTopBar.Size = UDim2.new(0, 322, 0, 28)
  930. HeaderOfTopBar.Font = Enum.Font.Cartoon
  931. HeaderOfTopBar.FontSize = Enum.FontSize.Size14
  932. HeaderOfTopBar.Text = "Welcome to Anonymous's StatChanger GUI"
  933. HeaderOfTopBar.TextColor3 = Color3.new(0, 1, 0.498039)
  934. HeaderOfTopBar.TextScaled = true
  935. HeaderOfTopBar.TextSize = 14
  936. HeaderOfTopBar.TextWrapped = true
  937. HeaderOfTopBar.TextXAlignment = Enum.TextXAlignment.Left
  938.  
  939. ChangeList.Name = "Change List"
  940. ChangeList.Parent = TopBar
  941. ChangeList.BackgroundColor3 = Color3.new(1, 1, 1)
  942. ChangeList.Position = UDim2.new(0, 322, 0, 0)
  943. ChangeList.Size = UDim2.new(0, 114, 0, 28)
  944. ChangeList.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  945. ChangeList.Font = Enum.Font.ArialBold
  946. ChangeList.FontSize = Enum.FontSize.Size11
  947. ChangeList.Text = "Change List"
  948. ChangeList.TextColor3 = Color3.new(1, 0, 0)
  949. ChangeList.TextSize = 11
  950. ChangeList.TextWrapped = true
  951.  
  952. Content.Name = "Content"
  953. Content.Parent = Window
  954. Content.BackgroundColor3 = Color3.new(0, 0, 0)
  955. Content.BackgroundTransparency = 0.5
  956. Content.BorderColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  957. Content.Position = UDim2.new(0, 0, 0, 29)
  958. Content.Size = UDim2.new(0, 471, 0, 293)
  959.  
  960. StatsList.Name = "StatsList"
  961. StatsList.Parent = Content
  962. StatsList.BackgroundColor3 = Color3.new(1, 1, 1)
  963. StatsList.BackgroundTransparency = 0.89999997615814
  964. StatsList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  965. StatsList.Position = UDim2.new(0, 235, 0, 0)
  966. StatsList.Size = UDim2.new(0, 236, 0, 293)
  967.  
  968. StatButton.Name = "StatButton"
  969. StatButton.Parent = StatsList
  970. StatButton.BackgroundColor3 = Color3.new(1, 1, 1)
  971. StatButton.Size = UDim2.new(0, 219, 0, 50)
  972. StatButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  973. StatButton.Font = Enum.Font.Cartoon
  974. StatButton.FontSize = Enum.FontSize.Size14
  975. StatButton.Text = "Stat Names"
  976. StatButton.TextColor3 = Color3.new(1, 0.666667, 0)
  977. StatButton.TextScaled = true
  978. StatButton.TextSize = 14
  979. StatButton.TextWrapped = true
  980.  
  981. Buttons.Name = "Buttons"
  982. Buttons.Parent = Content
  983. Buttons.BackgroundColor3 = Color3.new(0.227451, 0, 0.227451)
  984. Buttons.Size = UDim2.new(0, 236, 0, 293)
  985.  
  986. Change.Name = "Change"
  987. Change.Parent = Buttons
  988. Change.BackgroundColor3 = Color3.new(1, 1, 1)
  989. Change.Size = UDim2.new(0, 236, 0, 50)
  990. Change.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  991. Change.Font = Enum.Font.Cartoon
  992. Change.FontSize = Enum.FontSize.Size14
  993. Change.Text = "Change"
  994. Change.TextColor3 = Color3.new(0.333333, 0, 0)
  995. Change.TextScaled = true
  996. Change.TextSize = 14
  997. Change.TextWrapped = true
  998.  
  999. CurrentStat.Name = "CurrentStat"
  1000. CurrentStat.Parent = Buttons
  1001. CurrentStat.BackgroundColor3 = Color3.new(1, 1, 1)
  1002. CurrentStat.BackgroundTransparency = 1
  1003. CurrentStat.Position = UDim2.new(0, 0, 0, 267)
  1004. CurrentStat.Size = UDim2.new(0, 236, 0, 26)
  1005. CurrentStat.Font = Enum.Font.SourceSans
  1006. CurrentStat.FontSize = Enum.FontSize.Size14
  1007. CurrentStat.Text = "Current Stat"
  1008. CurrentStat.TextColor3 = Color3.new(0.666667, 0.219608, 0)
  1009. CurrentStat.TextScaled = true
  1010. CurrentStat.TextSize = 14
  1011. CurrentStat.TextStrokeTransparency = 0
  1012. CurrentStat.TextWrapped = true
  1013. CurrentStat.TextXAlignment = Enum.TextXAlignment.Left
  1014.  
  1015. Value.Name = "Value"
  1016. Value.Parent = Buttons
  1017. Value.BackgroundColor3 = Color3.new(0, 1, 0.85098)
  1018. Value.Position = UDim2.new(0, 0, 0, 75)
  1019. Value.Size = UDim2.new(0, 214, 0, 32)
  1020. Value.Font = Enum.Font.SourceSans
  1021. Value.FontSize = Enum.FontSize.Size14
  1022. Value.Text = "Value here"
  1023. Value.TextColor3 = Color3.new(0, 0.00784314, 0.498039)
  1024. Value.TextScaled = true
  1025. Value.TextSize = 14
  1026. Value.TextWrapped = true
  1027.  
  1028. CurrentPlayer.Name = "CurrentPlayer"
  1029. CurrentPlayer.Parent = Buttons
  1030. CurrentPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1031. CurrentPlayer.BackgroundTransparency = 1
  1032. CurrentPlayer.Position = UDim2.new(0, 0, 0, 241)
  1033. CurrentPlayer.Size = UDim2.new(0, 236, 0, 26)
  1034. CurrentPlayer.Font = Enum.Font.SourceSans
  1035. CurrentPlayer.FontSize = Enum.FontSize.Size14
  1036. CurrentPlayer.Text = game.Players.LocalPlayer.Name
  1037. CurrentPlayer.TextColor3 = Color3.new(1, 1, 1)
  1038. CurrentPlayer.TextScaled = true
  1039. CurrentPlayer.TextSize = 14
  1040. CurrentPlayer.TextStrokeTransparency = 0
  1041. CurrentPlayer.TextWrapped = true
  1042. CurrentPlayer.TextXAlignment = Enum.TextXAlignment.Left
  1043.  
  1044. PlayerList.Name = "PlayerList"
  1045. PlayerList.Parent = Content
  1046. PlayerList.BackgroundColor3 = Color3.new(1, 1, 1)
  1047. PlayerList.BackgroundTransparency = 0.89999997615814
  1048. PlayerList.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  1049. PlayerList.Position = UDim2.new(0, 235, 0, 0)
  1050. PlayerList.Size = UDim2.new(0, 236, 0, 293)
  1051. PlayerList.Visible = false
  1052.  
  1053. PlayerButton.Name = "PlayerButton"
  1054. PlayerButton.Parent = PlayerList
  1055. PlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. PlayerButton.Size = UDim2.new(0, 219, 0, 50)
  1057. PlayerButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1058. PlayerButton.Font = Enum.Font.Cartoon
  1059. PlayerButton.FontSize = Enum.FontSize.Size14
  1060. PlayerButton.Text = "Player List"
  1061. PlayerButton.TextColor3 = Color3.new(0, 0, 0)
  1062. PlayerButton.TextScaled = true
  1063. PlayerButton.TextSize = 14
  1064. PlayerButton.TextWrapped = true
  1065.  
  1066. sound.Parent = WindowH
  1067. sound.Volume = Volume
  1068. sound.Looped = true
  1069. sound:Play()
  1070.  
  1071. selectSound.Parent = WindowH
  1072. selectSound.SoundId = "rbxassetid://146730311"
  1073. if CustomMenuSong == false then
  1074. sound.SoundId = "rbxassetid://331531857"
  1075. else
  1076. local what = tostring(CustomMenuSong)
  1077. print("CustomMenuSong=["..what.."]")
  1078. sound.SoundId = "rbxassetid://"..MenuSong
  1079. end
  1080.  
  1081. -----------------------------------------------------
  1082. local stats = {}
  1083. local pos = 0
  1084. for _,v in pairs(game.Players.LocalPlayer.leaderstats:GetChildren()) do
  1085. table.insert(stats, v)
  1086. pos = pos+50
  1087. button = StatButton:Clone()
  1088. button.Parent = StatsList
  1089. button.Position = UDim2.new(0,0,0,pos)
  1090. button.Name = v.Name
  1091. button.Text = "[Stat]: "..v.Name
  1092.  
  1093. end
  1094. for _,v in pairs(StatsList:GetChildren()) do
  1095. if v.Name ~= "StatButton" then
  1096. v.MouseButton1Down:connect(function()
  1097. CurrentStat.Text = v.Name
  1098. selectSound:Play()
  1099. end)
  1100. end
  1101. end
  1102. local pos2 = 0
  1103. for _,p in pairs(game.Players:GetChildren()) do
  1104. pos2 = pos2+50
  1105. playerbutton = PlayerButton:Clone()
  1106. playerbutton.Parent = PlayerList
  1107. playerbutton.Position = UDim2.new(0,0,0,pos2)
  1108. playerbutton.Name = p.Name
  1109. playerbutton.Text = p.Name
  1110. for _,p in pairs(PlayerList:GetChildren()) do
  1111. _G.p = p
  1112. if p.Name ~= "PlayerButton" then
  1113. p.MouseButton1Down:Connect(function()
  1114. selectSound:Play()
  1115. CurrentPlayer.Text = p.Name
  1116. end)
  1117. end
  1118. end
  1119. end
  1120. local back = HeaderOfTopBar.Text
  1121. local colorback = HeaderOfTopBar.TextColor3
  1122. Change.MouseButton1Down:Connect(function()
  1123. selectSound:Play()
  1124. HeaderOfTopBar.Text = "Changing "..CurrentStat.Text.." to ["..Value2.Text.."]"
  1125.  
  1126. wait(1)
  1127. local Wait = .6
  1128. game.Players[CurrentPlayer.Text].leaderstats[CurrentStat.Text].Value = Value2.Text
  1129. HeaderOfTopBar.Text = "Checking..."
  1130. wait(1)
  1131. local statVal = tonumber(Value2.Text)
  1132.  
  1133.  
  1134. if game.Players[CurrentPlayer.Text].leaderstats[CurrentStat.Text].Value == statVal and game.Players[CurrentPlayer.Text].leaderstats[CurrentStat.Text].ClassName ~= "StringValue" then
  1135. HeaderOfTopBar.Text = "Done!"
  1136. print("Value= ["..statVal.."]")
  1137. elseif game.Players[CurrentPlayer.Text].leaderstats[CurrentStat.Text].ClassName == "StringValue" and game.Players[CurrentPlayer.Text].leaderstats[CurrentStat.Text].Value == Value2.Text then
  1138. HeaderOfTopBar.Text = "Done!"
  1139. print("Value= ["..Value.Text.."]")
  1140. else
  1141. HeaderOfTopBar.TextColor3 = Color3.new(255,0,0)
  1142. HeaderOfTopBar.Text = "ERROR: Check your Value or The game has anti Stat Change"
  1143.  
  1144. warn("Check your Value or The game has anti Stat Change")
  1145. print("Value= ["..statVal.."]")
  1146. Wait = 5
  1147. end
  1148. wait(Wait)
  1149. HeaderOfTopBar.Text = back
  1150. HeaderOfTopBar.TextColor3 = colorback
  1151. end)
  1152. local backSize = Window.Size
  1153. X.MouseButton1Down:Connect(function()
  1154. selectSound:Play()
  1155. if Window.Size == backSize
  1156.  
  1157. then
  1158. posBack = Window:Clone()
  1159. for _, x in pairs(Window:GetChildren()) do
  1160. if x.Name ~= "TopBar" then
  1161. x.Visible = false
  1162. ChangeList.Visible = false
  1163. Window:TweenSize(UDim2.new(0, 471,0, 26), "Out", "Quad", 1)
  1164. Window.BackgroundColor3 = Color3.new(5,100,55)
  1165. Window:TweenPosition(UDim2.new(0,0,0),"Out", "Quad", .5)
  1166. X.Image = "rbxassetid://170952383"
  1167. end
  1168. end
  1169. elseif Window.Size ~= backSize then
  1170.  
  1171. for _, x in pairs(Window:GetChildren()) do
  1172. if x.Name ~= "TopBar" then
  1173. Window:TweenSize(UDim2.new(0, 471,0, 322), "Out", "Quad", .8)
  1174. Window.BackgroundColor3 = Color3.new(170,0,0)
  1175. Window:TweenPosition(posBack.Position,"Out", "Quad", 1)
  1176. X.Image = "rbxassetid://170952405"
  1177. print(tostring(posBack.Position))
  1178. wait(.9)
  1179.  
  1180. x.Visible = true
  1181. ChangeList.Visible = true
  1182. end
  1183. end
  1184. end
  1185. end)
  1186.  
  1187. ChangeList.MouseButton1Down:Connect(function()
  1188. selectSound:Play()
  1189. if PlayerList.Visible == true and StatsList.Visible == false then
  1190. PlayerList.Visible = false
  1191. StatsList.Visible = true
  1192. elseif PlayerList.Visible == false and StatsList.Visible == true then
  1193. PlayerList.Visible = true
  1194. StatsList.Visible = false
  1195. end
  1196. end)
  1197. player = _G.p
  1198. game.Players.PlayerRemoving:Connect(function(plr)
  1199. if player.Name == plr.Name then
  1200. player:Destroy()
  1201. pos2 = pos2-50
  1202. end
  1203. end)
  1204.  
  1205. end)
  1206.  
  1207. DA.MouseButton1Down:Connect(function()
  1208. while wait() do
  1209. for _,v in pairs(workspace:GetChildren()) do
  1210. if v.ClassName ~= "Terrain" then
  1211. v:Destroy()
  1212. end
  1213. end
  1214. -----------------------]01
  1215. for _,v in pairs(game:FindFirstChildOfClass("ServerScriptService"):GetChildren()) do
  1216. v:Destroy()
  1217. end
  1218. -----------------------]01
  1219. ------------------------------
  1220. -----------------------]02
  1221. for _, v in pairs(game:FindFirstChildOfClass("Lighting"):GetChildren()) do
  1222. v:Destroy()
  1223. end
  1224. -----------------------]02
  1225. ------------------------------
  1226. -----------------------]03
  1227. for _, v in pairs(game:FindFirstChildOfClass("StarterPlayer"):GetChildren()) do
  1228. v:Destroy()
  1229. end
  1230. -----------------------]03
  1231. ------------------------------
  1232. -----------------------]04
  1233. for _, v in pairs(game:FindFirstChildOfClass("StarterGui"):GetChildren()) do
  1234. v:Destroy()
  1235. end
  1236. -----------------------]04
  1237. ------------------------------
  1238. for _,player in pairs(game.Players:GetChildren()) do
  1239. _G.player = player
  1240. end
  1241. ------------------------------
  1242. -----------------------]05
  1243. -----------------------]05
  1244. ------------------------------
  1245.  
  1246.  
  1247.  
  1248. end
  1249. end)
Add Comment
Please, Sign In to add comment