Advertisement
urlol

Untitled

Oct 3rd, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.14 KB | None | 0 0
  1. --topk3k 4.0 cracked by ded
  2.  
  3.  
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6.  
  7.  
  8.  
  9. local Base = Instance.new("Frame")
  10.  
  11.  
  12.  
  13. local Top = Instance.new("Frame")
  14.  
  15.  
  16.  
  17. local First = Instance.new("TextLabel")
  18.  
  19.  
  20.  
  21. local Second = Instance.new("TextLabel")
  22.  
  23.  
  24.  
  25. local Location = Instance.new("TextLabel")
  26.  
  27.  
  28.  
  29. local Exit = Instance.new("TextButton")
  30.  
  31.  
  32.  
  33. local HomeContainer = Instance.new("Frame")
  34.  
  35.  
  36.  
  37. local Players = Instance.new("Frame")
  38.  
  39.  
  40.  
  41. local ImageLabel = Instance.new("ImageLabel")
  42.  
  43.  
  44.  
  45. local TextLabel = Instance.new("TextLabel")
  46.  
  47.  
  48.  
  49. local Mask = Instance.new("TextButton")
  50.  
  51.  
  52.  
  53. local Server = Instance.new("Frame")
  54.  
  55.  
  56.  
  57. local ImageLabel_2 = Instance.new("ImageLabel")
  58.  
  59.  
  60.  
  61. local TextLabel_2 = Instance.new("TextLabel")
  62.  
  63.  
  64.  
  65. local Mask_2 = Instance.new("TextButton")
  66.  
  67.  
  68.  
  69. local LocalPlayer = Instance.new("Frame")
  70.  
  71.  
  72.  
  73. local ImageLabel_3 = Instance.new("ImageLabel")
  74.  
  75.  
  76.  
  77. local TextLabel_3 = Instance.new("TextLabel")
  78.  
  79.  
  80.  
  81. local Mask_3 = Instance.new("TextButton")
  82.  
  83.  
  84.  
  85. local Scripts = Instance.new("Frame")
  86.  
  87.  
  88.  
  89. local ImageLabel_4 = Instance.new("ImageLabel")
  90.  
  91.  
  92.  
  93. local TextLabel_4 = Instance.new("TextLabel")
  94.  
  95.  
  96.  
  97. local Mask_4 = Instance.new("TextButton")
  98.  
  99.  
  100.  
  101. local Miscellaneous = Instance.new("Frame")
  102.  
  103.  
  104.  
  105. local ImageLabel_5 = Instance.new("ImageLabel")
  106.  
  107.  
  108.  
  109. local TextLabel_5 = Instance.new("TextLabel")
  110.  
  111.  
  112.  
  113. local Mask_5 = Instance.new("TextButton")
  114.  
  115.  
  116.  
  117. local Settings = Instance.new("Frame")
  118.  
  119.  
  120.  
  121. local ImageLabel_6 = Instance.new("ImageLabel")
  122.  
  123.  
  124.  
  125. local TextLabel_6 = Instance.new("TextLabel")
  126.  
  127.  
  128.  
  129. local Mask_6 = Instance.new("TextButton")
  130.  
  131.  
  132.  
  133. local Navigator = Instance.new("ScrollingFrame")
  134.  
  135.  
  136.  
  137. local Item = Instance.new("TextButton")
  138.  
  139.  
  140.  
  141. local ServerContainer = Instance.new("ScrollingFrame")
  142.  
  143.  
  144.  
  145. local dd = Instance.new("TextButton")
  146.  
  147.  
  148.  
  149. local ImageLabel_7 = Instance.new("ImageLabel")
  150.  
  151.  
  152.  
  153. local LocalPlayerContainer = Instance.new("ScrollingFrame")
  154.  
  155.  
  156.  
  157. local PlayersContainer = Instance.new("ScrollingFrame")
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. -- Properties
  166.  
  167.  
  168.  
  169. local hist = game:GetService("LogService"):GetLogHistory()
  170.  
  171.  
  172.  
  173. local eiss = false
  174.  
  175.  
  176.  
  177. for i,v in pairs(hist) do
  178.  
  179.  
  180.  
  181. if string.find(v["message"]:lower(), "eiss") then
  182.  
  183.  
  184.  
  185. eiss = true
  186.  
  187.  
  188.  
  189. warn("Detected EISS, Parenting to PlayerGui")
  190.  
  191.  
  192.  
  193. end
  194.  
  195.  
  196.  
  197. end
  198.  
  199.  
  200.  
  201. if eiss then
  202.  
  203.  
  204.  
  205. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  206.  
  207.  
  208.  
  209. game.StarterGui.ResetPlayerGuiOnSpawn = false
  210.  
  211.  
  212.  
  213. else
  214.  
  215.  
  216.  
  217. ScreenGui.Parent = game.CoreGui
  218.  
  219.  
  220.  
  221. end
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. Base.Name = "Base"
  230.  
  231.  
  232.  
  233. Base.Parent = ScreenGui
  234.  
  235.  
  236.  
  237. Base.Active = true
  238.  
  239.  
  240.  
  241. Base.BackgroundColor3 = Color3.new(0.054902, 0.0901961, 0.113725)
  242.  
  243.  
  244.  
  245. Base.BorderColor3 = Color3.new(0.0156863, 0.027451, 0.0352941)
  246.  
  247.  
  248.  
  249. Base.BorderSizePixel = 2
  250.  
  251.  
  252.  
  253. Base.Draggable = true
  254.  
  255.  
  256.  
  257. Base.Position = UDim2.new(0, 50, 0, 250)
  258.  
  259.  
  260.  
  261. Base.Selectable = true
  262.  
  263.  
  264.  
  265. Base.Size = UDim2.new(0, 450, 0, 250)
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. Top.Name = "Top"
  274.  
  275.  
  276.  
  277. Top.Parent = Base
  278.  
  279.  
  280.  
  281. Top.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  282.  
  283.  
  284.  
  285. Top.BackgroundTransparency = 0.5
  286.  
  287.  
  288.  
  289. Top.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  290.  
  291.  
  292.  
  293. Top.Position = UDim2.new(0, 10, 0, 7)
  294.  
  295.  
  296.  
  297. Top.Size = UDim2.new(1, -20, 0, 20)
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. First.Name = "First"
  306.  
  307.  
  308.  
  309. First.Parent = Top
  310.  
  311.  
  312.  
  313. First.BackgroundColor3 = Color3.new(1, 1, 1)
  314.  
  315.  
  316.  
  317. First.BackgroundTransparency = 1
  318.  
  319.  
  320.  
  321. First.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  322.  
  323.  
  324.  
  325. First.Size = UDim2.new(1, 0, 1, 0)
  326.  
  327.  
  328.  
  329. First.Font = Enum.Font.SourceSans
  330.  
  331.  
  332.  
  333. First.FontSize = Enum.FontSize.Size18
  334.  
  335.  
  336.  
  337. First.Text = " T0PK3K 4.0"
  338.  
  339.  
  340.  
  341. First.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  342.  
  343.  
  344.  
  345. First.TextStrokeTransparency = 0
  346.  
  347.  
  348.  
  349. First.TextXAlignment = Enum.TextXAlignment.Left
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. Second.Name = "Second"
  358.  
  359.  
  360.  
  361. Second.Parent = Top
  362.  
  363.  
  364.  
  365. Second.BackgroundColor3 = Color3.new(1, 1, 1)
  366.  
  367.  
  368.  
  369. Second.BackgroundTransparency = 1
  370.  
  371.  
  372.  
  373. Second.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  374.  
  375.  
  376.  
  377. Second.Position = UDim2.new(1, -125, 0, 0)
  378.  
  379.  
  380.  
  381. Second.Size = UDim2.new(0, 100, 1, 0)
  382.  
  383.  
  384.  
  385. Second.Font = Enum.Font.SourceSans
  386.  
  387.  
  388.  
  389. Second.FontSize = Enum.FontSize.Size18
  390.  
  391.  
  392.  
  393. Second.Text = "cracked by ded"
  394.  
  395.  
  396.  
  397. Second.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  398.  
  399.  
  400.  
  401. Second.TextStrokeTransparency = 0
  402.  
  403.  
  404.  
  405. Second.TextXAlignment = Enum.TextXAlignment.Left
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. Location.Name = "Location"
  414.  
  415.  
  416.  
  417. Location.Parent = Top
  418.  
  419.  
  420.  
  421. Location.BackgroundColor3 = Color3.new(1, 1, 1)
  422.  
  423.  
  424.  
  425. Location.BackgroundTransparency = 1
  426.  
  427.  
  428.  
  429. Location.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  430.  
  431.  
  432.  
  433. Location.Position = UDim2.new(0, 90, 0, 0)
  434.  
  435.  
  436.  
  437. Location.Size = UDim2.new(1, -200, 1, 0)
  438.  
  439.  
  440.  
  441. Location.Font = Enum.Font.SourceSansBold
  442.  
  443.  
  444.  
  445. Location.FontSize = Enum.FontSize.Size18
  446.  
  447.  
  448.  
  449. Location.Text = "Home"
  450.  
  451.  
  452.  
  453. Location.TextColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  454.  
  455.  
  456.  
  457. Location.TextStrokeTransparency = 0
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. Exit.Name = "Exit"
  466.  
  467.  
  468.  
  469. Exit.Parent = Top
  470.  
  471.  
  472.  
  473. Exit.BackgroundColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  474.  
  475.  
  476.  
  477. Exit.BorderSizePixel = 0
  478.  
  479.  
  480.  
  481. Exit.Position = UDim2.new(1, -18, 0, 2)
  482.  
  483.  
  484.  
  485. Exit.Size = UDim2.new(0, 16, 0, 16)
  486.  
  487.  
  488.  
  489. Exit.Font = Enum.Font.SourceSansBold
  490.  
  491.  
  492.  
  493. Exit.FontSize = Enum.FontSize.Size14
  494.  
  495.  
  496.  
  497. Exit.Text = "X"
  498.  
  499.  
  500.  
  501. Exit.TextColor3 = Color3.new(1, 1, 1)
  502.  
  503.  
  504.  
  505. Exit.MouseButton1Down:connect(function()
  506.  
  507.  
  508.  
  509. Base.Parent = nil
  510.  
  511.  
  512.  
  513. end)
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. HomeContainer.Name = "HomeContainer"
  522.  
  523.  
  524.  
  525. HomeContainer.Parent = Base
  526.  
  527.  
  528.  
  529. HomeContainer.BackgroundColor3 = Color3.new(1, 1, 1)
  530.  
  531.  
  532.  
  533. HomeContainer.BackgroundTransparency = 1
  534.  
  535.  
  536.  
  537. HomeContainer.Position = UDim2.new(0, 10, 0, 50)
  538.  
  539.  
  540.  
  541. HomeContainer.Size = UDim2.new(1, -20, 1, -65)
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. Players.Name = "Players"
  550.  
  551.  
  552.  
  553. Players.Parent = HomeContainer
  554.  
  555.  
  556.  
  557. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  558.  
  559.  
  560.  
  561. Players.BackgroundTransparency = 1
  562.  
  563.  
  564.  
  565. Players.Position = UDim2.new(0.666000009, 10, 0, 0)
  566.  
  567.  
  568.  
  569. Players.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. ImageLabel.Parent = Players
  578.  
  579.  
  580.  
  581. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  582.  
  583.  
  584.  
  585. ImageLabel.BackgroundTransparency = 1
  586.  
  587.  
  588.  
  589. ImageLabel.Position = UDim2.new(0.5, -25, 0, 0)
  590.  
  591.  
  592.  
  593. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  594.  
  595.  
  596.  
  597. ImageLabel.Image = "rbxassetid://573066980"
  598.  
  599.  
  600.  
  601. ImageLabel.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. TextLabel.Parent = Players
  610.  
  611.  
  612.  
  613. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  614.  
  615.  
  616.  
  617. TextLabel.BackgroundTransparency = 1
  618.  
  619.  
  620.  
  621. TextLabel.Position = UDim2.new(0, 10, 1, -40)
  622.  
  623.  
  624.  
  625. TextLabel.Size = UDim2.new(1, -20, 0, 20)
  626.  
  627.  
  628.  
  629. TextLabel.Font = Enum.Font.SourceSansBold
  630.  
  631.  
  632.  
  633. TextLabel.FontSize = Enum.FontSize.Size24
  634.  
  635.  
  636.  
  637. TextLabel.Text = "Players"
  638.  
  639.  
  640.  
  641. TextLabel.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649. Mask.Name = "Mask"
  650.  
  651.  
  652.  
  653. Mask.Parent = Players
  654.  
  655.  
  656.  
  657. Mask.BackgroundColor3 = Color3.new(1, 1, 1)
  658.  
  659.  
  660.  
  661. Mask.BackgroundTransparency = 1
  662.  
  663.  
  664.  
  665. Mask.Position = UDim2.new(0, 27, 0, 0)
  666.  
  667.  
  668.  
  669. Mask.Size = UDim2.new(1, -56, 0, 65)
  670.  
  671.  
  672.  
  673. Mask.Font = Enum.Font.SourceSans
  674.  
  675.  
  676.  
  677. Mask.FontSize = Enum.FontSize.Size14
  678.  
  679.  
  680.  
  681. Mask.Text = ""
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. Server.Name = "Server"
  690.  
  691.  
  692.  
  693. Server.Parent = HomeContainer
  694.  
  695.  
  696.  
  697. Server.BackgroundColor3 = Color3.new(1, 1, 1)
  698.  
  699.  
  700.  
  701. Server.BackgroundTransparency = 1
  702.  
  703.  
  704.  
  705. Server.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713. ImageLabel_2.Parent = Server
  714.  
  715.  
  716.  
  717. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  718.  
  719.  
  720.  
  721. ImageLabel_2.BackgroundTransparency = 1
  722.  
  723.  
  724.  
  725. ImageLabel_2.Position = UDim2.new(0.5, -23, 0, 0)
  726.  
  727.  
  728.  
  729. ImageLabel_2.Size = UDim2.new(0, 46, 0, 46)
  730.  
  731.  
  732.  
  733. ImageLabel_2.Image = "rbxassetid://573084509"
  734.  
  735.  
  736.  
  737. ImageLabel_2.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745. TextLabel_2.Parent = Server
  746.  
  747.  
  748.  
  749. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  750.  
  751.  
  752.  
  753. TextLabel_2.BackgroundTransparency = 1
  754.  
  755.  
  756.  
  757. TextLabel_2.Position = UDim2.new(0, 10, 1, -40)
  758.  
  759.  
  760.  
  761. TextLabel_2.Size = UDim2.new(1, -20, 0, 20)
  762.  
  763.  
  764.  
  765. TextLabel_2.Font = Enum.Font.SourceSansBold
  766.  
  767.  
  768.  
  769. TextLabel_2.FontSize = Enum.FontSize.Size24
  770.  
  771.  
  772.  
  773. TextLabel_2.Text = "Server"
  774.  
  775.  
  776.  
  777. TextLabel_2.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785. Mask_2.Name = "Mask"
  786.  
  787.  
  788.  
  789. Mask_2.Parent = Server
  790.  
  791.  
  792.  
  793. Mask_2.BackgroundColor3 = Color3.new(1, 1, 1)
  794.  
  795.  
  796.  
  797. Mask_2.BackgroundTransparency = 1
  798.  
  799.  
  800.  
  801. Mask_2.Position = UDim2.new(0, 27, 0, 0)
  802.  
  803.  
  804.  
  805. Mask_2.Size = UDim2.new(1, -56, 0, 65)
  806.  
  807.  
  808.  
  809. Mask_2.Font = Enum.Font.SourceSans
  810.  
  811.  
  812.  
  813. Mask_2.FontSize = Enum.FontSize.Size14
  814.  
  815.  
  816.  
  817. Mask_2.Text = ""
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. LocalPlayer.Name = "LocalPlayer"
  826.  
  827.  
  828.  
  829. LocalPlayer.Parent = HomeContainer
  830.  
  831.  
  832.  
  833. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  834.  
  835.  
  836.  
  837. LocalPlayer.BackgroundTransparency = 1
  838.  
  839.  
  840.  
  841. LocalPlayer.Position = UDim2.new(0.333000004, 10, 0, 0)
  842.  
  843.  
  844.  
  845. LocalPlayer.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853. ImageLabel_3.Parent = LocalPlayer
  854.  
  855.  
  856.  
  857. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  858.  
  859.  
  860.  
  861. ImageLabel_3.BackgroundTransparency = 1
  862.  
  863.  
  864.  
  865. ImageLabel_3.Position = UDim2.new(0.5, -25, 0, 0)
  866.  
  867.  
  868.  
  869. ImageLabel_3.Size = UDim2.new(0, 50, 0, 50)
  870.  
  871.  
  872.  
  873. ImageLabel_3.Image = "rbxassetid://573078228"
  874.  
  875.  
  876.  
  877. ImageLabel_3.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885. TextLabel_3.Parent = LocalPlayer
  886.  
  887.  
  888.  
  889. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  890.  
  891.  
  892.  
  893. TextLabel_3.BackgroundTransparency = 1
  894.  
  895.  
  896.  
  897. TextLabel_3.Position = UDim2.new(0, 10, 1, -40)
  898.  
  899.  
  900.  
  901. TextLabel_3.Size = UDim2.new(1, -20, 0, 20)
  902.  
  903.  
  904.  
  905. TextLabel_3.Font = Enum.Font.SourceSansBold
  906.  
  907.  
  908.  
  909. TextLabel_3.FontSize = Enum.FontSize.Size24
  910.  
  911.  
  912.  
  913. TextLabel_3.Text = "LocalPlayer"
  914.  
  915.  
  916.  
  917. TextLabel_3.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. Mask_3.Name = "Mask"
  926.  
  927.  
  928.  
  929. Mask_3.Parent = LocalPlayer
  930.  
  931.  
  932.  
  933. Mask_3.BackgroundColor3 = Color3.new(1, 1, 1)
  934.  
  935.  
  936.  
  937. Mask_3.BackgroundTransparency = 1
  938.  
  939.  
  940.  
  941. Mask_3.Position = UDim2.new(0, 27, 0, 0)
  942.  
  943.  
  944.  
  945. Mask_3.Size = UDim2.new(1, -56, 0, 65)
  946.  
  947.  
  948.  
  949. Mask_3.Font = Enum.Font.SourceSans
  950.  
  951.  
  952.  
  953. Mask_3.FontSize = Enum.FontSize.Size14
  954.  
  955.  
  956.  
  957. Mask_3.Text = ""
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. Scripts.Name = "Scripts"
  966.  
  967.  
  968.  
  969. Scripts.Parent = HomeContainer
  970.  
  971.  
  972.  
  973. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  974.  
  975.  
  976.  
  977. Scripts.BackgroundTransparency = 1
  978.  
  979.  
  980.  
  981. Scripts.Position = UDim2.new(0, 0, 0.5, 0)
  982.  
  983.  
  984.  
  985. Scripts.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993. ImageLabel_4.Parent = Scripts
  994.  
  995.  
  996.  
  997. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  998.  
  999.  
  1000.  
  1001. ImageLabel_4.BackgroundTransparency = 1
  1002.  
  1003.  
  1004.  
  1005. ImageLabel_4.Position = UDim2.new(0.5, -25, 0, 0)
  1006.  
  1007.  
  1008.  
  1009. ImageLabel_4.Size = UDim2.new(0, 50, 0, 50)
  1010.  
  1011.  
  1012.  
  1013. ImageLabel_4.Image = "rbxassetid://573081437"
  1014.  
  1015.  
  1016.  
  1017. ImageLabel_4.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. TextLabel_4.Parent = Scripts
  1026.  
  1027.  
  1028.  
  1029. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1030.  
  1031.  
  1032.  
  1033. TextLabel_4.BackgroundTransparency = 1
  1034.  
  1035.  
  1036.  
  1037. TextLabel_4.Position = UDim2.new(0, 10, 1, -40)
  1038.  
  1039.  
  1040.  
  1041. TextLabel_4.Size = UDim2.new(1, -20, 0, 20)
  1042.  
  1043.  
  1044.  
  1045. TextLabel_4.Font = Enum.Font.SourceSansBold
  1046.  
  1047.  
  1048.  
  1049. TextLabel_4.FontSize = Enum.FontSize.Size24
  1050.  
  1051.  
  1052.  
  1053. TextLabel_4.Text = "Scripts"
  1054.  
  1055.  
  1056.  
  1057. TextLabel_4.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. Mask_4.Name = "Mask"
  1066.  
  1067.  
  1068.  
  1069. Mask_4.Parent = Scripts
  1070.  
  1071.  
  1072.  
  1073. Mask_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1074.  
  1075.  
  1076.  
  1077. Mask_4.BackgroundTransparency = 1
  1078.  
  1079.  
  1080.  
  1081. Mask_4.Position = UDim2.new(0, 27, 0, 0)
  1082.  
  1083.  
  1084.  
  1085. Mask_4.Size = UDim2.new(1, -56, 0, 65)
  1086.  
  1087.  
  1088.  
  1089. Mask_4.Font = Enum.Font.SourceSans
  1090.  
  1091.  
  1092.  
  1093. Mask_4.FontSize = Enum.FontSize.Size14
  1094.  
  1095.  
  1096.  
  1097. Mask_4.Text = ""
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105. Miscellaneous.Name = "Miscellaneous"
  1106.  
  1107.  
  1108.  
  1109. Miscellaneous.Parent = HomeContainer
  1110.  
  1111.  
  1112.  
  1113. Miscellaneous.BackgroundColor3 = Color3.new(1, 1, 1)
  1114.  
  1115.  
  1116.  
  1117. Miscellaneous.BackgroundTransparency = 1
  1118.  
  1119.  
  1120.  
  1121. Miscellaneous.Position = UDim2.new(0.333000004, 10, 0.5, 0)
  1122.  
  1123.  
  1124.  
  1125. Miscellaneous.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. ImageLabel_5.Parent = Miscellaneous
  1134.  
  1135.  
  1136.  
  1137. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1138.  
  1139.  
  1140.  
  1141. ImageLabel_5.BackgroundTransparency = 1
  1142.  
  1143.  
  1144.  
  1145. ImageLabel_5.Position = UDim2.new(0.5, -23, 0, 0)
  1146.  
  1147.  
  1148.  
  1149. ImageLabel_5.Size = UDim2.new(0, 46, 0, 46)
  1150.  
  1151.  
  1152.  
  1153. ImageLabel_5.Image = "rbxassetid://573087376"
  1154.  
  1155.  
  1156.  
  1157. ImageLabel_5.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165. TextLabel_5.Parent = Miscellaneous
  1166.  
  1167.  
  1168.  
  1169. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1170.  
  1171.  
  1172.  
  1173. TextLabel_5.BackgroundTransparency = 1
  1174.  
  1175.  
  1176.  
  1177. TextLabel_5.Position = UDim2.new(0, 10, 1, -40)
  1178.  
  1179.  
  1180.  
  1181. TextLabel_5.Size = UDim2.new(1, -20, 0, 20)
  1182.  
  1183.  
  1184.  
  1185. TextLabel_5.Font = Enum.Font.SourceSansBold
  1186.  
  1187.  
  1188.  
  1189. TextLabel_5.FontSize = Enum.FontSize.Size24
  1190.  
  1191.  
  1192.  
  1193. TextLabel_5.Text = "Miscellaneous"
  1194.  
  1195.  
  1196.  
  1197. TextLabel_5.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205. Mask_5.Name = "Mask"
  1206.  
  1207.  
  1208.  
  1209. Mask_5.Parent = Miscellaneous
  1210.  
  1211.  
  1212.  
  1213. Mask_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1214.  
  1215.  
  1216.  
  1217. Mask_5.BackgroundTransparency = 1
  1218.  
  1219.  
  1220.  
  1221. Mask_5.Position = UDim2.new(0, 27, 0, 0)
  1222.  
  1223.  
  1224.  
  1225. Mask_5.Size = UDim2.new(1, -56, 0, 65)
  1226.  
  1227.  
  1228.  
  1229. Mask_5.Font = Enum.Font.SourceSans
  1230.  
  1231.  
  1232.  
  1233. Mask_5.FontSize = Enum.FontSize.Size14
  1234.  
  1235.  
  1236.  
  1237. Mask_5.Text = ""
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245. Settings.Name = "Settings"
  1246.  
  1247.  
  1248.  
  1249. Settings.Parent = HomeContainer
  1250.  
  1251.  
  1252.  
  1253. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1254.  
  1255.  
  1256.  
  1257. Settings.BackgroundTransparency = 1
  1258.  
  1259.  
  1260.  
  1261. Settings.Position = UDim2.new(0.666000009, 10, 0.5, 0)
  1262.  
  1263.  
  1264.  
  1265. Settings.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273. ImageLabel_6.Parent = Settings
  1274.  
  1275.  
  1276.  
  1277. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1278.  
  1279.  
  1280.  
  1281. ImageLabel_6.BackgroundTransparency = 1
  1282.  
  1283.  
  1284.  
  1285. ImageLabel_6.Position = UDim2.new(0.5, -23, 0, 0)
  1286.  
  1287.  
  1288.  
  1289. ImageLabel_6.Size = UDim2.new(0, 46, 0, 46)
  1290.  
  1291.  
  1292.  
  1293. ImageLabel_6.Image = "rbxassetid://573090294"
  1294.  
  1295.  
  1296.  
  1297. ImageLabel_6.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. TextLabel_6.Parent = Settings
  1306.  
  1307.  
  1308.  
  1309. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1310.  
  1311.  
  1312.  
  1313. TextLabel_6.BackgroundTransparency = 1
  1314.  
  1315.  
  1316.  
  1317. TextLabel_6.Position = UDim2.new(0, 10, 1, -40)
  1318.  
  1319.  
  1320.  
  1321. TextLabel_6.Size = UDim2.new(1, -20, 0, 20)
  1322.  
  1323.  
  1324.  
  1325. TextLabel_6.Font = Enum.Font.SourceSansBold
  1326.  
  1327.  
  1328.  
  1329. TextLabel_6.FontSize = Enum.FontSize.Size24
  1330.  
  1331.  
  1332.  
  1333. TextLabel_6.Text = "Settings"
  1334.  
  1335.  
  1336.  
  1337. TextLabel_6.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345. Mask_6.Name = "Mask"
  1346.  
  1347.  
  1348.  
  1349. Mask_6.Parent = Settings
  1350.  
  1351.  
  1352.  
  1353. Mask_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1354.  
  1355.  
  1356.  
  1357. Mask_6.BackgroundTransparency = 1
  1358.  
  1359.  
  1360.  
  1361. Mask_6.Position = UDim2.new(0, 27, 0, 0)
  1362.  
  1363.  
  1364.  
  1365. Mask_6.Size = UDim2.new(1, -56, 0, 65)
  1366.  
  1367.  
  1368.  
  1369. Mask_6.Font = Enum.Font.SourceSans
  1370.  
  1371.  
  1372.  
  1373. Mask_6.FontSize = Enum.FontSize.Size14
  1374.  
  1375.  
  1376.  
  1377. Mask_6.Text = ""
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385. Navigator.Name = "Navigator"
  1386.  
  1387.  
  1388.  
  1389. Navigator.Parent = Base
  1390.  
  1391.  
  1392.  
  1393. Navigator.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  1394.  
  1395.  
  1396.  
  1397. Navigator.BackgroundTransparency = 0.5
  1398.  
  1399.  
  1400.  
  1401. Navigator.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  1402.  
  1403.  
  1404.  
  1405. Navigator.Position = UDim2.new(0, 10, 0, 35)
  1406.  
  1407.  
  1408.  
  1409. Navigator.Size = UDim2.new(0, 125, 1, -45)
  1410.  
  1411.  
  1412.  
  1413. Navigator.Visible = false
  1414.  
  1415.  
  1416.  
  1417. Navigator.BottomImage = "rbxassetid://573102620"
  1418.  
  1419.  
  1420.  
  1421. Navigator.MidImage = "rbxassetid://573102620"
  1422.  
  1423.  
  1424.  
  1425. Navigator.ScrollBarThickness = 5
  1426.  
  1427.  
  1428.  
  1429. Navigator.TopImage = "rbxassetid://573102620"
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437. Item.Name = "Item"
  1438.  
  1439.  
  1440.  
  1441. Item.Parent = Navigator
  1442.  
  1443.  
  1444.  
  1445. Item.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  1446.  
  1447.  
  1448.  
  1449. Item.BackgroundTransparency = 0.5
  1450.  
  1451.  
  1452.  
  1453. Item.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  1454.  
  1455.  
  1456.  
  1457. Item.Position = UDim2.new(0, 5, 0, 5)
  1458.  
  1459.  
  1460.  
  1461. Item.Size = UDim2.new(1, -15, 0, 20)
  1462.  
  1463.  
  1464.  
  1465. Item.Selected = true
  1466.  
  1467.  
  1468.  
  1469. Item.Font = Enum.Font.SourceSans
  1470.  
  1471.  
  1472.  
  1473. Item.FontSize = Enum.FontSize.Size14
  1474.  
  1475.  
  1476.  
  1477. Item.Text = "NavItem"
  1478.  
  1479.  
  1480.  
  1481. Item.TextColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. ServerContainer.Name = "ServerContainer"
  1490.  
  1491.  
  1492.  
  1493. ServerContainer.Parent = Base
  1494.  
  1495.  
  1496.  
  1497. ServerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  1498.  
  1499.  
  1500.  
  1501. ServerContainer.BackgroundTransparency = 0.5
  1502.  
  1503.  
  1504.  
  1505. ServerContainer.Position = UDim2.new(0, 140, 0, 35)
  1506.  
  1507.  
  1508.  
  1509. ServerContainer.Size = UDim2.new(1, -150, 1, -45)
  1510.  
  1511.  
  1512.  
  1513. ServerContainer.Visible = false
  1514.  
  1515.  
  1516.  
  1517. ServerContainer.BottomImage = "rbxassetid://573102620"
  1518.  
  1519.  
  1520.  
  1521. ServerContainer.MidImage = "rbxassetid://573102620"
  1522.  
  1523.  
  1524.  
  1525. ServerContainer.ScrollBarThickness = 5
  1526.  
  1527.  
  1528.  
  1529. ServerContainer.TopImage = "rbxassetid://573102620"
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537. dd.Name = "dd"
  1538.  
  1539.  
  1540.  
  1541. dd.Parent = ServerContainer
  1542.  
  1543.  
  1544.  
  1545. dd.BackgroundColor3 = Color3.new(0.0196078, 0.0313726, 0.0431373)
  1546.  
  1547.  
  1548.  
  1549. dd.Position = UDim2.new(0, 6, 0, 6)
  1550.  
  1551.  
  1552.  
  1553. dd.Size = UDim2.new(0.5, -10, 0, 20)
  1554.  
  1555.  
  1556.  
  1557. dd.Visible = false
  1558.  
  1559.  
  1560.  
  1561. dd.Font = Enum.Font.SourceSans
  1562.  
  1563.  
  1564.  
  1565. dd.FontSize = Enum.FontSize.Size14
  1566.  
  1567.  
  1568.  
  1569. dd.Text = "Troll Spam"
  1570.  
  1571.  
  1572.  
  1573. dd.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  1574.  
  1575.  
  1576.  
  1577. dd.TextStrokeTransparency = 0.5
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585. ImageLabel_7.Parent = dd
  1586.  
  1587.  
  1588.  
  1589. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1590.  
  1591.  
  1592.  
  1593. ImageLabel_7.BackgroundTransparency = 1
  1594.  
  1595.  
  1596.  
  1597. ImageLabel_7.Position = UDim2.new(0, 2, 0, 0)
  1598.  
  1599.  
  1600.  
  1601. ImageLabel_7.Size = UDim2.new(0, 20, 0, 20)
  1602.  
  1603.  
  1604.  
  1605. ImageLabel_7.Image = "rbxassetid://133293265"
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613. LocalPlayerContainer.Name = "LocalPlayerContainer"
  1614.  
  1615.  
  1616.  
  1617. LocalPlayerContainer.Parent = Base
  1618.  
  1619.  
  1620.  
  1621. LocalPlayerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  1622.  
  1623.  
  1624.  
  1625. LocalPlayerContainer.BackgroundTransparency = 0.5
  1626.  
  1627.  
  1628.  
  1629. LocalPlayerContainer.Position = UDim2.new(0, 140, 0, 35)
  1630.  
  1631.  
  1632.  
  1633. LocalPlayerContainer.Size = UDim2.new(1, -150, 1, -45)
  1634.  
  1635.  
  1636.  
  1637. LocalPlayerContainer.Visible = false
  1638.  
  1639.  
  1640.  
  1641. LocalPlayerContainer.BottomImage = "rbxassetid://573102620"
  1642.  
  1643.  
  1644.  
  1645. LocalPlayerContainer.MidImage = "rbxassetid://573102620"
  1646.  
  1647.  
  1648.  
  1649. LocalPlayerContainer.ScrollBarThickness = 5
  1650.  
  1651.  
  1652.  
  1653. LocalPlayerContainer.TopImage = "rbxassetid://573102620"
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661. PlayersContainer.Name = "PlayersContainer"
  1662.  
  1663.  
  1664.  
  1665. PlayersContainer.Parent = Base
  1666.  
  1667.  
  1668.  
  1669. PlayersContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  1670.  
  1671.  
  1672.  
  1673. PlayersContainer.BackgroundTransparency = 0.5
  1674.  
  1675.  
  1676.  
  1677. PlayersContainer.Position = UDim2.new(0, 140, 0, 35)
  1678.  
  1679.  
  1680.  
  1681. PlayersContainer.Size = UDim2.new(1, -150, 1, -45)
  1682.  
  1683.  
  1684.  
  1685. PlayersContainer.Visible = false
  1686.  
  1687.  
  1688.  
  1689. PlayersContainer.BottomImage = "rbxassetid://573102620"
  1690.  
  1691.  
  1692.  
  1693. PlayersContainer.MidImage = "rbxassetid://573102620"
  1694.  
  1695.  
  1696.  
  1697. PlayersContainer.ScrollBarThickness = 5
  1698.  
  1699.  
  1700.  
  1701. PlayersContainer.TopImage = "rbxassetid://573102620"
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709. function MakeContainer(n)
  1710.  
  1711.  
  1712.  
  1713. local cont = PlayersContainer:Clone()
  1714.  
  1715.  
  1716.  
  1717. cont.Name = n .. 'Container'
  1718.  
  1719.  
  1720.  
  1721. cont.Parent = Base
  1722.  
  1723.  
  1724.  
  1725. return cont
  1726.  
  1727.  
  1728.  
  1729. end
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737. local ScriptsContainer = MakeContainer('Scripts')
  1738.  
  1739.  
  1740.  
  1741. local MiscContainer = MakeContainer('Miscellaneous')
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749. local topkek = {}
  1750.  
  1751.  
  1752.  
  1753. topkek.store = {}
  1754.  
  1755.  
  1756.  
  1757. topkek.cache = {}
  1758.  
  1759.  
  1760.  
  1761. topkek.libgui = {}
  1762.  
  1763.  
  1764.  
  1765. topkek.libsettings = {}
  1766.  
  1767.  
  1768.  
  1769. topkek.libutil = {}
  1770.  
  1771.  
  1772.  
  1773. topkek.libwindows = {}
  1774.  
  1775.  
  1776.  
  1777. topkek.libcmd = {}
  1778.  
  1779.  
  1780.  
  1781. --[[ gay ass dropdown lib i made a while ago ]]--
  1782.  
  1783.  
  1784.  
  1785. dropdown = {}
  1786.  
  1787.  
  1788.  
  1789. dropdown.new = function(gui, items, placeholder)
  1790.  
  1791.  
  1792.  
  1793. local self = {}
  1794.  
  1795.  
  1796.  
  1797. self.value = placeholder
  1798.  
  1799.  
  1800.  
  1801. self.items = items
  1802.  
  1803.  
  1804.  
  1805. self.gui = gui
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813. if self.gui:FindFirstChild("__DROPDOWN") then
  1814.  
  1815.  
  1816.  
  1817. self.gui["__DROPDOWN"]:Destroy()
  1818.  
  1819.  
  1820.  
  1821. end
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829. self.debug = false
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837. self.gui.Text = placeholder
  1838.  
  1839.  
  1840.  
  1841. self.gui.BorderSizePixel = 0
  1842.  
  1843.  
  1844.  
  1845. self.gui.ZIndex = 1
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853. self.textcolor = self.gui.TextColor3
  1854.  
  1855.  
  1856.  
  1857. function self.make()
  1858.  
  1859.  
  1860.  
  1861. if self.gui:FindFirstChild("__DROPDOWN") then
  1862.  
  1863.  
  1864.  
  1865. self.gui["__DROPDOWN"]:Destroy()
  1866.  
  1867.  
  1868.  
  1869. end
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881. self.selectgui = Instance.new("ScrollingFrame")
  1882.  
  1883.  
  1884.  
  1885. self.selectgui.Parent = self.gui
  1886.  
  1887.  
  1888.  
  1889. self.selectgui.Name = "__DROPDOWN"
  1890.  
  1891.  
  1892.  
  1893. self.selectgui.Size = UDim2.new(1, 0, 0, 100)
  1894.  
  1895.  
  1896.  
  1897. self.selectgui.Position = UDim2.new(0, 0, 0, self.gui.AbsoluteSize.Y)
  1898.  
  1899.  
  1900.  
  1901. self.selectgui.BorderSizePixel = 0
  1902.  
  1903.  
  1904.  
  1905. self.selectgui.ZIndex = 2
  1906.  
  1907.  
  1908.  
  1909. self.selectgui.BackgroundTransparency = self.gui.BackgroundTransparency
  1910.  
  1911.  
  1912.  
  1913. self.selectgui.BackgroundColor3 = self.gui.BackgroundColor3
  1914.  
  1915.  
  1916.  
  1917. self.selectgui.Visible = false
  1918.  
  1919.  
  1920.  
  1921. self.selectgui.CanvasSize = UDim2.new(0, 0, 0, (#self.items-1) * 20)
  1922.  
  1923.  
  1924.  
  1925. self.selectgui.ScrollBarThickness = 5
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933. if #self.items < 4 then
  1934.  
  1935.  
  1936.  
  1937. self.selectgui.CanvasSize = UDim2.new(0, 0, 0, 0)
  1938.  
  1939.  
  1940.  
  1941. self.selectgui.Size = UDim2.new(1, 0, 0, (#self.items-1) * 20)
  1942.  
  1943.  
  1944.  
  1945. end
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953. self.item = Instance.new("TextButton")
  1954.  
  1955.  
  1956.  
  1957. self.item.Size = UDim2.new(1, 0, 0, 20)
  1958.  
  1959.  
  1960.  
  1961. self.item.Position = UDim2.new(0, 0, 0, 0)
  1962.  
  1963.  
  1964.  
  1965. self.item.BackgroundTransparency = self.gui.BackgroundTransparency - 0.1
  1966.  
  1967.  
  1968.  
  1969. self.item.BackgroundColor3 = self.gui.BackgroundColor3
  1970.  
  1971.  
  1972.  
  1973. self.item.BorderSizePixel = 0
  1974.  
  1975.  
  1976.  
  1977. self.item.ZIndex = 2
  1978.  
  1979.  
  1980.  
  1981. self.item.TextColor3 = self.gui.TextColor3
  1982.  
  1983.  
  1984.  
  1985. self.item.Font = Enum.Font.SourceSans
  1986.  
  1987.  
  1988.  
  1989. self.item.FontSize = Enum.FontSize.Size14
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997. self.curitem = nil
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005. for i, v in pairs(self.items) do
  2006.  
  2007.  
  2008.  
  2009. if not (v == self.value) then
  2010.  
  2011.  
  2012.  
  2013. local ti = self.item:Clone()
  2014.  
  2015.  
  2016.  
  2017. ti.Parent = self.selectgui
  2018.  
  2019.  
  2020.  
  2021. if i == 1 then i = 2 end
  2022.  
  2023.  
  2024.  
  2025. ti.Position = UDim2.new(0, 0, 0, (i - 2) * 20)
  2026.  
  2027.  
  2028.  
  2029. ti.Text = v
  2030.  
  2031.  
  2032.  
  2033. ti.MouseButton1Down:connect(function()
  2034.  
  2035.  
  2036.  
  2037. self.value = v
  2038.  
  2039.  
  2040.  
  2041. self.open = false
  2042.  
  2043.  
  2044.  
  2045. self.selectgui.Visible = false
  2046.  
  2047.  
  2048.  
  2049. self.gui.Text = v
  2050.  
  2051.  
  2052.  
  2053. self.make()
  2054.  
  2055.  
  2056.  
  2057. end)
  2058.  
  2059.  
  2060.  
  2061. end
  2062.  
  2063.  
  2064.  
  2065. end
  2066.  
  2067.  
  2068.  
  2069. end
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077. self.getvalue = function()
  2078.  
  2079.  
  2080.  
  2081. return self.value
  2082.  
  2083.  
  2084.  
  2085. end
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093. self.update = function(itms)
  2094.  
  2095.  
  2096.  
  2097. self.items = itms
  2098.  
  2099.  
  2100.  
  2101. self.make()
  2102.  
  2103.  
  2104.  
  2105. end
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113. self.open = false
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121. self.gui.MouseButton1Down:connect(function()
  2122.  
  2123.  
  2124.  
  2125. if self.open == false then
  2126.  
  2127.  
  2128.  
  2129. self.selectgui.CanvasPosition = Vector2.new(0, 0)
  2130.  
  2131.  
  2132.  
  2133. self.selectgui.Visible = true
  2134.  
  2135.  
  2136.  
  2137. self.open = true
  2138.  
  2139.  
  2140.  
  2141. else
  2142.  
  2143.  
  2144.  
  2145. self.selectgui.Visible = false
  2146.  
  2147.  
  2148.  
  2149. self.open = false
  2150.  
  2151.  
  2152.  
  2153. end
  2154.  
  2155.  
  2156.  
  2157. end)
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165. self.make()
  2166.  
  2167.  
  2168.  
  2169. return self
  2170.  
  2171.  
  2172.  
  2173. end
  2174.  
  2175.  
  2176.  
  2177. --[[ libsettings lole ]]--
  2178.  
  2179.  
  2180.  
  2181. topkek.libsettings.store = {}
  2182.  
  2183.  
  2184.  
  2185. function topkek.libsettings:getSetting(k)
  2186.  
  2187.  
  2188.  
  2189. return topkek.libsettings.store[k]
  2190.  
  2191.  
  2192.  
  2193. end
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201. function topkek.libsettings:setSetting(k,v)
  2202.  
  2203.  
  2204.  
  2205. topkek.libsettings.store[k]=v
  2206.  
  2207.  
  2208.  
  2209. end
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217. -- [[ libutil ]] --
  2218.  
  2219.  
  2220.  
  2221. function topkek.libutil:createObject(o, p)
  2222.  
  2223.  
  2224.  
  2225. local a, b = pcall(function()
  2226.  
  2227.  
  2228.  
  2229. Instance.new(o)
  2230.  
  2231.  
  2232.  
  2233. end)
  2234.  
  2235.  
  2236.  
  2237. if not a then
  2238.  
  2239.  
  2240.  
  2241. return
  2242.  
  2243.  
  2244.  
  2245. end
  2246.  
  2247.  
  2248.  
  2249. local obj = Instance.new(o)
  2250.  
  2251.  
  2252.  
  2253. for prop, val in pairs(p) do
  2254.  
  2255.  
  2256.  
  2257. pcall(function()
  2258.  
  2259.  
  2260.  
  2261. obj[prop] = val
  2262.  
  2263.  
  2264.  
  2265. end)
  2266.  
  2267.  
  2268.  
  2269. end
  2270.  
  2271.  
  2272.  
  2273. return obj
  2274.  
  2275.  
  2276.  
  2277. end
  2278.  
  2279.  
  2280.  
  2281. function topkek.libutil:Color3(r,g,b)
  2282.  
  2283.  
  2284.  
  2285. return Color3.new(r/255,g/255,b/255)
  2286.  
  2287.  
  2288.  
  2289. end; color3 = function(r,g,b) return topkek.libutil:Color3(r,g,b) end
  2290.  
  2291.  
  2292.  
  2293. function topkek.libutil:recurseDecal(img)--topkek2.0 code tbh
  2294.  
  2295.  
  2296.  
  2297. img = 'rbxassetid://' .. img
  2298.  
  2299.  
  2300.  
  2301. local function skybox(x)
  2302.  
  2303.  
  2304.  
  2305. local sky = Instance.new("Sky",game.Lighting)
  2306.  
  2307.  
  2308.  
  2309. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  2310.  
  2311.  
  2312.  
  2313. for i,v in pairs(fcs) do
  2314.  
  2315.  
  2316.  
  2317. sky["Skybox"..v]=x
  2318.  
  2319.  
  2320.  
  2321. end
  2322.  
  2323.  
  2324.  
  2325. end
  2326.  
  2327.  
  2328.  
  2329. local function particle(p, b)
  2330.  
  2331.  
  2332.  
  2333. local a = Instance.new("ParticleEmitter", p)
  2334.  
  2335.  
  2336.  
  2337. a.Rate = 500
  2338.  
  2339.  
  2340.  
  2341. a.Lifetime = NumberRange.new(20, 30)
  2342.  
  2343.  
  2344.  
  2345. a.VelocitySpread = 200
  2346.  
  2347.  
  2348.  
  2349. a.Texture = b
  2350.  
  2351.  
  2352.  
  2353. end
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361. local function decal(p, b)
  2362.  
  2363.  
  2364.  
  2365. local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
  2366.  
  2367.  
  2368.  
  2369. for i, v in pairs(sides) do
  2370.  
  2371.  
  2372.  
  2373. local a = Instance.new("Decal", p)
  2374.  
  2375.  
  2376.  
  2377. a.Texture = b
  2378.  
  2379.  
  2380.  
  2381. a.Face = v
  2382.  
  2383.  
  2384.  
  2385. end
  2386.  
  2387.  
  2388.  
  2389. end
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397. local function recurse(x)
  2398.  
  2399.  
  2400.  
  2401. for i, v in pairs(x:GetChildren()) do
  2402.  
  2403.  
  2404.  
  2405. pcall(function() -- 'error occured, no output from Lua' LOLE
  2406.  
  2407.  
  2408.  
  2409. if v:IsA("BasePart") then
  2410.  
  2411.  
  2412.  
  2413. particle(v, img)
  2414.  
  2415.  
  2416.  
  2417. decal(v, img)
  2418.  
  2419.  
  2420.  
  2421. end
  2422.  
  2423.  
  2424.  
  2425. if #(v:GetChildren())>0 then
  2426.  
  2427.  
  2428.  
  2429. recurse(v)
  2430.  
  2431.  
  2432.  
  2433. end
  2434.  
  2435.  
  2436.  
  2437. end)
  2438.  
  2439.  
  2440.  
  2441. end
  2442.  
  2443.  
  2444.  
  2445. end
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453. recurse(game)
  2454.  
  2455.  
  2456.  
  2457. skybox(img)
  2458.  
  2459.  
  2460.  
  2461. end
  2462.  
  2463.  
  2464.  
  2465. function topkek.libutil:recurseRemove(type_)
  2466.  
  2467.  
  2468.  
  2469. local function recurse(x)
  2470.  
  2471.  
  2472.  
  2473. for i, v in pairs(x:GetChildren()) do
  2474.  
  2475.  
  2476.  
  2477. pcall(function()
  2478.  
  2479.  
  2480.  
  2481. if v:IsA(type_) then
  2482.  
  2483.  
  2484.  
  2485. v:Destroy()
  2486.  
  2487.  
  2488.  
  2489. end
  2490.  
  2491.  
  2492.  
  2493. if #(v:GetChildren())>0 then
  2494.  
  2495.  
  2496.  
  2497. recurse(v)
  2498.  
  2499.  
  2500.  
  2501. end
  2502.  
  2503.  
  2504.  
  2505. end)
  2506.  
  2507.  
  2508.  
  2509. end
  2510.  
  2511.  
  2512.  
  2513. end
  2514.  
  2515.  
  2516.  
  2517. recurse(game)
  2518.  
  2519.  
  2520.  
  2521. end
  2522.  
  2523.  
  2524.  
  2525. function topkek.libutil:recurseSet(type_,prop,val)
  2526.  
  2527.  
  2528.  
  2529. local function recurse(x)
  2530.  
  2531.  
  2532.  
  2533. for i, v in pairs(x:GetChildren()) do
  2534.  
  2535.  
  2536.  
  2537. pcall(function()
  2538.  
  2539.  
  2540.  
  2541. if v:IsA(type_) then
  2542.  
  2543.  
  2544.  
  2545. v[prop]=val
  2546.  
  2547.  
  2548.  
  2549. end
  2550.  
  2551.  
  2552.  
  2553. if #(v:GetChildren())>0 then
  2554.  
  2555.  
  2556.  
  2557. recurse(v)
  2558.  
  2559.  
  2560.  
  2561. end
  2562.  
  2563.  
  2564.  
  2565. end)
  2566.  
  2567.  
  2568.  
  2569. end
  2570.  
  2571.  
  2572.  
  2573. end
  2574.  
  2575.  
  2576.  
  2577. recurse(game)
  2578.  
  2579.  
  2580.  
  2581. end
  2582.  
  2583.  
  2584.  
  2585. function topkek.libutil:recurseSetObj(obj,type_,prop,val)
  2586.  
  2587.  
  2588.  
  2589. local function recurse(x)
  2590.  
  2591.  
  2592.  
  2593. for i, v in pairs(x:GetChildren()) do
  2594.  
  2595.  
  2596.  
  2597. pcall(function()
  2598.  
  2599.  
  2600.  
  2601. if v:IsA(type_) then
  2602.  
  2603.  
  2604.  
  2605. v[prop]=val
  2606.  
  2607.  
  2608.  
  2609. end
  2610.  
  2611.  
  2612.  
  2613. if #(v:GetChildren())>0 then
  2614.  
  2615.  
  2616.  
  2617. recurse(v)
  2618.  
  2619.  
  2620.  
  2621. end
  2622.  
  2623.  
  2624.  
  2625. end)
  2626.  
  2627.  
  2628.  
  2629. end
  2630.  
  2631.  
  2632.  
  2633. end
  2634.  
  2635.  
  2636.  
  2637. recurse(obj)
  2638.  
  2639.  
  2640.  
  2641. end
  2642.  
  2643.  
  2644.  
  2645. function topkek.libutil:recurseFunc(type_,func)
  2646.  
  2647.  
  2648.  
  2649. local function recurse(x)
  2650.  
  2651.  
  2652.  
  2653. for i, v in pairs(x:GetChildren()) do
  2654.  
  2655.  
  2656.  
  2657. pcall(function()
  2658.  
  2659.  
  2660.  
  2661. if v:IsA(type_) then
  2662.  
  2663.  
  2664.  
  2665. func(v)
  2666.  
  2667.  
  2668.  
  2669. end
  2670.  
  2671.  
  2672.  
  2673. if #(v:GetChildren())>0 then
  2674.  
  2675.  
  2676.  
  2677. recurse(v)
  2678.  
  2679.  
  2680.  
  2681. end
  2682.  
  2683.  
  2684.  
  2685. end)
  2686.  
  2687.  
  2688.  
  2689. end
  2690.  
  2691.  
  2692.  
  2693. end
  2694.  
  2695.  
  2696.  
  2697. recurse(game)
  2698.  
  2699.  
  2700.  
  2701. end
  2702.  
  2703.  
  2704.  
  2705. function topkek.libutil:Play(id)
  2706.  
  2707.  
  2708.  
  2709. local mu = Instance.new("Sound", game.Workspace)
  2710.  
  2711.  
  2712.  
  2713. mu.Volume = 1
  2714.  
  2715.  
  2716.  
  2717. mu.Looped = true
  2718.  
  2719.  
  2720.  
  2721. mu.Pitch = 1
  2722.  
  2723.  
  2724.  
  2725. mu.SoundId = "rbxassetid://"..tostring(id)
  2726.  
  2727.  
  2728.  
  2729. mu:Play()
  2730.  
  2731.  
  2732.  
  2733. end
  2734.  
  2735.  
  2736.  
  2737. function topkek.libutil:GetPlayerList()
  2738.  
  2739.  
  2740.  
  2741. local list = {'Everybody'}
  2742.  
  2743.  
  2744.  
  2745. for i, v in pairs(game:service'Players':GetPlayers()) do
  2746.  
  2747.  
  2748.  
  2749. table.insert(list, v.Name)
  2750.  
  2751.  
  2752.  
  2753. end
  2754.  
  2755.  
  2756.  
  2757. return list
  2758.  
  2759.  
  2760.  
  2761. end
  2762.  
  2763.  
  2764.  
  2765. function topkek.libutil:doPlayers(drop, func)
  2766.  
  2767.  
  2768.  
  2769. local str = drop.getvalue()
  2770.  
  2771.  
  2772.  
  2773. local plrs = {}
  2774.  
  2775.  
  2776.  
  2777. if str == 'Everybody' then
  2778.  
  2779.  
  2780.  
  2781. plrs = game:GetService('Players'):GetPlayers()
  2782.  
  2783.  
  2784.  
  2785. else
  2786.  
  2787.  
  2788.  
  2789. plrs = {game:GetService('Players'):FindFirstChild(str)}
  2790.  
  2791.  
  2792.  
  2793. end
  2794.  
  2795.  
  2796.  
  2797. for i, v in pairs(plrs) do
  2798.  
  2799.  
  2800.  
  2801. func(v)
  2802.  
  2803.  
  2804.  
  2805. end
  2806.  
  2807.  
  2808.  
  2809. end
  2810.  
  2811.  
  2812.  
  2813. function topkek.libutil:insert(id)
  2814.  
  2815.  
  2816.  
  2817. if topkek.cache[id] then return topkek.cache[id] end -- moist
  2818.  
  2819.  
  2820.  
  2821. local obj = game:service'InsertService':LoadAsset(id):GetChildren()[1]
  2822.  
  2823.  
  2824.  
  2825. topkek.cache[id] = obj:Clone()
  2826.  
  2827.  
  2828.  
  2829. return obj
  2830.  
  2831.  
  2832.  
  2833. end; insert = function(id) return topkek.libutil:insert(id) end
  2834.  
  2835.  
  2836.  
  2837. function topkek.libutil:getTorso(plr) --r15 compatibility lole
  2838.  
  2839.  
  2840.  
  2841. if plr.Character then
  2842.  
  2843.  
  2844.  
  2845. if plr.Character:FindFirstChild('UpperTorso') then
  2846.  
  2847.  
  2848.  
  2849. return plr.Character.UpperTorso
  2850.  
  2851.  
  2852.  
  2853. else
  2854.  
  2855.  
  2856.  
  2857. return plr.Character.Torso
  2858.  
  2859.  
  2860.  
  2861. end
  2862.  
  2863.  
  2864.  
  2865. end
  2866.  
  2867.  
  2868.  
  2869. end
  2870.  
  2871.  
  2872.  
  2873. function topkek.libutil:weiner(plr)
  2874.  
  2875.  
  2876.  
  2877. plr=plr.Character
  2878.  
  2879.  
  2880.  
  2881. Shaft=Instance.new("Part", plr)
  2882.  
  2883.  
  2884.  
  2885. Shaft.Name='Shaft'
  2886.  
  2887.  
  2888.  
  2889. Shaft.Size=Vector3.new(1, 2.5, 1)
  2890.  
  2891.  
  2892.  
  2893. Shaft.TopSurface=0
  2894.  
  2895.  
  2896.  
  2897. Shaft.BottomSurface=0
  2898.  
  2899.  
  2900.  
  2901. Shaft.CanCollide=true
  2902.  
  2903.  
  2904.  
  2905. Cyln=Instance.new("CylinderMesh", Shaft)
  2906.  
  2907.  
  2908.  
  2909. Cyln.Scale=Vector3.new(0.5,0.7,0.5)
  2910.  
  2911.  
  2912.  
  2913. Instance.new("Weld", plr)
  2914.  
  2915.  
  2916.  
  2917. plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
  2918.  
  2919.  
  2920.  
  2921. plr.Weld.Part1=plr.Shaft
  2922.  
  2923.  
  2924.  
  2925. plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
  2926.  
  2927.  
  2928.  
  2929. Shaft.BrickColor=BrickColor.new("Pastel brown")
  2930.  
  2931.  
  2932.  
  2933. Tip=Instance.new("Part", plr)
  2934.  
  2935.  
  2936.  
  2937. Tip.Name='Tip'
  2938.  
  2939.  
  2940.  
  2941. Tip.TopSurface=0
  2942.  
  2943.  
  2944.  
  2945. Tip.BottomSurface=0
  2946.  
  2947.  
  2948.  
  2949. Tip.Size=Vector3.new(1, 1, 1)
  2950.  
  2951.  
  2952.  
  2953. Tip.CanCollide=true
  2954.  
  2955.  
  2956.  
  2957. Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
  2958.  
  2959.  
  2960.  
  2961. Cyln2=Instance.new("SpecialMesh", Tip)
  2962.  
  2963.  
  2964.  
  2965. Cyln2.MeshType='Sphere'
  2966.  
  2967.  
  2968.  
  2969. Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
  2970.  
  2971.  
  2972.  
  2973. Instance.new("Weld", plr).Name='Weld2'
  2974.  
  2975.  
  2976.  
  2977. plr.Weld2.Part0=plr.Shaft
  2978.  
  2979.  
  2980.  
  2981. plr.Weld2.Part1=plr.Tip
  2982.  
  2983.  
  2984.  
  2985. plr.Weld2.C0=CFrame.new(0,-.9,0)
  2986.  
  2987.  
  2988.  
  2989. Tip.BrickColor=BrickColor.new("Pink")
  2990.  
  2991.  
  2992.  
  2993. -----
  2994.  
  2995.  
  2996.  
  2997. Ball1=Instance.new("Part", plr)
  2998.  
  2999.  
  3000.  
  3001. Ball1.Name='Ball1'
  3002.  
  3003.  
  3004.  
  3005. Ball1.Size=Vector3.new(1, 1, 1)
  3006.  
  3007.  
  3008.  
  3009. Ball1.TopSurface=0
  3010.  
  3011.  
  3012.  
  3013. Ball1.BottomSurface=0
  3014.  
  3015.  
  3016.  
  3017. Cyln3=Instance.new("SpecialMesh", Ball1)
  3018.  
  3019.  
  3020.  
  3021. Cyln3.MeshType='Sphere'
  3022.  
  3023.  
  3024.  
  3025. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  3026.  
  3027.  
  3028.  
  3029. Instance.new("Weld", plr).Name='Weld3'
  3030.  
  3031.  
  3032.  
  3033. plr.Weld3.Part0=plr.Shaft
  3034.  
  3035.  
  3036.  
  3037. plr.Weld3.Part1=plr.Ball1
  3038.  
  3039.  
  3040.  
  3041. plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
  3042.  
  3043.  
  3044.  
  3045. Ball1.BrickColor=BrickColor.new("Pastel brown")
  3046.  
  3047.  
  3048.  
  3049. -----
  3050.  
  3051.  
  3052.  
  3053. Ball2=Instance.new("Part", plr)
  3054.  
  3055.  
  3056.  
  3057. Ball2.Name='Ball2'
  3058.  
  3059.  
  3060.  
  3061. Ball2.Size=Vector3.new(1, 1, 1)
  3062.  
  3063.  
  3064.  
  3065. Ball2.TopSurface=0
  3066.  
  3067.  
  3068.  
  3069. Ball2.BottomSurface=0
  3070.  
  3071.  
  3072.  
  3073. Cyln3=Instance.new("SpecialMesh", Ball2)
  3074.  
  3075.  
  3076.  
  3077. Cyln3.MeshType='Sphere'
  3078.  
  3079.  
  3080.  
  3081. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  3082.  
  3083.  
  3084.  
  3085. Instance.new("Weld", plr).Name='Weld4'
  3086.  
  3087.  
  3088.  
  3089. plr.Weld4.Part0=plr.Shaft
  3090.  
  3091.  
  3092.  
  3093. plr.Weld4.Part1=plr.Ball2
  3094.  
  3095.  
  3096.  
  3097. plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
  3098.  
  3099.  
  3100.  
  3101. Ball2.BrickColor=BrickColor.new("Pastel brown")
  3102.  
  3103.  
  3104.  
  3105. end
  3106.  
  3107.  
  3108.  
  3109. function topkek.libutil:scalePlayer(plr, sz)
  3110.  
  3111.  
  3112.  
  3113. local pchar = plr.Character
  3114.  
  3115.  
  3116.  
  3117. if pchar:FindFirstChild("UpperTorso") then
  3118.  
  3119.  
  3120.  
  3121. warn("Player [" ..plr.Name.. "] is R15.")
  3122.  
  3123.  
  3124.  
  3125. return
  3126.  
  3127.  
  3128.  
  3129. end
  3130.  
  3131.  
  3132.  
  3133. local function scale(chr,scl)
  3134.  
  3135.  
  3136.  
  3137.  
  3138.  
  3139.  
  3140.  
  3141. for _,v in pairs(pchar:GetChildren()) do
  3142.  
  3143.  
  3144.  
  3145. if v:IsA("Hat") then
  3146.  
  3147.  
  3148.  
  3149. v:Clone()
  3150.  
  3151.  
  3152.  
  3153. v.Parent = game.Lighting
  3154.  
  3155.  
  3156.  
  3157. end
  3158.  
  3159.  
  3160.  
  3161. end
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169. local Head = chr['Head']
  3170.  
  3171.  
  3172.  
  3173. local Torso = chr['Torso']
  3174.  
  3175.  
  3176.  
  3177. local LA = chr['Left Arm']
  3178.  
  3179.  
  3180.  
  3181. local RA = chr['Right Arm']
  3182.  
  3183.  
  3184.  
  3185. local LL = chr['Left Leg']
  3186.  
  3187.  
  3188.  
  3189. local RL = chr['Right Leg']
  3190.  
  3191.  
  3192.  
  3193. local HRP = chr['HumanoidRootPart']
  3194.  
  3195.  
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201. wait(0.1)
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208.  
  3209. Head.formFactor = 3
  3210.  
  3211.  
  3212.  
  3213. Torso.formFactor = 3
  3214.  
  3215.  
  3216.  
  3217. LA.formFactor = 3
  3218.  
  3219.  
  3220.  
  3221. RA.formFactor = 3
  3222.  
  3223.  
  3224.  
  3225. LL.formFactor = 3
  3226.  
  3227.  
  3228.  
  3229. RL.formFactor = 3
  3230.  
  3231.  
  3232.  
  3233. HRP.formFactor = 3
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241. Head.Size = Vector3.new(scl * 2, scl, scl)
  3242.  
  3243.  
  3244.  
  3245. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  3246.  
  3247.  
  3248.  
  3249. LA.Size = Vector3.new(scl, scl * 2, scl)
  3250.  
  3251.  
  3252.  
  3253. RA.Size = Vector3.new(scl, scl * 2, scl)
  3254.  
  3255.  
  3256.  
  3257. LL.Size = Vector3.new(scl, scl * 2, scl)
  3258.  
  3259.  
  3260.  
  3261. RL.Size = Vector3.new(scl, scl * 2, scl)
  3262.  
  3263.  
  3264.  
  3265. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  3266.  
  3267.  
  3268.  
  3269.  
  3270.  
  3271.  
  3272.  
  3273. local Motor1 = Instance.new('Motor6D', Torso)
  3274.  
  3275.  
  3276.  
  3277. Motor1.Part0 = Torso
  3278.  
  3279.  
  3280.  
  3281. Motor1.Part1 = Head
  3282.  
  3283.  
  3284.  
  3285. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  3286.  
  3287.  
  3288.  
  3289. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  3290.  
  3291.  
  3292.  
  3293. Motor1.Name = "Neck"
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301. local Motor2 = Instance.new('Motor6D', Torso)
  3302.  
  3303.  
  3304.  
  3305. Motor2.Part0 = Torso
  3306.  
  3307.  
  3308.  
  3309. Motor2.Part1 = LA
  3310.  
  3311.  
  3312.  
  3313. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3314.  
  3315.  
  3316.  
  3317. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3318.  
  3319.  
  3320.  
  3321. Motor2.Name = "Left Shoulder"
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328.  
  3329. local Motor3 = Instance.new('Motor6D', Torso)
  3330.  
  3331.  
  3332.  
  3333. Motor3.Part0 = Torso
  3334.  
  3335.  
  3336.  
  3337. Motor3.Part1 = RA
  3338.  
  3339.  
  3340.  
  3341. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  3342.  
  3343.  
  3344.  
  3345. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  3346.  
  3347.  
  3348.  
  3349. Motor3.Name = "Right Shoulder"
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357. local Motor4 = Instance.new('Motor6D', Torso)
  3358.  
  3359.  
  3360.  
  3361. Motor4.Part0 = Torso
  3362.  
  3363.  
  3364.  
  3365. Motor4.Part1 = LL
  3366.  
  3367.  
  3368.  
  3369. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3370.  
  3371.  
  3372.  
  3373. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3374.  
  3375.  
  3376.  
  3377. Motor4.Name = "Left Hip"
  3378.  
  3379.  
  3380.  
  3381.  
  3382.  
  3383.  
  3384.  
  3385. local Motor5 = Instance.new('Motor6D', Torso)
  3386.  
  3387.  
  3388.  
  3389. Motor5.Part0 = Torso
  3390.  
  3391.  
  3392.  
  3393. Motor5.Part1 = RL
  3394.  
  3395.  
  3396.  
  3397. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  3398.  
  3399.  
  3400.  
  3401. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  3402.  
  3403.  
  3404.  
  3405. Motor5.Name = "Right Hip"
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413. local Motor6 = Instance.new('Motor6D', HRP)
  3414.  
  3415.  
  3416.  
  3417. Motor6.Part0 = HRP
  3418.  
  3419.  
  3420.  
  3421. Motor6.Part1 = Torso
  3422.  
  3423.  
  3424.  
  3425. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  3426.  
  3427.  
  3428.  
  3429. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  3430.  
  3431.  
  3432.  
  3433.  
  3434.  
  3435.  
  3436.  
  3437. end
  3438.  
  3439.  
  3440.  
  3441.  
  3442.  
  3443.  
  3444.  
  3445. scale(pchar, sz)
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451.  
  3452.  
  3453. for _,v in pairs(game.Lighting:GetChildren()) do
  3454.  
  3455.  
  3456.  
  3457. if v:IsA("Hat") then
  3458.  
  3459.  
  3460.  
  3461. v.Parent = pchar
  3462.  
  3463.  
  3464.  
  3465. end
  3466.  
  3467.  
  3468.  
  3469. end
  3470.  
  3471.  
  3472.  
  3473. end
  3474.  
  3475.  
  3476.  
  3477. function topkek.libutil:dickShooter()
  3478.  
  3479.  
  3480.  
  3481. Player = game:GetService("Players").LocalPlayer
  3482.  
  3483.  
  3484.  
  3485. Character = Player.Character
  3486.  
  3487.  
  3488.  
  3489. PlayerGui = Player.PlayerGui
  3490.  
  3491.  
  3492.  
  3493. Backpack = Player.Backpack
  3494.  
  3495.  
  3496.  
  3497. Torso = Character.Torso
  3498.  
  3499.  
  3500.  
  3501. Head = Character.Head
  3502.  
  3503.  
  3504.  
  3505. LeftArm = Character["Left Arm"]
  3506.  
  3507.  
  3508.  
  3509. LeftLeg = Character["Left Leg"]
  3510.  
  3511.  
  3512.  
  3513. RightArm = Character["Right Arm"]
  3514.  
  3515.  
  3516.  
  3517. RightLeg = Character["Right Leg"]
  3518.  
  3519.  
  3520.  
  3521. LS = Torso["Left Shoulder"]
  3522.  
  3523.  
  3524.  
  3525. LH = Torso["Left Hip"]
  3526.  
  3527.  
  3528.  
  3529. RS = Torso["Right Shoulder"]
  3530.  
  3531.  
  3532.  
  3533. RH = Torso["Right Hip"]
  3534.  
  3535.  
  3536.  
  3537. Tool = Instance.new("HopperBin")
  3538.  
  3539.  
  3540.  
  3541. Tool.Parent = Backpack
  3542.  
  3543.  
  3544.  
  3545. Tool.Name = "Painis"
  3546.  
  3547.  
  3548.  
  3549. Bin = Tool
  3550.  
  3551.  
  3552.  
  3553. so = function(id, par, vol, pit)
  3554.  
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561. coroutine.resume(coroutine.create(function()
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569. local sou = Instance.new("Sound", par or workspace)
  3570.  
  3571.  
  3572.  
  3573. sou.Volume = vol
  3574.  
  3575.  
  3576.  
  3577. sou.Pitch = pit or 1
  3578.  
  3579.  
  3580.  
  3581. sou.SoundId = id
  3582.  
  3583.  
  3584.  
  3585. wait()
  3586.  
  3587.  
  3588.  
  3589. sou:play()
  3590.  
  3591.  
  3592.  
  3593. wait(6)
  3594.  
  3595.  
  3596.  
  3597. sou:Remove()
  3598.  
  3599.  
  3600.  
  3601. end
  3602.  
  3603.  
  3604.  
  3605. ))
  3606.  
  3607.  
  3608.  
  3609. end
  3610.  
  3611.  
  3612.  
  3613.  
  3614.  
  3615.  
  3616.  
  3617. ob1d = function(mouse)
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625. size = 0.5
  3626.  
  3627.  
  3628.  
  3629. mode = 1
  3630.  
  3631.  
  3632.  
  3633. color = BrickColor.new(Color3.new(math.random(), math.random(), math.random()))
  3634.  
  3635.  
  3636.  
  3637. mo = Instance.new("Model")
  3638.  
  3639.  
  3640.  
  3641. mo.Name = "EEEEUGH HA HA HAAAAA"
  3642.  
  3643.  
  3644.  
  3645. mo.Parent = workspace
  3646.  
  3647.  
  3648.  
  3649. game.Debris:AddItem(mo, 10)
  3650.  
  3651.  
  3652.  
  3653. p = Instance.new("Seat")
  3654.  
  3655.  
  3656.  
  3657. p.Name = "Torso"
  3658.  
  3659.  
  3660.  
  3661. p.Size = Vector3.new(14, 50, 14) * size
  3662.  
  3663.  
  3664.  
  3665. p.BrickColor = color
  3666.  
  3667.  
  3668.  
  3669. m = Instance.new("SpecialMesh")
  3670.  
  3671.  
  3672.  
  3673. m.Parent = p
  3674.  
  3675.  
  3676.  
  3677. p.Name = "Torso"
  3678.  
  3679.  
  3680.  
  3681. p.Parent = mo
  3682.  
  3683.  
  3684.  
  3685. p = Instance.new("Seat")
  3686.  
  3687.  
  3688.  
  3689. p.Shape = "Ball"
  3690.  
  3691.  
  3692.  
  3693. p.Size = Vector3.new(24, 24, 24) * size
  3694.  
  3695.  
  3696.  
  3697. p.BrickColor = color
  3698.  
  3699.  
  3700.  
  3701. p.Name = "Legball"
  3702.  
  3703.  
  3704.  
  3705. for i = 1, 10 do
  3706.  
  3707.  
  3708.  
  3709. lol = Instance.new("Seat")
  3710.  
  3711.  
  3712.  
  3713. lol.BrickColor = BrickColor:Black()
  3714.  
  3715.  
  3716.  
  3717. lol.Name = "SEE?"
  3718.  
  3719.  
  3720.  
  3721. lol.Parent = mo
  3722.  
  3723.  
  3724.  
  3725. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  3726.  
  3727.  
  3728.  
  3729. w = Instance.new("Weld")
  3730.  
  3731.  
  3732.  
  3733. w.Part0 = p
  3734.  
  3735.  
  3736.  
  3737. w.Part1 = lol
  3738.  
  3739.  
  3740.  
  3741. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  3742.  
  3743.  
  3744.  
  3745. w.Parent = w.Part0
  3746.  
  3747.  
  3748.  
  3749. end
  3750.  
  3751.  
  3752.  
  3753. p.Parent = mo
  3754.  
  3755.  
  3756.  
  3757. w = Instance.new("Weld")
  3758.  
  3759.  
  3760.  
  3761. w.Part0 = mo.Torso
  3762.  
  3763.  
  3764.  
  3765. w.Part1 = p
  3766.  
  3767.  
  3768.  
  3769. w.C0 = CFrame.new(16 * (size / 2), -48 * (size / 2), 0)
  3770.  
  3771.  
  3772.  
  3773. w.Parent = w.Part0
  3774.  
  3775.  
  3776.  
  3777. p = Instance.new("Seat")
  3778.  
  3779.  
  3780.  
  3781. p.Shape = "Ball"
  3782.  
  3783.  
  3784.  
  3785. p.Size = Vector3.new(24, 24, 24) * size
  3786.  
  3787.  
  3788.  
  3789. p.BrickColor = color
  3790.  
  3791.  
  3792.  
  3793. p.Name = "Legball"
  3794.  
  3795.  
  3796.  
  3797. for i = 1, 10 do
  3798.  
  3799.  
  3800.  
  3801. lol = Instance.new("Seat")
  3802.  
  3803.  
  3804.  
  3805. lol.BrickColor = BrickColor:Black()
  3806.  
  3807.  
  3808.  
  3809. lol.Name = "SEE?"
  3810.  
  3811.  
  3812.  
  3813. lol.Parent = mo
  3814.  
  3815.  
  3816.  
  3817. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  3818.  
  3819.  
  3820.  
  3821. w = Instance.new("Weld")
  3822.  
  3823.  
  3824.  
  3825. w.Part0 = p
  3826.  
  3827.  
  3828.  
  3829. w.Part1 = lol
  3830.  
  3831.  
  3832.  
  3833. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  3834.  
  3835.  
  3836.  
  3837. w.Parent = w.Part0
  3838.  
  3839.  
  3840.  
  3841. end
  3842.  
  3843.  
  3844.  
  3845. p.Parent = mo
  3846.  
  3847.  
  3848.  
  3849. w = Instance.new("Weld")
  3850.  
  3851.  
  3852.  
  3853. w.Part0 = mo.Torso
  3854.  
  3855.  
  3856.  
  3857. w.Part1 = p
  3858.  
  3859.  
  3860.  
  3861. w.C0 = CFrame.new(-16 * (size / 2), -48 * (size / 2), 0)
  3862.  
  3863.  
  3864.  
  3865. w.Parent = w.Part0
  3866.  
  3867.  
  3868.  
  3869. p = Instance.new("Seat")
  3870.  
  3871.  
  3872.  
  3873. p.Shape = "Ball"
  3874.  
  3875.  
  3876.  
  3877. p.Size = Vector3.new(21, 15, 21) * size
  3878.  
  3879.  
  3880.  
  3881. p.BrickColor = color
  3882.  
  3883.  
  3884.  
  3885. p.Name = "Legball"
  3886.  
  3887.  
  3888.  
  3889. for i = 1, 10 do
  3890.  
  3891.  
  3892.  
  3893. lol = Instance.new("Seat")
  3894.  
  3895.  
  3896.  
  3897. lol.BrickColor = BrickColor:Black()
  3898.  
  3899.  
  3900.  
  3901. lol.Name = "SEE?"
  3902.  
  3903.  
  3904.  
  3905. lol.Parent = mo
  3906.  
  3907.  
  3908.  
  3909. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  3910.  
  3911.  
  3912.  
  3913. w = Instance.new("Weld")
  3914.  
  3915.  
  3916.  
  3917. w.Part0 = p
  3918.  
  3919.  
  3920.  
  3921. w.Part1 = lol
  3922.  
  3923.  
  3924.  
  3925. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  3926.  
  3927.  
  3928.  
  3929. w.Parent = w.Part0
  3930.  
  3931.  
  3932.  
  3933. end
  3934.  
  3935.  
  3936.  
  3937. p.Parent = mo
  3938.  
  3939.  
  3940.  
  3941. w = Instance.new("Weld")
  3942.  
  3943.  
  3944.  
  3945. w.Part0 = mo.Torso
  3946.  
  3947.  
  3948.  
  3949. w.Part1 = p
  3950.  
  3951.  
  3952.  
  3953. w.C0 = CFrame.new(0, 60 * (size / 2), 0)
  3954.  
  3955.  
  3956.  
  3957. m = Instance.new("SpecialMesh")
  3958.  
  3959.  
  3960.  
  3961. m.Parent = p
  3962.  
  3963.  
  3964.  
  3965. p.Name = "Head"
  3966.  
  3967.  
  3968.  
  3969. w.Parent = w.Part0
  3970.  
  3971.  
  3972.  
  3973. s = Instance.new("Sound")
  3974.  
  3975.  
  3976.  
  3977. s.Parent = mo.Torso
  3978.  
  3979.  
  3980.  
  3981. s.Volume = 100
  3982.  
  3983.  
  3984.  
  3985. s.Pitch = 1
  3986.  
  3987.  
  3988.  
  3989. s.SoundId = "http://www.roblox.com/asset/?id=149779810"
  3990.  
  3991.  
  3992.  
  3993. s.Looped = true
  3994.  
  3995.  
  3996.  
  3997. s:play()
  3998.  
  3999.  
  4000.  
  4001. coroutine.resume(coroutine.create(function(Part)
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009. while Part.Parent ~= nil do
  4010.  
  4011.  
  4012.  
  4013. wait(math.random())
  4014.  
  4015.  
  4016.  
  4017. so("http://www.roblox.com/asset/?id=148636758", Part, 100, 1)
  4018.  
  4019.  
  4020.  
  4021. end
  4022.  
  4023.  
  4024.  
  4025. end
  4026.  
  4027.  
  4028.  
  4029. ), mo.Torso)
  4030.  
  4031.  
  4032.  
  4033. mo.Torso.CFrame = mo.Torso.CFrame * Torso.CFrame * CFrame.new(0, 0, -50 * size) * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  4034.  
  4035.  
  4036.  
  4037. mo.Torso.Velocity = mouse.Hit.lookVector * 400
  4038.  
  4039.  
  4040.  
  4041. coroutine.resume(coroutine.create(function(Part)
  4042.  
  4043.  
  4044.  
  4045.  
  4046.  
  4047.  
  4048.  
  4049. while 1 do
  4050.  
  4051.  
  4052.  
  4053. wait(math.random(0, 1) + math.random())
  4054.  
  4055.  
  4056.  
  4057. Part.RotVelocity = Vector3.new(math.random(-40, 40), math.random(-40, 40), math.random(-40, 40))
  4058.  
  4059.  
  4060.  
  4061. end
  4062.  
  4063.  
  4064.  
  4065. end
  4066.  
  4067.  
  4068.  
  4069. ), mo.Torso)
  4070.  
  4071.  
  4072.  
  4073. end
  4074.  
  4075.  
  4076.  
  4077.  
  4078.  
  4079.  
  4080.  
  4081. ob1u = function(mouse)
  4082.  
  4083.  
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089. end
  4090.  
  4091.  
  4092.  
  4093.  
  4094.  
  4095.  
  4096.  
  4097. buttonhold = false
  4098.  
  4099.  
  4100.  
  4101. key = function(key, mouse)
  4102.  
  4103.  
  4104.  
  4105.  
  4106.  
  4107.  
  4108.  
  4109. end
  4110.  
  4111.  
  4112.  
  4113.  
  4114.  
  4115.  
  4116.  
  4117. key2 = function(key, mouse)
  4118.  
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124.  
  4125. end
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133. s = function(mouse)
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141. mouse.Button1Down:connect(function()
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147.  
  4148.  
  4149. ob1d(mouse)
  4150.  
  4151.  
  4152.  
  4153. end
  4154.  
  4155.  
  4156.  
  4157. )
  4158.  
  4159.  
  4160.  
  4161. mouse.Button1Up:connect(function()
  4162.  
  4163.  
  4164.  
  4165.  
  4166.  
  4167.  
  4168.  
  4169. ob1u(mouse)
  4170.  
  4171.  
  4172.  
  4173. end
  4174.  
  4175.  
  4176.  
  4177. )
  4178.  
  4179.  
  4180.  
  4181. mouse.KeyDown:connect(key)
  4182.  
  4183.  
  4184.  
  4185. mouse.KeyUp:connect(key2)
  4186.  
  4187.  
  4188.  
  4189. end
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197. ds = function(mouse)
  4198.  
  4199.  
  4200.  
  4201.  
  4202.  
  4203.  
  4204.  
  4205. end
  4206.  
  4207.  
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213. Bin.Selected:connect(s)
  4214.  
  4215.  
  4216.  
  4217. Bin.Deselected:connect(ds)
  4218.  
  4219.  
  4220.  
  4221. end
  4222.  
  4223.  
  4224.  
  4225. --[[ libgui xd ]]--
  4226.  
  4227.  
  4228.  
  4229. topkek.libgui.seperation = 12
  4230.  
  4231.  
  4232.  
  4233. function topkek.libgui:addLeftIcon(parent, img, sz)
  4234.  
  4235.  
  4236.  
  4237. topkek.libutil:createObject('ImageLabel', {
  4238.  
  4239.  
  4240.  
  4241. Parent = parent;
  4242.  
  4243.  
  4244.  
  4245. BackgroundTransparency = 1;
  4246.  
  4247.  
  4248.  
  4249. Position = UDim2.new(0, 2, 0, 0);
  4250.  
  4251.  
  4252.  
  4253. Size = UDim2.new(0, sz, 0, sz);
  4254.  
  4255.  
  4256.  
  4257. Image = img;
  4258.  
  4259.  
  4260.  
  4261. })
  4262.  
  4263.  
  4264.  
  4265. end
  4266.  
  4267.  
  4268.  
  4269. function topkek.libgui:hookContainer(o, sepr, stt)
  4270.  
  4271.  
  4272.  
  4273. if not o:IsA("ScrollingFrame") then
  4274.  
  4275.  
  4276.  
  4277. return nil
  4278.  
  4279.  
  4280.  
  4281. end
  4282.  
  4283.  
  4284.  
  4285.  
  4286.  
  4287.  
  4288.  
  4289. local self = {}
  4290.  
  4291.  
  4292.  
  4293. self.main = o
  4294.  
  4295.  
  4296.  
  4297. self.drawX = 0
  4298.  
  4299.  
  4300.  
  4301. self.drawY = stt or topkek.libgui.seperation/2
  4302.  
  4303.  
  4304.  
  4305. self.drawHeight = 0
  4306.  
  4307.  
  4308.  
  4309. self.sepr = sepr or topkek.libgui.seperation
  4310.  
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.  
  4317. function self:drawButton(sz, txt, func, ysz, cbgd)
  4318.  
  4319.  
  4320.  
  4321. local xposOffset = 0
  4322.  
  4323.  
  4324.  
  4325. local xposScale = self.drawX
  4326.  
  4327.  
  4328.  
  4329. local xszOffset = 0
  4330.  
  4331.  
  4332.  
  4333. local xszScale = sz
  4334.  
  4335.  
  4336.  
  4337. if not (self.drawX == 0) then
  4338.  
  4339.  
  4340.  
  4341. xszOffset = -4
  4342.  
  4343.  
  4344.  
  4345. if sz + self.drawX > 0.998 then
  4346.  
  4347.  
  4348.  
  4349. xszOffset = -11
  4350.  
  4351.  
  4352.  
  4353. end
  4354.  
  4355.  
  4356.  
  4357. elseif sz == 1 then
  4358.  
  4359.  
  4360.  
  4361. xszOffset = -(self.sepr) - 5
  4362.  
  4363.  
  4364.  
  4365. xposOffset = self.sepr/2
  4366.  
  4367.  
  4368.  
  4369. else
  4370.  
  4371.  
  4372.  
  4373. xszOffset = -4 + -(self.sepr/2)
  4374.  
  4375.  
  4376.  
  4377. xposOffset = self.sepr/2
  4378.  
  4379.  
  4380.  
  4381. end
  4382.  
  4383.  
  4384.  
  4385. if not ysz then ysz = 20 end
  4386.  
  4387.  
  4388.  
  4389. local obj = topkek.libutil:createObject("TextButton", {
  4390.  
  4391.  
  4392.  
  4393. Parent = self.main;
  4394.  
  4395.  
  4396.  
  4397. BackgroundColor3 = cbgd or color3(15, 23, 30);
  4398.  
  4399.  
  4400.  
  4401. BorderColor3 = color3(27, 42, 53);
  4402.  
  4403.  
  4404.  
  4405. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  4406.  
  4407.  
  4408.  
  4409. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  4410.  
  4411.  
  4412.  
  4413. Font = 'SourceSans';
  4414.  
  4415.  
  4416.  
  4417. FontSize = 'Size14';
  4418.  
  4419.  
  4420.  
  4421. Text = txt;
  4422.  
  4423.  
  4424.  
  4425. TextSize = 14;
  4426.  
  4427.  
  4428.  
  4429. TextColor3 = color3(199, 199, 199);
  4430.  
  4431.  
  4432.  
  4433. TextStrokeTransparency = 0.5;
  4434.  
  4435.  
  4436.  
  4437. })
  4438.  
  4439.  
  4440.  
  4441. obj.MouseButton1Down:connect(function()
  4442.  
  4443.  
  4444.  
  4445. func()
  4446.  
  4447.  
  4448.  
  4449. end)
  4450.  
  4451.  
  4452.  
  4453. if ysz > self.drawHeight then
  4454.  
  4455.  
  4456.  
  4457. self.drawHeight = ysz
  4458.  
  4459.  
  4460.  
  4461. end
  4462.  
  4463.  
  4464.  
  4465. self.drawX = self.drawX + sz
  4466.  
  4467.  
  4468.  
  4469. if self.drawX > 0.998 then
  4470.  
  4471.  
  4472.  
  4473. self.drawY = self.drawY + 3 + self.drawHeight
  4474.  
  4475.  
  4476.  
  4477. self.drawX = 0
  4478.  
  4479.  
  4480.  
  4481. self.drawHeight = 0
  4482.  
  4483.  
  4484.  
  4485. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  4486.  
  4487.  
  4488.  
  4489. end
  4490.  
  4491.  
  4492.  
  4493. return obj
  4494.  
  4495.  
  4496.  
  4497. end
  4498.  
  4499.  
  4500.  
  4501.  
  4502.  
  4503.  
  4504.  
  4505. function self:GetChildren()
  4506.  
  4507.  
  4508.  
  4509. return self.main:GetChildren()
  4510.  
  4511.  
  4512.  
  4513. end
  4514.  
  4515.  
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521. function self:getDrawY()
  4522.  
  4523.  
  4524.  
  4525. return self.drawY
  4526.  
  4527.  
  4528.  
  4529. end
  4530.  
  4531.  
  4532.  
  4533.  
  4534.  
  4535.  
  4536.  
  4537. function self:setDrawY(y)
  4538.  
  4539.  
  4540.  
  4541. self.drawY = y
  4542.  
  4543.  
  4544.  
  4545. end
  4546.  
  4547.  
  4548.  
  4549.  
  4550.  
  4551.  
  4552.  
  4553. function self:drawTextBox(sz, txt, ysz, cbgd)
  4554.  
  4555.  
  4556.  
  4557. local xposOffset = 0
  4558.  
  4559.  
  4560.  
  4561. local xposScale = self.drawX
  4562.  
  4563.  
  4564.  
  4565. local xszOffset = 0
  4566.  
  4567.  
  4568.  
  4569. local xszScale = sz
  4570.  
  4571.  
  4572.  
  4573. if not (self.drawX == 0) then
  4574.  
  4575.  
  4576.  
  4577. xszOffset = -4
  4578.  
  4579.  
  4580.  
  4581. if sz + self.drawX > 0.998 then
  4582.  
  4583.  
  4584.  
  4585. xszOffset = -11
  4586.  
  4587.  
  4588.  
  4589. end
  4590.  
  4591.  
  4592.  
  4593. elseif sz == 1 then
  4594.  
  4595.  
  4596.  
  4597. xszOffset = -(self.sepr) - 5
  4598.  
  4599.  
  4600.  
  4601. xposOffset = self.sepr/2
  4602.  
  4603.  
  4604.  
  4605. else
  4606.  
  4607.  
  4608.  
  4609. xszOffset = -4 + -(self.sepr/2)
  4610.  
  4611.  
  4612.  
  4613. xposOffset = self.sepr/2
  4614.  
  4615.  
  4616.  
  4617. end
  4618.  
  4619.  
  4620.  
  4621. if not ysz then ysz = 20 end
  4622.  
  4623.  
  4624.  
  4625. local obj = topkek.libutil:createObject("TextBox", {
  4626.  
  4627.  
  4628.  
  4629. Parent = self.main;
  4630.  
  4631.  
  4632.  
  4633. BackgroundColor3 = cbgd or color3(5, 8, 11);
  4634.  
  4635.  
  4636.  
  4637. BorderColor3 = color3(27, 42, 53);
  4638.  
  4639.  
  4640.  
  4641. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  4642.  
  4643.  
  4644.  
  4645. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  4646.  
  4647.  
  4648.  
  4649. Font = 'SourceSans';
  4650.  
  4651.  
  4652.  
  4653. FontSize = 'Size14';
  4654.  
  4655.  
  4656.  
  4657. Text = txt;
  4658.  
  4659.  
  4660.  
  4661. TextSize = 14;
  4662.  
  4663.  
  4664.  
  4665. TextColor3 = color3(199, 199, 199);
  4666.  
  4667.  
  4668.  
  4669. })
  4670.  
  4671.  
  4672.  
  4673. if ysz > self.drawHeight then
  4674.  
  4675.  
  4676.  
  4677. self.drawHeight = ysz
  4678.  
  4679.  
  4680.  
  4681. end
  4682.  
  4683.  
  4684.  
  4685. self.drawX = self.drawX + sz
  4686.  
  4687.  
  4688.  
  4689. if self.drawX > 0.998 then
  4690.  
  4691.  
  4692.  
  4693. self.drawY = self.drawY + 3 + self.drawHeight
  4694.  
  4695.  
  4696.  
  4697. self.drawX = 0
  4698.  
  4699.  
  4700.  
  4701. self.drawHeight = 0
  4702.  
  4703.  
  4704.  
  4705. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  4706.  
  4707.  
  4708.  
  4709. end
  4710.  
  4711.  
  4712.  
  4713. return obj
  4714.  
  4715.  
  4716.  
  4717. end
  4718.  
  4719.  
  4720.  
  4721.  
  4722.  
  4723.  
  4724.  
  4725. function self:drawScrollingContainer(ysz)
  4726.  
  4727.  
  4728.  
  4729. local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
  4730.  
  4731.  
  4732.  
  4733. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  4734.  
  4735.  
  4736.  
  4737. local obj = topkek.libutil:createObject("ScrollingFrame", {
  4738.  
  4739.  
  4740.  
  4741. Parent = self.main;
  4742.  
  4743.  
  4744.  
  4745. BackgroundColor3 = color3(7, 11, 15);
  4746.  
  4747.  
  4748.  
  4749. BorderColor3 = color3(27, 42, 53);
  4750.  
  4751.  
  4752.  
  4753. Position = pos;
  4754.  
  4755.  
  4756.  
  4757. Size = sz;
  4758.  
  4759.  
  4760.  
  4761. BottomImage = 'rbxassetid://573102620';
  4762.  
  4763.  
  4764.  
  4765. MidImage = 'rbxassetid://573102620';
  4766.  
  4767.  
  4768.  
  4769. TopImage = 'rbxassetid://573102620';
  4770.  
  4771.  
  4772.  
  4773. ScrollBarThickness = 5;
  4774.  
  4775.  
  4776.  
  4777. })
  4778.  
  4779.  
  4780.  
  4781. self.drawY = self.drawY + 5 + ysz
  4782.  
  4783.  
  4784.  
  4785. self.drawX = 0
  4786.  
  4787.  
  4788.  
  4789. self.drawHeight = 0
  4790.  
  4791.  
  4792.  
  4793. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  4794.  
  4795.  
  4796.  
  4797. return topkek.libgui:hookContainer(obj, 12, 5)
  4798.  
  4799.  
  4800.  
  4801. end
  4802.  
  4803.  
  4804.  
  4805. -- THIS IS FUCKING BAIT OKAY, THIS IS JUST TOPK3K 3.0 BUT EDITED TO SAY 4.0. LOL
  4806.  
  4807.  
  4808.  
  4809. function self:drawContainer(xsz, ysz)
  4810.  
  4811.  
  4812.  
  4813. local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
  4814.  
  4815.  
  4816.  
  4817. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  4818.  
  4819.  
  4820.  
  4821. local obj = topkek.libutil:createObject("ScrollingFrame", {
  4822.  
  4823.  
  4824.  
  4825. Parent = self.main;
  4826.  
  4827.  
  4828.  
  4829. BackgroundTransparency = 1;
  4830.  
  4831.  
  4832.  
  4833. Position = pos;
  4834.  
  4835.  
  4836.  
  4837. Size = sz;
  4838.  
  4839.  
  4840.  
  4841. })
  4842.  
  4843.  
  4844.  
  4845. self.drawY = self.drawY + 5 + ysz
  4846.  
  4847.  
  4848.  
  4849. self.drawX = 0
  4850.  
  4851.  
  4852.  
  4853. self.drawHeight = 0
  4854.  
  4855.  
  4856.  
  4857. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  4858.  
  4859.  
  4860.  
  4861. return topkek.libgui:hookContainer(obj, 12, 5)
  4862.  
  4863.  
  4864.  
  4865. end
  4866.  
  4867.  
  4868.  
  4869.  
  4870.  
  4871.  
  4872.  
  4873. function self:addSpacing()
  4874.  
  4875.  
  4876.  
  4877. self.drawY = self.drawY + 3
  4878.  
  4879.  
  4880.  
  4881. end
  4882.  
  4883.  
  4884.  
  4885.  
  4886.  
  4887.  
  4888.  
  4889. function self:center()
  4890.  
  4891.  
  4892.  
  4893. local a,c,b=
  4894.  
  4895.  
  4896.  
  4897. self.main.Position.X.Scale,
  4898.  
  4899.  
  4900.  
  4901. self.main.Position.X.Offset,self.main.Size.Y.Offset
  4902.  
  4903.  
  4904.  
  4905. self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
  4906.  
  4907.  
  4908.  
  4909. end
  4910.  
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916.  
  4917. return self
  4918.  
  4919.  
  4920.  
  4921. end
  4922.  
  4923.  
  4924.  
  4925.  
  4926.  
  4927.  
  4928.  
  4929. --[[ windows ]]--
  4930.  
  4931.  
  4932.  
  4933. topkek.libwindows.windows = {}
  4934.  
  4935.  
  4936.  
  4937. function topkek.libwindows:registerWindow(w)
  4938.  
  4939.  
  4940.  
  4941. table.insert(topkek.libwindows.windows, w)
  4942.  
  4943.  
  4944.  
  4945. end
  4946.  
  4947.  
  4948.  
  4949. function topkek.libwindows:switchWindow(w, x)
  4950.  
  4951.  
  4952.  
  4953. for _, k in pairs(topkek.libwindows.windows) do
  4954.  
  4955.  
  4956.  
  4957. if k.Name == w then
  4958.  
  4959.  
  4960.  
  4961. k.Visible = true
  4962.  
  4963.  
  4964.  
  4965. else
  4966.  
  4967.  
  4968.  
  4969. k.Visible = false
  4970.  
  4971.  
  4972.  
  4973. end
  4974.  
  4975.  
  4976.  
  4977. end
  4978.  
  4979.  
  4980.  
  4981. if w == 'HomeContainer' then
  4982.  
  4983.  
  4984.  
  4985. base.Navigator.Visible = false
  4986.  
  4987.  
  4988.  
  4989. else
  4990.  
  4991.  
  4992.  
  4993. base.Navigator.Visible = true
  4994.  
  4995.  
  4996.  
  4997. end
  4998.  
  4999.  
  5000.  
  5001. base.Top.Location.Text = x
  5002.  
  5003.  
  5004.  
  5005. end
  5006.  
  5007.  
  5008.  
  5009. function topkek.libwindows:initiateNavigator()
  5010.  
  5011.  
  5012.  
  5013. local nav = base.Navigator
  5014.  
  5015.  
  5016.  
  5017. local template = nav.Item:Clone(); nav.Item:Destroy();
  5018.  
  5019.  
  5020.  
  5021. local wins = topkek.libsettings:getSetting('windows')
  5022.  
  5023.  
  5024.  
  5025. local y = 5
  5026.  
  5027.  
  5028.  
  5029. for _, k in pairs(wins) do
  5030.  
  5031.  
  5032.  
  5033. local o = template:Clone()
  5034.  
  5035.  
  5036.  
  5037. o.Parent = nav
  5038.  
  5039.  
  5040.  
  5041. o.Position = UDim2.new(0, 5, 0, y)
  5042.  
  5043.  
  5044.  
  5045. o.Text = k
  5046.  
  5047.  
  5048.  
  5049. o.MouseButton1Down:connect(function()
  5050.  
  5051.  
  5052.  
  5053. topkek.libwindows:switchWindow(k .. 'Container', k)
  5054.  
  5055.  
  5056.  
  5057. end)
  5058.  
  5059.  
  5060.  
  5061. y = y + 25
  5062.  
  5063.  
  5064.  
  5065. end
  5066.  
  5067.  
  5068.  
  5069. nav.CanvasSize = UDim2.new(0, 0, 0, y)
  5070.  
  5071.  
  5072.  
  5073. end
  5074.  
  5075.  
  5076.  
  5077. function topkek.libwindows:initiateHome()
  5078.  
  5079.  
  5080.  
  5081. local home = base.HomeContainer
  5082.  
  5083.  
  5084.  
  5085. home.LocalPlayer.Mask.MouseButton1Down:connect(function()
  5086.  
  5087.  
  5088.  
  5089. topkek.libwindows:switchWindow('LocalPlayerContainer', 'LocalPlayer')
  5090.  
  5091.  
  5092.  
  5093. end)
  5094.  
  5095.  
  5096.  
  5097. home.Server.Mask.MouseButton1Down:connect(function()
  5098.  
  5099.  
  5100.  
  5101. topkek.libwindows:switchWindow('ServerContainer', 'Server')
  5102.  
  5103.  
  5104.  
  5105. end)
  5106.  
  5107.  
  5108.  
  5109. home.Scripts.Mask.MouseButton1Down:connect(function()
  5110.  
  5111.  
  5112.  
  5113. topkek.libwindows:switchWindow('ScriptsContainer', 'Scripts')
  5114.  
  5115.  
  5116.  
  5117. end)
  5118.  
  5119.  
  5120.  
  5121. home.Miscellaneous.Mask.MouseButton1Down:connect(function()
  5122.  
  5123.  
  5124.  
  5125. topkek.libwindows:switchWindow('MiscellaneousContainer', 'Miscellaneous')
  5126.  
  5127.  
  5128.  
  5129. end)
  5130.  
  5131.  
  5132.  
  5133. home.Players.Mask.MouseButton1Down:connect(function()
  5134.  
  5135.  
  5136.  
  5137. topkek.libwindows:switchWindow('PlayersContainer', 'Players')
  5138.  
  5139.  
  5140.  
  5141. end)
  5142.  
  5143.  
  5144.  
  5145. home.Settings.Mask.MouseButton1Down:connect(function()
  5146.  
  5147.  
  5148.  
  5149. topkek.libwindows:switchWindow('SettingsContainer', 'Settings')
  5150.  
  5151.  
  5152.  
  5153. end)
  5154.  
  5155.  
  5156.  
  5157. end
  5158.  
  5159.  
  5160.  
  5161. --[[ defines ]]--
  5162.  
  5163.  
  5164.  
  5165. topkek.libsettings:setSetting('version', '1.0.0')
  5166.  
  5167.  
  5168.  
  5169. topkek.libsettings:setSetting('bans', {})
  5170.  
  5171.  
  5172.  
  5173. topkek.libsettings:setSetting('admins', {})
  5174.  
  5175.  
  5176.  
  5177. topkek.libsettings:setSetting('windows', {
  5178.  
  5179.  
  5180.  
  5181. 'Home';
  5182.  
  5183.  
  5184.  
  5185. 'Server';
  5186.  
  5187.  
  5188.  
  5189. 'LocalPlayer';
  5190.  
  5191.  
  5192.  
  5193. 'Players';
  5194.  
  5195.  
  5196.  
  5197. 'Scripts';
  5198.  
  5199.  
  5200.  
  5201. 'Miscellaneous';
  5202.  
  5203.  
  5204.  
  5205. 'Settings';
  5206.  
  5207.  
  5208.  
  5209. 'Explorer';
  5210.  
  5211.  
  5212.  
  5213. 'Gear';
  5214.  
  5215.  
  5216.  
  5217. 'Hats';
  5218.  
  5219.  
  5220.  
  5221. 'Music';
  5222.  
  5223.  
  5224.  
  5225. 'Effects';
  5226.  
  5227.  
  5228.  
  5229. 'Filtering';
  5230.  
  5231.  
  5232.  
  5233. 'Commands';
  5234.  
  5235.  
  5236.  
  5237. })
  5238.  
  5239.  
  5240.  
  5241. topkek.libsettings:setSetting('misc', {
  5242.  
  5243.  
  5244.  
  5245. 'Explorer';
  5246.  
  5247.  
  5248.  
  5249. 'Gear';
  5250.  
  5251.  
  5252.  
  5253. 'Hats';
  5254.  
  5255.  
  5256.  
  5257. 'Music';
  5258.  
  5259.  
  5260.  
  5261. 'Effects';
  5262.  
  5263.  
  5264.  
  5265. 'Filtering';
  5266.  
  5267.  
  5268.  
  5269. 'Commands';
  5270.  
  5271.  
  5272.  
  5273. })
  5274.  
  5275.  
  5276.  
  5277. topkek.store.gui = ScreenGui; gui = topkek.store.gui -- change later
  5278.  
  5279.  
  5280.  
  5281. topkek.store.base = topkek.store.gui['Base']; base = topkek.store.base
  5282.  
  5283.  
  5284.  
  5285. -- [[ server ]] --
  5286.  
  5287.  
  5288.  
  5289. --sz, txt, func, ysz, cbgd
  5290.  
  5291.  
  5292.  
  5293. local servwin = topkek.libgui:hookContainer(base['ServerContainer'])
  5294.  
  5295.  
  5296.  
  5297. local decalList, decalImp = servwin:drawScrollingContainer(100)
  5298.  
  5299.  
  5300.  
  5301. local decalAct = servwin:drawButton(2/3,'Spam Decal',function()
  5302.  
  5303.  
  5304.  
  5305. topkek.libutil:recurseDecal(decalImp.Text)end)
  5306.  
  5307.  
  5308.  
  5309. decalImp = servwin:drawTextBox(1/3,'573896613')
  5310.  
  5311.  
  5312.  
  5313. servwin:drawButton(1,'Rollback Spam',function()
  5314.  
  5315.  
  5316.  
  5317. topkek.libutil:recurseRemove('ParticleEmitter')
  5318.  
  5319.  
  5320.  
  5321. topkek.libutil:recurseRemove('Decal')
  5322.  
  5323.  
  5324.  
  5325. end)
  5326.  
  5327.  
  5328.  
  5329. local decs = {
  5330.  
  5331.  
  5332.  
  5333. {'Cerberus', '573896613'},
  5334.  
  5335.  
  5336.  
  5337. {'Rain', '574772793'},
  5338.  
  5339.  
  5340.  
  5341. {'Robbie', '574773630'},
  5342.  
  5343.  
  5344.  
  5345. {'Pepe', '244905904'},
  5346.  
  5347.  
  5348.  
  5349. {'Troll Face', '48308661'},
  5350.  
  5351.  
  5352.  
  5353. {'Jeff', '109129888'},
  5354.  
  5355.  
  5356.  
  5357. {'Shrek', '170539018'},
  5358.  
  5359.  
  5360.  
  5361. {'Doge', '133720697'},
  5362.  
  5363.  
  5364.  
  5365. {'Dat Boi', '409578848'},
  5366.  
  5367.  
  5368.  
  5369. }
  5370.  
  5371.  
  5372.  
  5373. for _, v in pairs(decs) do
  5374.  
  5375.  
  5376.  
  5377. local b = decalList:drawButton(1, v[1], function()decalImp.Text=v[2]end,20,color3(5,8,11))
  5378.  
  5379.  
  5380.  
  5381. topkek.libgui:addLeftIcon(b,'rbxassetid://'..v[2],20)
  5382.  
  5383.  
  5384.  
  5385. end
  5386.  
  5387.  
  5388.  
  5389. servwin:addSpacing()
  5390.  
  5391.  
  5392.  
  5393. -- [[lighting]] --
  5394.  
  5395.  
  5396.  
  5397. -- <<time>> --
  5398.  
  5399.  
  5400.  
  5401. local timeInp
  5402.  
  5403.  
  5404.  
  5405. servwin:drawButton(2/3,'Set Time',function()
  5406.  
  5407.  
  5408.  
  5409. game:GetService('Lighting').TimeOfDay = timeImp.Text .. ":00:00"
  5410.  
  5411.  
  5412.  
  5413. end)
  5414.  
  5415.  
  5416.  
  5417. timeImp = servwin:drawTextBox(1/3,'14')
  5418.  
  5419.  
  5420.  
  5421. -- <<fog> --
  5422.  
  5423.  
  5424.  
  5425. local fogInp
  5426.  
  5427.  
  5428.  
  5429. servwin:drawButton(2/3,'Set FogEnd',function()
  5430.  
  5431.  
  5432.  
  5433. if not tonumber(fogInp.Text) then return end
  5434.  
  5435.  
  5436.  
  5437. game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
  5438.  
  5439.  
  5440.  
  5441. end)
  5442.  
  5443.  
  5444.  
  5445. fogInp = servwin:drawTextBox(1/3,'100000')
  5446.  
  5447.  
  5448.  
  5449. -- <<brightness>> --
  5450.  
  5451.  
  5452.  
  5453. local brightInp
  5454.  
  5455.  
  5456.  
  5457. servwin:drawButton(2/3,'Set Brightness',function()
  5458.  
  5459.  
  5460.  
  5461. if not tonumber(brightInp.Text) then return end
  5462.  
  5463.  
  5464.  
  5465. game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
  5466.  
  5467.  
  5468.  
  5469. end)
  5470.  
  5471.  
  5472.  
  5473. brightInp = servwin:drawTextBox(1/3,'1')
  5474.  
  5475.  
  5476.  
  5477. -- <<reset>> --
  5478.  
  5479.  
  5480.  
  5481. servwin:drawButton(1,'Reset Lighting',function()
  5482.  
  5483.  
  5484.  
  5485. local l = game:service'Lighting'
  5486.  
  5487.  
  5488.  
  5489. l.Ambient = Color3.new(0, 0, 0)
  5490.  
  5491.  
  5492.  
  5493. l.Brightness = 1
  5494.  
  5495.  
  5496.  
  5497. l.GlobalShadows = true
  5498.  
  5499.  
  5500.  
  5501. l.Outlines = true
  5502.  
  5503.  
  5504.  
  5505. l.FogEnd = 100000
  5506.  
  5507.  
  5508.  
  5509. l.FogStart = 0
  5510.  
  5511.  
  5512.  
  5513. l:SetMinutesAfterMidnight(12*60)
  5514.  
  5515.  
  5516.  
  5517. end)
  5518.  
  5519.  
  5520.  
  5521. -- [[ fixing ]] --
  5522.  
  5523.  
  5524.  
  5525. servwin:addSpacing()
  5526.  
  5527.  
  5528.  
  5529. servwin:drawButton(1/2,'Clear Server',function()
  5530.  
  5531.  
  5532.  
  5533. for i,v in pairs(game:service'Workspace':GetChildren()) do
  5534.  
  5535.  
  5536.  
  5537. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  5538.  
  5539.  
  5540.  
  5541. v:Destroy()
  5542.  
  5543.  
  5544.  
  5545. end
  5546.  
  5547.  
  5548.  
  5549. end
  5550.  
  5551.  
  5552.  
  5553. end)
  5554.  
  5555.  
  5556.  
  5557. servwin:drawButton(1/2,'Shutdown',function()
  5558.  
  5559.  
  5560.  
  5561. for i,v in pairs(game:GetService('Players')) do
  5562.  
  5563.  
  5564.  
  5565. v.Parent = nil
  5566.  
  5567.  
  5568.  
  5569. end
  5570.  
  5571.  
  5572.  
  5573. end)
  5574.  
  5575.  
  5576.  
  5577. servwin:drawButton(1/2,'Remove Sound',function()
  5578.  
  5579.  
  5580.  
  5581. topkek.libutil:recurseRemove('Sound')
  5582.  
  5583.  
  5584.  
  5585. end)
  5586.  
  5587.  
  5588.  
  5589. servwin:drawButton(1/2,'Baseplate',function()
  5590.  
  5591.  
  5592.  
  5593. for X = -2500, 2500, 512 do
  5594.  
  5595.  
  5596.  
  5597. for Z = -2500, 2500, 512 do
  5598.  
  5599.  
  5600.  
  5601. local P = Instance.new("Part")
  5602.  
  5603.  
  5604.  
  5605. P.Anchored = true
  5606.  
  5607.  
  5608.  
  5609. P.Locked = true
  5610.  
  5611.  
  5612.  
  5613. P.Size = Vector3.new(512,3,512)
  5614.  
  5615.  
  5616.  
  5617. P.CFrame = CFrame.new(X,0,Z)
  5618.  
  5619.  
  5620.  
  5621. P.BrickColor = BrickColor.Green()
  5622.  
  5623.  
  5624.  
  5625. P.Parent = game:service'Workspace'
  5626.  
  5627.  
  5628.  
  5629. end
  5630.  
  5631.  
  5632.  
  5633. end
  5634.  
  5635.  
  5636.  
  5637. end)
  5638.  
  5639.  
  5640.  
  5641. --[[ destruction ]]--
  5642.  
  5643.  
  5644.  
  5645. servwin:addSpacing()
  5646.  
  5647.  
  5648.  
  5649. servwin:drawButton(1/2,'Clear Terrain',function()
  5650.  
  5651.  
  5652.  
  5653. game:service'Workspace'.Terrain:Clear()
  5654.  
  5655.  
  5656.  
  5657. end)
  5658.  
  5659.  
  5660.  
  5661. servwin:drawButton(1/2,'Flood',function()
  5662.  
  5663.  
  5664.  
  5665. game:service'Workspace'.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  5666.  
  5667.  
  5668.  
  5669. end)
  5670.  
  5671.  
  5672.  
  5673. servwin:drawButton(1/2,'Reflectancy',function()
  5674.  
  5675.  
  5676.  
  5677. topkek.libutil:recurseSet('BasePart','Reflectance',1)
  5678.  
  5679.  
  5680.  
  5681. end)
  5682.  
  5683.  
  5684.  
  5685. servwin:drawButton(1/2,'Transparency',function()
  5686.  
  5687.  
  5688.  
  5689. topkek.libutil:recurseSet('BasePart','Transparency',1)
  5690.  
  5691.  
  5692.  
  5693. end)
  5694.  
  5695.  
  5696.  
  5697. servwin:drawButton(1/2,'666',function()
  5698.  
  5699.  
  5700.  
  5701. for i,v in next,workspace:children''do
  5702.  
  5703.  
  5704.  
  5705. if(v:IsA'BasePart')then
  5706.  
  5707.  
  5708.  
  5709. me=v;
  5710.  
  5711.  
  5712.  
  5713. bbg=Instance.new('BillboardGui',me);
  5714.  
  5715.  
  5716.  
  5717. bbg.Name='stuf';
  5718.  
  5719.  
  5720.  
  5721. bbg.Adornee=me;
  5722.  
  5723.  
  5724.  
  5725. bbg.Size=UDim2.new(2.5,0,2.5,0)
  5726.  
  5727.  
  5728.  
  5729. --bbg.StudsOffset=Vector3.new(0,2,0)
  5730.  
  5731.  
  5732.  
  5733. tlb=Instance.new'TextLabel';
  5734.  
  5735.  
  5736.  
  5737. tlb.Text='666 666 666 666 666 666';
  5738.  
  5739.  
  5740.  
  5741. tlb.Font='SourceSansBold';
  5742.  
  5743.  
  5744.  
  5745. tlb.FontSize='Size48';
  5746.  
  5747.  
  5748.  
  5749. tlb.TextColor3=Color3.new(1,0,0);
  5750.  
  5751.  
  5752.  
  5753. tlb.Size=UDim2.new(1.25,0,1.25,0);
  5754.  
  5755.  
  5756.  
  5757. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  5758.  
  5759.  
  5760.  
  5761. tlb.BackgroundTransparency=1;
  5762.  
  5763.  
  5764.  
  5765. tlb.Parent=bbg;
  5766.  
  5767.  
  5768.  
  5769. end;end;
  5770.  
  5771.  
  5772.  
  5773. --coroutine.wrap(function()while wait''do
  5774.  
  5775.  
  5776.  
  5777. s=Instance.new'Sound';
  5778.  
  5779.  
  5780.  
  5781. s.Parent=workspace;
  5782.  
  5783.  
  5784.  
  5785. s.SoundId='rbxassetid://152840862';
  5786.  
  5787.  
  5788.  
  5789. s.Pitch=1;
  5790.  
  5791.  
  5792.  
  5793. s.Volume=1;
  5794.  
  5795.  
  5796.  
  5797. s.Looped=true;
  5798.  
  5799.  
  5800.  
  5801. s:play();
  5802.  
  5803.  
  5804.  
  5805. --end;end)();
  5806.  
  5807.  
  5808.  
  5809. function xds(dd)
  5810.  
  5811.  
  5812.  
  5813. for i,v in next,dd:children''do
  5814.  
  5815.  
  5816.  
  5817. if(v:IsA'BasePart')then
  5818.  
  5819.  
  5820.  
  5821. v.BrickColor=BrickColor.new'Really black';
  5822.  
  5823.  
  5824.  
  5825. v.TopSurface='Smooth';
  5826.  
  5827.  
  5828.  
  5829. v.BottomSurface='Smooth';
  5830.  
  5831.  
  5832.  
  5833. s=Instance.new('SelectionBox',v);
  5834.  
  5835.  
  5836.  
  5837. s.Adornee=v;
  5838.  
  5839.  
  5840.  
  5841. s.Color=BrickColor.new'Really red';
  5842.  
  5843.  
  5844.  
  5845. a=Instance.new('PointLight',v);
  5846.  
  5847.  
  5848.  
  5849. a.Color=Color3.new(1,0,0);
  5850.  
  5851.  
  5852.  
  5853. a.Range=15;
  5854.  
  5855.  
  5856.  
  5857. a.Brightness=5;
  5858.  
  5859.  
  5860.  
  5861. f=Instance.new('Fire',v);
  5862.  
  5863.  
  5864.  
  5865. f.Size=19;
  5866.  
  5867.  
  5868.  
  5869. f.Heat=22;
  5870.  
  5871.  
  5872.  
  5873. end;
  5874.  
  5875.  
  5876.  
  5877. game.Lighting.TimeOfDay=0;
  5878.  
  5879.  
  5880.  
  5881. game.Lighting.Brightness=0;
  5882.  
  5883.  
  5884.  
  5885. game.Lighting.ShadowColor=Color3.new(0,0,0);
  5886.  
  5887.  
  5888.  
  5889. game.Lighting.Ambient=Color3.new(1,0,0);
  5890.  
  5891.  
  5892.  
  5893. game.Lighting.FogEnd=200;
  5894.  
  5895.  
  5896.  
  5897. game.Lighting.FogColor=Color3.new(0,0,0);
  5898.  
  5899.  
  5900.  
  5901. local dec = 'http://www.roblox.com/asset/?id=19399245';
  5902.  
  5903.  
  5904.  
  5905. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  5906.  
  5907.  
  5908.  
  5909. --coroutine.wrap(function()
  5910.  
  5911.  
  5912.  
  5913. --for _,__ in pairs(fac) do
  5914.  
  5915.  
  5916.  
  5917. --local ddec = Instance.new("Decal", v)
  5918.  
  5919.  
  5920.  
  5921. --ddec.Face = __
  5922.  
  5923.  
  5924.  
  5925. --ddec.Texture = dec
  5926.  
  5927.  
  5928.  
  5929. --end end)()
  5930.  
  5931.  
  5932.  
  5933. if #(v:GetChildren())>0 then
  5934.  
  5935.  
  5936.  
  5937. xds(v)
  5938.  
  5939.  
  5940.  
  5941. end
  5942.  
  5943.  
  5944.  
  5945. end
  5946.  
  5947.  
  5948.  
  5949. end
  5950.  
  5951.  
  5952.  
  5953. xds(game.Workspace)
  5954.  
  5955.  
  5956.  
  5957. end)
  5958.  
  5959.  
  5960.  
  5961. servwin:drawButton(1/2,'Troll',function()
  5962.  
  5963.  
  5964.  
  5965. topkek.libutil:recurseDecal('48308661')
  5966.  
  5967.  
  5968.  
  5969. topkek.libutil:Play(154664102)
  5970.  
  5971.  
  5972.  
  5973. end)
  5974.  
  5975.  
  5976.  
  5977. servwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
  5978.  
  5979.  
  5980.  
  5981. local materiallist =
  5982.  
  5983.  
  5984.  
  5985. {Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
  5986.  
  5987.  
  5988.  
  5989. Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
  5990.  
  5991.  
  5992.  
  5993. Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
  5994.  
  5995.  
  5996.  
  5997. Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
  5998.  
  5999.  
  6000.  
  6001. Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
  6002.  
  6003.  
  6004.  
  6005. local function r(where)
  6006.  
  6007.  
  6008.  
  6009. for _,v in pairs (where:GetChildren()) do
  6010.  
  6011.  
  6012.  
  6013. if v:IsA("BasePart") then
  6014.  
  6015.  
  6016.  
  6017. spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait() end end) end r(v) end end r(workspace)
  6018.  
  6019.  
  6020.  
  6021. end)
  6022.  
  6023.  
  6024.  
  6025. servwin:drawButton(1/2,'Materialize',function()
  6026.  
  6027.  
  6028.  
  6029. local function r(where)
  6030.  
  6031.  
  6032.  
  6033. for _,v in pairs (where:GetChildren()) do
  6034.  
  6035.  
  6036.  
  6037. if v:IsA("BasePart") then
  6038.  
  6039.  
  6040.  
  6041. spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait() end end) end r(v) end end r(workspace)
  6042.  
  6043.  
  6044.  
  6045. end)
  6046.  
  6047.  
  6048.  
  6049. servwin:drawButton(1/2,'Meshify',function()
  6050.  
  6051.  
  6052.  
  6053. local enums={
  6054.  
  6055.  
  6056.  
  6057. Enum.MeshType.Head;
  6058.  
  6059.  
  6060.  
  6061. Enum.MeshType.Torso;
  6062.  
  6063.  
  6064.  
  6065. Enum.MeshType.Wedge;
  6066.  
  6067.  
  6068.  
  6069. Enum.MeshType.Brick;
  6070.  
  6071.  
  6072.  
  6073. Enum.MeshType.Sphere;
  6074.  
  6075.  
  6076.  
  6077. Enum.MeshType.Cylinder;
  6078.  
  6079.  
  6080.  
  6081. }
  6082.  
  6083.  
  6084.  
  6085. topkek.libutil:recurseFunc('BasePart',function(o)
  6086.  
  6087.  
  6088.  
  6089. local mesh = Instance.new('SpecialMesh', o)
  6090.  
  6091.  
  6092.  
  6093. mesh.MeshType = enums[math.random(1,#enums)]
  6094.  
  6095.  
  6096.  
  6097. end)
  6098.  
  6099.  
  6100.  
  6101. end)
  6102.  
  6103.  
  6104.  
  6105. servwin:drawButton(1/2,'Loop-Meshify',function()
  6106.  
  6107.  
  6108.  
  6109. coroutine.wrap(function()
  6110.  
  6111.  
  6112.  
  6113. while true do
  6114.  
  6115.  
  6116.  
  6117. local enums={
  6118.  
  6119.  
  6120.  
  6121. Enum.MeshType.Head;
  6122.  
  6123.  
  6124.  
  6125. Enum.MeshType.Torso;
  6126.  
  6127.  
  6128.  
  6129. Enum.MeshType.Wedge;
  6130.  
  6131.  
  6132.  
  6133. Enum.MeshType.Brick;
  6134.  
  6135.  
  6136.  
  6137. Enum.MeshType.Sphere;
  6138.  
  6139.  
  6140.  
  6141. Enum.MeshType.Cylinder;
  6142.  
  6143.  
  6144.  
  6145. }
  6146.  
  6147.  
  6148.  
  6149. topkek.libutil:recurseFunc('BasePart',function(o)
  6150.  
  6151.  
  6152.  
  6153. if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
  6154.  
  6155.  
  6156.  
  6157. local mesh = Instance.new('SpecialMesh', o)
  6158.  
  6159.  
  6160.  
  6161. mesh.MeshType = enums[math.random(1,#enums)]
  6162.  
  6163.  
  6164.  
  6165. end)
  6166.  
  6167.  
  6168.  
  6169. wait(0.5)
  6170.  
  6171.  
  6172.  
  6173. end
  6174.  
  6175.  
  6176.  
  6177. end)()
  6178.  
  6179.  
  6180.  
  6181. end)
  6182.  
  6183.  
  6184.  
  6185. --<<<< END OF SERVER MENU >>>>--
  6186.  
  6187.  
  6188.  
  6189. plrwin = topkek.libgui:hookContainer(base['PlayersContainer'])
  6190.  
  6191.  
  6192.  
  6193. local plrDrop = plrwin:drawButton(1,'test-dropdown',function()end)
  6194.  
  6195.  
  6196.  
  6197. plrDrop = dropdown.new(plrDrop,topkek.libutil:GetPlayerList(),'Everybody')
  6198.  
  6199.  
  6200.  
  6201. game:GetService('Players').PlayerAdded:connect(function()
  6202.  
  6203.  
  6204.  
  6205. plrDrop.update(topkek.libutil:GetPlayerList())
  6206.  
  6207.  
  6208.  
  6209. end)
  6210.  
  6211.  
  6212.  
  6213. game:GetService('Players').PlayerRemoving:connect(function()
  6214.  
  6215.  
  6216.  
  6217. plrDrop.update(topkek.libutil:GetPlayerList())
  6218.  
  6219.  
  6220.  
  6221. end)
  6222.  
  6223.  
  6224.  
  6225. plrwin:addSpacing()
  6226.  
  6227.  
  6228.  
  6229. local actions = plrwin --plrwin:drawScrollingContainer(163) [[lole]]
  6230.  
  6231.  
  6232.  
  6233. actions:drawButton(1/3, 'Kill', function()
  6234.  
  6235.  
  6236.  
  6237. topkek.libutil:doPlayers(plrDrop, function(z)
  6238.  
  6239.  
  6240.  
  6241. if z.Character:FindFirstChild('Humanoid') then
  6242.  
  6243.  
  6244.  
  6245. z.Character.Humanoid.Health = 0
  6246.  
  6247.  
  6248.  
  6249. end
  6250.  
  6251.  
  6252.  
  6253. end)
  6254.  
  6255.  
  6256.  
  6257. end)
  6258.  
  6259.  
  6260.  
  6261. actions:drawButton(1/3, 'Freeze', function()
  6262.  
  6263.  
  6264.  
  6265. topkek.libutil:doPlayers(plrDrop, function(z)
  6266.  
  6267.  
  6268.  
  6269. if z.Character:FindFirstChild('Humanoid') then
  6270.  
  6271.  
  6272.  
  6273. topkek.libutil:getTorso(z).Anchored = true
  6274.  
  6275.  
  6276.  
  6277. end
  6278.  
  6279.  
  6280.  
  6281. end)
  6282.  
  6283.  
  6284.  
  6285. end)
  6286.  
  6287.  
  6288.  
  6289. actions:drawButton(1/3, 'Thaw', function()
  6290.  
  6291.  
  6292.  
  6293. topkek.libutil:doPlayers(plrDrop, function(z)
  6294.  
  6295.  
  6296.  
  6297. if z.Character:FindFirstChild('Humanoid') then
  6298.  
  6299.  
  6300.  
  6301. topkek.libutil:getTorso(z).Anchored = false
  6302.  
  6303.  
  6304.  
  6305. end
  6306.  
  6307.  
  6308.  
  6309. end)
  6310.  
  6311.  
  6312.  
  6313. end)
  6314.  
  6315.  
  6316.  
  6317. actions:drawButton(1/3, 'Fire', function()
  6318.  
  6319.  
  6320.  
  6321. topkek.libutil:doPlayers(plrDrop, function(z)
  6322.  
  6323.  
  6324.  
  6325. if z.Character then
  6326.  
  6327.  
  6328.  
  6329. Instance.new("Fire", topkek.libutil:getTorso(z))
  6330.  
  6331.  
  6332.  
  6333. end
  6334.  
  6335.  
  6336.  
  6337. end)
  6338.  
  6339.  
  6340.  
  6341. end)
  6342.  
  6343.  
  6344.  
  6345. actions:drawButton(1/3, 'Sparkles', function()
  6346.  
  6347.  
  6348.  
  6349. topkek.libutil:doPlayers(plrDrop, function(z)
  6350.  
  6351.  
  6352.  
  6353. if z.Character then
  6354.  
  6355.  
  6356.  
  6357. Instance.new("Sparkles", topkek.libutil:getTorso(z))
  6358.  
  6359.  
  6360.  
  6361. end
  6362.  
  6363.  
  6364.  
  6365. end)
  6366.  
  6367.  
  6368.  
  6369. end)
  6370.  
  6371.  
  6372.  
  6373. actions:drawButton(1/3, 'Smoke', function()
  6374.  
  6375.  
  6376.  
  6377. topkek.libutil:doPlayers(plrDrop, function(z)
  6378.  
  6379.  
  6380.  
  6381. if z.Character then
  6382.  
  6383.  
  6384.  
  6385. Instance.new("Smoke", topkek.libutil:getTorso(z))
  6386.  
  6387.  
  6388.  
  6389. end
  6390.  
  6391.  
  6392.  
  6393. end)
  6394.  
  6395.  
  6396.  
  6397. end)
  6398.  
  6399.  
  6400.  
  6401. actions:drawButton(1/3, 'BTools', function()
  6402.  
  6403.  
  6404.  
  6405. topkek.libutil:doPlayers(plrDrop, function(z)
  6406.  
  6407.  
  6408.  
  6409. local a = Instance.new("HopperBin")
  6410.  
  6411.  
  6412.  
  6413. a.BinType = "GameTool"
  6414.  
  6415.  
  6416.  
  6417. a.Parent = z.Backpack
  6418.  
  6419.  
  6420.  
  6421. local a = Instance.new("HopperBin")
  6422.  
  6423.  
  6424.  
  6425. a.BinType = "Clone"
  6426.  
  6427.  
  6428.  
  6429. a.Parent = z.Backpack
  6430.  
  6431.  
  6432.  
  6433. local a = Instance.new("HopperBin")
  6434.  
  6435.  
  6436.  
  6437. a.BinType = "Hammer"
  6438.  
  6439.  
  6440.  
  6441. a.Parent = z.Backpack
  6442.  
  6443.  
  6444.  
  6445. end)
  6446.  
  6447.  
  6448.  
  6449. end)
  6450.  
  6451.  
  6452.  
  6453. actions:drawButton(1/3, 'Kick', function()
  6454.  
  6455.  
  6456.  
  6457. topkek.libutil:doPlayers(plrDrop, function(z)
  6458.  
  6459.  
  6460.  
  6461. local function doKick()
  6462.  
  6463.  
  6464.  
  6465. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
  6466.  
  6467.  
  6468.  
  6469. z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  6470.  
  6471.  
  6472.  
  6473. local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
  6474.  
  6475.  
  6476.  
  6477. spawn(function()
  6478.  
  6479.  
  6480.  
  6481. repeat wait()
  6482.  
  6483.  
  6484.  
  6485. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
  6486.  
  6487.  
  6488.  
  6489. SP.Position = z.Character.HumanoidRootPart.Position
  6490.  
  6491.  
  6492.  
  6493. end
  6494.  
  6495.  
  6496.  
  6497. until not game:GetService('Players'):FindFirstChild(z.Name)
  6498.  
  6499.  
  6500.  
  6501. end)
  6502.  
  6503.  
  6504.  
  6505. z.Character.Torso.Anchored = true
  6506.  
  6507.  
  6508.  
  6509. end
  6510.  
  6511.  
  6512.  
  6513. end
  6514.  
  6515.  
  6516.  
  6517. repeat
  6518.  
  6519.  
  6520.  
  6521. doKick()
  6522.  
  6523.  
  6524.  
  6525. wait()
  6526.  
  6527.  
  6528.  
  6529. until not z
  6530.  
  6531.  
  6532.  
  6533. end)
  6534.  
  6535.  
  6536.  
  6537. end)
  6538.  
  6539.  
  6540.  
  6541. actions:drawButton(1/3, 'Nil', function()
  6542.  
  6543.  
  6544.  
  6545. topkek.libutil:doPlayers(plrDrop, function(z)
  6546.  
  6547.  
  6548.  
  6549. z.Parent = nil
  6550.  
  6551.  
  6552.  
  6553. end)
  6554.  
  6555.  
  6556.  
  6557. end)
  6558.  
  6559.  
  6560.  
  6561. actions:drawButton(1/3, 'Bring', function()
  6562.  
  6563.  
  6564.  
  6565. topkek.libutil:doPlayers(plrDrop, function(z)
  6566.  
  6567.  
  6568.  
  6569. if z.Character then
  6570.  
  6571.  
  6572.  
  6573. z.Character.HumanoidRootPart.CFrame =
  6574.  
  6575.  
  6576.  
  6577. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  6578.  
  6579.  
  6580.  
  6581. end
  6582.  
  6583.  
  6584.  
  6585. end)
  6586.  
  6587.  
  6588.  
  6589. end)
  6590.  
  6591.  
  6592.  
  6593. actions:drawButton(1/3, 'Goto', function()
  6594.  
  6595.  
  6596.  
  6597. topkek.libutil:doPlayers(plrDrop, function(z)
  6598.  
  6599.  
  6600.  
  6601. if z.Character then
  6602.  
  6603.  
  6604.  
  6605. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  6606.  
  6607.  
  6608.  
  6609. z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  6610.  
  6611.  
  6612.  
  6613. end
  6614.  
  6615.  
  6616.  
  6617. end)
  6618.  
  6619.  
  6620.  
  6621. end)
  6622.  
  6623.  
  6624.  
  6625. actions:drawButton(1/3, 'Freefall', function()
  6626.  
  6627.  
  6628.  
  6629. topkek.libutil:doPlayers(plrDrop, function(z)
  6630.  
  6631.  
  6632.  
  6633. if z.Character then
  6634.  
  6635.  
  6636.  
  6637. z.Character.HumanoidRootPart.CFrame = z.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)
  6638.  
  6639.  
  6640.  
  6641. end
  6642.  
  6643.  
  6644.  
  6645. end)
  6646.  
  6647.  
  6648.  
  6649. end)
  6650.  
  6651.  
  6652.  
  6653. actions:drawButton(1/3, 'Sword', function()
  6654.  
  6655.  
  6656.  
  6657. topkek.libutil:doPlayers(plrDrop, function(z)
  6658.  
  6659.  
  6660.  
  6661. insert(125013769).Parent = z.Backpack
  6662.  
  6663.  
  6664.  
  6665. end)
  6666.  
  6667.  
  6668.  
  6669. end)
  6670.  
  6671.  
  6672.  
  6673. actions:drawButton(1/3, 'Guns', function()
  6674.  
  6675.  
  6676.  
  6677. topkek.libutil:doPlayers(plrDrop, function(z)
  6678.  
  6679.  
  6680.  
  6681. insert(130113146).Parent = z.Backpack
  6682.  
  6683.  
  6684.  
  6685. insert(67747912).Parent = z.Backpack
  6686.  
  6687.  
  6688.  
  6689. insert(95354288).Parent = z.Backpack
  6690.  
  6691.  
  6692.  
  6693. end)
  6694.  
  6695.  
  6696.  
  6697. end)
  6698.  
  6699.  
  6700.  
  6701. actions:drawButton(1/3, 'Knife', function()
  6702.  
  6703.  
  6704.  
  6705. topkek.libutil:doPlayers(plrDrop, function(z)
  6706.  
  6707.  
  6708.  
  6709. insert(170897263).Parent = z.Backpack
  6710.  
  6711.  
  6712.  
  6713. end)
  6714.  
  6715.  
  6716.  
  6717. end)
  6718.  
  6719.  
  6720.  
  6721.  
  6722.  
  6723.  
  6724.  
  6725. actions:drawButton(1/3, 'Stun', function()
  6726.  
  6727.  
  6728.  
  6729. topkek.libutil:doPlayers(plrDrop, function(z)
  6730.  
  6731.  
  6732.  
  6733. if not z.Character:FindFirstChild('UpperTorso') then
  6734.  
  6735.  
  6736.  
  6737. z.Character.Torso.CFrame = z.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  6738.  
  6739.  
  6740.  
  6741. end
  6742.  
  6743.  
  6744.  
  6745. z.Character.Humanoid.PlatformStand = true
  6746.  
  6747.  
  6748.  
  6749. end)
  6750.  
  6751.  
  6752.  
  6753. end)
  6754.  
  6755.  
  6756.  
  6757. actions:drawButton(1/3, 'Invisible', function()
  6758.  
  6759.  
  6760.  
  6761. topkek.libutil:doPlayers(plrDrop, function(z)
  6762.  
  6763.  
  6764.  
  6765. if z.Character then
  6766.  
  6767.  
  6768.  
  6769. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Transparency', 1)
  6770.  
  6771.  
  6772.  
  6773. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Transparency', 1)
  6774.  
  6775.  
  6776.  
  6777. end
  6778.  
  6779.  
  6780.  
  6781. end)
  6782.  
  6783.  
  6784.  
  6785. end)
  6786.  
  6787.  
  6788.  
  6789. actions:drawButton(1/3, 'Visible', function()
  6790.  
  6791.  
  6792.  
  6793. topkek.libutil:doPlayers(plrDrop, function(z)
  6794.  
  6795.  
  6796.  
  6797. if z.Character then
  6798.  
  6799.  
  6800.  
  6801. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Transparency', 0)
  6802.  
  6803.  
  6804.  
  6805. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Transparency', 1)
  6806.  
  6807.  
  6808.  
  6809. end
  6810.  
  6811.  
  6812.  
  6813. end)
  6814.  
  6815.  
  6816.  
  6817. end)
  6818.  
  6819.  
  6820.  
  6821. actions:drawButton(1/3, 'God', function()
  6822.  
  6823.  
  6824.  
  6825. topkek.libutil:doPlayers(plrDrop, function(z)
  6826.  
  6827.  
  6828.  
  6829. if z.Character:FindFirstChild('Humanoid') then
  6830.  
  6831.  
  6832.  
  6833. z.Character.Humanoid.MaxHealth = math.huge
  6834.  
  6835.  
  6836.  
  6837. z.Character.Humanoid.Health = math.huge
  6838.  
  6839.  
  6840.  
  6841. end
  6842.  
  6843.  
  6844.  
  6845. end)
  6846.  
  6847.  
  6848.  
  6849. end)
  6850.  
  6851.  
  6852.  
  6853.  
  6854.  
  6855.  
  6856.  
  6857. actions:drawButton(1/3, 'Semigod', function()
  6858.  
  6859.  
  6860.  
  6861. topkek.libutil:doPlayers(plrDrop, function(z)
  6862.  
  6863.  
  6864.  
  6865. if z.Character:FindFirstChild('Humanoid') then
  6866.  
  6867.  
  6868.  
  6869. z.Character.Humanoid.MaxHealth = 9999999999
  6870.  
  6871.  
  6872.  
  6873. z.Character.Humanoid.Health = 9999999999
  6874.  
  6875.  
  6876.  
  6877. end
  6878.  
  6879.  
  6880.  
  6881. end)
  6882.  
  6883.  
  6884.  
  6885. end)
  6886.  
  6887.  
  6888.  
  6889. actions:drawButton(1/3, 'Nuke', function()
  6890.  
  6891.  
  6892.  
  6893. topkek.libutil:doPlayers(plrDrop, function(z)
  6894.  
  6895.  
  6896.  
  6897. local torso = topkek.libutil:getTorso(z)
  6898.  
  6899.  
  6900.  
  6901. local nuke = Instance.new("Part", game.Workspace)
  6902.  
  6903.  
  6904.  
  6905. local opos = torso.CFrame
  6906.  
  6907.  
  6908.  
  6909. nuke.BrickColor = BrickColor.new("Bright yellow")
  6910.  
  6911.  
  6912.  
  6913. nuke.TopSurface = Enum.SurfaceType.Smooth
  6914.  
  6915.  
  6916.  
  6917. nuke.BottomSurface = Enum.SurfaceType.Smooth
  6918.  
  6919.  
  6920.  
  6921. nuke.Anchored = true
  6922.  
  6923.  
  6924.  
  6925. nuke.CanCollide = false
  6926.  
  6927.  
  6928.  
  6929. nuke.Shape = "Ball"
  6930.  
  6931.  
  6932.  
  6933. nuke.Transparency = 0.5
  6934.  
  6935.  
  6936.  
  6937. nuke.CFrame = torso.CFrame
  6938.  
  6939.  
  6940.  
  6941. nuke.Size = Vector3.new(1, 1, 1)
  6942.  
  6943.  
  6944.  
  6945. nuke.Touched:connect(function(p)
  6946.  
  6947.  
  6948.  
  6949. local expl = Instance.new("Explosion", p)
  6950.  
  6951.  
  6952.  
  6953. expl.BlastPressure = 50000
  6954.  
  6955.  
  6956.  
  6957. expl.BlastRadius = 50
  6958.  
  6959.  
  6960.  
  6961. expl.Position = p.Position
  6962.  
  6963.  
  6964.  
  6965. p.Material = Enum.Material.CorrodedMetal
  6966.  
  6967.  
  6968.  
  6969. p:BreakJoints()
  6970.  
  6971.  
  6972.  
  6973. end)
  6974.  
  6975.  
  6976.  
  6977. for i = 1, 150 do
  6978.  
  6979.  
  6980.  
  6981. nuke.Size = Vector3.new(i, i, i)
  6982.  
  6983.  
  6984.  
  6985. nuke.CFrame = opos
  6986.  
  6987.  
  6988.  
  6989. wait(0.08)
  6990.  
  6991.  
  6992.  
  6993. end
  6994.  
  6995.  
  6996.  
  6997. nuke:Destroy()
  6998.  
  6999.  
  7000.  
  7001. end)
  7002.  
  7003.  
  7004.  
  7005. end)
  7006.  
  7007.  
  7008.  
  7009. actions:drawButton(1/3, 'Confuse', function()
  7010.  
  7011.  
  7012.  
  7013. topkek.libutil:doPlayers(plrDrop, function(z)
  7014.  
  7015.  
  7016.  
  7017. if z.Character:FindFirstChild('Humanoid') then
  7018.  
  7019.  
  7020.  
  7021. z.Character.Humanoid.WalkSpeed = -16
  7022.  
  7023.  
  7024.  
  7025. end
  7026.  
  7027.  
  7028.  
  7029. end)
  7030.  
  7031.  
  7032.  
  7033. end)
  7034.  
  7035.  
  7036.  
  7037. actions:drawButton(1/3, 'Goldify', function()
  7038.  
  7039.  
  7040.  
  7041. topkek.libutil:doPlayers(plrDrop, function(z)
  7042.  
  7043.  
  7044.  
  7045. if z.Character then
  7046.  
  7047.  
  7048.  
  7049. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Material', 'Marble')
  7050.  
  7051.  
  7052.  
  7053. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Material', 'Marble')
  7054.  
  7055.  
  7056.  
  7057. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
  7058.  
  7059.  
  7060.  
  7061. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
  7062.  
  7063.  
  7064.  
  7065. end
  7066.  
  7067.  
  7068.  
  7069. end)
  7070.  
  7071.  
  7072.  
  7073. end)
  7074.  
  7075.  
  7076.  
  7077. actions:drawButton(1/3, 'Neon', function()
  7078.  
  7079.  
  7080.  
  7081. topkek.libutil:doPlayers(plrDrop, function(z)
  7082.  
  7083.  
  7084.  
  7085. if z.Character then
  7086.  
  7087.  
  7088.  
  7089. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Material', 'Neon')
  7090.  
  7091.  
  7092.  
  7093. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Material', 'Neon')
  7094.  
  7095.  
  7096.  
  7097. end
  7098.  
  7099.  
  7100.  
  7101. end)
  7102.  
  7103.  
  7104.  
  7105. end)
  7106.  
  7107.  
  7108.  
  7109. actions:drawButton(1/3, 'Insane', function()
  7110.  
  7111.  
  7112.  
  7113. topkek.libutil:doPlayers(plrDrop, function(z)
  7114.  
  7115.  
  7116.  
  7117. if z.Character then
  7118.  
  7119.  
  7120.  
  7121. for i,v in pairs(topkek.libutil:getTorso(z):GetChildren()) do
  7122.  
  7123.  
  7124.  
  7125. if v:IsA("Motor6D") then
  7126.  
  7127.  
  7128.  
  7129. coroutine.wrap(function()
  7130.  
  7131.  
  7132.  
  7133. while v do
  7134.  
  7135.  
  7136.  
  7137. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  7138.  
  7139.  
  7140.  
  7141. wait()
  7142.  
  7143.  
  7144.  
  7145. end
  7146.  
  7147.  
  7148.  
  7149. end)()
  7150.  
  7151.  
  7152.  
  7153. end
  7154.  
  7155.  
  7156.  
  7157. end
  7158.  
  7159.  
  7160.  
  7161. end
  7162.  
  7163.  
  7164.  
  7165. end)
  7166.  
  7167.  
  7168.  
  7169. end)
  7170.  
  7171.  
  7172.  
  7173. actions:drawButton(1/3, 'Quicksand', function()
  7174.  
  7175.  
  7176.  
  7177. topkek.libutil:doPlayers(plrDrop, function(z)
  7178.  
  7179.  
  7180.  
  7181. if z.Character then
  7182.  
  7183.  
  7184.  
  7185. if z.Character:FindFirstChild('Humanoid') then
  7186.  
  7187.  
  7188.  
  7189. local tor = topkek.libutil:getTorso(z)
  7190.  
  7191.  
  7192.  
  7193. local hole = Instance.new("Part", z.Character)
  7194.  
  7195.  
  7196.  
  7197. hole.Anchored = true
  7198.  
  7199.  
  7200.  
  7201. hole.Name = "Hole"
  7202.  
  7203.  
  7204.  
  7205. hole.FormFactor = Enum.FormFactor.Custom
  7206.  
  7207.  
  7208.  
  7209. hole.Size = Vector3.new(7, 1, 7)
  7210.  
  7211.  
  7212.  
  7213. hole.CanCollide = false
  7214.  
  7215.  
  7216.  
  7217. hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
  7218.  
  7219.  
  7220.  
  7221. hole.BrickColor = BrickColor.new("Cool yellow")
  7222.  
  7223.  
  7224.  
  7225. hole.Material = Enum.Material.Sand
  7226.  
  7227.  
  7228.  
  7229. local hm = Instance.new("CylinderMesh", hole)
  7230.  
  7231.  
  7232.  
  7233. tor.Anchored = true
  7234.  
  7235.  
  7236.  
  7237. if z.Character:FindFirstChild("Humanoid") then
  7238.  
  7239.  
  7240.  
  7241. z.Character.Humanoid.Jump = true
  7242.  
  7243.  
  7244.  
  7245. end
  7246.  
  7247.  
  7248.  
  7249. for x,m in pairs(z.Character:GetChildren()) do
  7250.  
  7251.  
  7252.  
  7253. if m:IsA("BasePart") or m:IsA("MeshPart") then
  7254.  
  7255.  
  7256.  
  7257. m.CanCollide = false
  7258.  
  7259.  
  7260.  
  7261. end
  7262.  
  7263.  
  7264.  
  7265. end
  7266.  
  7267.  
  7268.  
  7269. for i=1,75 do
  7270.  
  7271.  
  7272.  
  7273. tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
  7274.  
  7275.  
  7276.  
  7277. wait(0.06)
  7278.  
  7279.  
  7280.  
  7281. end
  7282.  
  7283.  
  7284.  
  7285. tor.CFrame=tor.CFrame*CFrame.new(0,
  7286.  
  7287.  
  7288.  
  7289. -500,0
  7290.  
  7291.  
  7292.  
  7293. )
  7294.  
  7295.  
  7296.  
  7297. z.Character.Humanoid.Health = 0
  7298.  
  7299.  
  7300.  
  7301. end
  7302.  
  7303.  
  7304.  
  7305. end
  7306.  
  7307.  
  7308.  
  7309. end)
  7310.  
  7311.  
  7312.  
  7313. end)
  7314.  
  7315.  
  7316.  
  7317. actions:drawButton(1/3, 'Duck', function()
  7318.  
  7319.  
  7320.  
  7321. topkek.libutil:doPlayers(plrDrop, function(z)
  7322.  
  7323.  
  7324.  
  7325. if z.Character then
  7326.  
  7327.  
  7328.  
  7329. local pchar = z.Character
  7330.  
  7331.  
  7332.  
  7333. -- for i,v in pairs(pchar.Torso:GetChildren()) do
  7334.  
  7335.  
  7336.  
  7337. -- if v:IsA("Decal") then
  7338.  
  7339.  
  7340.  
  7341. -- v:Destroy()
  7342.  
  7343.  
  7344.  
  7345. -- end
  7346.  
  7347.  
  7348.  
  7349. -- end
  7350.  
  7351.  
  7352.  
  7353. for i,v in pairs(pchar:GetChildren()) do
  7354.  
  7355.  
  7356.  
  7357. if v:IsA("Hat") or v:IsA("Accessory") then
  7358.  
  7359.  
  7360.  
  7361. v:Destroy()
  7362.  
  7363.  
  7364.  
  7365. end
  7366.  
  7367.  
  7368.  
  7369. end
  7370.  
  7371.  
  7372.  
  7373. local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
  7374.  
  7375.  
  7376.  
  7377. duck.MeshType = "FileMesh"
  7378.  
  7379.  
  7380.  
  7381. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  7382.  
  7383.  
  7384.  
  7385. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  7386.  
  7387.  
  7388.  
  7389. duck.Scale = Vector3.new(5, 5, 5)
  7390.  
  7391.  
  7392.  
  7393. topkek.libutil:recurseSetObj(z.Character, 'Instance', 'Transparency', 1)
  7394.  
  7395.  
  7396.  
  7397. z.Character.HumanoidRootPart.Transparency = 0
  7398.  
  7399.  
  7400.  
  7401. end
  7402.  
  7403.  
  7404.  
  7405. end)
  7406.  
  7407.  
  7408.  
  7409. end)
  7410.  
  7411.  
  7412.  
  7413. actions:drawButton(1/3, 'Shrek', function()
  7414.  
  7415.  
  7416.  
  7417. topkek.libutil:doPlayers(plrDrop, function(z)
  7418.  
  7419.  
  7420.  
  7421. if z.Character then
  7422.  
  7423.  
  7424.  
  7425. local pchar = z.Character
  7426.  
  7427.  
  7428.  
  7429. for i,v in pairs(pchar:GetChildren()) do
  7430.  
  7431.  
  7432.  
  7433. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  7434.  
  7435.  
  7436.  
  7437. v:Destroy()
  7438.  
  7439.  
  7440.  
  7441. end
  7442.  
  7443.  
  7444.  
  7445. end
  7446.  
  7447.  
  7448.  
  7449. for i,v in pairs(pchar.Head:GetChildren()) do
  7450.  
  7451.  
  7452.  
  7453. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  7454.  
  7455.  
  7456.  
  7457. v:Destroy()
  7458.  
  7459.  
  7460.  
  7461. end
  7462.  
  7463.  
  7464.  
  7465. end
  7466.  
  7467.  
  7468.  
  7469.  
  7470.  
  7471.  
  7472.  
  7473. local mesh = Instance.new("SpecialMesh", pchar.Head)
  7474.  
  7475.  
  7476.  
  7477. mesh.MeshType = "FileMesh"
  7478.  
  7479.  
  7480.  
  7481. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  7482.  
  7483.  
  7484.  
  7485. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  7486.  
  7487.  
  7488.  
  7489. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  7490.  
  7491.  
  7492.  
  7493.  
  7494.  
  7495.  
  7496.  
  7497. local Shirt = Instance.new("Shirt", z.Character)
  7498.  
  7499.  
  7500.  
  7501. local Pants = Instance.new("Pants", z.Character)
  7502.  
  7503.  
  7504.  
  7505.  
  7506.  
  7507.  
  7508.  
  7509. Shirt.ShirtTemplate = "rbxassetid://133078194"
  7510.  
  7511.  
  7512.  
  7513. Pants.PantsTemplate = "rbxassetid://133078204"
  7514.  
  7515.  
  7516.  
  7517. end
  7518.  
  7519.  
  7520.  
  7521. end)
  7522.  
  7523.  
  7524.  
  7525. end)
  7526.  
  7527.  
  7528.  
  7529. actions:drawButton(1/3, 'Bighead', function()
  7530.  
  7531.  
  7532.  
  7533. topkek.libutil:doPlayers(plrDrop, function(z)
  7534.  
  7535.  
  7536.  
  7537. if z.Character then
  7538.  
  7539.  
  7540.  
  7541. if z.Character:FindFirstChild('Head') then
  7542.  
  7543.  
  7544.  
  7545. z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
  7546.  
  7547.  
  7548.  
  7549. end
  7550.  
  7551.  
  7552.  
  7553. end
  7554.  
  7555.  
  7556.  
  7557. end)
  7558.  
  7559.  
  7560.  
  7561. end)
  7562.  
  7563.  
  7564.  
  7565. actions:drawButton(1/3, 'Hotdog', function()
  7566.  
  7567.  
  7568.  
  7569. topkek.libutil:doPlayers(plrDrop, function(z)
  7570.  
  7571.  
  7572.  
  7573. if z.Character then
  7574.  
  7575.  
  7576.  
  7577. if z.Character:FindFirstChild('Head') then
  7578.  
  7579.  
  7580.  
  7581. topkek.libutil:weiner(z)
  7582.  
  7583.  
  7584.  
  7585. end
  7586.  
  7587.  
  7588.  
  7589. end
  7590.  
  7591.  
  7592.  
  7593. end)
  7594.  
  7595.  
  7596.  
  7597. end)
  7598.  
  7599.  
  7600.  
  7601. actions:drawButton(1/3, 'Dwarf [R6]', function()
  7602.  
  7603.  
  7604.  
  7605. topkek.libutil:doPlayers(plrDrop, function(z)
  7606.  
  7607.  
  7608.  
  7609. if z.Character then
  7610.  
  7611.  
  7612.  
  7613. topkek.libutil:scalePlayer(z, 0.5)
  7614.  
  7615.  
  7616.  
  7617. end
  7618.  
  7619.  
  7620.  
  7621. end)
  7622.  
  7623.  
  7624.  
  7625. end)
  7626.  
  7627.  
  7628.  
  7629. actions:drawButton(1/3, 'Giant [R6]', function()
  7630.  
  7631.  
  7632.  
  7633. topkek.libutil:doPlayers(plrDrop, function(z)
  7634.  
  7635.  
  7636.  
  7637. if z.Character then
  7638.  
  7639.  
  7640.  
  7641. topkek.libutil:scalePlayer(z, 5)
  7642.  
  7643.  
  7644.  
  7645. end
  7646.  
  7647.  
  7648.  
  7649. end)
  7650.  
  7651.  
  7652.  
  7653. end)
  7654.  
  7655.  
  7656.  
  7657. actions:drawButton(1/3, 'Giraffe [R6]', function()
  7658.  
  7659.  
  7660.  
  7661. topkek.libutil:doPlayers(plrDrop, function(z)
  7662.  
  7663.  
  7664.  
  7665. if z.Character then
  7666.  
  7667.  
  7668.  
  7669. local char=z.Character
  7670.  
  7671.  
  7672.  
  7673. local h=char.Head
  7674.  
  7675.  
  7676.  
  7677. local tor=char:FindFirstChild("Torso")
  7678.  
  7679.  
  7680.  
  7681. if not tor then return end
  7682.  
  7683.  
  7684.  
  7685. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  7686.  
  7687.  
  7688.  
  7689. local fn=Instance.new("Part",char)
  7690.  
  7691.  
  7692.  
  7693. fn.Size=Vector3.new(1,5.5,1)
  7694.  
  7695.  
  7696.  
  7697. fn.Name="FakeNeck"
  7698.  
  7699.  
  7700.  
  7701. fn.Anchored=false
  7702.  
  7703.  
  7704.  
  7705. fn.CanCollide=false
  7706.  
  7707.  
  7708.  
  7709. if char:FindFirstChild("Body Colors") then
  7710.  
  7711.  
  7712.  
  7713. fn.BrickColor=char["Body Colors"].HeadColor
  7714.  
  7715.  
  7716.  
  7717. end
  7718.  
  7719.  
  7720.  
  7721. local cm=Instance.new("CylinderMesh",fn)
  7722.  
  7723.  
  7724.  
  7725. local we=Instance.new("Weld",h)
  7726.  
  7727.  
  7728.  
  7729. we.Part0=h
  7730.  
  7731.  
  7732.  
  7733. we.Part1=fn
  7734.  
  7735.  
  7736.  
  7737. we.C1=we.C1*CFrame.new(0,2.6,0)
  7738.  
  7739.  
  7740.  
  7741. end
  7742.  
  7743.  
  7744.  
  7745. end)
  7746.  
  7747.  
  7748.  
  7749. end)
  7750.  
  7751.  
  7752.  
  7753. actions:drawButton(1/3, 'Select', function()
  7754.  
  7755.  
  7756.  
  7757. topkek.libutil:doPlayers(plrDrop, function(z)
  7758.  
  7759.  
  7760.  
  7761. if z.Character then
  7762.  
  7763.  
  7764.  
  7765. Instance.new("SelectionBox", z.Character).Adornee = z.Character
  7766.  
  7767.  
  7768.  
  7769. end
  7770.  
  7771.  
  7772.  
  7773. end)
  7774.  
  7775.  
  7776.  
  7777. end)
  7778.  
  7779.  
  7780.  
  7781. actions:drawButton(1/3, 'Sphere', function()
  7782.  
  7783.  
  7784.  
  7785. topkek.libutil:doPlayers(plrDrop, function(z)
  7786.  
  7787.  
  7788.  
  7789. if z.Character then
  7790.  
  7791.  
  7792.  
  7793. Instance.new("SelectionSphere", z.Character).Adornee = z.Character
  7794.  
  7795.  
  7796.  
  7797. end
  7798.  
  7799.  
  7800.  
  7801. end)
  7802.  
  7803.  
  7804.  
  7805. end)
  7806.  
  7807.  
  7808.  
  7809. actions:drawButton(1/3, 'Sit', function()
  7810.  
  7811.  
  7812.  
  7813. topkek.libutil:doPlayers(plrDrop, function(z)
  7814.  
  7815.  
  7816.  
  7817. if z.Character:FindFirstChild("Humanoid") then
  7818.  
  7819.  
  7820.  
  7821. z.Character.Humanoid.Sit = true
  7822.  
  7823.  
  7824.  
  7825. end
  7826.  
  7827.  
  7828.  
  7829. end)
  7830.  
  7831.  
  7832.  
  7833. end)
  7834.  
  7835.  
  7836.  
  7837. actions:drawButton(1/3, 'Jump', function()
  7838.  
  7839.  
  7840.  
  7841. topkek.libutil:doPlayers(plrDrop, function(z)
  7842.  
  7843.  
  7844.  
  7845. if z.Character:FindFirstChild("Humanoid") then
  7846.  
  7847.  
  7848.  
  7849. z.Character.Humanoid.Jump = true
  7850.  
  7851.  
  7852.  
  7853. end
  7854.  
  7855.  
  7856.  
  7857. end)
  7858.  
  7859.  
  7860.  
  7861. end)
  7862.  
  7863.  
  7864.  
  7865. actions:drawButton(1/3, 'No Tools', function()
  7866.  
  7867.  
  7868.  
  7869. topkek.libutil:doPlayers(plrDrop, function(z)
  7870.  
  7871.  
  7872.  
  7873. for _, t in pairs(z.Backpack:GetChildren()) do
  7874.  
  7875.  
  7876.  
  7877. t:Destroy()
  7878.  
  7879.  
  7880.  
  7881. end
  7882.  
  7883.  
  7884.  
  7885. end)
  7886.  
  7887.  
  7888.  
  7889. end)
  7890.  
  7891.  
  7892.  
  7893. actions:drawButton(1/3, 'Take Tools', function()
  7894.  
  7895.  
  7896.  
  7897. topkek.libutil:doPlayers(plrDrop, function(z)
  7898.  
  7899.  
  7900.  
  7901. for _, t in pairs(z.Backpack:GetChildren()) do
  7902.  
  7903.  
  7904.  
  7905. t.Parent = game:service'Players'.LocalPlayer.Backpack
  7906.  
  7907.  
  7908.  
  7909. end
  7910.  
  7911.  
  7912.  
  7913. end)
  7914.  
  7915.  
  7916.  
  7917. end)
  7918.  
  7919.  
  7920.  
  7921. actions:drawButton(1/3, 'Disable', function()
  7922.  
  7923.  
  7924.  
  7925. topkek.libutil:doPlayers(plrDrop, function(z)
  7926.  
  7927.  
  7928.  
  7929. if z.Character:FindFirstChild("Humanoid") then
  7930.  
  7931.  
  7932.  
  7933. z.Character.Humanoid.Parent = nil
  7934.  
  7935.  
  7936.  
  7937. end
  7938.  
  7939.  
  7940.  
  7941. end)
  7942.  
  7943.  
  7944.  
  7945. end)
  7946.  
  7947.  
  7948.  
  7949. actions:drawButton(1/3, 'Fast', function()
  7950.  
  7951.  
  7952.  
  7953. topkek.libutil:doPlayers(plrDrop, function(z)
  7954.  
  7955.  
  7956.  
  7957. if z.Character:FindFirstChild("Humanoid") then
  7958.  
  7959.  
  7960.  
  7961. z.Character.Humanoid.WalkSpeed = 50
  7962.  
  7963.  
  7964.  
  7965. end
  7966.  
  7967.  
  7968.  
  7969. end)
  7970.  
  7971.  
  7972.  
  7973. end)
  7974.  
  7975.  
  7976.  
  7977. actions:drawButton(1/3, 'Slow', function()
  7978.  
  7979.  
  7980.  
  7981. topkek.libutil:doPlayers(plrDrop, function(z)
  7982.  
  7983.  
  7984.  
  7985. if z.Character:FindFirstChild("Humanoid") then
  7986.  
  7987.  
  7988.  
  7989. z.Character.Humanoid.WalkSpeed = 8
  7990.  
  7991.  
  7992.  
  7993. end
  7994.  
  7995.  
  7996.  
  7997. end)
  7998.  
  7999.  
  8000.  
  8001. end)
  8002.  
  8003.  
  8004.  
  8005. actions:drawButton(1/3,'Explode', function()
  8006.  
  8007.  
  8008.  
  8009. topkek.libtil:doPlayers(plrDrop, function(z)
  8010.  
  8011.  
  8012.  
  8013. local explosion = Instance.new("Explosion")
  8014.  
  8015.  
  8016.  
  8017. explosion.Position = topkek.libutil:getTorso(z).Position
  8018.  
  8019.  
  8020.  
  8021. explosion.Parent = game.Workspace
  8022.  
  8023.  
  8024.  
  8025. end)
  8026.  
  8027.  
  8028.  
  8029. end)
  8030.  
  8031.  
  8032.  
  8033. local Follow
  8034.  
  8035.  
  8036.  
  8037. actions:drawButton(1/3,'Annoy', function()
  8038.  
  8039.  
  8040.  
  8041. if Follow == true then
  8042.  
  8043.  
  8044.  
  8045. Follow = false; return
  8046.  
  8047.  
  8048.  
  8049. else Follow = true end
  8050.  
  8051.  
  8052.  
  8053. topkek.libutil:doPlayers(plrDrop, function(z)
  8054.  
  8055.  
  8056.  
  8057. while Follow == true do
  8058.  
  8059.  
  8060.  
  8061. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
  8062.  
  8063.  
  8064.  
  8065. z.Character.HumanoidRootPart.CFrame
  8066.  
  8067.  
  8068.  
  8069. wait()
  8070.  
  8071.  
  8072.  
  8073. end
  8074.  
  8075.  
  8076.  
  8077. end)
  8078.  
  8079.  
  8080.  
  8081. end)
  8082.  
  8083.  
  8084.  
  8085. actions:drawButton(1/3,'ForceField', function()
  8086.  
  8087.  
  8088.  
  8089. topkek.libutil:doPlayers(plrDrop, function(z)
  8090.  
  8091.  
  8092.  
  8093. if z.Character then
  8094.  
  8095.  
  8096.  
  8097. Instance.new("ForceField", z.Character)
  8098.  
  8099.  
  8100.  
  8101. end
  8102.  
  8103.  
  8104.  
  8105. end)
  8106.  
  8107.  
  8108.  
  8109. end)
  8110.  
  8111.  
  8112.  
  8113. actions:drawButton(1/3,'Friendlag', function()
  8114.  
  8115.  
  8116.  
  8117. topkek.libutil:doPlayers(plrDrop, function(z)
  8118.  
  8119.  
  8120.  
  8121. for i = 1, 10 do
  8122.  
  8123.  
  8124.  
  8125. spawn(function()
  8126.  
  8127.  
  8128.  
  8129. while wait() do
  8130.  
  8131.  
  8132.  
  8133. game.Players.LocalPlayer:RequestFriendship(z)
  8134.  
  8135.  
  8136.  
  8137. game.Players.LocalPlayer:RevokeFriendship(z)
  8138.  
  8139.  
  8140.  
  8141. end
  8142.  
  8143.  
  8144.  
  8145. end)
  8146.  
  8147.  
  8148.  
  8149. end
  8150.  
  8151.  
  8152.  
  8153. end)
  8154.  
  8155.  
  8156.  
  8157. end)
  8158.  
  8159.  
  8160.  
  8161. actions:drawButton(1/3,'Force Follow', function()
  8162.  
  8163.  
  8164.  
  8165. topkek.libutil:doPlayers(plrDrop, function(z)
  8166.  
  8167.  
  8168.  
  8169. game:GetService("RunService"):BindToRenderStep("_", 0, function()
  8170.  
  8171.  
  8172.  
  8173. z.Character.Humanoid:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  8174.  
  8175.  
  8176.  
  8177. end)
  8178.  
  8179.  
  8180.  
  8181. end)
  8182.  
  8183.  
  8184.  
  8185. end)
  8186.  
  8187.  
  8188.  
  8189. actions:drawButton(1/3,'Dab', function()
  8190.  
  8191.  
  8192.  
  8193. topkek.libutil:doPlayers(plrDrop, function(z)
  8194.  
  8195.  
  8196.  
  8197. if z.Character and z.Character:FindFirstChild("Torso") then
  8198.  
  8199.  
  8200.  
  8201. local chr = z.Character
  8202.  
  8203.  
  8204.  
  8205. chr.Animate.Disabled = true
  8206.  
  8207.  
  8208.  
  8209. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  8210.  
  8211.  
  8212.  
  8213. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  8214.  
  8215.  
  8216.  
  8217. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  8218.  
  8219.  
  8220.  
  8221. end
  8222.  
  8223.  
  8224.  
  8225. end)
  8226.  
  8227.  
  8228.  
  8229. end)
  8230.  
  8231.  
  8232.  
  8233. actions:addSpacing()
  8234.  
  8235.  
  8236.  
  8237. local chatInp
  8238.  
  8239.  
  8240.  
  8241. actions:drawButton(1/2, 'Make Chat', function()
  8242.  
  8243.  
  8244.  
  8245. topkek.libutil:doPlayers(plrDrop, function(z)
  8246.  
  8247.  
  8248.  
  8249. game:GetService('Chat'):Chat(z.Character, chatInp.Text)
  8250.  
  8251.  
  8252.  
  8253. end)
  8254.  
  8255.  
  8256.  
  8257. end)
  8258.  
  8259.  
  8260.  
  8261. chatInp = actions:drawTextBox(1/2, '')
  8262.  
  8263.  
  8264.  
  8265. local insertInp
  8266.  
  8267.  
  8268.  
  8269. actions:drawButton(1/2, 'Insert Into', function()
  8270.  
  8271.  
  8272.  
  8273. if not tonumber(insertInp.Text) then return end
  8274.  
  8275.  
  8276.  
  8277. local item = insert(insertInp.Text)
  8278.  
  8279.  
  8280.  
  8281. if not item then return end
  8282.  
  8283.  
  8284.  
  8285. topkek.libutil:doPlayers(plrDrop, function(z)
  8286.  
  8287.  
  8288.  
  8289. item:Clone().Parent = z.Backpack
  8290.  
  8291.  
  8292.  
  8293. end)
  8294.  
  8295.  
  8296.  
  8297. end)
  8298.  
  8299.  
  8300.  
  8301. insertInp = actions:drawTextBox(1/2, '')
  8302.  
  8303.  
  8304.  
  8305. local speedInp
  8306.  
  8307.  
  8308.  
  8309. actions:drawButton(1/2, 'Set Speed', function()
  8310.  
  8311.  
  8312.  
  8313. if not tonumber(speedInp.Text) then return end
  8314.  
  8315.  
  8316.  
  8317. topkek.libutil:doPlayers(plrDrop, function(z)
  8318.  
  8319.  
  8320.  
  8321. if z.Character:FindFirstChild('Humanoid') then
  8322.  
  8323.  
  8324.  
  8325. z.Character.Humanoid.WalkSpeed = tonumber(speedInp.Text)
  8326.  
  8327.  
  8328.  
  8329. end
  8330.  
  8331.  
  8332.  
  8333. end)
  8334.  
  8335.  
  8336.  
  8337. end)
  8338.  
  8339.  
  8340.  
  8341. speedInp = actions:drawTextBox(1/2, '')
  8342.  
  8343.  
  8344.  
  8345. local nameInp
  8346.  
  8347.  
  8348.  
  8349. actions:drawButton(1/2, 'Set Name', function()
  8350.  
  8351.  
  8352.  
  8353. topkek.libutil:doPlayers(plrDrop, function(z)
  8354.  
  8355.  
  8356.  
  8357. local Character = z.Character
  8358.  
  8359.  
  8360.  
  8361. local newName = Instance.new("Model", z.Character)
  8362.  
  8363.  
  8364.  
  8365. newName.Name = nameInp.Text
  8366.  
  8367.  
  8368.  
  8369. local cl = Character:WaitForChild("Head"):Clone()
  8370.  
  8371.  
  8372.  
  8373. cl.Parent = newName
  8374.  
  8375.  
  8376.  
  8377. cl:WaitForChild("face"):Destroy()
  8378.  
  8379.  
  8380.  
  8381. local hum = Instance.new("Humanoid", newName)
  8382.  
  8383.  
  8384.  
  8385. hum.Name = "NameTag"
  8386.  
  8387.  
  8388.  
  8389. hum.MaxHealth = 0
  8390.  
  8391.  
  8392.  
  8393. hum.Health = 0
  8394.  
  8395.  
  8396.  
  8397. local weld = Instance.new("Weld", cl)
  8398.  
  8399.  
  8400.  
  8401. weld.Part0 = cl
  8402.  
  8403.  
  8404.  
  8405. weld.Part1 = Character:WaitForChild("Head")
  8406.  
  8407.  
  8408.  
  8409. Character:WaitForChild("Head").Transparency = 1
  8410.  
  8411.  
  8412.  
  8413. Wait(.5)
  8414.  
  8415.  
  8416.  
  8417. cl.BrickColor = Character:WaitForChild("Head").BrickColo
  8418.  
  8419.  
  8420.  
  8421. end)
  8422.  
  8423.  
  8424.  
  8425. end)
  8426.  
  8427.  
  8428.  
  8429. nameInp = actions:drawTextBox(1/2, '')
  8430.  
  8431.  
  8432.  
  8433. --[[ localplayer ]]--
  8434.  
  8435.  
  8436.  
  8437. local lp = game:GetService('Players').LocalPlayer
  8438.  
  8439.  
  8440.  
  8441. local localwin = topkek.libgui:hookContainer(base['LocalPlayerContainer'])
  8442.  
  8443.  
  8444.  
  8445. local appearInp
  8446.  
  8447.  
  8448.  
  8449. localwin:drawButton(1/2, 'Set Appearance', function()
  8450.  
  8451.  
  8452.  
  8453. local id = 0
  8454.  
  8455.  
  8456.  
  8457. if not tonumber(appearInp.Text) then
  8458.  
  8459.  
  8460.  
  8461. id = tonumber(appearInp.Text)
  8462.  
  8463.  
  8464.  
  8465. else
  8466.  
  8467.  
  8468.  
  8469. id = game:GetService('Players'):GetUserIdFromNameAsync(appearInp.Text)
  8470.  
  8471.  
  8472.  
  8473. end
  8474.  
  8475.  
  8476.  
  8477. lp.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  8478.  
  8479.  
  8480.  
  8481. end)
  8482.  
  8483.  
  8484.  
  8485. appearInp = localwin:drawTextBox(1/2, '')
  8486.  
  8487.  
  8488.  
  8489. localwin:drawButton(1/2, 'Set TeamColor', function()
  8490.  
  8491.  
  8492.  
  8493. if teamInp.Text == 'Neutral' then
  8494.  
  8495.  
  8496.  
  8497. lp.Neutral = true
  8498.  
  8499.  
  8500.  
  8501. return
  8502.  
  8503.  
  8504.  
  8505. end
  8506.  
  8507.  
  8508.  
  8509. local clr = BrickColor.new(teamInp.Text)
  8510.  
  8511.  
  8512.  
  8513. lp.TeamColor = clr
  8514.  
  8515.  
  8516.  
  8517. end)
  8518.  
  8519.  
  8520.  
  8521. teamInp = localwin:drawTextBox(1/2, 'Neutral')
  8522.  
  8523.  
  8524.  
  8525. localwin:drawButton(1, 'Reset Camera', function()
  8526.  
  8527.  
  8528.  
  8529. game.Workspace.CurrentCamera:remove()
  8530.  
  8531.  
  8532.  
  8533. wait(.1)
  8534.  
  8535.  
  8536.  
  8537. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Humanoid or
  8538.  
  8539.  
  8540.  
  8541. game.Workspace[lp.Name].Humanoid
  8542.  
  8543.  
  8544.  
  8545. game.Workspace.CurrentCamera.CameraType = "Custom"
  8546.  
  8547.  
  8548.  
  8549. end)
  8550.  
  8551.  
  8552.  
  8553. localwin:drawButton(1, 'Respawn', function()
  8554.  
  8555.  
  8556.  
  8557. local a1 = Instance.new("Model", game:service'Workspace')
  8558.  
  8559.  
  8560.  
  8561. local a2 = Instance.new("Part", game:service'Workspace')
  8562.  
  8563.  
  8564.  
  8565. a2.CanCollide = true
  8566.  
  8567.  
  8568.  
  8569. a2.Anchored = true
  8570.  
  8571.  
  8572.  
  8573. a2.CFrame = CFrame.new(10000, 10000, 10000)
  8574.  
  8575.  
  8576.  
  8577. a2.Name = "Torso"
  8578.  
  8579.  
  8580.  
  8581. local a3 = Instance.new("Humanoid", a1)
  8582.  
  8583.  
  8584.  
  8585. a3.MaxHealth=100;a3.Health=100
  8586.  
  8587.  
  8588.  
  8589. lp.Character = a1
  8590.  
  8591.  
  8592.  
  8593. a3.Health=0
  8594.  
  8595.  
  8596.  
  8597. end)
  8598.  
  8599.  
  8600.  
  8601. localwin:addSpacing()
  8602.  
  8603.  
  8604.  
  8605. local Lev, Clip, Fly
  8606.  
  8607.  
  8608.  
  8609. localwin:drawButton(1/2, 'Levitate', function()
  8610.  
  8611.  
  8612.  
  8613. if Lev == true then
  8614.  
  8615.  
  8616.  
  8617. Lev = false
  8618.  
  8619.  
  8620.  
  8621. return
  8622.  
  8623.  
  8624.  
  8625. end
  8626.  
  8627.  
  8628.  
  8629. Lev = true
  8630.  
  8631.  
  8632.  
  8633. repeat
  8634.  
  8635.  
  8636.  
  8637. lp.Character.Humanoid:ChangeState(10)
  8638.  
  8639.  
  8640.  
  8641. wait(0)
  8642.  
  8643.  
  8644.  
  8645. until Lev == false
  8646.  
  8647.  
  8648.  
  8649. end)
  8650.  
  8651.  
  8652.  
  8653. localwin:drawButton(1/2, 'Noclip', function()
  8654.  
  8655.  
  8656.  
  8657. if Clip == true then
  8658.  
  8659.  
  8660.  
  8661. Clip = false
  8662.  
  8663.  
  8664.  
  8665. return
  8666.  
  8667.  
  8668.  
  8669. end
  8670.  
  8671.  
  8672.  
  8673. Clip = true
  8674.  
  8675.  
  8676.  
  8677. game:GetService("RunService").Stepped:connect(function()
  8678.  
  8679.  
  8680.  
  8681. topkek.libutil:getTorso(lp).CanCollide = not Clip
  8682.  
  8683.  
  8684.  
  8685. lp.Character.Head.CanCollide = not Clip
  8686.  
  8687.  
  8688.  
  8689. lp.Character.HumanoidRootPart.CanCollide = not Clip
  8690.  
  8691.  
  8692.  
  8693. if lp.Character.UpperTorso then
  8694.  
  8695.  
  8696.  
  8697. lp.Character.LowerTorso.CanCollide = not Clip
  8698.  
  8699.  
  8700.  
  8701. end
  8702.  
  8703.  
  8704.  
  8705. end)
  8706.  
  8707.  
  8708.  
  8709. lp.Character.HumanoidRootPart.Changed:connect(function()
  8710.  
  8711.  
  8712.  
  8713. topkek.libutil:getTorso(lp).CanCollide = not Clip
  8714.  
  8715.  
  8716.  
  8717. lp.Character.Head.CanCollide = not Clip
  8718.  
  8719.  
  8720.  
  8721. lp.Character.HumanoidRootPart.CanCollide = not Clip
  8722.  
  8723.  
  8724.  
  8725. if lp.Character.UpperTorso then
  8726.  
  8727.  
  8728.  
  8729. lp.Character.LowerTorso.CanCollide = not Clip
  8730.  
  8731.  
  8732.  
  8733. end
  8734.  
  8735.  
  8736.  
  8737. end)
  8738.  
  8739.  
  8740.  
  8741. end)
  8742.  
  8743.  
  8744.  
  8745. localwin:drawButton(1/2, 'Fly', function()
  8746.  
  8747.  
  8748.  
  8749. if Fly == true then
  8750.  
  8751.  
  8752.  
  8753. Fly = false
  8754.  
  8755.  
  8756.  
  8757. return
  8758.  
  8759.  
  8760.  
  8761. end
  8762.  
  8763.  
  8764.  
  8765. Fly = true
  8766.  
  8767.  
  8768.  
  8769. local mouse=game.Players.LocalPlayer:GetMouse''
  8770.  
  8771.  
  8772.  
  8773. localplayer=game.Players.LocalPlayer
  8774.  
  8775.  
  8776.  
  8777. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  8778.  
  8779.  
  8780.  
  8781. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  8782.  
  8783.  
  8784.  
  8785. local speed=0
  8786.  
  8787.  
  8788.  
  8789. local keys={a=false,d=false,w=false,s=false}
  8790.  
  8791.  
  8792.  
  8793. local e1
  8794.  
  8795.  
  8796.  
  8797. local e2
  8798.  
  8799.  
  8800.  
  8801. local function start()
  8802.  
  8803.  
  8804.  
  8805. local pos = Instance.new("BodyPosition",torso)
  8806.  
  8807.  
  8808.  
  8809. local gyro = Instance.new("BodyGyro",torso)
  8810.  
  8811.  
  8812.  
  8813. pos.Name="EPIXPOS"
  8814.  
  8815.  
  8816.  
  8817. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  8818.  
  8819.  
  8820.  
  8821. pos.position = torso.Position
  8822.  
  8823.  
  8824.  
  8825. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8826.  
  8827.  
  8828.  
  8829. gyro.cframe = torso.CFrame
  8830.  
  8831.  
  8832.  
  8833. repeat
  8834.  
  8835.  
  8836.  
  8837. wait()
  8838.  
  8839.  
  8840.  
  8841. localplayer.Character.Humanoid.PlatformStand=true
  8842.  
  8843.  
  8844.  
  8845. local new=gyro.cframe - gyro.cframe.p + pos.position
  8846.  
  8847.  
  8848.  
  8849. if not keys.w and not keys.s and not keys.a and not keys.d then
  8850.  
  8851.  
  8852.  
  8853. speed=1
  8854.  
  8855.  
  8856.  
  8857. end
  8858.  
  8859.  
  8860.  
  8861. if keys.w then
  8862.  
  8863.  
  8864.  
  8865. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  8866.  
  8867.  
  8868.  
  8869. speed=speed+0.01
  8870.  
  8871.  
  8872.  
  8873. end
  8874.  
  8875.  
  8876.  
  8877. if keys.s then
  8878.  
  8879.  
  8880.  
  8881. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  8882.  
  8883.  
  8884.  
  8885. speed=speed+0.01
  8886.  
  8887.  
  8888.  
  8889. end
  8890.  
  8891.  
  8892.  
  8893. if keys.d then
  8894.  
  8895.  
  8896.  
  8897. new = new * CFrame.new(speed,0,0)
  8898.  
  8899.  
  8900.  
  8901. speed=speed+0.01
  8902.  
  8903.  
  8904.  
  8905. end
  8906.  
  8907.  
  8908.  
  8909. if keys.a then
  8910.  
  8911.  
  8912.  
  8913. new = new * CFrame.new(-speed,0,0)
  8914.  
  8915.  
  8916.  
  8917. speed=speed+0.01
  8918.  
  8919.  
  8920.  
  8921. end
  8922.  
  8923.  
  8924.  
  8925. if speed>5 then
  8926.  
  8927.  
  8928.  
  8929. speed=5
  8930.  
  8931.  
  8932.  
  8933. end
  8934.  
  8935.  
  8936.  
  8937. pos.position=new.p
  8938.  
  8939.  
  8940.  
  8941. if keys.w then
  8942.  
  8943.  
  8944.  
  8945. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  8946.  
  8947.  
  8948.  
  8949. elseif keys.s then
  8950.  
  8951.  
  8952.  
  8953. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  8954.  
  8955.  
  8956.  
  8957. else
  8958.  
  8959.  
  8960.  
  8961. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  8962.  
  8963.  
  8964.  
  8965. end
  8966.  
  8967.  
  8968.  
  8969. until not Fly
  8970.  
  8971.  
  8972.  
  8973. if gyro then gyro:Destroy() end
  8974.  
  8975.  
  8976.  
  8977. if pos then pos:Destroy() end
  8978.  
  8979.  
  8980.  
  8981. flying=false
  8982.  
  8983.  
  8984.  
  8985. localplayer.Character.Humanoid.PlatformStand=false
  8986.  
  8987.  
  8988.  
  8989. speed=0
  8990.  
  8991.  
  8992.  
  8993. end
  8994.  
  8995.  
  8996.  
  8997. e1=mouse.KeyDown:connect(function(key)
  8998.  
  8999.  
  9000.  
  9001. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  9002.  
  9003.  
  9004.  
  9005. if key=="w" then
  9006.  
  9007.  
  9008.  
  9009. keys.w=true
  9010.  
  9011.  
  9012.  
  9013. elseif key=="s" then
  9014.  
  9015.  
  9016.  
  9017. keys.s=true
  9018.  
  9019.  
  9020.  
  9021. elseif key=="a" then
  9022.  
  9023.  
  9024.  
  9025. keys.a=true
  9026.  
  9027.  
  9028.  
  9029. elseif key=="d" then
  9030.  
  9031.  
  9032.  
  9033. keys.d=true
  9034.  
  9035.  
  9036.  
  9037. end
  9038.  
  9039.  
  9040.  
  9041. end)
  9042.  
  9043.  
  9044.  
  9045. e2=mouse.KeyUp:connect(function(key)
  9046.  
  9047.  
  9048.  
  9049. if key=="w" then
  9050.  
  9051.  
  9052.  
  9053. keys.w=false
  9054.  
  9055.  
  9056.  
  9057. elseif key=="s" then
  9058.  
  9059.  
  9060.  
  9061. keys.s=false
  9062.  
  9063.  
  9064.  
  9065. elseif key=="a" then
  9066.  
  9067.  
  9068.  
  9069. keys.a=false
  9070.  
  9071.  
  9072.  
  9073. elseif key=="d" then
  9074.  
  9075.  
  9076.  
  9077. keys.d=false
  9078.  
  9079.  
  9080.  
  9081. end
  9082.  
  9083.  
  9084.  
  9085. end)
  9086.  
  9087.  
  9088.  
  9089. start()
  9090.  
  9091.  
  9092.  
  9093. end)
  9094.  
  9095.  
  9096.  
  9097. localwin:drawButton(1/2, 'Highjump', function()
  9098.  
  9099.  
  9100.  
  9101. local thrust = Instance.new("BodyVelocity")
  9102.  
  9103.  
  9104.  
  9105. game:GetService('UserInputService').InputBegan:connect(function(i, b)
  9106.  
  9107.  
  9108.  
  9109. if i.KeyCode == Enum.KeyCode.Space then
  9110.  
  9111.  
  9112.  
  9113. print("Got jump")
  9114.  
  9115.  
  9116.  
  9117. coroutine.resume(coroutine.create(function()
  9118.  
  9119.  
  9120.  
  9121. thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
  9122.  
  9123.  
  9124.  
  9125. thrust.velocity = Vector3.new(0,50,0)
  9126.  
  9127.  
  9128.  
  9129. thrust.maxForce = Vector3.new(0,4e+050,0)
  9130.  
  9131.  
  9132.  
  9133. wait(0.2)
  9134.  
  9135.  
  9136.  
  9137. thrust.Parent = nil
  9138.  
  9139.  
  9140.  
  9141. end))
  9142.  
  9143.  
  9144.  
  9145. end
  9146.  
  9147.  
  9148.  
  9149. end)
  9150.  
  9151.  
  9152.  
  9153. end)
  9154.  
  9155.  
  9156.  
  9157. localwin:addSpacing()
  9158.  
  9159.  
  9160.  
  9161. localwin:drawButton(1/2, 'Freecam', function()
  9162.  
  9163.  
  9164.  
  9165. local cam = game.Workspace.CurrentCamera
  9166.  
  9167.  
  9168.  
  9169. cam.CameraType = "Fixed"
  9170.  
  9171.  
  9172.  
  9173. cam.CameraSubject = nil
  9174.  
  9175.  
  9176.  
  9177. lp.Character = nil
  9178.  
  9179.  
  9180.  
  9181. end)
  9182.  
  9183.  
  9184.  
  9185. localwin:drawButton(1/2, 'Nil Orb', function()
  9186.  
  9187.  
  9188.  
  9189. game.Players.LocalPlayer.Character = nil
  9190.  
  9191.  
  9192.  
  9193. --lp:Destroy()
  9194.  
  9195.  
  9196.  
  9197. local cam = game.Workspace.CurrentCamera
  9198.  
  9199.  
  9200.  
  9201. local m = Instance.new("Model", game.Workspace)
  9202.  
  9203.  
  9204.  
  9205. m.Name = game.Players.LocalPlayer.Name
  9206.  
  9207.  
  9208.  
  9209. local hum = Instance.new("Humanoid", m)
  9210.  
  9211.  
  9212.  
  9213. hum.Health = 0
  9214.  
  9215.  
  9216.  
  9217. hum.MaxHealth = 0
  9218.  
  9219.  
  9220.  
  9221. local orb = Instance.new("Part", m)
  9222.  
  9223.  
  9224.  
  9225. orb.Size = Vector3.new(1, 1, 1)
  9226.  
  9227.  
  9228.  
  9229. orb.Shape = "Ball"
  9230.  
  9231.  
  9232.  
  9233. orb.Name = "Head"
  9234.  
  9235.  
  9236.  
  9237. orb.Anchored = true
  9238.  
  9239.  
  9240.  
  9241. orb.CanCollide = true
  9242.  
  9243.  
  9244.  
  9245. orb.BottomSurface = Enum.SurfaceType.Smooth
  9246.  
  9247.  
  9248.  
  9249. orb.TopSurface = Enum.SurfaceType.Smooth
  9250.  
  9251.  
  9252.  
  9253. orb.Transparency = 0
  9254.  
  9255.  
  9256.  
  9257. cam.CameraSubject = orb
  9258.  
  9259.  
  9260.  
  9261. cam.CameraType = Enum.CameraType.Fixed
  9262.  
  9263.  
  9264.  
  9265. game:GetService("RunService").RenderStepped:connect(function()
  9266.  
  9267.  
  9268.  
  9269. orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
  9270.  
  9271.  
  9272.  
  9273. end)
  9274.  
  9275.  
  9276.  
  9277. game.Players.LocalPlayer.Chatted:connect(function(a)
  9278.  
  9279.  
  9280.  
  9281. game:GetService("Chat"):Chat(orb, a)
  9282.  
  9283.  
  9284.  
  9285. end)
  9286.  
  9287.  
  9288.  
  9289. end)
  9290.  
  9291.  
  9292.  
  9293. localwin:drawButton(1/2, 'God', function()
  9294.  
  9295.  
  9296.  
  9297. lp.Character.Humanoid.MaxHealth = math.huge
  9298.  
  9299.  
  9300.  
  9301. lp.Character.Humanoid.Health = math.huge
  9302.  
  9303.  
  9304.  
  9305. end)
  9306.  
  9307.  
  9308.  
  9309. localwin:drawButton(1/2, 'NoGrav', function()
  9310.  
  9311.  
  9312.  
  9313. if lp.Character then
  9314.  
  9315.  
  9316.  
  9317. for x,m in pairs(lp.Character:GetChildren()) do
  9318.  
  9319.  
  9320.  
  9321. if m:IsA("BasePart") then
  9322.  
  9323.  
  9324.  
  9325. local bf = Instance.new("BodyForce", m)
  9326.  
  9327.  
  9328.  
  9329. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  9330.  
  9331.  
  9332.  
  9333. end
  9334.  
  9335.  
  9336.  
  9337. if m:IsA("Hat") or m:IsA("Accessory") then
  9338.  
  9339.  
  9340.  
  9341. if m:findFirstChild("Handle") then
  9342.  
  9343.  
  9344.  
  9345. local bf = Instance.new("BodyForce", m.Handle)
  9346.  
  9347.  
  9348.  
  9349. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  9350.  
  9351.  
  9352.  
  9353. end
  9354.  
  9355.  
  9356.  
  9357. end
  9358.  
  9359.  
  9360.  
  9361. end
  9362.  
  9363.  
  9364.  
  9365. end
  9366.  
  9367.  
  9368.  
  9369. end)
  9370.  
  9371.  
  9372.  
  9373. localwin:drawButton(1/2, 'Rainbow Name', function()
  9374.  
  9375.  
  9376.  
  9377. lp.Neutral = false
  9378.  
  9379.  
  9380.  
  9381. repeat
  9382.  
  9383.  
  9384.  
  9385. wait()
  9386.  
  9387.  
  9388.  
  9389. lp.TeamColor = BrickColor.Random()
  9390.  
  9391.  
  9392.  
  9393. until not lp.Character.Humanoid
  9394.  
  9395.  
  9396.  
  9397. end)
  9398.  
  9399.  
  9400.  
  9401. localwin:drawButton(1/2, 'Random Fedora', function()
  9402.  
  9403.  
  9404.  
  9405. local hats={
  9406.  
  9407.  
  9408.  
  9409. 98346834,
  9410.  
  9411.  
  9412.  
  9413. 215751161,
  9414.  
  9415.  
  9416.  
  9417. 119916949,
  9418.  
  9419.  
  9420.  
  9421. 72082328,
  9422.  
  9423.  
  9424.  
  9425. 147180077,
  9426.  
  9427.  
  9428.  
  9429. 100929604,
  9430.  
  9431.  
  9432.  
  9433. 63043890,
  9434.  
  9435.  
  9436.  
  9437. 1285307,
  9438.  
  9439.  
  9440.  
  9441. 1029025,
  9442.  
  9443.  
  9444.  
  9445. 334663683,
  9446.  
  9447.  
  9448.  
  9449. 259423244
  9450.  
  9451.  
  9452.  
  9453. }
  9454.  
  9455.  
  9456.  
  9457. game:GetService("InsertService"):LoadAsset(hats[math.random(1,#hats)]):GetChildren()[1].Parent = lp.Character
  9458.  
  9459.  
  9460.  
  9461. end)
  9462.  
  9463.  
  9464.  
  9465. localwin:drawButton(1/2, 'Clear Appearance', function()
  9466.  
  9467.  
  9468.  
  9469. lp:ClearCharacterAppearance()
  9470.  
  9471.  
  9472.  
  9473. end)
  9474.  
  9475.  
  9476.  
  9477. localwin:drawButton(1/2, 'Disguise', function()
  9478.  
  9479.  
  9480.  
  9481. local p = lp.Character
  9482.  
  9483.  
  9484.  
  9485. if p:FindFirstChild("topkek") then
  9486.  
  9487.  
  9488.  
  9489. p.topkek:Destroy()
  9490.  
  9491.  
  9492.  
  9493. end
  9494.  
  9495.  
  9496.  
  9497. p.Name = ""
  9498.  
  9499.  
  9500.  
  9501. p.Head.Transparency = 1
  9502.  
  9503.  
  9504.  
  9505. local mo = Instance.new("Model", p)
  9506.  
  9507.  
  9508.  
  9509. mo.Name = ""
  9510.  
  9511.  
  9512.  
  9513. local hu = Instance.new("Humanoid", mo)
  9514.  
  9515.  
  9516.  
  9517. hu.Name = "distag"
  9518.  
  9519.  
  9520.  
  9521. hu.Health = 100
  9522.  
  9523.  
  9524.  
  9525. hu.MaxHealth = 100
  9526.  
  9527.  
  9528.  
  9529. local fh = p.Head:Clone()
  9530.  
  9531.  
  9532.  
  9533. fh.Parent = mo
  9534.  
  9535.  
  9536.  
  9537. fh.Transparency = 0
  9538.  
  9539.  
  9540.  
  9541. local we = Instance.new("Weld", fh)
  9542.  
  9543.  
  9544.  
  9545. we.Part0 = p.Head
  9546.  
  9547.  
  9548.  
  9549. we.Part1 = mo
  9550.  
  9551.  
  9552.  
  9553. lp:ClearCharacterAppearance()
  9554.  
  9555.  
  9556.  
  9557. pcall(function() p["Body Colors"]:Destroy() end)
  9558.  
  9559.  
  9560.  
  9561. Instance.new("BodyColors", p)
  9562.  
  9563.  
  9564.  
  9565. end)
  9566.  
  9567.  
  9568.  
  9569. localwin:drawButton(1, 'Dick Shooter', function()
  9570.  
  9571.  
  9572.  
  9573. topkek.libutil:dickShooter()
  9574.  
  9575.  
  9576.  
  9577. end)
  9578.  
  9579.  
  9580.  
  9581. localwin:addSpacing()
  9582.  
  9583.  
  9584.  
  9585. local hackerInp
  9586.  
  9587.  
  9588.  
  9589. localwin:drawButton(1/2, 'Set Tag', function()
  9590.  
  9591.  
  9592.  
  9593. local len = 10
  9594.  
  9595.  
  9596.  
  9597. local bb = Instance.new("BillboardGui")
  9598.  
  9599.  
  9600.  
  9601. bb.Parent = lp.Character.Head
  9602.  
  9603.  
  9604.  
  9605. bb.Adornee = lp.Character.Head
  9606.  
  9607.  
  9608.  
  9609. bb.AlwaysOnTop = true
  9610.  
  9611.  
  9612.  
  9613. bb.Enabled = true
  9614.  
  9615.  
  9616.  
  9617. bb.Size = UDim2.new(len, 0, 1.5, 0)
  9618.  
  9619.  
  9620.  
  9621. bb.Name = "tag"
  9622.  
  9623.  
  9624.  
  9625. bb.StudsOffset = Vector3.new(0, 3, 0)
  9626.  
  9627.  
  9628.  
  9629. --local fr = Instance.new("Frame")
  9630.  
  9631.  
  9632.  
  9633. --fr.Parent = bb
  9634.  
  9635.  
  9636.  
  9637. --fr.Size = UDim2.new(1, 0, 1, 0)
  9638.  
  9639.  
  9640.  
  9641. --fr.Style = Enum.FrameStyle.RobloxRound
  9642.  
  9643.  
  9644.  
  9645. local tl = Instance.new("TextLabel")
  9646.  
  9647.  
  9648.  
  9649. tl.Parent = bb
  9650.  
  9651.  
  9652.  
  9653. tl.Font = Enum.Font.Code
  9654.  
  9655.  
  9656.  
  9657. tl.BackgroundTransparency = 1
  9658.  
  9659.  
  9660.  
  9661. tl.TextScaled = true
  9662.  
  9663.  
  9664.  
  9665. tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
  9666.  
  9667.  
  9668.  
  9669. tl.Size = UDim2.new(1, 0, 1, 0)
  9670.  
  9671.  
  9672.  
  9673. tl.Text = hackerInp.Text
  9674.  
  9675.  
  9676.  
  9677. tl.Name = "trutag"
  9678.  
  9679.  
  9680.  
  9681. tl.Visible = true
  9682.  
  9683.  
  9684.  
  9685. tl.ZIndex = 2
  9686.  
  9687.  
  9688.  
  9689. end)
  9690.  
  9691.  
  9692.  
  9693. hackerInp = localwin:drawTextBox(1/2, 'Hacker')
  9694.  
  9695.  
  9696.  
  9697. --[[ scripts ]]--
  9698.  
  9699.  
  9700.  
  9701. -- excuse my disgusting code :v
  9702.  
  9703.  
  9704.  
  9705. local scriptwin = topkek.libgui:hookContainer(base['ScriptsContainer'])
  9706.  
  9707.  
  9708.  
  9709. local search = scriptwin:drawTextBox(1,'')
  9710.  
  9711.  
  9712.  
  9713. local origy = scriptwin:getDrawY()
  9714.  
  9715.  
  9716.  
  9717. scriptwin:addSpacing()
  9718.  
  9719.  
  9720.  
  9721. scriptwin:addSpacing()
  9722.  
  9723.  
  9724.  
  9725. local a = Instance.new("LocalScript");a.Name='script 1'
  9726.  
  9727.  
  9728.  
  9729. local b = Instance.new("LocalScript");b.Name='script 2'
  9730.  
  9731.  
  9732.  
  9733. local c = Instance.new("LocalScript");c.Name='script 3'
  9734.  
  9735.  
  9736.  
  9737. local scripts = {a,b,c}
  9738.  
  9739.  
  9740.  
  9741. local container = {}
  9742.  
  9743.  
  9744.  
  9745. function MakeList(condition)
  9746.  
  9747.  
  9748.  
  9749. for i,v in pairs(scriptwin:GetChildren()) do
  9750.  
  9751.  
  9752.  
  9753. if v.Name == "Script" then
  9754.  
  9755.  
  9756.  
  9757. v:Destroy()
  9758.  
  9759.  
  9760.  
  9761. end
  9762.  
  9763.  
  9764.  
  9765. end
  9766.  
  9767.  
  9768.  
  9769. scriptwin:setDrawY(origy)
  9770.  
  9771.  
  9772.  
  9773. for i, v in pairs(scripts) do
  9774.  
  9775.  
  9776.  
  9777. if string.find(v.Name, condition) or (condition == "") or (condition == " ") then
  9778.  
  9779.  
  9780.  
  9781. local scr = scriptwin:drawButton(1, v.Name, function()
  9782.  
  9783.  
  9784.  
  9785. print('no loadstring lol')
  9786.  
  9787.  
  9788.  
  9789. end, 25)
  9790.  
  9791.  
  9792.  
  9793. scr.Name = 'Script'
  9794.  
  9795.  
  9796.  
  9797. end
  9798.  
  9799.  
  9800.  
  9801. end
  9802.  
  9803.  
  9804.  
  9805. end
  9806.  
  9807.  
  9808.  
  9809. game:GetService("UserInputService").InputChanged:connect(function(inp)
  9810.  
  9811.  
  9812.  
  9813. if inp.UserInputType == Enum.UserInputType.TextInput then
  9814.  
  9815.  
  9816.  
  9817. if search:IsFocused() then
  9818.  
  9819.  
  9820.  
  9821. MakeList(search.Text)
  9822.  
  9823.  
  9824.  
  9825. end
  9826.  
  9827.  
  9828.  
  9829. end
  9830.  
  9831.  
  9832.  
  9833. end)
  9834.  
  9835.  
  9836.  
  9837. MakeList('')
  9838.  
  9839.  
  9840.  
  9841. --[[ misc main ]]--
  9842.  
  9843.  
  9844.  
  9845. local miscwin = topkek.libgui:hookContainer(base['MiscellaneousContainer'])
  9846.  
  9847.  
  9848.  
  9849. local scroll = miscwin:drawScrollingContainer(165)
  9850.  
  9851.  
  9852.  
  9853. scroll:center()
  9854.  
  9855.  
  9856.  
  9857. for i, v in pairs(topkek.libsettings:getSetting("misc")) do
  9858.  
  9859.  
  9860.  
  9861. scroll:drawButton(1, v, function()
  9862.  
  9863.  
  9864.  
  9865. topkek.libwindows:switchWindow(v .. 'Container', v)
  9866.  
  9867.  
  9868.  
  9869. end)
  9870.  
  9871.  
  9872.  
  9873. end
  9874.  
  9875.  
  9876.  
  9877. scroll.main.CanvasSize = scroll.main.CanvasSize - UDim2.new(0, 0, 0, 3)
  9878.  
  9879.  
  9880.  
  9881. --[[ initiation ]]--
  9882.  
  9883.  
  9884.  
  9885. topkek.libwindows:registerWindow(base['HomeContainer'])
  9886.  
  9887.  
  9888.  
  9889. topkek.libwindows:registerWindow(base['ServerContainer'])
  9890.  
  9891.  
  9892.  
  9893. topkek.libwindows:registerWindow(base['PlayersContainer'])
  9894.  
  9895.  
  9896.  
  9897. topkek.libwindows:registerWindow(base['LocalPlayerContainer'])
  9898.  
  9899.  
  9900.  
  9901. topkek.libwindows:registerWindow(base['ScriptsContainer'])
  9902.  
  9903.  
  9904.  
  9905. topkek.libwindows:registerWindow(base['MiscellaneousContainer'])
  9906.  
  9907.  
  9908.  
  9909. topkek.libwindows:initiateNavigator()
  9910.  
  9911.  
  9912.  
  9913. topkek.libwindows:initiateHome()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement