Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 491.60 KB | None | 0 0
  1. --[[
  2.  
  3. MAINBUTTONHERE.MouseButton1Down:connect(function()
  4.  
  5. Script Here
  6.  
  7. end)
  8.  
  9. --]]
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- Objects
  18.  
  19.  
  20.  
  21. local SlappyGUIMenu = Instance.new("ScreenGui")
  22.  
  23. local LoginFrame = Instance.new("Frame")
  24.  
  25. local Title = Instance.new("TextLabel")
  26.  
  27. local UserBox = Instance.new("TextBox")
  28.  
  29. local PassBox = Instance.new("TextBox")
  30.  
  31. local LoginButton = Instance.new("TextButton")
  32.  
  33. local Bar1 = Instance.new("Frame")
  34.  
  35. local MainFrame = Instance.new("Frame")
  36.  
  37. local Bar2 = Instance.new("Frame")
  38.  
  39. local Executor = Instance.new("TextButton")
  40.  
  41. local Scripts = Instance.new("TextButton")
  42.  
  43. local Bar3 = Instance.new("Frame")
  44.  
  45. local ExitButton = Instance.new("TextButton")
  46.  
  47. local GameScripts = Instance.new("TextButton")
  48.  
  49. local Credits = Instance.new("TextLabel")
  50.  
  51. local MainName = Instance.new("TextLabel")
  52.  
  53. local ScriptFrame = Instance.new("Frame")
  54.  
  55. local Bar4 = Instance.new("Frame")
  56.  
  57. local Bar5 = Instance.new("Frame")
  58.  
  59. local ScriptExitButton = Instance.new("TextButton")
  60.  
  61. local GBV3 = Instance.new("TextButton")
  62.  
  63. local CWGUI = Instance.new("TextButton")
  64.  
  65. local RapeGUI = Instance.new("TextButton")
  66.  
  67. local CoolGui2 = Instance.new("TextButton")
  68.  
  69. local VHChat = Instance.new("TextButton")
  70.  
  71. local RoXploit = Instance.new("TextButton")
  72.  
  73. local DexV2 = Instance.new("TextButton")
  74.  
  75. local TopKekV2 = Instance.new("TextButton")
  76.  
  77. local ScriptFrameText = Instance.new("TextBox")
  78.  
  79. local ExecutionFrame = Instance.new("Frame")
  80.  
  81. local ClearButton = Instance.new("TextButton")
  82.  
  83. local ExecuteButton = Instance.new("TextButton")
  84.  
  85. local ExecutionExitButton = Instance.new("TextButton")
  86.  
  87. local ScrollingFrame = Instance.new("ScrollingFrame")
  88.  
  89. local InputScript = Instance.new("TextBox")
  90.  
  91. local GameScriptsFrame = Instance.new("Frame")
  92.  
  93. local Bar6 = Instance.new("Frame")
  94.  
  95. local Bar7 = Instance.new("Frame")
  96.  
  97. local GameScriptsName = Instance.new("TextLabel")
  98.  
  99. local GameScriptsExit = Instance.new("TextLabel")
  100.  
  101. local LumberTycoon2 = Instance.new("TextLabel")
  102.  
  103. local WHITELISTLT2 = Instance.new("TextButton")
  104.  
  105. local PFAIMBOT = Instance.new("TextButton")
  106.  
  107. local JPWSPF = Instance.new("TextButton")
  108.  
  109. local Jailbreak = Instance.new("TextLabel")
  110.  
  111. local UJB = Instance.new("TextButton")
  112.  
  113. local JB25 = Instance.new("TextButton")
  114.  
  115. local AWESOMEGUI = Instance.new("TextButton")
  116.  
  117. local PPCCGUI = Instance.new("TextButton")
  118.  
  119. local PhantomForces = Instance.new("TextLabel")
  120.  
  121. local PFGUI = Instance.new("TextButton")
  122.  
  123. local LUMMONEX = Instance.new("TextButton")
  124.  
  125. local UNLIMITEDCASHLT2 = Instance.new("TextButton")
  126.  
  127. local LUMBERHUB = Instance.new("TextButton")
  128.  
  129.  
  130.  
  131. -- Properties
  132.  
  133.  
  134.  
  135. SlappyGUIMenu.Name = "SlappyGUIMenu"
  136.  
  137. SlappyGUIMenu.Parent = game.CoreGui
  138.  
  139.  
  140.  
  141. LoginFrame.Name = "LoginFrame"
  142.  
  143. LoginFrame.Parent = SlappyGUIMenu
  144.  
  145. LoginFrame.Active = true
  146.  
  147. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  148.  
  149. LoginFrame.Draggable = true
  150.  
  151. LoginFrame.Position = UDim2.new(0, 32, 0, 260)
  152.  
  153. LoginFrame.Selectable = true
  154.  
  155. LoginFrame.Size = UDim2.new(0, 388, 0, 474)
  156.  
  157. LoginFrame.Visible = false
  158.  
  159.  
  160.  
  161. Title.Name = "Title"
  162.  
  163. Title.Parent = LoginFrame
  164.  
  165. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  166.  
  167. Title.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  168.  
  169. Title.Position = UDim2.new(0, 47, 0, 63)
  170.  
  171. Title.Size = UDim2.new(0, 294, 0, 66)
  172.  
  173. Title.Font = Enum.Font.SourceSansBold
  174.  
  175. Title.FontSize = Enum.FontSize.Size14
  176.  
  177. Title.Text = "Slappy GUI"
  178.  
  179. Title.TextColor3 = Color3.new(0.666667, 0, 0)
  180.  
  181. Title.TextScaled = true
  182.  
  183. Title.TextSize = 14
  184.  
  185. Title.TextWrapped = true
  186.  
  187.  
  188.  
  189. UserBox.Name = "UserBox"
  190.  
  191. UserBox.Parent = LoginFrame
  192.  
  193. UserBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  194.  
  195. UserBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  196.  
  197. UserBox.BorderSizePixel = 4
  198.  
  199. UserBox.Position = UDim2.new(0, 56, 0, 172)
  200.  
  201. UserBox.Size = UDim2.new(0, 276, 0, 44)
  202.  
  203. UserBox.Font = Enum.Font.SourceSansLight
  204.  
  205. UserBox.FontSize = Enum.FontSize.Size32
  206.  
  207. UserBox.Text = "Username"
  208.  
  209. UserBox.TextColor3 = Color3.new(1, 1, 1)
  210.  
  211. UserBox.TextSize = 30
  212.  
  213. UserBox.TextWrapped = true
  214.  
  215. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  216.  
  217.  
  218.  
  219. PassBox.Name = "PassBox"
  220.  
  221. PassBox.Parent = LoginFrame
  222.  
  223. PassBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  224.  
  225. PassBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  226.  
  227. PassBox.BorderSizePixel = 4
  228.  
  229. PassBox.Position = UDim2.new(0, 56, 0, 253)
  230.  
  231. PassBox.Size = UDim2.new(0, 276, 0, 44)
  232.  
  233. PassBox.Font = Enum.Font.SourceSansLight
  234.  
  235. PassBox.FontSize = Enum.FontSize.Size32
  236.  
  237. PassBox.Text = "Password"
  238.  
  239. PassBox.TextColor3 = Color3.new(1, 1, 1)
  240.  
  241. PassBox.TextSize = 30
  242.  
  243. PassBox.TextWrapped = true
  244.  
  245. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  246.  
  247.  
  248.  
  249. LoginButton.Name = "LoginButton"
  250.  
  251. LoginButton.Parent = LoginFrame
  252.  
  253. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  254.  
  255. LoginButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  256.  
  257. LoginButton.BorderSizePixel = 4
  258.  
  259. LoginButton.Position = UDim2.new(0, 44, 0, 352)
  260.  
  261. LoginButton.Size = UDim2.new(0, 299, 0, 42)
  262.  
  263. LoginButton.Font = Enum.Font.SourceSansBold
  264.  
  265. LoginButton.FontSize = Enum.FontSize.Size48
  266.  
  267. LoginButton.Text = "Login"
  268.  
  269. LoginButton.TextColor3 = Color3.new(0.666667, 0, 0)
  270.  
  271. LoginButton.TextSize = 40
  272.  
  273. LoginButton.TextWrapped = true
  274.  
  275. LoginButton.MouseButton1Down:connect(function()
  276.  
  277. LoginFrame.Visible = false
  278.  
  279. MainFrame.Visible = true
  280.  
  281. end)
  282.  
  283.  
  284.  
  285. Bar1.Name = "Bar1"
  286.  
  287. Bar1.Parent = LoginFrame
  288.  
  289. Bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  290.  
  291. Bar1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  292.  
  293. Bar1.Size = UDim2.new(0, 388, 0, 51)
  294.  
  295.  
  296.  
  297. MainFrame.Name = "MainFrame"
  298.  
  299. MainFrame.Parent = SlappyGUIMenu
  300.  
  301. MainFrame.Active = true
  302.  
  303. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  304.  
  305. MainFrame.Draggable = true
  306.  
  307. MainFrame.Position = UDim2.new(0, 549, 0, 219)
  308.  
  309. MainFrame.Selectable = true
  310.  
  311. MainFrame.Size = UDim2.new(0, 618, 0, 474)
  312.  
  313. MainFrame.Visible = false
  314.  
  315.  
  316.  
  317. Bar2.Name = "Bar2"
  318.  
  319. Bar2.Parent = MainFrame
  320.  
  321. Bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  322.  
  323. Bar2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  324.  
  325. Bar2.Size = UDim2.new(0, 618, 0, 51)
  326.  
  327.  
  328.  
  329. Executor.Name = "Executor"
  330.  
  331. Executor.Parent = MainFrame
  332.  
  333. Executor.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  334.  
  335. Executor.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  336.  
  337. Executor.Position = UDim2.new(0, 18, 0, 162)
  338.  
  339. Executor.Size = UDim2.new(0, 581, 0, 75)
  340.  
  341. Executor.Font = Enum.Font.SourceSansBold
  342.  
  343. Executor.FontSize = Enum.FontSize.Size14
  344.  
  345. Executor.Text = "Script Execution"
  346.  
  347. Executor.TextColor3 = Color3.new(0.666667, 0, 0)
  348.  
  349. Executor.TextScaled = true
  350.  
  351. Executor.TextSize = 14
  352.  
  353. Executor.TextWrapped = true
  354.  
  355. Executor.MouseButton1Down:connect(function()
  356.  
  357. MainFrame.Visible = false
  358.  
  359. ExecutionFrame.Visible = true
  360.  
  361. end)
  362.  
  363.  
  364.  
  365. Scripts.Name = "Scripts"
  366.  
  367. Scripts.Parent = MainFrame
  368.  
  369. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  370.  
  371. Scripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  372.  
  373. Scripts.Position = UDim2.new(0, 18, 0, 73)
  374.  
  375. Scripts.Size = UDim2.new(0, 581, 0, 75)
  376.  
  377. Scripts.Font = Enum.Font.SourceSansBold
  378.  
  379. Scripts.FontSize = Enum.FontSize.Size14
  380.  
  381. Scripts.Text = "Scripts"
  382.  
  383. Scripts.TextColor3 = Color3.new(0.666667, 0, 0)
  384.  
  385. Scripts.TextScaled = true
  386.  
  387. Scripts.TextSize = 14
  388.  
  389. Scripts.TextWrapped = true
  390.  
  391. Scripts.MouseButton1Down:connect(function()
  392.  
  393. MainFrame.Visible = false
  394.  
  395. ScriptFrame.Visible = true
  396.  
  397. end)
  398.  
  399.  
  400.  
  401. Bar3.Name = "Bar3"
  402.  
  403. Bar3.Parent = MainFrame
  404.  
  405. Bar3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  406.  
  407. Bar3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  408.  
  409. Bar3.Position = UDim2.new(0, 0, 0, 51)
  410.  
  411. Bar3.Size = UDim2.new(0, 618, 0, 8)
  412.  
  413.  
  414.  
  415. ExitButton.Name = "ExitButton"
  416.  
  417. ExitButton.Parent = MainFrame
  418.  
  419. ExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  420.  
  421. ExitButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  422.  
  423. ExitButton.Position = UDim2.new(0, 572, 0, 0)
  424.  
  425. ExitButton.Size = UDim2.new(0, 46, 0, 50)
  426.  
  427. ExitButton.Font = Enum.Font.SourceSansBold
  428.  
  429. ExitButton.FontSize = Enum.FontSize.Size60
  430.  
  431. ExitButton.Text = "X"
  432.  
  433. ExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  434.  
  435. ExitButton.TextSize = 60
  436.  
  437. ExitButton.TextWrapped = true
  438.  
  439. ExitButton.MouseButton1Down:connect(function()
  440.  
  441. SlappyGUIMenu:Destroy()
  442.  
  443. end)
  444.  
  445.  
  446.  
  447. GameScripts.Name = "GameScripts"
  448.  
  449. GameScripts.Parent = MainFrame
  450.  
  451. GameScripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  452.  
  453. GameScripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  454.  
  455. GameScripts.Position = UDim2.new(0, 18, 0, 253)
  456.  
  457. GameScripts.Size = UDim2.new(0, 581, 0, 75)
  458.  
  459. GameScripts.Font = Enum.Font.SourceSansBold
  460.  
  461. GameScripts.FontSize = Enum.FontSize.Size14
  462.  
  463. GameScripts.Text = "Game Scripts"
  464.  
  465. GameScripts.TextColor3 = Color3.new(0.666667, 0, 0)
  466.  
  467. GameScripts.TextScaled = true
  468.  
  469. GameScripts.TextSize = 14
  470.  
  471. GameScripts.TextWrapped = true
  472.  
  473. GameScripts.MouseButton1Down:connect(function()
  474.  
  475. MainFrame.Visible = false
  476.  
  477. GameScriptsFrame.Visible = true
  478.  
  479. end)
  480.  
  481.  
  482.  
  483. Credits.Name = "Credits"
  484.  
  485. Credits.Parent = MainFrame
  486.  
  487. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  488.  
  489. Credits.BorderSizePixel = 0
  490.  
  491. Credits.Position = UDim2.new(0, 209, 0, 424)
  492.  
  493. Credits.Size = UDim2.new(0, 200, 0, 50)
  494.  
  495. Credits.Font = Enum.Font.SourceSansLight
  496.  
  497. Credits.FontSize = Enum.FontSize.Size14
  498.  
  499. Credits.Text = "Made By KingFTWx"
  500.  
  501. Credits.TextColor3 = Color3.new(0.666667, 0, 0)
  502.  
  503. Credits.TextScaled = true
  504.  
  505. Credits.TextSize = 14
  506.  
  507. Credits.TextWrapped = true
  508.  
  509.  
  510.  
  511. MainName.Name = "MainName"
  512.  
  513. MainName.Parent = MainFrame
  514.  
  515. MainName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  516.  
  517. MainName.BorderSizePixel = 0
  518.  
  519. MainName.Position = UDim2.new(0, 21, 0, 0)
  520.  
  521. MainName.Size = UDim2.new(0, 200, 0, 50)
  522.  
  523. MainName.Font = Enum.Font.SourceSansBold
  524.  
  525. MainName.FontSize = Enum.FontSize.Size14
  526.  
  527. MainName.Text = "Slappy GUI"
  528.  
  529. MainName.TextColor3 = Color3.new(0.666667, 0, 0)
  530.  
  531. MainName.TextScaled = true
  532.  
  533. MainName.TextSize = 14
  534.  
  535. MainName.TextWrapped = true
  536.  
  537.  
  538.  
  539. ScriptFrame.Name = "ScriptFrame"
  540.  
  541. ScriptFrame.Parent = SlappyGUIMenu
  542.  
  543. ScriptFrame.Active = true
  544.  
  545. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  546.  
  547. ScriptFrame.Draggable = true
  548.  
  549. ScriptFrame.Position = UDim2.new(0, 564, 0, 277)
  550.  
  551. ScriptFrame.Selectable = true
  552.  
  553. ScriptFrame.Size = UDim2.new(0, 620, 0, 474)
  554.  
  555.  
  556.  
  557. Bar4.Name = "Bar4"
  558.  
  559. Bar4.Parent = ScriptFrame
  560.  
  561. Bar4.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  562.  
  563. Bar4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  564.  
  565. Bar4.Size = UDim2.new(0, 620, 0, 51)
  566.  
  567.  
  568.  
  569. Bar5.Name = "Bar5"
  570.  
  571. Bar5.Parent = ScriptFrame
  572.  
  573. Bar5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  574.  
  575. Bar5.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  576.  
  577. Bar5.Position = UDim2.new(0, 0, 0, 51)
  578.  
  579. Bar5.Size = UDim2.new(0, 620, 0, 8)
  580.  
  581.  
  582.  
  583. ScriptExitButton.Name = "ScriptExitButton"
  584.  
  585. ScriptExitButton.Parent = ScriptFrame
  586.  
  587. ScriptExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  588.  
  589. ScriptExitButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  590.  
  591. ScriptExitButton.Position = UDim2.new(0, 574, 0, 0)
  592.  
  593. ScriptExitButton.Size = UDim2.new(0, 46, 0, 50)
  594.  
  595. ScriptExitButton.Font = Enum.Font.SourceSansBold
  596.  
  597. ScriptExitButton.FontSize = Enum.FontSize.Size60
  598.  
  599. ScriptExitButton.Text = "X"
  600.  
  601. ScriptExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  602.  
  603. ScriptExitButton.TextSize = 60
  604.  
  605. ScriptExitButton.TextWrapped = true
  606.  
  607. ScriptExitButton.MouseButton1Down:connect(function()
  608.  
  609. ScriptFrame.Visible = false
  610.  
  611. MainFrame.Visible = true
  612.  
  613. end)
  614.  
  615.  
  616.  
  617. GBV3.Name = "GBV3"
  618.  
  619. GBV3.Parent = ScriptFrame
  620.  
  621. GBV3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  622.  
  623. GBV3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  624.  
  625. GBV3.Position = UDim2.new(0, 10, 0, 72)
  626.  
  627. GBV3.Size = UDim2.new(0, 132, 0, 50)
  628.  
  629. GBV3.Font = Enum.Font.SourceSansBold
  630.  
  631. GBV3.FontSize = Enum.FontSize.Size14
  632.  
  633. GBV3.Text = "Grab Knife V3"
  634.  
  635. GBV3.TextColor3 = Color3.new(0.666667, 0, 0)
  636.  
  637. GBV3.TextScaled = true
  638.  
  639. GBV3.TextSize = 14
  640.  
  641. GBV3.TextWrapped = true
  642.  
  643. GBV3.MouseButton1Down:connect(function()
  644.  
  645. wait(0.5)
  646.  
  647. math.randomseed(tick())
  648.  
  649. local player = game.Players.LocalPlayer
  650.  
  651. local rekt = {}
  652.  
  653. local paralyzed = false
  654.  
  655. local curpoint = nil
  656.  
  657. local curpart = nil
  658.  
  659. local finishnum = 1
  660.  
  661. local zombiemode = false
  662.  
  663. local zombies = {}
  664.  
  665. local lastgui = nil
  666.  
  667. local mouse = player:GetMouse()
  668.  
  669.  
  670.  
  671. function getplr(char)
  672.  
  673. local plr = nil
  674.  
  675. for i,v in pairs(game.Players:GetChildren()) do
  676.  
  677. if v.Character == char then
  678.  
  679. plr = v
  680.  
  681. end
  682.  
  683. end
  684.  
  685. return plr
  686.  
  687. end
  688.  
  689.  
  690.  
  691. function bleed(frick)
  692.  
  693. while frick.Parent ~= nil do
  694.  
  695. local reeee = coroutine.wrap(function()
  696.  
  697. local thing = Instance.new('Part',game.Workspace)
  698.  
  699. thing.Size = Vector3.new(0.2,0.2,0.2)
  700.  
  701. thing.CFrame = frick.CFrame
  702.  
  703. thing.Shape = Enum.PartType.Ball
  704.  
  705. thing.CFrame = frick.CFrame
  706.  
  707. thing.Transparency = 1
  708.  
  709. thing.BrickColor = BrickColor.new('Maroon')
  710.  
  711. thing.Material = Enum.Material.SmoothPlastic
  712.  
  713. thing.Name = "Blood"
  714.  
  715. thing.CanCollide =false
  716.  
  717. local rawrxd = Instance.new('BodyForce',thing)
  718.  
  719. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  720.  
  721. local coru = coroutine.wrap(function()
  722.  
  723. wait(0.01)
  724.  
  725. rawrxd:Destroy()
  726.  
  727. end)
  728.  
  729. coru()
  730.  
  731. local ree = Instance.new('ParticleEmitter',thing)
  732.  
  733. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  734.  
  735. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  736.  
  737. ree.Texture = 'rbxassetid://867743272'
  738.  
  739. ree.Lifetime = NumberRange.new(0.4)
  740.  
  741. ree.Rate = 50
  742.  
  743. ree.LockedToPart = true
  744.  
  745. ree.Speed = NumberRange.new(0, 2)
  746.  
  747.  
  748.  
  749. thing.Touched:connect(function(tou)
  750.  
  751. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
  752.  
  753. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  754.  
  755. thing:Destroy()
  756.  
  757. if tou.Name == "BloodPuddle" then
  758.  
  759. local reee = tou.CFrame
  760.  
  761. if tou.Transparency > -0.2 then
  762.  
  763. tou.Transparency = tou.Transparency -0.1
  764.  
  765. end
  766.  
  767. if tou.Size.X < 10 then
  768.  
  769. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  770.  
  771. tou.CFrame = reee
  772.  
  773. end
  774.  
  775. else
  776.  
  777. local bloodlol = Instance.new('Part',workspace)
  778.  
  779. bloodlol.Size=Vector3.new(1,0.2,1)
  780.  
  781. bloodlol.Name = "BloodPuddle"
  782.  
  783. bloodlol.Anchored = true
  784.  
  785. bloodlol.CanCollide = false
  786.  
  787. bloodlol.Material = Enum.Material.SmoothPlastic
  788.  
  789. bloodlol.BrickColor = BrickColor.new('Maroon')
  790.  
  791. local cyl = Instance.new('CylinderMesh',bloodlol)
  792.  
  793. cyl.Scale = Vector3.new(1,0.1,1)
  794.  
  795. bloodlol.CFrame = CFrame.new(pos)
  796.  
  797. local coru=coroutine.wrap(function()
  798.  
  799. while bloodlol.Parent ~= nil do
  800.  
  801. if bloodlol.Transparency < 1 then
  802.  
  803. bloodlol.Transparency = bloodlol.Transparency+0.05
  804.  
  805. else
  806.  
  807. bloodlol:Destroy()
  808.  
  809. end
  810.  
  811. wait(0.1)
  812.  
  813. end
  814.  
  815. end)
  816.  
  817. coru()
  818.  
  819. end
  820.  
  821. end
  822.  
  823. end)
  824.  
  825. local coru = coroutine.wrap(function()
  826.  
  827. wait(1)
  828.  
  829. thing:Destroy()
  830.  
  831. end)
  832.  
  833. coru()
  834.  
  835. end)
  836.  
  837. reeee()
  838.  
  839. wait()
  840.  
  841. end
  842.  
  843. end
  844.  
  845.  
  846.  
  847. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  848.  
  849. local soundy = false
  850.  
  851. local heyy = hitz
  852.  
  853. if hitz == "Right Arm" then
  854.  
  855. local Limb = playa:FindFirstChild("Right Arm")
  856.  
  857. local ters = playa:FindFirstChild('Torso')
  858.  
  859. if Limb and ters then
  860.  
  861. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  862.  
  863. for i,v in pairs(Limb:GetChildren()) do
  864.  
  865. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  866.  
  867. v:Destroy()
  868.  
  869. end
  870.  
  871. end
  872.  
  873. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  874.  
  875. local Joint = Instance.new("Rotate")
  876.  
  877. Joint.Name = "RightShoulder"
  878.  
  879. Joint.Part0 = ters
  880.  
  881. Joint.Part1 = Limb
  882.  
  883. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  884.  
  885. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  886.  
  887. Joint.Parent = ters
  888.  
  889. if charred and zombiemode == false then
  890.  
  891. Limb.BrickColor = BrickColor.new('Black')
  892.  
  893. local fire = Instance.new('Fire',Limb)
  894.  
  895. fire.Heat = 5
  896.  
  897. fire.Size = 5
  898.  
  899. game:GetService('Debris'):AddItem(fire,2)
  900.  
  901. local coru=coroutine.wrap(function()
  902.  
  903. wait(2)
  904.  
  905. for i,v in pairs(Limb:GetChildren()) do
  906.  
  907. if v:IsA('ParticleEmitter') then
  908.  
  909. v:Destroy()
  910.  
  911. end
  912.  
  913. end
  914.  
  915. end)
  916.  
  917. coru()
  918.  
  919. end
  920.  
  921. local B = Instance.new("Part")
  922.  
  923. B.TopSurface = 0
  924.  
  925. B.BottomSurface = 0
  926.  
  927. B.formFactor = "Symmetric"
  928.  
  929. B.Size = Vector3.new(1, 1, 1)
  930.  
  931. B.Transparency = 1
  932.  
  933. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  934.  
  935. B.Parent = playa
  936.  
  937. local W = Instance.new("Weld")
  938.  
  939. W.Part0 = Limb
  940.  
  941. W.Part1 = B
  942.  
  943. W.C0 = CFrame.new(0, -0.5, 0)
  944.  
  945. W.Parent = Limb
  946.  
  947. if kneef then
  948.  
  949. local coru = coroutine.wrap(function()
  950.  
  951. local uno = Instance.new('Part',workspace)
  952.  
  953. local dos = Instance.new('Part',workspace)
  954.  
  955. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  956.  
  957. dos.CFrame = kneef["big ass knife"].CFrame
  958.  
  959. local weld = Instance.new('Weld',kneef["big ass knife"])
  960.  
  961. weld.Part0 = playa:FindFirstChild(hitz)
  962.  
  963. weld.Part1 = kneef["big ass knife"]
  964.  
  965. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  966.  
  967. uno:Destroy()
  968.  
  969. dos:Destroy()
  970.  
  971. playa:FindFirstChild(hitz).Anchored = false
  972.  
  973. for i, v in pairs(kneef:GetChildren()) do
  974.  
  975. if v:IsA('BasePart') then
  976.  
  977. v.Anchored = false
  978.  
  979. end
  980.  
  981. end
  982.  
  983. if zombiemode == false or override then
  984.  
  985. wait()
  986.  
  987. end
  988.  
  989. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  990.  
  991. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  992.  
  993. end
  994.  
  995. local bleedpart = Instance.new("Part", kneef)
  996.  
  997. bleedpart.CanCollide = false
  998.  
  999. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1000.  
  1001. bleedpart.CFrame = kneef["big ass knife"].CFrame
  1002.  
  1003. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1004.  
  1005. bleedpart.Transparency = 1
  1006.  
  1007.  
  1008.  
  1009. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1010.  
  1011. bleedpartweld.Part0 = kneef["big ass knife"]
  1012.  
  1013. bleedpartweld.Part1 = bleedpart
  1014.  
  1015. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1016.  
  1017. local coru = coroutine.wrap(function()
  1018.  
  1019. bleed(bleedpart)
  1020.  
  1021. end)
  1022.  
  1023. coru()
  1024.  
  1025. game:GetService('Debris'):AddItem(bleedpart,2)
  1026.  
  1027. end)
  1028.  
  1029. coru()
  1030.  
  1031. end
  1032.  
  1033. end
  1034.  
  1035. elseif hitz == "Left Arm" then
  1036.  
  1037. local Limb = playa:FindFirstChild("Left Arm")
  1038.  
  1039. local ters = playa:FindFirstChild('Torso')
  1040.  
  1041. if Limb and ters then
  1042.  
  1043. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  1044.  
  1045. for i,v in pairs(Limb:GetChildren()) do
  1046.  
  1047. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  1048.  
  1049. v:Destroy()
  1050.  
  1051. end
  1052.  
  1053. end
  1054.  
  1055. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  1056.  
  1057. local Joint = Instance.new("Rotate")
  1058.  
  1059. Joint.Name = "LeftShoulder"
  1060.  
  1061. Joint.Part0 = ters
  1062.  
  1063. Joint.Part1 = Limb
  1064.  
  1065. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1066.  
  1067. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1068.  
  1069. Joint.Parent = ters
  1070.  
  1071. if charred and zombiemode == false then
  1072.  
  1073. Limb.BrickColor = BrickColor.new('Black')
  1074.  
  1075. local fire = Instance.new('Fire',Limb)
  1076.  
  1077. fire.Heat = 5
  1078.  
  1079. fire.Size = 5
  1080.  
  1081. game:GetService('Debris'):AddItem(fire,2)
  1082.  
  1083. local coru=coroutine.wrap(function()
  1084.  
  1085. wait(2)
  1086.  
  1087. for i,v in pairs(Limb:GetChildren()) do
  1088.  
  1089. if v:IsA('ParticleEmitter') then
  1090.  
  1091. v:Destroy()
  1092.  
  1093. end
  1094.  
  1095. end
  1096.  
  1097. end)
  1098.  
  1099. coru()
  1100.  
  1101. end
  1102.  
  1103.  
  1104.  
  1105. local B = Instance.new("Part")
  1106.  
  1107. B.TopSurface = 0
  1108.  
  1109. B.BottomSurface = 0
  1110.  
  1111. B.formFactor = "Symmetric"
  1112.  
  1113. B.Size = Vector3.new(1, 1, 1)
  1114.  
  1115. B.CanCollide = true
  1116.  
  1117. B.Transparency = 1
  1118.  
  1119. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1120.  
  1121. B.Parent = playa
  1122.  
  1123. local W = Instance.new("Weld")
  1124.  
  1125. W.Part0 = ters
  1126.  
  1127. W.Part1 = B
  1128.  
  1129. W.C0 = CFrame.new(0, -0.5, 0)
  1130.  
  1131. W.Parent = Limb
  1132.  
  1133. if kneef then
  1134.  
  1135. local coru = coroutine.wrap(function()
  1136.  
  1137. local uno = Instance.new('Part',workspace)
  1138.  
  1139. local dos = Instance.new('Part',workspace)
  1140.  
  1141. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  1142.  
  1143. dos.CFrame = kneef["big ass knife"].CFrame
  1144.  
  1145. local weld = Instance.new('Weld',kneef["big ass knife"])
  1146.  
  1147. weld.Part0 = playa:FindFirstChild(hitz)
  1148.  
  1149. weld.Part1 = kneef["big ass knife"]
  1150.  
  1151. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  1152.  
  1153. uno:Destroy()
  1154.  
  1155. dos:Destroy()
  1156.  
  1157. playa:FindFirstChild(hitz).Anchored = false
  1158.  
  1159. for i, v in pairs(kneef:GetChildren()) do
  1160.  
  1161. if v:IsA('BasePart') then
  1162.  
  1163. v.Anchored = false
  1164.  
  1165. end
  1166.  
  1167. end
  1168.  
  1169. if zombiemode == false or override then
  1170.  
  1171. wait()
  1172.  
  1173. end
  1174.  
  1175. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  1176.  
  1177. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  1178.  
  1179. end
  1180.  
  1181. local bleedpart = Instance.new("Part", kneef)
  1182.  
  1183. bleedpart.CanCollide = false
  1184.  
  1185. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1186.  
  1187. bleedpart.CFrame = kneef["big ass knife"].CFrame
  1188.  
  1189. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1190.  
  1191. bleedpart.Transparency = 1
  1192.  
  1193.  
  1194.  
  1195. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1196.  
  1197. bleedpartweld.Part0 = kneef["big ass knife"]
  1198.  
  1199. bleedpartweld.Part1 = bleedpart
  1200.  
  1201. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1202.  
  1203. local coru = coroutine.wrap(function()
  1204.  
  1205. bleed(bleedpart)
  1206.  
  1207. end)
  1208.  
  1209. coru()
  1210.  
  1211. game:GetService('Debris'):AddItem(bleedpart,2)
  1212.  
  1213. end)
  1214.  
  1215. coru()
  1216.  
  1217. end
  1218.  
  1219. end
  1220.  
  1221. elseif hitz == "Right Leg" then
  1222.  
  1223. local Limb = playa:FindFirstChild("Right Leg")
  1224.  
  1225. local ters = playa:FindFirstChild('Torso')
  1226.  
  1227. if Limb and ters then
  1228.  
  1229. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  1230.  
  1231. for i,v in pairs(Limb:GetChildren()) do
  1232.  
  1233. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  1234.  
  1235. v:Destroy()
  1236.  
  1237. end
  1238.  
  1239. end
  1240.  
  1241. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  1242.  
  1243. local Joint = Instance.new("Rotate")
  1244.  
  1245. Joint.Name = "Right Hip"
  1246.  
  1247. Joint.Part0 = ters
  1248.  
  1249. Joint.Part1 = Limb
  1250.  
  1251. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1252.  
  1253. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1254.  
  1255. Joint.Parent = ters
  1256.  
  1257. if charred and zombiemode == false then
  1258.  
  1259. Limb.BrickColor = BrickColor.new('Black')
  1260.  
  1261. local fire = Instance.new('Fire',Limb)
  1262.  
  1263. fire.Heat = 5
  1264.  
  1265. fire.Size = 5
  1266.  
  1267. game:GetService('Debris'):AddItem(fire,2)
  1268.  
  1269. local coru=coroutine.wrap(function()
  1270.  
  1271. wait(2)
  1272.  
  1273. for i,v in pairs(Limb:GetChildren()) do
  1274.  
  1275. if v:IsA('ParticleEmitter') then
  1276.  
  1277. v:Destroy()
  1278.  
  1279. end
  1280.  
  1281. end
  1282.  
  1283. end)
  1284.  
  1285. coru()
  1286.  
  1287. end
  1288.  
  1289. local B = Instance.new("Part")
  1290.  
  1291. B.TopSurface = 0
  1292.  
  1293. B.BottomSurface = 0
  1294.  
  1295. B.formFactor = "Symmetric"
  1296.  
  1297. B.Size = Vector3.new(1, 1, 1)
  1298.  
  1299. B.Transparency = 1
  1300.  
  1301. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1302.  
  1303. B.Parent = playa
  1304.  
  1305. local W = Instance.new("Weld")
  1306.  
  1307. W.Part0 = Limb
  1308.  
  1309. W.Part1 = B
  1310.  
  1311. W.C0 = CFrame.new(0, -0.5, 0)
  1312.  
  1313. W.Parent = Limb
  1314.  
  1315. if kneef then
  1316.  
  1317. local coru = coroutine.wrap(function()
  1318.  
  1319. local uno = Instance.new('Part',workspace)
  1320.  
  1321. local dos = Instance.new('Part',workspace)
  1322.  
  1323. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  1324.  
  1325. dos.CFrame = kneef["big ass knife"].CFrame
  1326.  
  1327. local weld = Instance.new('Weld',kneef["big ass knife"])
  1328.  
  1329. weld.Part0 = playa:FindFirstChild(hitz)
  1330.  
  1331. weld.Part1 = kneef["big ass knife"]
  1332.  
  1333. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  1334.  
  1335. uno:Destroy()
  1336.  
  1337. dos:Destroy()
  1338.  
  1339. playa:FindFirstChild(hitz).Anchored = false
  1340.  
  1341. for i, v in pairs(kneef:GetChildren()) do
  1342.  
  1343. if v:IsA('BasePart') then
  1344.  
  1345. v.Anchored = false
  1346.  
  1347. end
  1348.  
  1349. end
  1350.  
  1351. if zombiemode == false or override then
  1352.  
  1353. wait()
  1354.  
  1355. end
  1356.  
  1357. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  1358.  
  1359. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  1360.  
  1361. end
  1362.  
  1363. local bleedpart = Instance.new("Part", kneef)
  1364.  
  1365. bleedpart.CanCollide = false
  1366.  
  1367. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1368.  
  1369. bleedpart.CFrame = kneef["big ass knife"].CFrame
  1370.  
  1371. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1372.  
  1373. bleedpart.Transparency = 1
  1374.  
  1375.  
  1376.  
  1377. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1378.  
  1379. bleedpartweld.Part0 = kneef["big ass knife"]
  1380.  
  1381. bleedpartweld.Part1 = bleedpart
  1382.  
  1383. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1384.  
  1385. local coru = coroutine.wrap(function()
  1386.  
  1387. bleed(bleedpart)
  1388.  
  1389. end)
  1390.  
  1391. coru()
  1392.  
  1393. game:GetService('Debris'):AddItem(bleedpart,2)
  1394.  
  1395. end)
  1396.  
  1397. coru()
  1398.  
  1399. end
  1400.  
  1401. if playa then
  1402.  
  1403. table.insert(rekt,playa)
  1404.  
  1405. end
  1406.  
  1407. end
  1408.  
  1409. elseif hitz == "Left Leg" then
  1410.  
  1411. local Limb = playa:FindFirstChild("Left Leg")
  1412.  
  1413. local ters = playa:FindFirstChild('Torso')
  1414.  
  1415. if Limb and ters then
  1416.  
  1417. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  1418.  
  1419. for i,v in pairs(Limb:GetChildren()) do
  1420.  
  1421. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  1422.  
  1423. v:Destroy()
  1424.  
  1425. end
  1426.  
  1427. end
  1428.  
  1429. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  1430.  
  1431. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  1432.  
  1433. local Joint = Instance.new("Rotate")
  1434.  
  1435. Joint.Name = "LeftHip"
  1436.  
  1437. Joint.Part0 = ters
  1438.  
  1439. Joint.Part1 = Limb
  1440.  
  1441. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1442.  
  1443. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1444.  
  1445. Joint.Parent = ters
  1446.  
  1447. if charred and zombiemode == false then
  1448.  
  1449. Limb.BrickColor = BrickColor.new('Black')
  1450.  
  1451. local fire = Instance.new('Fire',Limb)
  1452.  
  1453. fire.Heat = 5
  1454.  
  1455. fire.Size = 5
  1456.  
  1457. game:GetService('Debris'):AddItem(fire,2)
  1458.  
  1459. local coru=coroutine.wrap(function()
  1460.  
  1461. wait(2)
  1462.  
  1463. for i,v in pairs(Limb:GetChildren()) do
  1464.  
  1465. if v:IsA('ParticleEmitter') then
  1466.  
  1467. v:Destroy()
  1468.  
  1469. end
  1470.  
  1471. end
  1472.  
  1473. end)
  1474.  
  1475. coru()
  1476.  
  1477. end
  1478.  
  1479.  
  1480.  
  1481. local B = Instance.new("Part")
  1482.  
  1483. B.TopSurface = 0
  1484.  
  1485. B.BottomSurface = 0
  1486.  
  1487. B.formFactor = "Symmetric"
  1488.  
  1489. B.Size = Vector3.new(1, 1, 1)
  1490.  
  1491. B.Transparency = 1
  1492.  
  1493. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1494.  
  1495. B.Parent = playa
  1496.  
  1497. local W = Instance.new("Weld")
  1498.  
  1499. W.Part0 = Limb
  1500.  
  1501. W.Part1 = B
  1502.  
  1503. W.C0 = CFrame.new(0, -0.5, 0)
  1504.  
  1505. W.Parent = Limb
  1506.  
  1507. Limb.CanCollide = false
  1508.  
  1509. if kneef then
  1510.  
  1511. local coru = coroutine.wrap(function()
  1512.  
  1513. local uno = Instance.new('Part',workspace)
  1514.  
  1515. local dos = Instance.new('Part',workspace)
  1516.  
  1517. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  1518.  
  1519. dos.CFrame = kneef["big ass knife"].CFrame
  1520.  
  1521. local weld = Instance.new('Weld',kneef["big ass knife"])
  1522.  
  1523. weld.Part0 = playa:FindFirstChild(hitz)
  1524.  
  1525. weld.Part1 = kneef["big ass knife"]
  1526.  
  1527. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  1528.  
  1529. uno:Destroy()
  1530.  
  1531. dos:Destroy()
  1532.  
  1533. playa:FindFirstChild(hitz).Anchored = false
  1534.  
  1535. for i, v in pairs(kneef:GetChildren()) do
  1536.  
  1537. if v:IsA('BasePart') then
  1538.  
  1539. v.Anchored = false
  1540.  
  1541. end
  1542.  
  1543. end
  1544.  
  1545. if zombiemode == false or override then
  1546.  
  1547. wait()
  1548.  
  1549. end
  1550.  
  1551. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  1552.  
  1553. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  1554.  
  1555. end
  1556.  
  1557. local bleedpart = Instance.new("Part", kneef)
  1558.  
  1559. bleedpart.CanCollide = false
  1560.  
  1561. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1562.  
  1563. bleedpart.CFrame = kneef["big ass knife"].CFrame
  1564.  
  1565. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1566.  
  1567. bleedpart.Transparency = 1
  1568.  
  1569.  
  1570.  
  1571. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1572.  
  1573. bleedpartweld.Part0 = kneef["big ass knife"]
  1574.  
  1575. bleedpartweld.Part1 = bleedpart
  1576.  
  1577. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1578.  
  1579. local coru = coroutine.wrap(function()
  1580.  
  1581. bleed(bleedpart)
  1582.  
  1583. end)
  1584.  
  1585. coru()
  1586.  
  1587. game:GetService('Debris'):AddItem(bleedpart,2)
  1588.  
  1589. end)
  1590.  
  1591. coru()
  1592.  
  1593. end
  1594.  
  1595. if playa then
  1596.  
  1597. table.insert(rekt,playa)
  1598.  
  1599. end
  1600.  
  1601. end
  1602.  
  1603. elseif playa then
  1604.  
  1605. if finishnum ~= 1 then
  1606.  
  1607. local coru=coroutine.wrap(function()
  1608.  
  1609. player.Character.Head.Psycho.Playing = true
  1610.  
  1611. wait(3)
  1612.  
  1613. player.Character.Head.Psycho.Playing = false
  1614.  
  1615. end)
  1616.  
  1617. coru()
  1618.  
  1619. end
  1620.  
  1621. local playa2 = playa
  1622.  
  1623. playa.Archivable = true
  1624.  
  1625. local playa = playa:Clone()
  1626.  
  1627. playa.Archivable = false
  1628.  
  1629. playa2:Destroy()
  1630.  
  1631. playa.Parent = workspace
  1632.  
  1633. local Gibs = game.Workspace
  1634.  
  1635. local Torso = playa.Torso
  1636.  
  1637. local Head = playa:FindFirstChild("Head")
  1638.  
  1639. local function Scan(ch)
  1640.  
  1641. local e
  1642.  
  1643. for e = 1,#ch do
  1644.  
  1645. Scan(ch[e]:GetChildren())
  1646.  
  1647. if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  1648.  
  1649. ch[e]:remove()
  1650.  
  1651. end
  1652.  
  1653. end
  1654.  
  1655. end
  1656.  
  1657. Scan(playa:GetChildren())
  1658.  
  1659. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  1660.  
  1661. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  1662.  
  1663. end
  1664.  
  1665. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  1666.  
  1667. if zombiemode == true and override == false then
  1668.  
  1669. soundy = true
  1670.  
  1671. end
  1672.  
  1673. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  1674.  
  1675. override = true
  1676.  
  1677. end
  1678.  
  1679. if hum2 ~= nil then
  1680.  
  1681. hum2.Name = "Humanoid2"
  1682.  
  1683. hum2.Health = 0
  1684.  
  1685. if zombiemode == false or override == true then
  1686.  
  1687. table.insert(rekt,hum2.Parent)
  1688.  
  1689. else
  1690.  
  1691. local gyro = Instance.new('BodyGyro',Torso)
  1692.  
  1693. hum2.PlatformStand = false
  1694.  
  1695. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  1696.  
  1697. if v:IsA('BodyGyro') then v:Destroy() end
  1698.  
  1699. end
  1700.  
  1701. if playa:FindFirstChild('HumanoidRootPart') then
  1702.  
  1703. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  1704.  
  1705. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  1706.  
  1707. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  1708.  
  1709. weldcrucial.Part1 = hum2.Parent.Torso
  1710.  
  1711. end
  1712.  
  1713. end
  1714.  
  1715. end
  1716.  
  1717. local ch = playa:GetChildren()
  1718.  
  1719. local i
  1720.  
  1721. for i = 1,#ch do
  1722.  
  1723. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  1724.  
  1725. ch[i]:remove()
  1726.  
  1727. end
  1728.  
  1729. end
  1730.  
  1731.  
  1732.  
  1733. if Head then
  1734.  
  1735. local Neck = Instance.new("Weld")
  1736.  
  1737. Neck.Name = "Neck"
  1738.  
  1739. Neck.Part0 = Torso
  1740.  
  1741. Neck.Part1 = Head
  1742.  
  1743. if pool then
  1744.  
  1745. local part = Instance.new('Part',Torso)
  1746.  
  1747. part.Position = Vector3.new(0,10,0)
  1748.  
  1749. part.Size = Vector3.new(0.2,0.2,0.2)
  1750.  
  1751. part.Transparency = 1
  1752.  
  1753. part.CanCollide = false
  1754.  
  1755. local we = Instance.new('Weld',Torso)
  1756.  
  1757. we.Part0 = Torso
  1758.  
  1759. we.Part1 = part
  1760.  
  1761. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1762.  
  1763. local coru=coroutine.wrap(function()
  1764.  
  1765. bleed(part)
  1766.  
  1767. end)
  1768.  
  1769. coru()
  1770.  
  1771. end
  1772.  
  1773. if head == false or head == nil then
  1774.  
  1775. Neck.C0 = CFrame.new(0, 1.5, 0)
  1776.  
  1777. else
  1778.  
  1779. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  1780.  
  1781. local bleedpart = Instance.new("Part", Torso)
  1782.  
  1783. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1784.  
  1785. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1786.  
  1787. bleedpart.CanCollide = false
  1788.  
  1789. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  1790.  
  1791. bleedpart.Transparency = 1
  1792.  
  1793.  
  1794.  
  1795. local bleedpartweld = Instance.new("Weld", Torso)
  1796.  
  1797. bleedpartweld.Part0 = Torso
  1798.  
  1799. bleedpartweld.Part1 = bleedpart
  1800.  
  1801. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  1802.  
  1803. local coru = coroutine.wrap(function()
  1804.  
  1805. bleed(bleedpart)
  1806.  
  1807. end)
  1808.  
  1809. coru()
  1810.  
  1811. end
  1812.  
  1813. Neck.C1 = CFrame.new()
  1814.  
  1815. Neck.Parent = Torso
  1816.  
  1817. end
  1818.  
  1819. local Limb = playa:FindFirstChild("Right Arm")
  1820.  
  1821. if Limb then
  1822.  
  1823.  
  1824.  
  1825. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  1826.  
  1827. local Joint = Instance.new("Rotate")
  1828.  
  1829. Joint.Name = "RightShoulder"
  1830.  
  1831. Joint.Part0 = Torso
  1832.  
  1833. Joint.Part1 = Limb
  1834.  
  1835. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1836.  
  1837. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1838.  
  1839. Joint.Parent = Torso
  1840.  
  1841.  
  1842.  
  1843. local B = Instance.new("Part")
  1844.  
  1845. B.TopSurface = 0
  1846.  
  1847. B.BottomSurface = 0
  1848.  
  1849. B.formFactor = "Symmetric"
  1850.  
  1851. B.Size = Vector3.new(1, 1, 1)
  1852.  
  1853. B.Transparency = 1
  1854.  
  1855. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1856.  
  1857. B.Parent = playa
  1858.  
  1859. local W = Instance.new("Weld")
  1860.  
  1861. W.Part0 = Limb
  1862.  
  1863. W.Part1 = B
  1864.  
  1865. W.C0 = CFrame.new(0, -0.5, 0)
  1866.  
  1867. W.Parent = Limb
  1868.  
  1869. end
  1870.  
  1871. local Limb = playa:FindFirstChild("Left Arm")
  1872.  
  1873. if Limb then
  1874.  
  1875.  
  1876.  
  1877. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  1878.  
  1879. local Joint = Instance.new("Rotate")
  1880.  
  1881. Joint.Name = "LeftShoulder"
  1882.  
  1883. Joint.Part0 = Torso
  1884.  
  1885. Joint.Part1 = Limb
  1886.  
  1887. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1888.  
  1889. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1890.  
  1891. Joint.Parent = Torso
  1892.  
  1893.  
  1894.  
  1895. local B = Instance.new("Part")
  1896.  
  1897. B.TopSurface = 0
  1898.  
  1899. B.BottomSurface = 0
  1900.  
  1901. B.formFactor = "Symmetric"
  1902.  
  1903. B.Size = Vector3.new(1, 1, 1)
  1904.  
  1905. B.Transparency = 1
  1906.  
  1907. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1908.  
  1909. B.Parent = playa
  1910.  
  1911. local W = Instance.new("Weld")
  1912.  
  1913. W.Part0 = Limb
  1914.  
  1915. W.Part1 = B
  1916.  
  1917. W.C0 = CFrame.new(0, -0.5, 0)
  1918.  
  1919. W.Parent = Limb
  1920.  
  1921. end
  1922.  
  1923. local Limb = playa:FindFirstChild("Right Leg")
  1924.  
  1925. if Limb then
  1926.  
  1927. Limb.CanCollide = false
  1928.  
  1929. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  1930.  
  1931. local Joint = Instance.new("Rotate")
  1932.  
  1933. Joint.Name = "RightHip"
  1934.  
  1935. Joint.Part0 = Torso
  1936.  
  1937. Joint.Part1 = Limb
  1938.  
  1939. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1940.  
  1941. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1942.  
  1943. Joint.Parent = Torso
  1944.  
  1945.  
  1946.  
  1947. local B = Instance.new("Part")
  1948.  
  1949. B.TopSurface = 0
  1950.  
  1951. B.BottomSurface = 0
  1952.  
  1953. B.formFactor = "Symmetric"
  1954.  
  1955. B.Size = Vector3.new(1, 1, 1)
  1956.  
  1957. B.Transparency = 1
  1958.  
  1959. B.CanCollide = true
  1960.  
  1961. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1962.  
  1963. B.Parent = playa
  1964.  
  1965. local W = Instance.new("Weld")
  1966.  
  1967. W.Part0 = Limb
  1968.  
  1969. W.Part1 = B
  1970.  
  1971. W.C0 = CFrame.new(0, -0.5, 0)
  1972.  
  1973. W.Parent = Limb
  1974.  
  1975. end
  1976.  
  1977. local Limb = playa:FindFirstChild("Left Leg")
  1978.  
  1979. if Limb then
  1980.  
  1981. Limb.CanCollide = false
  1982.  
  1983. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  1984.  
  1985. local Joint = Instance.new("Rotate")
  1986.  
  1987. Joint.Name = "LeftHip"
  1988.  
  1989. Joint.Part0 = Torso
  1990.  
  1991. Joint.Part1 = Limb
  1992.  
  1993. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1994.  
  1995. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1996.  
  1997. Joint.Parent = Torso
  1998.  
  1999.  
  2000.  
  2001. local B = Instance.new("Part")
  2002.  
  2003. B.TopSurface = 0
  2004.  
  2005. B.BottomSurface = 0
  2006.  
  2007. if zombiemode == false or override then
  2008.  
  2009. B.CanCollide = true
  2010.  
  2011. end
  2012.  
  2013. B.formFactor = "Symmetric"
  2014.  
  2015. B.Size = Vector3.new(1, 1, 1)
  2016.  
  2017. B.Transparency = 1
  2018.  
  2019. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2020.  
  2021. B.Parent = playa
  2022.  
  2023. local W = Instance.new("Weld")
  2024.  
  2025. W.Part0 = Limb
  2026.  
  2027. W.Part1 = B
  2028.  
  2029. W.C0 = CFrame.new(0, -0.5, 0)
  2030.  
  2031. W.Parent = Limb
  2032.  
  2033. end
  2034.  
  2035. local Bar = Instance.new("Part")
  2036.  
  2037. Bar.TopSurface = 0
  2038.  
  2039. Bar.BottomSurface = 0
  2040.  
  2041. Bar.formFactor = "Symmetric"
  2042.  
  2043. Bar.Size = Vector3.new(1, 1, 1)
  2044.  
  2045. Bar.Transparency = 1
  2046.  
  2047. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  2048.  
  2049. Bar.Parent = playa
  2050.  
  2051. local Weld = Instance.new("Weld")
  2052.  
  2053. Weld.Part0 = Torso
  2054.  
  2055. Weld.Part1 = Bar
  2056.  
  2057. Weld.C0 = CFrame.new(0, 0.5, 0)
  2058.  
  2059. Weld.Parent = Torso
  2060.  
  2061. --]]
  2062.  
  2063. playa.Parent = Gibs
  2064.  
  2065. if kneef and explode == nil then
  2066.  
  2067. local coru = coroutine.wrap(function()
  2068.  
  2069. if playa:FindFirstChild(hitz) then
  2070.  
  2071. local uno = Instance.new('Part',workspace)
  2072.  
  2073. local dos = Instance.new('Part',workspace)
  2074.  
  2075. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2076.  
  2077. dos.CFrame = kneef["big ass knife"].CFrame
  2078.  
  2079. local weld = Instance.new('Weld',kneef["big ass knife"])
  2080.  
  2081. weld.Part0 = playa:FindFirstChild(hitz)
  2082.  
  2083. weld.Part1 = kneef["big ass knife"]
  2084.  
  2085. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2086.  
  2087. uno:Destroy()
  2088.  
  2089. dos:Destroy()
  2090.  
  2091. playa:FindFirstChild(hitz).Anchored = false
  2092.  
  2093. for i, v in pairs(kneef:GetChildren()) do
  2094.  
  2095. if v:IsA('BasePart') then
  2096.  
  2097. v.Anchored = false
  2098.  
  2099. end
  2100.  
  2101. end
  2102.  
  2103. if explode == nil or explode == false then
  2104.  
  2105. local bleedpart = Instance.new("Part", kneef)
  2106.  
  2107. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2108.  
  2109. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2110.  
  2111. bleedpart.CanCollide = false
  2112.  
  2113. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2114.  
  2115. bleedpart.Transparency = 1
  2116.  
  2117.  
  2118.  
  2119. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2120.  
  2121. bleedpartweld.Part0 = kneef["big ass knife"]
  2122.  
  2123. bleedpartweld.Part1 = bleedpart
  2124.  
  2125. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2126.  
  2127. local coru = coroutine.wrap(function()
  2128.  
  2129. bleed(bleedpart)
  2130.  
  2131. end)
  2132.  
  2133. coru()
  2134.  
  2135. end
  2136.  
  2137. end
  2138.  
  2139. if zombiemode == false or override then
  2140.  
  2141. wait()
  2142.  
  2143. end
  2144.  
  2145. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2146.  
  2147. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2148.  
  2149. end
  2150.  
  2151. end)
  2152.  
  2153. coru()
  2154.  
  2155. end
  2156.  
  2157. if explode then
  2158.  
  2159. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  2160.  
  2161. local repulse = Instance.new('BodyForce',Torso)
  2162.  
  2163. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  2164.  
  2165. game.Debris:AddItem(repulse,0.05)
  2166.  
  2167. end
  2168.  
  2169. if charred and zombiemode == false then
  2170.  
  2171. for i,v in pairs(playa:GetChildren()) do
  2172.  
  2173. if v:IsA('BasePart') then
  2174.  
  2175. v.BrickColor = BrickColor.Black()
  2176.  
  2177. local fire = Instance.new('Fire',v)
  2178.  
  2179. fire.Size = 5
  2180.  
  2181. fire.Heat = 5
  2182.  
  2183. elseif v:IsA('Accessory') then
  2184.  
  2185. for a,c in pairs(v:GetChildren()) do
  2186.  
  2187. if c:IsA('BasePart') then
  2188.  
  2189. c.BrickColor = BrickColor.Black()
  2190.  
  2191. local fire = Instance.new('Fire',v)
  2192.  
  2193. fire.Size = 5
  2194.  
  2195. fire.Heat = 5
  2196.  
  2197. for o,p in pairs(c:GetChildren()) do
  2198.  
  2199. if p:IsA("SpecialMesh") then
  2200.  
  2201. p.TextureId = ""
  2202.  
  2203. end
  2204.  
  2205. end
  2206.  
  2207. end
  2208.  
  2209. end
  2210.  
  2211. end
  2212.  
  2213. end
  2214.  
  2215. end
  2216.  
  2217. if soundy then
  2218.  
  2219. local sound = Instance.new('Sound',Head)
  2220.  
  2221. sound.SoundId = 'rbxassetid://903640857'
  2222.  
  2223. sound.Volume = 1
  2224.  
  2225. sound:Play()
  2226.  
  2227. sound.Ended:connect(function()
  2228.  
  2229. sound:Destroy()
  2230.  
  2231. local ambient = Instance.new('Sound',Head)
  2232.  
  2233. ambient.Volume = 0.25
  2234.  
  2235. ambient.Looped = true
  2236.  
  2237. ambient.SoundId = 'rbxassetid://903641031'
  2238.  
  2239. ambient:Play()
  2240.  
  2241. end)
  2242.  
  2243. end
  2244.  
  2245. if override then
  2246.  
  2247. if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  2248.  
  2249. local coru = coroutine.wrap(function()
  2250.  
  2251. wait(4.5)
  2252.  
  2253. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  2254.  
  2255. hum2.HipHeight = 0.2
  2256.  
  2257. wait(0.5)
  2258.  
  2259. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  2260.  
  2261. end)
  2262.  
  2263. coru()
  2264.  
  2265. else
  2266.  
  2267. game:GetService('Debris'):AddItem(playa, 12)
  2268.  
  2269. end
  2270.  
  2271. else
  2272.  
  2273. hum2.Health = 0
  2274.  
  2275. table.insert(zombies,playa)
  2276.  
  2277. local attack = Instance.new('Sound',Head)
  2278.  
  2279. attack.SoundId = 'rbxassetid://903641424'
  2280.  
  2281. attack.Volume = 2
  2282.  
  2283. for i,v in pairs(playa:GetChildren()) do
  2284.  
  2285. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  2286.  
  2287. v.Touched:connect(function(hit)
  2288.  
  2289. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  2290.  
  2291. local found = false
  2292.  
  2293. if hit.Parent == player.Character then
  2294.  
  2295. found = true
  2296.  
  2297. end
  2298.  
  2299. for a,c in pairs(zombies) do
  2300.  
  2301. if c == hit.Parent then
  2302.  
  2303. found = true
  2304.  
  2305. end
  2306.  
  2307. end
  2308.  
  2309. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  2310.  
  2311. attack:Play()
  2312.  
  2313. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  2314.  
  2315. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  2316.  
  2317. wait()
  2318.  
  2319. killz(hit.Parent,"Head")
  2320.  
  2321. else
  2322.  
  2323. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  2324.  
  2325. end
  2326.  
  2327. end
  2328.  
  2329. end
  2330.  
  2331. end)
  2332.  
  2333. end
  2334.  
  2335. end
  2336.  
  2337. local coru = coroutine.wrap(function()
  2338.  
  2339. wait(2)
  2340.  
  2341. for i,v in pairs(playa:GetChildren()) do
  2342.  
  2343. if v:IsA('BasePart') then
  2344.  
  2345. for a,c in pairs(v:GetChildren()) do
  2346.  
  2347. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  2348.  
  2349. c:Destroy()
  2350.  
  2351. end
  2352.  
  2353. end
  2354.  
  2355. elseif v:IsA('Accessory') then
  2356.  
  2357. for a,c in pairs(v:GetChildren()) do
  2358.  
  2359. if c:IsA('BasePart') then
  2360.  
  2361. for b,d in pairs(c:GetChildren()) do
  2362.  
  2363. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  2364.  
  2365. d:Destroy()
  2366.  
  2367. end
  2368.  
  2369. end
  2370.  
  2371. end
  2372.  
  2373. end
  2374.  
  2375. end
  2376.  
  2377. end
  2378.  
  2379. end)
  2380.  
  2381. coru()
  2382.  
  2383. end
  2384.  
  2385. end
  2386.  
  2387. end
  2388.  
  2389.  
  2390.  
  2391. mouse.KeyDown:connect(function(key)
  2392.  
  2393. if key == "t" and mouse.Target then
  2394.  
  2395. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  2396.  
  2397. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  2398.  
  2399. if curpoint == nil then
  2400.  
  2401. if hum and hum.Parent:FindFirstChild('Head') then
  2402.  
  2403. curpart = hum.Parent.Head
  2404.  
  2405. else
  2406.  
  2407. curpart = nil
  2408.  
  2409. curpoint = mouse.Hit.p
  2410.  
  2411. end
  2412.  
  2413. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2414.  
  2415. notify("ZOMBIE TARGET SET",false)
  2416.  
  2417. else
  2418.  
  2419. curpart = nil
  2420.  
  2421. curpoint = nil
  2422.  
  2423. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2424.  
  2425. notify("ZOMBIE TARGET REMOVED",false)
  2426.  
  2427. end
  2428.  
  2429. elseif key == "y" then
  2430.  
  2431. for o,p in pairs(zombies) do
  2432.  
  2433. local coru = coroutine.wrap(function()
  2434.  
  2435. if p:FindFirstChild('Torso') then
  2436.  
  2437. killz(p,"Head",nil,nil,false,false,false,true)
  2438.  
  2439. else
  2440.  
  2441. table.remove(zombies,o)
  2442.  
  2443. end
  2444.  
  2445. end)
  2446.  
  2447. coru()
  2448.  
  2449. wait()
  2450.  
  2451. end
  2452.  
  2453. for i,v in pairs(zombies) do
  2454.  
  2455. table.remove(zombies,i)
  2456.  
  2457. end
  2458.  
  2459. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2460.  
  2461. notify("ZOMBIES TERMINATED",false)
  2462.  
  2463. end
  2464.  
  2465. end)
  2466.  
  2467.  
  2468.  
  2469. function nub()
  2470.  
  2471. local me = player.Character
  2472.  
  2473. local point = me.HumanoidRootPart
  2474.  
  2475. local playergui = player.PlayerGui
  2476.  
  2477. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  2478.  
  2479. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  2480.  
  2481. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  2482.  
  2483. local lefthipz = me.Torso["Left Hip"]:Clone()
  2484.  
  2485. local righthipz = me.Torso["Right Hip"]:Clone()
  2486.  
  2487. local mode = "kill"
  2488.  
  2489. local lerpz = false
  2490.  
  2491. local active = false
  2492.  
  2493. local acting = false
  2494.  
  2495. local hit = false
  2496.  
  2497. local canClick = true
  2498.  
  2499. local stabbing = false
  2500.  
  2501. local grabbing = false
  2502.  
  2503. local finishing = false
  2504.  
  2505. local kyssing = false
  2506.  
  2507. local canbackgroundmusic = true
  2508.  
  2509. local cancolorfilter = true
  2510.  
  2511. local spinboolean = false
  2512.  
  2513. local grabbed = nil
  2514.  
  2515. local doing = false
  2516.  
  2517. local rightshoulder = nil
  2518.  
  2519. local leftshoulder = nil
  2520.  
  2521. local headweld = nil
  2522.  
  2523. local usable = true
  2524.  
  2525. finishnum = 1
  2526.  
  2527.  
  2528.  
  2529. function notify(msg,forever)
  2530.  
  2531. local doit = coroutine.wrap(function()
  2532.  
  2533. local gui = Instance.new('ScreenGui',playergui)
  2534.  
  2535. gui.Name = "Notification"
  2536.  
  2537. local frame = Instance.new('Frame',gui)
  2538.  
  2539. frame.Position = UDim2.new(0,0,0,0)
  2540.  
  2541. frame.Size = UDim2.new(1,0,0.2,0)
  2542.  
  2543. frame.BackgroundTransparency = 1
  2544.  
  2545. local txt = Instance.new('TextLabel',frame)
  2546.  
  2547. txt.TextColor3 = Color3.new(255,255,255)
  2548.  
  2549. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2550.  
  2551. txt.TextStrokeTransparency = 0
  2552.  
  2553. txt.BackgroundTransparency = 1
  2554.  
  2555. txt.Text = ""
  2556.  
  2557. txt.Size = UDim2.new(1,0,0.3,0)
  2558.  
  2559. txt.Position = UDim2.new(0,0,0.4,0)
  2560.  
  2561. txt.TextScaled = true
  2562.  
  2563. txt.Font = "Code"
  2564.  
  2565. txt.TextXAlignment = "Center"
  2566.  
  2567. local tap = Instance.new("Sound")
  2568.  
  2569. tap.Parent = gui
  2570.  
  2571. tap.SoundId = "rbxassetid://147982968"
  2572.  
  2573. tap.TimePosition = 0.1
  2574.  
  2575. local str = msg
  2576.  
  2577. local len = string.len(str)
  2578.  
  2579. for i=1,len do
  2580.  
  2581. txt.Text = string.sub(str,1,i)
  2582.  
  2583. pitche = math.random(20, 40)/10
  2584.  
  2585. tap.PlaybackSpeed = pitche
  2586.  
  2587. tap:Play()
  2588.  
  2589. wait(0.01)
  2590.  
  2591. end
  2592.  
  2593. if forever == false then
  2594.  
  2595. wait(1)
  2596.  
  2597. while txt.TextTransparency < 1 do
  2598.  
  2599. txt.TextTransparency = txt.TextTransparency + 0.1
  2600.  
  2601. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  2602.  
  2603. wait(0.001)
  2604.  
  2605. end
  2606.  
  2607. gui:Destroy()
  2608.  
  2609. end
  2610.  
  2611. end)
  2612.  
  2613. doit()
  2614.  
  2615. end
  2616.  
  2617.  
  2618.  
  2619. wait(0.5)
  2620.  
  2621. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  2622.  
  2623. local laugh = Instance.new('Sound',me.Head)
  2624.  
  2625. laugh.SoundId = 'rbxassetid://378827985'
  2626.  
  2627. laugh.Name = "Psycho"
  2628.  
  2629. laugh.Volume = 5
  2630.  
  2631. -- 1 - bitch ass knife
  2632.  
  2633. local obj1 = Instance.new("Model")
  2634.  
  2635. obj1.Name = "bitch ass knife"
  2636.  
  2637. obj1.Parent = game.Workspace
  2638.  
  2639.  
  2640.  
  2641. -- 2 - Grab
  2642.  
  2643. local obj2 = Instance.new("Part")
  2644.  
  2645. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2646.  
  2647. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2648.  
  2649. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2650.  
  2651. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2652.  
  2653. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2654.  
  2655. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2656.  
  2657. obj2.Material = Enum.Material.Concrete
  2658.  
  2659. obj2.Size = Vector3.new(1, 0.25, 0.25)
  2660.  
  2661. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2662.  
  2663. obj2.Anchored = true
  2664.  
  2665. obj2.BrickColor = BrickColor.new("Black")
  2666.  
  2667. obj2.Friction = 0.30000001192093
  2668.  
  2669. obj2.Shape = Enum.PartType.Cylinder
  2670.  
  2671. obj2.Name = "Grab"
  2672.  
  2673. obj2.Parent = obj1
  2674.  
  2675.  
  2676.  
  2677. -- 3 - handletopcap
  2678.  
  2679. local obj3 = Instance.new("Part")
  2680.  
  2681. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  2682.  
  2683. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2684.  
  2685. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2686.  
  2687. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2688.  
  2689. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2690.  
  2691. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2692.  
  2693. obj3.Material = Enum.Material.Concrete
  2694.  
  2695. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  2696.  
  2697. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2698.  
  2699. obj3.Anchored = true
  2700.  
  2701. obj3.BrickColor = BrickColor.new("Black")
  2702.  
  2703. obj3.Friction = 0.30000001192093
  2704.  
  2705. obj3.Shape = Enum.PartType.Ball
  2706.  
  2707. obj3.Name = "handletopcap"
  2708.  
  2709. obj3.Parent = obj1
  2710.  
  2711.  
  2712.  
  2713. -- 4 - handlebottomcap
  2714.  
  2715. local obj4 = Instance.new("Part")
  2716.  
  2717. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  2718.  
  2719. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2720.  
  2721. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2722.  
  2723. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2724.  
  2725. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2726.  
  2727. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728.  
  2729. obj4.Material = Enum.Material.Concrete
  2730.  
  2731. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  2732.  
  2733. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2734.  
  2735. obj4.Anchored = true
  2736.  
  2737. obj4.BrickColor = BrickColor.new("Black")
  2738.  
  2739. obj4.Friction = 0.30000001192093
  2740.  
  2741. obj4.Shape = Enum.PartType.Ball
  2742.  
  2743. obj4.Name = "handlebottomcap"
  2744.  
  2745. obj4.Parent = obj1
  2746.  
  2747.  
  2748.  
  2749. -- 5 - handleguardmid
  2750.  
  2751. local obj5 = Instance.new("Part")
  2752.  
  2753. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  2754.  
  2755. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2756.  
  2757. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2758.  
  2759. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2760.  
  2761. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2762.  
  2763. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764.  
  2765. obj5.Material = Enum.Material.Concrete
  2766.  
  2767. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  2768.  
  2769. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2770.  
  2771. obj5.Anchored = true
  2772.  
  2773. obj5.BrickColor = BrickColor.new("Black")
  2774.  
  2775. obj5.Friction = 0.30000001192093
  2776.  
  2777. obj5.Shape = Enum.PartType.Block
  2778.  
  2779. obj5.Name = "handleguardmid"
  2780.  
  2781. obj5.Parent = obj1
  2782.  
  2783.  
  2784.  
  2785. -- 6 - handleguardcap1
  2786.  
  2787. local obj6 = Instance.new("Part")
  2788.  
  2789. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2790.  
  2791. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2792.  
  2793. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2794.  
  2795. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2796.  
  2797. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2798.  
  2799. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800.  
  2801. obj6.Material = Enum.Material.Concrete
  2802.  
  2803. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  2804.  
  2805. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2806.  
  2807. obj6.Anchored = true
  2808.  
  2809. obj6.BrickColor = BrickColor.new("Black")
  2810.  
  2811. obj6.Friction = 0.30000001192093
  2812.  
  2813. obj6.Shape = Enum.PartType.Cylinder
  2814.  
  2815. obj6.Name = "handleguardcap1"
  2816.  
  2817. obj6.Parent = obj1
  2818.  
  2819.  
  2820.  
  2821. -- 7 - handleguardcap2
  2822.  
  2823. local obj7 = Instance.new("Part")
  2824.  
  2825. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2826.  
  2827. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2828.  
  2829. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2830.  
  2831. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2832.  
  2833. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2834.  
  2835. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2836.  
  2837. obj7.Material = Enum.Material.Concrete
  2838.  
  2839. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  2840.  
  2841. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2842.  
  2843. obj7.Anchored = true
  2844.  
  2845. obj7.BrickColor = BrickColor.new("Black")
  2846.  
  2847. obj7.Friction = 0.30000001192093
  2848.  
  2849. obj7.Shape = Enum.PartType.Cylinder
  2850.  
  2851. obj7.Name = "handleguardcap2"
  2852.  
  2853. obj7.Parent = obj1
  2854.  
  2855.  
  2856.  
  2857. -- 8 - big ass knife
  2858.  
  2859. local obj8 = Instance.new("Part")
  2860.  
  2861. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  2862.  
  2863. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2864.  
  2865. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2866.  
  2867. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2868.  
  2869. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2870.  
  2871. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2872.  
  2873. obj8.Material = Enum.Material.Metal
  2874.  
  2875. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  2876.  
  2877. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2878.  
  2879. obj8.Anchored = true
  2880.  
  2881. obj8.BrickColor = BrickColor.new("Lily white")
  2882.  
  2883. obj8.Friction = 0.30000001192093
  2884.  
  2885. obj8.Shape = Enum.PartType.Block
  2886.  
  2887. obj8.Name = "big ass knife"
  2888.  
  2889. obj8.Parent = obj1
  2890.  
  2891.  
  2892.  
  2893. -- 9 - Mesh
  2894.  
  2895. local obj9 = Instance.new("BlockMesh")
  2896.  
  2897. obj9.Scale = Vector3.new(0.5, 1, 1)
  2898.  
  2899. obj9.Parent = obj8
  2900.  
  2901.  
  2902.  
  2903. -- 10 - big ass knife
  2904.  
  2905. local obj10 = Instance.new("Part")
  2906.  
  2907. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  2908.  
  2909. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2910.  
  2911. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2912.  
  2913. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2914.  
  2915. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2916.  
  2917. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2918.  
  2919. obj10.Material = Enum.Material.Metal
  2920.  
  2921. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  2922.  
  2923. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2924.  
  2925. obj10.Anchored = true
  2926.  
  2927. obj10.BrickColor = BrickColor.new("Lily white")
  2928.  
  2929. obj10.Friction = 0.30000001192093
  2930.  
  2931. obj10.Shape = Enum.PartType.Block
  2932.  
  2933. obj10.Name = "big ass knife"
  2934.  
  2935. obj10.Parent = obj1
  2936.  
  2937. local knife = obj10
  2938.  
  2939.  
  2940.  
  2941. -- 11 - Mesh
  2942.  
  2943. local obj11 = Instance.new("BlockMesh")
  2944.  
  2945. obj11.Scale = Vector3.new(0.5, 1, 1)
  2946.  
  2947. obj11.Parent = obj10
  2948.  
  2949.  
  2950.  
  2951. -- 12 - big ass knife
  2952.  
  2953. local obj12 = Instance.new("Part")
  2954.  
  2955. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  2956.  
  2957. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2958.  
  2959. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2960.  
  2961. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2962.  
  2963. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2964.  
  2965. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2966.  
  2967. obj12.Material = Enum.Material.Metal
  2968.  
  2969. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  2970.  
  2971. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2972.  
  2973. obj12.Anchored = true
  2974.  
  2975. obj12.BrickColor = BrickColor.new("Lily white")
  2976.  
  2977. obj12.Friction = 0.30000001192093
  2978.  
  2979. obj12.Shape = Enum.PartType.Block
  2980.  
  2981. obj12.Name = "big ass knife"
  2982.  
  2983. obj12.Parent = obj1
  2984.  
  2985.  
  2986.  
  2987. -- 13 - Mesh
  2988.  
  2989. local obj13 = Instance.new("BlockMesh")
  2990.  
  2991. obj13.Scale = Vector3.new(0.5, 1, 1)
  2992.  
  2993. obj13.Parent = obj12
  2994.  
  2995.  
  2996.  
  2997. -- 14 - serration
  2998.  
  2999. local obj14 = Instance.new("WedgePart")
  3000.  
  3001. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3002.  
  3003. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3004.  
  3005. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3006.  
  3007. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3008.  
  3009. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3010.  
  3011. obj14.Material = Enum.Material.Metal
  3012.  
  3013. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3014.  
  3015. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3016.  
  3017. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3018.  
  3019. obj14.Anchored = true
  3020.  
  3021. obj14.BrickColor = BrickColor.new("Lily white")
  3022.  
  3023. obj14.Friction = 0.30000001192093
  3024.  
  3025. obj14.Name = "serration"
  3026.  
  3027. obj14.Parent = obj1
  3028.  
  3029.  
  3030.  
  3031. -- 15 - Mesh
  3032.  
  3033. local obj15 = Instance.new("BlockMesh")
  3034.  
  3035. obj15.Scale = Vector3.new(0.5, 1, 1)
  3036.  
  3037. obj15.Parent = obj14
  3038.  
  3039.  
  3040.  
  3041. -- 16 - serration
  3042.  
  3043. local obj16 = Instance.new("WedgePart")
  3044.  
  3045. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3046.  
  3047. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3048.  
  3049. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3050.  
  3051. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3052.  
  3053. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3054.  
  3055. obj16.Material = Enum.Material.Metal
  3056.  
  3057. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3058.  
  3059. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3060.  
  3061. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3062.  
  3063. obj16.Anchored = true
  3064.  
  3065. obj16.BrickColor = BrickColor.new("Lily white")
  3066.  
  3067. obj16.Friction = 0.30000001192093
  3068.  
  3069. obj16.Name = "serration"
  3070.  
  3071. obj16.Parent = obj1
  3072.  
  3073.  
  3074.  
  3075. -- 17 - Mesh
  3076.  
  3077. local obj17 = Instance.new("BlockMesh")
  3078.  
  3079. obj17.Scale = Vector3.new(0.5, 1, 1)
  3080.  
  3081. obj17.Parent = obj16
  3082.  
  3083.  
  3084.  
  3085. -- 18 - serration
  3086.  
  3087. local obj18 = Instance.new("WedgePart")
  3088.  
  3089. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3090.  
  3091. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3092.  
  3093. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3094.  
  3095. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3096.  
  3097. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3098.  
  3099. obj18.Material = Enum.Material.Metal
  3100.  
  3101. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3102.  
  3103. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3104.  
  3105. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3106.  
  3107. obj18.Anchored = true
  3108.  
  3109. obj18.BrickColor = BrickColor.new("Lily white")
  3110.  
  3111. obj18.Friction = 0.30000001192093
  3112.  
  3113. obj18.Name = "serration"
  3114.  
  3115. obj18.Parent = obj1
  3116.  
  3117.  
  3118.  
  3119. -- 19 - Mesh
  3120.  
  3121. local obj19 = Instance.new("BlockMesh")
  3122.  
  3123. obj19.Scale = Vector3.new(0.5, 1, 1)
  3124.  
  3125. obj19.Parent = obj18
  3126.  
  3127.  
  3128.  
  3129. -- 20 - serration
  3130.  
  3131. local obj20 = Instance.new("WedgePart")
  3132.  
  3133. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3134.  
  3135. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3136.  
  3137. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3138.  
  3139. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3140.  
  3141. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3142.  
  3143. obj20.Material = Enum.Material.Metal
  3144.  
  3145. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3146.  
  3147. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3148.  
  3149. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3150.  
  3151. obj20.Anchored = true
  3152.  
  3153. obj20.BrickColor = BrickColor.new("Lily white")
  3154.  
  3155. obj20.Friction = 0.30000001192093
  3156.  
  3157. obj20.Name = "serration"
  3158.  
  3159. obj20.Parent = obj1
  3160.  
  3161.  
  3162.  
  3163. -- 21 - Mesh
  3164.  
  3165. local obj21 = Instance.new("BlockMesh")
  3166.  
  3167. obj21.Scale = Vector3.new(0.5, 1, 1)
  3168.  
  3169. obj21.Parent = obj20
  3170.  
  3171.  
  3172.  
  3173. -- 22 - serration
  3174.  
  3175. local obj22 = Instance.new("WedgePart")
  3176.  
  3177. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3178.  
  3179. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3180.  
  3181. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3182.  
  3183. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3184.  
  3185. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3186.  
  3187. obj22.Material = Enum.Material.Metal
  3188.  
  3189. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3190.  
  3191. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3192.  
  3193. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3194.  
  3195. obj22.Anchored = true
  3196.  
  3197. obj22.BrickColor = BrickColor.new("Lily white")
  3198.  
  3199. obj22.Friction = 0.30000001192093
  3200.  
  3201. obj22.Name = "serration"
  3202.  
  3203. obj22.Parent = obj1
  3204.  
  3205.  
  3206.  
  3207. -- 23 - Mesh
  3208.  
  3209. local obj23 = Instance.new("BlockMesh")
  3210.  
  3211. obj23.Scale = Vector3.new(0.5, 1, 1)
  3212.  
  3213. obj23.Parent = obj22
  3214.  
  3215.  
  3216.  
  3217. -- 24 - serration
  3218.  
  3219. local obj24 = Instance.new("WedgePart")
  3220.  
  3221. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3222.  
  3223. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3224.  
  3225. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3226.  
  3227. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3228.  
  3229. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3230.  
  3231. obj24.Material = Enum.Material.Metal
  3232.  
  3233. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3234.  
  3235. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3236.  
  3237. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3238.  
  3239. obj24.Anchored = true
  3240.  
  3241. obj24.BrickColor = BrickColor.new("Lily white")
  3242.  
  3243. obj24.Friction = 0.30000001192093
  3244.  
  3245. obj24.Name = "serration"
  3246.  
  3247. obj24.Parent = obj1
  3248.  
  3249.  
  3250.  
  3251. -- 25 - Mesh
  3252.  
  3253. local obj25 = Instance.new("BlockMesh")
  3254.  
  3255. obj25.Scale = Vector3.new(0.5, 1, 1)
  3256.  
  3257. obj25.Parent = obj24
  3258.  
  3259.  
  3260.  
  3261. -- 26 - serration
  3262.  
  3263. local obj26 = Instance.new("WedgePart")
  3264.  
  3265. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3266.  
  3267. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3268.  
  3269. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3270.  
  3271. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3272.  
  3273. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3274.  
  3275. obj26.Material = Enum.Material.Metal
  3276.  
  3277. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3278.  
  3279. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3280.  
  3281. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3282.  
  3283. obj26.Anchored = true
  3284.  
  3285. obj26.BrickColor = BrickColor.new("Lily white")
  3286.  
  3287. obj26.Friction = 0.30000001192093
  3288.  
  3289. obj26.Name = "serration"
  3290.  
  3291. obj26.Parent = obj1
  3292.  
  3293.  
  3294.  
  3295. -- 27 - Mesh
  3296.  
  3297. local obj27 = Instance.new("BlockMesh")
  3298.  
  3299. obj27.Scale = Vector3.new(0.5, 1, 1)
  3300.  
  3301. obj27.Parent = obj26
  3302.  
  3303.  
  3304.  
  3305. -- 28 - serration
  3306.  
  3307. local obj28 = Instance.new("WedgePart")
  3308.  
  3309. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3310.  
  3311. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3312.  
  3313. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3314.  
  3315. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3316.  
  3317. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3318.  
  3319. obj28.Material = Enum.Material.Metal
  3320.  
  3321. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3322.  
  3323. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3324.  
  3325. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3326.  
  3327. obj28.Anchored = true
  3328.  
  3329. obj28.BrickColor = BrickColor.new("Lily white")
  3330.  
  3331. obj28.Friction = 0.30000001192093
  3332.  
  3333. obj28.Name = "serration"
  3334.  
  3335. obj28.Parent = obj1
  3336.  
  3337.  
  3338.  
  3339. -- 29 - Mesh
  3340.  
  3341. local obj29 = Instance.new("BlockMesh")
  3342.  
  3343. obj29.Scale = Vector3.new(0.5, 1, 1)
  3344.  
  3345. obj29.Parent = obj28
  3346.  
  3347.  
  3348.  
  3349. -- 30 - knifetip1
  3350.  
  3351. local obj30 = Instance.new("WedgePart")
  3352.  
  3353. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3354.  
  3355. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3356.  
  3357. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3358.  
  3359. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3360.  
  3361. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3362.  
  3363. obj30.Material = Enum.Material.Metal
  3364.  
  3365. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3366.  
  3367. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3368.  
  3369. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3370.  
  3371. obj30.Anchored = true
  3372.  
  3373. obj30.BrickColor = BrickColor.new("Lily white")
  3374.  
  3375. obj30.Friction = 0.30000001192093
  3376.  
  3377. obj30.Name = "knifetip1"
  3378.  
  3379. obj30.Parent = obj1
  3380.  
  3381.  
  3382.  
  3383. -- 31 - Mesh
  3384.  
  3385. local obj31 = Instance.new("BlockMesh")
  3386.  
  3387. obj31.Scale = Vector3.new(0.5, 1, 1)
  3388.  
  3389. obj31.Parent = obj30
  3390.  
  3391.  
  3392.  
  3393. -- 32 - redstuff
  3394.  
  3395. local obj32 = Instance.new("Part")
  3396.  
  3397. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3398.  
  3399. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3400.  
  3401. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3402.  
  3403. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3404.  
  3405. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3406.  
  3407. obj32.Material = Enum.Material.SmoothPlastic
  3408.  
  3409. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3410.  
  3411. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3412.  
  3413. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3414.  
  3415. obj32.BrickColor = BrickColor.new("Institutional white")
  3416.  
  3417. obj32.Friction = 0.30000001192093
  3418.  
  3419. obj32.Shape = Enum.PartType.Cylinder
  3420.  
  3421. obj32.Name = "redstuff"
  3422.  
  3423. obj32.Anchored = true
  3424.  
  3425. obj32.Parent = obj1
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431. -- 33 - redstuff
  3432.  
  3433. local obj33 = Instance.new("Part")
  3434.  
  3435. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  3436.  
  3437. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3438.  
  3439. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3440.  
  3441. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3442.  
  3443. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3444.  
  3445. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3446.  
  3447. obj33.Material = Enum.Material.SmoothPlastic
  3448.  
  3449. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  3450.  
  3451. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3452.  
  3453. obj33.BrickColor = BrickColor.new("Institutional white")
  3454.  
  3455. obj33.Friction = 0.30000001192093
  3456.  
  3457. obj33.Shape = Enum.PartType.Block
  3458.  
  3459. obj33.Name = "redstuff"
  3460.  
  3461. obj33.Anchored = true
  3462.  
  3463. obj33.Parent = obj1
  3464.  
  3465.  
  3466.  
  3467. -- 34 - redstuff
  3468.  
  3469. local obj34 = Instance.new("Part")
  3470.  
  3471. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3472.  
  3473. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3474.  
  3475. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3476.  
  3477. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3478.  
  3479. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3480.  
  3481. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3482.  
  3483. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3484.  
  3485. obj34.Material = Enum.Material.SmoothPlastic
  3486.  
  3487. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3488.  
  3489. obj34.BrickColor = BrickColor.new("Institutional white")
  3490.  
  3491. obj34.Friction = 0.30000001192093
  3492.  
  3493. obj34.Shape = Enum.PartType.Cylinder
  3494.  
  3495. obj34.Name = "redstuff"
  3496.  
  3497. obj34.Anchored = true
  3498.  
  3499. obj34.Parent = obj1
  3500.  
  3501.  
  3502.  
  3503. -- 35 - redstuff
  3504.  
  3505. local obj35 = Instance.new("Part")
  3506.  
  3507. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3508.  
  3509. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3510.  
  3511. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3512.  
  3513. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3514.  
  3515. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3516.  
  3517. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3518.  
  3519. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  3520.  
  3521. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3522.  
  3523. obj35.BrickColor = BrickColor.new("Institutional white")
  3524.  
  3525. obj35.Friction = 0.30000001192093
  3526.  
  3527. obj35.Shape = Enum.PartType.Cylinder
  3528.  
  3529. obj35.Material = Enum.Material.SmoothPlastic
  3530.  
  3531. obj35.Name = "redstuff"
  3532.  
  3533. obj35.Anchored = true
  3534.  
  3535. obj35.Parent = obj1
  3536.  
  3537.  
  3538.  
  3539. -- 36 - redstuff
  3540.  
  3541. local obj36 = Instance.new("Part")
  3542.  
  3543. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3544.  
  3545. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3546.  
  3547. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3548.  
  3549. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3550.  
  3551. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3552.  
  3553. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3554.  
  3555. obj36.Material = Enum.Material.SmoothPlastic
  3556.  
  3557. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3558.  
  3559. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3560.  
  3561. obj36.BrickColor = BrickColor.new("Institutional white")
  3562.  
  3563. obj36.Friction = 0.30000001192093
  3564.  
  3565. obj36.Shape = Enum.PartType.Cylinder
  3566.  
  3567. obj36.Name = "redstuff"
  3568.  
  3569. obj36.Anchored = true
  3570.  
  3571. obj36.Parent = obj1
  3572.  
  3573.  
  3574.  
  3575. -- 37 - redstuff
  3576.  
  3577. local obj37 = Instance.new("WedgePart")
  3578.  
  3579. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3580.  
  3581. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3582.  
  3583. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3584.  
  3585. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3586.  
  3587. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3588.  
  3589. obj37.Material = Enum.Material.SmoothPlastic
  3590.  
  3591. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  3592.  
  3593. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3594.  
  3595. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3596.  
  3597. obj37.Anchored = true
  3598.  
  3599. obj37.BrickColor = BrickColor.new("Institutional white")
  3600.  
  3601. obj37.Friction = 0.30000001192093
  3602.  
  3603. obj37.Name = "redstuff"
  3604.  
  3605. obj37.Anchored = true
  3606.  
  3607. obj37.Parent = obj1
  3608.  
  3609.  
  3610.  
  3611. -- 38 - redstuff
  3612.  
  3613. local obj38 = Instance.new("Part")
  3614.  
  3615. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  3616.  
  3617. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3618.  
  3619. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3620.  
  3621. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3622.  
  3623. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3624.  
  3625. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3626.  
  3627. obj38.Material = Enum.Material.SmoothPlastic
  3628.  
  3629. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3630.  
  3631. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3632.  
  3633. obj38.BrickColor = BrickColor.new("Institutional white")
  3634.  
  3635. obj38.Friction = 0.30000001192093
  3636.  
  3637. obj38.Shape = Enum.PartType.Cylinder
  3638.  
  3639. obj38.Name = "redstuff"
  3640.  
  3641. obj38.Anchored = true
  3642.  
  3643. obj38.Parent = obj1
  3644.  
  3645.  
  3646.  
  3647. local audio = Instance.new('Sound',knife)
  3648.  
  3649. audio.Volume = 2
  3650.  
  3651.  
  3652.  
  3653. local audio2 = Instance.new('Sound',knife)
  3654.  
  3655. audio2.Volume = 2
  3656.  
  3657.  
  3658.  
  3659. local holdpart = Instance.new("Part")
  3660.  
  3661. holdpart.Parent = me
  3662.  
  3663. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  3664.  
  3665. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  3666.  
  3667. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  3668.  
  3669.  
  3670.  
  3671. local previous = nil
  3672.  
  3673. for i,v in pairs(obj1:GetChildren()) do
  3674.  
  3675. if v:IsA('BasePart') then
  3676.  
  3677. if previous then
  3678.  
  3679. local weld = Instance.new('Weld',v)
  3680.  
  3681. weld.Part0 = v
  3682.  
  3683. weld.Part1 = previous
  3684.  
  3685. weld.C0 = v.CFrame:inverse() * previous.CFrame
  3686.  
  3687. previous.Anchored = false
  3688.  
  3689. previous.CanCollide = false
  3690.  
  3691. local vee = v
  3692.  
  3693. weld.AncestryChanged:connect(function(mez,par)
  3694.  
  3695. wait()
  3696.  
  3697. weld.Parent = vee
  3698.  
  3699. end)
  3700.  
  3701. end
  3702.  
  3703. previous = v
  3704.  
  3705. end
  3706.  
  3707. end
  3708.  
  3709. previous.Anchored = false
  3710.  
  3711. previous.CanCollide = false
  3712.  
  3713.  
  3714.  
  3715. local holdpartweld = Instance.new("Weld", me.Torso)
  3716.  
  3717. holdpartweld.Part0 = me.Torso
  3718.  
  3719. holdpartweld.Part1 = holdpart
  3720.  
  3721. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  3722.  
  3723.  
  3724.  
  3725. holdpartweld.AncestryChanged:connect(function(mez,par)
  3726.  
  3727. if par ~= me.Torso then
  3728.  
  3729. wait()
  3730.  
  3731. holdpartweld.Parent = me.Torso
  3732.  
  3733. end
  3734.  
  3735. end)
  3736.  
  3737.  
  3738.  
  3739. local knifeweld = Instance.new('Weld',me.Torso)
  3740.  
  3741. knifeweld.Part0 = me.Torso
  3742.  
  3743. knifeweld.Part1 = obj2
  3744.  
  3745. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3746.  
  3747. knifeweld.AncestryChanged:connect(function(mez,par)
  3748.  
  3749. if par ~= me.Torso then
  3750.  
  3751. wait()
  3752.  
  3753. knifeweld.Parent = me.Torso
  3754.  
  3755. end
  3756.  
  3757. end)
  3758.  
  3759. local ScreenGui = Instance.new("ScreenGui")
  3760.  
  3761. local CustomizeGui = Instance.new("Frame")
  3762.  
  3763. local Customize = Instance.new("TextLabel")
  3764.  
  3765. local ClosestColor = Instance.new("TextLabel")
  3766.  
  3767. local Line = Instance.new("TextLabel")
  3768.  
  3769. local Color = Instance.new("ImageLabel")
  3770.  
  3771. local Close = Instance.new("TextButton")
  3772.  
  3773. local RedHue = Instance.new("TextLabel")
  3774.  
  3775. local GreenHue = Instance.new("TextLabel")
  3776.  
  3777. local RedInput = Instance.new("TextBox")
  3778.  
  3779. local BlueHue = Instance.new("TextLabel")
  3780.  
  3781. local GreenInput = Instance.new("TextBox")
  3782.  
  3783. local TransInput = Instance.new("TextBox")
  3784.  
  3785. local BlueInput = Instance.new("TextBox")
  3786.  
  3787. local Message = Instance.new("TextLabel")
  3788.  
  3789. local Message2 = Instance.new("TextLabel")
  3790.  
  3791. local TrailTransparency = Instance.new("TextLabel")
  3792.  
  3793. local TrailInput = Instance.new("TextBox")
  3794.  
  3795. local MusicOption = Instance.new("TextButton")
  3796.  
  3797. local ScreenOption = Instance.new("TextButton")
  3798.  
  3799. local ScreenOptionTxt = Instance.new("TextLabel")
  3800.  
  3801. local MusicOptionTxt = Instance.new("TextLabel")
  3802.  
  3803.  
  3804.  
  3805. -- Properties
  3806.  
  3807.  
  3808.  
  3809. ScreenGui.Parent = playergui
  3810.  
  3811.  
  3812.  
  3813. CustomizeGui.Name = "CustomizeGui"
  3814.  
  3815. CustomizeGui.Parent = ScreenGui
  3816.  
  3817. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3818.  
  3819. CustomizeGui.BackgroundTransparency = 0.5
  3820.  
  3821. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  3822.  
  3823. CustomizeGui.BorderSizePixel = 2
  3824.  
  3825. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  3826.  
  3827. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  3828.  
  3829.  
  3830.  
  3831. Customize.Name = "Customize"
  3832.  
  3833. Customize.Parent = CustomizeGui
  3834.  
  3835. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3836.  
  3837. Customize.BackgroundTransparency = 0.75
  3838.  
  3839. Customize.BorderSizePixel = 0
  3840.  
  3841. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  3842.  
  3843. Customize.FontSize = Enum.FontSize.Size28
  3844.  
  3845. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  3846.  
  3847. Customize.TextColor3 = Color3.new(1, 1, 1)
  3848.  
  3849. Customize.TextScaled = true
  3850.  
  3851. Customize.TextSize = 25
  3852.  
  3853. Customize.TextStrokeTransparency = 0.5
  3854.  
  3855. Customize.TextWrapped = true
  3856.  
  3857.  
  3858.  
  3859. ClosestColor.Name = "ClosestColor"
  3860.  
  3861. ClosestColor.Parent = CustomizeGui
  3862.  
  3863. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  3864.  
  3865. ClosestColor.BackgroundTransparency = 1
  3866.  
  3867. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  3868.  
  3869. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  3870.  
  3871. ClosestColor.Font = Enum.Font.SourceSansLight
  3872.  
  3873. ClosestColor.FontSize = Enum.FontSize.Size32
  3874.  
  3875. ClosestColor.Text = "Your color is closest to Institutional White"
  3876.  
  3877. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  3878.  
  3879. ClosestColor.TextSize = 30
  3880.  
  3881. ClosestColor.TextStrokeTransparency = 0.5
  3882.  
  3883.  
  3884.  
  3885. Line.Name = "Line"
  3886.  
  3887. Line.Parent = CustomizeGui
  3888.  
  3889. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3890.  
  3891. Line.BackgroundTransparency = 0.5
  3892.  
  3893. Line.BorderColor3 = Color3.new(0, 0, 0)
  3894.  
  3895. Line.BorderSizePixel = 0
  3896.  
  3897. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  3898.  
  3899. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  3900.  
  3901. Line.Font = Enum.Font.SourceSans
  3902.  
  3903. Line.FontSize = Enum.FontSize.Size14
  3904.  
  3905. Line.Text = " "
  3906.  
  3907. Line.TextSize = 14
  3908.  
  3909.  
  3910.  
  3911. Color.Name = "Color"
  3912.  
  3913. Color.Parent = CustomizeGui
  3914.  
  3915. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  3916.  
  3917. Color.BorderSizePixel = 0
  3918.  
  3919. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  3920.  
  3921. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  3922.  
  3923. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  3924.  
  3925.  
  3926.  
  3927. MusicOption.Parent = CustomizeGui
  3928.  
  3929. MusicOption.Name = "MusicOption"
  3930.  
  3931. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3932.  
  3933. MusicOption.BorderSizePixel = 1
  3934.  
  3935. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  3936.  
  3937. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3938.  
  3939. MusicOption.Text = ""
  3940.  
  3941. MusicOption.BackgroundTransparency = 0.5
  3942.  
  3943.  
  3944.  
  3945. ScreenOption.Parent = CustomizeGui
  3946.  
  3947. ScreenOption.Name = "ScreenOption"
  3948.  
  3949. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3950.  
  3951. ScreenOption.BorderSizePixel = 1
  3952.  
  3953. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  3954.  
  3955. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3956.  
  3957. ScreenOption.Text = ""
  3958.  
  3959. ScreenOption.BackgroundTransparency = 0.5
  3960.  
  3961.  
  3962.  
  3963. ScreenOptionTxt.Name = "ScreenOptionTxt"
  3964.  
  3965. ScreenOptionTxt.Parent = CustomizeGui
  3966.  
  3967. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3968.  
  3969. ScreenOptionTxt.BackgroundTransparency = 1
  3970.  
  3971. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  3972.  
  3973. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  3974.  
  3975. ScreenOptionTxt.Font = Enum.Font.SourceSans
  3976.  
  3977. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  3978.  
  3979. ScreenOptionTxt.Text = "Psychopath Red Filter"
  3980.  
  3981. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  3982.  
  3983. ScreenOptionTxt.TextScaled = true
  3984.  
  3985. ScreenOptionTxt.TextSize = 20
  3986.  
  3987. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3988.  
  3989. ScreenOptionTxt.TextStrokeTransparency = 0.5
  3990.  
  3991. ScreenOptionTxt.TextWrapped = true
  3992.  
  3993. ScreenOptionTxt.TextXAlignment = "Left"
  3994.  
  3995.  
  3996.  
  3997. MusicOptionTxt.Name = "MusicOptionTxt"
  3998.  
  3999. MusicOptionTxt.Parent = CustomizeGui
  4000.  
  4001. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  4002.  
  4003. MusicOptionTxt.BackgroundTransparency = 1
  4004.  
  4005. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  4006.  
  4007. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  4008.  
  4009. MusicOptionTxt.Font = Enum.Font.SourceSans
  4010.  
  4011. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  4012.  
  4013. MusicOptionTxt.Text = "Psychopath Background Music"
  4014.  
  4015. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  4016.  
  4017. MusicOptionTxt.TextScaled = true
  4018.  
  4019. MusicOptionTxt.TextSize = 20
  4020.  
  4021. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  4022.  
  4023. MusicOptionTxt.TextStrokeTransparency = 0.5
  4024.  
  4025. MusicOptionTxt.TextWrapped = true
  4026.  
  4027. MusicOptionTxt.TextXAlignment = "Left"
  4028.  
  4029.  
  4030.  
  4031. Close.Name = "Close"
  4032.  
  4033. Close.Parent = CustomizeGui
  4034.  
  4035. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  4036.  
  4037. Close.BackgroundTransparency = 0.5
  4038.  
  4039. Close.BorderColor3 = Color3.new(0, 0, 0)
  4040.  
  4041. Close.BorderSizePixel = 2
  4042.  
  4043. Close.Position = UDim2.new(1.005, 0, 0, 0)
  4044.  
  4045. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  4046.  
  4047. Close.Font = Enum.Font.SourceSans
  4048.  
  4049. Close.FontSize = Enum.FontSize.Size14
  4050.  
  4051. Close.Text = "X"
  4052.  
  4053. Close.TextColor3 = Color3.new(1, 1, 1)
  4054.  
  4055. Close.TextScaled = true
  4056.  
  4057. Close.TextSize = 14
  4058.  
  4059. Close.TextStrokeTransparency = 0
  4060.  
  4061. Close.TextWrapped = true
  4062.  
  4063.  
  4064.  
  4065. RedHue.Name = "RedHue"
  4066.  
  4067. RedHue.Parent = CustomizeGui
  4068.  
  4069. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4070.  
  4071. RedHue.BackgroundTransparency = 1
  4072.  
  4073. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  4074.  
  4075. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4076.  
  4077. RedHue.Font = Enum.Font.SourceSans
  4078.  
  4079. RedHue.FontSize = Enum.FontSize.Size24
  4080.  
  4081. RedHue.Text = "RED Hue Value: "
  4082.  
  4083. RedHue.TextColor3 = Color3.new(1, 1, 1)
  4084.  
  4085. RedHue.TextScaled = true
  4086.  
  4087. RedHue.TextSize = 20
  4088.  
  4089. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  4090.  
  4091. RedHue.TextStrokeTransparency = 0.75
  4092.  
  4093. RedHue.TextWrapped = true
  4094.  
  4095.  
  4096.  
  4097. GreenHue.Name = "GreenHue"
  4098.  
  4099. GreenHue.Parent = CustomizeGui
  4100.  
  4101. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4102.  
  4103. GreenHue.BackgroundTransparency = 1
  4104.  
  4105. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  4106.  
  4107. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4108.  
  4109. GreenHue.Font = Enum.Font.SourceSans
  4110.  
  4111. GreenHue.FontSize = Enum.FontSize.Size24
  4112.  
  4113. GreenHue.Text = "GREEN Hue Value:"
  4114.  
  4115. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  4116.  
  4117. GreenHue.TextScaled = true
  4118.  
  4119. GreenHue.TextSize = 20
  4120.  
  4121. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  4122.  
  4123. GreenHue.TextStrokeTransparency = 0.75
  4124.  
  4125. GreenHue.TextWrapped = true
  4126.  
  4127.  
  4128.  
  4129. RedInput.Name = "RedInput"
  4130.  
  4131. RedInput.Parent = CustomizeGui
  4132.  
  4133. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4134.  
  4135. RedInput.BackgroundTransparency = 0.5
  4136.  
  4137. RedInput.BorderSizePixel = 0
  4138.  
  4139. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  4140.  
  4141. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4142.  
  4143. RedInput.Font = Enum.Font.SourceSans
  4144.  
  4145. RedInput.FontSize = Enum.FontSize.Size14
  4146.  
  4147. RedInput.Text = "255"
  4148.  
  4149. RedInput.TextColor3 = Color3.new(1, 1, 1)
  4150.  
  4151. RedInput.TextSize = 14
  4152.  
  4153. RedInput.TextStrokeTransparency = 0
  4154.  
  4155.  
  4156.  
  4157. BlueHue.Name = "BlueHue"
  4158.  
  4159. BlueHue.Parent = CustomizeGui
  4160.  
  4161. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  4162.  
  4163. BlueHue.BackgroundTransparency = 1
  4164.  
  4165. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  4166.  
  4167. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  4168.  
  4169. BlueHue.Font = Enum.Font.SourceSans
  4170.  
  4171. BlueHue.FontSize = Enum.FontSize.Size24
  4172.  
  4173. BlueHue.Text = "BLUE Hue Value:"
  4174.  
  4175. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  4176.  
  4177. BlueHue.TextScaled = true
  4178.  
  4179. BlueHue.TextSize = 20
  4180.  
  4181. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  4182.  
  4183. BlueHue.TextStrokeTransparency = 0.75
  4184.  
  4185. BlueHue.TextWrapped = true
  4186.  
  4187.  
  4188.  
  4189. TrailTransparency.Name = "TrailTransparency"
  4190.  
  4191. TrailTransparency.Parent = CustomizeGui
  4192.  
  4193. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  4194.  
  4195. TrailTransparency.BackgroundTransparency = 1
  4196.  
  4197. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  4198.  
  4199. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  4200.  
  4201. TrailTransparency.Font = Enum.Font.SourceSans
  4202.  
  4203. TrailTransparency.FontSize = Enum.FontSize.Size24
  4204.  
  4205. TrailTransparency.Text = "Trail Transparency:"
  4206.  
  4207. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  4208.  
  4209. TrailTransparency.TextScaled = true
  4210.  
  4211. TrailTransparency.TextSize = 20
  4212.  
  4213. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  4214.  
  4215. TrailTransparency.TextWrapped = true
  4216.  
  4217.  
  4218.  
  4219. GreenInput.Name = "GreenInput"
  4220.  
  4221. GreenInput.Parent = CustomizeGui
  4222.  
  4223. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4224.  
  4225. GreenInput.BackgroundTransparency = 0.5
  4226.  
  4227. GreenInput.BorderSizePixel = 0
  4228.  
  4229. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  4230.  
  4231. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4232.  
  4233. GreenInput.Font = Enum.Font.SourceSans
  4234.  
  4235. GreenInput.FontSize = Enum.FontSize.Size14
  4236.  
  4237. GreenInput.Text = "255"
  4238.  
  4239. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  4240.  
  4241. GreenInput.TextSize = 14
  4242.  
  4243. GreenInput.TextStrokeTransparency = 0
  4244.  
  4245.  
  4246.  
  4247. TransInput.Name = "TransInput"
  4248.  
  4249. TransInput.Parent = CustomizeGui
  4250.  
  4251. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4252.  
  4253. TransInput.BackgroundTransparency = 0.5
  4254.  
  4255. TransInput.BorderSizePixel = 0
  4256.  
  4257. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  4258.  
  4259. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4260.  
  4261. TransInput.Font = Enum.Font.SourceSans
  4262.  
  4263. TransInput.FontSize = Enum.FontSize.Size14
  4264.  
  4265. TransInput.Text = "50"
  4266.  
  4267. TransInput.TextColor3 = Color3.new(1, 1, 1)
  4268.  
  4269. TransInput.TextSize = 14
  4270.  
  4271. TransInput.TextStrokeTransparency = 0
  4272.  
  4273.  
  4274.  
  4275. BlueInput.Name = "BlueInput"
  4276.  
  4277. BlueInput.Parent = CustomizeGui
  4278.  
  4279. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4280.  
  4281. BlueInput.BackgroundTransparency = 0.5
  4282.  
  4283. BlueInput.BorderSizePixel = 0
  4284.  
  4285. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  4286.  
  4287. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  4288.  
  4289. BlueInput.Font = Enum.Font.SourceSans
  4290.  
  4291. BlueInput.FontSize = Enum.FontSize.Size14
  4292.  
  4293. BlueInput.Text = "255"
  4294.  
  4295. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  4296.  
  4297. BlueInput.TextSize = 14
  4298.  
  4299. BlueInput.TextStrokeTransparency = 0
  4300.  
  4301.  
  4302.  
  4303. Message.Name = "Message"
  4304.  
  4305. Message.Parent = CustomizeGui
  4306.  
  4307. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  4308.  
  4309. Message.BackgroundTransparency = 1
  4310.  
  4311. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  4312.  
  4313. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  4314.  
  4315. Message.Font = Enum.Font.SourceSans
  4316.  
  4317. Message.FontSize = Enum.FontSize.Size18
  4318.  
  4319. Message.Text = "|| Inputs must be values ||"
  4320.  
  4321. Message.TextColor3 = Color3.new(1, 1, 1)
  4322.  
  4323. Message.TextScaled = true
  4324.  
  4325. Message.TextSize = 15
  4326.  
  4327. Message.TextStrokeTransparency = 0.75
  4328.  
  4329. Message.TextWrapped = true
  4330.  
  4331.  
  4332.  
  4333. local attun = Instance.new("Attachment", knife)
  4334.  
  4335. attun.Position = Vector3.new(0, 0.1, -1.75)
  4336.  
  4337. local atdos = Instance.new("Attachment", knife)
  4338.  
  4339. atdos.Position = Vector3.new(0, -0.1, 0.5)
  4340.  
  4341. local trail = Instance.new("Trail", knife)
  4342.  
  4343. trail.LightEmission = 0.5
  4344.  
  4345. trail.Attachment0 = attun
  4346.  
  4347. trail.Attachment1 = atdos
  4348.  
  4349. trail.Lifetime = 0.175
  4350.  
  4351. trail.MinLength = 0
  4352.  
  4353. trail.Enabled = false
  4354.  
  4355.  
  4356.  
  4357. function updatez()
  4358.  
  4359. local rc = tonumber(RedInput.Text)
  4360.  
  4361. local gc = tonumber(GreenInput.Text)
  4362.  
  4363. local bc = tonumber(BlueInput.Text)
  4364.  
  4365. local tcupd = tonumber(TransInput.Text)
  4366.  
  4367. if rc == nil then
  4368.  
  4369. rc = 0
  4370.  
  4371. end
  4372.  
  4373. if gc == nil then
  4374.  
  4375. gc = 0
  4376.  
  4377. end
  4378.  
  4379. if bc == nil then
  4380.  
  4381. bc = 0
  4382.  
  4383. end
  4384.  
  4385. if tcupd == nil then
  4386.  
  4387. tcupd = 0
  4388.  
  4389. end
  4390.  
  4391. local tc = tcupd/100
  4392.  
  4393. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  4394.  
  4395. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  4396.  
  4397. obj32.Color = Color3.fromRGB(rc,gc,bc)
  4398.  
  4399. obj33.Color = Color3.fromRGB(rc,gc,bc)
  4400.  
  4401. obj34.Color = Color3.fromRGB(rc,gc,bc)
  4402.  
  4403. obj35.Color = Color3.fromRGB(rc,gc,bc)
  4404.  
  4405. obj36.Color = Color3.fromRGB(rc,gc,bc)
  4406.  
  4407. obj37.Color = Color3.fromRGB(rc,gc,bc)
  4408.  
  4409. obj38.Color = Color3.fromRGB(rc,gc,bc)
  4410.  
  4411. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  4412.  
  4413. trail.Transparency = NumberSequence.new(tc)
  4414.  
  4415. TrailTransparency.TextStrokeTransparency = tc
  4416.  
  4417. end
  4418.  
  4419.  
  4420.  
  4421. RedInput.Changed:connect(function(val)
  4422.  
  4423. if val == "Text" and tonumber(RedInput.Text) then
  4424.  
  4425. RedInput.Text = tostring(tonumber(RedInput.Text))
  4426.  
  4427. if tonumber(RedInput.Text) > 255 then
  4428.  
  4429. RedInput.Text = '255'
  4430.  
  4431. end
  4432.  
  4433. elseif val == "Text" then
  4434.  
  4435. RedInput.Text = ""
  4436.  
  4437. end
  4438.  
  4439. updatez()
  4440.  
  4441. end)
  4442.  
  4443. GreenInput.Changed:connect(function(val)
  4444.  
  4445. if val == "Text" and tonumber(GreenInput.Text) then
  4446.  
  4447. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  4448.  
  4449. if tonumber(GreenInput.Text) > 255 then
  4450.  
  4451. GreenInput.Text = '255'
  4452.  
  4453. end
  4454.  
  4455. elseif val == "Text" then
  4456.  
  4457. GreenInput.Text = ""
  4458.  
  4459. end
  4460.  
  4461. updatez()
  4462.  
  4463. end)
  4464.  
  4465. BlueInput.Changed:connect(function(val)
  4466.  
  4467. if val == "Text" and tonumber(BlueInput.Text) then
  4468.  
  4469. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  4470.  
  4471. if tonumber(BlueInput.Text) > 255 then
  4472.  
  4473. BlueInput.Text = '255'
  4474.  
  4475. end
  4476.  
  4477. elseif val == "Text" then
  4478.  
  4479. BlueInput.Text = ""
  4480.  
  4481. end
  4482.  
  4483. updatez()
  4484.  
  4485. end)
  4486.  
  4487. TransInput.Changed:connect(function(val)
  4488.  
  4489. if val == "Text" and tonumber(TransInput.Text) then
  4490.  
  4491. TransInput.Text = tostring(tonumber(TransInput.Text))
  4492.  
  4493. if tonumber(TransInput.Text) > 100 then
  4494.  
  4495. TransInput.Text = '100'
  4496.  
  4497. end
  4498.  
  4499. elseif val == "Text" then
  4500.  
  4501. TransInput.Text = ""
  4502.  
  4503. end
  4504.  
  4505. updatez()
  4506.  
  4507. end)
  4508.  
  4509.  
  4510.  
  4511. Close.MouseButton1Click:connect(function()
  4512.  
  4513. if lerpz == false then
  4514.  
  4515. lerpz = true
  4516.  
  4517. if Close.Text ~= "+" then
  4518.  
  4519. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  4520.  
  4521. for i=1,10 do
  4522.  
  4523. Close.TextTransparency = i/10
  4524.  
  4525. Close.TextStrokeTransparency = i/10
  4526.  
  4527. wait(0.01)
  4528.  
  4529. end
  4530.  
  4531. Close.Text = "+"
  4532.  
  4533. for i=1,10 do
  4534.  
  4535. Close.TextTransparency = (10-i+1)/10
  4536.  
  4537. Close.TextStrokeTransparency = (10-i+1)/10
  4538.  
  4539. wait(0.01)
  4540.  
  4541. end
  4542.  
  4543. lerpz = false
  4544.  
  4545. else
  4546.  
  4547. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  4548.  
  4549. for i=1,10 do
  4550.  
  4551. Close.TextTransparency = i/10
  4552.  
  4553. Close.TextStrokeTransparency = i/10
  4554.  
  4555. wait(0.01)
  4556.  
  4557. end
  4558.  
  4559. Close.Text = "X"
  4560.  
  4561. for i=1,10 do
  4562.  
  4563. Close.TextTransparency = (10-i+1)/10
  4564.  
  4565. Close.TextStrokeTransparency = (10-i+1)/10
  4566.  
  4567. wait(0.01)
  4568.  
  4569. end
  4570.  
  4571. lerpz = false
  4572.  
  4573. end
  4574.  
  4575. end
  4576.  
  4577. end)
  4578.  
  4579.  
  4580.  
  4581. MusicOption.MouseButton1Click:connect(function()
  4582.  
  4583. if canbackgroundmusic == true then
  4584.  
  4585. canbackgroundmusic = false
  4586.  
  4587. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  4588.  
  4589. else
  4590.  
  4591. canbackgroundmusic = true
  4592.  
  4593. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4594.  
  4595. end
  4596.  
  4597. end)
  4598.  
  4599.  
  4600.  
  4601. ScreenOption.MouseButton1Click:connect(function()
  4602.  
  4603. if cancolorfilter == true then
  4604.  
  4605. cancolorfilter = false
  4606.  
  4607. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  4608.  
  4609. else
  4610.  
  4611. cancolorfilter = true
  4612.  
  4613. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  4614.  
  4615. end
  4616.  
  4617. end)
  4618.  
  4619.  
  4620.  
  4621. function equip()
  4622.  
  4623. local doit = coroutine.wrap(function()
  4624.  
  4625. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  4626.  
  4627. acting = true
  4628.  
  4629. local arm = me["Right Arm"]
  4630.  
  4631. local arm2 = me["Left Arm"]
  4632.  
  4633. local tors = me.Torso
  4634.  
  4635. local weld = Instance.new('Weld',arm)
  4636.  
  4637. weld.Part0 = arm
  4638.  
  4639. weld.Part1 = tors
  4640.  
  4641. weld.C0 = CFrame.new(-1.5,0,0)
  4642.  
  4643. local weld2 = Instance.new("Weld", arm2)
  4644.  
  4645. weld2.Part0 = arm2
  4646.  
  4647. weld2.Part1 = tors
  4648.  
  4649. weld2.C0 = CFrame.new(1.5, 0, 0)
  4650.  
  4651. wait(0.001)
  4652.  
  4653. for i = 0,1,0.1 do
  4654.  
  4655. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4656.  
  4657. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  4658.  
  4659. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  4660.  
  4661. wait(0.001)
  4662.  
  4663. end
  4664.  
  4665. wait(0.15)
  4666.  
  4667. trail.Enabled = true
  4668.  
  4669. for i = 0,1,0.1 do
  4670.  
  4671. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4672.  
  4673. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  4674.  
  4675. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  4676.  
  4677. wait(0.001)
  4678.  
  4679. end
  4680.  
  4681. trail.Enabled = false
  4682.  
  4683. wait(0.2)
  4684.  
  4685. for i = 0,1,0.1 do
  4686.  
  4687. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4688.  
  4689. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4690.  
  4691. wait(0.001)
  4692.  
  4693. end
  4694.  
  4695. weld:Destroy()
  4696.  
  4697. weld2:Remove()
  4698.  
  4699. if tors ~= nil then
  4700.  
  4701. rightshoulderz:Clone().Parent = me.Torso
  4702.  
  4703. leftshoulderz:Clone().Parent = me.Torso
  4704.  
  4705. end
  4706.  
  4707. end
  4708.  
  4709. acting = false
  4710.  
  4711. end)
  4712.  
  4713. doit()
  4714.  
  4715. end
  4716.  
  4717.  
  4718.  
  4719. function kysnigga()
  4720.  
  4721. if kyssing == true then return end
  4722.  
  4723. kyssing = true
  4724.  
  4725. acting = true
  4726.  
  4727. decearingTHING = math.random(1, 100)
  4728.  
  4729. if decearingTHING == 4 then
  4730.  
  4731. decearingEGG = Instance.new("Sound", me.Torso)
  4732.  
  4733. decearingEGG.SoundId = "rbxassetid://138084557"
  4734.  
  4735. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4736.  
  4737. decearingEGG.TimePosition = 0.2
  4738.  
  4739. decearingEGG:Play()
  4740.  
  4741. end
  4742.  
  4743. me.Humanoid.WalkSpeed = 0
  4744.  
  4745. me.Humanoid.JumpPower = 0
  4746.  
  4747.  
  4748.  
  4749. local rightarm = Instance.new("Weld", me.Torso)
  4750.  
  4751. rightarm.Part0 = me.Torso
  4752.  
  4753. rightarm.Part1 = me["Right Arm"]
  4754.  
  4755. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4756.  
  4757.  
  4758.  
  4759. local leftarm = Instance.new("Weld", me.Torso)
  4760.  
  4761. leftarm.Part0 = me.Torso
  4762.  
  4763. leftarm.Part1 = me["Left Arm"]
  4764.  
  4765. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  4766.  
  4767.  
  4768.  
  4769. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4770.  
  4771. tors.Part0 = me.HumanoidRootPart
  4772.  
  4773. tors.Part1 = me.Torso
  4774.  
  4775. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4776.  
  4777.  
  4778.  
  4779. local rightleg = Instance.new("Weld", me.Torso)
  4780.  
  4781. rightleg.Part0 = me.Torso
  4782.  
  4783. rightleg.Part1 = me["Right Leg"]
  4784.  
  4785. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4786.  
  4787.  
  4788.  
  4789. local leftleg = Instance.new("Weld", me.Torso)
  4790.  
  4791. leftleg.Part0 = me.Torso
  4792.  
  4793. leftleg.Part1 = me["Left Leg"]
  4794.  
  4795. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4796.  
  4797.  
  4798.  
  4799. for i = 0, 1, 0.03 do
  4800.  
  4801. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  4802.  
  4803. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4804.  
  4805. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4806.  
  4807. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  4808.  
  4809. wait()
  4810.  
  4811. end
  4812.  
  4813. for i = 0, 1, 0.03 do
  4814.  
  4815. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  4816.  
  4817. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4818.  
  4819. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4820.  
  4821. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  4822.  
  4823. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  4824.  
  4825. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4826.  
  4827. wait()
  4828.  
  4829. end
  4830.  
  4831. local bleedzer = Instance.new('Part',me.Torso)
  4832.  
  4833. bleedzer.CFrame = me.Torso.CFrame
  4834.  
  4835. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  4836.  
  4837. bleedzer.Transparency = 1
  4838.  
  4839. bleedzer.CanCollide = false
  4840.  
  4841. local weld = Instance.new('Weld',bleedzer)
  4842.  
  4843. weld.Part0 = bleedzer
  4844.  
  4845. weld.Part1 = me.Torso
  4846.  
  4847. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  4848.  
  4849. local woodpekker = coroutine.wrap(function()
  4850.  
  4851. bleed(bleedzer)
  4852.  
  4853. end)
  4854.  
  4855. woodpekker()
  4856.  
  4857. audio.SoundId = "rbxassetid://199977936"
  4858.  
  4859. audio.PlaybackSpeed = 1.5
  4860.  
  4861. audio:Play()
  4862.  
  4863. audio2.SoundId = "rbxassetid://220834019"
  4864.  
  4865. audio2.PlaybackSpeed = 1
  4866.  
  4867. audio2.TimePosition = 0.1
  4868.  
  4869. audio2:Play()
  4870.  
  4871. for i = 0, 1, 0.1 do
  4872.  
  4873. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4874.  
  4875. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4876.  
  4877. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4878.  
  4879. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4880.  
  4881. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4882.  
  4883. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4884.  
  4885. wait()
  4886.  
  4887. end
  4888.  
  4889. wait(1)
  4890.  
  4891. audio.SoundId = "rbxassetid://210943487"
  4892.  
  4893. audio.TimePosition = 0.2
  4894.  
  4895. audio.PlaybackSpeed = 0.75
  4896.  
  4897. audio:Play()
  4898.  
  4899. for i = 0, 1, 0.03 do
  4900.  
  4901. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4902.  
  4903. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4904.  
  4905. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4906.  
  4907. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4908.  
  4909. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4910.  
  4911. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4912.  
  4913. wait()
  4914.  
  4915. end
  4916.  
  4917. for i = 0, 1, 0.03 do
  4918.  
  4919. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4920.  
  4921. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4922.  
  4923. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4924.  
  4925. wait()
  4926.  
  4927. end
  4928.  
  4929. wait(0.24)
  4930.  
  4931. if me:FindFirstChildOfClass('Humanoid') then
  4932.  
  4933. me:FindFirstChildOfClass('Humanoid').Health = 0
  4934.  
  4935. end
  4936.  
  4937. wait(0.01)
  4938.  
  4939. killz(me,me.Torso.Name,nil,nil,true)
  4940.  
  4941.  
  4942.  
  4943. tors:Remove()
  4944.  
  4945. rightarm:Remove()
  4946.  
  4947. rightleg:Remove()
  4948.  
  4949. leftleg:Remove()
  4950.  
  4951. leftarm:Remove()
  4952.  
  4953. rightshoulderz:Clone().Parent = me.Torso
  4954.  
  4955. leftshoulderz:Clone().Parent = me.Torso
  4956.  
  4957. torsojoint:Clone().Parent = me.HumanoidRootPart
  4958.  
  4959. lefthipz:Clone().Parent = me.Torso
  4960.  
  4961. righthipz:Clone().Parent = me.Torso
  4962.  
  4963. me.Humanoid.JumpPower = 50
  4964.  
  4965. me.Humanoid.WalkSpeed = 16
  4966.  
  4967. acting = false
  4968.  
  4969. canClick = true
  4970.  
  4971. doing = false
  4972.  
  4973. hit = false
  4974.  
  4975. kyssing = false
  4976.  
  4977. if decearingTHING == 4 then
  4978.  
  4979. decearingEGG:Remove()
  4980.  
  4981. end
  4982.  
  4983. end
  4984.  
  4985.  
  4986.  
  4987. function bleedout()
  4988.  
  4989. local doit = coroutine.wrap(function()
  4990.  
  4991. local targe = grabbed
  4992.  
  4993. local num = 0
  4994.  
  4995. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  4996.  
  4997. if targe.Head:FindFirstChild('Died') then
  4998.  
  4999. tone = math.random(6, 12) / 10
  5000.  
  5001. targe.Head.Died.PlaybackSpeed = tone
  5002.  
  5003. targe.Head.Died:Play()
  5004.  
  5005. else
  5006.  
  5007. local deathsound = Instance.new('Sound',targe.Head)
  5008.  
  5009. deathsound.Name = "Died"
  5010.  
  5011. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  5012.  
  5013. deathsound.Volume = 0.65
  5014.  
  5015. deathsound.EmitterSize = 5
  5016.  
  5017. deathsound.MaxDistance = 150
  5018.  
  5019. tone = math.random(5, 15) / 10
  5020.  
  5021. targe.Head.Died.PlaybackSpeed = tone
  5022.  
  5023. targe.Head.Died:Play()
  5024.  
  5025. end
  5026.  
  5027. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  5028.  
  5029. num = num+1
  5030.  
  5031. wait(0.325)
  5032.  
  5033. end
  5034.  
  5035. targe:FindFirstChildOfClass('Humanoid').Health = 0
  5036.  
  5037. wait()
  5038.  
  5039. killz(targe,'Head',nil,nil,false,true)
  5040.  
  5041. wait(2)
  5042.  
  5043. targe:Remove()
  5044.  
  5045. end)
  5046.  
  5047. doit()
  5048.  
  5049. end
  5050.  
  5051.  
  5052.  
  5053. function liedown()
  5054.  
  5055. local doit = coroutine.wrap(function()
  5056.  
  5057. local targe = grabbed
  5058.  
  5059. wait(2)
  5060.  
  5061. if targe and targe:FindFirstChildOfClass('Humanoid') then
  5062.  
  5063. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5064.  
  5065. end
  5066.  
  5067. end)
  5068.  
  5069. doit()
  5070.  
  5071. end
  5072.  
  5073.  
  5074.  
  5075. function grab()
  5076.  
  5077. local doit = coroutine.wrap(function()
  5078.  
  5079. acting = true
  5080.  
  5081. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  5082.  
  5083. local arm = me["Right Arm"]
  5084.  
  5085. local tors = me.Torso
  5086.  
  5087. local arm2 = me["Left Arm"]
  5088.  
  5089. local humanroot = me.HumanoidRootPart
  5090.  
  5091. local weld2 = Instance.new('Weld',arm)
  5092.  
  5093. weld2.Part0 = arm
  5094.  
  5095. weld2.Part1 = tors
  5096.  
  5097. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  5098.  
  5099. local weld3 = Instance.new('Weld',arm2)
  5100.  
  5101. weld3.Part0 = arm2
  5102.  
  5103. weld3.Part1 = tors
  5104.  
  5105. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  5106.  
  5107. for i = 0,1,0.05 do
  5108.  
  5109. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  5110.  
  5111. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  5112.  
  5113. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  5114.  
  5115. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  5116.  
  5117. wait(0.01)
  5118.  
  5119. end
  5120.  
  5121. grabbing = true
  5122.  
  5123. trail.Enabled = true
  5124.  
  5125. for i = 0,1,0.10 do
  5126.  
  5127. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  5128.  
  5129. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  5130.  
  5131. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  5132.  
  5133. wait(0.01)
  5134.  
  5135. end
  5136.  
  5137. trail.Enabled = false
  5138.  
  5139. wait(0.5)
  5140.  
  5141. grabbing = false
  5142.  
  5143. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  5144.  
  5145. if grabbed == nil then
  5146.  
  5147. for i = 0,1,0.1 do
  5148.  
  5149. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  5150.  
  5151. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5152.  
  5153. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  5154.  
  5155. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  5156.  
  5157. wait(0.001)
  5158.  
  5159. end
  5160.  
  5161. weld2:Destroy()
  5162.  
  5163. weld3:Destroy()
  5164.  
  5165. rightshoulderz:Clone().Parent = me.Torso
  5166.  
  5167. leftshoulderz:Clone().Parent = me.Torso
  5168.  
  5169. acting = false
  5170.  
  5171. canClick = true
  5172.  
  5173. end
  5174.  
  5175. end)
  5176.  
  5177. doit()
  5178.  
  5179. end
  5180.  
  5181.  
  5182.  
  5183. function kill()
  5184.  
  5185. paralyzed = false
  5186.  
  5187. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  5188.  
  5189. targetweld = grabbed.Torso.TargetWeld
  5190.  
  5191. targetweld2 = nil
  5192.  
  5193. local reee = grabbed:FindFirstChild("Left Arm")
  5194.  
  5195. if reee and reee:FindFirstChild("Weld") then
  5196.  
  5197. targetweld2 = reee.Weld
  5198.  
  5199. end
  5200.  
  5201. for i, v in pairs(grabbed:GetChildren()) do
  5202.  
  5203. if v.Name == "Part" then
  5204.  
  5205. v.CanCollide = true
  5206.  
  5207. end
  5208.  
  5209. end
  5210.  
  5211. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  5212.  
  5213. local targetrightshoulder = rightshoulder
  5214.  
  5215. local targetleftshoulder = leftshoulder
  5216.  
  5217. local targetweld3 = Instance.new("Weld", targetweld3pt)
  5218.  
  5219. targetweld3.Part0 = grabbed.Torso
  5220.  
  5221. targetweld3.Part1 = targetweld3pt
  5222.  
  5223. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  5224.  
  5225.  
  5226.  
  5227. local doit = coroutine.wrap(function()
  5228.  
  5229. local arm = me["Right Arm"]
  5230.  
  5231. local tors = grabbed.Torso
  5232.  
  5233. local arm2 = me["Left Arm"]
  5234.  
  5235. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5236.  
  5237. doing = true
  5238.  
  5239. local weld2 = arm:FindFirstChildOfClass('Weld')
  5240.  
  5241. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5242.  
  5243. local humanroot = me.HumanoidRootPart
  5244.  
  5245.  
  5246.  
  5247. for i = 0,1,0.1 do
  5248.  
  5249. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5250.  
  5251. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  5252.  
  5253. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  5254.  
  5255. wait(0.01)
  5256.  
  5257. end
  5258.  
  5259.  
  5260.  
  5261. audio:Stop()
  5262.  
  5263. audio.SoundId = "rbxassetid://517040733"
  5264.  
  5265. tone = math.random(1, 3)
  5266.  
  5267. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  5268.  
  5269. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  5270.  
  5271. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  5272.  
  5273. audio:Play()
  5274.  
  5275.  
  5276.  
  5277. local bleedpart = Instance.new("Part", grabbed)
  5278.  
  5279. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  5280.  
  5281. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  5282.  
  5283. bleedpart.CanCollide = false
  5284.  
  5285. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  5286.  
  5287. bleedpart.Transparency = 1
  5288.  
  5289.  
  5290.  
  5291. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  5292.  
  5293. bleedpartweld.Part0 = grabbed.Torso
  5294.  
  5295. bleedpartweld.Part1 = bleedpart
  5296.  
  5297. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  5298.  
  5299. local coru=coroutine.wrap(function()
  5300.  
  5301. bleed(bleedpart)
  5302.  
  5303. end)
  5304.  
  5305. coru()
  5306.  
  5307.  
  5308.  
  5309. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  5310.  
  5311. slightthrow.Force = Vector3.new(0, 0, -2500)
  5312.  
  5313.  
  5314.  
  5315. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  5316.  
  5317. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  5318.  
  5319. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  5320.  
  5321.  
  5322.  
  5323. if grabbed:FindFirstChildOfClass('Humanoid') then
  5324.  
  5325. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  5326.  
  5327. end
  5328.  
  5329.  
  5330.  
  5331. killz(grabbed,'Left Leg')
  5332.  
  5333. killz(grabbed,'Left Arm')
  5334.  
  5335. killz(grabbed,'Right Leg')
  5336.  
  5337. killz(grabbed,'Right Arm')
  5338.  
  5339.  
  5340.  
  5341. trail.Enabled = true
  5342.  
  5343.  
  5344.  
  5345. for i = 0,1,0.2 do
  5346.  
  5347. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5348.  
  5349. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  5350.  
  5351. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  5352.  
  5353. wait(0.01)
  5354.  
  5355. end
  5356.  
  5357.  
  5358.  
  5359. trail.Enabled = false
  5360.  
  5361.  
  5362.  
  5363. bleedout()
  5364.  
  5365.  
  5366.  
  5367. rightshoulderz:Clone().Parent = me.Torso
  5368.  
  5369. leftshoulderz:Clone().Parent = me.Torso
  5370.  
  5371. grabbed = nil
  5372.  
  5373.  
  5374.  
  5375. if humanroot:FindFirstChild('Holder') then
  5376.  
  5377. humanroot.Holder:Destroy()
  5378.  
  5379. end
  5380.  
  5381.  
  5382.  
  5383. wait(0.2)
  5384.  
  5385. slightthrow:Remove()
  5386.  
  5387. slightthrow2:Remove()
  5388.  
  5389. for i = 0,1,0.05 do
  5390.  
  5391. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5392.  
  5393. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  5394.  
  5395. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  5396.  
  5397. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  5398.  
  5399. wait(0.01)
  5400.  
  5401. end
  5402.  
  5403.  
  5404.  
  5405. weld2:Destroy()
  5406.  
  5407. weld3:Destroy()
  5408.  
  5409. targetweld = nil
  5410.  
  5411. targetweld2 = nil
  5412.  
  5413. targetweld3 = nil
  5414.  
  5415. rightshoulderz:Clone().Parent = me.Torso
  5416.  
  5417. leftshoulderz:Clone().Parent = me.Torso
  5418.  
  5419. acting = false
  5420.  
  5421. canClick = true
  5422.  
  5423. doing = false
  5424.  
  5425. end)
  5426.  
  5427. doit()
  5428.  
  5429. end
  5430.  
  5431.  
  5432.  
  5433. function finish()
  5434.  
  5435. if finishing == true then return end
  5436.  
  5437. finishing = true
  5438.  
  5439. acting = true
  5440.  
  5441. decearingTHING = math.random(1, 100)
  5442.  
  5443. if decearingTHING == 4 then
  5444.  
  5445. decearingEGG = Instance.new("Sound", me.Torso)
  5446.  
  5447. decearingEGG.SoundId = "rbxassetid://138084557"
  5448.  
  5449. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  5450.  
  5451. decearingEGG.TimePosition = 0.2
  5452.  
  5453. decearingEGG:Play()
  5454.  
  5455. end
  5456.  
  5457. me.Humanoid.WalkSpeed = 0
  5458.  
  5459. me.Humanoid.JumpPower = 0
  5460.  
  5461.  
  5462.  
  5463. local rightarm = Instance.new("Weld", me.Torso)
  5464.  
  5465. rightarm.Part0 = me.Torso
  5466.  
  5467. rightarm.Part1 = me["Right Arm"]
  5468.  
  5469. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  5470.  
  5471.  
  5472.  
  5473. local tors = Instance.new("Weld", me.HumanoidRootPart)
  5474.  
  5475. tors.Part0 = me.HumanoidRootPart
  5476.  
  5477. tors.Part1 = me.Torso
  5478.  
  5479. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  5480.  
  5481.  
  5482.  
  5483. local rightleg = Instance.new("Weld", me.Torso)
  5484.  
  5485. rightleg.Part0 = me.Torso
  5486.  
  5487. rightleg.Part1 = me["Right Leg"]
  5488.  
  5489. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  5490.  
  5491.  
  5492.  
  5493. local leftleg = Instance.new("Weld", me.Torso)
  5494.  
  5495. leftleg.Part0 = me.Torso
  5496.  
  5497. leftleg.Part1 = me["Left Leg"]
  5498.  
  5499. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  5500.  
  5501.  
  5502.  
  5503. for i = 0, 1, 0.05 do
  5504.  
  5505. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  5506.  
  5507. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  5508.  
  5509. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  5510.  
  5511. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  5512.  
  5513. wait()
  5514.  
  5515. end
  5516.  
  5517. for i=1,finishnum do
  5518.  
  5519. local num1 = 0.5
  5520.  
  5521. local num2 = 0.5
  5522.  
  5523. local num3 = 0.25
  5524.  
  5525. if finishnum ~= 1 then
  5526.  
  5527. num3 = 0
  5528.  
  5529. end
  5530.  
  5531. trail.Enabled = true
  5532.  
  5533. for i = 0, 1, num1 do
  5534.  
  5535. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  5536.  
  5537. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  5538.  
  5539. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  5540.  
  5541. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  5542.  
  5543. wait()
  5544.  
  5545. end
  5546.  
  5547. wait()
  5548.  
  5549. for i = 0, 1, num2 do
  5550.  
  5551. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  5552.  
  5553. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  5554.  
  5555. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  5556.  
  5557. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  5558.  
  5559. wait()
  5560.  
  5561. end
  5562.  
  5563. trail.Enabled = false
  5564.  
  5565. wait(num3)
  5566.  
  5567. end
  5568.  
  5569. wait()
  5570.  
  5571. for i = 0, 1, 0.05 do
  5572.  
  5573. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  5574.  
  5575. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  5576.  
  5577. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  5578.  
  5579. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  5580.  
  5581. wait()
  5582.  
  5583. end
  5584.  
  5585. tors:Remove()
  5586.  
  5587. rightarm:Remove()
  5588.  
  5589. rightleg:Remove()
  5590.  
  5591. leftleg:Remove()
  5592.  
  5593. rightshoulderz:Clone().Parent = me.Torso
  5594.  
  5595. leftshoulderz:Clone().Parent = me.Torso
  5596.  
  5597. torsojoint:Clone().Parent = me.HumanoidRootPart
  5598.  
  5599. lefthipz:Clone().Parent = me.Torso
  5600.  
  5601. righthipz:Clone().Parent = me.Torso
  5602.  
  5603. me.Humanoid.JumpPower = 50
  5604.  
  5605. me.Humanoid.WalkSpeed = 16
  5606.  
  5607. acting = false
  5608.  
  5609. canClick = true
  5610.  
  5611. doing = false
  5612.  
  5613. hit = false
  5614.  
  5615. finishing = false
  5616.  
  5617. if decearingTHING == 4 then
  5618.  
  5619. decearingEGG:Remove()
  5620.  
  5621. end
  5622.  
  5623. end
  5624.  
  5625.  
  5626.  
  5627. function throw()
  5628.  
  5629. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  5630.  
  5631. paralyzed = false
  5632.  
  5633. targetweld = grabbed.Torso.TargetWeld
  5634.  
  5635. local ree = grabbed:FindFirstChild("Left Arm")
  5636.  
  5637. targetweld2 =nil
  5638.  
  5639. if ree and ree:FindFirstChild("Weld") then
  5640.  
  5641. targetweld2 = ree.Weld
  5642.  
  5643. end
  5644.  
  5645.  
  5646.  
  5647. for i, v in pairs(grabbed:GetChildren()) do
  5648.  
  5649. if v.Name == "Part" then
  5650.  
  5651. v.CanCollide = true
  5652.  
  5653. end
  5654.  
  5655. end
  5656.  
  5657.  
  5658.  
  5659.  
  5660.  
  5661. local doit = coroutine.wrap(function()
  5662.  
  5663. local arm = me["Right Arm"]
  5664.  
  5665. local tors = grabbed.Torso
  5666.  
  5667. local arm2 = me["Left Arm"]
  5668.  
  5669. local targrightshoulder = rightshoulder
  5670.  
  5671.  
  5672.  
  5673. local targleftshoulder = leftshoulder
  5674.  
  5675. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5676.  
  5677. doing = true
  5678.  
  5679. local weld2 = arm:FindFirstChildOfClass('Weld')
  5680.  
  5681. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5682.  
  5683. local humanroot = me.HumanoidRootPart
  5684.  
  5685.  
  5686.  
  5687. for i = 0,1,0.2 do
  5688.  
  5689. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5690.  
  5691. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  5692.  
  5693. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  5694.  
  5695. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  5696.  
  5697. if targetweld2 then
  5698.  
  5699. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  5700.  
  5701. end
  5702.  
  5703. wait(0.01)
  5704.  
  5705. end
  5706.  
  5707.  
  5708.  
  5709. audio:Stop()
  5710.  
  5711. audio.SoundId = "rbxassetid://536642316"
  5712.  
  5713. tone = math.random(1, 3)
  5714.  
  5715. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  5716.  
  5717. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  5718.  
  5719. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  5720.  
  5721. audio:Play()
  5722.  
  5723.  
  5724.  
  5725. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  5726.  
  5727. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  5728.  
  5729. slightthrow.P = 5000
  5730.  
  5731. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  5732.  
  5733. local point = grabbed.Torso.Position
  5734.  
  5735. local aaaaaa = grabbed
  5736.  
  5737. liedown()
  5738.  
  5739.  
  5740.  
  5741. rightshoulderz:Clone().Parent = me.Torso
  5742.  
  5743. leftshoulderz:Clone().Parent = me.Torso
  5744.  
  5745. grabbed = nil
  5746.  
  5747.  
  5748.  
  5749. if humanroot:FindFirstChild('Holder') then
  5750.  
  5751. humanroot.Holder:Destroy()
  5752.  
  5753. end
  5754.  
  5755. local coru = coroutine.wrap(function()
  5756.  
  5757. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  5758.  
  5759. slightthrow:Remove()
  5760.  
  5761. end)
  5762.  
  5763. coru()
  5764.  
  5765.  
  5766.  
  5767. for i = 0,1,0.05 do
  5768.  
  5769. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5770.  
  5771. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5772.  
  5773. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  5774.  
  5775. wait(0.01)
  5776.  
  5777. end
  5778.  
  5779. weld2:Destroy()
  5780.  
  5781. weld3:Destroy()
  5782.  
  5783. targetweld:Remove()
  5784.  
  5785. if targetweld2 then
  5786.  
  5787. targetweld2:Remove()
  5788.  
  5789. end
  5790.  
  5791. if rightshoulder then
  5792.  
  5793. rightshoulder:Clone().Parent = tors
  5794.  
  5795. end
  5796.  
  5797. if leftshoulder then
  5798.  
  5799. leftshoulder:Clone().Parent = tors
  5800.  
  5801. end
  5802.  
  5803. headweld:Clone().Parent = tors
  5804.  
  5805. rightshoulderz:Clone().Parent = me.Torso
  5806.  
  5807. leftshoulderz:Clone().Parent = me.Torso
  5808.  
  5809. acting = false
  5810.  
  5811. canClick = true
  5812.  
  5813. doing = false
  5814.  
  5815. end)
  5816.  
  5817. doit()
  5818.  
  5819. end
  5820.  
  5821.  
  5822.  
  5823. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  5824.  
  5825. bc=BrickColor.new
  5826.  
  5827. local minimumsize = Vector3.new(0.7,0.7,0.7)
  5828.  
  5829. local surface_between_splitted_parts = 'SmoothNoOutlines'
  5830.  
  5831. local fragmentable = workspace
  5832.  
  5833. local list = {}
  5834.  
  5835. local brickcount = 0
  5836.  
  5837. local storage = {}
  5838.  
  5839. local fillup = 1000
  5840.  
  5841. local maximumstorage = 2000
  5842.  
  5843. local storage_position = Vector3.new(0,0,5000)
  5844.  
  5845. local stored_partsize = Vector3.new(1,1,1)
  5846.  
  5847. local parts_created_per_frame = 5
  5848.  
  5849.  
  5850.  
  5851. local minimumsize = Vector3.new(0.7,0.7,0.7)
  5852.  
  5853. local surface_between_splitted_parts = 'SmoothNoOutlines'
  5854.  
  5855. local fragmentable = workspace
  5856.  
  5857. local list = {}
  5858.  
  5859. local brickcount = 0
  5860.  
  5861. local storage = {}
  5862.  
  5863. local fillup = 1000
  5864.  
  5865. local maximumstorage = 2000
  5866.  
  5867. local storage_position = Vector3.new(0,0,5000)
  5868.  
  5869. local stored_partsize = Vector3.new(1,1,1)
  5870.  
  5871. local parts_created_per_frame = 5
  5872.  
  5873.  
  5874.  
  5875.  
  5876.  
  5877. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  5878.  
  5879. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  5880.  
  5881. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  5882.  
  5883. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  5884.  
  5885. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  5886.  
  5887. if xi == 1 and yi == 1 and zi == 1 then return end
  5888.  
  5889. if #storage > 0 then
  5890.  
  5891. local p = storage[1]
  5892.  
  5893. p.BrickColor = color
  5894.  
  5895. p.Size = size
  5896.  
  5897. p.Anchored = false
  5898.  
  5899. p.BackSurface = backsurface
  5900.  
  5901. p.BottomSurface = bottomsurface
  5902.  
  5903. p.FrontSurface = frontsurface
  5904.  
  5905. p.LeftSurface = leftsurface
  5906.  
  5907. p.RightSurface = rightsurface
  5908.  
  5909. p.TopSurface = topsurface
  5910.  
  5911. p.Transparency = transparency
  5912.  
  5913. p.CFrame = cframe
  5914.  
  5915. p.Reflectance = reflectance
  5916.  
  5917. p.Material = material
  5918.  
  5919. game:GetService('Debris'):AddItem(p,30)
  5920.  
  5921. p:BreakJoints()
  5922.  
  5923. table.remove(storage,1)
  5924.  
  5925. else
  5926.  
  5927. local p = Instance.new("Part",fragmentable)
  5928.  
  5929. p.BrickColor = color
  5930.  
  5931. p.FormFactor = "Custom"
  5932.  
  5933. p.Size = size
  5934.  
  5935. p.BackSurface = backsurface
  5936.  
  5937. p.BottomSurface = bottomsurface
  5938.  
  5939. p.FrontSurface = frontsurface
  5940.  
  5941. p.LeftSurface = leftsurface
  5942.  
  5943. p.RightSurface = rightsurface
  5944.  
  5945. p.TopSurface = topsurface
  5946.  
  5947. p.Transparency = transparency
  5948.  
  5949. p.Material = material
  5950.  
  5951. if p.Transparency>0.285 then
  5952.  
  5953. p.Anchored = false
  5954.  
  5955. else
  5956.  
  5957. p.Anchored=false
  5958.  
  5959. p.Material='Wood'
  5960.  
  5961. game:GetService('Debris'):AddItem(p,10)
  5962.  
  5963. end
  5964.  
  5965. p.CFrame = cframe
  5966.  
  5967. p.Reflectance = reflectance
  5968.  
  5969. p:BreakJoints()
  5970.  
  5971. end
  5972.  
  5973. return
  5974.  
  5975. end
  5976.  
  5977. local mody = math.random(-125,125)/1000
  5978.  
  5979. for y = 1,yi do
  5980.  
  5981. if math.random()> 0.5 then
  5982.  
  5983. local modx = math.random(-125,125)/1000
  5984.  
  5985. for x = 1,xi do
  5986.  
  5987. local modz = math.random(-125,125)/1000
  5988.  
  5989. for z = 1,zi do --offset = x/xi-0.75+modx)
  5990.  
  5991. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  5992.  
  5993. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  5994.  
  5995. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  5996.  
  5997. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  5998.  
  5999. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  6000.  
  6001. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  6002.  
  6003. end
  6004.  
  6005.  
  6006.  
  6007. end
  6008.  
  6009. else
  6010.  
  6011. local modz = math.random(-125,125)/1000
  6012.  
  6013. for z = 1,zi do
  6014.  
  6015. local modx = math.random(-125,125)/1000
  6016.  
  6017. for x = 1,xi do
  6018.  
  6019. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  6020.  
  6021. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  6022.  
  6023. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  6024.  
  6025. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  6026.  
  6027. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  6028.  
  6029. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  6030.  
  6031. end
  6032.  
  6033. end
  6034.  
  6035. end
  6036.  
  6037. end
  6038.  
  6039. end
  6040.  
  6041.  
  6042.  
  6043. function start_fragmentation(position,radius,nuh)
  6044.  
  6045. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  6046.  
  6047. repeat
  6048.  
  6049. local finish = false
  6050.  
  6051. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  6052.  
  6053. for i = 1,#parts do
  6054.  
  6055. table.insert(list,1,parts[i])
  6056.  
  6057. end
  6058.  
  6059. finish = true
  6060.  
  6061. until #parts < 100 and finish
  6062.  
  6063. local t = tick()
  6064.  
  6065. for i = 1,#list do
  6066.  
  6067. local p = list[i]
  6068.  
  6069. if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  6070.  
  6071. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  6072.  
  6073. if #storage < maximumstorage and p.Shape == "Block" then
  6074.  
  6075. p.Anchored = false
  6076.  
  6077. p.FormFactor = "Custom"
  6078.  
  6079. p.Size = stored_partsize
  6080.  
  6081. p.Position = storage_position
  6082.  
  6083. table.insert(storage,1,p)
  6084.  
  6085. else
  6086.  
  6087. p:Destroy()
  6088.  
  6089. end
  6090.  
  6091. end
  6092.  
  6093. if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
  6094.  
  6095. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  6096.  
  6097. if #storage < maximumstorage and p.Shape == "Block" then
  6098.  
  6099. p.Anchored = false
  6100.  
  6101. p.Material='Wood'
  6102.  
  6103. p.FormFactor = "Custom"
  6104.  
  6105. p.Size = stored_partsize
  6106.  
  6107. p.Position = storage_position
  6108.  
  6109. table.insert(storage,1,p)
  6110.  
  6111. else
  6112.  
  6113. p:Destroy()
  6114.  
  6115. end
  6116.  
  6117. end
  6118.  
  6119. end
  6120.  
  6121. list = {}
  6122.  
  6123. end
  6124.  
  6125.  
  6126.  
  6127.  
  6128.  
  6129. function fling()
  6130.  
  6131. local doit = coroutine.wrap(function()
  6132.  
  6133. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  6134.  
  6135. acting = true
  6136.  
  6137. for i=1,finishnum do
  6138.  
  6139. local weld2 = Instance.new('Weld',me["Right Arm"])
  6140.  
  6141. weld2.Part0 = me["Right Arm"]
  6142.  
  6143. weld2.Part1 = me["Torso"]
  6144.  
  6145. weld2.C0 = CFrame.new(-1.5,0,0)
  6146.  
  6147. if finishnum == 1 then
  6148.  
  6149. for i = 0,1,0.05 do
  6150.  
  6151. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6152.  
  6153. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  6154.  
  6155. wait(0.01)
  6156.  
  6157. end
  6158.  
  6159. end
  6160.  
  6161. audio.SoundId = "rbxassetid://166083610"
  6162.  
  6163. audio.PlaybackSpeed = 1
  6164.  
  6165. audio.TimePosition = 0.1
  6166.  
  6167. audio:Play()
  6168.  
  6169. if finishnum == 1 then
  6170.  
  6171. for i = 0,1,0.5 do
  6172.  
  6173. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6174.  
  6175. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  6176.  
  6177. wait(0.001)
  6178.  
  6179. end
  6180.  
  6181. end
  6182.  
  6183. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  6184.  
  6185. local knofe = obj1:Clone()
  6186.  
  6187. for i, v in pairs(obj1:GetChildren()) do
  6188.  
  6189. if v:IsA('BasePart') then
  6190.  
  6191. v.Transparency = 1
  6192.  
  6193. end
  6194.  
  6195. end
  6196.  
  6197. knofe.Parent = workspace
  6198.  
  6199. knofe.Name = "Projectile"
  6200.  
  6201. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  6202.  
  6203. knofe:FindFirstChild("Trail", true).Enabled = true
  6204.  
  6205. local heck = Instance.new('BodyVelocity',knofe.Grab)
  6206.  
  6207. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  6208.  
  6209. local coru = coroutine.wrap(function()
  6210.  
  6211. wait(0.45)
  6212.  
  6213. if heck then
  6214.  
  6215. heck:Destroy()
  6216.  
  6217. end
  6218.  
  6219. end)
  6220.  
  6221. coru()
  6222.  
  6223. local able = true
  6224.  
  6225. knofe["big ass knife"].Touched:connect(function(hit)
  6226.  
  6227. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  6228.  
  6229. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  6230.  
  6231. local ree = hit.Parent
  6232.  
  6233. if thing == nil then
  6234.  
  6235. ree = hit.Parent.Parent
  6236.  
  6237. end
  6238.  
  6239. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  6240.  
  6241. knofe:FindFirstChild("Trail", true).Enabled = false
  6242.  
  6243. game:GetService('Debris'):AddItem(knofe,5)
  6244.  
  6245. tone = math.random(1, 3)
  6246.  
  6247. local sound = Instance.new('Sound',knofe.Grab)
  6248.  
  6249. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  6250.  
  6251. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  6252.  
  6253. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  6254.  
  6255. sound.PlaybackSpeed = 1
  6256.  
  6257. sound:Play()
  6258.  
  6259. for i, v in pairs(knofe:GetChildren()) do
  6260.  
  6261. if v:IsA('BasePart') then
  6262.  
  6263. v.CanCollide = true
  6264.  
  6265. v.Anchored = true
  6266.  
  6267. end
  6268.  
  6269. end
  6270.  
  6271. hit.Anchored = true
  6272.  
  6273. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  6274.  
  6275. ree:FindFirstChildOfClass('Humanoid').Health = 0
  6276.  
  6277. end
  6278.  
  6279. wait()
  6280.  
  6281. killz(ree,hit.Name,knofe)
  6282.  
  6283. else
  6284.  
  6285. knofe:FindFirstChild("Trail", true).Enabled = false
  6286.  
  6287. heck.Velocity = Vector3.new(0,0,0)
  6288.  
  6289. heck:Destroy()
  6290.  
  6291. game:GetService('Debris'):AddItem(knofe,5)
  6292.  
  6293. tone = math.random(1, 3)
  6294.  
  6295. local sound = Instance.new('Sound',knofe.Grab)
  6296.  
  6297. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  6298.  
  6299. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  6300.  
  6301. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  6302.  
  6303. sound.PlaybackSpeed = 1
  6304.  
  6305. sound:Play()
  6306.  
  6307. for i, v in pairs(knofe:GetChildren()) do
  6308.  
  6309. if v:IsA('BasePart') then
  6310.  
  6311. v.Anchored = false
  6312.  
  6313. end
  6314.  
  6315. end
  6316.  
  6317. hit.Anchored = true
  6318.  
  6319. wait(0.001)
  6320.  
  6321. hit.Anchored = false
  6322.  
  6323. for i, v in pairs(knofe:GetChildren()) do
  6324.  
  6325. if v:IsA('BasePart') then
  6326.  
  6327. v.Anchored = false
  6328.  
  6329. end
  6330.  
  6331. end
  6332.  
  6333. if knofe then
  6334.  
  6335. local coru = coroutine.wrap(function()
  6336.  
  6337. if hit then
  6338.  
  6339. local uno = Instance.new('Part',workspace)
  6340.  
  6341. local dos = Instance.new('Part',workspace)
  6342.  
  6343. uno.CFrame = hit.CFrame
  6344.  
  6345. dos.CFrame = knofe["big ass knife"].CFrame
  6346.  
  6347. local weld = Instance.new('Weld',knofe["big ass knife"])
  6348.  
  6349. weld.Part0 = hit
  6350.  
  6351. weld.Part1 = knofe["big ass knife"]
  6352.  
  6353. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  6354.  
  6355. uno:Destroy()
  6356.  
  6357. dos:Destroy()
  6358.  
  6359. end
  6360.  
  6361. end)
  6362.  
  6363. coru()
  6364.  
  6365. end
  6366.  
  6367. end
  6368.  
  6369. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  6370.  
  6371. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  6372.  
  6373. knofe:FindFirstChild("Trail", true).Enabled = false
  6374.  
  6375. local sound = Instance.new('Sound',knofe.Grab)
  6376.  
  6377. sound.SoundId = 'rbxassetid://267585646'
  6378.  
  6379. sound:Play()
  6380.  
  6381. for i,v in pairs(knofe:GetChildren()) do
  6382.  
  6383. if v:IsA('BasePart') then
  6384.  
  6385. v.Anchored = true
  6386.  
  6387. end
  6388.  
  6389. end
  6390.  
  6391. wait()
  6392.  
  6393. heck.Velocity = Vector3.new(0,0,0)
  6394.  
  6395. heck:Destroy()
  6396.  
  6397. local uno = Instance.new('Part',workspace)
  6398.  
  6399. local dos = Instance.new('Part',workspace)
  6400.  
  6401. uno.CFrame = hit.CFrame
  6402.  
  6403. dos.CFrame = knofe["big ass knife"].CFrame
  6404.  
  6405. local weld = Instance.new('Weld',knofe["big ass knife"])
  6406.  
  6407. weld.Part0 = hit
  6408.  
  6409. weld.Part1 = knofe["big ass knife"]
  6410.  
  6411. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  6412.  
  6413. uno:Destroy()
  6414.  
  6415. dos:Destroy()
  6416.  
  6417. for i,v in pairs(knofe:GetChildren()) do
  6418.  
  6419. if v:IsA('BasePart') then
  6420.  
  6421. v.Anchored = false
  6422.  
  6423. end
  6424.  
  6425. end
  6426.  
  6427. game:GetService('Debris'):AddItem(knofe,5)
  6428.  
  6429. for i,v in pairs(knofe:GetChildren()) do
  6430.  
  6431. if v:IsA('BasePart') then
  6432.  
  6433. v.CanCollide = true
  6434.  
  6435. end
  6436.  
  6437. end
  6438.  
  6439. end
  6440.  
  6441. if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
  6442.  
  6443. knofe:FindFirstChild("Trail", true).Enabled = false
  6444.  
  6445. able = false
  6446.  
  6447. local sound = Instance.new('Sound',knofe.Grab)
  6448.  
  6449. sound.SoundId = 'rbxassetid://144884907'
  6450.  
  6451. sound:Play()
  6452.  
  6453. local coru = coroutine.wrap(function()
  6454.  
  6455. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  6456.  
  6457. end)
  6458.  
  6459. coru()
  6460.  
  6461. end
  6462.  
  6463. end
  6464.  
  6465. end)
  6466.  
  6467. if finishnum == 1 then
  6468.  
  6469. for i= 0,1,0.1 do
  6470.  
  6471. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6472.  
  6473. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  6474.  
  6475. wait(0.001)
  6476.  
  6477. end
  6478.  
  6479. else
  6480.  
  6481. for i= 0,1,0.5 do
  6482.  
  6483. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6484.  
  6485. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  6486.  
  6487. wait(0.001)
  6488.  
  6489. end
  6490.  
  6491. end
  6492.  
  6493. for i,v in pairs(obj1:GetChildren()) do
  6494.  
  6495. if v:IsA('BasePart') then
  6496.  
  6497. v.Transparency = 0
  6498.  
  6499. end
  6500.  
  6501. end
  6502.  
  6503. weld2:Destroy()
  6504.  
  6505. rightshoulderz:Clone().Parent = me.Torso
  6506.  
  6507. end
  6508.  
  6509. acting = false
  6510.  
  6511. canClick = true
  6512.  
  6513. end
  6514.  
  6515. end)
  6516.  
  6517. doit()
  6518.  
  6519. end
  6520.  
  6521.  
  6522.  
  6523. function instasplode()
  6524.  
  6525. local coru = coroutine.wrap(function()
  6526.  
  6527. acting = true
  6528.  
  6529. for i=1,1 do
  6530.  
  6531. local weld2 = Instance.new('Weld',me["Right Arm"])
  6532.  
  6533. weld2.Part0 = me["Right Arm"]
  6534.  
  6535. weld2.Part1 = me["Torso"]
  6536.  
  6537. weld2.C0 = CFrame.new(-1.5,0,0)
  6538.  
  6539. if finishnum == 1 then
  6540.  
  6541. for i = 0,1,0.05 do
  6542.  
  6543. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6544.  
  6545. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  6546.  
  6547. wait(0.01)
  6548.  
  6549. end
  6550.  
  6551. end
  6552.  
  6553. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  6554.  
  6555. audio.SoundId = "rbxassetid://166083610"
  6556.  
  6557. audio.PlaybackSpeed = 1
  6558.  
  6559. audio.TimePosition = 0.1
  6560.  
  6561. audio:Play()
  6562.  
  6563. if finishnum == 1 then
  6564.  
  6565. for i = 0,1,0.5 do
  6566.  
  6567. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6568.  
  6569. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  6570.  
  6571. wait(0.001)
  6572.  
  6573. end
  6574.  
  6575. end
  6576.  
  6577. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  6578.  
  6579. local knofe = obj1:Clone()
  6580.  
  6581. for i,v in pairs(obj1:GetChildren()) do
  6582.  
  6583. if v:IsA('BasePart') then
  6584.  
  6585. v.Transparency = 1
  6586.  
  6587. end
  6588.  
  6589. end
  6590.  
  6591. knofe.Parent = workspace
  6592.  
  6593. knofe.Name = "Projectile"
  6594.  
  6595. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  6596.  
  6597. knofe:FindFirstChild("Trail", true).Enabled = false
  6598.  
  6599. fireofjesUS = Instance.new("Fire", knofe.Grab)
  6600.  
  6601. local heck = Instance.new('BodyVelocity',knofe.Grab)
  6602.  
  6603. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  6604.  
  6605. local coru = coroutine.wrap(function()
  6606.  
  6607. wait(0.45)
  6608.  
  6609. if heck then
  6610.  
  6611. heck:Destroy()
  6612.  
  6613. end
  6614.  
  6615. end)
  6616.  
  6617. coru()
  6618.  
  6619. knofe["big ass knife"].Touched:connect(function(hit)
  6620.  
  6621. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  6622.  
  6623. heck.Velocity = Vector3.new(0,0,0)
  6624.  
  6625. heck:Destroy()
  6626.  
  6627. for i,v in pairs(knofe:GetChildren()) do
  6628.  
  6629. if v:IsA('BasePart') then
  6630.  
  6631. v.CanCollide = true
  6632.  
  6633. end
  6634.  
  6635. end
  6636.  
  6637. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  6638.  
  6639. if hum == nil then
  6640.  
  6641. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  6642.  
  6643. end
  6644.  
  6645. if knofe then
  6646.  
  6647. local coru = coroutine.wrap(function()
  6648.  
  6649. if hit then
  6650.  
  6651. local uno = Instance.new('Part',workspace)
  6652.  
  6653. local dos = Instance.new('Part',workspace)
  6654.  
  6655. uno.CFrame = hit.CFrame
  6656.  
  6657. dos.CFrame = knofe["big ass knife"].CFrame
  6658.  
  6659. local weld = Instance.new('Weld',knofe["big ass knife"])
  6660.  
  6661. weld.Part0 = hit
  6662.  
  6663. weld.Part1 = knofe["big ass knife"]
  6664.  
  6665. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  6666.  
  6667. uno:Destroy()
  6668.  
  6669. dos:Destroy()
  6670.  
  6671. end
  6672.  
  6673. end)
  6674.  
  6675. coru()
  6676.  
  6677. end
  6678.  
  6679. local sound = Instance.new('Sound',knofe.Grab)
  6680.  
  6681. sound.Name = "BOOM"
  6682.  
  6683. sound.EmitterSize = 25
  6684.  
  6685. sound.SoundId = 'rbxassetid://476477344'
  6686.  
  6687. sound.Volume = 0.5
  6688.  
  6689. sound:Play()
  6690.  
  6691. local exppart = Instance.new("Part", game.Workspace)
  6692.  
  6693. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  6694.  
  6695. exppart.Anchored = true
  6696.  
  6697. exppart.CanCollide = false
  6698.  
  6699. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  6700.  
  6701. exppart.Transparency = 1
  6702.  
  6703. local expaccent = Instance.new("ParticleEmitter", exppart)
  6704.  
  6705. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  6706.  
  6707. expaccent.LightEmission = 0.2
  6708.  
  6709. expaccent.LightInfluence = 0.3
  6710.  
  6711. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  6712.  
  6713. expaccent.Acceleration = Vector3.new(0, 30, 0)
  6714.  
  6715. expaccent.Drag = 15
  6716.  
  6717. expaccent.LockedToPart = false
  6718.  
  6719. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  6720.  
  6721. expaccent.Rate = 2000
  6722.  
  6723. expaccent.Speed = NumberRange.new(0,0)
  6724.  
  6725. expaccent.SpreadAngle = Vector2.new(360, 360)
  6726.  
  6727. expaccent:Clone().Parent = exppart
  6728.  
  6729. expaccent:Clone().Parent = exppart
  6730.  
  6731. local exp = Instance.new('Explosion',game.Workspace)
  6732.  
  6733. exp.Position = knofe["big ass knife"].Position
  6734.  
  6735. exp.ExplosionType = Enum.ExplosionType.NoCraters
  6736.  
  6737. exp.BlastRadius = 5
  6738.  
  6739. exp.Visible = false
  6740.  
  6741. exp.BlastPressure = 0
  6742.  
  6743. exp.DestroyJointRadiusPercent = 0
  6744.  
  6745. exp.Hit:connect(function(hit)
  6746.  
  6747. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  6748.  
  6749. wait(0.001)
  6750.  
  6751. tgt = hit
  6752.  
  6753. local coru=coroutine.wrap(function(tgtt)
  6754.  
  6755. local fireofgods = Instance.new("Fire", tgtt)
  6756.  
  6757. fireofgods.Size = 0
  6758.  
  6759. fireofgods.Heat = 0
  6760.  
  6761. local fireofgodsaccent = expaccent:Clone()
  6762.  
  6763. fireofgodsaccent.Parent = hit
  6764.  
  6765. fireofgodsaccent.Rate = 0
  6766.  
  6767. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  6768.  
  6769. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  6770.  
  6771. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  6772.  
  6773.  
  6774.  
  6775. while fireofgods.Size < 10 do
  6776.  
  6777. fireofgods.Size = fireofgods.Size + 0.1
  6778.  
  6779. fireofgods.Heat = fireofgods.Heat + 0.1
  6780.  
  6781. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  6782.  
  6783. wait()
  6784.  
  6785. end
  6786.  
  6787. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  6788.  
  6789. hit:BreakJoints()
  6790.  
  6791. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  6792.  
  6793. for i,v in pairs(hit:GetChildren()) do
  6794.  
  6795. if v:IsA('SpecialMesh') then
  6796.  
  6797. v.TextureId = ""
  6798.  
  6799. end
  6800.  
  6801. end
  6802.  
  6803. end
  6804.  
  6805. hit.BrickColor = BrickColor.new("Black")
  6806.  
  6807. for i,v in pairs(hit.Parent:GetChildren()) do
  6808.  
  6809. if v:IsA('Shirt') or v:IsA('Pants') then
  6810.  
  6811. v:Destroy()
  6812.  
  6813. end
  6814.  
  6815. end
  6816.  
  6817.  
  6818.  
  6819. while fireofgods.Size > 5 do
  6820.  
  6821. fireofgods.Size = fireofgods.Size - 0.1
  6822.  
  6823. fireofgods.Heat = fireofgods.Heat - 0.1
  6824.  
  6825. wait()
  6826.  
  6827. end
  6828.  
  6829. fireofgods:Destroy()
  6830.  
  6831. if hit.Parent then
  6832.  
  6833. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  6834.  
  6835. local p = hit
  6836.  
  6837. fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  6838.  
  6839. hit:Remove()
  6840.  
  6841. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  6842.  
  6843. print(hit.Name)
  6844.  
  6845. if hit.Name == "Torso" or hit.Name == "Head" then
  6846.  
  6847. print('ohhh YAAAA')
  6848.  
  6849. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  6850.  
  6851. end
  6852.  
  6853. wait()
  6854.  
  6855. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  6856.  
  6857. end
  6858.  
  6859. end
  6860.  
  6861. end)
  6862.  
  6863. coru(tgt)
  6864.  
  6865. end
  6866.  
  6867. end)
  6868.  
  6869. local explosionaccenttimeout = coroutine.wrap(function()
  6870.  
  6871. wait(0.2)
  6872.  
  6873. for i, exploodn in pairs(exppart:GetChildren()) do
  6874.  
  6875. exploodn.Enabled = false
  6876.  
  6877. end
  6878.  
  6879. wait(2)
  6880.  
  6881. for i, exploodn in pairs(exppart:GetChildren()) do
  6882.  
  6883. exploodn:Remove()
  6884.  
  6885. end
  6886.  
  6887. end)
  6888.  
  6889. explosionaccenttimeout()
  6890.  
  6891. for i,v in pairs(knofe:GetChildren()) do
  6892.  
  6893. if v:IsA('BasePart') then
  6894.  
  6895. v.Transparency = 1
  6896.  
  6897. end
  6898.  
  6899. end
  6900.  
  6901. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  6902.  
  6903. coru()
  6904.  
  6905. end
  6906.  
  6907. end)
  6908.  
  6909. if finishnum == 1 then
  6910.  
  6911. for i= 0,1,0.1 do
  6912.  
  6913. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  6914.  
  6915. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  6916.  
  6917. wait(0.001)
  6918.  
  6919. end
  6920.  
  6921. else
  6922.  
  6923. wait(0.1)
  6924.  
  6925. end
  6926.  
  6927. weld2.C0 = CFrame.new(-1.5,0,0)
  6928.  
  6929. for i,v in pairs(obj1:GetChildren()) do
  6930.  
  6931. if v:IsA('BasePart') then
  6932.  
  6933. v.Transparency = 0
  6934.  
  6935. end
  6936.  
  6937. end
  6938.  
  6939. weld2:Destroy()
  6940.  
  6941. rightshoulderz:Clone().Parent = me.Torso
  6942.  
  6943. end
  6944.  
  6945. acting = false
  6946.  
  6947. canClick = true
  6948.  
  6949. end)
  6950.  
  6951. coru()
  6952.  
  6953. end
  6954.  
  6955.  
  6956.  
  6957. function fireworkit()
  6958.  
  6959. local coru = coroutine.wrap(function()
  6960.  
  6961. acting = true
  6962.  
  6963. local ree = 1
  6964.  
  6965. if finishnum > 1 then
  6966.  
  6967. ree = 3
  6968.  
  6969. end
  6970.  
  6971. for i=1,ree do
  6972.  
  6973. local weld2 = Instance.new('Weld',me["Right Arm"])
  6974.  
  6975. weld2.Part0 = me["Right Arm"]
  6976.  
  6977. weld2.Part1 = me["Torso"]
  6978.  
  6979. weld2.C0 = CFrame.new(-1.5,0,0)
  6980.  
  6981. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  6982.  
  6983. audio.SoundId = "rbxassetid://166083610"
  6984.  
  6985. audio.PlaybackSpeed = 1
  6986.  
  6987. audio.TimePosition = 0.1
  6988.  
  6989. audio:Play()
  6990.  
  6991. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  6992.  
  6993. local knofe = obj1:Clone()
  6994.  
  6995. for i,v in pairs(obj1:GetChildren()) do
  6996.  
  6997. if v:IsA('BasePart') then
  6998.  
  6999. v.Transparency = 1
  7000.  
  7001. end
  7002.  
  7003. end
  7004.  
  7005. local sound = Instance.new('Sound',knofe.Grab)
  7006.  
  7007. sound.Volume = 0.25
  7008.  
  7009. sound.EmitterSize = 200
  7010.  
  7011. sound.MaxDistance = 300
  7012.  
  7013. sound.SoundId = 'rbxassetid://551051176'
  7014.  
  7015. sound:Play()
  7016.  
  7017. knofe.Parent = workspace
  7018.  
  7019. knofe.Name = "Projectile"
  7020.  
  7021. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  7022.  
  7023. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  7024.  
  7025. partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  7026.  
  7027. partic.LightEmission = 0.5
  7028.  
  7029. partic.LightInfluence = 0
  7030.  
  7031. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  7032.  
  7033. partic.Rotation = NumberRange.new(0,90)
  7034.  
  7035. partic.SpreadAngle = Vector2.new(5,5)
  7036.  
  7037. partic.Speed = NumberRange.new(20)
  7038.  
  7039. partic.Texture = 'rbxassetid://603193846'
  7040.  
  7041. partic.EmissionDirection = Enum.NormalId.Left
  7042.  
  7043. partic.Lifetime = NumberRange.new(0.5,1)
  7044.  
  7045. partic.Rate = 100
  7046.  
  7047. local heck = Instance.new('BodyVelocity',knofe.Grab)
  7048.  
  7049. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  7050.  
  7051. knofe["big ass knife"].Touched:connect(function(hit)
  7052.  
  7053. sound:Destroy()
  7054.  
  7055. local sound2 = Instance.new('Sound',workspace)
  7056.  
  7057. sound2.SoundId = 'rbxassetid://138080762'
  7058.  
  7059. sound2:Play()
  7060.  
  7061. if heck then
  7062.  
  7063. heck:Destroy()
  7064.  
  7065. end
  7066.  
  7067. for i,v in pairs(knofe:GetChildren()) do
  7068.  
  7069. v.Anchored = true
  7070.  
  7071. end
  7072.  
  7073. partic.Enabled = false
  7074.  
  7075. local colorscheme = math.random(1,4)
  7076.  
  7077. --1 - red & orange
  7078.  
  7079. --2 - blue & pink
  7080.  
  7081. --3 - green & purple
  7082.  
  7083. --4 - blue, red, white
  7084.  
  7085. local colar1 = Color3.fromRGB(255,0,0)
  7086.  
  7087. local colar2 = Color3.fromRGB(255,125,0)
  7088.  
  7089. local colar3 = Color3.fromRGB(255,255,255)
  7090.  
  7091. if colorscheme == 2 then
  7092.  
  7093. colar1 = Color3.fromRGB(0,132,255)
  7094.  
  7095. colar2 = Color3.fromRGB(243,105,255)
  7096.  
  7097. elseif colorscheme == 3 then
  7098.  
  7099. colar1 = Color3.fromRGB(76,255,0)
  7100.  
  7101. colar2 = Color3.fromRGB(128,0,255)
  7102.  
  7103. elseif colorscheme == 4 then
  7104.  
  7105. colar2 = Color3.fromRGB(0,132,255)
  7106.  
  7107. end
  7108.  
  7109. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  7110.  
  7111. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  7112.  
  7113. partic2.LightEmission = 0.5
  7114.  
  7115. partic2.LightInfluence = 0
  7116.  
  7117. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  7118.  
  7119. partic2.Rotation = NumberRange.new(0,90)
  7120.  
  7121. partic2.SpreadAngle = Vector2.new(180,180)
  7122.  
  7123. partic2.Speed = NumberRange.new(20)
  7124.  
  7125. partic2.Texture = 'rbxassetid://603193846'
  7126.  
  7127. partic2.EmissionDirection = Enum.NormalId.Right
  7128.  
  7129. partic2.Lifetime = NumberRange.new(2,2.5)
  7130.  
  7131. partic2.Rate = 1000
  7132.  
  7133. partic2.Drag = 1
  7134.  
  7135. local partic3 = partic2:Clone()
  7136.  
  7137. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  7138.  
  7139. partic3.Parent = knofe.Grab
  7140.  
  7141. if colorscheme == 4 then
  7142.  
  7143. local partic4 = partic2:Clone()
  7144.  
  7145. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  7146.  
  7147. partic4.Parent = knofe.Grab
  7148.  
  7149. end
  7150.  
  7151. wait(1)
  7152.  
  7153. for i,v in pairs(knofe.Grab:GetChildren()) do
  7154.  
  7155. if v:IsA('ParticleEmitter') then
  7156.  
  7157. v.Enabled = false
  7158.  
  7159. end
  7160.  
  7161. end
  7162.  
  7163. sound:Destroy()
  7164.  
  7165. wait(2)
  7166.  
  7167. knofe:Destroy()
  7168.  
  7169. end)
  7170.  
  7171. wait(0.1)
  7172.  
  7173. weld2.C0 = CFrame.new(-1.5,0,0)
  7174.  
  7175. for i,v in pairs(obj1:GetChildren()) do
  7176.  
  7177. if v:IsA('BasePart') then
  7178.  
  7179. v.Transparency = 0
  7180.  
  7181. end
  7182.  
  7183. end
  7184.  
  7185. weld2:Destroy()
  7186.  
  7187. rightshoulderz:Clone().Parent = me.Torso
  7188.  
  7189. end
  7190.  
  7191. acting = false
  7192.  
  7193. canClick = true
  7194.  
  7195. end)
  7196.  
  7197. coru()
  7198.  
  7199. end
  7200.  
  7201.  
  7202.  
  7203. function paralyze()
  7204.  
  7205. local coru = coroutine.wrap(function()
  7206.  
  7207. if paralyzed == true then return end
  7208.  
  7209. paralyzed = true
  7210.  
  7211. local arm = me["Right Arm"]
  7212.  
  7213. local tors = grabbed.Torso
  7214.  
  7215. local arm2 = me["Left Arm"]
  7216.  
  7217. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  7218.  
  7219. doing = true
  7220.  
  7221. local weld2 = arm:FindFirstChildOfClass('Weld')
  7222.  
  7223. local weld3 = arm2:FindFirstChildOfClass('Weld')
  7224.  
  7225. local humanroot = me.HumanoidRootPart
  7226.  
  7227. for i = 0,1,0.075 do
  7228.  
  7229. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  7230.  
  7231. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  7232.  
  7233. wait(0.01)
  7234.  
  7235. end
  7236.  
  7237. for i = 0,1,0.30 do
  7238.  
  7239. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  7240.  
  7241. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  7242.  
  7243. wait(0.01)
  7244.  
  7245. end
  7246.  
  7247. killz(grabbed,'Left Leg')
  7248.  
  7249. killz(grabbed,'Left Arm')
  7250.  
  7251. killz(grabbed,'Right Leg')
  7252.  
  7253. killz(grabbed,'Right Arm')
  7254.  
  7255.  
  7256.  
  7257. for i, v in pairs(grabbed:GetChildren()) do
  7258.  
  7259. if v.Name == "Part" then
  7260.  
  7261. v.CanCollide = false
  7262.  
  7263. end
  7264.  
  7265. end
  7266.  
  7267.  
  7268.  
  7269. audio:Stop()
  7270.  
  7271. audio.SoundId = "rbxassetid://2801263"
  7272.  
  7273. tone = math.random(1, 3)
  7274.  
  7275. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  7276.  
  7277. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  7278.  
  7279. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  7280.  
  7281. audio:Play()
  7282.  
  7283.  
  7284.  
  7285. local bleedpart = Instance.new("Part", grabbed)
  7286.  
  7287. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  7288.  
  7289. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  7290.  
  7291. bleedpart.CanCollide = false
  7292.  
  7293. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  7294.  
  7295. bleedpart.Transparency = 1
  7296.  
  7297.  
  7298.  
  7299. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  7300.  
  7301. bleedpartweld.Part0 = grabbed.Torso
  7302.  
  7303. bleedpartweld.Part1 = bleedpart
  7304.  
  7305. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  7306.  
  7307. local cuntruu=coroutine.wrap(function()
  7308.  
  7309. bleed(bleedpart)
  7310.  
  7311. end)
  7312.  
  7313. local thicc = coroutine.wrap(function()
  7314.  
  7315. wait(3)
  7316.  
  7317. bleedpart:Remove()
  7318.  
  7319. end)
  7320.  
  7321. cuntruu()
  7322.  
  7323. thicc()
  7324.  
  7325.  
  7326.  
  7327. for i = 0,1,0.075 do
  7328.  
  7329. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  7330.  
  7331. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  7332.  
  7333. wait(0.01)
  7334.  
  7335. end
  7336.  
  7337. acting = true
  7338.  
  7339. canClick = true
  7340.  
  7341. doing = false
  7342.  
  7343. end)
  7344.  
  7345. coru()
  7346.  
  7347. end
  7348.  
  7349.  
  7350.  
  7351. function explode()
  7352.  
  7353. local coru = coroutine.wrap(function()
  7354.  
  7355. acting = true
  7356.  
  7357. for i=1,finishnum do
  7358.  
  7359. local weld2 = Instance.new('Weld',me["Right Arm"])
  7360.  
  7361. weld2.Part0 = me["Right Arm"]
  7362.  
  7363. weld2.Part1 = me["Torso"]
  7364.  
  7365. weld2.C0 = CFrame.new(-1.5,0,0)
  7366.  
  7367. if finishnum == 1 then
  7368.  
  7369. for i = 0,1,0.05 do
  7370.  
  7371. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  7372.  
  7373. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  7374.  
  7375. wait(0.01)
  7376.  
  7377. end
  7378.  
  7379. end
  7380.  
  7381. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  7382.  
  7383. audio.SoundId = "rbxassetid://166083610"
  7384.  
  7385. audio.PlaybackSpeed = 1
  7386.  
  7387. audio.TimePosition = 0.1
  7388.  
  7389. audio:Play()
  7390.  
  7391. if finishnum == 1 then
  7392.  
  7393. for i = 0,1,0.5 do
  7394.  
  7395. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  7396.  
  7397. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  7398.  
  7399. wait(0.001)
  7400.  
  7401. end
  7402.  
  7403. end
  7404.  
  7405. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  7406.  
  7407. local knofe = obj1:Clone()
  7408.  
  7409. for i,v in pairs(obj1:GetChildren()) do
  7410.  
  7411. if v:IsA('BasePart') then
  7412.  
  7413. v.Transparency = 1
  7414.  
  7415. end
  7416.  
  7417. end
  7418.  
  7419. knofe.Parent = workspace
  7420.  
  7421. knofe.Name = "Projectile"
  7422.  
  7423. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  7424.  
  7425. knofe:FindFirstChild("Trail", true).Enabled = false
  7426.  
  7427. local heck = Instance.new('BodyVelocity',knofe.Grab)
  7428.  
  7429. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  7430.  
  7431. local coru = coroutine.wrap(function()
  7432.  
  7433. wait(0.45)
  7434.  
  7435. if heck then
  7436.  
  7437. heck:Destroy()
  7438.  
  7439. end
  7440.  
  7441. end)
  7442.  
  7443. coru()
  7444.  
  7445. knofe["big ass knife"].Touched:connect(function(hit)
  7446.  
  7447. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  7448.  
  7449. heck.Velocity = Vector3.new(0,0,0)
  7450.  
  7451. heck:Destroy()
  7452.  
  7453. for i,v in pairs(knofe:GetChildren()) do
  7454.  
  7455. if v:IsA('BasePart') then
  7456.  
  7457. v.CanCollide = true
  7458.  
  7459. end
  7460.  
  7461. end
  7462.  
  7463. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  7464.  
  7465. if hum == nil then
  7466.  
  7467. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  7468.  
  7469. end
  7470.  
  7471. if hum then
  7472.  
  7473. tone = math.random(1, 3)
  7474.  
  7475. local sound = Instance.new('Sound',knofe.Grab)
  7476.  
  7477. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  7478.  
  7479. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  7480.  
  7481. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  7482.  
  7483. sound.PlaybackSpeed = 1
  7484.  
  7485. sound:Play()
  7486.  
  7487. else
  7488.  
  7489. local sound = Instance.new('Sound',knofe.Grab)
  7490.  
  7491. sound.SoundId = 'rbxassetid://267585646'
  7492.  
  7493. sound:Play()
  7494.  
  7495. end
  7496.  
  7497. if knofe then
  7498.  
  7499. local coru = coroutine.wrap(function()
  7500.  
  7501. if hit then
  7502.  
  7503. local uno = Instance.new('Part',workspace)
  7504.  
  7505. local dos = Instance.new('Part',workspace)
  7506.  
  7507. uno.CFrame = hit.CFrame
  7508.  
  7509. dos.CFrame = knofe["big ass knife"].CFrame
  7510.  
  7511. local weld = Instance.new('Weld',knofe["big ass knife"])
  7512.  
  7513. weld.Part0 = hit
  7514.  
  7515. weld.Part1 = knofe["big ass knife"]
  7516.  
  7517. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  7518.  
  7519. uno:Destroy()
  7520.  
  7521. dos:Destroy()
  7522.  
  7523. end
  7524.  
  7525. end)
  7526.  
  7527. coru()
  7528.  
  7529. end
  7530.  
  7531. local coru = coroutine.wrap(function()
  7532.  
  7533. for i=1,15,0.7 do
  7534.  
  7535. local sound = Instance.new('Sound',knofe.Grab)
  7536.  
  7537. if knofe then
  7538.  
  7539. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  7540.  
  7541. for i, v in pairs(knofe:GetChildren()) do
  7542.  
  7543. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  7544.  
  7545. v.BrickColor = BrickColor.new('Lily white')
  7546.  
  7547. v.Material = Enum.Material.SmoothPlastic
  7548.  
  7549. end
  7550.  
  7551. end
  7552.  
  7553. else
  7554.  
  7555. for i,v in pairs(knofe:GetChildren()) do
  7556.  
  7557. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  7558.  
  7559. v.BrickColor = BrickColor.new('Really red')
  7560.  
  7561. v.Material = Enum.Material.Neon
  7562.  
  7563. sound.SoundId = 'rbxassetid://300473653'
  7564.  
  7565. sound.Volume = 0.75
  7566.  
  7567. sound.TimePosition = 0.05
  7568.  
  7569. sound.EmitterSize = 25
  7570.  
  7571. sound.PlaybackSpeed = 1
  7572.  
  7573. sound:Play()
  7574.  
  7575. end
  7576.  
  7577. end
  7578.  
  7579. end
  7580.  
  7581. wait(1/i)
  7582.  
  7583. sound:Destroy()
  7584.  
  7585. end
  7586.  
  7587. end
  7588.  
  7589. local sound = Instance.new('Sound',knofe.Grab)
  7590.  
  7591. sound.Name = "BOOM"
  7592.  
  7593. sound.EmitterSize = 25
  7594.  
  7595. sound.SoundId = 'rbxassetid://12222084'
  7596.  
  7597. sound.TimePosition = 0.1
  7598.  
  7599. sound.Volume = 0.5
  7600.  
  7601. sound:Play()
  7602.  
  7603. local exppart = Instance.new("Part", game.Workspace)
  7604.  
  7605. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  7606.  
  7607. exppart.Anchored = true
  7608.  
  7609. exppart.CanCollide = false
  7610.  
  7611. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  7612.  
  7613. exppart.Transparency = 1
  7614.  
  7615. local expaccent = Instance.new("ParticleEmitter", exppart)
  7616.  
  7617. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  7618.  
  7619. expaccent.LightEmission = 0.2
  7620.  
  7621. expaccent.LightInfluence = 0.3
  7622.  
  7623. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  7624.  
  7625. expaccent.Acceleration = Vector3.new(0, -8, 0)
  7626.  
  7627. expaccent.Drag = 15
  7628.  
  7629. expaccent.LockedToPart = true
  7630.  
  7631. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  7632.  
  7633. expaccent.Rate = 2000
  7634.  
  7635. expaccent.Speed = NumberRange.new(10, 150)
  7636.  
  7637. expaccent.SpreadAngle = Vector2.new(360, 360)
  7638.  
  7639.  
  7640.  
  7641. local exp = Instance.new('Explosion',game.Workspace)
  7642.  
  7643. exp.Position = knofe["big ass knife"].Position
  7644.  
  7645. exp.ExplosionType = Enum.ExplosionType.NoCraters
  7646.  
  7647. exp.BlastRadius = 10
  7648.  
  7649. exp.BlastPressure = 100000
  7650.  
  7651. exp.DestroyJointRadiusPercent = 1
  7652.  
  7653. exp.Hit:connect(function(hit)
  7654.  
  7655. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  7656.  
  7657. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  7658.  
  7659. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  7660.  
  7661. end
  7662.  
  7663. wait(0.001)
  7664.  
  7665. local coru=coroutine.wrap(function()
  7666.  
  7667. killz(hit.Parent,'Head',knofe,exp)
  7668.  
  7669. end)
  7670.  
  7671. coru()
  7672.  
  7673. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  7674.  
  7675. if hit.Parent.Name ~= "Projectile" then
  7676.  
  7677. hit.Parent:BreakJoints()
  7678.  
  7679. end
  7680.  
  7681. elseif hit.Parent and hit.Parent ~= me then
  7682.  
  7683. hit:BreakJoints()
  7684.  
  7685. end
  7686.  
  7687. end)
  7688.  
  7689. local explosionaccenttimeout = coroutine.wrap(function()
  7690.  
  7691. wait(0.2)
  7692.  
  7693. expaccent.Enabled = false
  7694.  
  7695. wait(2)
  7696.  
  7697. exppart:Remove()
  7698.  
  7699. end)
  7700.  
  7701. explosionaccenttimeout()
  7702.  
  7703. for i,v in pairs(knofe:GetChildren()) do
  7704.  
  7705. if v:IsA('BasePart') then
  7706.  
  7707. v.Transparency = 1
  7708.  
  7709. end
  7710.  
  7711. end
  7712.  
  7713. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  7714.  
  7715. end)
  7716.  
  7717. coru()
  7718.  
  7719. end
  7720.  
  7721. end)
  7722.  
  7723. if finishnum == 1 then
  7724.  
  7725. for i= 0,1,0.1 do
  7726.  
  7727. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  7728.  
  7729. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  7730.  
  7731. wait(0.001)
  7732.  
  7733. end
  7734.  
  7735. else
  7736.  
  7737. wait(0.1)
  7738.  
  7739. end
  7740.  
  7741. weld2.C0 = CFrame.new(-1.5,0,0)
  7742.  
  7743. for i,v in pairs(obj1:GetChildren()) do
  7744.  
  7745. if v:IsA('BasePart') then
  7746.  
  7747. v.Transparency = 0
  7748.  
  7749. end
  7750.  
  7751. end
  7752.  
  7753. weld2:Destroy()
  7754.  
  7755. rightshoulderz:Clone().Parent = me.Torso
  7756.  
  7757. end
  7758.  
  7759. acting = false
  7760.  
  7761. canClick = true
  7762.  
  7763. end)
  7764.  
  7765. coru()
  7766.  
  7767. end
  7768.  
  7769.  
  7770.  
  7771. function release()
  7772.  
  7773. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  7774.  
  7775. targetweld = grabbed.Torso.TargetWeld
  7776.  
  7777. local ree= grabbed:FindFirstChild("Left Arm")
  7778.  
  7779. targetweld2 = nil
  7780.  
  7781. if ree and ree:FindFirstChild("Weld") then
  7782.  
  7783. targetweld2 = ree.Weld
  7784.  
  7785. end
  7786.  
  7787. for i, v in pairs(grabbed:GetChildren()) do
  7788.  
  7789. if v.Name == "Part" then
  7790.  
  7791. v.CanCollide = true
  7792.  
  7793. end
  7794.  
  7795. end
  7796.  
  7797. paralyzed = false
  7798.  
  7799. local doit = coroutine.wrap(function()
  7800.  
  7801. local arm = me["Right Arm"]
  7802.  
  7803. local tors = grabbed.Torso
  7804.  
  7805. local arm2 = me["Left Arm"]
  7806.  
  7807. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  7808.  
  7809. doing = true
  7810.  
  7811. local weld2 = arm:FindFirstChildOfClass('Weld')
  7812.  
  7813. local weld3 = arm2:FindFirstChildOfClass('Weld')
  7814.  
  7815. local humanroot = me.HumanoidRootPart
  7816.  
  7817.  
  7818.  
  7819. if grabbed:FindFirstChildOfClass('Humanoid') then
  7820.  
  7821. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  7822.  
  7823. end
  7824.  
  7825.  
  7826.  
  7827. rightshoulderz:Clone().Parent = me.Torso
  7828.  
  7829. leftshoulderz:Clone().Parent = me.Torso
  7830.  
  7831. grabbed = nil
  7832.  
  7833.  
  7834.  
  7835. if humanroot:FindFirstChild('Holder') then
  7836.  
  7837. humanroot.Holder:Destroy()
  7838.  
  7839. end
  7840.  
  7841.  
  7842.  
  7843. for i = 0,1,0.1 do
  7844.  
  7845. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  7846.  
  7847. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  7848.  
  7849. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  7850.  
  7851. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  7852.  
  7853. if targetweld2 then
  7854.  
  7855. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  7856.  
  7857. end
  7858.  
  7859. wait(0.01)
  7860.  
  7861. end
  7862.  
  7863.  
  7864.  
  7865. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  7866.  
  7867. weld2:Destroy()
  7868.  
  7869. weld3:Destroy()
  7870.  
  7871. targetweld:Remove()
  7872.  
  7873. if targetweld2 then
  7874.  
  7875. targetweld2:Remove()
  7876.  
  7877. end
  7878.  
  7879. if rightshoulder then
  7880.  
  7881. rightshoulder:Clone().Parent = tors
  7882.  
  7883. end
  7884.  
  7885. if leftshoulder then
  7886.  
  7887. leftshoulder:Clone().Parent = tors
  7888.  
  7889. end
  7890.  
  7891. headweld:Clone().Parent = tors
  7892.  
  7893. rightshoulderz:Clone().Parent = me.Torso
  7894.  
  7895. leftshoulderz:Clone().Parent = me.Torso
  7896.  
  7897. acting = false
  7898.  
  7899. canClick = true
  7900.  
  7901. doing = false
  7902.  
  7903. end)
  7904.  
  7905. doit()
  7906.  
  7907. end
  7908.  
  7909.  
  7910.  
  7911. function stabwithpassion()
  7912.  
  7913. local doit = coroutine.wrap(function()
  7914.  
  7915. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  7916.  
  7917. acting = true
  7918.  
  7919. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  7920.  
  7921. local arm = me["Right Arm"]
  7922.  
  7923. local tors = me.Torso
  7924.  
  7925. local arm2 = me["Left Arm"]
  7926.  
  7927. local humanroot = me.HumanoidRootPart
  7928.  
  7929. local weld = Instance.new('Weld',tors)
  7930.  
  7931. weld.Part0 = tors
  7932.  
  7933. weld.Part1 = humanroot
  7934.  
  7935. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  7936.  
  7937. local weld2 = Instance.new('Weld',arm)
  7938.  
  7939. weld2.Part0 = arm
  7940.  
  7941. weld2.Part1 = tors
  7942.  
  7943. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  7944.  
  7945. local weld3 = Instance.new('Weld',arm2)
  7946.  
  7947. weld3.Part0 = arm2
  7948.  
  7949. weld3.Part1 = tors
  7950.  
  7951. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  7952.  
  7953.  
  7954.  
  7955. for i = 0,1,0.15 do
  7956.  
  7957. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  7958.  
  7959. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  7960.  
  7961. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  7962.  
  7963. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  7964.  
  7965. wait(0.01)
  7966.  
  7967. end
  7968.  
  7969. wait(0.001)
  7970.  
  7971. trail.Enabled = true
  7972.  
  7973. stabbing = true
  7974.  
  7975. audio2.SoundId = 'rbxassetid://608537390'
  7976.  
  7977. audio2:Play()
  7978.  
  7979. for i = 0,1,0.2 do
  7980.  
  7981. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  7982.  
  7983. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  7984.  
  7985. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  7986.  
  7987. wait(0.01)
  7988.  
  7989. end
  7990.  
  7991. trail.Enabled = false
  7992.  
  7993. wait(0.1)
  7994.  
  7995. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  7996.  
  7997. stabbing = false
  7998.  
  7999. wait(0.001)
  8000.  
  8001. for i = 0,1,0.075 do
  8002.  
  8003. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  8004.  
  8005. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  8006.  
  8007. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  8008.  
  8009. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  8010.  
  8011. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  8012.  
  8013. wait(0.01)
  8014.  
  8015. end
  8016.  
  8017. weld:Destroy()
  8018.  
  8019. weld2:Destroy()
  8020.  
  8021. weld3:Destroy()
  8022.  
  8023. torsojoint:Clone().Parent = humanroot
  8024.  
  8025. rightshoulderz:Clone().Parent = me.Torso
  8026.  
  8027. leftshoulderz:Clone().Parent = me.Torso
  8028.  
  8029. canClick = true
  8030.  
  8031. hit = false
  8032.  
  8033. acting = false
  8034.  
  8035. end
  8036.  
  8037. end)
  8038.  
  8039. doit()
  8040.  
  8041. end
  8042.  
  8043.  
  8044.  
  8045. function stab()
  8046.  
  8047. local doit = coroutine.wrap(function()
  8048.  
  8049. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  8050.  
  8051. acting = true
  8052.  
  8053. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  8054.  
  8055. local arm = me["Right Arm"]
  8056.  
  8057. local tors = me.Torso
  8058.  
  8059. local arm2 = me["Left Arm"]
  8060.  
  8061. local humanroot = me.HumanoidRootPart
  8062.  
  8063. local weld = Instance.new('Weld',tors)
  8064.  
  8065. weld.Part0 = tors
  8066.  
  8067. weld.Part1 = humanroot
  8068.  
  8069. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  8070.  
  8071. local weld2 = Instance.new('Weld',arm)
  8072.  
  8073. weld2.Part0 = arm
  8074.  
  8075. weld2.Part1 = tors
  8076.  
  8077. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  8078.  
  8079. local weld3 = Instance.new('Weld',arm2)
  8080.  
  8081. weld3.Part0 = arm2
  8082.  
  8083. weld3.Part1 = tors
  8084.  
  8085. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  8086.  
  8087.  
  8088.  
  8089. for i = 0,1,0.1 do
  8090.  
  8091. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  8092.  
  8093. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  8094.  
  8095. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  8096.  
  8097. wait(0.01)
  8098.  
  8099. end
  8100.  
  8101. wait(0.001)
  8102.  
  8103. trail.Enabled = true
  8104.  
  8105. stabbing = true
  8106.  
  8107. audio2.SoundId = 'rbxassetid://608537390'
  8108.  
  8109. audio2:Play()
  8110.  
  8111. for i = 0,1,0.25 do
  8112.  
  8113. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  8114.  
  8115. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  8116.  
  8117. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  8118.  
  8119. wait(0.01)
  8120.  
  8121. end
  8122.  
  8123. trail.Enabled = false
  8124.  
  8125. wait(0.1)
  8126.  
  8127. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  8128.  
  8129. for i = 0,1,0.25 do
  8130.  
  8131. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  8132.  
  8133. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  8134.  
  8135. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  8136.  
  8137. wait(0.01)
  8138.  
  8139. end
  8140.  
  8141. stabbing = false
  8142.  
  8143. wait(0.001)
  8144.  
  8145. for i = 0,1,0.05 do
  8146.  
  8147. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  8148.  
  8149. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  8150.  
  8151. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  8152.  
  8153. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  8154.  
  8155. wait(0.01)
  8156.  
  8157. end
  8158.  
  8159. weld:Destroy()
  8160.  
  8161. weld2:Destroy()
  8162.  
  8163. weld3:Destroy()
  8164.  
  8165. torsojoint:Clone().Parent = humanroot
  8166.  
  8167. rightshoulderz:Clone().Parent = me.Torso
  8168.  
  8169. leftshoulderz:Clone().Parent = me.Torso
  8170.  
  8171. canClick = true
  8172.  
  8173. hit = false
  8174.  
  8175. acting = false
  8176.  
  8177. end
  8178.  
  8179. end)
  8180.  
  8181. doit()
  8182.  
  8183. end
  8184.  
  8185. function hardrelease()
  8186.  
  8187. rightshoulderz:Clone().Parent = me.Torso
  8188.  
  8189. leftshoulderz:Clone().Parent = me.Torso
  8190.  
  8191. if me:FindFirstChild('Right Arm') then
  8192.  
  8193. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  8194.  
  8195. if v:IsA('Weld') then
  8196.  
  8197. v:Destroy()
  8198.  
  8199. end
  8200.  
  8201. end
  8202.  
  8203. end
  8204.  
  8205. if me:FindFirstChild('Left Arm') then
  8206.  
  8207. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  8208.  
  8209. if v:IsA('Weld') then
  8210.  
  8211. v:Destroy()
  8212.  
  8213. end
  8214.  
  8215. end
  8216.  
  8217. end
  8218.  
  8219. acting = false
  8220.  
  8221. canClick = true
  8222.  
  8223. doing = false
  8224.  
  8225. grabbed = nil
  8226.  
  8227. end
  8228.  
  8229. function unequip()
  8230.  
  8231. local doit = coroutine.wrap(function()
  8232.  
  8233. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  8234.  
  8235. acting = true
  8236.  
  8237. local arm = me["Right Arm"]
  8238.  
  8239. local arm2 = me["Left Arm"]
  8240.  
  8241. local tors = me.Torso
  8242.  
  8243. local weld = Instance.new('Weld',arm)
  8244.  
  8245. weld.Part0 = arm
  8246.  
  8247. weld.Part1 = tors
  8248.  
  8249. weld.C0 = CFrame.new(-1.5,0,0)
  8250.  
  8251. local weld2 = Instance.new("Weld", arm2)
  8252.  
  8253. weld2.Part0 = arm2
  8254.  
  8255. weld2.Part1 = tors
  8256.  
  8257. weld2.C0 = CFrame.new(1.5, 0, 0)
  8258.  
  8259. wait(0.001)
  8260.  
  8261. trail.Enabled = true
  8262.  
  8263. for i = 0,1,0.1 do
  8264.  
  8265. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  8266.  
  8267. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  8268.  
  8269. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  8270.  
  8271. wait(0.001)
  8272.  
  8273. end
  8274.  
  8275. trail.Enabled = false
  8276.  
  8277. wait(0.25)
  8278.  
  8279. for i = 0,1,0.1 do
  8280.  
  8281. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  8282.  
  8283. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  8284.  
  8285. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  8286.  
  8287. wait(0.01)
  8288.  
  8289. end
  8290.  
  8291. weld:Destroy()
  8292.  
  8293. weld2:Remove()
  8294.  
  8295. if tors ~= nil then
  8296.  
  8297. rightshoulderz:Clone().Parent = me.Torso
  8298.  
  8299. leftshoulderz:Clone().Parent = me.Torso
  8300.  
  8301. end
  8302.  
  8303. acting = false
  8304.  
  8305. end
  8306.  
  8307. end)
  8308.  
  8309. doit()
  8310.  
  8311. end
  8312.  
  8313.  
  8314.  
  8315. mouse.KeyDown:connect(function(key)
  8316.  
  8317. if usable == true then
  8318.  
  8319. if key == "z" then
  8320.  
  8321. if active == false and acting == false then
  8322.  
  8323. active = true
  8324.  
  8325. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8326.  
  8327. notify("KNIFE EQUIPPED",false)
  8328.  
  8329. audio:Stop()
  8330.  
  8331. audio.SoundId = 'rbxassetid://608618332'
  8332.  
  8333. equip()
  8334.  
  8335. wait(0.6)
  8336.  
  8337. audio:Play()
  8338.  
  8339. knifeweld.Part0 = me["Right Arm"]
  8340.  
  8341. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  8342.  
  8343. elseif acting == false then
  8344.  
  8345. active = false
  8346.  
  8347. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8348.  
  8349. audio:Stop()
  8350.  
  8351. audio.SoundId = 'rbxassetid://608538233'
  8352.  
  8353. unequip()
  8354.  
  8355. notify("KNIFE UNEQUIPPED",false)
  8356.  
  8357. wait(0.3)
  8358.  
  8359. audio:Play()
  8360.  
  8361. knifeweld.Part0 = me.Torso
  8362.  
  8363. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  8364.  
  8365. canClick = true
  8366.  
  8367. end
  8368.  
  8369. elseif key == "f" then
  8370.  
  8371. if mode == 'kill' or active == false then return end
  8372.  
  8373. mode = "kill"
  8374.  
  8375. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8376.  
  8377. notify("MODE || KILL || [F]",false)
  8378.  
  8379. elseif key == "e" then
  8380.  
  8381. if mode == 'throw' or active == false then return end
  8382.  
  8383. mode = "throw"
  8384.  
  8385. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8386.  
  8387. notify("MODE || PUSH || [E]",false)
  8388.  
  8389. elseif key == "q" then
  8390.  
  8391. if mode == 'release' or active == false then return end
  8392.  
  8393. mode = "release"
  8394.  
  8395. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8396.  
  8397. notify("MODE || RELEASE || [Q]",false)
  8398.  
  8399. elseif key == "x" then
  8400.  
  8401. if mode == 'stab' or active == false or acting == true then return end
  8402.  
  8403. mode = "stab"
  8404.  
  8405. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8406.  
  8407. notify("MODE || STAB || [X]",false)
  8408.  
  8409. elseif key == "c" then
  8410.  
  8411. if mode == 'fling' or active == false or acting == true then return end
  8412.  
  8413. mode = "fling"
  8414.  
  8415. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8416.  
  8417. notify("MODE || THROW || [C]",false)
  8418.  
  8419. elseif key == "b" then
  8420.  
  8421. if mode == 'instasplode' or active == false or acting == true then return end
  8422.  
  8423. mode = "instasplode"
  8424.  
  8425. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8426.  
  8427. notify("MODE || MOLOTOV || [B]",false)
  8428.  
  8429. elseif key == "r" then
  8430.  
  8431. if mode == 'paralyze' or active == false then return end
  8432.  
  8433. mode = "paralyze"
  8434.  
  8435. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8436.  
  8437. notify("MODE || PARALYZE || [R]",false)
  8438.  
  8439. elseif key == "v" then
  8440.  
  8441. if mode == 'explode' or active == false or acting == true then return end
  8442.  
  8443. mode = "explode"
  8444.  
  8445. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8446.  
  8447. notify("MODE || EXPLODE || [V]",false)
  8448.  
  8449. elseif key == "k" then
  8450.  
  8451. if mode == 'suicide' or active == false or acting == true then return end
  8452.  
  8453. mode = "suicide"
  8454.  
  8455. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8456.  
  8457. notify("MODE || SUICIDE || [K]",false)
  8458.  
  8459. elseif key == "h" then
  8460.  
  8461. if mode == 'firework' or active == false or acting == true then return end
  8462.  
  8463. mode = "firework"
  8464.  
  8465. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8466.  
  8467. notify("MODE || FIREWORK || [H]",false)
  8468.  
  8469. elseif key == "g" then
  8470.  
  8471. if mode == 'finish' or active == false then return end
  8472.  
  8473. mode = "finish"
  8474.  
  8475. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8476.  
  8477. local welp = "ON"
  8478.  
  8479. if finishnum == 1 then
  8480.  
  8481. welp = "OFF"
  8482.  
  8483. end
  8484.  
  8485. notify("MODE || FINISH || [G] || "..welp,false)
  8486.  
  8487. elseif key == "n" then
  8488.  
  8489. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8490.  
  8491. if zombiemode == false then
  8492.  
  8493. notify("ZOMBIE MODE ON || [N]",false)
  8494.  
  8495. zombiemode = true
  8496.  
  8497. else
  8498.  
  8499. notify("ZOMBIE MODE OFF || [N]",false)
  8500.  
  8501. zombiemode = false
  8502.  
  8503. end
  8504.  
  8505. elseif key == "m" then
  8506.  
  8507. if finishnum == 1 then
  8508.  
  8509. finishnum = 15
  8510.  
  8511. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8512.  
  8513. notify("PSYCHOPATH MODE ON || [M]",false)
  8514.  
  8515. if cancolorfilter then
  8516.  
  8517. local Sp00kyGui = Instance.new("ScreenGui")
  8518.  
  8519. local ImageLabel = Instance.new("ImageLabel")
  8520.  
  8521.  
  8522.  
  8523. -- Properties
  8524.  
  8525.  
  8526.  
  8527. Sp00kyGui.Parent = playergui
  8528.  
  8529. Sp00kyGui.Name = "REEEEEEEE"
  8530.  
  8531.  
  8532.  
  8533. ImageLabel.Parent = Sp00kyGui
  8534.  
  8535. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8536.  
  8537. ImageLabel.BackgroundTransparency = 1
  8538.  
  8539. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  8540.  
  8541. ImageLabel.Image = "rbxassetid://74443700"
  8542.  
  8543. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  8544.  
  8545. end
  8546.  
  8547. if canbackgroundmusic == true then
  8548.  
  8549. local sound = Instance.new('Sound',playergui)
  8550.  
  8551. sound.Name = 'PSYCHOPAAAATH'
  8552.  
  8553. sound.SoundId = 'rbxassetid://220875210'
  8554.  
  8555. sound.Looped = true
  8556.  
  8557. sound.Volume = 0.5
  8558.  
  8559. sound:Play()
  8560.  
  8561. end
  8562.  
  8563. else
  8564.  
  8565. finishnum = 1
  8566.  
  8567. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  8568.  
  8569. notify("PSYCHOPATH MODE OFF || [M]",false)
  8570.  
  8571. for i,v in pairs(playergui:GetChildren()) do
  8572.  
  8573. if v.Name == "REEEEEEEE" then
  8574.  
  8575. v:Destroy()
  8576.  
  8577. end
  8578.  
  8579. end
  8580.  
  8581. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  8582.  
  8583. if thisniggarighthere then thisniggarighthere:Destroy() end
  8584.  
  8585. end
  8586.  
  8587. end
  8588.  
  8589. end
  8590.  
  8591. end)
  8592.  
  8593.  
  8594.  
  8595. mouse.Button1Down:connect(function()
  8596.  
  8597. if active == false or usable == false then return end
  8598.  
  8599. if canClick == true and acting == false then
  8600.  
  8601. if mode == "stab" and finishnum == 1 then
  8602.  
  8603. canClick = false
  8604.  
  8605. stab()
  8606.  
  8607. elseif mode == "stab" and finishnum == 15 then
  8608.  
  8609. canClick = false
  8610.  
  8611. stabwithpassion()
  8612.  
  8613. elseif mode == "fling" then
  8614.  
  8615. canClick = false
  8616.  
  8617. fling()
  8618.  
  8619. elseif mode == "explode" then
  8620.  
  8621. canClick = false
  8622.  
  8623. explode()
  8624.  
  8625. elseif mode == "instasplode" then
  8626.  
  8627. canClick = false
  8628.  
  8629. instasplode()
  8630.  
  8631. elseif mode == "finish" then
  8632.  
  8633. canClick = false
  8634.  
  8635. finish()
  8636.  
  8637. elseif mode == "suicide" then
  8638.  
  8639. canClick = false
  8640.  
  8641. kysnigga()
  8642.  
  8643. elseif mode == "firework" then
  8644.  
  8645. canClick = false
  8646.  
  8647. fireworkit()
  8648.  
  8649. else
  8650.  
  8651. canClick = false
  8652.  
  8653. grab()
  8654.  
  8655. end
  8656.  
  8657. else
  8658.  
  8659. if grabbed ~= nil and doing == false then
  8660.  
  8661. if mode == "release" then
  8662.  
  8663. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8664.  
  8665. release()
  8666.  
  8667. else
  8668.  
  8669. hardrelease()
  8670.  
  8671. end
  8672.  
  8673. elseif mode == "kill" then
  8674.  
  8675. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8676.  
  8677. kill()
  8678.  
  8679. else
  8680.  
  8681. hardrelease()
  8682.  
  8683. end
  8684.  
  8685. elseif mode == "paralyze" then
  8686.  
  8687. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8688.  
  8689. paralyze()
  8690.  
  8691. else
  8692.  
  8693. hardrelease()
  8694.  
  8695. end
  8696.  
  8697. elseif mode == "throw" then
  8698.  
  8699. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8700.  
  8701. throw()
  8702.  
  8703. else
  8704.  
  8705. hardrelease()
  8706.  
  8707. end
  8708.  
  8709. elseif mode == "explode" then
  8710.  
  8711. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8712.  
  8713. throw()
  8714.  
  8715. else
  8716.  
  8717. hardrelease()
  8718.  
  8719. end
  8720.  
  8721. end
  8722.  
  8723. end
  8724.  
  8725. end
  8726.  
  8727. end)
  8728.  
  8729.  
  8730.  
  8731. knife.Touched:connect(function(hitz)
  8732.  
  8733. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  8734.  
  8735. if mode == "stab" and stabbing == true and hit == false then
  8736.  
  8737. hit = true
  8738.  
  8739. tone = math.random(1, 3)
  8740.  
  8741. audio:Stop()
  8742.  
  8743. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  8744.  
  8745. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  8746.  
  8747. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  8748.  
  8749. audio.PlaybackSpeed = 1
  8750.  
  8751. audio:Play()
  8752.  
  8753. killz(hitz.Parent,'Left Leg')
  8754.  
  8755. killz(hitz.Parent,'Left Arm')
  8756.  
  8757. killz(hitz.Parent,'Right Leg')
  8758.  
  8759. killz(hitz.Parent,'Right Arm')
  8760.  
  8761. elseif mode == "finish" and finishing == true then
  8762.  
  8763. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  8764.  
  8765. tone = math.random(1, 3)
  8766.  
  8767. audio:Stop()
  8768.  
  8769. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  8770.  
  8771. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  8772.  
  8773. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  8774.  
  8775. audio.PlaybackSpeed = 1
  8776.  
  8777. audio:Play()
  8778.  
  8779. if hit == false then
  8780.  
  8781. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  8782.  
  8783. wait()
  8784.  
  8785. killz(hitz.Parent,'Head',nil,false,true)
  8786.  
  8787. end
  8788.  
  8789. hit = true
  8790.  
  8791. elseif grabbed == nil and grabbing == true and hit == false then
  8792.  
  8793. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  8794.  
  8795. grabbed = hitz.Parent
  8796.  
  8797. local weldz = Instance.new('Weld',point)
  8798.  
  8799. weldz.Name = "Holder"
  8800.  
  8801. weldz.Part0 = point
  8802.  
  8803. weldz.Part1 = hitz.Parent.Torso
  8804.  
  8805. weldz.C0 = CFrame.new(0,0,-1.2)
  8806.  
  8807. end
  8808.  
  8809. end
  8810.  
  8811. end
  8812.  
  8813. end)
  8814.  
  8815.  
  8816.  
  8817. player.CharacterAdded:connect(function()
  8818.  
  8819. usable = false
  8820.  
  8821. for i,v in pairs(playergui:GetChildren()) do
  8822.  
  8823. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  8824.  
  8825. v:Destroy()
  8826.  
  8827. end
  8828.  
  8829. end
  8830.  
  8831. end)
  8832.  
  8833. while usable do
  8834.  
  8835. local coru = coroutine.wrap(function()
  8836.  
  8837. if grabbed ~= nil then
  8838.  
  8839. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  8840.  
  8841. for i,v in pairs(grabbed:GetChildren()) do
  8842.  
  8843. if v:IsA('Tool') then
  8844.  
  8845. local model = Instance.new('Model',workspace)
  8846.  
  8847. v.Parent = model
  8848.  
  8849. model:TranslateBy(Vector3.new(3,0,0))
  8850.  
  8851. end
  8852.  
  8853. end
  8854.  
  8855. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  8856.  
  8857. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  8858.  
  8859. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  8860.  
  8861. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  8862.  
  8863. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  8864.  
  8865. if grabweld ~= nil then return end
  8866.  
  8867. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  8868.  
  8869. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  8870.  
  8871. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  8872.  
  8873. end
  8874.  
  8875. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  8876.  
  8877. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  8878.  
  8879. end
  8880.  
  8881. headweld = grabbed.Torso["Neck"]:Clone()
  8882.  
  8883. local targetweld = Instance.new('Weld',grabbed.Torso)
  8884.  
  8885. targetweld.Part0 = grabbed.Torso
  8886.  
  8887. targetweld.Part1 = grabbed.Head
  8888.  
  8889. targetweld.Name = "TargetWeld"
  8890.  
  8891. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  8892.  
  8893. if grabbed:FindFirstChild('Left Arm') then
  8894.  
  8895. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  8896.  
  8897. targetweld2.Part0 = grabbed.Torso
  8898.  
  8899. targetweld2.Part1 = grabbed["Left Arm"]
  8900.  
  8901. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  8902.  
  8903. end
  8904.  
  8905.  
  8906.  
  8907. for i = 0,1,0.1 do
  8908.  
  8909. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  8910.  
  8911. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  8912.  
  8913. if targetweld2 then
  8914.  
  8915. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  8916.  
  8917. end
  8918.  
  8919. wait(0.001)
  8920.  
  8921. end
  8922.  
  8923. end
  8924.  
  8925. end
  8926.  
  8927. end)
  8928.  
  8929. coru()
  8930.  
  8931. wait()
  8932.  
  8933. end
  8934.  
  8935.  
  8936.  
  8937. end
  8938.  
  8939. local coru=coroutine.wrap(function()
  8940.  
  8941. nub()
  8942.  
  8943. end)
  8944.  
  8945. coru()
  8946.  
  8947.  
  8948.  
  8949. player.CharacterAppearanceLoaded:connect(function()
  8950.  
  8951. local coru =coroutine.wrap(function()
  8952.  
  8953. nub()
  8954.  
  8955. end)
  8956.  
  8957. coru()
  8958.  
  8959. end)
  8960.  
  8961.  
  8962.  
  8963. while true do
  8964.  
  8965. local coru=coroutine.wrap(function()
  8966.  
  8967. for i,v in pairs(rekt) do
  8968.  
  8969. if v and v:FindFirstChildOfClass('Humanoid') then
  8970.  
  8971. for a,c in pairs(v:GetChildren()) do
  8972.  
  8973. if c:IsA('Tool') then
  8974.  
  8975. local model = Instance.new('Model',workspace)
  8976.  
  8977. c.Parent = model
  8978.  
  8979. model:TranslateBy(Vector3.new(3,0,0))
  8980.  
  8981. end
  8982.  
  8983. end
  8984.  
  8985. v:FindFirstChildOfClass('Humanoid').Jump = false
  8986.  
  8987. v:FindFirstChildOfClass('Humanoid').Sit = false
  8988.  
  8989. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  8990.  
  8991. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  8992.  
  8993. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  8994.  
  8995. local thing = getplr(v)
  8996.  
  8997. if thing then
  8998.  
  8999. thing.CameraMinZoomDistance = 3
  9000.  
  9001. end
  9002.  
  9003. else
  9004.  
  9005. local thing = getplr(v)
  9006.  
  9007. if thing then
  9008.  
  9009. thing.CameraMinZoomDistance = 0.5
  9010.  
  9011. end
  9012.  
  9013. table.remove(rekt,i)
  9014.  
  9015. end
  9016.  
  9017. end
  9018.  
  9019. end)
  9020.  
  9021. coru()
  9022.  
  9023. local coru2 = coroutine.wrap(function()
  9024.  
  9025. if curpart then
  9026.  
  9027. curpoint = curpart.CFrame.p
  9028.  
  9029. end
  9030.  
  9031. if lastgui then
  9032.  
  9033. lastgui:Destroy()
  9034.  
  9035. lastgui = nil
  9036.  
  9037. end
  9038.  
  9039. if curpoint then
  9040.  
  9041. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  9042.  
  9043. lastgui.AlwaysOnTop = true
  9044.  
  9045. lastgui.MaxDistance = 0
  9046.  
  9047. lastgui.Size = UDim2.new(5,0,5,0)
  9048.  
  9049. if curpart == nil then
  9050.  
  9051. lastgui.Adornee = workspace
  9052.  
  9053. lastgui.StudsOffsetWorldSpace = curpoint
  9054.  
  9055. else
  9056.  
  9057. lastgui.Adornee = curpart
  9058.  
  9059. end
  9060.  
  9061. local cross = Instance.new('ImageLabel',lastgui)
  9062.  
  9063. cross.BackgroundTransparency = 1
  9064.  
  9065. cross.Size = UDim2.new(1,0,1,0)
  9066.  
  9067. cross.Image = 'rbxassetid://316279304'
  9068.  
  9069. for i,v in pairs(zombies) do
  9070.  
  9071. if v:FindFirstChildOfClass('Humanoid') then
  9072.  
  9073. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  9074.  
  9075. end
  9076.  
  9077. end
  9078.  
  9079. else
  9080.  
  9081. for i,v in pairs(zombies) do
  9082.  
  9083. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  9084.  
  9085. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  9086.  
  9087. end
  9088.  
  9089. end
  9090.  
  9091. end
  9092.  
  9093. end)
  9094.  
  9095. coru2()
  9096.  
  9097. wait()
  9098.  
  9099. end
  9100.  
  9101. end)
  9102.  
  9103.  
  9104.  
  9105. CWGUI.Name = "CWGUI"
  9106.  
  9107. CWGUI.Parent = ScriptFrame
  9108.  
  9109. CWGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  9110.  
  9111. CWGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9112.  
  9113. CWGUI.Position = UDim2.new(0, 320, 0, 132)
  9114.  
  9115. CWGUI.Size = UDim2.new(0, 132, 0, 50)
  9116.  
  9117. CWGUI.Font = Enum.Font.SourceSansBold
  9118.  
  9119. CWGUI.FontSize = Enum.FontSize.Size14
  9120.  
  9121. CWGUI.Text = "Clown GUI"
  9122.  
  9123. CWGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  9124.  
  9125. CWGUI.TextScaled = true
  9126.  
  9127. CWGUI.TextSize = 14
  9128.  
  9129. CWGUI.TextWrapped = true
  9130.  
  9131. CWGUI.MouseButton1Down:connect(function()
  9132.  
  9133. -- Objects
  9134.  
  9135.  
  9136.  
  9137. local VanGui = Instance.new("ScreenGui")
  9138.  
  9139. local Opener = Instance.new("Frame")
  9140.  
  9141. local Open = Instance.new("TextButton")
  9142.  
  9143. local DaGui = Instance.new("Frame")
  9144.  
  9145. local Frame = Instance.new("Frame")
  9146.  
  9147. local Close = Instance.new("TextButton")
  9148.  
  9149. local Username = Instance.new("TextBox")
  9150.  
  9151. local VanDaPlayer = Instance.new("TextButton")
  9152.  
  9153. local TextLabel = Instance.new("TextLabel")
  9154.  
  9155.  
  9156.  
  9157. -- Properties
  9158.  
  9159.  
  9160.  
  9161. VanGui.Name = "VanGui"
  9162.  
  9163. VanGui.Parent = game.CoreGui
  9164.  
  9165.  
  9166.  
  9167. Opener.Name = "Opener"
  9168.  
  9169. Opener.Parent = VanGui
  9170.  
  9171. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  9172.  
  9173. Opener.BackgroundTransparency = 0.5
  9174.  
  9175. Opener.Position = UDim2.new(0, 19, 0, 564)
  9176.  
  9177. Opener.Size = UDim2.new(0, 224, 0, 40)
  9178.  
  9179.  
  9180.  
  9181. Open.Name = "Open"
  9182.  
  9183. Open.Parent = Opener
  9184.  
  9185. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  9186.  
  9187. Open.BackgroundTransparency = 0.5
  9188.  
  9189. Open.Size = UDim2.new(0, 224, 0, 40)
  9190.  
  9191. Open.Font = Enum.Font.SciFi
  9192.  
  9193. Open.FontSize = Enum.FontSize.Size42
  9194.  
  9195. Open.Text = "Open"
  9196.  
  9197. Open.TextColor3 = Color3.new(0, 1, 1)
  9198.  
  9199. Open.TextSize = 42
  9200.  
  9201.  
  9202.  
  9203. DaGui.Name = "DaGui"
  9204.  
  9205. DaGui.Parent = VanGui
  9206.  
  9207. DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
  9208.  
  9209. DaGui.BackgroundTransparency = 0.5
  9210.  
  9211. DaGui.Draggable = true
  9212.  
  9213. DaGui.Position = UDim2.new(0, 0, 0, 311)
  9214.  
  9215. DaGui.Size = UDim2.new(0, 343, 0, 197)
  9216.  
  9217. DaGui.Visible = false
  9218.  
  9219.  
  9220.  
  9221. Frame.Parent = DaGui
  9222.  
  9223. Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  9224.  
  9225. Frame.Position = UDim2.new(0, 313, 0, 0)
  9226.  
  9227. Frame.Size = UDim2.new(0, 30, 0, 26)
  9228.  
  9229.  
  9230.  
  9231. Close.Name = "Close"
  9232.  
  9233. Close.Parent = Frame
  9234.  
  9235. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  9236.  
  9237. Close.Size = UDim2.new(0, 30, 0, 26)
  9238.  
  9239. Close.Font = Enum.Font.SciFi
  9240.  
  9241. Close.FontSize = Enum.FontSize.Size14
  9242.  
  9243. Close.Text = "X"
  9244.  
  9245. Close.TextColor3 = Color3.new(1, 1, 1)
  9246.  
  9247. Close.TextSize = 14
  9248.  
  9249. Close.TextStrokeTransparency = 5
  9250.  
  9251.  
  9252.  
  9253. Username.Name = "Username"
  9254.  
  9255. Username.Parent = DaGui
  9256.  
  9257. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  9258.  
  9259. Username.BackgroundTransparency = 0.5
  9260.  
  9261. Username.Position = UDim2.new(0, 72, 0, 76)
  9262.  
  9263. Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
  9264.  
  9265. Username.Font = Enum.Font.SciFi
  9266.  
  9267. Username.FontSize = Enum.FontSize.Size18
  9268.  
  9269. Username.Text = "Username"
  9270.  
  9271. Username.TextColor3 = Color3.new(0, 1, 1)
  9272.  
  9273. Username.TextSize = 18
  9274.  
  9275.  
  9276.  
  9277. VanDaPlayer.Name = "VanDaPlayer"
  9278.  
  9279. VanDaPlayer.Parent = DaGui
  9280.  
  9281. VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  9282.  
  9283. VanDaPlayer.BackgroundTransparency = 0.5
  9284.  
  9285. VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
  9286.  
  9287. VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
  9288.  
  9289. VanDaPlayer.Font = Enum.Font.SciFi
  9290.  
  9291. VanDaPlayer.FontSize = Enum.FontSize.Size14
  9292.  
  9293. VanDaPlayer.Text = "Van Player"
  9294.  
  9295. VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
  9296.  
  9297. VanDaPlayer.TextSize = 14
  9298.  
  9299.  
  9300.  
  9301. TextLabel.Parent = DaGui
  9302.  
  9303. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  9304.  
  9305. TextLabel.BackgroundTransparency = 0.5
  9306.  
  9307. TextLabel.Position = UDim2.new(0, 48, 0, 22)
  9308.  
  9309. TextLabel.Size = UDim2.new(0, 246, 0, 19)
  9310.  
  9311. TextLabel.Font = Enum.Font.SciFi
  9312.  
  9313. TextLabel.FontSize = Enum.FontSize.Size18
  9314.  
  9315. TextLabel.Text = "Van Player Gui by 345678 (Talha)"
  9316.  
  9317. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  9318.  
  9319. TextLabel.TextSize = 17
  9320.  
  9321.  
  9322.  
  9323. Open.MouseButton1Down:connect(function()
  9324.  
  9325. game.CoreGui.VanGui.DaGui.Visible = true
  9326.  
  9327. game.CoreGui.VanGui.Opener.Visible = false
  9328.  
  9329.  
  9330.  
  9331. end)
  9332.  
  9333.  
  9334.  
  9335. Close.MouseButton1Down:connect(function()
  9336.  
  9337. game.CoreGui.VanGui.DaGui.Visible = false
  9338.  
  9339. game.CoreGui.VanGui.Opener.Visible = true
  9340.  
  9341. end)
  9342.  
  9343.  
  9344.  
  9345. VanDaPlayer.MouseButton1Down:connect(function()
  9346.  
  9347. Victim = Username.Text
  9348.  
  9349. o1 = Instance.new("Model")
  9350.  
  9351. o2 = Instance.new("Part")
  9352.  
  9353. o3 = Instance.new("CylinderMesh")
  9354.  
  9355. o4 = Instance.new("Part")
  9356.  
  9357. o5 = Instance.new("SpecialMesh")
  9358.  
  9359. o6 = Instance.new("Part")
  9360.  
  9361. o7 = Instance.new("SpecialMesh")
  9362.  
  9363. o8 = Instance.new("Part")
  9364.  
  9365. o9 = Instance.new("BlockMesh")
  9366.  
  9367. o10 = Instance.new("Part")
  9368.  
  9369. o11 = Instance.new("BlockMesh")
  9370.  
  9371. o12 = Instance.new("Part")
  9372.  
  9373. o13 = Instance.new("Part")
  9374.  
  9375. o14 = Instance.new("BlockMesh")
  9376.  
  9377. o15 = Instance.new("Part")
  9378.  
  9379. o16 = Instance.new("SpecialMesh")
  9380.  
  9381. o17 = Instance.new("Part")
  9382.  
  9383. o18 = Instance.new("SpecialMesh")
  9384.  
  9385. o19 = Instance.new("Part")
  9386.  
  9387. o20 = Instance.new("SpecialMesh")
  9388.  
  9389. o21 = Instance.new("Sound")
  9390.  
  9391. o22 = Instance.new("Part")
  9392.  
  9393. o23 = Instance.new("BlockMesh")
  9394.  
  9395. o24 = Instance.new("Part")
  9396.  
  9397. o25 = Instance.new("SpecialMesh")
  9398.  
  9399. o26 = Instance.new("Part")
  9400.  
  9401. o27 = Instance.new("BlockMesh")
  9402.  
  9403. o28 = Instance.new("Part")
  9404.  
  9405. o29 = Instance.new("SpecialMesh")
  9406.  
  9407. o30 = Instance.new("Part")
  9408.  
  9409. o31 = Instance.new("BlockMesh")
  9410.  
  9411. o32 = Instance.new("Part")
  9412.  
  9413. o33 = Instance.new("BlockMesh")
  9414.  
  9415. o34 = Instance.new("Part")
  9416.  
  9417. o35 = Instance.new("BlockMesh")
  9418.  
  9419. o36 = Instance.new("Part")
  9420.  
  9421. o37 = Instance.new("BlockMesh")
  9422.  
  9423. o38 = Instance.new("Part")
  9424.  
  9425. o39 = Instance.new("Part")
  9426.  
  9427. o40 = Instance.new("BlockMesh")
  9428.  
  9429. o41 = Instance.new("Part")
  9430.  
  9431. o42 = Instance.new("BlockMesh")
  9432.  
  9433. o43 = Instance.new("Part")
  9434.  
  9435. o44 = Instance.new("BlockMesh")
  9436.  
  9437. o45 = Instance.new("Part")
  9438.  
  9439. o46 = Instance.new("SpecialMesh")
  9440.  
  9441. o47 = Instance.new("Part")
  9442.  
  9443. o48 = Instance.new("BlockMesh")
  9444.  
  9445. o49 = Instance.new("Part")
  9446.  
  9447. o50 = Instance.new("BlockMesh")
  9448.  
  9449. o51 = Instance.new("Part")
  9450.  
  9451. o52 = Instance.new("BlockMesh")
  9452.  
  9453. o53 = Instance.new("Part")
  9454.  
  9455. o54 = Instance.new("SpecialMesh")
  9456.  
  9457. o55 = Instance.new("Part")
  9458.  
  9459. o56 = Instance.new("SpecialMesh")
  9460.  
  9461. o57 = Instance.new("Part")
  9462.  
  9463. o58 = Instance.new("BlockMesh")
  9464.  
  9465. o59 = Instance.new("Part")
  9466.  
  9467. o60 = Instance.new("BlockMesh")
  9468.  
  9469. o61 = Instance.new("Part")
  9470.  
  9471. o62 = Instance.new("BlockMesh")
  9472.  
  9473. o63 = Instance.new("Part")
  9474.  
  9475. o64 = Instance.new("Part")
  9476.  
  9477. o65 = Instance.new("Part")
  9478.  
  9479. o66 = Instance.new("BlockMesh")
  9480.  
  9481. o67 = Instance.new("Part")
  9482.  
  9483. o68 = Instance.new("BlockMesh")
  9484.  
  9485. o69 = Instance.new("Part")
  9486.  
  9487. o70 = Instance.new("BlockMesh")
  9488.  
  9489. o71 = Instance.new("Part")
  9490.  
  9491. o72 = Instance.new("BlockMesh")
  9492.  
  9493. o73 = Instance.new("Part")
  9494.  
  9495. o74 = Instance.new("SpecialMesh")
  9496.  
  9497. o75 = Instance.new("Decal")
  9498.  
  9499. o76 = Instance.new("Part")
  9500.  
  9501. o77 = Instance.new("Part")
  9502.  
  9503. o78 = Instance.new("BlockMesh")
  9504.  
  9505. o79 = Instance.new("Part")
  9506.  
  9507. o80 = Instance.new("SpecialMesh")
  9508.  
  9509. o81 = Instance.new("Decal")
  9510.  
  9511. o82 = Instance.new("Part")
  9512.  
  9513. o83 = Instance.new("SpecialMesh")
  9514.  
  9515. o84 = Instance.new("Humanoid")
  9516.  
  9517. o85 = Instance.new("Part")
  9518.  
  9519. o86 = Instance.new("Part")
  9520.  
  9521. o87 = Instance.new("Part")
  9522.  
  9523. o88 = Instance.new("Decal")
  9524.  
  9525. o89 = Instance.new("Motor6D")
  9526.  
  9527. o90 = Instance.new("Motor6D")
  9528.  
  9529. o91 = Instance.new("Motor6D")
  9530.  
  9531. o92 = Instance.new("Motor6D")
  9532.  
  9533. o93 = Instance.new("Motor6D")
  9534.  
  9535. o94 = Instance.new("Part")
  9536.  
  9537. o95 = Instance.new("Part")
  9538.  
  9539. o96 = Instance.new("Part")
  9540.  
  9541. o97 = Instance.new("Part")
  9542.  
  9543. o98 = Instance.new("Part")
  9544.  
  9545. o99 = Instance.new("Decal")
  9546.  
  9547. o100 = Instance.new("Motor6D")
  9548.  
  9549. o101 = Instance.new("Motor6D")
  9550.  
  9551. o102 = Instance.new("Motor6D")
  9552.  
  9553. o103 = Instance.new("Part")
  9554.  
  9555. o104 = Instance.new("Part")
  9556.  
  9557. o105 = Instance.new("Part")
  9558.  
  9559. o106 = Instance.new("Part")
  9560.  
  9561. o107 = Instance.new("Part")
  9562.  
  9563. o108 = Instance.new("CylinderMesh")
  9564.  
  9565. o109 = Instance.new("Part")
  9566.  
  9567. o110 = Instance.new("CylinderMesh")
  9568.  
  9569. o111 = Instance.new("Part")
  9570.  
  9571. o112 = Instance.new("CylinderMesh")
  9572.  
  9573. o113 = Instance.new("Part")
  9574.  
  9575. o114 = Instance.new("CylinderMesh")
  9576.  
  9577. o115 = Instance.new("Part")
  9578.  
  9579. o116 = Instance.new("CylinderMesh")
  9580.  
  9581. o117 = Instance.new("Part")
  9582.  
  9583. o118 = Instance.new("CylinderMesh")
  9584.  
  9585. o119 = Instance.new("Part")
  9586.  
  9587. o120 = Instance.new("CylinderMesh")
  9588.  
  9589. o121 = Instance.new("Part")
  9590.  
  9591. o122 = Instance.new("SpecialMesh")
  9592.  
  9593. o123 = Instance.new("Part")
  9594.  
  9595. o124 = Instance.new("Decal")
  9596.  
  9597. o1.Name = " "
  9598.  
  9599. o1.Parent = workspace
  9600.  
  9601. o2.Parent = o1
  9602.  
  9603. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  9604.  
  9605. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  9606.  
  9607. o2.Anchored = true
  9608.  
  9609. o2.FormFactor = Enum.FormFactor.Symmetric
  9610.  
  9611. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  9612.  
  9613. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  9614.  
  9615. o3.Parent = o2
  9616.  
  9617. o4.Parent = o1
  9618.  
  9619. o4.BrickColor = BrickColor.new("Institutional white")
  9620.  
  9621. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  9622.  
  9623. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  9624.  
  9625. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9626.  
  9627. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  9628.  
  9629. o4.Anchored = true
  9630.  
  9631. o4.FormFactor = Enum.FormFactor.Plate
  9632.  
  9633. o4.Size = Vector3.new(1, 2.4000001, 2)
  9634.  
  9635. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  9636.  
  9637. o4.BackSurface = Enum.SurfaceType.Weld
  9638.  
  9639. o4.BottomSurface = Enum.SurfaceType.Weld
  9640.  
  9641. o4.LeftSurface = Enum.SurfaceType.Weld
  9642.  
  9643. o4.TopSurface = Enum.SurfaceType.Weld
  9644.  
  9645. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9646.  
  9647. o5.Parent = o4
  9648.  
  9649. o5.MeshType = Enum.MeshType.Wedge
  9650.  
  9651. o6.Parent = o1
  9652.  
  9653. o6.Material = Enum.Material.SmoothPlastic
  9654.  
  9655. o6.BrickColor = BrickColor.new("Really black")
  9656.  
  9657. o6.Transparency = 0.5
  9658.  
  9659. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  9660.  
  9661. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  9662.  
  9663. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9664.  
  9665. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  9666.  
  9667. o6.Anchored = true
  9668.  
  9669. o6.FormFactor = Enum.FormFactor.Plate
  9670.  
  9671. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  9672.  
  9673. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  9674.  
  9675. o6.BackSurface = Enum.SurfaceType.Weld
  9676.  
  9677. o6.BottomSurface = Enum.SurfaceType.Weld
  9678.  
  9679. o6.LeftSurface = Enum.SurfaceType.Weld
  9680.  
  9681. o6.RightSurface = Enum.SurfaceType.Weld
  9682.  
  9683. o6.TopSurface = Enum.SurfaceType.Weld
  9684.  
  9685. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9686.  
  9687. o7.Parent = o6
  9688.  
  9689. o7.MeshType = Enum.MeshType.Wedge
  9690.  
  9691. o8.Parent = o1
  9692.  
  9693. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  9694.  
  9695. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  9696.  
  9697. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  9698.  
  9699. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9700.  
  9701. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  9702.  
  9703. o8.Anchored = true
  9704.  
  9705. o8.FormFactor = Enum.FormFactor.Custom
  9706.  
  9707. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  9708.  
  9709. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  9710.  
  9711. o8.BackSurface = Enum.SurfaceType.Weld
  9712.  
  9713. o8.BottomSurface = Enum.SurfaceType.Weld
  9714.  
  9715. o8.FrontSurface = Enum.SurfaceType.Weld
  9716.  
  9717. o8.LeftSurface = Enum.SurfaceType.Weld
  9718.  
  9719. o8.RightSurface = Enum.SurfaceType.Weld
  9720.  
  9721. o8.TopSurface = Enum.SurfaceType.Weld
  9722.  
  9723. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  9724.  
  9725. o9.Parent = o8
  9726.  
  9727. o10.Parent = o1
  9728.  
  9729. o10.BrickColor = BrickColor.new("Institutional white")
  9730.  
  9731. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  9732.  
  9733. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  9734.  
  9735. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9736.  
  9737. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  9738.  
  9739. o10.Anchored = true
  9740.  
  9741. o10.CanCollide = false
  9742.  
  9743. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  9744.  
  9745. game.Players[Victim].Character.Humanoid.JumpPower = 0
  9746.  
  9747. o10.FormFactor = Enum.FormFactor.Plate
  9748.  
  9749. o10.Size = Vector3.new(14, 0.400000006, 1)
  9750.  
  9751. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  9752.  
  9753. o10.BackSurface = Enum.SurfaceType.Weld
  9754.  
  9755. o10.BottomSurface = Enum.SurfaceType.Weld
  9756.  
  9757. o10.FrontSurface = Enum.SurfaceType.Weld
  9758.  
  9759. o10.LeftSurface = Enum.SurfaceType.Weld
  9760.  
  9761. o10.RightSurface = Enum.SurfaceType.Weld
  9762.  
  9763. o10.TopSurface = Enum.SurfaceType.Weld
  9764.  
  9765. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9766.  
  9767. o11.Parent = o10
  9768.  
  9769. o12.Name = "DOOR"
  9770.  
  9771. o12.Parent = o1
  9772.  
  9773. o12.BrickColor = BrickColor.new("Institutional white")
  9774.  
  9775. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  9776.  
  9777. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  9778.  
  9779. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9780.  
  9781. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  9782.  
  9783. o12.Anchored = true
  9784.  
  9785. o12.CanCollide = false
  9786.  
  9787. o12.FormFactor = Enum.FormFactor.Plate
  9788.  
  9789. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  9790.  
  9791. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  9792.  
  9793. o12.BottomSurface = Enum.SurfaceType.Weld
  9794.  
  9795. o12.LeftSurface = Enum.SurfaceType.Weld
  9796.  
  9797. o12.RightSurface = Enum.SurfaceType.Weld
  9798.  
  9799. o12.TopSurface = Enum.SurfaceType.Weld
  9800.  
  9801. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9802.  
  9803. o13.Parent = o1
  9804.  
  9805. o13.BrickColor = BrickColor.new("White")
  9806.  
  9807. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  9808.  
  9809. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  9810.  
  9811. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9812.  
  9813. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  9814.  
  9815. o13.Anchored = true
  9816.  
  9817. o13.FormFactor = Enum.FormFactor.Plate
  9818.  
  9819. o13.Size = Vector3.new(7, 4.80000019, 1)
  9820.  
  9821. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  9822.  
  9823. o13.BackSurface = Enum.SurfaceType.Weld
  9824.  
  9825. o13.BottomSurface = Enum.SurfaceType.Weld
  9826.  
  9827. o13.FrontSurface = Enum.SurfaceType.Weld
  9828.  
  9829. o13.LeftSurface = Enum.SurfaceType.Weld
  9830.  
  9831. o13.RightSurface = Enum.SurfaceType.Weld
  9832.  
  9833. o13.TopSurface = Enum.SurfaceType.Weld
  9834.  
  9835. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  9836.  
  9837. o14.Parent = o13
  9838.  
  9839. o15.Parent = o1
  9840.  
  9841. o15.BrickColor = BrickColor.new("Institutional white")
  9842.  
  9843. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  9844.  
  9845. o15.Rotation = Vector3.new(90, 89.960434, -90)
  9846.  
  9847. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9848.  
  9849. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  9850.  
  9851. o15.Anchored = true
  9852.  
  9853. o15.CanCollide = false
  9854.  
  9855. o15.FormFactor = Enum.FormFactor.Plate
  9856.  
  9857. o15.Size = Vector3.new(10, 0.400000006, 1)
  9858.  
  9859. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  9860.  
  9861. o15.BackSurface = Enum.SurfaceType.Weld
  9862.  
  9863. o15.BottomSurface = Enum.SurfaceType.Weld
  9864.  
  9865. o15.TopSurface = Enum.SurfaceType.Weld
  9866.  
  9867. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9868.  
  9869. o16.Parent = o15
  9870.  
  9871. o16.MeshType = Enum.MeshType.Wedge
  9872.  
  9873. o17.Parent = o1
  9874.  
  9875. o17.BrickColor = BrickColor.new("Institutional white")
  9876.  
  9877. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  9878.  
  9879. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  9880.  
  9881. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9882.  
  9883. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  9884.  
  9885. o17.Anchored = true
  9886.  
  9887. o17.FormFactor = Enum.FormFactor.Plate
  9888.  
  9889. o17.Size = Vector3.new(1, 2.4000001, 2)
  9890.  
  9891. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  9892.  
  9893. o17.BackSurface = Enum.SurfaceType.Weld
  9894.  
  9895. o17.BottomSurface = Enum.SurfaceType.Weld
  9896.  
  9897. o17.RightSurface = Enum.SurfaceType.Weld
  9898.  
  9899. o17.TopSurface = Enum.SurfaceType.Weld
  9900.  
  9901. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9902.  
  9903. o18.Parent = o17
  9904.  
  9905. o18.MeshType = Enum.MeshType.Wedge
  9906.  
  9907. o19.Parent = o1
  9908.  
  9909. o19.BrickColor = BrickColor.new("Institutional white")
  9910.  
  9911. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  9912.  
  9913. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  9914.  
  9915. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9916.  
  9917. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  9918.  
  9919. o19.Anchored = true
  9920.  
  9921. o19.FormFactor = Enum.FormFactor.Plate
  9922.  
  9923. o19.Size = Vector3.new(10, 1.20000005, 3)
  9924.  
  9925. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  9926.  
  9927. o19.BackSurface = Enum.SurfaceType.Weld
  9928.  
  9929. o19.BottomSurface = Enum.SurfaceType.Weld
  9930.  
  9931. o19.TopSurface = Enum.SurfaceType.Weld
  9932.  
  9933. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9934.  
  9935. o20.Parent = o19
  9936.  
  9937. o20.MeshType = Enum.MeshType.Wedge
  9938.  
  9939. o21.Parent = o19
  9940.  
  9941. o21.SoundId = "rbxassetid://532147820"
  9942.  
  9943. o21.Looped = true
  9944.  
  9945. o22.Parent = o1
  9946.  
  9947. o22.BrickColor = BrickColor.new("Institutional white")
  9948.  
  9949. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  9950.  
  9951. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  9952.  
  9953. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9954.  
  9955. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  9956.  
  9957. o22.Anchored = true
  9958.  
  9959. o22.FormFactor = Enum.FormFactor.Plate
  9960.  
  9961. o22.Size = Vector3.new(2, 2.4000001, 1)
  9962.  
  9963. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  9964.  
  9965. o22.BackSurface = Enum.SurfaceType.Weld
  9966.  
  9967. o22.BottomSurface = Enum.SurfaceType.Weld
  9968.  
  9969. o22.FrontSurface = Enum.SurfaceType.Weld
  9970.  
  9971. o22.LeftSurface = Enum.SurfaceType.Weld
  9972.  
  9973. o22.RightSurface = Enum.SurfaceType.Weld
  9974.  
  9975. o22.TopSurface = Enum.SurfaceType.Weld
  9976.  
  9977. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  9978.  
  9979. o23.Parent = o22
  9980.  
  9981. o24.Parent = o1
  9982.  
  9983. o24.BrickColor = BrickColor.new("Institutional white")
  9984.  
  9985. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  9986.  
  9987. o24.Rotation = Vector3.new(-0, -90, 0)
  9988.  
  9989. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  9990.  
  9991. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  9992.  
  9993. o24.Anchored = true
  9994.  
  9995. o24.FormFactor = Enum.FormFactor.Plate
  9996.  
  9997. o24.Size = Vector3.new(1, 2.79999995, 1)
  9998.  
  9999. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  10000.  
  10001. o24.BackSurface = Enum.SurfaceType.Weld
  10002.  
  10003. o24.BottomSurface = Enum.SurfaceType.Weld
  10004.  
  10005. o24.TopSurface = Enum.SurfaceType.Weld
  10006.  
  10007. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10008.  
  10009. o25.Parent = o24
  10010.  
  10011. o25.MeshType = Enum.MeshType.Wedge
  10012.  
  10013. o26.Parent = o1
  10014.  
  10015. o26.BrickColor = BrickColor.new("Institutional white")
  10016.  
  10017. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  10018.  
  10019. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  10020.  
  10021. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10022.  
  10023. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  10024.  
  10025. o26.Anchored = true
  10026.  
  10027. o26.FormFactor = Enum.FormFactor.Plate
  10028.  
  10029. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  10030.  
  10031. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  10032.  
  10033. o26.BackSurface = Enum.SurfaceType.Weld
  10034.  
  10035. o26.BottomSurface = Enum.SurfaceType.Weld
  10036.  
  10037. o26.FrontSurface = Enum.SurfaceType.Weld
  10038.  
  10039. o26.LeftSurface = Enum.SurfaceType.Weld
  10040.  
  10041. o26.RightSurface = Enum.SurfaceType.Weld
  10042.  
  10043. o26.TopSurface = Enum.SurfaceType.Weld
  10044.  
  10045. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10046.  
  10047. o27.Parent = o26
  10048.  
  10049. o28.Parent = o1
  10050.  
  10051. o28.BrickColor = BrickColor.new("Institutional white")
  10052.  
  10053. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  10054.  
  10055. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  10056.  
  10057. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10058.  
  10059. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  10060.  
  10061. o28.Anchored = true
  10062.  
  10063. o28.FormFactor = Enum.FormFactor.Plate
  10064.  
  10065. o28.Size = Vector3.new(1, 2.79999995, 1)
  10066.  
  10067. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  10068.  
  10069. o28.BackSurface = Enum.SurfaceType.Weld
  10070.  
  10071. o28.BottomSurface = Enum.SurfaceType.Weld
  10072.  
  10073. o28.TopSurface = Enum.SurfaceType.Weld
  10074.  
  10075. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10076.  
  10077. o29.Parent = o28
  10078.  
  10079. o29.MeshType = Enum.MeshType.Wedge
  10080.  
  10081. o30.Parent = o1
  10082.  
  10083. o30.BrickColor = BrickColor.new("Institutional white")
  10084.  
  10085. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  10086.  
  10087. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  10088.  
  10089. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10090.  
  10091. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  10092.  
  10093. o30.Anchored = true
  10094.  
  10095. o30.FormFactor = Enum.FormFactor.Plate
  10096.  
  10097. o30.Size = Vector3.new(2, 2.4000001, 1)
  10098.  
  10099. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  10100.  
  10101. o30.BackSurface = Enum.SurfaceType.Weld
  10102.  
  10103. o30.BottomSurface = Enum.SurfaceType.Weld
  10104.  
  10105. o30.FrontSurface = Enum.SurfaceType.Weld
  10106.  
  10107. o30.LeftSurface = Enum.SurfaceType.Weld
  10108.  
  10109. o30.RightSurface = Enum.SurfaceType.Weld
  10110.  
  10111. o30.TopSurface = Enum.SurfaceType.Weld
  10112.  
  10113. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10114.  
  10115. o31.Parent = o30
  10116.  
  10117. o32.Parent = o1
  10118.  
  10119. o32.BrickColor = BrickColor.new("Dark stone grey")
  10120.  
  10121. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  10122.  
  10123. o32.Rotation = Vector3.new(90, 89.960434, -90)
  10124.  
  10125. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10126.  
  10127. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  10128.  
  10129. o32.Anchored = true
  10130.  
  10131. o32.FormFactor = Enum.FormFactor.Plate
  10132.  
  10133. o32.Size = Vector3.new(8, 2.4000001, 1)
  10134.  
  10135. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  10136.  
  10137. o32.BottomSurface = Enum.SurfaceType.Weld
  10138.  
  10139. o32.TopSurface = Enum.SurfaceType.Weld
  10140.  
  10141. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  10142.  
  10143. o33.Parent = o32
  10144.  
  10145. o33.Offset = Vector3.new(0, 0, 0.5)
  10146.  
  10147. o33.Scale = Vector3.new(1, 1, 2)
  10148.  
  10149. o34.Parent = o1
  10150.  
  10151. o34.BrickColor = BrickColor.new("Institutional white")
  10152.  
  10153. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  10154.  
  10155. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  10156.  
  10157. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10158.  
  10159. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  10160.  
  10161. o34.Anchored = true
  10162.  
  10163. o34.FormFactor = Enum.FormFactor.Plate
  10164.  
  10165. o34.Size = Vector3.new(3, 1.20000005, 10)
  10166.  
  10167. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  10168.  
  10169. o34.BackSurface = Enum.SurfaceType.Weld
  10170.  
  10171. o34.BottomSurface = Enum.SurfaceType.Weld
  10172.  
  10173. o34.FrontSurface = Enum.SurfaceType.Weld
  10174.  
  10175. o34.LeftSurface = Enum.SurfaceType.Weld
  10176.  
  10177. o34.RightSurface = Enum.SurfaceType.Weld
  10178.  
  10179. o34.TopSurface = Enum.SurfaceType.Weld
  10180.  
  10181. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10182.  
  10183. o35.Parent = o34
  10184.  
  10185. o36.Parent = o1
  10186.  
  10187. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  10188.  
  10189. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  10190.  
  10191. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  10192.  
  10193. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10194.  
  10195. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  10196.  
  10197. o36.Anchored = true
  10198.  
  10199. o36.FormFactor = Enum.FormFactor.Custom
  10200.  
  10201. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  10202.  
  10203. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  10204.  
  10205. o36.BackSurface = Enum.SurfaceType.Weld
  10206.  
  10207. o36.BottomSurface = Enum.SurfaceType.Weld
  10208.  
  10209. o36.FrontSurface = Enum.SurfaceType.Weld
  10210.  
  10211. o36.LeftSurface = Enum.SurfaceType.Weld
  10212.  
  10213. o36.RightSurface = Enum.SurfaceType.Weld
  10214.  
  10215. o36.TopSurface = Enum.SurfaceType.Weld
  10216.  
  10217. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  10218.  
  10219. o37.Parent = o36
  10220.  
  10221. o38.Parent = o1
  10222.  
  10223. o38.BrickColor = BrickColor.new("Institutional white")
  10224.  
  10225. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  10226.  
  10227. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  10228.  
  10229. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10230.  
  10231. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  10232.  
  10233. o38.Anchored = true
  10234.  
  10235. o38.CanCollide = false
  10236.  
  10237. o38.FormFactor = Enum.FormFactor.Plate
  10238.  
  10239. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  10240.  
  10241. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  10242.  
  10243. o38.BottomSurface = Enum.SurfaceType.Weld
  10244.  
  10245. o38.LeftSurface = Enum.SurfaceType.Weld
  10246.  
  10247. o38.RightSurface = Enum.SurfaceType.Weld
  10248.  
  10249. o38.TopSurface = Enum.SurfaceType.Weld
  10250.  
  10251. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10252.  
  10253. o39.Parent = o1
  10254.  
  10255. o39.BrickColor = BrickColor.new("Really red")
  10256.  
  10257. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  10258.  
  10259. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  10260.  
  10261. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10262.  
  10263. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  10264.  
  10265. o39.Anchored = true
  10266.  
  10267. o39.FormFactor = Enum.FormFactor.Plate
  10268.  
  10269. o39.Size = Vector3.new(1, 1.20000005, 1)
  10270.  
  10271. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  10272.  
  10273. o39.BackSurface = Enum.SurfaceType.Weld
  10274.  
  10275. o39.BottomSurface = Enum.SurfaceType.Weld
  10276.  
  10277. o39.FrontSurface = Enum.SurfaceType.Weld
  10278.  
  10279. o39.LeftSurface = Enum.SurfaceType.Weld
  10280.  
  10281. o39.RightSurface = Enum.SurfaceType.Weld
  10282.  
  10283. o39.TopSurface = Enum.SurfaceType.Weld
  10284.  
  10285. o39.Color = Color3.new(1, 0, 0)
  10286.  
  10287. o40.Parent = o39
  10288.  
  10289. o41.Parent = o1
  10290.  
  10291. o41.BrickColor = BrickColor.new("Institutional white")
  10292.  
  10293. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  10294.  
  10295. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  10296.  
  10297. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10298.  
  10299. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  10300.  
  10301. o41.Anchored = true
  10302.  
  10303. o41.FormFactor = Enum.FormFactor.Plate
  10304.  
  10305. o41.Size = Vector3.new(1, 0.800000012, 1)
  10306.  
  10307. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  10308.  
  10309. o41.BackSurface = Enum.SurfaceType.Weld
  10310.  
  10311. o41.BottomSurface = Enum.SurfaceType.Weld
  10312.  
  10313. o41.FrontSurface = Enum.SurfaceType.Weld
  10314.  
  10315. o41.LeftSurface = Enum.SurfaceType.Weld
  10316.  
  10317. o41.RightSurface = Enum.SurfaceType.Weld
  10318.  
  10319. o41.TopSurface = Enum.SurfaceType.Weld
  10320.  
  10321. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10322.  
  10323. o42.Parent = o41
  10324.  
  10325. o43.Parent = o1
  10326.  
  10327. o43.BrickColor = BrickColor.new("Institutional white")
  10328.  
  10329. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  10330.  
  10331. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  10332.  
  10333. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10334.  
  10335. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  10336.  
  10337. o43.Anchored = true
  10338.  
  10339. o43.CanCollide = false
  10340.  
  10341. o43.FormFactor = Enum.FormFactor.Plate
  10342.  
  10343. o43.Size = Vector3.new(14, 0.400000006, 8)
  10344.  
  10345. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  10346.  
  10347. o43.BackSurface = Enum.SurfaceType.Weld
  10348.  
  10349. o43.BottomSurface = Enum.SurfaceType.Weld
  10350.  
  10351. o43.FrontSurface = Enum.SurfaceType.Weld
  10352.  
  10353. o43.LeftSurface = Enum.SurfaceType.Weld
  10354.  
  10355. o43.RightSurface = Enum.SurfaceType.Weld
  10356.  
  10357. o43.TopSurface = Enum.SurfaceType.Weld
  10358.  
  10359. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10360.  
  10361. o44.Parent = o43
  10362.  
  10363. o45.Parent = o1
  10364.  
  10365. o45.BrickColor = BrickColor.new("Really black")
  10366.  
  10367. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  10368.  
  10369. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  10370.  
  10371. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10372.  
  10373. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  10374.  
  10375. o45.Anchored = true
  10376.  
  10377. o45.CanCollide = false
  10378.  
  10379. o45.FormFactor = Enum.FormFactor.Plate
  10380.  
  10381. o45.Size = Vector3.new(3, 2.79999995, 1)
  10382.  
  10383. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  10384.  
  10385. o45.BackSurface = Enum.SurfaceType.Weld
  10386.  
  10387. o45.BottomSurface = Enum.SurfaceType.Weld
  10388.  
  10389. o45.TopSurface = Enum.SurfaceType.Weld
  10390.  
  10391. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  10392.  
  10393. o46.Parent = o45
  10394.  
  10395. o46.MeshType = Enum.MeshType.Wedge
  10396.  
  10397. o47.Parent = o1
  10398.  
  10399. o47.BrickColor = BrickColor.new("Institutional white")
  10400.  
  10401. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  10402.  
  10403. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  10404.  
  10405. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10406.  
  10407. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  10408.  
  10409. o47.Anchored = true
  10410.  
  10411. o47.FormFactor = Enum.FormFactor.Plate
  10412.  
  10413. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  10414.  
  10415. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  10416.  
  10417. o47.BackSurface = Enum.SurfaceType.Weld
  10418.  
  10419. o47.BottomSurface = Enum.SurfaceType.Weld
  10420.  
  10421. o47.FrontSurface = Enum.SurfaceType.Weld
  10422.  
  10423. o47.LeftSurface = Enum.SurfaceType.Weld
  10424.  
  10425. o47.RightSurface = Enum.SurfaceType.Weld
  10426.  
  10427. o47.TopSurface = Enum.SurfaceType.Weld
  10428.  
  10429. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10430.  
  10431. o48.Parent = o47
  10432.  
  10433. o49.Parent = o1
  10434.  
  10435. o49.BrickColor = BrickColor.new("White")
  10436.  
  10437. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  10438.  
  10439. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  10440.  
  10441. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10442.  
  10443. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  10444.  
  10445. o49.Anchored = true
  10446.  
  10447. o49.FormFactor = Enum.FormFactor.Plate
  10448.  
  10449. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  10450.  
  10451. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  10452.  
  10453. o49.BackSurface = Enum.SurfaceType.Weld
  10454.  
  10455. o49.BottomSurface = Enum.SurfaceType.Weld
  10456.  
  10457. o49.FrontSurface = Enum.SurfaceType.Weld
  10458.  
  10459. o49.LeftSurface = Enum.SurfaceType.Weld
  10460.  
  10461. o49.RightSurface = Enum.SurfaceType.Weld
  10462.  
  10463. o49.TopSurface = Enum.SurfaceType.Weld
  10464.  
  10465. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  10466.  
  10467. o50.Parent = o49
  10468.  
  10469. o51.Parent = o1
  10470.  
  10471. o51.BrickColor = BrickColor.new("Institutional white")
  10472.  
  10473. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  10474.  
  10475. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  10476.  
  10477. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10478.  
  10479. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  10480.  
  10481. o51.Anchored = true
  10482.  
  10483. o51.FormFactor = Enum.FormFactor.Plate
  10484.  
  10485. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  10486.  
  10487. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  10488.  
  10489. o51.BackSurface = Enum.SurfaceType.Weld
  10490.  
  10491. o51.BottomSurface = Enum.SurfaceType.Weld
  10492.  
  10493. o51.FrontSurface = Enum.SurfaceType.Weld
  10494.  
  10495. o51.LeftSurface = Enum.SurfaceType.Weld
  10496.  
  10497. o51.RightSurface = Enum.SurfaceType.Weld
  10498.  
  10499. o51.TopSurface = Enum.SurfaceType.Weld
  10500.  
  10501. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10502.  
  10503. o52.Parent = o51
  10504.  
  10505. o53.Parent = o1
  10506.  
  10507. o53.BrickColor = BrickColor.new("Institutional white")
  10508.  
  10509. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  10510.  
  10511. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  10512.  
  10513. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10514.  
  10515. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  10516.  
  10517. o53.Anchored = true
  10518.  
  10519. o53.CanCollide = false
  10520.  
  10521. o53.FormFactor = Enum.FormFactor.Plate
  10522.  
  10523. o53.Size = Vector3.new(2, 2.79999995, 1)
  10524.  
  10525. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  10526.  
  10527. o53.BackSurface = Enum.SurfaceType.Weld
  10528.  
  10529. o53.BottomSurface = Enum.SurfaceType.Weld
  10530.  
  10531. o53.TopSurface = Enum.SurfaceType.Weld
  10532.  
  10533. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10534.  
  10535. o54.Parent = o53
  10536.  
  10537. o54.MeshType = Enum.MeshType.Wedge
  10538.  
  10539. o55.Parent = o1
  10540.  
  10541. o55.BrickColor = BrickColor.new("Really black")
  10542.  
  10543. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  10544.  
  10545. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  10546.  
  10547. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10548.  
  10549. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  10550.  
  10551. o55.Anchored = true
  10552.  
  10553. o55.CanCollide = false
  10554.  
  10555. o55.FormFactor = Enum.FormFactor.Plate
  10556.  
  10557. o55.Size = Vector3.new(3, 2.79999995, 1)
  10558.  
  10559. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  10560.  
  10561. o55.BackSurface = Enum.SurfaceType.Weld
  10562.  
  10563. o55.BottomSurface = Enum.SurfaceType.Weld
  10564.  
  10565. o55.TopSurface = Enum.SurfaceType.Weld
  10566.  
  10567. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  10568.  
  10569. o56.Parent = o55
  10570.  
  10571. o56.MeshType = Enum.MeshType.Wedge
  10572.  
  10573. o57.Parent = o1
  10574.  
  10575. o57.BrickColor = BrickColor.new("Institutional white")
  10576.  
  10577. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  10578.  
  10579. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  10580.  
  10581. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10582.  
  10583. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  10584.  
  10585. o57.Anchored = true
  10586.  
  10587. o57.CanCollide = false
  10588.  
  10589. o57.FormFactor = Enum.FormFactor.Plate
  10590.  
  10591. o57.Size = Vector3.new(1, 2, 8)
  10592.  
  10593. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  10594.  
  10595. o57.BackSurface = Enum.SurfaceType.Weld
  10596.  
  10597. o57.BottomSurface = Enum.SurfaceType.Weld
  10598.  
  10599. o57.FrontSurface = Enum.SurfaceType.Weld
  10600.  
  10601. o57.LeftSurface = Enum.SurfaceType.Weld
  10602.  
  10603. o57.RightSurface = Enum.SurfaceType.Weld
  10604.  
  10605. o57.TopSurface = Enum.SurfaceType.Weld
  10606.  
  10607. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10608.  
  10609. o58.Parent = o57
  10610.  
  10611. o59.Parent = o1
  10612.  
  10613. o59.BrickColor = BrickColor.new("Institutional white")
  10614.  
  10615. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  10616.  
  10617. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  10618.  
  10619. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10620.  
  10621. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  10622.  
  10623. o59.Anchored = true
  10624.  
  10625. o59.FormFactor = Enum.FormFactor.Plate
  10626.  
  10627. o59.Size = Vector3.new(1, 0.800000012, 1)
  10628.  
  10629. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  10630.  
  10631. o59.BackSurface = Enum.SurfaceType.Weld
  10632.  
  10633. o59.BottomSurface = Enum.SurfaceType.Weld
  10634.  
  10635. o59.FrontSurface = Enum.SurfaceType.Weld
  10636.  
  10637. o59.LeftSurface = Enum.SurfaceType.Weld
  10638.  
  10639. o59.RightSurface = Enum.SurfaceType.Weld
  10640.  
  10641. o59.TopSurface = Enum.SurfaceType.Weld
  10642.  
  10643. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10644.  
  10645. o60.Parent = o59
  10646.  
  10647. o61.Parent = o1
  10648.  
  10649. o61.BrickColor = BrickColor.new("Institutional white")
  10650.  
  10651. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  10652.  
  10653. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  10654.  
  10655. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10656.  
  10657. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  10658.  
  10659. o61.Anchored = true
  10660.  
  10661. o61.CanCollide = false
  10662.  
  10663. o61.FormFactor = Enum.FormFactor.Plate
  10664.  
  10665. o61.Size = Vector3.new(14, 0.400000006, 1)
  10666.  
  10667. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  10668.  
  10669. o61.BackSurface = Enum.SurfaceType.Weld
  10670.  
  10671. o61.BottomSurface = Enum.SurfaceType.Weld
  10672.  
  10673. o61.FrontSurface = Enum.SurfaceType.Weld
  10674.  
  10675. o61.LeftSurface = Enum.SurfaceType.Weld
  10676.  
  10677. o61.RightSurface = Enum.SurfaceType.Weld
  10678.  
  10679. o61.TopSurface = Enum.SurfaceType.Weld
  10680.  
  10681. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10682.  
  10683. o62.Parent = o61
  10684.  
  10685. o63.Parent = o1
  10686.  
  10687. o63.BrickColor = BrickColor.new("Institutional white")
  10688.  
  10689. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  10690.  
  10691. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  10692.  
  10693. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10694.  
  10695. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  10696.  
  10697. o63.Anchored = true
  10698.  
  10699. o63.CanCollide = false
  10700.  
  10701. o63.FormFactor = Enum.FormFactor.Plate
  10702.  
  10703. o63.Size = Vector3.new(1, 4.80999994, 1)
  10704.  
  10705. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  10706.  
  10707. o63.BottomSurface = Enum.SurfaceType.Weld
  10708.  
  10709. o63.LeftSurface = Enum.SurfaceType.Weld
  10710.  
  10711. o63.RightSurface = Enum.SurfaceType.Weld
  10712.  
  10713. o63.TopSurface = Enum.SurfaceType.Weld
  10714.  
  10715. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10716.  
  10717. o64.Parent = o1
  10718.  
  10719. o64.BrickColor = BrickColor.new("Institutional white")
  10720.  
  10721. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  10722.  
  10723. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  10724.  
  10725. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10726.  
  10727. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  10728.  
  10729. o64.Anchored = true
  10730.  
  10731. o64.CanCollide = false
  10732.  
  10733. o64.FormFactor = Enum.FormFactor.Plate
  10734.  
  10735. o64.Size = Vector3.new(1, 2.4000001, 1)
  10736.  
  10737. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  10738.  
  10739. o64.BottomSurface = Enum.SurfaceType.Weld
  10740.  
  10741. o64.LeftSurface = Enum.SurfaceType.Weld
  10742.  
  10743. o64.RightSurface = Enum.SurfaceType.Weld
  10744.  
  10745. o64.TopSurface = Enum.SurfaceType.Weld
  10746.  
  10747. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10748.  
  10749. o65.Parent = o1
  10750.  
  10751. o65.BrickColor = BrickColor.new("Institutional white")
  10752.  
  10753. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  10754.  
  10755. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  10756.  
  10757. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10758.  
  10759. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  10760.  
  10761. o65.Anchored = true
  10762.  
  10763. o65.FormFactor = Enum.FormFactor.Plate
  10764.  
  10765. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  10766.  
  10767. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  10768.  
  10769. o65.BackSurface = Enum.SurfaceType.Weld
  10770.  
  10771. o65.BottomSurface = Enum.SurfaceType.Weld
  10772.  
  10773. o65.FrontSurface = Enum.SurfaceType.Weld
  10774.  
  10775. o65.LeftSurface = Enum.SurfaceType.Weld
  10776.  
  10777. o65.RightSurface = Enum.SurfaceType.Weld
  10778.  
  10779. o65.TopSurface = Enum.SurfaceType.Weld
  10780.  
  10781. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10782.  
  10783. o66.Parent = o65
  10784.  
  10785. o67.Parent = o1
  10786.  
  10787. o67.BrickColor = BrickColor.new("Really red")
  10788.  
  10789. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  10790.  
  10791. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  10792.  
  10793. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10794.  
  10795. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  10796.  
  10797. o67.Anchored = true
  10798.  
  10799. o67.FormFactor = Enum.FormFactor.Plate
  10800.  
  10801. o67.Size = Vector3.new(1, 1.20000005, 1)
  10802.  
  10803. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  10804.  
  10805. o67.BackSurface = Enum.SurfaceType.Weld
  10806.  
  10807. o67.BottomSurface = Enum.SurfaceType.Weld
  10808.  
  10809. o67.FrontSurface = Enum.SurfaceType.Weld
  10810.  
  10811. o67.LeftSurface = Enum.SurfaceType.Weld
  10812.  
  10813. o67.RightSurface = Enum.SurfaceType.Weld
  10814.  
  10815. o67.TopSurface = Enum.SurfaceType.Weld
  10816.  
  10817. o67.Color = Color3.new(1, 0, 0)
  10818.  
  10819. o68.Parent = o67
  10820.  
  10821. o69.Parent = o1
  10822.  
  10823. o69.BrickColor = BrickColor.new("Institutional white")
  10824.  
  10825. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  10826.  
  10827. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  10828.  
  10829. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10830.  
  10831. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  10832.  
  10833. o69.Anchored = true
  10834.  
  10835. o69.CanCollide = false
  10836.  
  10837. o69.FormFactor = Enum.FormFactor.Plate
  10838.  
  10839. o69.Size = Vector3.new(1, 0.400000006, 10)
  10840.  
  10841. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  10842.  
  10843. o69.BackSurface = Enum.SurfaceType.Weld
  10844.  
  10845. o69.BottomSurface = Enum.SurfaceType.Weld
  10846.  
  10847. o69.FrontSurface = Enum.SurfaceType.Weld
  10848.  
  10849. o69.LeftSurface = Enum.SurfaceType.Weld
  10850.  
  10851. o69.RightSurface = Enum.SurfaceType.Weld
  10852.  
  10853. o69.TopSurface = Enum.SurfaceType.Weld
  10854.  
  10855. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10856.  
  10857. o70.Parent = o69
  10858.  
  10859. o71.Parent = o1
  10860.  
  10861. o71.BrickColor = BrickColor.new("Really black")
  10862.  
  10863. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  10864.  
  10865. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  10866.  
  10867. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10868.  
  10869. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  10870.  
  10871. o71.Anchored = true
  10872.  
  10873. o71.FormFactor = Enum.FormFactor.Custom
  10874.  
  10875. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  10876.  
  10877. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  10878.  
  10879. o71.BackSurface = Enum.SurfaceType.Weld
  10880.  
  10881. o71.BottomSurface = Enum.SurfaceType.Weld
  10882.  
  10883. o71.FrontSurface = Enum.SurfaceType.Weld
  10884.  
  10885. o71.LeftSurface = Enum.SurfaceType.Weld
  10886.  
  10887. o71.RightSurface = Enum.SurfaceType.Weld
  10888.  
  10889. o71.TopSurface = Enum.SurfaceType.Weld
  10890.  
  10891. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  10892.  
  10893. o72.Parent = o71
  10894.  
  10895. o73.Name = "Head"
  10896.  
  10897. o73.Parent = o1
  10898.  
  10899. o73.Material = Enum.Material.SmoothPlastic
  10900.  
  10901. o73.BrickColor = BrickColor.new("Institutional white")
  10902.  
  10903. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  10904.  
  10905. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  10906.  
  10907. o73.Anchored = true
  10908.  
  10909. o73.FormFactor = Enum.FormFactor.Symmetric
  10910.  
  10911. o73.Size = Vector3.new(2, 1, 1)
  10912.  
  10913. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  10914.  
  10915. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  10916.  
  10917. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  10918.  
  10919. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  10920.  
  10921. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  10922.  
  10923. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  10924.  
  10925. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  10926.  
  10927. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10928.  
  10929. o74.Parent = o73
  10930.  
  10931. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  10932.  
  10933. o75.Name = "face"
  10934.  
  10935. o75.Parent = o73
  10936.  
  10937. o75.Texture = "rbxasset://textures/face.png"
  10938.  
  10939. o76.Parent = o1
  10940.  
  10941. o76.BrickColor = BrickColor.new("Institutional white")
  10942.  
  10943. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  10944.  
  10945. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  10946.  
  10947. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10948.  
  10949. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  10950.  
  10951. o76.Anchored = true
  10952.  
  10953. o76.CanCollide = false
  10954.  
  10955. o76.FormFactor = Enum.FormFactor.Plate
  10956.  
  10957. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  10958.  
  10959. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  10960.  
  10961. o76.BottomSurface = Enum.SurfaceType.Weld
  10962.  
  10963. o76.LeftSurface = Enum.SurfaceType.Weld
  10964.  
  10965. o76.RightSurface = Enum.SurfaceType.Weld
  10966.  
  10967. o76.TopSurface = Enum.SurfaceType.Weld
  10968.  
  10969. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  10970.  
  10971. o77.Parent = o1
  10972.  
  10973. o77.BrickColor = BrickColor.new("Institutional white")
  10974.  
  10975. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  10976.  
  10977. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  10978.  
  10979. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  10980.  
  10981. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  10982.  
  10983. o77.Anchored = true
  10984.  
  10985. o77.FormFactor = Enum.FormFactor.Plate
  10986.  
  10987. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  10988.  
  10989. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  10990.  
  10991. o77.BackSurface = Enum.SurfaceType.Weld
  10992.  
  10993. o77.BottomSurface = Enum.SurfaceType.Weld
  10994.  
  10995. o77.FrontSurface = Enum.SurfaceType.Weld
  10996.  
  10997. o77.LeftSurface = Enum.SurfaceType.Weld
  10998.  
  10999. o77.RightSurface = Enum.SurfaceType.Weld
  11000.  
  11001. o77.TopSurface = Enum.SurfaceType.Weld
  11002.  
  11003. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  11004.  
  11005. o78.Parent = o77
  11006.  
  11007. o79.Name = "Head"
  11008.  
  11009. o79.Parent = o1
  11010.  
  11011. o79.Material = Enum.Material.SmoothPlastic
  11012.  
  11013. o79.BrickColor = BrickColor.new("Institutional white")
  11014.  
  11015. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  11016.  
  11017. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  11018.  
  11019. o79.Anchored = true
  11020.  
  11021. o79.FormFactor = Enum.FormFactor.Symmetric
  11022.  
  11023. o79.Size = Vector3.new(2, 1, 1)
  11024.  
  11025. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  11026.  
  11027. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11028.  
  11029. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11030.  
  11031. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11032.  
  11033. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11034.  
  11035. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11036.  
  11037. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11038.  
  11039. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  11040.  
  11041. o80.Parent = o79
  11042.  
  11043. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  11044.  
  11045. o81.Name = "face"
  11046.  
  11047. o81.Parent = o79
  11048.  
  11049. o81.Texture = "rbxasset://textures/face.png"
  11050.  
  11051. o82.Name = "Handle"
  11052.  
  11053. o82.Parent = o1
  11054.  
  11055. o82.Material = Enum.Material.SmoothPlastic
  11056.  
  11057. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  11058.  
  11059. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  11060.  
  11061. o82.Anchored = true
  11062.  
  11063. o82.CanCollide = false
  11064.  
  11065. o82.FormFactor = Enum.FormFactor.Symmetric
  11066.  
  11067. o82.Size = Vector3.new(2, 2, 2)
  11068.  
  11069. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  11070.  
  11071. o82.BottomSurface = Enum.SurfaceType.Smooth
  11072.  
  11073. o82.TopSurface = Enum.SurfaceType.Smooth
  11074.  
  11075. o83.Parent = o82
  11076.  
  11077. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  11078.  
  11079. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  11080.  
  11081. o83.MeshType = Enum.MeshType.FileMesh
  11082.  
  11083. o84.Parent = o1
  11084.  
  11085. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  11086.  
  11087. o84.RightLeg = o94
  11088.  
  11089. o84.LeftLeg = o96
  11090.  
  11091. o84.Torso = o87
  11092.  
  11093. o84.Health = 0
  11094.  
  11095. o84.MaxHealth = 0
  11096.  
  11097. o85.Name = "TPPART"
  11098.  
  11099. o85.Parent = o1
  11100.  
  11101. o85.Transparency = 1
  11102.  
  11103. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  11104.  
  11105. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  11106.  
  11107. o85.Anchored = true
  11108.  
  11109. o85.CanCollide = false
  11110.  
  11111. o85.Size = Vector3.new(4, 1, 2)
  11112.  
  11113. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  11114.  
  11115. o86.Name = "TPPART2"
  11116.  
  11117. o86.Parent = o1
  11118.  
  11119. o86.Transparency = 1
  11120.  
  11121. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  11122.  
  11123. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  11124.  
  11125. o86.Anchored = true
  11126.  
  11127. o86.CanCollide = false
  11128.  
  11129. o86.Size = Vector3.new(4, 1, 2)
  11130.  
  11131. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  11132.  
  11133. o87.Name = "Torso"
  11134.  
  11135. o87.Parent = o1
  11136.  
  11137. o87.Material = Enum.Material.SmoothPlastic
  11138.  
  11139. o87.BrickColor = BrickColor.new("Navy blue")
  11140.  
  11141. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  11142.  
  11143. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11144.  
  11145. o87.Anchored = true
  11146.  
  11147. o87.FormFactor = Enum.FormFactor.Symmetric
  11148.  
  11149. o87.Size = Vector3.new(2, 2, 1)
  11150.  
  11151. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11152.  
  11153. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11154.  
  11155. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11156.  
  11157. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11158.  
  11159. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11160.  
  11161. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11162.  
  11163. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11164.  
  11165. o87.Color = Color3.new(0, 0.12549, 0.376471)
  11166.  
  11167. o88.Name = "roblox"
  11168.  
  11169. o88.Parent = o87
  11170.  
  11171. o89.Name = "Right Shoulder"
  11172.  
  11173. o89.Parent = o87
  11174.  
  11175. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11176.  
  11177. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11178.  
  11179. o89.Part0 = o87
  11180.  
  11181. o89.Part1 = o95
  11182.  
  11183. o89.DesiredAngle = -0.062025275081396
  11184.  
  11185. o89.MaxVelocity = 0.15000000596046
  11186.  
  11187. o90.Name = "Left Shoulder"
  11188.  
  11189. o90.Parent = o87
  11190.  
  11191. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11192.  
  11193. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11194.  
  11195. o90.Part0 = o87
  11196.  
  11197. o90.Part1 = o97
  11198.  
  11199. o90.DesiredAngle = -0.062025275081396
  11200.  
  11201. o90.MaxVelocity = 0.15000000596046
  11202.  
  11203. o91.Name = "Right Hip"
  11204.  
  11205. o91.Parent = o87
  11206.  
  11207. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11208.  
  11209. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11210.  
  11211. o91.Part0 = o87
  11212.  
  11213. o91.Part1 = o94
  11214.  
  11215. o91.DesiredAngle = 0.062025275081396
  11216.  
  11217. o91.MaxVelocity = 0.10000000149012
  11218.  
  11219. o92.Name = "Left Hip"
  11220.  
  11221. o92.Parent = o87
  11222.  
  11223. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11224.  
  11225. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11226.  
  11227. o92.Part0 = o87
  11228.  
  11229. o92.Part1 = o96
  11230.  
  11231. o92.DesiredAngle = 0.062025275081396
  11232.  
  11233. o92.MaxVelocity = 0.10000000149012
  11234.  
  11235. o93.Name = "Neck"
  11236.  
  11237. o93.Parent = o87
  11238.  
  11239. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  11240.  
  11241. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  11242.  
  11243. o93.Part0 = o87
  11244.  
  11245. o93.Part1 = o73
  11246.  
  11247. o93.MaxVelocity = 0.10000000149012
  11248.  
  11249. o94.Name = "Right Leg"
  11250.  
  11251. o94.Parent = o1
  11252.  
  11253. o94.Material = Enum.Material.SmoothPlastic
  11254.  
  11255. o94.BrickColor = BrickColor.new("Navy blue")
  11256.  
  11257. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  11258.  
  11259. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11260.  
  11261. o94.Anchored = true
  11262.  
  11263. o94.CanCollide = false
  11264.  
  11265. o94.FormFactor = Enum.FormFactor.Symmetric
  11266.  
  11267. o94.Size = Vector3.new(1, 2, 1)
  11268.  
  11269. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11270.  
  11271. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11272.  
  11273. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11274.  
  11275. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11276.  
  11277. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11278.  
  11279. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11280.  
  11281. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11282.  
  11283. o94.Color = Color3.new(0, 0.12549, 0.376471)
  11284.  
  11285. o95.Name = "Right Arm"
  11286.  
  11287. o95.Parent = o1
  11288.  
  11289. o95.Material = Enum.Material.SmoothPlastic
  11290.  
  11291. o95.BrickColor = BrickColor.new("Maroon")
  11292.  
  11293. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  11294.  
  11295. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11296.  
  11297. o95.Anchored = true
  11298.  
  11299. o95.CanCollide = false
  11300.  
  11301. o95.FormFactor = Enum.FormFactor.Symmetric
  11302.  
  11303. o95.Size = Vector3.new(1, 2, 1)
  11304.  
  11305. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11306.  
  11307. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11308.  
  11309. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11310.  
  11311. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11312.  
  11313. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11314.  
  11315. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11316.  
  11317. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11318.  
  11319. o95.Color = Color3.new(0.458824, 0, 0)
  11320.  
  11321. o96.Name = "Left Leg"
  11322.  
  11323. o96.Parent = o1
  11324.  
  11325. o96.Material = Enum.Material.SmoothPlastic
  11326.  
  11327. o96.BrickColor = BrickColor.new("Navy blue")
  11328.  
  11329. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  11330.  
  11331. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11332.  
  11333. o96.Anchored = true
  11334.  
  11335. o96.CanCollide = false
  11336.  
  11337. o96.FormFactor = Enum.FormFactor.Symmetric
  11338.  
  11339. o96.Size = Vector3.new(1, 2, 1)
  11340.  
  11341. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11342.  
  11343. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11344.  
  11345. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11346.  
  11347. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11348.  
  11349. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11350.  
  11351. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11352.  
  11353. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11354.  
  11355. o96.Color = Color3.new(0, 0.12549, 0.376471)
  11356.  
  11357. o97.Name = "Left Arm"
  11358.  
  11359. o97.Parent = o1
  11360.  
  11361. o97.Material = Enum.Material.SmoothPlastic
  11362.  
  11363. o97.BrickColor = BrickColor.new("Maroon")
  11364.  
  11365. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  11366.  
  11367. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11368.  
  11369. o97.Anchored = true
  11370.  
  11371. o97.CanCollide = false
  11372.  
  11373. o97.FormFactor = Enum.FormFactor.Symmetric
  11374.  
  11375. o97.Size = Vector3.new(1, 2, 1)
  11376.  
  11377. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11378.  
  11379. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11380.  
  11381. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11382.  
  11383. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11384.  
  11385. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11386.  
  11387. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11388.  
  11389. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11390.  
  11391. o97.Color = Color3.new(0.458824, 0, 0)
  11392.  
  11393. o98.Name = "Torso"
  11394.  
  11395. o98.Parent = o1
  11396.  
  11397. o98.Material = Enum.Material.SmoothPlastic
  11398.  
  11399. o98.BrickColor = BrickColor.new("Navy blue")
  11400.  
  11401. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  11402.  
  11403. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  11404.  
  11405. o98.Anchored = true
  11406.  
  11407. o98.FormFactor = Enum.FormFactor.Symmetric
  11408.  
  11409. o98.Size = Vector3.new(2, 2, 1)
  11410.  
  11411. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  11412.  
  11413. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11414.  
  11415. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11416.  
  11417. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11418.  
  11419. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11420.  
  11421. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11422.  
  11423. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11424.  
  11425. o98.Color = Color3.new(0, 0.12549, 0.376471)
  11426.  
  11427. o99.Name = "roblox"
  11428.  
  11429. o99.Parent = o98
  11430.  
  11431. o100.Name = "Right Hip"
  11432.  
  11433. o100.Parent = o98
  11434.  
  11435. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11436.  
  11437. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  11438.  
  11439. o100.Part0 = o98
  11440.  
  11441. o100.Part1 = o103
  11442.  
  11443. o100.DesiredAngle = 0.062025275081396
  11444.  
  11445. o100.MaxVelocity = 0.10000000149012
  11446.  
  11447. o101.Name = "Left Hip"
  11448.  
  11449. o101.Parent = o98
  11450.  
  11451. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11452.  
  11453. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  11454.  
  11455. o101.Part0 = o98
  11456.  
  11457. o101.Part1 = o105
  11458.  
  11459. o101.DesiredAngle = 0.062025275081396
  11460.  
  11461. o101.MaxVelocity = 0.10000000149012
  11462.  
  11463. o102.Name = "Neck"
  11464.  
  11465. o102.Parent = o98
  11466.  
  11467. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  11468.  
  11469. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  11470.  
  11471. o102.Part0 = o98
  11472.  
  11473. o102.Part1 = o79
  11474.  
  11475. o102.MaxVelocity = 0.10000000149012
  11476.  
  11477. o103.Name = "Right Leg"
  11478.  
  11479. o103.Parent = o1
  11480.  
  11481. o103.Material = Enum.Material.SmoothPlastic
  11482.  
  11483. o103.BrickColor = BrickColor.new("Really black")
  11484.  
  11485. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  11486.  
  11487. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  11488.  
  11489. o103.Anchored = true
  11490.  
  11491. o103.CanCollide = false
  11492.  
  11493. o103.FormFactor = Enum.FormFactor.Symmetric
  11494.  
  11495. o103.Size = Vector3.new(1, 2, 1)
  11496.  
  11497. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  11498.  
  11499. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11500.  
  11501. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11502.  
  11503. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11504.  
  11505. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11506.  
  11507. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11508.  
  11509. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11510.  
  11511. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11512.  
  11513. o104.Name = "Right Arm"
  11514.  
  11515. o104.Parent = o1
  11516.  
  11517. o104.Material = Enum.Material.SmoothPlastic
  11518.  
  11519. o104.BrickColor = BrickColor.new("Maroon")
  11520.  
  11521. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  11522.  
  11523. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  11524.  
  11525. o104.Anchored = true
  11526.  
  11527. o104.CanCollide = false
  11528.  
  11529. o104.FormFactor = Enum.FormFactor.Symmetric
  11530.  
  11531. o104.Size = Vector3.new(1, 2, 1)
  11532.  
  11533. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  11534.  
  11535. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11536.  
  11537. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11538.  
  11539. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11540.  
  11541. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11542.  
  11543. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11544.  
  11545. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11546.  
  11547. o104.Color = Color3.new(0.458824, 0, 0)
  11548.  
  11549. o105.Name = "Left Leg"
  11550.  
  11551. o105.Parent = o1
  11552.  
  11553. o105.Material = Enum.Material.SmoothPlastic
  11554.  
  11555. o105.BrickColor = BrickColor.new("Really black")
  11556.  
  11557. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  11558.  
  11559. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  11560.  
  11561. o105.Anchored = true
  11562.  
  11563. o105.CanCollide = false
  11564.  
  11565. o105.FormFactor = Enum.FormFactor.Symmetric
  11566.  
  11567. o105.Size = Vector3.new(1, 2, 1)
  11568.  
  11569. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  11570.  
  11571. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11572.  
  11573. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11574.  
  11575. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11576.  
  11577. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11578.  
  11579. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11580.  
  11581. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11582.  
  11583. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11584.  
  11585. o106.Name = "Left Arm"
  11586.  
  11587. o106.Parent = o1
  11588.  
  11589. o106.Material = Enum.Material.SmoothPlastic
  11590.  
  11591. o106.BrickColor = BrickColor.new("Maroon")
  11592.  
  11593. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  11594.  
  11595. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  11596.  
  11597. o106.Anchored = true
  11598.  
  11599. o106.CanCollide = false
  11600.  
  11601. o106.FormFactor = Enum.FormFactor.Symmetric
  11602.  
  11603. o106.Size = Vector3.new(1, 2, 1)
  11604.  
  11605. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  11606.  
  11607. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  11608.  
  11609. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  11610.  
  11611. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  11612.  
  11613. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11614.  
  11615. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  11616.  
  11617. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  11618.  
  11619. o106.Color = Color3.new(0.458824, 0, 0)
  11620.  
  11621. o107.Parent = o1
  11622.  
  11623. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  11624.  
  11625. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  11626.  
  11627. o107.Anchored = true
  11628.  
  11629. o107.FormFactor = Enum.FormFactor.Symmetric
  11630.  
  11631. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  11632.  
  11633. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  11634.  
  11635. o108.Parent = o107
  11636.  
  11637. o109.Parent = o1
  11638.  
  11639. o109.BrickColor = BrickColor.new("Really black")
  11640.  
  11641. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  11642.  
  11643. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  11644.  
  11645. o109.Anchored = true
  11646.  
  11647. o109.FormFactor = Enum.FormFactor.Symmetric
  11648.  
  11649. o109.Size = Vector3.new(3, 1.20000005, 3)
  11650.  
  11651. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  11652.  
  11653. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11654.  
  11655. o110.Parent = o109
  11656.  
  11657. o111.Parent = o1
  11658.  
  11659. o111.BrickColor = BrickColor.new("Really black")
  11660.  
  11661. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  11662.  
  11663. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  11664.  
  11665. o111.Anchored = true
  11666.  
  11667. o111.FormFactor = Enum.FormFactor.Symmetric
  11668.  
  11669. o111.Size = Vector3.new(3, 1.20000005, 3)
  11670.  
  11671. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  11672.  
  11673. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11674.  
  11675. o112.Parent = o111
  11676.  
  11677. o113.Parent = o1
  11678.  
  11679. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  11680.  
  11681. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  11682.  
  11683. o113.Anchored = true
  11684.  
  11685. o113.FormFactor = Enum.FormFactor.Symmetric
  11686.  
  11687. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  11688.  
  11689. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  11690.  
  11691. o114.Parent = o113
  11692.  
  11693. o115.Parent = o1
  11694.  
  11695. o115.BrickColor = BrickColor.new("Really black")
  11696.  
  11697. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  11698.  
  11699. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  11700.  
  11701. o115.Anchored = true
  11702.  
  11703. o115.FormFactor = Enum.FormFactor.Symmetric
  11704.  
  11705. o115.Size = Vector3.new(3, 1.20000005, 3)
  11706.  
  11707. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  11708.  
  11709. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11710.  
  11711. o116.Parent = o115
  11712.  
  11713. o117.Parent = o1
  11714.  
  11715. o117.BrickColor = BrickColor.new("Really black")
  11716.  
  11717. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  11718.  
  11719. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  11720.  
  11721. o117.Anchored = true
  11722.  
  11723. o117.FormFactor = Enum.FormFactor.Symmetric
  11724.  
  11725. o117.Size = Vector3.new(3, 1.20000005, 3)
  11726.  
  11727. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  11728.  
  11729. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  11730.  
  11731. o118.Parent = o117
  11732.  
  11733. o119.Parent = o1
  11734.  
  11735. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  11736.  
  11737. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  11738.  
  11739. o119.Anchored = true
  11740.  
  11741. o119.FormFactor = Enum.FormFactor.Symmetric
  11742.  
  11743. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  11744.  
  11745. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  11746.  
  11747. o120.Parent = o119
  11748.  
  11749. o121.Name = "Handle"
  11750.  
  11751. o121.Parent = o1
  11752.  
  11753. o121.Material = Enum.Material.SmoothPlastic
  11754.  
  11755. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  11756.  
  11757. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  11758.  
  11759. o121.Anchored = true
  11760.  
  11761. o121.CanCollide = false
  11762.  
  11763. o121.FormFactor = Enum.FormFactor.Symmetric
  11764.  
  11765. o121.Size = Vector3.new(2, 2, 2)
  11766.  
  11767. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  11768.  
  11769. o121.BottomSurface = Enum.SurfaceType.Smooth
  11770.  
  11771. o121.TopSurface = Enum.SurfaceType.Smooth
  11772.  
  11773. o122.Parent = o121
  11774.  
  11775. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  11776.  
  11777. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  11778.  
  11779. o122.MeshType = Enum.MeshType.FileMesh
  11780.  
  11781. o123.Name = "RPPART"
  11782.  
  11783. o123.Parent = o1
  11784.  
  11785. o123.Transparency = 1
  11786.  
  11787. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  11788.  
  11789. o123.Rotation = Vector3.new(-90, 0, -0)
  11790.  
  11791. o123.Anchored = true
  11792.  
  11793. o123.CanCollide = false
  11794.  
  11795. o123.Size = Vector3.new(4, 1, 2)
  11796.  
  11797. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  11798.  
  11799. o124.Parent = o12
  11800.  
  11801. o124.Texture = "http://roblox.com/asset/?id=112031763"
  11802.  
  11803. function MoveY(model, Position)
  11804.  
  11805. for _,part in pairs (model:GetChildren()) do
  11806.  
  11807. if part.ClassName == "Part" then
  11808.  
  11809. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  11810.  
  11811. end
  11812.  
  11813. end
  11814.  
  11815. end
  11816.  
  11817. function MoveX(model, Position)
  11818.  
  11819. for _,part in pairs (model:GetChildren()) do
  11820.  
  11821. if part.ClassName == "Part" then
  11822.  
  11823. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  11824.  
  11825. end
  11826.  
  11827. end
  11828.  
  11829. end
  11830.  
  11831. function MoveSpawn(model, PLAYERPOS)
  11832.  
  11833. for _,part in pairs (model:GetChildren()) do
  11834.  
  11835. if part.ClassName == "Part" then
  11836.  
  11837. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  11838.  
  11839. end
  11840.  
  11841. end
  11842.  
  11843. end
  11844.  
  11845. function MoveZ(model, Position)
  11846.  
  11847. for _,part in pairs (model:GetChildren()) do
  11848.  
  11849. if part.ClassName == "Part" then
  11850.  
  11851. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  11852.  
  11853. end
  11854.  
  11855. end
  11856.  
  11857. end
  11858.  
  11859. function MoveZPart(Part, Position)
  11860.  
  11861. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  11862.  
  11863. end
  11864.  
  11865. function MoveXPart(Part, Position)
  11866.  
  11867. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  11868.  
  11869. end
  11870.  
  11871. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  11872.  
  11873. OMGCREEPY = Instance.new("Sound")
  11874.  
  11875. OMGCREEPY.Parent = o1
  11876.  
  11877. OMGCREEPY.Volume = 10
  11878.  
  11879. OMGCREEPY.SoundId = "rbxassetid://177775134"
  11880.  
  11881. for i,v in pairs (o1:GetChildren()) do
  11882.  
  11883. if v:IsA("Part") then
  11884.  
  11885. v.Material = "SmoothPlastic"
  11886.  
  11887. v.BackSurface = "SmoothNoOutlines"
  11888.  
  11889. v.FrontSurface = "SmoothNoOutlines"
  11890.  
  11891. v.BottomSurface = "SmoothNoOutlines"
  11892.  
  11893. v.LeftSurface = "SmoothNoOutlines"
  11894.  
  11895. v.RightSurface = "SmoothNoOutlines"
  11896.  
  11897. v.TopSurface = "SmoothNoOutlines"
  11898.  
  11899. end
  11900.  
  11901. end
  11902.  
  11903. OMGCREEPY:Play()
  11904.  
  11905. o21:Play()
  11906.  
  11907. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  11908.  
  11909. for i=1,51 do
  11910.  
  11911. MoveX(o1,-3)
  11912.  
  11913. wait(.05)
  11914.  
  11915. end
  11916.  
  11917. wait(.5)
  11918.  
  11919. MoveZPart(o12,-1)
  11920.  
  11921. wait(.2)
  11922.  
  11923. for i=1,6 do
  11924.  
  11925. MoveXPart(o12,1)
  11926.  
  11927. wait(.1)
  11928.  
  11929. end
  11930.  
  11931. wait(.5)
  11932.  
  11933. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  11934.  
  11935. wait(.5)
  11936.  
  11937. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  11938.  
  11939. wait(.5)
  11940.  
  11941. MoveZPart(o12,1)
  11942.  
  11943. wait(.2)
  11944.  
  11945.  
  11946.  
  11947. for i=1,6 do
  11948.  
  11949. MoveXPart(o12,-1)
  11950.  
  11951. wait(.1)
  11952.  
  11953. end
  11954.  
  11955. for i=1,50 do
  11956.  
  11957. MoveX(o1,-3)
  11958.  
  11959. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  11960.  
  11961. wait(.05)
  11962.  
  11963. end
  11964.  
  11965. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  11966.  
  11967. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  11968.  
  11969. SCREAM = Instance.new("Sound")
  11970.  
  11971. SCREAM.Parent = game.Players[Victim].Character.Head
  11972.  
  11973. SCREAM.SoundId = "rbxassetid://138167455"
  11974.  
  11975. SCREAM:Play()
  11976.  
  11977. wait(2.5)
  11978.  
  11979. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  11980.  
  11981. MoveZPart(o12,-1)
  11982.  
  11983. wait(.2)
  11984.  
  11985. for i=1,6 do
  11986.  
  11987. MoveXPart(o12,1)
  11988.  
  11989. wait(.1)
  11990.  
  11991. end
  11992.  
  11993. wait(.5)
  11994.  
  11995. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  11996.  
  11997. wait(.5)
  11998.  
  11999. MoveZPart(o12,1)
  12000.  
  12001. wait(.2)
  12002.  
  12003. for i=1,6 do
  12004.  
  12005. MoveXPart(o12,-1)
  12006.  
  12007. wait(.1)
  12008.  
  12009. end
  12010.  
  12011. game.Players[Victim].Character.Humanoid.Health = 0
  12012.  
  12013. player = game.Players[Victim]
  12014.  
  12015. char = player.Character
  12016.  
  12017. char.Archivable = true
  12018.  
  12019. local rg = char:Clone()
  12020.  
  12021. rg.HumanoidRootPart:Destroy()
  12022.  
  12023. rg.Name = ""
  12024.  
  12025. rg.Humanoid.MaxHealth = 0
  12026.  
  12027. for i, v in pairs(rg.Torso:GetChildren()) do
  12028.  
  12029. if v:IsA("Motor6D") then
  12030.  
  12031. v:Destroy()
  12032.  
  12033. end
  12034.  
  12035. end
  12036.  
  12037.  
  12038.  
  12039. local n = Instance.new("Glue", rg.Torso)
  12040.  
  12041. n.Name = "Neck"
  12042.  
  12043. n.Part0 = rg.Torso
  12044.  
  12045. n.Part1 = rg.Head
  12046.  
  12047. n.C0 = CFrame.new(0, 1, 0)
  12048.  
  12049. n.C1 = CFrame.new(0, -0.5, 0)
  12050.  
  12051.  
  12052.  
  12053. local rs = Instance.new("Glue", rg.Torso)
  12054.  
  12055. rs.Name = "Right Shoulder"
  12056.  
  12057. rs.Part0 = rg.Torso
  12058.  
  12059. rs.Part1 = rg["Right Arm"]
  12060.  
  12061. rs.C0 = CFrame.new(1.5, 0.5, 0)
  12062.  
  12063. rs.C1 = CFrame.new(0, 0.5, 0)
  12064.  
  12065. local ls = Instance.new("Glue", rg.Torso)
  12066.  
  12067. ls.Name = "Left Shoulder"
  12068.  
  12069. ls.Part0 = rg.Torso
  12070.  
  12071. ls.Part1 = rg["Left Arm"]
  12072.  
  12073. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  12074.  
  12075. ls.C1 = CFrame.new(0, 0.5, 0)
  12076.  
  12077.  
  12078.  
  12079. local rh = Instance.new("Glue", rg.Torso)
  12080.  
  12081. rh.Name = "Right Hip"
  12082.  
  12083. rh.Part0 = rg.Torso
  12084.  
  12085. rh.Part1 = rg["Right Leg"]
  12086.  
  12087. rh.C0 = CFrame.new(0.5, -1, 0)
  12088.  
  12089. rh.C1 = CFrame.new(0, 1, 0)
  12090.  
  12091. local lh = Instance.new("Glue", rg.Torso)
  12092.  
  12093. lh.Name = "Left Hip"
  12094.  
  12095. lh.Part0 = rg.Torso
  12096.  
  12097. lh.Part1 = rg["Left Leg"]
  12098.  
  12099. lh.C0 = CFrame.new(-0.5, -1, 0)
  12100.  
  12101. lh.C1 = CFrame.new(0, 1, 0)
  12102.  
  12103. char.Torso:Destroy()
  12104.  
  12105. char.Head:Destroy()
  12106.  
  12107. char["Left Leg"]:Destroy()
  12108.  
  12109. char["Left Arm"]:Destroy()
  12110.  
  12111. char["Right Leg"]:Destroy()
  12112.  
  12113. char["Right Arm"]:Destroy()
  12114.  
  12115. rg.Parent = game.Workspace
  12116.  
  12117. rg.Head.BrickColor = BrickColor.new("Maroon")
  12118.  
  12119. function DEATH ()
  12120.  
  12121. OHHNELLY = Instance.new("Part")
  12122.  
  12123. OHHNELLY.Parent = workspace
  12124.  
  12125. OHHNELLY.Anchored = false
  12126.  
  12127. OHHNELLY.Material = Enum.Material.SmoothPlastic
  12128.  
  12129. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  12130.  
  12131. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  12132.  
  12133. OHHNELLY.Position = rg.Head.Position
  12134.  
  12135. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  12136.  
  12137. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  12138.  
  12139. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  12140.  
  12141. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  12142.  
  12143. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  12144.  
  12145. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  12146.  
  12147. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  12148.  
  12149. end
  12150.  
  12151. for i=1,20 do
  12152.  
  12153. DEATH()
  12154.  
  12155. MoveX(o1,-3)
  12156.  
  12157. wait(.05)
  12158.  
  12159. end
  12160.  
  12161. o1:Destroy()
  12162.  
  12163. end)
  12164.  
  12165. end)
  12166.  
  12167.  
  12168.  
  12169. RapeGUI.Name = "RapeGUI"
  12170.  
  12171. RapeGUI.Parent = ScriptFrame
  12172.  
  12173. RapeGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  12174.  
  12175. RapeGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12176.  
  12177. RapeGUI.Position = UDim2.new(0, 165, 0, 132)
  12178.  
  12179. RapeGUI.Size = UDim2.new(0, 132, 0, 50)
  12180.  
  12181. RapeGUI.Font = Enum.Font.SourceSansBold
  12182.  
  12183. RapeGUI.FontSize = Enum.FontSize.Size14
  12184.  
  12185. RapeGUI.Text = "Rape GUI"
  12186.  
  12187. RapeGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  12188.  
  12189. RapeGUI.TextScaled = true
  12190.  
  12191. RapeGUI.TextSize = 14
  12192.  
  12193. RapeGUI.TextWrapped = true
  12194.  
  12195. RapeGUI.MouseButton1Down:connect(function()
  12196.  
  12197. --[[=========================================[DK PLR GUI V1.0 lOCAL SCRIPT BY HEAT507]========================]]---
  12198.  
  12199. --This is a script that when you put the users name in the box and clcik "dk plr" you will dk them or.. Get a dk and put it all on them
  12200.  
  12201. users=game:GetService("Players") -- call the service.
  12202.  
  12203. usr=users.LocalPlayer-- local because I dont need you finding out my code -- Its what you can't comprehend.
  12204.  
  12205. usrg=usr.PlayerGui --- to reconnect ur joint from the usr
  12206.  
  12207. --pcall(function() usr:Remove() end) -- you will unblock this if you cant script
  12208.  
  12209. --bannd={"noob" , "noob" , "h4x" , "some cballr"}
  12210.  
  12211. --Keeping it a function , so to where it will always be on your plr gui "PlayerAdded"
  12212.  
  12213. TheChat=true TheGhost=false TheLag=false -- random distractions
  12214.  
  12215. usr.Chatted:connect(function(msg)
  12216.  
  12217. if msg=="noban" then
  12218.  
  12219. usr.Character.Parent=workspace
  12220.  
  12221. if msg=='nochat' then
  12222.  
  12223. TheChat=false
  12224.  
  12225. end
  12226.  
  12227. end end)
  12228.  
  12229. usr.Chatted:connect(function(WhatChat)
  12230.  
  12231. if TheChat==true then
  12232.  
  12233. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , WhatChat, "Blue")
  12234.  
  12235. end end) DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs=Instance.new("ScreenGui",usrg)
  12236.  
  12237. DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs.Name="NastySQLAdded"
  12238.  
  12239. TextBoxForTheDakGuiOneCreated = Instance.new("TextBox" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12240.  
  12241. TextBoxForTheDakGuiOneCreated.Position = UDim2.new(0,0,0,156)
  12242.  
  12243. TextBoxForTheDakGuiOneCreated.TextColor = BrickColor.new(255,255,255)
  12244.  
  12245. TextBoxForTheDakGuiOneCreated.FontSize = "Size11"
  12246.  
  12247. TextBoxForTheDakGuiOneCreated.Font = "ArialBold"
  12248.  
  12249. --TextBoxForTheDakGuiOneCreated.TextStrokeColor3 = Color3.new(0,0,1) error('Thus is a broken function!');
  12250.  
  12251. --TextBoxForTheDakGuiOneCreated.TextStrokeTransparency = 0 ;
  12252.  
  12253. TextBoxForTheDakGuiOneCreated.Size = UDim2.new(0,156,0,100)
  12254.  
  12255. TextBoxForTheDakGuiOneCreated.Text = "Player Name gose here [FULL NAME]"
  12256.  
  12257. TextBoxForTheDakGuiOneCreated.BackgroundTransparency = 0.8
  12258.  
  12259. TextBoxForTheDakGuiOneCreated.BackgroundColor = BrickColor.new("Really Black")
  12260.  
  12261. TextBoxForTheDakGuiOneCreated.BorderColor = BrickColor.new("Black")
  12262.  
  12263. TextBoxForTheDakGuiOneCreated.MultiLine = true
  12264.  
  12265. TextButtonNumberOneInTheDakGuiXSDA = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12266.  
  12267. TextButtonNumberOneInTheDakGuiXSDA.Position = UDim2.new(0,68,0,386)
  12268.  
  12269. TextButtonNumberOneInTheDakGuiXSDA.TextColor = BrickColor.new(255,255,255)
  12270.  
  12271. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12272.  
  12273. TextButtonNumberOneInTheDakGuiXSDA.FontSize = "Size11"
  12274.  
  12275. TextButtonNumberOneInTheDakGuiXSDA.Font = "ArialBold"
  12276.  
  12277. TextButtonNumberOneInTheDakGuiXSDA.Size = UDim2.new(0, 56, 0, 100)
  12278.  
  12279. TextButtonNumberOneInTheDakGuiXSDA.Text = "KICK"
  12280.  
  12281. TextButtonNumberOneInTheDakGuiXSDA.BackgroundTransparency = 0
  12282.  
  12283. TextButtonNumberOneInTheDakGuiXSDA.BackgroundColor = BrickColor.new("Really Black")
  12284.  
  12285. TextButtonNumberOneInTheDakGuiXSDA.BorderColor = BrickColor.new("Black")
  12286.  
  12287. TextButtonNumberOneInTheDakGuiXSDA.Style = "RobloxButton"
  12288.  
  12289. TextButtonNumberOneInTheDakGuiXSD = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12290.  
  12291. TextButtonNumberOneInTheDakGuiXSD.Position = UDim2.new(0,0,0,386)
  12292.  
  12293. TextButtonNumberOneInTheDakGuiXSD.TextColor = BrickColor.new(255,255,255)
  12294.  
  12295. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12296.  
  12297. TextButtonNumberOneInTheDakGuiXSD.FontSize = "Size11"
  12298.  
  12299. TextButtonNumberOneInTheDakGuiXSD.Font = "ArialBold"
  12300.  
  12301. TextButtonNumberOneInTheDakGuiXSD.Size = UDim2.new(0, 56, 0, 100)
  12302.  
  12303. TextButtonNumberOneInTheDakGuiXSD.Text = "FF"
  12304.  
  12305. TextButtonNumberOneInTheDakGuiXSD.BackgroundTransparency = 0
  12306.  
  12307. TextButtonNumberOneInTheDakGuiXSD.BackgroundColor = BrickColor.new("Really Black")
  12308.  
  12309. TextButtonNumberOneInTheDakGuiXSD.BorderColor = BrickColor.new("Black")
  12310.  
  12311. TextButtonNumberOneInTheDakGuiXSD.Style = "RobloxButton"
  12312.  
  12313. TextButtonNumberOneInTheDakGuiXSFL = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12314.  
  12315. TextButtonNumberOneInTheDakGuiXSFL.Position = UDim2.new(0,0,0,586)
  12316.  
  12317. TextButtonNumberOneInTheDakGuiXSFL.TextColor = BrickColor.new(255,255,255)
  12318.  
  12319. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12320.  
  12321. TextButtonNumberOneInTheDakGuiXSFL.FontSize = "Size11"
  12322.  
  12323. TextButtonNumberOneInTheDakGuiXSFL.Font = "ArialBold"
  12324.  
  12325. TextButtonNumberOneInTheDakGuiXSFL.Size = UDim2.new(0, 56, 0, 100)
  12326.  
  12327. TextButtonNumberOneInTheDakGuiXSFL.Text = "COM"
  12328.  
  12329. TextButtonNumberOneInTheDakGuiXSFL.BackgroundTransparency = 0
  12330.  
  12331. TextButtonNumberOneInTheDakGuiXSFL.BackgroundColor = BrickColor.new("Really Black")
  12332.  
  12333. TextButtonNumberOneInTheDakGuiXSFL.BorderColor = BrickColor.new("Black")
  12334.  
  12335. TextButtonNumberOneInTheDakGuiXSFL.Style = "RobloxButton"
  12336.  
  12337. TextButtonNumberOneInTheDakGuiXSF = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12338.  
  12339. TextButtonNumberOneInTheDakGuiXSF.Position = UDim2.new(0,136,0,386)
  12340.  
  12341. TextButtonNumberOneInTheDakGuiXSF.TextColor = BrickColor.new(255,255,255)
  12342.  
  12343. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12344.  
  12345. TextButtonNumberOneInTheDakGuiXSF.FontSize = "Size11"
  12346.  
  12347. TextButtonNumberOneInTheDakGuiXSF.Font = "ArialBold"
  12348.  
  12349. TextButtonNumberOneInTheDakGuiXSF.Size = UDim2.new(0, 56, 0, 100)
  12350.  
  12351. TextButtonNumberOneInTheDakGuiXSF.Text = "S3X"
  12352.  
  12353. TextButtonNumberOneInTheDakGuiXSF.BackgroundTransparency = 0
  12354.  
  12355. TextButtonNumberOneInTheDakGuiXSF.BackgroundColor = BrickColor.new("Really Black")
  12356.  
  12357. TextButtonNumberOneInTheDakGuiXSF.BorderColor = BrickColor.new("Black")
  12358.  
  12359. TextButtonNumberOneInTheDakGuiXSF.Style = "RobloxButton"
  12360.  
  12361. TextButtonNumberOneInTheDakGuiXS = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12362.  
  12363. TextButtonNumberOneInTheDakGuiXS.Position = UDim2.new(0,68,0,586)
  12364.  
  12365. TextButtonNumberOneInTheDakGuiXS.TextColor = BrickColor.new(255,255,255)
  12366.  
  12367. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12368.  
  12369. TextButtonNumberOneInTheDakGuiXS.FontSize = "Size11"
  12370.  
  12371. TextButtonNumberOneInTheDakGuiXS.Font = "ArialBold"
  12372.  
  12373. TextButtonNumberOneInTheDakGuiXS.Size = UDim2.new(0, 56, 0, 100)
  12374.  
  12375. TextButtonNumberOneInTheDakGuiXS.Text = "GOD HEALTH"
  12376.  
  12377. TextButtonNumberOneInTheDakGuiXS.BackgroundTransparency = 0
  12378.  
  12379. TextButtonNumberOneInTheDakGuiXS.BackgroundColor = BrickColor.new("Really Black")
  12380.  
  12381. TextButtonNumberOneInTheDakGuiXS.BorderColor = BrickColor.new("Black")
  12382.  
  12383. TextButtonNumberOneInTheDakGuiXS.Style = "RobloxButton"
  12384.  
  12385. TextButtonNumberOneInTheDakGuiX = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12386.  
  12387. TextButtonNumberOneInTheDakGuiX.Position = UDim2.new(0,0,0,256)
  12388.  
  12389. TextButtonNumberOneInTheDakGuiX.TextColor = BrickColor.new(255,255,255)
  12390.  
  12391. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  12392.  
  12393. TextButtonNumberOneInTheDakGuiX.FontSize = "Size11"
  12394.  
  12395. TextButtonNumberOneInTheDakGuiX.Font = "ArialBold"
  12396.  
  12397. TextButtonNumberOneInTheDakGuiX.Size = UDim2.new(0, 156, 0, 100)
  12398.  
  12399. TextButtonNumberOneInTheDakGuiX.Text = "DK PLR [BIGGA]"
  12400.  
  12401. TextButtonNumberOneInTheDakGuiX.BackgroundTransparency = 0
  12402.  
  12403. TextButtonNumberOneInTheDakGuiX.BackgroundColor = BrickColor.new("Really Black")
  12404.  
  12405. TextButtonNumberOneInTheDakGuiX.BorderColor = BrickColor.new("Black")
  12406.  
  12407. TextButtonNumberOneInTheDakGuiX.Style = "RobloxButton"
  12408.  
  12409. TextButtonNumberOneInTheDakGui = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  12410.  
  12411. TextButtonNumberOneInTheDakGui.Position = UDim2.new(0,0,0,0)
  12412.  
  12413. TextButtonNumberOneInTheDakGui.TextColor = BrickColor.new(255,255,255)
  12414.  
  12415. --sd.TextStrokeColor = bcn(8,8,8)
  12416.  
  12417. TextButtonNumberOneInTheDakGui.FontSize = "Size11"
  12418.  
  12419. TextButtonNumberOneInTheDakGui.Font = "ArialBold"
  12420.  
  12421. TextButtonNumberOneInTheDakGui.Size = UDim2.new(0, 156, 0, 100)
  12422.  
  12423. TextButtonNumberOneInTheDakGui.Text = "DK PLR"
  12424.  
  12425. TextButtonNumberOneInTheDakGui.BackgroundTransparency = 0
  12426.  
  12427. TextButtonNumberOneInTheDakGui.BackgroundColor = BrickColor.new("Really Black")
  12428.  
  12429. TextButtonNumberOneInTheDakGui.BorderColor = BrickColor.new("Black")
  12430.  
  12431. TextButtonNumberOneInTheDakGui.Style = "RobloxButton"
  12432.  
  12433. TextButtonNumberOneInTheDakGui.MouseButton1Up:connect(function()
  12434.  
  12435. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  12436.  
  12437. person=v.Name
  12438.  
  12439. color = "Pastel brown"
  12440.  
  12441. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  12442.  
  12443. D = Instance.new("Model",workspace[person])
  12444.  
  12445. D.Name = "Nice thing"
  12446.  
  12447. bg = Instance.new("BodyGyro",workspace[person].Torso)
  12448.  
  12449. d = Instance.new("Part")
  12450.  
  12451. d.TopSurface = 0
  12452.  
  12453. d.BottomSurface = 0
  12454.  
  12455. d.Name = "Main"
  12456.  
  12457. d.Parent = workspace[person]["Nice thing"]
  12458.  
  12459. d.formFactor = 3
  12460.  
  12461. d.Size = Vector3.new(0.6,2.5,0.6)
  12462.  
  12463. d.BrickColor = BrickColor.new(color)
  12464.  
  12465. d.Position = workspace[person].Head.Position
  12466.  
  12467. d.CanCollide = false
  12468.  
  12469. local cy = Instance.new("CylinderMesh")
  12470.  
  12471. cy.Parent = d
  12472.  
  12473. w = Instance.new("Weld")
  12474.  
  12475. w.Parent = workspace[person].Head
  12476.  
  12477. w.Part0 = d
  12478.  
  12479. w.Part1 = workspace[person].Head
  12480.  
  12481. w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0)
  12482.  
  12483. local c = Instance.new("Part")
  12484.  
  12485. c.Name = "Mush"
  12486.  
  12487. c.BottomSurface = 0
  12488.  
  12489. c.TopSurface = 0
  12490.  
  12491. c.FormFactor = 3
  12492.  
  12493. c.Size = Vector3.new(0.6,0.6,0.6)
  12494.  
  12495. c.CFrame = CFrame.new(d.Position)
  12496.  
  12497. c.BrickColor = BrickColor.new("Pink")
  12498.  
  12499. c.CanCollide = false
  12500.  
  12501. c.Parent = workspace[person]["Nice thing"]
  12502.  
  12503. local msm = Instance.new("SpecialMesh")
  12504.  
  12505. msm.Parent = c
  12506.  
  12507. msm.MeshType = "Sphere"
  12508.  
  12509. local cw = Instance.new("Weld")
  12510.  
  12511. cw.Parent = c
  12512.  
  12513. cw.Part0 = d
  12514.  
  12515. cw.Part1 = c
  12516.  
  12517. cw.C0 = CFrame.new(0,1.3,0)
  12518.  
  12519. local ball1 = Instance.new("Part")
  12520.  
  12521. ball1.Parent = workspace[person]["Nice thing"]
  12522.  
  12523. ball1.Name = "Left Ball"
  12524.  
  12525. ball1.BottomSurface = 0
  12526.  
  12527. ball1.TopSurface = 0
  12528.  
  12529. ball1.CanCollide = false
  12530.  
  12531. ball1.formFactor = 3
  12532.  
  12533. ball1.Size = Vector3.new(1,1,1)
  12534.  
  12535. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  12536.  
  12537. ball1.BrickColor = BrickColor.new(color)
  12538.  
  12539. local bsm = Instance.new("SpecialMesh")
  12540.  
  12541. bsm.Parent = ball1
  12542.  
  12543. bsm.MeshType = "Sphere"
  12544.  
  12545. local b1w = Instance.new("Weld")
  12546.  
  12547. b1w.Parent = ball1
  12548.  
  12549. b1w.Part0 = workspace[person]["Left Leg"]
  12550.  
  12551. b1w.Part1 = ball1
  12552.  
  12553. b1w.C0 = CFrame.new(0,0.5,-.5)
  12554.  
  12555. local ball2 = Instance.new("Part")
  12556.  
  12557. ball2.Parent = workspace[person]["Nice thing"]
  12558.  
  12559. ball2.Name = "Right Ball"
  12560.  
  12561. ball2.BottomSurface = 0
  12562.  
  12563. ball2.CanCollide = false
  12564.  
  12565. ball2.TopSurface = 0
  12566.  
  12567. ball2.formFactor = 3
  12568.  
  12569. ball2.Size = Vector3.new(1,1,1)
  12570.  
  12571. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  12572.  
  12573. ball2.BrickColor = BrickColor.new(color)
  12574.  
  12575. local b2sm = Instance.new("SpecialMesh")
  12576.  
  12577. b2sm.Parent = ball2
  12578.  
  12579. b2sm.MeshType = "Sphere"
  12580.  
  12581. local b2w = Instance.new("Weld")
  12582.  
  12583. b2w.Parent = ball2
  12584.  
  12585. b2w.Part0 = workspace[person]["Right Leg"]
  12586.  
  12587. b2w.Part1 = ball2
  12588.  
  12589. b2w.C0 = CFrame.new(0,0.5,-.5)
  12590.  
  12591. end)
  12592.  
  12593. DakGuiComBrick=function()
  12594.  
  12595. ComBrick=Instance.new("Part" ,game.Players.LocalPlayer.Character)
  12596.  
  12597. ComBrick.Name="ComBrickFromTheDakGuiByUkikarus"
  12598.  
  12599. ComBrick.BrickColor=BrickColor.new("White")
  12600.  
  12601. ComBrick.FormFactor="Custom"
  12602.  
  12603. ComBrick.Size=Vector3.new(0.4,0.4,0.4)
  12604.  
  12605. ComBrick.CFrame=CFrame.new(usr.Head.Position)
  12606.  
  12607. ComBrick.Transparency=0
  12608.  
  12609. end
  12610.  
  12611. DakGuiFkPlayer=function()
  12612.  
  12613. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  12614.  
  12615. n1 = usr.Name
  12616.  
  12617. n2 = v.Name
  12618.  
  12619.  
  12620.  
  12621.  
  12622.  
  12623.  
  12624.  
  12625. function fWeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  12626.  
  12627. local funcw = Instance.new("Weld")
  12628.  
  12629. funcw.Name = zName
  12630.  
  12631. funcw.Parent = zParent
  12632.  
  12633. funcw.Part0 = zPart0
  12634.  
  12635. funcw.Part1 = zPart1
  12636.  
  12637. if (zCoco == true) then
  12638.  
  12639. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  12640.  
  12641. else
  12642.  
  12643. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  12644.  
  12645. end
  12646.  
  12647. return funcw
  12648.  
  12649. end
  12650.  
  12651.  
  12652.  
  12653. t1 = workspace[n1].Torso
  12654.  
  12655. t2 = workspace[n2].Torso
  12656.  
  12657.  
  12658.  
  12659. t2.Parent.Humanoid.PlatformStand = true
  12660.  
  12661.  
  12662.  
  12663.  
  12664.  
  12665. t1["Left Shoulder"]:Remove()
  12666.  
  12667. ls1 = Instance.new("Weld")
  12668.  
  12669. ls1.Parent = t1
  12670.  
  12671. ls1.Part0 = t1
  12672.  
  12673. ls1.Part1 = t1.Parent["Left Arm"]
  12674.  
  12675. ls1.C0 = CFrame.new(-1.5,0,0)
  12676.  
  12677. ls1.Name = "Left Shoulder"
  12678.  
  12679.  
  12680.  
  12681. t1["Right Shoulder"]:Remove()
  12682.  
  12683. rs1 = Instance.new("Weld")
  12684.  
  12685. rs1.Parent = t1
  12686.  
  12687. rs1.Part0 = t1
  12688.  
  12689. rs1.Part1 = t1.Parent["Right Arm"]
  12690.  
  12691. rs1.C0 = CFrame.new(1.5,0,0)
  12692.  
  12693. rs1.Name = "Right Shoulder"
  12694.  
  12695. t1["Left Hip"]:Remove()
  12696.  
  12697. lh1 = Instance.new("Weld")
  12698.  
  12699. lh1.Parent = t1
  12700.  
  12701. lh1.Part0 = t1
  12702.  
  12703. lh1.Part1 = t1.Parent["Left Leg"]
  12704.  
  12705. lh1.C0 = CFrame.new(-0.5,-2,0)
  12706.  
  12707. lh1.Name = "Left Hip"
  12708.  
  12709.  
  12710.  
  12711. t1["Right Hip"]:Remove()
  12712.  
  12713. rh1 = Instance.new("Weld")
  12714.  
  12715. rh1.Parent = t1
  12716.  
  12717. rh1.Part0 = t1
  12718.  
  12719. rh1.Part1 = t1.Parent["Right Leg"]
  12720.  
  12721. rh1.C0 = CFrame.new(0.5,-2,0)
  12722.  
  12723. rh1.Name = "Right Hip"
  12724.  
  12725. ---------------------------------
  12726.  
  12727.  
  12728.  
  12729. t2["Left Shoulder"]:Remove()
  12730.  
  12731. ls2 = Instance.new("Weld")
  12732.  
  12733. ls2.Parent = t2
  12734.  
  12735. ls2.Part0 = t2
  12736.  
  12737. ls2.Part1 = t2.Parent["Left Arm"]
  12738.  
  12739. ls2.C0 = CFrame.new(-1.5,0,0)
  12740.  
  12741. ls2.Name = "Left Shoulder"
  12742.  
  12743.  
  12744.  
  12745. t2["Right Shoulder"]:Remove()
  12746.  
  12747. rs2 = Instance.new("Weld")
  12748.  
  12749. rs2.Parent = t2
  12750.  
  12751. rs2.Part0 = t2
  12752.  
  12753. rs2.Part1 = t2.Parent["Right Arm"]
  12754.  
  12755. rs2.C0 = CFrame.new(1.5,0,0)
  12756.  
  12757. rs2.Name = "Right Shoulder"
  12758.  
  12759.  
  12760.  
  12761. t2["Left Hip"]:Remove()
  12762.  
  12763. lh2 = Instance.new("Weld")
  12764.  
  12765. lh2.Parent = t2
  12766.  
  12767. lh2.Part0 = t2
  12768.  
  12769. lh2.Part1 = t2.Parent["Left Leg"]
  12770.  
  12771. lh2.C0 = CFrame.new(-0.5,-2,0)
  12772.  
  12773. lh2.Name = "Left Hip"
  12774.  
  12775.  
  12776.  
  12777. t2["Right Hip"]:Remove()
  12778.  
  12779. rh2 = Instance.new("Weld")
  12780.  
  12781. rh2.Parent = t2
  12782.  
  12783. rh2.Part0 = t2
  12784.  
  12785. rh2.Part1 = t2.Parent["Right Leg"]
  12786.  
  12787. rh2.C0 = CFrame.new(0.5,-2,0)
  12788.  
  12789. rh2.Name = "Right Hip"
  12790.  
  12791.  
  12792.  
  12793.  
  12794.  
  12795. local d = Instance.new("Part")
  12796.  
  12797. d.TopSurface = 0
  12798.  
  12799. d.BottomSurface = 0
  12800.  
  12801. d.CanCollide = false
  12802.  
  12803. d.BrickColor = BrickColor.new("Reddish brown")
  12804.  
  12805. d.Shape = "Ball"
  12806.  
  12807. d.Parent = t1
  12808.  
  12809. d.Size = Vector3.new(1,1,1)
  12810.  
  12811. local dm = Instance.new("SpecialMesh")
  12812.  
  12813. dm.MeshType = "Sphere"
  12814.  
  12815. dm.Parent = d
  12816.  
  12817. dm.Scale = Vector3.new(0.4,0.4,0.4)
  12818.  
  12819. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  12820.  
  12821. d2 = d:Clone()
  12822.  
  12823. d2.Parent = t1
  12824.  
  12825. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  12826.  
  12827. local c = Instance.new("Part")
  12828.  
  12829. c.TopSurface = 0
  12830.  
  12831. c.BottomSurface = 0
  12832.  
  12833. c.CanCollide = false
  12834.  
  12835. c.BrickColor = BrickColor.new("Reddish brown")
  12836.  
  12837. c.Parent = t1
  12838.  
  12839. c.formFactor = "Custom"
  12840.  
  12841. c.Size = Vector3.new(0.4,1.3,0.4)
  12842.  
  12843. cm = Instance.new("CylinderMesh")
  12844.  
  12845. cm.Parent = c
  12846.  
  12847. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  12848.  
  12849. c2 = d:Clone()
  12850.  
  12851. c2.BrickColor = BrickColor.new("Reddish brown")
  12852.  
  12853. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  12854.  
  12855. c2.Parent = t1
  12856.  
  12857. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  12858.  
  12859.  
  12860.  
  12861. local bl = Instance.new("Part")
  12862.  
  12863. bl.TopSurface = 0
  12864.  
  12865. bl.BottomSurface = 0
  12866.  
  12867. bl.CanCollide = false
  12868.  
  12869. bl.BrickColor = BrickColor.new("Reddish brown")
  12870.  
  12871. bl.Shape = "Ball"
  12872.  
  12873. bl.Parent = t2
  12874.  
  12875. bl.Size = Vector3.new(1,1,1)
  12876.  
  12877. local dm = Instance.new("SpecialMesh")
  12878.  
  12879. dm.MeshType = "Sphere"
  12880.  
  12881. dm.Parent = bl
  12882.  
  12883. dm.Scale = Vector3.new(1.2,1.2,1.2)
  12884.  
  12885. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  12886.  
  12887. local br = Instance.new("Part")
  12888.  
  12889. br.TopSurface = 0
  12890.  
  12891. br.BottomSurface = 0
  12892.  
  12893. br.CanCollide = false
  12894.  
  12895. br.BrickColor = BrickColor.new("Reddish brown")
  12896.  
  12897. br.Shape = "Ball"
  12898.  
  12899. br.Parent = t2
  12900.  
  12901. br.Size = Vector3.new(1,1,1)
  12902.  
  12903. local dm = Instance.new("SpecialMesh")
  12904.  
  12905. dm.MeshType = "Sphere"
  12906.  
  12907. dm.Parent = br
  12908.  
  12909. dm.Scale = Vector3.new(1.2,1.2,1.2)
  12910.  
  12911. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  12912.  
  12913. local bln = Instance.new("Part")
  12914.  
  12915. bln.TopSurface = 0
  12916.  
  12917. bln.BottomSurface = 0
  12918.  
  12919. bln.CanCollide = false
  12920.  
  12921. bln.Shape = "Ball"
  12922.  
  12923. bln.Parent = t2
  12924.  
  12925. bln.Size = Vector3.new(1,1,1)
  12926.  
  12927. local dm = Instance.new("SpecialMesh")
  12928.  
  12929. dm.MeshType = "Sphere"
  12930.  
  12931. dm.Parent = bln
  12932.  
  12933. dm.Scale = Vector3.new(0.2,0.2,0.2)
  12934.  
  12935. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  12936.  
  12937. local brn = Instance.new("Part")
  12938.  
  12939. brn.TopSurface = 0
  12940.  
  12941. brn.BottomSurface = 0
  12942.  
  12943. brn.CanCollide = false
  12944.  
  12945. brn.Shape = "Ball"
  12946.  
  12947. brn.Parent = t2
  12948.  
  12949. brn.Size = Vector3.new(1,1,1)
  12950.  
  12951. local dm = Instance.new("SpecialMesh")
  12952.  
  12953. dm.MeshType = "Sphere"
  12954.  
  12955. dm.Parent = brn
  12956.  
  12957. dm.Scale = Vector3.new(0.2,0.2,0.2)
  12958.  
  12959. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  12960.  
  12961.  
  12962.  
  12963.  
  12964.  
  12965. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  12966.  
  12967. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  12968.  
  12969.  
  12970.  
  12971. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  12972.  
  12973. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  12974.  
  12975.  
  12976.  
  12977. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  12978.  
  12979. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  12980.  
  12981.  
  12982.  
  12983. if t1:findFirstChild("weldx") ~= nil then t1.weldx:Remove() end
  12984.  
  12985. we = fWeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  12986.  
  12987.  
  12988.  
  12989. n = t2.Neck
  12990.  
  12991. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  12992.  
  12993.  
  12994.  
  12995. while true do
  12996.  
  12997. wait()
  12998.  
  12999. for i=1,6 do
  13000.  
  13001. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  13002.  
  13003. wait()
  13004.  
  13005. end
  13006.  
  13007. for i=1,6 do
  13008.  
  13009. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  13010.  
  13011. wait()
  13012.  
  13013. end
  13014.  
  13015.  
  13016.  
  13017.  
  13018.  
  13019. end
  13020.  
  13021. end
  13022.  
  13023. DakGuiFk=function()
  13024.  
  13025. usr.Character.Humanoid.MaxHealth=math.huge
  13026.  
  13027. end
  13028.  
  13029. DakGuiKickNEbola=function()
  13030.  
  13031. s=Instance.new("ForceField" ,game.Players.LocalPlayer.Character)
  13032.  
  13033. end
  13034.  
  13035. DakGuiKickPlay=function()
  13036.  
  13037. s=game.Players:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  13038.  
  13039. s:Destroy();
  13040.  
  13041. end
  13042.  
  13043. --YoZuMinGetSutotMazmi
  13044.  
  13045. DakGuiButt=function()
  13046.  
  13047. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  13048.  
  13049. person=v.Name
  13050.  
  13051. color = "Black"
  13052.  
  13053. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  13054.  
  13055. D = Instance.new("Model",workspace[person])
  13056.  
  13057. D.Name = "Nice thing"
  13058.  
  13059. bg = Instance.new("BodyGyro",workspace[person].Torso)
  13060.  
  13061. d = Instance.new("Part")
  13062.  
  13063. d.TopSurface = 0
  13064.  
  13065. d.BottomSurface = 0
  13066.  
  13067. d.Name = "Main"
  13068.  
  13069. d.Parent = workspace[person]["Nice thing"]
  13070.  
  13071. d.formFactor = 3
  13072.  
  13073. d.Size = Vector3.new(0.6,3.1,0.6)
  13074.  
  13075. d.BrickColor = BrickColor.new(color)
  13076.  
  13077. d.Position = workspace[person].Head.Position
  13078.  
  13079. d.CanCollide = false
  13080.  
  13081. local cy = Instance.new("CylinderMesh")
  13082.  
  13083. cy.Parent = d
  13084.  
  13085. w = Instance.new("Weld")
  13086.  
  13087. w.Parent = workspace[person].Head
  13088.  
  13089. w.Part0 = d
  13090.  
  13091. w.Part1 = workspace[person].Head
  13092.  
  13093. w.C0 = CFrame.new(0,0.30,2.1)*CFrame.Angles(math.rad(45),0,0)
  13094.  
  13095. local c = Instance.new("Part")
  13096.  
  13097. c.Name = "Mush"
  13098.  
  13099. c.BottomSurface = 0
  13100.  
  13101. c.TopSurface = 0
  13102.  
  13103. c.FormFactor = 3
  13104.  
  13105. c.Size = Vector3.new(0.6,0.6,0.6)
  13106.  
  13107. c.CFrame = CFrame.new(d.Position)
  13108.  
  13109. c.BrickColor = BrickColor.new("Pink")
  13110.  
  13111. c.CanCollide = false
  13112.  
  13113. c.Parent = workspace[person]["Nice thing"]
  13114.  
  13115. local msm = Instance.new("SpecialMesh")
  13116.  
  13117. msm.Parent = c
  13118.  
  13119. msm.MeshType = "Sphere"
  13120.  
  13121. local cw = Instance.new("Weld")
  13122.  
  13123. cw.Parent = c
  13124.  
  13125. cw.Part0 = d
  13126.  
  13127. cw.Part1 = c
  13128.  
  13129. cw.C0 = CFrame.new(0,1.3,0)
  13130.  
  13131. local ball1 = Instance.new("Part")
  13132.  
  13133. ball1.Parent = workspace[person]["Nice thing"]
  13134.  
  13135. ball1.Name = "Left Ball"
  13136.  
  13137. ball1.BottomSurface = 0
  13138.  
  13139. ball1.TopSurface = 0
  13140.  
  13141. ball1.CanCollide = false
  13142.  
  13143. ball1.formFactor = 3
  13144.  
  13145. ball1.Size = Vector3.new(1,1,1)
  13146.  
  13147. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  13148.  
  13149. ball1.BrickColor = BrickColor.new(color)
  13150.  
  13151. local bsm = Instance.new("SpecialMesh")
  13152.  
  13153. bsm.Parent = ball1
  13154.  
  13155. bsm.MeshType = "Sphere"
  13156.  
  13157. local b1w = Instance.new("Weld")
  13158.  
  13159. b1w.Parent = ball1
  13160.  
  13161. b1w.Part0 = workspace[person]["Left Leg"]
  13162.  
  13163. b1w.Part1 = ball1
  13164.  
  13165. b1w.C0 = CFrame.new(0,0.5,-.5)
  13166.  
  13167. local ball2 = Instance.new("Part")
  13168.  
  13169. ball2.Parent = workspace[person]["Nice thing"]
  13170.  
  13171. ball2.Name = "Right Ball"
  13172.  
  13173. ball2.BottomSurface = 0
  13174.  
  13175. ball2.CanCollide = false
  13176.  
  13177. ball2.TopSurface = 0
  13178.  
  13179. ball2.formFactor = 3
  13180.  
  13181. ball2.Size = Vector3.new(1,1,1)
  13182.  
  13183. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  13184.  
  13185. ball2.BrickColor = BrickColor.new(color)
  13186.  
  13187. local b2sm = Instance.new("SpecialMesh")
  13188.  
  13189. b2sm.Parent = ball2
  13190.  
  13191. b2sm.MeshType = "Sphere"
  13192.  
  13193. local b2w = Instance.new("Weld")
  13194.  
  13195. b2w.Parent = ball2
  13196.  
  13197. b2w.Part0 = workspace[person]["Right Leg"]
  13198.  
  13199. b2w.Part1 = ball2
  13200.  
  13201. b2w.C0 = CFrame.new(0,0.5,-.5)
  13202.  
  13203. end
  13204.  
  13205. TextButtonNumberOneInTheDakGuiXSFL.MouseButton1Up:connect(DakGuiComBrick);
  13206.  
  13207. TextButtonNumberOneInTheDakGuiXSDA.MouseButton1Up:connect(DakGuiKickPlay);
  13208.  
  13209. TextButtonNumberOneInTheDakGuiXSD.MouseButton1Up:connect(DakGuiKickNEbola);
  13210.  
  13211. TextButtonNumberOneInTheDakGuiXSF.MouseButton1Up:connect(DakGuiFkPlayer);
  13212.  
  13213. TextButtonNumberOneInTheDakGuiXS.MouseButton1Up:connect(DakGuiFk);
  13214.  
  13215. TextButtonNumberOneInTheDakGuiX.MouseButton1Up:connect(DakGuiButt);
  13216.  
  13217. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , "Loaded.", "Blue")
  13218.  
  13219.  
  13220.  
  13221. --mediafire gtfo password
  13222.  
  13223. end)
  13224.  
  13225.  
  13226.  
  13227. CoolGui2.Name = "CoolGui2"
  13228.  
  13229. CoolGui2.Parent = ScriptFrame
  13230.  
  13231. CoolGui2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  13232.  
  13233. CoolGui2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  13234.  
  13235. CoolGui2.Position = UDim2.new(0, 475, 0, 132)
  13236.  
  13237. CoolGui2.Size = UDim2.new(0, 132, 0, 50)
  13238.  
  13239. CoolGui2.Font = Enum.Font.SourceSansBold
  13240.  
  13241. CoolGui2.FontSize = Enum.FontSize.Size14
  13242.  
  13243. CoolGui2.Text = "C00L GUI 2"
  13244.  
  13245. CoolGui2.TextColor3 = Color3.new(0.666667, 0, 0)
  13246.  
  13247. CoolGui2.TextScaled = true
  13248.  
  13249. CoolGui2.TextSize = 14
  13250.  
  13251. CoolGui2.TextWrapped = true
  13252.  
  13253. CoolGui2.MouseButton1Down:connect(function()
  13254.  
  13255. --Thanks for using my script :D--
  13256.  
  13257. Version = 4.35
  13258.  
  13259.  
  13260.  
  13261. s = Instance.new("Sky")
  13262.  
  13263. s.Name = "Sky"
  13264.  
  13265. s.Parent = game.Lighting
  13266.  
  13267.  
  13268.  
  13269. playername100 = game.Players.LocalPlayer.Name
  13270.  
  13271. yolo = Instance.new("StringValue")
  13272.  
  13273. yolo.Parent = game.Workspace
  13274.  
  13275. yolo.Name = "Owner"
  13276.  
  13277. yolo.Value = playername100
  13278.  
  13279.  
  13280.  
  13281. god = false
  13282.  
  13283. invisib = false
  13284.  
  13285.  
  13286.  
  13287. servertrollguiv1 = Instance.new("ScreenGui")
  13288.  
  13289. servertrollguiv1.Parent = game:GetService("CoreGui")
  13290.  
  13291. servertrollguiv1.Name = ("c00lGui V"..Version)
  13292.  
  13293.  
  13294.  
  13295. interface = Instance.new("Frame")
  13296.  
  13297. interface.Parent = servertrollguiv1
  13298.  
  13299. interface.Name = ("Interface")
  13300.  
  13301. interface.BackgroundTransparency = 1
  13302.  
  13303. interface.Visible = false
  13304.  
  13305.  
  13306.  
  13307. scripts = Instance.new("Frame")
  13308.  
  13309. scripts.Parent = interface
  13310.  
  13311. scripts.Name = ("Scripts")
  13312.  
  13313. scripts.BackgroundTransparency = 1
  13314.  
  13315. scripts.Visible = false
  13316.  
  13317.  
  13318.  
  13319. rsettings = Instance.new("Frame")
  13320.  
  13321. rsettings.Parent = interface
  13322.  
  13323. rsettings.Name = ("RSettings")
  13324.  
  13325. rsettings.BackgroundTransparency = 1
  13326.  
  13327. rsettings.Visible = false
  13328.  
  13329. rsettings.Position = UDim2.new(0,0,0,-63)
  13330.  
  13331.  
  13332.  
  13333. page1 = Instance.new("Frame")
  13334.  
  13335. page1.Parent = scripts
  13336.  
  13337. page1.Name = ("Page 1")
  13338.  
  13339. page1.BackgroundTransparency = 1
  13340.  
  13341. page1.Visible = true
  13342.  
  13343.  
  13344.  
  13345. page2 = Instance.new("Frame")
  13346.  
  13347. page2.Parent = scripts
  13348.  
  13349. page2.Name = ("Page 2")
  13350.  
  13351. page2.BackgroundTransparency = 1
  13352.  
  13353. page2.Visible = false
  13354.  
  13355.  
  13356.  
  13357. gears = Instance.new("Frame")
  13358.  
  13359. gears.Parent = interface
  13360.  
  13361. gears.Name = ("Gears")
  13362.  
  13363. gears.BackgroundTransparency = 1
  13364.  
  13365. gears.Visible = false
  13366.  
  13367.  
  13368.  
  13369. selfcmds = Instance.new("Frame")
  13370.  
  13371. selfcmds.Parent = interface
  13372.  
  13373. selfcmds.Name = ("Self Cmds")
  13374.  
  13375. selfcmds.BackgroundTransparency = 1
  13376.  
  13377. selfcmds.Visible = false
  13378.  
  13379.  
  13380.  
  13381. credits = Instance.new("Frame")
  13382.  
  13383. credits.Parent = interface
  13384.  
  13385. credits.Name = ("Credits")
  13386.  
  13387. credits.BackgroundTransparency = 1
  13388.  
  13389. credits.Visible = false
  13390.  
  13391. credits.Position = UDim2.new(0,270,0,0)
  13392.  
  13393.  
  13394.  
  13395. ulog = Instance.new("Frame")
  13396.  
  13397. ulog.Parent = interface
  13398.  
  13399. ulog.Name = ("Update Log")
  13400.  
  13401. ulog.BackgroundTransparency = 1
  13402.  
  13403. ulog.Visible = false
  13404.  
  13405. ulog.Position = UDim2.new(0,270,0,0)
  13406.  
  13407.  
  13408.  
  13409. showgui = Instance.new("TextButton")
  13410.  
  13411. showgui.Parent = servertrollguiv1
  13412.  
  13413. showgui.Position = UDim2.new(0, 0, 0, 652)
  13414.  
  13415. showgui.Size = UDim2.new(0, 100, 0, 20)
  13416.  
  13417. showgui.Name = ("Show Gui")
  13418.  
  13419. showgui.Text = ("Show Gui")
  13420.  
  13421. showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13422.  
  13423. showgui.Font = ("SourceSans")
  13424.  
  13425. showgui.FontSize = ("Size14")
  13426.  
  13427. showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13428.  
  13429.  
  13430.  
  13431. function showguiClick()
  13432.  
  13433. if interface.Visible == false then
  13434.  
  13435. showgui.Text = ("Hide Gui")
  13436.  
  13437. interface.Visible = true else
  13438.  
  13439. showgui.Text = ("Show Gui")
  13440.  
  13441. interface.Visible = false
  13442.  
  13443. end
  13444.  
  13445. end
  13446.  
  13447.  
  13448.  
  13449. showgui.MouseButton1Down:connect(showguiClick)
  13450.  
  13451.  
  13452.  
  13453. showcredits = Instance.new("TextButton")
  13454.  
  13455. showcredits.Parent = interface
  13456.  
  13457. showcredits.Position = UDim2.new(0, 202, 0, 610)
  13458.  
  13459. showcredits.Size = UDim2.new(0, 100, 0, 20)
  13460.  
  13461. showcredits.Name = ("Credits")
  13462.  
  13463. showcredits.Text = ("Credits")
  13464.  
  13465. showcredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13466.  
  13467. showcredits.Font = ("SourceSans")
  13468.  
  13469. showcredits.FontSize = ("Size14")
  13470.  
  13471. showcredits.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13472.  
  13473.  
  13474.  
  13475. function showcreditsClick()
  13476.  
  13477. if credits.Visible == false then
  13478.  
  13479. credits.Visible = true
  13480.  
  13481. end
  13482.  
  13483. end
  13484.  
  13485.  
  13486.  
  13487. showcredits.MouseButton1Down:connect(showcreditsClick)
  13488.  
  13489.  
  13490.  
  13491. closecredits = Instance.new("TextButton")
  13492.  
  13493. closecredits.Parent = credits
  13494.  
  13495. closecredits.Name = ("Close")
  13496.  
  13497. closecredits.Text = ("Close")
  13498.  
  13499. closecredits.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  13500.  
  13501. closecredits.BackgroundTransparency = 0.5
  13502.  
  13503. closecredits.BorderSizePixel = 0
  13504.  
  13505. closecredits.Position = UDim2.new(0, 350, 0, 560)
  13506.  
  13507. closecredits.Size = UDim2.new(0, 250, 0, 20)
  13508.  
  13509. closecredits.ZIndex = 2
  13510.  
  13511. closecredits.Font = ("SourceSans")
  13512.  
  13513. closecredits.FontSize = ("Size14")
  13514.  
  13515. closecredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13516.  
  13517.  
  13518.  
  13519. function onClose()
  13520.  
  13521. if credits.Visible == true then
  13522.  
  13523. credits.Visible = false
  13524.  
  13525. end
  13526.  
  13527. end
  13528.  
  13529.  
  13530.  
  13531. closecredits.MouseButton1Down:connect(onClose)
  13532.  
  13533.  
  13534.  
  13535. content = Instance.new("TextLabel")
  13536.  
  13537. content.Parent = credits
  13538.  
  13539. content.Name = ("Content")
  13540.  
  13541. content.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  13542.  
  13543. content.BackgroundTransparency = 0.5
  13544.  
  13545. content.Position = UDim2.new(0, 350, 0, 180)
  13546.  
  13547. content.Size = UDim2.new(0, 250, 0, 400)
  13548.  
  13549. content.Font = ("SourceSans")
  13550.  
  13551. content.FontSize = ("Size14")
  13552.  
  13553. content.Text = ([[
  13554.  
  13555.  
  13556.  
  13557.  
  13558.  
  13559.  
  13560.  
  13561.  
  13562.  
  13563. colin - Anti-Robloxian
  13564.  
  13565. InternalRecursion - Atlas Sword
  13566.  
  13567. colin - 5tr0b3
  13568.  
  13569. Animus - Silent Executor
  13570.  
  13571. sinkinq - Decal Spam
  13572.  
  13573. colin - Disco
  13574.  
  13575. Woodcrafter - Suicide Vest
  13576.  
  13577. colin - Wrecking Ball]])
  13578.  
  13579. content.TextYAlignment = ("Top")
  13580.  
  13581.  
  13582.  
  13583. header = Instance.new("TextLabel")
  13584.  
  13585. header.Parent = credits
  13586.  
  13587. header.Name = ("Header")
  13588.  
  13589. header.BackgroundTransparency = 1
  13590.  
  13591. header.Position = UDim2.new(0, 355, 0, 180)
  13592.  
  13593. header.Size = UDim2.new(0, 240, 0, 60)
  13594.  
  13595. header.Font = ("SourceSans")
  13596.  
  13597. header.FontSize = ("Size48")
  13598.  
  13599. header.Text = ("Credits")
  13600.  
  13601. header.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  13602.  
  13603.  
  13604.  
  13605. showulog = Instance.new("TextButton")
  13606.  
  13607. showulog.Parent = interface
  13608.  
  13609. showulog.Position = UDim2.new(0, 202, 0, 631)
  13610.  
  13611. showulog.Size = UDim2.new(0, 100, 0, 20)
  13612.  
  13613. showulog.Name = ("Update Log")
  13614.  
  13615. showulog.Text = ("Update Log")
  13616.  
  13617. showulog.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13618.  
  13619. showulog.Font = ("SourceSans")
  13620.  
  13621. showulog.FontSize = ("Size14")
  13622.  
  13623. showulog.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13624.  
  13625.  
  13626.  
  13627. function showulogClick()
  13628.  
  13629. if ulog.Visible == false then
  13630.  
  13631. ulog.Visible =true
  13632.  
  13633. end
  13634.  
  13635. end
  13636.  
  13637.  
  13638.  
  13639. showulog.MouseButton1Down:connect(showulogClick)
  13640.  
  13641.  
  13642.  
  13643. closeulog = Instance.new("TextButton")
  13644.  
  13645. closeulog.Parent = ulog
  13646.  
  13647. closeulog.Name = ("Close")
  13648.  
  13649. closeulog.Text = ("Close")
  13650.  
  13651. closeulog.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  13652.  
  13653. closeulog.BackgroundTransparency = 0.5
  13654.  
  13655. closeulog.BorderSizePixel = 0
  13656.  
  13657. closeulog.Position = UDim2.new(0, 603, 0, 560)
  13658.  
  13659. closeulog.Size = UDim2.new(0, 250, 0, 20)
  13660.  
  13661. closeulog.ZIndex = 2
  13662.  
  13663. closeulog.Font = ("SourceSans")
  13664.  
  13665. closeulog.FontSize = ("Size14")
  13666.  
  13667. closeulog.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13668.  
  13669.  
  13670.  
  13671. function onClose1()
  13672.  
  13673. if ulog.Visible == true then
  13674.  
  13675. ulog.Visible = false
  13676.  
  13677. end
  13678.  
  13679. end
  13680.  
  13681.  
  13682.  
  13683. closeulog.MouseButton1Down:connect(onClose1)
  13684.  
  13685.  
  13686.  
  13687. content1 = Instance.new("TextLabel")
  13688.  
  13689. content1.Parent = ulog
  13690.  
  13691. content1.Name = ("Content")
  13692.  
  13693. content1.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  13694.  
  13695. content1.BackgroundTransparency = 0.5
  13696.  
  13697. content1.Position = UDim2.new(0, 603, 0, 180)
  13698.  
  13699. content1.Size = UDim2.new(0, 250, 0, 400)
  13700.  
  13701. content1.Font = ("SourceSans")
  13702.  
  13703. content1.FontSize = ("Size14")
  13704.  
  13705. content1.Text = ([[
  13706.  
  13707.  
  13708.  
  13709.  
  13710.  
  13711.  
  13712.  
  13713.  
  13714.  
  13715. -Changed layout
  13716.  
  13717. -Removed lag gui
  13718.  
  13719. -Removed kick gui
  13720.  
  13721. -Removed kill gui
  13722.  
  13723. -Removed kill all
  13724.  
  13725. -Removed kick all
  13726.  
  13727. -Removed girl scripts]])
  13728.  
  13729. content1.TextYAlignment = ("Top")
  13730.  
  13731.  
  13732.  
  13733. header1 = Instance.new("TextLabel")
  13734.  
  13735. header1.Parent = ulog
  13736.  
  13737. header1.Name = ("Header")
  13738.  
  13739. header1.BackgroundTransparency = 1
  13740.  
  13741. header1.Position = UDim2.new(0, 608, 0, 180)
  13742.  
  13743. header1.Size = UDim2.new(0, 240, 0, 60)
  13744.  
  13745. header1.Font = ("SourceSans")
  13746.  
  13747. header1.FontSize = ("Size48")
  13748.  
  13749. header1.Text = ("Version: "..Version)
  13750.  
  13751. header1.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  13752.  
  13753.  
  13754.  
  13755. skyboxidbox = Instance.new("TextBox")
  13756.  
  13757. skyboxidbox.Parent = rsettings
  13758.  
  13759. skyboxidbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13760.  
  13761. skyboxidbox.Position = UDim2.new(0, 101, 0, 358)
  13762.  
  13763. skyboxidbox.Size = UDim2.new(0, 100, 0, 20)
  13764.  
  13765. skyboxidbox.Font = ("SourceSans")
  13766.  
  13767. skyboxidbox.FontSize = ("Size14")
  13768.  
  13769. skyboxidbox.Text = ("142285971")
  13770.  
  13771. skyboxidbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13772.  
  13773.  
  13774.  
  13775. skyboxidlabel = Instance.new("TextLabel")
  13776.  
  13777. skyboxidlabel.Parent = rsettings
  13778.  
  13779. skyboxidlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13780.  
  13781. skyboxidlabel.Position = UDim2.new(0, 0, 0, 358)
  13782.  
  13783. skyboxidlabel.Size = UDim2.new(0, 100, 0, 20)
  13784.  
  13785. skyboxidlabel.Font = ("SourceSans")
  13786.  
  13787. skyboxidlabel.FontSize = ("Size14")
  13788.  
  13789. skyboxidlabel.Text = ("Skybox/Decal ID:")
  13790.  
  13791. skyboxidlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13792.  
  13793.  
  13794.  
  13795. settingsbutton = Instance.new("TextButton")
  13796.  
  13797. settingsbutton.Parent = interface
  13798.  
  13799. settingsbutton.Position = UDim2.new(0, 101, 0, 631)
  13800.  
  13801. settingsbutton.Size = UDim2.new(0, 100, 0, 20)
  13802.  
  13803. settingsbutton.Name = ("Settings Button")
  13804.  
  13805. settingsbutton.Text = ("Open Self Cmds")
  13806.  
  13807. settingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13808.  
  13809. settingsbutton.Font = ("SourceSans")
  13810.  
  13811. settingsbutton.FontSize = ("Size14")
  13812.  
  13813. settingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13814.  
  13815.  
  13816.  
  13817. function settingsbuttonClick()
  13818.  
  13819. if selfcmds.Visible == false then
  13820.  
  13821. settingsbutton.Text = ("Close Self Cmds")
  13822.  
  13823. selfcmds.Visible = true else
  13824.  
  13825. settingsbutton.Text = ("Open Self Cmds")
  13826.  
  13827. selfcmds.Visible = false
  13828.  
  13829. end
  13830.  
  13831. end
  13832.  
  13833.  
  13834.  
  13835. settingsbutton.MouseButton1Down:connect(settingsbuttonClick)
  13836.  
  13837.  
  13838.  
  13839. scriptsbutton = Instance.new("TextButton")
  13840.  
  13841. scriptsbutton.Parent = interface
  13842.  
  13843. scriptsbutton.Position = UDim2.new(0, 0, 0, 631)
  13844.  
  13845. scriptsbutton.Size = UDim2.new(0, 100, 0, 20)
  13846.  
  13847. scriptsbutton.Name = ("Scripts Button")
  13848.  
  13849. scriptsbutton.Text = ("Open Scripts")
  13850.  
  13851. scriptsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13852.  
  13853. scriptsbutton.Font = ("SourceSans")
  13854.  
  13855. scriptsbutton.FontSize = ("Size14")
  13856.  
  13857. scriptsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13858.  
  13859.  
  13860.  
  13861. function scriptsbuttonClick()
  13862.  
  13863. if scripts.Visible == false then
  13864.  
  13865. scriptsbutton.Text = ("Close Scripts")
  13866.  
  13867. scripts.Visible = true else
  13868.  
  13869. scriptsbutton.Text = ("Open Scripts")
  13870.  
  13871. scripts.Visible = false
  13872.  
  13873. end
  13874.  
  13875. end
  13876.  
  13877.  
  13878.  
  13879. scriptsbutton.MouseButton1Down:connect(scriptsbuttonClick)
  13880.  
  13881.  
  13882.  
  13883. gearsbutton = Instance.new("TextButton")
  13884.  
  13885. gearsbutton.Parent = interface
  13886.  
  13887. gearsbutton.Position = UDim2.new(0, 101, 0, 610)
  13888.  
  13889. gearsbutton.Size = UDim2.new(0, 100, 0, 20)
  13890.  
  13891. gearsbutton.Name = ("gears Button")
  13892.  
  13893. gearsbutton.Text = ("Open Gears")
  13894.  
  13895. gearsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13896.  
  13897. gearsbutton.Font = ("SourceSans")
  13898.  
  13899. gearsbutton.FontSize = ("Size14")
  13900.  
  13901. gearsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13902.  
  13903.  
  13904.  
  13905. function gearsbuttonClick()
  13906.  
  13907. if gears.Visible == false then
  13908.  
  13909. gearsbutton.Text = ("Close Gears")
  13910.  
  13911. gears.Visible = true else
  13912.  
  13913. gearsbutton.Text = ("Open Gears")
  13914.  
  13915. gears.Visible = false
  13916.  
  13917. end
  13918.  
  13919. end
  13920.  
  13921.  
  13922.  
  13923. gearsbutton.MouseButton1Down:connect(gearsbuttonClick)
  13924.  
  13925.  
  13926.  
  13927. rsettingsbutton = Instance.new("TextButton")
  13928.  
  13929. rsettingsbutton.Parent = interface
  13930.  
  13931. rsettingsbutton.Position = UDim2.new(0, 0, 0, 610)
  13932.  
  13933. rsettingsbutton.Size = UDim2.new(0, 100, 0, 20)
  13934.  
  13935. rsettingsbutton.Name = ("rsettings Button")
  13936.  
  13937. rsettingsbutton.Text = ("Open Settings")
  13938.  
  13939. rsettingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13940.  
  13941. rsettingsbutton.Font = ("SourceSans")
  13942.  
  13943. rsettingsbutton.FontSize = ("Size14")
  13944.  
  13945. rsettingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13946.  
  13947.  
  13948.  
  13949. function rsettingsbuttonClick()
  13950.  
  13951. if rsettings.Visible == false then
  13952.  
  13953. rsettingsbutton.Text = ("Close Settings")
  13954.  
  13955. rsettings.Visible = true else
  13956.  
  13957. rsettingsbutton.Text = ("Open Settings")
  13958.  
  13959. rsettings.Visible = false
  13960.  
  13961. end
  13962.  
  13963. end
  13964.  
  13965.  
  13966.  
  13967. rsettingsbutton.MouseButton1Down:connect(rsettingsbuttonClick)
  13968.  
  13969.  
  13970.  
  13971. leftarrow = Instance.new("TextButton")
  13972.  
  13973. leftarrow.Parent = scripts
  13974.  
  13975. leftarrow.Position = UDim2.new(0, 0, 0, 589)
  13976.  
  13977. leftarrow.Size = UDim2.new(0, 100, 0, 20)
  13978.  
  13979. leftarrow.Name = ("<")
  13980.  
  13981. leftarrow.Text = ("<")
  13982.  
  13983. leftarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  13984.  
  13985. leftarrow.Font = ("SourceSans")
  13986.  
  13987. leftarrow.FontSize = ("Size14")
  13988.  
  13989. leftarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  13990.  
  13991.  
  13992.  
  13993. function leftarrowClick()
  13994.  
  13995. if page1.Visible == true then
  13996.  
  13997. page1.Visible = false
  13998.  
  13999. page2.Visible = true else
  14000.  
  14001. if page2.Visible == true then
  14002.  
  14003. page2.Visible = false
  14004.  
  14005. page1.Visible = true
  14006.  
  14007. end
  14008.  
  14009. end
  14010.  
  14011. end
  14012.  
  14013.  
  14014.  
  14015. leftarrow.MouseButton1Down:connect(leftarrowClick)
  14016.  
  14017.  
  14018.  
  14019. rightarrow = Instance.new("TextButton")
  14020.  
  14021. rightarrow.Parent = scripts
  14022.  
  14023. rightarrow.Position = UDim2.new(0, 101, 0, 589)
  14024.  
  14025. rightarrow.Size = UDim2.new(0, 100, 0, 20)
  14026.  
  14027. rightarrow.Name = (">")
  14028.  
  14029. rightarrow.Text = (">")
  14030.  
  14031. rightarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14032.  
  14033. rightarrow.Font = ("SourceSans")
  14034.  
  14035. rightarrow.FontSize = ("Size14")
  14036.  
  14037. rightarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14038.  
  14039.  
  14040.  
  14041. function rightarrowClick()
  14042.  
  14043. if page1.Visible == true then
  14044.  
  14045. page1.Visible = false
  14046.  
  14047. page2.Visible = true else
  14048.  
  14049. if page2.Visible == true then
  14050.  
  14051. page2.Visible = false
  14052.  
  14053. page1.Visible = true
  14054.  
  14055. end
  14056.  
  14057. end
  14058.  
  14059. end
  14060.  
  14061.  
  14062.  
  14063. rightarrow.MouseButton1Down:connect(rightarrowClick)
  14064.  
  14065.  
  14066.  
  14067. godtoggle = Instance.new("TextButton")
  14068.  
  14069. godtoggle.Parent = selfcmds
  14070.  
  14071. godtoggle.Position = UDim2.new(0, 202, 0, 358)
  14072.  
  14073. godtoggle.Size = UDim2.new(0, 100, 0, 20)
  14074.  
  14075. godtoggle.Name = ("God Toggle")
  14076.  
  14077. godtoggle.Text = ("God Mode: Off")
  14078.  
  14079. godtoggle.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14080.  
  14081. godtoggle.Font = ("SourceSans")
  14082.  
  14083. godtoggle.FontSize = ("Size14")
  14084.  
  14085. godtoggle.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  14086.  
  14087.  
  14088.  
  14089. function godtoggleClick()
  14090.  
  14091. if god == false then
  14092.  
  14093. game.Workspace[playername100].Humanoid.MaxHealth = math.huge
  14094.  
  14095. game.Workspace[playername100].Humanoid.Health = math.huge
  14096.  
  14097. god = true
  14098.  
  14099. godtoggle.Text = ("God Mode: On")
  14100.  
  14101. else
  14102.  
  14103. game.Workspace[playername100].Humanoid.MaxHealth = 100
  14104.  
  14105. game.Workspace[playername100].Humanoid.Health = 100
  14106.  
  14107. god = false
  14108.  
  14109. godtoggle.Text = ("God Mode: Off")
  14110.  
  14111. end
  14112.  
  14113. end
  14114.  
  14115.  
  14116.  
  14117. godtoggle.MouseButton1Down:connect(godtoggleClick)
  14118.  
  14119.  
  14120.  
  14121. giveairstrike = Instance.new("TextButton")
  14122.  
  14123. giveairstrike.Parent = gears
  14124.  
  14125. giveairstrike.Position = UDim2.new(0, 202, 0, 337)
  14126.  
  14127. giveairstrike.Size = UDim2.new(0, 100, 0, 20)
  14128.  
  14129. giveairstrike.Name = ("Airstrike")
  14130.  
  14131. giveairstrike.Text = ("Airstrike")
  14132.  
  14133. giveairstrike.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14134.  
  14135. giveairstrike.Font = ("SourceSans")
  14136.  
  14137. giveairstrike.FontSize = ("Size14")
  14138.  
  14139. giveairstrike.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  14140.  
  14141.  
  14142.  
  14143. function giveairstrikeClick()
  14144.  
  14145. x = game:GetService("InsertService"):LoadAsset(88885539) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14146.  
  14147. end
  14148.  
  14149.  
  14150.  
  14151. giveairstrike.MouseButton1Down:connect(giveairstrikeClick)
  14152.  
  14153.  
  14154.  
  14155. givesword = Instance.new("TextButton")
  14156.  
  14157. givesword.Parent = gears
  14158.  
  14159. givesword.Position = UDim2.new(0, 101, 0, 337)
  14160.  
  14161. givesword.Size = UDim2.new(0, 100, 0, 20)
  14162.  
  14163. givesword.Name = ("Sword")
  14164.  
  14165. givesword.Text = ("Sword")
  14166.  
  14167. givesword.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14168.  
  14169. givesword.Font = ("SourceSans")
  14170.  
  14171. givesword.FontSize = ("Size14")
  14172.  
  14173. givesword.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  14174.  
  14175.  
  14176.  
  14177. function giveswordClick()
  14178.  
  14179. x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14180.  
  14181. end
  14182.  
  14183.  
  14184.  
  14185. givesword.MouseButton1Down:connect(giveswordClick)
  14186.  
  14187.  
  14188.  
  14189. givegravitycoil = Instance.new("TextButton")
  14190.  
  14191. givegravitycoil.Parent = gears
  14192.  
  14193. givegravitycoil.Position = UDim2.new(0, 0, 0, 337)
  14194.  
  14195. givegravitycoil.Size = UDim2.new(0, 100, 0, 20)
  14196.  
  14197. givegravitycoil.Name = ("Give Gravity Coil")
  14198.  
  14199. givegravitycoil.Text = ("Give Gravity Coil")
  14200.  
  14201. givegravitycoil.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14202.  
  14203. givegravitycoil.Font = ("SourceSans")
  14204.  
  14205. givegravitycoil.FontSize = ("Size14")
  14206.  
  14207. givegravitycoil.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  14208.  
  14209.  
  14210.  
  14211. function givegravitycoilClick()
  14212.  
  14213. x = game:GetService("InsertService"):LoadAsset(16688968) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14214.  
  14215. end
  14216.  
  14217.  
  14218.  
  14219. givegravitycoil.MouseButton1Down:connect(givegravitycoilClick)
  14220.  
  14221.  
  14222.  
  14223. heal = Instance.new("TextButton")
  14224.  
  14225. heal.Parent = selfcmds
  14226.  
  14227. heal.Position = UDim2.new(0, 101, 0, 358)
  14228.  
  14229. heal.Size = UDim2.new(0, 100, 0, 20)
  14230.  
  14231. heal.Name = ("Heal")
  14232.  
  14233. heal.Text = ("Heal")
  14234.  
  14235. heal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14236.  
  14237. heal.Font = ("SourceSans")
  14238.  
  14239. heal.FontSize = ("Size14")
  14240.  
  14241. heal.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  14242.  
  14243.  
  14244.  
  14245. function healClick()
  14246.  
  14247. h = game.Workspace[playername100].Humanoid.MaxHealth
  14248.  
  14249. game.Workspace[playername100].Humanoid.Health = h
  14250.  
  14251. end
  14252.  
  14253.  
  14254.  
  14255. heal.MouseButton1Down:connect(healClick)
  14256.  
  14257.  
  14258.  
  14259. givestampertools = Instance.new("TextButton")
  14260.  
  14261. givestampertools.Parent = gears
  14262.  
  14263. givestampertools.Position = UDim2.new(0, 0, 0, 316)
  14264.  
  14265. givestampertools.Size = UDim2.new(0, 100, 0, 20)
  14266.  
  14267. givestampertools.Name = ("Give Stamper Tools")
  14268.  
  14269. givestampertools.Text = ("Give Stamper Tools")
  14270.  
  14271. givestampertools.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14272.  
  14273. givestampertools.Font = ("SourceSans")
  14274.  
  14275. givestampertools.FontSize = ("Size14")
  14276.  
  14277. givestampertools.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  14278.  
  14279.  
  14280.  
  14281. function givestampertoolsClick()
  14282.  
  14283. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14284.  
  14285. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14286.  
  14287. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14288.  
  14289. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14290.  
  14291. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14292.  
  14293. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  14294.  
  14295. end
  14296.  
  14297.  
  14298.  
  14299. givestampertools.MouseButton1Down:connect(givestampertoolsClick)
  14300.  
  14301.  
  14302.  
  14303. walkspeedlabel = Instance.new("TextLabel")
  14304.  
  14305. walkspeedlabel.Parent = rsettings
  14306.  
  14307. walkspeedlabel.Position = UDim2.new(0, 0, 0, 169)
  14308.  
  14309. walkspeedlabel.Size = UDim2.new(0, 100, 0, 20)
  14310.  
  14311. walkspeedlabel.Name = ("Walkspeed Label")
  14312.  
  14313. walkspeedlabel.Text = ("Walkspeed:")
  14314.  
  14315. walkspeedlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14316.  
  14317. walkspeedlabel.Font = ("SourceSans")
  14318.  
  14319. walkspeedlabel.FontSize = ("Size14")
  14320.  
  14321. walkspeedlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14322.  
  14323.  
  14324.  
  14325. walkspeedbox = Instance.new("TextBox")
  14326.  
  14327. walkspeedbox.Parent = rsettings
  14328.  
  14329. walkspeedbox.Position = UDim2.new(0, 101, 0, 169)
  14330.  
  14331. walkspeedbox.Size = UDim2.new(0, 100, 0, 20)
  14332.  
  14333. walkspeedbox.Name = ("Walkspeed Box")
  14334.  
  14335. walkspeedbox.Text = ("50")
  14336.  
  14337. walkspeedbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14338.  
  14339. walkspeedbox.Font = ("SourceSans")
  14340.  
  14341. walkspeedbox.FontSize = ("Size14")
  14342.  
  14343. walkspeedbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14344.  
  14345.  
  14346.  
  14347. namelabel = Instance.new("TextLabel")
  14348.  
  14349. namelabel.Parent = rsettings
  14350.  
  14351. namelabel.Position = UDim2.new(0, 0, 0, 190)
  14352.  
  14353. namelabel.Size = UDim2.new(0, 100, 0, 20)
  14354.  
  14355. namelabel.Name = ("Name Label")
  14356.  
  14357. namelabel.Text = ("Change Name:")
  14358.  
  14359. namelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14360.  
  14361. namelabel.Font = ("SourceSans")
  14362.  
  14363. namelabel.FontSize = ("Size14")
  14364.  
  14365. namelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14366.  
  14367.  
  14368.  
  14369. namebox = Instance.new("TextBox")
  14370.  
  14371. namebox.Parent = rsettings
  14372.  
  14373. namebox.Position = UDim2.new(0, 101, 0, 190)
  14374.  
  14375. namebox.Size = UDim2.new(0, 100, 0, 20)
  14376.  
  14377. namebox.Name = ("Name Box")
  14378.  
  14379. namebox.Text = ("God")
  14380.  
  14381. namebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14382.  
  14383. namebox.Font = ("SourceSans")
  14384.  
  14385. namebox.FontSize = ("Size14")
  14386.  
  14387. namebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14388.  
  14389.  
  14390.  
  14391. arstudslabel = Instance.new("TextLabel")
  14392.  
  14393. arstudslabel.Parent = rsettings
  14394.  
  14395. arstudslabel.Position = UDim2.new(0, 0, 0, 337)
  14396.  
  14397. arstudslabel.Size = UDim2.new(0, 100, 0, 20)
  14398.  
  14399. arstudslabel.Name = ("Name Label")
  14400.  
  14401. arstudslabel.Text = ("A-R Studs:")
  14402.  
  14403. arstudslabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14404.  
  14405. arstudslabel.Font = ("SourceSans")
  14406.  
  14407. arstudslabel.FontSize = ("Size14")
  14408.  
  14409. arstudslabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14410.  
  14411.  
  14412.  
  14413. arstudsbox = Instance.new("TextBox")
  14414.  
  14415. arstudsbox.Parent = rsettings
  14416.  
  14417. arstudsbox.Position = UDim2.new(0, 101, 0, 337)
  14418.  
  14419. arstudsbox.Size = UDim2.new(0, 100, 0, 20)
  14420.  
  14421. arstudsbox.Name = ("A-R Studs Box")
  14422.  
  14423. arstudsbox.Text = ("13")
  14424.  
  14425. arstudsbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14426.  
  14427. arstudsbox.Font = ("SourceSans")
  14428.  
  14429. arstudsbox.FontSize = ("Size14")
  14430.  
  14431. arstudsbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14432.  
  14433.  
  14434.  
  14435. arstudsval = Instance.new("NumberValue")
  14436.  
  14437. arstudsval.Parent = script
  14438.  
  14439. arstudsval.Value = arstudsbox.Text
  14440.  
  14441.  
  14442.  
  14443. hatlabel = Instance.new("TextLabel")
  14444.  
  14445. hatlabel.Parent = rsettings
  14446.  
  14447. hatlabel.Position = UDim2.new(0, 0, 0, 211)
  14448.  
  14449. hatlabel.Size = UDim2.new(0, 100, 0, 20)
  14450.  
  14451. hatlabel.Name = ("Hat Label")
  14452.  
  14453. hatlabel.Text = ("Hat ID:")
  14454.  
  14455. hatlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14456.  
  14457. hatlabel.Font = ("SourceSans")
  14458.  
  14459. hatlabel.FontSize = ("Size14")
  14460.  
  14461. hatlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14462.  
  14463.  
  14464.  
  14465. hatbox = Instance.new("TextBox")
  14466.  
  14467. hatbox.Parent = rsettings
  14468.  
  14469. hatbox.Position = UDim2.new(0, 101, 0, 211)
  14470.  
  14471. hatbox.Size = UDim2.new(0, 100, 0, 20)
  14472.  
  14473. hatbox.Name = ("Hat Box")
  14474.  
  14475. hatbox.Text = ("31101391")
  14476.  
  14477. hatbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14478.  
  14479. hatbox.Font = ("SourceSans")
  14480.  
  14481. hatbox.FontSize = ("Size14")
  14482.  
  14483. hatbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14484.  
  14485.  
  14486.  
  14487. gearlabel = Instance.new("TextLabel")
  14488.  
  14489. gearlabel.Parent = rsettings
  14490.  
  14491. gearlabel.Position = UDim2.new(0, 0, 0, 232)
  14492.  
  14493. gearlabel.Size = UDim2.new(0, 100, 0, 20)
  14494.  
  14495. gearlabel.Name = ("Gear Label")
  14496.  
  14497. gearlabel.Text = ("Gear ID:")
  14498.  
  14499. gearlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14500.  
  14501. gearlabel.Font = ("SourceSans")
  14502.  
  14503. gearlabel.FontSize = ("Size14")
  14504.  
  14505. gearlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14506.  
  14507.  
  14508.  
  14509. gearbox = Instance.new("TextBox")
  14510.  
  14511. gearbox.Parent = rsettings
  14512.  
  14513. gearbox.Position = UDim2.new(0, 101, 0, 232)
  14514.  
  14515. gearbox.Size = UDim2.new(0, 100, 0, 20)
  14516.  
  14517. gearbox.Name = ("Gear Box")
  14518.  
  14519. gearbox.Text = ("16895215")
  14520.  
  14521. gearbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14522.  
  14523. gearbox.Font = ("SourceSans")
  14524.  
  14525. gearbox.FontSize = ("Size14")
  14526.  
  14527. gearbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14528.  
  14529.  
  14530.  
  14531. forcetplabel = Instance.new("TextLabel")
  14532.  
  14533. forcetplabel.Parent = rsettings
  14534.  
  14535. forcetplabel.Position = UDim2.new(0, 0, 0, 316)
  14536.  
  14537. forcetplabel.Size = UDim2.new(0, 100, 0, 20)
  14538.  
  14539. forcetplabel.Name = ("Force Teleport Label")
  14540.  
  14541. forcetplabel.Text = ("Force TP ID:")
  14542.  
  14543. forcetplabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14544.  
  14545. forcetplabel.Font = ("SourceSans")
  14546.  
  14547. forcetplabel.FontSize = ("Size14")
  14548.  
  14549. forcetplabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14550.  
  14551.  
  14552.  
  14553. forcetpbox = Instance.new("TextBox")
  14554.  
  14555. forcetpbox.Parent = rsettings
  14556.  
  14557. forcetpbox.Position = UDim2.new(0, 101, 0, 316)
  14558.  
  14559. forcetpbox.Size = UDim2.new(0, 100, 0, 20)
  14560.  
  14561. forcetpbox.Name = ("Force Teleport Box")
  14562.  
  14563. forcetpbox.Text = ("134323087")
  14564.  
  14565. forcetpbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14566.  
  14567. forcetpbox.Font = ("SourceSans")
  14568.  
  14569. forcetpbox.FontSize = ("Size14")
  14570.  
  14571. forcetpbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  14572.  
  14573.  
  14574.  
  14575. invisi = Instance.new("TextButton")
  14576.  
  14577. invisi.Parent = selfcmds
  14578.  
  14579. invisi.Position = UDim2.new(0, 0, 0, 358)
  14580.  
  14581. invisi.Size = UDim2.new(0, 100, 0, 20)
  14582.  
  14583. invisi.Name = ("Invisible")
  14584.  
  14585. invisi.Text = ("Invisible: Off")
  14586.  
  14587. invisi.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14588.  
  14589. invisi.Font = ("SourceSans")
  14590.  
  14591. invisi.FontSize = ("Size14")
  14592.  
  14593. invisi.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  14594.  
  14595.  
  14596.  
  14597. function invisiClick()
  14598.  
  14599. playername100 = game.Players.LocalPlayer.Name
  14600.  
  14601. if invisib == false then
  14602.  
  14603. game.Workspace[playername100].Head.Transparency = 1
  14604.  
  14605. game.Workspace[playername100].Head.face.Transparency = 1
  14606.  
  14607. game.Workspace[playername100].Torso.Transparency = 1
  14608.  
  14609. game.Workspace[playername100]["Right Arm"].Transparency = 1
  14610.  
  14611. game.Workspace[playername100]["Left Arm"].Transparency = 1
  14612.  
  14613. game.Workspace[playername100]["Right Leg"].Transparency = 1
  14614.  
  14615. game.Workspace[playername100]["Left Leg"].Transparency = 1
  14616.  
  14617. invisi.Text = ("Invisible: On")
  14618.  
  14619. invisib = true else
  14620.  
  14621. game.Workspace[playername100].Head.Transparency = 0
  14622.  
  14623. game.Workspace[playername100].Head.face.Transparency = 0
  14624.  
  14625. game.Workspace[playername100].Torso.Transparency = 0
  14626.  
  14627. game.Workspace[playername100]["Right Arm"].Transparency = 0
  14628.  
  14629. game.Workspace[playername100]["Left Arm"].Transparency = 0
  14630.  
  14631. game.Workspace[playername100]["Right Leg"].Transparency = 0
  14632.  
  14633. game.Workspace[playername100]["Left Leg"].Transparency = 0
  14634.  
  14635. invisi.Text = ("Invisible: Off")
  14636.  
  14637. invisib = false
  14638.  
  14639. end
  14640.  
  14641. end
  14642.  
  14643.  
  14644.  
  14645. invisi.MouseButton1Down:connect(invisiClick)
  14646.  
  14647.  
  14648.  
  14649. setskybox = Instance.new("TextButton")
  14650.  
  14651. setskybox.Parent = page1
  14652.  
  14653. setskybox.Name = ("Set Skybox")
  14654.  
  14655. setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14656.  
  14657. setskybox.Position = UDim2.new(0, 0, 0, 568)
  14658.  
  14659. setskybox.Size = UDim2.new(0, 100, 0, 20)
  14660.  
  14661. setskybox.Text = ("Set Skybox")
  14662.  
  14663. setskybox.Font = ("SourceSans")
  14664.  
  14665. setskybox.FontSize = ("Size14")
  14666.  
  14667. setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14668.  
  14669.  
  14670.  
  14671. function setskyboxClick()
  14672.  
  14673. skyboxID = (skyboxidbox.Text)
  14674.  
  14675. s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID
  14676.  
  14677. s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID
  14678.  
  14679. s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID
  14680.  
  14681. s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID
  14682.  
  14683. s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID
  14684.  
  14685. s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID
  14686.  
  14687. game.Lighting.TimeOfDay = 12
  14688.  
  14689. end
  14690.  
  14691.  
  14692.  
  14693. setskybox.MouseButton1Down:connect(setskyboxClick)
  14694.  
  14695.  
  14696.  
  14697. clearterrain = Instance.new("TextButton")
  14698.  
  14699. clearterrain.Parent = page1
  14700.  
  14701. clearterrain.Name = ("Clear Terrain")
  14702.  
  14703. clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14704.  
  14705. clearterrain.Position = UDim2.new(0, 0, 0, 547)
  14706.  
  14707. clearterrain.Size = UDim2.new(0, 100, 0, 20)
  14708.  
  14709. clearterrain.Text = ("Clear Terrain")
  14710.  
  14711. clearterrain.Font = ("SourceSans")
  14712.  
  14713. clearterrain.FontSize = ("Size14")
  14714.  
  14715. clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14716.  
  14717.  
  14718.  
  14719. function clearterrainClick()
  14720.  
  14721. game.Workspace.Terrain:Clear()
  14722.  
  14723. end
  14724.  
  14725.  
  14726.  
  14727. clearterrain.MouseButton1Down:connect(clearterrainClick)
  14728.  
  14729.  
  14730.  
  14731. unanchorall = Instance.new("TextButton")
  14732.  
  14733. unanchorall.Parent = page1
  14734.  
  14735. unanchorall.Name = ("Unanchor All")
  14736.  
  14737. unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14738.  
  14739. unanchorall.Position = UDim2.new(0, 0, 0, 526)
  14740.  
  14741. unanchorall.Size = UDim2.new(0, 100, 0, 20)
  14742.  
  14743. unanchorall.Text = ("Unanchor All")
  14744.  
  14745. unanchorall.Font = ("SourceSans")
  14746.  
  14747. unanchorall.FontSize = ("Size14")
  14748.  
  14749. unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14750.  
  14751.  
  14752.  
  14753. function unanchorallClick()
  14754.  
  14755. function exPro(root)
  14756.  
  14757. for _, v in pairs(root:GetChildren()) do
  14758.  
  14759. if v:IsA("BasePart") then
  14760.  
  14761. v.Material = "Plastic"
  14762.  
  14763. v.Transparency = 0
  14764.  
  14765. v.Anchored = false
  14766.  
  14767. v.Locked = false
  14768.  
  14769. end
  14770.  
  14771. exPro(v)
  14772.  
  14773. end
  14774.  
  14775. end
  14776.  
  14777. function asdf(root)
  14778.  
  14779. for _, v in pairs(root:GetChildren()) do
  14780.  
  14781. asdf(v)
  14782.  
  14783. end
  14784.  
  14785. end
  14786.  
  14787. exPro(game.Workspace)
  14788.  
  14789. asdf(game.Workspace)
  14790.  
  14791. end
  14792.  
  14793.  
  14794.  
  14795. unanchorall.MouseButton1Down:connect(unanchorallClick)
  14796.  
  14797.  
  14798.  
  14799. createbaseplate = Instance.new("TextButton")
  14800.  
  14801. createbaseplate.Parent = page1
  14802.  
  14803. createbaseplate.Name = ("Create Baseplate")
  14804.  
  14805. createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14806.  
  14807. createbaseplate.Position = UDim2.new(0, 0, 0, 505)
  14808.  
  14809. createbaseplate.Size = UDim2.new(0, 100, 0, 20)
  14810.  
  14811. createbaseplate.Text = ("Create Baseplate")
  14812.  
  14813. createbaseplate.Font = ("SourceSans")
  14814.  
  14815. createbaseplate.FontSize = ("Size14")
  14816.  
  14817. createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14818.  
  14819.  
  14820.  
  14821. function createbaseplateClick()
  14822.  
  14823. local pt = Instance.new("Part")
  14824.  
  14825. pt.BrickColor = BrickColor.new("Silver")
  14826.  
  14827. pt.Anchored = true
  14828.  
  14829. pt.CanCollide = true
  14830.  
  14831. pt.BottomSurface = "Weld"
  14832.  
  14833. pt.Parent = workspace
  14834.  
  14835. pt.Name = (math.random(1,1000000))
  14836.  
  14837. pt.Size = Vector3.new(1000, 1, 1000)
  14838.  
  14839. end
  14840.  
  14841.  
  14842.  
  14843. createbaseplate.MouseButton1Down:connect(createbaseplateClick)
  14844.  
  14845.  
  14846.  
  14847. removeadmin = Instance.new("TextButton")
  14848.  
  14849. removeadmin.Parent = page1
  14850.  
  14851. removeadmin.Name = ("Remove Admin")
  14852.  
  14853. removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14854.  
  14855. removeadmin.Position = UDim2.new(0, 0, 0, 442)
  14856.  
  14857. removeadmin.Size = UDim2.new(0, 100, 0, 20)
  14858.  
  14859. removeadmin.Text = ("Remove Admin")
  14860.  
  14861. removeadmin.Font = ("SourceSans")
  14862.  
  14863. removeadmin.FontSize = ("Size14")
  14864.  
  14865. removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14866.  
  14867.  
  14868.  
  14869. function removeadminClick()
  14870.  
  14871. game.Workspace["Kohl's Admin Commands V2"]:Destroy()
  14872.  
  14873. end
  14874.  
  14875.  
  14876.  
  14877. removeadmin.MouseButton1Down:connect(removeadminClick)
  14878.  
  14879.  
  14880.  
  14881. apoctroll = Instance.new("TextButton")
  14882.  
  14883. apoctroll.Parent = page1
  14884.  
  14885. apoctroll.Name = ("Apoc Troll")
  14886.  
  14887. apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14888.  
  14889. apoctroll.Position = UDim2.new(0, 0, 0, 421)
  14890.  
  14891. apoctroll.Size = UDim2.new(0, 100, 0, 20)
  14892.  
  14893. apoctroll.Text = ("Apoc Troll")
  14894.  
  14895. apoctroll.Font = ("SourceSans")
  14896.  
  14897. apoctroll.FontSize = ("Size14")
  14898.  
  14899. apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14900.  
  14901.  
  14902.  
  14903. function apoctrollClick()
  14904.  
  14905. ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  14906.  
  14907. wait()
  14908.  
  14909. for i,v in pairs(game.Players:GetChildren()) do
  14910.  
  14911. if v.Name == game.Players.LocalPlayer.Name then
  14912.  
  14913. else
  14914.  
  14915. v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50))
  14916.  
  14917. v.Character:BreakJoints()
  14918.  
  14919. end
  14920.  
  14921. end
  14922.  
  14923. end
  14924.  
  14925.  
  14926.  
  14927. apoctroll.MouseButton1Down:connect(apoctrollClick)
  14928.  
  14929.  
  14930.  
  14931. brickspam = Instance.new("TextButton")
  14932.  
  14933. brickspam.Parent = page1
  14934.  
  14935. brickspam.Name = ("Brick Spam")
  14936.  
  14937. brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14938.  
  14939. brickspam.Position = UDim2.new(0, 0, 0, 400)
  14940.  
  14941. brickspam.Size = UDim2.new(0, 100, 0, 20)
  14942.  
  14943. brickspam.Text = ("Brick Spam")
  14944.  
  14945. brickspam.Font = ("SourceSans")
  14946.  
  14947. brickspam.FontSize = ("Size14")
  14948.  
  14949. brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  14950.  
  14951.  
  14952.  
  14953. function brickspamClick()
  14954.  
  14955. local brick = Instance.new("Part")
  14956.  
  14957. while true do
  14958.  
  14959. local b = brick:clone()
  14960.  
  14961. b.Parent = game.Workspace
  14962.  
  14963. if game.Workspace[playername100] ~= nil then
  14964.  
  14965. local mainpos = game.Workspace[playername100].Head.Position
  14966.  
  14967. b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
  14968.  
  14969. wait()
  14970.  
  14971. end
  14972.  
  14973. end
  14974.  
  14975. end
  14976.  
  14977.  
  14978.  
  14979. brickspam.MouseButton1Down:connect(brickspamClick)
  14980.  
  14981.  
  14982.  
  14983. knife = Instance.new("TextButton")
  14984.  
  14985. knife.Parent = page1
  14986.  
  14987. knife.Name = ("Knife")
  14988.  
  14989. knife.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  14990.  
  14991. knife.Position = UDim2.new(0, 101, 0, 568)
  14992.  
  14993. knife.Size = UDim2.new(0, 100, 0, 20)
  14994.  
  14995. knife.Text = ("Knife")
  14996.  
  14997. knife.Font = ("SourceSans")
  14998.  
  14999. knife.FontSize = ("Size14")
  15000.  
  15001. knife.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15002.  
  15003.  
  15004.  
  15005. function knifeClick()
  15006.  
  15007. game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack
  15008.  
  15009. end
  15010.  
  15011.  
  15012.  
  15013. knife.MouseButton1Down:connect(knifeClick)
  15014.  
  15015.  
  15016.  
  15017. setwalkspeed = Instance.new("TextButton")
  15018.  
  15019. setwalkspeed.Parent = page1
  15020.  
  15021. setwalkspeed.Name = ("Set Walkspeed")
  15022.  
  15023. setwalkspeed.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15024.  
  15025. setwalkspeed.Position = UDim2.new(0, 202, 0, 568)
  15026.  
  15027. setwalkspeed.Size = UDim2.new(0, 100, 0, 20)
  15028.  
  15029. setwalkspeed.Text = ("Set Walkspeed")
  15030.  
  15031. setwalkspeed.Font = ("SourceSans")
  15032.  
  15033. setwalkspeed.FontSize = ("Size14")
  15034.  
  15035. setwalkspeed.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15036.  
  15037.  
  15038.  
  15039. function setwalkspeedClick()
  15040.  
  15041. walkspeed = walkspeedbox.Text
  15042.  
  15043. game.Workspace[playername100].Humanoid.WalkSpeed = walkspeed
  15044.  
  15045. end
  15046.  
  15047.  
  15048.  
  15049. setwalkspeed.MouseButton1Down:connect(setwalkspeedClick)
  15050.  
  15051.  
  15052.  
  15053. remsoadmin = Instance.new("TextButton")
  15054.  
  15055. remsoadmin.Parent = page1
  15056.  
  15057. remsoadmin.Name = ("Remso Admin")
  15058.  
  15059. remsoadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15060.  
  15061. remsoadmin.Position = UDim2.new(0, 101, 0, 547)
  15062.  
  15063. remsoadmin.Size = UDim2.new(0, 100, 0, 20)
  15064.  
  15065. remsoadmin.Text = ("Remso Admin")
  15066.  
  15067. remsoadmin.Font = ("SourceSans")
  15068.  
  15069. remsoadmin.FontSize = ("Size14")
  15070.  
  15071. remsoadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15072.  
  15073.  
  15074.  
  15075. function remsoadminClick()
  15076.  
  15077. str_srce = "143944387" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  15078.  
  15079. end
  15080.  
  15081.  
  15082.  
  15083. remsoadmin.MouseButton1Down:connect(remsoadminClick)
  15084.  
  15085.  
  15086.  
  15087. antirobloxian = Instance.new("TextButton")
  15088.  
  15089. antirobloxian.Parent = page1
  15090.  
  15091. antirobloxian.Name = ("Anti-Robloxian")
  15092.  
  15093. antirobloxian.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15094.  
  15095. antirobloxian.Position = UDim2.new(0, 101, 0, 442)
  15096.  
  15097. antirobloxian.Size = UDim2.new(0, 100, 0, 20)
  15098.  
  15099. antirobloxian.Text = ("Anti-Robloxian")
  15100.  
  15101. antirobloxian.Font = ("SourceSans")
  15102.  
  15103. antirobloxian.FontSize = ("Size14")
  15104.  
  15105. antirobloxian.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15106.  
  15107.  
  15108.  
  15109. function antirobloxianClick()
  15110.  
  15111. arstudsval.Value = arstudsbox.Text
  15112.  
  15113. local Player = game.Players.LocalPlayer
  15114.  
  15115. while true do
  15116.  
  15117. dist = arstudsval.Value
  15118.  
  15119. local distance = dist
  15120.  
  15121. if Player then
  15122.  
  15123. c = game.Players:GetChildren()
  15124.  
  15125. for i = 1, #c do
  15126.  
  15127. if c[i].Name ~= Player.Name then
  15128.  
  15129. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  15130.  
  15131. c[i].Character:BreakJoints()
  15132.  
  15133. c2 = c[i].Character:GetChildren()
  15134.  
  15135. for i2 =1, #c2 do
  15136.  
  15137. if c2[i2]:IsA("BasePart") then
  15138.  
  15139. Instance.new("Fire", c2[i2])
  15140.  
  15141. end end end end end end wait() end
  15142.  
  15143. end
  15144.  
  15145.  
  15146.  
  15147. antirobloxian.MouseButton1Down:connect(antirobloxianClick)
  15148.  
  15149.  
  15150.  
  15151. headshake = Instance.new("TextButton")
  15152.  
  15153. headshake.Parent = page1
  15154.  
  15155. headshake.Name = ("Head Shake")
  15156.  
  15157. headshake.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15158.  
  15159. headshake.Position = UDim2.new(0, 101, 0, 421)
  15160.  
  15161. headshake.Size = UDim2.new(0, 100, 0, 20)
  15162.  
  15163. headshake.Text = ("Head Shake")
  15164.  
  15165. headshake.Font = ("SourceSans")
  15166.  
  15167. headshake.FontSize = ("Size14")
  15168.  
  15169. headshake.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15170.  
  15171.  
  15172.  
  15173. function headshakeClick()
  15174.  
  15175. for X = 1, math.huge, 0.2 do
  15176.  
  15177. wait()
  15178.  
  15179. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(math.sin(X) / 2,1.5,0)
  15180.  
  15181. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  15182.  
  15183. end
  15184.  
  15185.  
  15186.  
  15187.  
  15188.  
  15189. for X = 1, math.huge, 0.1 do
  15190.  
  15191. wait()
  15192.  
  15193. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  15194.  
  15195. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  15196.  
  15197. end
  15198.  
  15199.  
  15200.  
  15201.  
  15202.  
  15203.  
  15204.  
  15205.  
  15206.  
  15207. for _,c in pairs(game.Players:GetChildren()) do
  15208.  
  15209. c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
  15210.  
  15211. end
  15212.  
  15213.  
  15214.  
  15215.  
  15216.  
  15217.  
  15218.  
  15219. for _,c in pairs(game.Players:GetChildren()) do
  15220.  
  15221. c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  15222.  
  15223. end
  15224.  
  15225. end
  15226.  
  15227.  
  15228.  
  15229. headshake.MouseButton1Down:connect(headshakeClick)
  15230.  
  15231.  
  15232.  
  15233. xadmin = Instance.new("TextButton")
  15234.  
  15235. xadmin.Parent = page1
  15236.  
  15237. xadmin.Name = ("X Admin")
  15238.  
  15239. xadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15240.  
  15241. xadmin.Position = UDim2.new(0, 101, 0, 400)
  15242.  
  15243. xadmin.Size = UDim2.new(0, 100, 0, 20)
  15244.  
  15245. xadmin.Text = ("X Admin")
  15246.  
  15247. xadmin.Font = ("SourceSans")
  15248.  
  15249. xadmin.FontSize = ("Size14")
  15250.  
  15251. xadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15252.  
  15253.  
  15254.  
  15255. function xadminClick()
  15256.  
  15257. game:GetObjects("rbxassetid://149943200")[1].Parent=game.Players.LocalPlayer.Backpack
  15258.  
  15259. end
  15260.  
  15261.  
  15262.  
  15263. xadmin.MouseButton1Down:connect(xadminClick)
  15264.  
  15265.  
  15266.  
  15267. kool = Instance.new("TextButton")
  15268.  
  15269. kool.Parent = page1
  15270.  
  15271. kool.Name = ("Dominus Ghost")
  15272.  
  15273. kool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15274.  
  15275. kool.Position = UDim2.new(0, 101, 0, 526)
  15276.  
  15277. kool.Size = UDim2.new(0, 100, 0, 20)
  15278.  
  15279. kool.Text = ("Dominus Ghost")
  15280.  
  15281. kool.Font = ("SourceSans")
  15282.  
  15283. kool.FontSize = ("Size14")
  15284.  
  15285. kool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15286.  
  15287.  
  15288.  
  15289. function koolClick()
  15290.  
  15291. function nob(who,tra,hat)
  15292.  
  15293. memememe=who.Character
  15294.  
  15295. pcall(function()u=memememe["Body Colors"]
  15296.  
  15297. u.HeadColor=BrickColor.new("Black")
  15298.  
  15299. u.LeftLegColor=BrickColor.new("Black")
  15300.  
  15301. u.RightLegolor=BrickColor.new("Black")
  15302.  
  15303. u.LeftArmColor=BrickColor.new("Black")
  15304.  
  15305. u.TorsoColor=BrickColor.new("Black")
  15306.  
  15307. u.RightArmColor=BrickColor.new("Black")
  15308.  
  15309. end)
  15310.  
  15311. pcall(function()memememe.Shirt:Destroy() memememe.Pants:Destroy() end)
  15312.  
  15313. for i,v in pairs(memememe:GetChildren()) do
  15314.  
  15315. if v:IsA("BasePart") then
  15316.  
  15317. v.Transparency=tra
  15318.  
  15319. if v.Name=="HumanoidRootPart" or v.Name=="Head" then
  15320.  
  15321. v.Transparency=1
  15322.  
  15323. end
  15324.  
  15325. wait()
  15326.  
  15327. v.BrickColor=BrickColor.new("Black")
  15328.  
  15329. elseif v:IsA("Hat") then
  15330.  
  15331. v:Destroy()
  15332.  
  15333. end
  15334.  
  15335. end
  15336.  
  15337. xx=game:service("InsertService"):LoadAsset(hat)
  15338.  
  15339. xy=game:service("InsertService"):LoadAsset(47433)["LinkedSword"]
  15340.  
  15341. xy.Parent=who.Backpack
  15342.  
  15343. for a,hat in pairs(xx:children()) do
  15344.  
  15345. hat.Parent=memememe
  15346.  
  15347. end
  15348.  
  15349. xx:Destroy()
  15350.  
  15351. h=who.Character.Humanoid
  15352.  
  15353. h.MaxHealth=50000
  15354.  
  15355. wait(1.5)
  15356.  
  15357. h.Health=50000
  15358.  
  15359. h.WalkSpeed=32
  15360.  
  15361. end
  15362.  
  15363. nob(game.Players.LocalPlayer,0.6,21070012)
  15364.  
  15365. end
  15366.  
  15367.  
  15368.  
  15369. kool.MouseButton1Down:connect(koolClick)
  15370.  
  15371.  
  15372.  
  15373. changename = Instance.new("TextButton")
  15374.  
  15375. changename.Parent = page1
  15376.  
  15377. changename.Name = ("Change Name")
  15378.  
  15379. changename.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15380.  
  15381. changename.Position = UDim2.new(0, 101, 0, 505)
  15382.  
  15383. changename.Size = UDim2.new(0, 100, 0, 20)
  15384.  
  15385. changename.Text = ("Change Name")
  15386.  
  15387. changename.Font = ("SourceSans")
  15388.  
  15389. changename.FontSize = ("Size14")
  15390.  
  15391. changename.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15392.  
  15393.  
  15394.  
  15395. firsttime = true
  15396.  
  15397.  
  15398.  
  15399. function changenameClick()
  15400.  
  15401. name = namebox.Text
  15402.  
  15403. if firsttime == true then
  15404.  
  15405. local You = playername100 local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = name modelname = model.Name humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  15406.  
  15407. firsttime = false else
  15408.  
  15409. local model = game.Workspace[modelname] model.Name = name modelname = model.Name
  15410.  
  15411. end
  15412.  
  15413. end
  15414.  
  15415.  
  15416.  
  15417. changename.MouseButton1Down:connect(changenameClick)
  15418.  
  15419.  
  15420.  
  15421. orb = Instance.new("TextButton")
  15422.  
  15423. orb.Parent = page1
  15424.  
  15425. orb.Name = ("Orb")
  15426.  
  15427. orb.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15428.  
  15429. orb.Position = UDim2.new(0, 202, 0, 484)
  15430.  
  15431. orb.Size = UDim2.new(0, 100, 0, 20)
  15432.  
  15433. orb.Text = ("Orb")
  15434.  
  15435. orb.Font = ("SourceSans")
  15436.  
  15437. orb.FontSize = ("Size14")
  15438.  
  15439. orb.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15440.  
  15441.  
  15442.  
  15443. function orbClick()
  15444.  
  15445. game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack
  15446.  
  15447. end
  15448.  
  15449.  
  15450.  
  15451. orb.MouseButton1Down:connect(orbClick)
  15452.  
  15453.  
  15454.  
  15455. lightsaber = Instance.new("TextButton")
  15456.  
  15457. lightsaber.Parent = page1
  15458.  
  15459. lightsaber.Name = ("Lightsaber")
  15460.  
  15461. lightsaber.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15462.  
  15463. lightsaber.Position = UDim2.new(0, 202, 0, 463)
  15464.  
  15465. lightsaber.Size = UDim2.new(0, 100, 0, 20)
  15466.  
  15467. lightsaber.Text = ("Lightsaber")
  15468.  
  15469. lightsaber.Font = ("SourceSans")
  15470.  
  15471. lightsaber.FontSize = ("Size14")
  15472.  
  15473. lightsaber.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15474.  
  15475.  
  15476.  
  15477. function lightsaberClick()
  15478.  
  15479. game:GetObjects("rbxassetid://137264892")[1].Parent=game.Players.LocalPlayer.Backpack
  15480.  
  15481. end
  15482.  
  15483.  
  15484.  
  15485. lightsaber.MouseButton1Down:connect(lightsaberClick)
  15486.  
  15487.  
  15488.  
  15489. masterhand = Instance.new("TextButton")
  15490.  
  15491. masterhand.Parent = page1
  15492.  
  15493. masterhand.Name = ("Master Hand")
  15494.  
  15495. masterhand.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15496.  
  15497. masterhand.Position = UDim2.new(0, 101, 0, 379)
  15498.  
  15499. masterhand.Size = UDim2.new(0, 100, 0, 20)
  15500.  
  15501. masterhand.Text = ("Master Hand")
  15502.  
  15503. masterhand.Font = ("SourceSans")
  15504.  
  15505. masterhand.FontSize = ("Size14")
  15506.  
  15507. masterhand.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15508.  
  15509.  
  15510.  
  15511. function masterhandClick()
  15512.  
  15513. game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack
  15514.  
  15515. end
  15516.  
  15517.  
  15518.  
  15519. masterhand.MouseButton1Down:connect(masterhandClick)
  15520.  
  15521.  
  15522.  
  15523. strobe = Instance.new("TextButton")
  15524.  
  15525. strobe.Parent = page1
  15526.  
  15527. strobe.Name = ("5tr0b3")
  15528.  
  15529. strobe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15530.  
  15531. strobe.Position = UDim2.new(0, 202, 0, 442)
  15532.  
  15533. strobe.Size = UDim2.new(0, 100, 0, 20)
  15534.  
  15535. strobe.Text = ("5tr0b3")
  15536.  
  15537. strobe.Font = ("SourceSans")
  15538.  
  15539. strobe.FontSize = ("Size14")
  15540.  
  15541. strobe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15542.  
  15543.  
  15544.  
  15545. function strobeClick()
  15546.  
  15547. game:GetObjects("rbxassetid://149946328")[1].Parent=game.Players.LocalPlayer.Backpack
  15548.  
  15549. end
  15550.  
  15551.  
  15552.  
  15553. strobe.MouseButton1Down:connect(strobeClick)
  15554.  
  15555.  
  15556.  
  15557. atlas = Instance.new("TextButton")
  15558.  
  15559. atlas.Parent = page1
  15560.  
  15561. atlas.Name = ("Atlas Sword")
  15562.  
  15563. atlas.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15564.  
  15565. atlas.Position = UDim2.new(0, 202, 0, 421)
  15566.  
  15567. atlas.Size = UDim2.new(0, 100, 0, 20)
  15568.  
  15569. atlas.Text = ("Atlas Sword")
  15570.  
  15571. atlas.Font = ("SourceSans")
  15572.  
  15573. atlas.FontSize = ("Size14")
  15574.  
  15575. atlas.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15576.  
  15577.  
  15578.  
  15579. function atlasClick()
  15580.  
  15581. game:GetObjects("rbxassetid://149945362")[1].Parent=game.Players.LocalPlayer.Backpack
  15582.  
  15583. end
  15584.  
  15585.  
  15586.  
  15587. atlas.MouseButton1Down:connect(atlasClick)
  15588.  
  15589.  
  15590.  
  15591. cba = Instance.new("TextButton")
  15592.  
  15593. cba.Parent = page1
  15594.  
  15595. cba.Name = ("CBA Admin")
  15596.  
  15597. cba.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15598.  
  15599. cba.Position = UDim2.new(0, 202, 0, 400)
  15600.  
  15601. cba.Size = UDim2.new(0, 100, 0, 20)
  15602.  
  15603. cba.Text = ("CBA Admin")
  15604.  
  15605. cba.Font = ("SourceSans")
  15606.  
  15607. cba.FontSize = ("Size14")
  15608.  
  15609. cba.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15610.  
  15611.  
  15612.  
  15613. function cbaClick()
  15614.  
  15615. game:GetObjects("rbxassetid://149944881")[1].Parent=game.Players.LocalPlayer.Backpack
  15616.  
  15617. end
  15618.  
  15619.  
  15620.  
  15621. cba.MouseButton1Down:connect(cbaClick)
  15622.  
  15623.  
  15624.  
  15625. d33k = Instance.new("TextButton")
  15626.  
  15627. d33k.Parent = page1
  15628.  
  15629. d33k.Name = ("d33k Admin")
  15630.  
  15631. d33k.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15632.  
  15633. d33k.Position = UDim2.new(0, 202, 0, 379)
  15634.  
  15635. d33k.Size = UDim2.new(0, 100, 0, 20)
  15636.  
  15637. d33k.Text = ("d33k Admin")
  15638.  
  15639. d33k.Font = ("SourceSans")
  15640.  
  15641. d33k.FontSize = ("Size14")
  15642.  
  15643. d33k.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15644.  
  15645.  
  15646.  
  15647. function d33kClick()
  15648.  
  15649. game:GetObjects("rbxassetid://149944494")[1].Parent=game.Players.LocalPlayer.Backpack
  15650.  
  15651. end
  15652.  
  15653.  
  15654.  
  15655. d33k.MouseButton1Down:connect(d33kClick)
  15656.  
  15657.  
  15658.  
  15659. eyelaser = Instance.new("TextButton")
  15660.  
  15661. eyelaser.Parent = page2
  15662.  
  15663. eyelaser.Name = ("Eyelaser")
  15664.  
  15665. eyelaser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15666.  
  15667. eyelaser.Position = UDim2.new(0, 0, 0, 379)
  15668.  
  15669. eyelaser.Size = UDim2.new(0, 100, 0, 20)
  15670.  
  15671. eyelaser.Text = ("Eyelaser")
  15672.  
  15673. eyelaser.Font = ("SourceSans")
  15674.  
  15675. eyelaser.FontSize = ("Size14")
  15676.  
  15677. eyelaser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15678.  
  15679.  
  15680.  
  15681. function eyelaserClick()
  15682.  
  15683. game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack
  15684.  
  15685. end
  15686.  
  15687.  
  15688.  
  15689. eyelaser.MouseButton1Down:connect(eyelaserClick)
  15690.  
  15691.  
  15692.  
  15693. fencing = Instance.new("TextButton")
  15694.  
  15695. fencing.Parent = page2
  15696.  
  15697. fencing.Name = ("Fencing Restore")
  15698.  
  15699. fencing.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15700.  
  15701. fencing.Position = UDim2.new(0, 0, 0, 400)
  15702.  
  15703. fencing.Size = UDim2.new(0, 100, 0, 20)
  15704.  
  15705. fencing.Text = ("Fencing Restore")
  15706.  
  15707. fencing.Font = ("SourceSans")
  15708.  
  15709. fencing.FontSize = ("Size14")
  15710.  
  15711. fencing.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15712.  
  15713.  
  15714.  
  15715. function fencingClick()
  15716.  
  15717. str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  15718.  
  15719. end
  15720.  
  15721.  
  15722.  
  15723. fencing.MouseButton1Down:connect(fencingClick)
  15724.  
  15725.  
  15726.  
  15727. infinity = Instance.new("TextButton")
  15728.  
  15729. infinity.Parent = page2
  15730.  
  15731. infinity.Name = ("broken")
  15732.  
  15733. infinity.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15734.  
  15735. infinity.Position = UDim2.new(0, 0, 0, 421)
  15736.  
  15737. infinity.Size = UDim2.new(0, 100, 0, 20)
  15738.  
  15739. infinity.Text = ("broken")
  15740.  
  15741. infinity.Font = ("SourceSans")
  15742.  
  15743. infinity.FontSize = ("Size14")
  15744.  
  15745. infinity.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15746.  
  15747.  
  15748.  
  15749. function infinityClick()
  15750.  
  15751.  
  15752.  
  15753. end
  15754.  
  15755.  
  15756.  
  15757. infinity.MouseButton1Down:connect(infinityClick)
  15758.  
  15759.  
  15760.  
  15761. kohls = Instance.new("TextButton")
  15762.  
  15763. kohls.Parent = page2
  15764.  
  15765. kohls.Name = ("Kohl's Admin")
  15766.  
  15767. kohls.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15768.  
  15769. kohls.Position = UDim2.new(0, 0, 0, 442)
  15770.  
  15771. kohls.Size = UDim2.new(0, 100, 0, 20)
  15772.  
  15773. kohls.Text = ("Kohl's Admin")
  15774.  
  15775. kohls.Font = ("SourceSans")
  15776.  
  15777. kohls.FontSize = ("Size14")
  15778.  
  15779. kohls.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15780.  
  15781.  
  15782.  
  15783. function kohlsClick()
  15784.  
  15785. game:GetObjects("rbxassetid://157676089")[1].Parent=game.Workspace
  15786.  
  15787. end
  15788.  
  15789.  
  15790.  
  15791. kohls.MouseButton1Down:connect(kohlsClick)
  15792.  
  15793.  
  15794.  
  15795. staff = Instance.new("TextButton")
  15796.  
  15797. staff.Parent = page2
  15798.  
  15799. staff.Name = ("Staff")
  15800.  
  15801. staff.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15802.  
  15803. staff.Position = UDim2.new(0, 0, 0, 463)
  15804.  
  15805. staff.Size = UDim2.new(0, 100, 0, 20)
  15806.  
  15807. staff.Text = ("Staff")
  15808.  
  15809. staff.Font = ("SourceSans")
  15810.  
  15811. staff.FontSize = ("Size14")
  15812.  
  15813. staff.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15814.  
  15815.  
  15816.  
  15817. function staffClick()
  15818.  
  15819. game:GetObjects("rbxassetid://149941868")[1].Parent=game.Players.LocalPlayer.Backpack
  15820.  
  15821. end
  15822.  
  15823.  
  15824.  
  15825. staff.MouseButton1Down:connect(staffClick)
  15826.  
  15827.  
  15828.  
  15829. wings = Instance.new("TextButton")
  15830.  
  15831. wings.Parent = page2
  15832.  
  15833. wings.Name = ("Wings")
  15834.  
  15835. wings.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15836.  
  15837. wings.Position = UDim2.new(0, 0, 0, 484)
  15838.  
  15839. wings.Size = UDim2.new(0, 100, 0, 20)
  15840.  
  15841. wings.Text = ("Wings")
  15842.  
  15843. wings.Font = ("SourceSans")
  15844.  
  15845. wings.FontSize = ("Size14")
  15846.  
  15847. wings.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15848.  
  15849.  
  15850.  
  15851. function wingsClick()
  15852.  
  15853. game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack
  15854.  
  15855. end
  15856.  
  15857.  
  15858.  
  15859. wings.MouseButton1Down:connect(wingsClick)
  15860.  
  15861.  
  15862.  
  15863. silent = Instance.new("TextButton")
  15864.  
  15865. silent.Parent = page2
  15866.  
  15867. silent.Name = ("Silent Executor")
  15868.  
  15869. silent.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15870.  
  15871. silent.Position = UDim2.new(0, 0, 0, 505)
  15872.  
  15873. silent.Size = UDim2.new(0, 100, 0, 20)
  15874.  
  15875. silent.Text = ("Silent Executor")
  15876.  
  15877. silent.Font = ("SourceSans")
  15878.  
  15879. silent.FontSize = ("Size14")
  15880.  
  15881. silent.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15882.  
  15883.  
  15884.  
  15885. function silentClick()
  15886.  
  15887. loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)()
  15888.  
  15889. end
  15890.  
  15891.  
  15892.  
  15893. silent.MouseButton1Down:connect(silentClick)
  15894.  
  15895.  
  15896.  
  15897. laser = Instance.new("TextButton")
  15898.  
  15899. laser.Parent = page2
  15900.  
  15901. laser.Name = ("Laser Rifle")
  15902.  
  15903. laser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15904.  
  15905. laser.Position = UDim2.new(0, 0, 0, 526)
  15906.  
  15907. laser.Size = UDim2.new(0, 100, 0, 20)
  15908.  
  15909. laser.Text = ("Laser Rifle")
  15910.  
  15911. laser.Font = ("SourceSans")
  15912.  
  15913. laser.FontSize = ("Size14")
  15914.  
  15915. laser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15916.  
  15917.  
  15918.  
  15919. function laserClick()
  15920.  
  15921. game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack
  15922.  
  15923. end
  15924.  
  15925.  
  15926.  
  15927. laser.MouseButton1Down:connect(laserClick)
  15928.  
  15929.  
  15930.  
  15931. insert = Instance.new("TextButton")
  15932.  
  15933. insert.Parent = page2
  15934.  
  15935. insert.Name = ("Insert Tool")
  15936.  
  15937. insert.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15938.  
  15939. insert.Position = UDim2.new(0, 0, 0, 547)
  15940.  
  15941. insert.Size = UDim2.new(0, 100, 0, 20)
  15942.  
  15943. insert.Text = ("Insert Tool")
  15944.  
  15945. insert.Font = ("SourceSans")
  15946.  
  15947. insert.FontSize = ("Size14")
  15948.  
  15949. insert.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15950.  
  15951.  
  15952.  
  15953. function insertClick()
  15954.  
  15955. game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack
  15956.  
  15957. end
  15958.  
  15959.  
  15960.  
  15961. insert.MouseButton1Down:connect(insertClick)
  15962.  
  15963.  
  15964.  
  15965. techno = Instance.new("TextButton")
  15966.  
  15967. techno.Parent = page2
  15968.  
  15969. techno.Name = ("Techno Gauntlet")
  15970.  
  15971. techno.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  15972.  
  15973. techno.Position = UDim2.new(0, 0, 0, 568)
  15974.  
  15975. techno.Size = UDim2.new(0, 100, 0, 20)
  15976.  
  15977. techno.Text = ("Techno Gauntlet")
  15978.  
  15979. techno.Font = ("SourceSans")
  15980.  
  15981. techno.FontSize = ("Size14")
  15982.  
  15983. techno.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  15984.  
  15985.  
  15986.  
  15987. function technoClick()
  15988.  
  15989. game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack
  15990.  
  15991. end
  15992.  
  15993.  
  15994.  
  15995. techno.MouseButton1Down:connect(technoClick)
  15996.  
  15997.  
  15998.  
  15999. spider = Instance.new("TextButton")
  16000.  
  16001. spider.Parent = page2
  16002.  
  16003. spider.Name = ("Spider")
  16004.  
  16005. spider.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16006.  
  16007. spider.Position = UDim2.new(0, 101, 0, 379)
  16008.  
  16009. spider.Size = UDim2.new(0, 100, 0, 20)
  16010.  
  16011. spider.Text = ("Spider")
  16012.  
  16013. spider.Font = ("SourceSans")
  16014.  
  16015. spider.FontSize = ("Size14")
  16016.  
  16017. spider.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16018.  
  16019.  
  16020.  
  16021. function spiderClick()
  16022.  
  16023. game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack
  16024.  
  16025. end
  16026.  
  16027.  
  16028.  
  16029. spider.MouseButton1Down:connect(spiderClick)
  16030.  
  16031.  
  16032.  
  16033. decal = Instance.new("TextButton")
  16034.  
  16035. decal.Parent = page2
  16036.  
  16037. decal.Name = ("Decal Spam")
  16038.  
  16039. decal.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16040.  
  16041. decal.Position = UDim2.new(0, 101, 0, 400)
  16042.  
  16043. decal.Size = UDim2.new(0, 100, 0, 20)
  16044.  
  16045. decal.Text = ("Decal Spam")
  16046.  
  16047. decal.Font = ("SourceSans")
  16048.  
  16049. decal.FontSize = ("Size14")
  16050.  
  16051. decal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16052.  
  16053.  
  16054.  
  16055. function decalClick()
  16056.  
  16057. decalID = skyboxidbox.Text
  16058.  
  16059. function exPro(root)
  16060.  
  16061. for _, v in pairs(root:GetChildren()) do
  16062.  
  16063. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  16064.  
  16065. v.Parent = nil
  16066.  
  16067. elseif v:IsA("BasePart") then
  16068.  
  16069. v.Material = "Plastic"
  16070.  
  16071. v.Transparency = 0
  16072.  
  16073. local One = Instance.new("Decal", v)
  16074.  
  16075. local Two = Instance.new("Decal", v)
  16076.  
  16077. local Three = Instance.new("Decal", v)
  16078.  
  16079. local Four = Instance.new("Decal", v)
  16080.  
  16081. local Five = Instance.new("Decal", v)
  16082.  
  16083. local Six = Instance.new("Decal", v)
  16084.  
  16085. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  16086.  
  16087. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  16088.  
  16089. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  16090.  
  16091. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  16092.  
  16093. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  16094.  
  16095. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  16096.  
  16097. One.Face = "Front"
  16098.  
  16099. Two.Face = "Back"
  16100.  
  16101. Three.Face = "Right"
  16102.  
  16103. Four.Face = "Left"
  16104.  
  16105. Five.Face = "Top"
  16106.  
  16107. Six.Face = "Bottom"
  16108.  
  16109. end
  16110.  
  16111. exPro(v)
  16112.  
  16113. end
  16114.  
  16115. end
  16116.  
  16117. function asdf(root)
  16118.  
  16119. for _, v in pairs(root:GetChildren()) do
  16120.  
  16121. asdf(v)
  16122.  
  16123. end
  16124.  
  16125. end
  16126.  
  16127. exPro(game.Workspace)
  16128.  
  16129. asdf(game.Workspace)
  16130.  
  16131. end
  16132.  
  16133.  
  16134.  
  16135. decal.MouseButton1Down:connect(decalClick)
  16136.  
  16137.  
  16138.  
  16139. forcetele = Instance.new("TextButton")
  16140.  
  16141. forcetele.Parent = page2
  16142.  
  16143. forcetele.Name = ("Force Teleport")
  16144.  
  16145. forcetele.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16146.  
  16147. forcetele.Position = UDim2.new(0, 101, 0, 421)
  16148.  
  16149. forcetele.Size = UDim2.new(0, 100, 0, 20)
  16150.  
  16151. forcetele.Text = ("Force Teleport")
  16152.  
  16153. forcetele.Font = ("SourceSans")
  16154.  
  16155. forcetele.FontSize = ("Size14")
  16156.  
  16157. forcetele.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16158.  
  16159.  
  16160.  
  16161. function forceteleClick()
  16162.  
  16163. placeID = forcetpbox.Text
  16164.  
  16165. hax = [[for i,v in pairs(game.Players:GetChildren()) do
  16166.  
  16167. game:GetService'TeleportService':Teleport(]]..placeID..[[,v.Character)
  16168.  
  16169. end
  16170.  
  16171. ]]
  16172.  
  16173. local x = Workspace["Kohl's Admin Commands V2"].ScriptBase
  16174.  
  16175. x.Code.Value = hax
  16176.  
  16177. wait()
  16178.  
  16179. x.Disabled = false
  16180.  
  16181. end
  16182.  
  16183.  
  16184.  
  16185. forcetele.MouseButton1Down:connect(forceteleClick)
  16186.  
  16187.  
  16188.  
  16189. disco = Instance.new("TextButton")
  16190.  
  16191. disco.Parent = page2
  16192.  
  16193. disco.Name = ("Disco")
  16194.  
  16195. disco.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16196.  
  16197. disco.Position = UDim2.new(0, 101, 0, 442)
  16198.  
  16199. disco.Size = UDim2.new(0, 100, 0, 20)
  16200.  
  16201. disco.Text = ("Disco")
  16202.  
  16203. disco.Font = ("SourceSans")
  16204.  
  16205. disco.FontSize = ("Size14")
  16206.  
  16207. disco.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16208.  
  16209.  
  16210.  
  16211. function discoClick()
  16212.  
  16213. while wait() do
  16214.  
  16215. for _, v in pairs(Workspace:GetChildren()) do
  16216.  
  16217. if v:IsA("BasePart") then
  16218.  
  16219. v.BrickColor = BrickColor.Random()
  16220.  
  16221. end
  16222.  
  16223. end
  16224.  
  16225. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random()); game.Lighting.Brightness = 1 / math.random(1, 10); game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight() + 13)
  16226.  
  16227. end
  16228.  
  16229. end
  16230.  
  16231.  
  16232.  
  16233. disco.MouseButton1Down:connect(discoClick)
  16234.  
  16235.  
  16236.  
  16237. rekinball = Instance.new("TextButton")
  16238.  
  16239. rekinball.Parent = page2
  16240.  
  16241. rekinball.Name = ("Wrecking Ball")
  16242.  
  16243. rekinball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16244.  
  16245. rekinball.Position = UDim2.new(0, 101, 0, 463)
  16246.  
  16247. rekinball.Size = UDim2.new(0, 100, 0, 20)
  16248.  
  16249. rekinball.Text = ("Wrecking Ball")
  16250.  
  16251. rekinball.Font = ("SourceSans")
  16252.  
  16253. rekinball.FontSize = ("Size14")
  16254.  
  16255. rekinball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16256.  
  16257.  
  16258.  
  16259. function rekinballClick()
  16260.  
  16261. loadstring(game:GetObjects("rbxassetid://141303287")[1].Source)()
  16262.  
  16263. end
  16264.  
  16265.  
  16266.  
  16267. rekinball.MouseButton1Down:connect(rekinballClick)
  16268.  
  16269.  
  16270.  
  16271. nilizer = Instance.new("TextButton")
  16272.  
  16273. nilizer.Parent = page2
  16274.  
  16275. nilizer.Name = ("Nilizer")
  16276.  
  16277. nilizer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16278.  
  16279. nilizer.Position = UDim2.new(0, 101, 0, 484)
  16280.  
  16281. nilizer.Size = UDim2.new(0, 100, 0, 20)
  16282.  
  16283. nilizer.Text = ("Nilizer")
  16284.  
  16285. nilizer.Font = ("SourceSans")
  16286.  
  16287. nilizer.FontSize = ("Size14")
  16288.  
  16289. nilizer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16290.  
  16291.  
  16292.  
  16293. function nilizerClick()
  16294.  
  16295. game:GetObjects("rbxassetid://142125914")[1].Parent=game.Players.LocalPlayer.Backpack
  16296.  
  16297. end
  16298.  
  16299.  
  16300.  
  16301. nilizer.MouseButton1Down:connect(nilizerClick)
  16302.  
  16303.  
  16304.  
  16305. laggui = Instance.new("TextButton")
  16306.  
  16307. laggui.Parent = page2
  16308.  
  16309. laggui.Name = ("Lag Gui")
  16310.  
  16311. laggui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16312.  
  16313. laggui.Position = UDim2.new(0, 101, 0, 505)
  16314.  
  16315. laggui.Size = UDim2.new(0, 100, 0, 20)
  16316.  
  16317. laggui.Text = ("Lag Gui")
  16318.  
  16319. laggui.Font = ("SourceSans")
  16320.  
  16321. laggui.FontSize = ("Size14")
  16322.  
  16323. laggui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16324.  
  16325.  
  16326.  
  16327. function lagguiClick()
  16328.  
  16329. whoownit = game.Players.LocalPlayer
  16330.  
  16331. gui = Instance.new("ScreenGui")
  16332.  
  16333. gui.Parent = whoownit.PlayerGui
  16334.  
  16335. gui.Name = "Lag"
  16336.  
  16337.  
  16338.  
  16339. pos = 135
  16340.  
  16341. pos2 = 10
  16342.  
  16343. pos3 = 0
  16344.  
  16345.  
  16346.  
  16347. enabled = false
  16348.  
  16349.  
  16350.  
  16351. button = Instance.new("TextButton")
  16352.  
  16353. button.Parent = gui
  16354.  
  16355. button.Size = UDim2.new(0, 100, 0, 30)
  16356.  
  16357. button.Position = UDim2.new(0, 8, 0, pos)
  16358.  
  16359. button.Text = "Lag"
  16360.  
  16361. button.MouseButton1Click:connect(function()
  16362.  
  16363. if enabled == false then
  16364.  
  16365. enabled = true
  16366.  
  16367. local a = game.Players:GetChildren()
  16368.  
  16369. red = 0
  16370.  
  16371. green = 0.5
  16372.  
  16373. blue = 0
  16374.  
  16375. for i=1, #a do
  16376.  
  16377. wait()
  16378.  
  16379. pos2 = pos2 + 23
  16380.  
  16381. if pos2 >= 450 then
  16382.  
  16383. pos3 = pos3 + 103
  16384.  
  16385. pos2 = 33
  16386.  
  16387. end
  16388.  
  16389. if green <= 0.9 then
  16390.  
  16391. green = green + 0.46
  16392.  
  16393. elseif green >= 0.9 then
  16394.  
  16395. green = green - 0.46
  16396.  
  16397. end
  16398.  
  16399. local bu = Instance.new("TextButton")
  16400.  
  16401. bu.Parent = button
  16402.  
  16403. bu.Size = UDim2.new(0, 100, 0, 20)
  16404.  
  16405. bu.Position = UDim2.new(0, pos3, 0, pos2)
  16406.  
  16407. bu.Text = a[i].Name
  16408.  
  16409. bu.BackgroundTransparency = 1
  16410.  
  16411. bu.TextTransparency = 1
  16412.  
  16413. bu.BackgroundColor3 = Color3.new(red,green,blue)
  16414.  
  16415. coroutine.resume(coroutine.create(function()
  16416.  
  16417. for i=1, 3 do
  16418.  
  16419. wait()
  16420.  
  16421. bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34
  16422.  
  16423. bu.TextTransparency = bu.BackgroundTransparency
  16424.  
  16425. end
  16426.  
  16427. end))
  16428.  
  16429. bu.MouseButton1Down:connect(function()
  16430.  
  16431. local play = game.Players:findFirstChild(bu.Text)
  16432.  
  16433. if play ~= nil then
  16434.  
  16435. for i=1,3600 do
  16436.  
  16437. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  16438.  
  16439. end
  16440.  
  16441. wait()
  16442.  
  16443. for i=1,3600 do
  16444.  
  16445. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  16446.  
  16447. end
  16448.  
  16449. wait()
  16450.  
  16451. for i=1,3600 do
  16452.  
  16453. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  16454.  
  16455. end
  16456.  
  16457. wait()
  16458.  
  16459. for i=1,13000 do
  16460.  
  16461. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  16462.  
  16463. end
  16464.  
  16465. wait()
  16466.  
  16467. for i=1,3600 do
  16468.  
  16469. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  16470.  
  16471. end
  16472.  
  16473. bu.Text = "Lagged!"
  16474.  
  16475. end
  16476.  
  16477. end)
  16478.  
  16479. end
  16480.  
  16481. elseif enabled == true then
  16482.  
  16483. enabled = false
  16484.  
  16485. pos2 = 10
  16486.  
  16487. pos3 = 0
  16488.  
  16489. local o = button:GetChildren()
  16490.  
  16491. for i=1, #o do
  16492.  
  16493. wait()
  16494.  
  16495. o[i]:remove()
  16496.  
  16497. end
  16498.  
  16499. end
  16500.  
  16501. end)
  16502.  
  16503. end
  16504.  
  16505.  
  16506.  
  16507. laggui.MouseButton1Down:connect(lagguiClick)
  16508.  
  16509.  
  16510.  
  16511. clearws = Instance.new("TextButton")
  16512.  
  16513. clearws.Parent = page2
  16514.  
  16515. clearws.Name = ("Clear Workspace")
  16516.  
  16517. clearws.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16518.  
  16519. clearws.Position = UDim2.new(0, 101, 0, 526)
  16520.  
  16521. clearws.Size = UDim2.new(0, 100, 0, 20)
  16522.  
  16523. clearws.Text = ("Clear Workspace")
  16524.  
  16525. clearws.Font = ("SourceSans")
  16526.  
  16527. clearws.FontSize = ("Size14")
  16528.  
  16529. clearws.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16530.  
  16531.  
  16532.  
  16533. function clearwsClick()
  16534.  
  16535. game.Workspace:ClearAllChildren()
  16536.  
  16537. end
  16538.  
  16539.  
  16540.  
  16541. clearws.MouseButton1Down:connect(clearwsClick)
  16542.  
  16543.  
  16544.  
  16545. drawtool = Instance.new("TextButton")
  16546.  
  16547. drawtool.Parent = page2
  16548.  
  16549. drawtool.Name = ("Draw Tool")
  16550.  
  16551. drawtool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16552.  
  16553. drawtool.Position = UDim2.new(0, 101, 0, 547)
  16554.  
  16555. drawtool.Size = UDim2.new(0, 100, 0, 20)
  16556.  
  16557. drawtool.Text = ("Draw Tool")
  16558.  
  16559. drawtool.Font = ("SourceSans")
  16560.  
  16561. drawtool.FontSize = ("Size14")
  16562.  
  16563. drawtool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16564.  
  16565.  
  16566.  
  16567. function drawtoolClick()
  16568.  
  16569. loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)()
  16570.  
  16571. end
  16572.  
  16573.  
  16574.  
  16575. drawtool.MouseButton1Down:connect(drawtoolClick)
  16576.  
  16577.  
  16578.  
  16579. explorer = Instance.new("TextButton")
  16580.  
  16581. explorer.Parent = page2
  16582.  
  16583. explorer.Name = ("Explorer")
  16584.  
  16585. explorer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16586.  
  16587. explorer.Position = UDim2.new(0, 101, 0, 568)
  16588.  
  16589. explorer.Size = UDim2.new(0, 100, 0, 20)
  16590.  
  16591. explorer.Text = ("Explorer")
  16592.  
  16593. explorer.Font = ("SourceSans")
  16594.  
  16595. explorer.FontSize = ("Size14")
  16596.  
  16597. explorer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16598.  
  16599.  
  16600.  
  16601. function explorerClick()
  16602.  
  16603. loadstring(Game:GetObjects("rbxassetid://111532299")[1].Source)()
  16604.  
  16605. end
  16606.  
  16607.  
  16608.  
  16609. explorer.MouseButton1Down:connect(explorerClick)
  16610.  
  16611.  
  16612.  
  16613. svest = Instance.new("TextButton")
  16614.  
  16615. svest.Parent = page1
  16616.  
  16617. svest.Name = ("Suicide Vest")
  16618.  
  16619. svest.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16620.  
  16621. svest.Position = UDim2.new(0, 202, 0, 505)
  16622.  
  16623. svest.Size = UDim2.new(0, 100, 0, 20)
  16624.  
  16625. svest.Text = ("Suicide Vest")
  16626.  
  16627. svest.Font = ("SourceSans")
  16628.  
  16629. svest.FontSize = ("Size14")
  16630.  
  16631. svest.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16632.  
  16633.  
  16634.  
  16635. function svestClick()
  16636.  
  16637. loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)()
  16638.  
  16639. end
  16640.  
  16641.  
  16642.  
  16643. svest.MouseButton1Down:connect(svestClick)
  16644.  
  16645.  
  16646.  
  16647. songplay = Instance.new("TextButton")
  16648.  
  16649. songplay.Parent = page1
  16650.  
  16651. songplay.Name = ("Song Player")
  16652.  
  16653. songplay.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16654.  
  16655. songplay.Position = UDim2.new(0, 101, 0, 484)
  16656.  
  16657. songplay.Size = UDim2.new(0, 100, 0, 20)
  16658.  
  16659. songplay.Text = ("Song Player")
  16660.  
  16661. songplay.Font = ("SourceSans")
  16662.  
  16663. songplay.FontSize = ("Size14")
  16664.  
  16665. songplay.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16666.  
  16667.  
  16668.  
  16669. function songplayClick()
  16670.  
  16671. str_srce = "142919613" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  16672.  
  16673. end
  16674.  
  16675.  
  16676.  
  16677. songplay.MouseButton1Down:connect(songplayClick)
  16678.  
  16679.  
  16680.  
  16681. camball = Instance.new("TextButton")
  16682.  
  16683. camball.Parent = page1
  16684.  
  16685. camball.Name = ("Camball")
  16686.  
  16687. camball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16688.  
  16689. camball.Position = UDim2.new(0, 101, 0, 463)
  16690.  
  16691. camball.Size = UDim2.new(0, 100, 0, 20)
  16692.  
  16693. camball.Text = ("Camball")
  16694.  
  16695. camball.Font = ("SourceSans")
  16696.  
  16697. camball.FontSize = ("Size14")
  16698.  
  16699. camball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16700.  
  16701.  
  16702.  
  16703. function camballClick()
  16704.  
  16705. game:GetObjects("rbxassetid://149943697")[1].Parent=game.Players.LocalPlayer.Backpack
  16706.  
  16707. end
  16708.  
  16709.  
  16710.  
  16711. camball.MouseButton1Down:connect(camballClick)
  16712.  
  16713.  
  16714.  
  16715. hat = Instance.new("TextButton")
  16716.  
  16717. hat.Parent = page2
  16718.  
  16719. hat.Name = ("Give Hat")
  16720.  
  16721. hat.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16722.  
  16723. hat.Position = UDim2.new(0, 202, 0, 421)
  16724.  
  16725. hat.Size = UDim2.new(0, 100, 0, 20)
  16726.  
  16727. hat.Text = ("Give Hat")
  16728.  
  16729. hat.Font = ("SourceSans")
  16730.  
  16731. hat.FontSize = ("Size14")
  16732.  
  16733. hat.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16734.  
  16735.  
  16736.  
  16737. function hatClick()
  16738.  
  16739. playername100 = game.Players.LocalPlayer.Name
  16740.  
  16741. hatid = hatbox.Text
  16742.  
  16743. x = game:GetService("InsertService"):LoadAsset(hatid) x.Parent = game.Workspace[playername100] x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  16744.  
  16745. end
  16746.  
  16747.  
  16748.  
  16749. hat.MouseButton1Down:connect(hatClick)
  16750.  
  16751.  
  16752.  
  16753. gear = Instance.new("TextButton")
  16754.  
  16755. gear.Parent = page2
  16756.  
  16757. gear.Name = ("Give Gear")
  16758.  
  16759. gear.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16760.  
  16761. gear.Position = UDim2.new(0, 202, 0, 442)
  16762.  
  16763. gear.Size = UDim2.new(0, 100, 0, 20)
  16764.  
  16765. gear.Text = ("Give Gear")
  16766.  
  16767. gear.Font = ("SourceSans")
  16768.  
  16769. gear.FontSize = ("Size14")
  16770.  
  16771. gear.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16772.  
  16773.  
  16774.  
  16775. function gearClick()
  16776.  
  16777. playername100 = game.Players.LocalPlayer.Name
  16778.  
  16779. gearid = gearbox.Text
  16780.  
  16781. x = game:GetService("InsertService"):LoadAsset(gearid) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  16782.  
  16783. end
  16784.  
  16785.  
  16786.  
  16787. gear.MouseButton1Down:connect(gearClick)
  16788.  
  16789.  
  16790.  
  16791. expl2 = Instance.new("TextButton")
  16792.  
  16793. expl2.Parent = page2
  16794.  
  16795. expl2.Name = ("Explorer 2")
  16796.  
  16797. expl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16798.  
  16799. expl2.Position = UDim2.new(0, 202, 0, 379)
  16800.  
  16801. expl2.Size = UDim2.new(0, 100, 0, 20)
  16802.  
  16803. expl2.Text = ("Explorer 2")
  16804.  
  16805. expl2.Font = ("SourceSans")
  16806.  
  16807. expl2.FontSize = ("Size14")
  16808.  
  16809. expl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16810.  
  16811.  
  16812.  
  16813. function expl2Click()
  16814.  
  16815. str_srce = "143924441" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  16816.  
  16817. end
  16818.  
  16819.  
  16820.  
  16821. expl2.MouseButton1Down:connect(expl2Click)
  16822.  
  16823.  
  16824.  
  16825. warhammer = Instance.new("TextButton")
  16826.  
  16827. warhammer.Parent = page1
  16828.  
  16829. warhammer.Name = ("Warhammer")
  16830.  
  16831. warhammer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16832.  
  16833. warhammer.Position = UDim2.new(0, 0, 0, 484)
  16834.  
  16835. warhammer.Size = UDim2.new(0, 100, 0, 20)
  16836.  
  16837. warhammer.Text = ("Warhammer")
  16838.  
  16839. warhammer.Font = ("SourceSans")
  16840.  
  16841. warhammer.FontSize = ("Size14")
  16842.  
  16843. warhammer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16844.  
  16845.  
  16846.  
  16847. function warhammerClick()
  16848.  
  16849. game:GetObjects("rbxassetid://149942862")[1].Parent=game.Players.LocalPlayer.Backpack
  16850.  
  16851. end
  16852.  
  16853.  
  16854.  
  16855. warhammer.MouseButton1Down:connect(warhammerClick)
  16856.  
  16857.  
  16858.  
  16859. flood = Instance.new("TextButton")
  16860.  
  16861. flood.Parent = page1
  16862.  
  16863. flood.Name = ("Flood")
  16864.  
  16865. flood.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16866.  
  16867. flood.Position = UDim2.new(0, 0, 0, 379)
  16868.  
  16869. flood.Size = UDim2.new(0, 100, 0, 20)
  16870.  
  16871. flood.Text = ("Flood")
  16872.  
  16873. flood.Font = ("SourceSans")
  16874.  
  16875. flood.FontSize = ("Size14")
  16876.  
  16877. flood.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16878.  
  16879.  
  16880.  
  16881. function floodClick()
  16882.  
  16883. Game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  16884.  
  16885. end
  16886.  
  16887.  
  16888.  
  16889. flood.MouseButton1Down:connect(floodClick)
  16890.  
  16891.  
  16892.  
  16893. scythe = Instance.new("TextButton")
  16894.  
  16895. scythe.Parent = page2
  16896.  
  16897. scythe.Name = ("Scythe")
  16898.  
  16899. scythe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16900.  
  16901. scythe.Position = UDim2.new(0, 101, 0, 505)
  16902.  
  16903. scythe.Size = UDim2.new(0, 100, 0, 20)
  16904.  
  16905. scythe.Text = ("Scythe")
  16906.  
  16907. scythe.Font = ("SourceSans")
  16908.  
  16909. scythe.FontSize = ("Size14")
  16910.  
  16911. scythe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16912.  
  16913.  
  16914.  
  16915. function scytheClick()
  16916.  
  16917. game:GetObjects("rbxassetid://149942448")[1].Parent=game.Players.LocalPlayer.Backpack
  16918.  
  16919. end
  16920.  
  16921.  
  16922.  
  16923. scythe.MouseButton1Down:connect(scytheClick)
  16924.  
  16925.  
  16926.  
  16927. minigun = Instance.new("TextButton")
  16928.  
  16929. minigun.Parent = page1
  16930.  
  16931. minigun.Name = ("Minigun")
  16932.  
  16933. minigun.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  16934.  
  16935. minigun.Position = UDim2.new(0, 0, 0, 463)
  16936.  
  16937. minigun.Size = UDim2.new(0, 100, 0, 20)
  16938.  
  16939. minigun.Text = ("Minigun")
  16940.  
  16941. minigun.Font = ("SourceSans")
  16942.  
  16943. minigun.FontSize = ("Size14")
  16944.  
  16945. minigun.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  16946.  
  16947.  
  16948.  
  16949. function minigunClick()
  16950.  
  16951. game:GetObjects("rbxassetid://140634024")[1].Parent=game.Players.LocalPlayer.Backpack
  16952.  
  16953. end
  16954.  
  16955.  
  16956.  
  16957. minigun.MouseButton1Down:connect(minigunClick)
  16958.  
  16959.  
  16960.  
  16961. loadmsg = Instance.new("Message")
  16962.  
  16963. loadmsg.Parent = game.Workspace
  16964.  
  16965. loadmsg.Text = ("c00lGui V"..Version.." has loaded.")
  16966.  
  16967. wait(3)
  16968.  
  16969. loadmsg:Remove()
  16970.  
  16971. end)
  16972.  
  16973.  
  16974.  
  16975. VHChat.Name = "VHChat"
  16976.  
  16977. VHChat.Parent = ScriptFrame
  16978.  
  16979. VHChat.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  16980.  
  16981. VHChat.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  16982.  
  16983. VHChat.Position = UDim2.new(0, 10, 0, 132)
  16984.  
  16985. VHChat.Size = UDim2.new(0, 132, 0, 50)
  16986.  
  16987. VHChat.Font = Enum.Font.SourceSansBold
  16988.  
  16989. VHChat.FontSize = Enum.FontSize.Size14
  16990.  
  16991. VHChat.Text = "VHUB Chat"
  16992.  
  16993. VHChat.TextColor3 = Color3.new(0.666667, 0, 0)
  16994.  
  16995. VHChat.TextScaled = true
  16996.  
  16997. VHChat.TextSize = 14
  16998.  
  16999. VHChat.TextWrapped = true
  17000.  
  17001. VHChat.MouseButton1Down:connect(function()
  17002.  
  17003. -- VHUB Exploiter Chatgui
  17004.  
  17005. -- @DominusTrex
  17006.  
  17007.  
  17008.  
  17009. CreateGui = function()
  17010.  
  17011. local NewGuiPart1 = Instance.new("ScreenGui")
  17012.  
  17013. NewGuiPart1.Name = "VHUB"
  17014.  
  17015. -------
  17016.  
  17017. local NewGuiPart2 = Instance.new("Frame")
  17018.  
  17019. NewGuiPart2.Active = true
  17020.  
  17021. NewGuiPart2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  17022.  
  17023. NewGuiPart2.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  17024.  
  17025. NewGuiPart2.Name = "Chat"
  17026.  
  17027. NewGuiPart2.Position = UDim2.new(0.324999988, 0, 0.300000012, 0)
  17028.  
  17029. NewGuiPart2.Size = UDim2.new(0, 450, 0, 250)
  17030.  
  17031. NewGuiPart2.Draggable = true
  17032.  
  17033. NewGuiPart2.Parent = NewGuiPart1
  17034.  
  17035. -------
  17036.  
  17037. local NewGuiPart3 = Instance.new("Frame")
  17038.  
  17039. NewGuiPart3.BackgroundColor3 = Color3.new(0.803922, 0.0941177, 0.0941177)
  17040.  
  17041. NewGuiPart3.BorderSizePixel = 0
  17042.  
  17043. NewGuiPart3.Name = "Line"
  17044.  
  17045. NewGuiPart3.Position = UDim2.new(0, 0, 0.100000001, 0)
  17046.  
  17047. NewGuiPart3.Size = UDim2.new(1, 0, 0.0199999996, 0)
  17048.  
  17049. NewGuiPart3.Parent = NewGuiPart2
  17050.  
  17051. -------
  17052.  
  17053. local NewGuiPart4 = Instance.new("Frame")
  17054.  
  17055. NewGuiPart4.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  17056.  
  17057. NewGuiPart4.BorderSizePixel = 0
  17058.  
  17059. NewGuiPart4.Name = "msg"
  17060.  
  17061. NewGuiPart4.Size = UDim2.new(1, 0, 0, 15)
  17062.  
  17063. NewGuiPart4.Visible = false
  17064.  
  17065. NewGuiPart4.Parent = NewGuiPart2
  17066.  
  17067. -------
  17068.  
  17069. local NewGuiPart5 = Instance.new("TextLabel")
  17070.  
  17071. NewGuiPart5.BackgroundTransparency = 1
  17072.  
  17073. NewGuiPart5.BorderSizePixel = 0
  17074.  
  17075. NewGuiPart5.Name = "Sender"
  17076.  
  17077. NewGuiPart5.Size = UDim2.new(0.119999997, 0, 1, 0)
  17078.  
  17079. NewGuiPart5.Font = Enum.Font.ArialBold
  17080.  
  17081. NewGuiPart5.FontSize = Enum.FontSize.Size12
  17082.  
  17083. NewGuiPart5.Text = " Player1:"
  17084.  
  17085. NewGuiPart5.TextColor3 = Color3.new(1, 1, 1)
  17086.  
  17087. NewGuiPart5.TextStrokeColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  17088.  
  17089. NewGuiPart5.TextStrokeTransparency = 0.40000000596046
  17090.  
  17091. NewGuiPart5.TextWrapped = true
  17092.  
  17093. NewGuiPart5.TextXAlignment = Enum.TextXAlignment.Left
  17094.  
  17095. NewGuiPart5.Parent = NewGuiPart4
  17096.  
  17097. -------
  17098.  
  17099. local NewGuiPart6 = Instance.new("TextLabel")
  17100.  
  17101. NewGuiPart6.BackgroundTransparency = 1
  17102.  
  17103. NewGuiPart6.BorderSizePixel = 0
  17104.  
  17105. NewGuiPart6.Name = "Message"
  17106.  
  17107. NewGuiPart6.Position = UDim2.new(0.129999995, 0, 0, 0)
  17108.  
  17109. NewGuiPart6.Size = UDim2.new(0.870000005, 0, 1, 0)
  17110.  
  17111. NewGuiPart6.Font = Enum.Font.Arial
  17112.  
  17113. NewGuiPart6.FontSize = Enum.FontSize.Size12
  17114.  
  17115. NewGuiPart6.Text = "Message"
  17116.  
  17117. NewGuiPart6.TextColor3 = Color3.new(1, 1, 1)
  17118.  
  17119. NewGuiPart6.TextStrokeColor3 = Color3.new(1, 0, 0)
  17120.  
  17121. NewGuiPart6.TextWrapped = true
  17122.  
  17123. NewGuiPart6.TextXAlignment = Enum.TextXAlignment.Left
  17124.  
  17125. NewGuiPart6.Parent = NewGuiPart4
  17126.  
  17127. -------
  17128.  
  17129. local NewGuiPart7 = Instance.new("ScrollingFrame")
  17130.  
  17131. NewGuiPart7.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  17132.  
  17133. NewGuiPart7.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  17134.  
  17135. NewGuiPart7.Name = "Chat"
  17136.  
  17137. NewGuiPart7.Position = UDim2.new(0.0250000004, 0, 0.150000006, 0)
  17138.  
  17139. NewGuiPart7.Selectable = true
  17140.  
  17141. NewGuiPart7.Size = UDim2.new(0.949999988, 0, 0.699999988, 0)
  17142.  
  17143. NewGuiPart7.CanvasSize = UDim2.new(0, 0, 0, 0)
  17144.  
  17145. NewGuiPart7.ScrollBarThickness = 5
  17146.  
  17147. NewGuiPart7.ClipsDescendants = true
  17148.  
  17149. NewGuiPart7.Parent = NewGuiPart2
  17150.  
  17151. -------
  17152.  
  17153. local NewGuiPart8 = Instance.new("TextBox")
  17154.  
  17155. NewGuiPart8.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  17156.  
  17157. NewGuiPart8.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  17158.  
  17159. NewGuiPart8.Name = "ChatBox"
  17160.  
  17161. NewGuiPart8.Position = UDim2.new(0.0250000004, 0, 0.879999995, 0)
  17162.  
  17163. NewGuiPart8.Size = UDim2.new(0.850000024, 0, 0.0700000003, 0)
  17164.  
  17165. NewGuiPart8.Font = Enum.Font.ArialBold
  17166.  
  17167. NewGuiPart8.FontSize = Enum.FontSize.Size14
  17168.  
  17169. NewGuiPart8.Text = " Press '\\' to focus on the chatbox."
  17170.  
  17171. NewGuiPart8.TextColor3 = Color3.new(1, 1, 1)
  17172.  
  17173. NewGuiPart8.TextStrokeColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  17174.  
  17175. NewGuiPart8.TextStrokeTransparency = 0.89999997615814
  17176.  
  17177. NewGuiPart8.TextXAlignment = Enum.TextXAlignment.Left
  17178.  
  17179. NewGuiPart8.Parent = NewGuiPart2
  17180.  
  17181. -------
  17182.  
  17183. local NewGuiPart9 = Instance.new("TextButton")
  17184.  
  17185. NewGuiPart9.Active = true
  17186.  
  17187. NewGuiPart9.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  17188.  
  17189. NewGuiPart9.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  17190.  
  17191. NewGuiPart9.Name = "Send"
  17192.  
  17193. NewGuiPart9.Position = UDim2.new(0.88499999, 0, 0.879999995, 0)
  17194.  
  17195. NewGuiPart9.Selectable = true
  17196.  
  17197. NewGuiPart9.Size = UDim2.new(0.0900000036, 0, 0.0700000003, 0)
  17198.  
  17199. NewGuiPart9.Style = Enum.ButtonStyle.Custom
  17200.  
  17201. NewGuiPart9.ZIndex = 4
  17202.  
  17203. NewGuiPart9.Font = Enum.Font.ArialBold
  17204.  
  17205. NewGuiPart9.FontSize = Enum.FontSize.Size14
  17206.  
  17207. NewGuiPart9.Text = "Send"
  17208.  
  17209. NewGuiPart9.TextColor3 = Color3.new(1, 1, 1)
  17210.  
  17211. NewGuiPart9.Parent = NewGuiPart2
  17212.  
  17213. -------
  17214.  
  17215. local NewGuiPart10 = Instance.new("TextLabel")
  17216.  
  17217. NewGuiPart10.BackgroundTransparency = 1
  17218.  
  17219. NewGuiPart10.BorderSizePixel = 0
  17220.  
  17221. NewGuiPart10.Name = "FrameTitle"
  17222.  
  17223. NewGuiPart10.Size = UDim2.new(1, 0, 0.100000001, 0)
  17224.  
  17225. NewGuiPart10.Font = Enum.Font.ArialBold
  17226.  
  17227. NewGuiPart10.FontSize = Enum.FontSize.Size14
  17228.  
  17229. NewGuiPart10.Text = " VHUB - Chat"
  17230.  
  17231. NewGuiPart10.TextColor3 = Color3.new(1, 1, 1)
  17232.  
  17233. NewGuiPart10.TextXAlignment = Enum.TextXAlignment.Left
  17234.  
  17235. NewGuiPart10.Parent = NewGuiPart2
  17236.  
  17237. return NewGuiPart1
  17238.  
  17239. end
  17240.  
  17241. local VHUB = CreateGui()
  17242.  
  17243. VHUB.Parent = game.Players.LocalPlayer.PlayerGui
  17244.  
  17245. local Increaser = 0
  17246.  
  17247. local chat = VHUB.Chat.Chat
  17248.  
  17249. local chatMsg = Instance.new('StringValue', game.Players.LocalPlayer)
  17250.  
  17251. local chatName = Instance.new('StringValue', game.Players.LocalPlayer)
  17252.  
  17253. local chat_ = {
  17254.  
  17255. send = function(n, m)
  17256.  
  17257. for i,v in pairs(game.Players:GetChildren()) do
  17258.  
  17259. if v:FindFirstChild('sendmsg') then
  17260.  
  17261. v.sendname.Value = n
  17262.  
  17263. v.sendmsg.Value = m
  17264.  
  17265. end
  17266.  
  17267. end
  17268.  
  17269. end,
  17270.  
  17271. show = function(ss, m)
  17272.  
  17273. local msg = chat.Parent.msg:Clone()
  17274.  
  17275. local s
  17276.  
  17277. msg.Visible = true
  17278.  
  17279. msg.Parent = chat
  17280.  
  17281. if #ss >= 8 then
  17282.  
  17283. s = ss:sub(1,7)
  17284.  
  17285. else
  17286.  
  17287. s = ss
  17288.  
  17289. end
  17290.  
  17291. msg.Sender.Text = ' '..s..':'
  17292.  
  17293. msg.Message.Text = m
  17294.  
  17295. msg.Position = UDim2.new(0,0,0,Increaser)
  17296.  
  17297. Increaser=Increaser+16
  17298.  
  17299. chat.CanvasSize = UDim2.new(0,0,0,Increaser)
  17300.  
  17301. end
  17302.  
  17303. }
  17304.  
  17305.  
  17306.  
  17307. -- CHAT
  17308.  
  17309. chatMsg.Name = 'sendmsg'
  17310.  
  17311. chatName.Name = 'sendname'
  17312.  
  17313. chatMsg.Changed:connect(function() -- onChatReceive
  17314.  
  17315. local messageSender = chatName.Value
  17316.  
  17317. local message = chatMsg.Value
  17318.  
  17319. chat_.show(messageSender, message)
  17320.  
  17321. end)
  17322.  
  17323. chat.Parent.Send.MouseButton1Down:connect(function()
  17324.  
  17325. chat_.send(game.Players.LocalPlayer.Name, chat.Parent.ChatBox.Text)
  17326.  
  17327. chat.Parent.ChatBox.Text = ''
  17328.  
  17329. end)
  17330.  
  17331. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  17332.  
  17333. if k == '\\' then
  17334.  
  17335. chat.Parent.ChatBox:CaptureFocus()
  17336.  
  17337. end
  17338.  
  17339. end)
  17340.  
  17341. -- /CHAT
  17342.  
  17343. end)
  17344.  
  17345.  
  17346.  
  17347. RoXploit.Name = "RoXploit"
  17348.  
  17349. RoXploit.Parent = ScriptFrame
  17350.  
  17351. RoXploit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17352.  
  17353. RoXploit.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17354.  
  17355. RoXploit.Position = UDim2.new(0, 475, 0, 72)
  17356.  
  17357. RoXploit.Size = UDim2.new(0, 132, 0, 50)
  17358.  
  17359. RoXploit.Font = Enum.Font.SourceSansBold
  17360.  
  17361. RoXploit.FontSize = Enum.FontSize.Size14
  17362.  
  17363. RoXploit.Text = "Ro Xploit 6.0"
  17364.  
  17365. RoXploit.TextColor3 = Color3.new(0.666667, 0, 0)
  17366.  
  17367. RoXploit.TextScaled = true
  17368.  
  17369. RoXploit.TextSize = 14
  17370.  
  17371. RoXploit.TextWrapped = true
  17372.  
  17373. RoXploit.MouseButton1Down:connect(function()
  17374.  
  17375. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  17376.  
  17377. end)
  17378.  
  17379.  
  17380.  
  17381. DexV2.Name = "DexV2"
  17382.  
  17383. DexV2.Parent = ScriptFrame
  17384.  
  17385. DexV2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17386.  
  17387. DexV2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17388.  
  17389. DexV2.Position = UDim2.new(0, 165, 0, 72)
  17390.  
  17391. DexV2.Size = UDim2.new(0, 132, 0, 50)
  17392.  
  17393. DexV2.Font = Enum.Font.SourceSansBold
  17394.  
  17395. DexV2.FontSize = Enum.FontSize.Size14
  17396.  
  17397. DexV2.Text = "Dex V2"
  17398.  
  17399. DexV2.TextColor3 = Color3.new(0.666667, 0, 0)
  17400.  
  17401. DexV2.TextScaled = true
  17402.  
  17403. DexV2.TextSize = 14
  17404.  
  17405. DexV2.TextWrapped = true
  17406.  
  17407. DexV2.MouseButton1Down:connect(function()
  17408.  
  17409. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  17410.  
  17411. end)
  17412.  
  17413.  
  17414.  
  17415. TopKekV2.Name = "TopKekV2"
  17416.  
  17417. TopKekV2.Parent = ScriptFrame
  17418.  
  17419. TopKekV2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17420.  
  17421. TopKekV2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17422.  
  17423. TopKekV2.Position = UDim2.new(0, 320, 0, 72)
  17424.  
  17425. TopKekV2.Size = UDim2.new(0, 132, 0, 50)
  17426.  
  17427. TopKekV2.Font = Enum.Font.SourceSansBold
  17428.  
  17429. TopKekV2.FontSize = Enum.FontSize.Size14
  17430.  
  17431. TopKekV2.Text = "Top Kek V2"
  17432.  
  17433. TopKekV2.TextColor3 = Color3.new(0.666667, 0, 0)
  17434.  
  17435. TopKekV2.TextScaled = true
  17436.  
  17437. TopKekV2.TextSize = 14
  17438.  
  17439. TopKekV2.TextWrapped = true
  17440.  
  17441. TopKekV2.MouseButton1Down:connect(function()
  17442.  
  17443. loadstring(game:GetObjects("rbxassetid://391232552")[1].Source)()
  17444.  
  17445. end)
  17446.  
  17447.  
  17448.  
  17449. ScriptFrameText.Name = "ScriptFrameText"
  17450.  
  17451. ScriptFrameText.Parent = ScriptFrame
  17452.  
  17453. ScriptFrameText.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  17454.  
  17455. ScriptFrameText.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  17456.  
  17457. ScriptFrameText.Position = UDim2.new(0, 29, 0, 0)
  17458.  
  17459. ScriptFrameText.Size = UDim2.new(0, 200, 0, 50)
  17460.  
  17461. ScriptFrameText.Font = Enum.Font.SourceSansBold
  17462.  
  17463. ScriptFrameText.FontSize = Enum.FontSize.Size14
  17464.  
  17465. ScriptFrameText.Text = "Scripts"
  17466.  
  17467. ScriptFrameText.TextColor3 = Color3.new(0.666667, 0, 0)
  17468.  
  17469. ScriptFrameText.TextScaled = true
  17470.  
  17471. ScriptFrameText.TextSize = 14
  17472.  
  17473. ScriptFrameText.TextWrapped = true
  17474.  
  17475.  
  17476.  
  17477. ExecutionFrame.Name = "ExecutionFrame"
  17478.  
  17479. ExecutionFrame.Parent = SlappyGUIMenu
  17480.  
  17481. ExecutionFrame.Active = true
  17482.  
  17483. ExecutionFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17484.  
  17485. ExecutionFrame.Draggable = true
  17486.  
  17487. ExecutionFrame.Position = UDim2.new(0, 505, 0, 226)
  17488.  
  17489. ExecutionFrame.Selectable = true
  17490.  
  17491. ExecutionFrame.Size = UDim2.new(0, 758, 0, 462)
  17492.  
  17493. ExecutionFrame.Visible = false
  17494.  
  17495.  
  17496.  
  17497. ClearButton.Name = "ClearButton"
  17498.  
  17499. ClearButton.Parent = ExecutionFrame
  17500.  
  17501. ClearButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17502.  
  17503. ClearButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17504.  
  17505. ClearButton.Position = UDim2.new(0, 429, 0, 358)
  17506.  
  17507. ClearButton.Size = UDim2.new(0, 302, 0, 63)
  17508.  
  17509. ClearButton.Font = Enum.Font.SourceSansBold
  17510.  
  17511. ClearButton.FontSize = Enum.FontSize.Size14
  17512.  
  17513. ClearButton.Text = "Clear"
  17514.  
  17515. ClearButton.TextColor3 = Color3.new(0.666667, 0, 0)
  17516.  
  17517. ClearButton.TextScaled = true
  17518.  
  17519. ClearButton.TextSize = 14
  17520.  
  17521. ClearButton.TextWrapped = true
  17522.  
  17523. ClearButton.MouseButton1Click:connect(function()
  17524.  
  17525. ScriptExecutor.Text = ' '
  17526.  
  17527. end)
  17528.  
  17529.  
  17530.  
  17531. ExecuteButton.Name = "ExecuteButton"
  17532.  
  17533. ExecuteButton.Parent = ExecutionFrame
  17534.  
  17535. ExecuteButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17536.  
  17537. ExecuteButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17538.  
  17539. ExecuteButton.Position = UDim2.new(0, 26, 0, 358)
  17540.  
  17541. ExecuteButton.Size = UDim2.new(0, 302, 0, 63)
  17542.  
  17543. ExecuteButton.Font = Enum.Font.SourceSansBold
  17544.  
  17545. ExecuteButton.FontSize = Enum.FontSize.Size14
  17546.  
  17547. ExecuteButton.Text = "Execute"
  17548.  
  17549. ExecuteButton.TextColor3 = Color3.new(0.666667, 0, 0)
  17550.  
  17551. ExecuteButton.TextScaled = true
  17552.  
  17553. ExecuteButton.TextSize = 14
  17554.  
  17555. ExecuteButton.TextWrapped = true
  17556.  
  17557. ExecuteButton.MouseButton1Click:connect(function()
  17558.  
  17559. loadstring(ScriptExecutor.Text)()
  17560.  
  17561. end)
  17562.  
  17563.  
  17564.  
  17565. ExecutionExitButton.Name = "ExecutionExitButton"
  17566.  
  17567. ExecutionExitButton.Parent = ExecutionFrame
  17568.  
  17569. ExecutionExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17570.  
  17571. ExecutionExitButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17572.  
  17573. ExecutionExitButton.Position = UDim2.new(0, 342, 0, 358)
  17574.  
  17575. ExecutionExitButton.Size = UDim2.new(0, 75, 0, 63)
  17576.  
  17577. ExecutionExitButton.Font = Enum.Font.SourceSansBold
  17578.  
  17579. ExecutionExitButton.FontSize = Enum.FontSize.Size14
  17580.  
  17581. ExecutionExitButton.Text = "X"
  17582.  
  17583. ExecutionExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  17584.  
  17585. ExecutionExitButton.TextScaled = true
  17586.  
  17587. ExecutionExitButton.TextSize = 14
  17588.  
  17589. ExecutionExitButton.TextWrapped = true
  17590.  
  17591. ExecutionExitButton.MouseButton1Click:connect(function()
  17592.  
  17593. ExecutionFrame.Visible = false
  17594.  
  17595. MainFrame.Visible = true
  17596.  
  17597. end)
  17598.  
  17599.  
  17600.  
  17601. ScrollingFrame.Parent = ExecutionFrame
  17602.  
  17603. ScrollingFrame.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  17604.  
  17605. ScrollingFrame.Position = UDim2.new(0, 17, 0, 15)
  17606.  
  17607. ScrollingFrame.Size = UDim2.new(0, 724, 0, 318)
  17608.  
  17609. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  17610.  
  17611.  
  17612.  
  17613. InputScript.Name = "InputScript"
  17614.  
  17615. InputScript.Parent = ScrollingFrame
  17616.  
  17617. InputScript.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  17618.  
  17619. InputScript.BackgroundTransparency = 1
  17620.  
  17621. InputScript.BorderSizePixel = 0
  17622.  
  17623. InputScript.Size = UDim2.new(0, 707, 0, 999)
  17624.  
  17625. InputScript.Font = Enum.Font.SourceSans
  17626.  
  17627. InputScript.FontSize = Enum.FontSize.Size18
  17628.  
  17629. InputScript.Text = "Place Script Here"
  17630.  
  17631. InputScript.TextColor3 = Color3.new(1, 1, 1)
  17632.  
  17633. InputScript.TextSize = 17
  17634.  
  17635. InputScript.TextXAlignment = Enum.TextXAlignment.Left
  17636.  
  17637. InputScript.TextYAlignment = Enum.TextYAlignment.Top
  17638.  
  17639.  
  17640.  
  17641. GameScriptsFrame.Name = "GameScriptsFrame"
  17642.  
  17643. GameScriptsFrame.Parent = SlappyGUIMenu
  17644.  
  17645. GameScriptsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17646.  
  17647. GameScriptsFrame.Position = UDim2.new(0, 438, 0, 203)
  17648.  
  17649. GameScriptsFrame.Size = UDim2.new(0, 800, 0, 507)
  17650.  
  17651. GameScriptsFrame.Visible = false
  17652.  
  17653.  
  17654.  
  17655. Bar6.Name = "Bar6"
  17656.  
  17657. Bar6.Parent = GameScriptsFrame
  17658.  
  17659. Bar6.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17660.  
  17661. Bar6.BorderSizePixel = 0
  17662.  
  17663. Bar6.Position = UDim2.new(0, 0, 0, 49)
  17664.  
  17665. Bar6.Size = UDim2.new(0, 800, 0, 14)
  17666.  
  17667.  
  17668.  
  17669. Bar7.Name = "Bar7"
  17670.  
  17671. Bar7.Parent = GameScriptsFrame
  17672.  
  17673. Bar7.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  17674.  
  17675. Bar7.BorderSizePixel = 0
  17676.  
  17677. Bar7.Size = UDim2.new(0, 800, 0, 49)
  17678.  
  17679.  
  17680.  
  17681. GameScriptsName.Name = "GameScriptsName"
  17682.  
  17683. GameScriptsName.Parent = GameScriptsFrame
  17684.  
  17685. GameScriptsName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  17686.  
  17687. GameScriptsName.BorderSizePixel = 0
  17688.  
  17689. GameScriptsName.Position = UDim2.new(0, 37, 0, 0)
  17690.  
  17691. GameScriptsName.Size = UDim2.new(0, 200, 0, 50)
  17692.  
  17693. GameScriptsName.Font = Enum.Font.SourceSansBold
  17694.  
  17695. GameScriptsName.FontSize = Enum.FontSize.Size14
  17696.  
  17697. GameScriptsName.Text = "Slappy GUI"
  17698.  
  17699. GameScriptsName.TextColor3 = Color3.new(0.666667, 0, 0)
  17700.  
  17701. GameScriptsName.TextScaled = true
  17702.  
  17703. GameScriptsName.TextSize = 14
  17704.  
  17705. GameScriptsName.TextWrapped = true
  17706.  
  17707.  
  17708.  
  17709. GameScriptsExit.Name = "GameScriptsExit"
  17710.  
  17711. GameScriptsExit.Parent = GameScriptsFrame
  17712.  
  17713. GameScriptsExit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17714.  
  17715. GameScriptsExit.BorderSizePixel = 0
  17716.  
  17717. GameScriptsExit.Position = UDim2.new(0, 760, 0, 0)
  17718.  
  17719. GameScriptsExit.Size = UDim2.new(0, 40, 0, 50)
  17720.  
  17721. GameScriptsExit.Font = Enum.Font.SourceSansBold
  17722.  
  17723. GameScriptsExit.FontSize = Enum.FontSize.Size14
  17724.  
  17725. GameScriptsExit.Text = "X"
  17726.  
  17727. GameScriptsExit.TextColor3 = Color3.new(0.666667, 0, 0)
  17728.  
  17729. GameScriptsExit.TextScaled = true
  17730.  
  17731. GameScriptsExit.TextSize = 14
  17732.  
  17733. GameScriptsExit.TextWrapped = true
  17734.  
  17735. GameScriptsExit.MouseButton1Click:connect(function()
  17736.  
  17737. GameScriptsFrame.Visible = false
  17738.  
  17739. MainFrame.Visible = true
  17740.  
  17741. end)
  17742.  
  17743.  
  17744.  
  17745. LumberTycoon2.Name = "LumberTycoon2"
  17746.  
  17747. LumberTycoon2.Parent = GameScriptsFrame
  17748.  
  17749. LumberTycoon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  17750.  
  17751. LumberTycoon2.BorderSizePixel = 0
  17752.  
  17753. LumberTycoon2.Position = UDim2.new(0, 565, 0, 82)
  17754.  
  17755. LumberTycoon2.Size = UDim2.new(0, 200, 0, 50)
  17756.  
  17757. LumberTycoon2.Font = Enum.Font.SourceSansBold
  17758.  
  17759. LumberTycoon2.FontSize = Enum.FontSize.Size14
  17760.  
  17761. LumberTycoon2.Text = "Lumber Tycoon 2"
  17762.  
  17763. LumberTycoon2.TextColor3 = Color3.new(0.666667, 0, 0)
  17764.  
  17765. LumberTycoon2.TextScaled = true
  17766.  
  17767. LumberTycoon2.TextSize = 14
  17768.  
  17769. LumberTycoon2.TextWrapped = true
  17770.  
  17771.  
  17772.  
  17773. WHITELISTLT2.Name = "WHITELISTLT2"
  17774.  
  17775. WHITELISTLT2.Parent = GameScriptsFrame
  17776.  
  17777. WHITELISTLT2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17778.  
  17779. WHITELISTLT2.BorderSizePixel = 0
  17780.  
  17781. WHITELISTLT2.Position = UDim2.new(0, 565, 0, 155)
  17782.  
  17783. WHITELISTLT2.Size = UDim2.new(0, 200, 0, 50)
  17784.  
  17785. WHITELISTLT2.Font = Enum.Font.SourceSansBold
  17786.  
  17787. WHITELISTLT2.FontSize = Enum.FontSize.Size14
  17788.  
  17789. WHITELISTLT2.Text = "Get Whitelisted To All"
  17790.  
  17791. WHITELISTLT2.TextColor3 = Color3.new(0.666667, 0, 0)
  17792.  
  17793. WHITELISTLT2.TextScaled = true
  17794.  
  17795. WHITELISTLT2.TextSize = 14
  17796.  
  17797. WHITELISTLT2.TextWrapped = true
  17798.  
  17799. WHITELISTLT2.MouseButton1Down:connect(function()
  17800.  
  17801. local SpoofReturns = function(name,class,returns)
  17802.  
  17803. if name == "ClientIsWhitelisted" and returns[1] == false then
  17804.  
  17805. returns[1] = true
  17806.  
  17807. end
  17808.  
  17809. return unpack(returns)
  17810.  
  17811. end
  17812.  
  17813.  
  17814.  
  17815. local meta,oldmeta = getrawmetatable(game),{}
  17816.  
  17817. for i,v in next,meta do oldmeta[i] = v end
  17818.  
  17819. local realmethods = {}
  17820.  
  17821. realmethods.Fire = Instance.new("BindableEvent").Fire
  17822.  
  17823. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  17824.  
  17825. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  17826.  
  17827. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  17828.  
  17829. meta.__index = function(t,k)
  17830.  
  17831. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  17832.  
  17833. return function(self,...)
  17834.  
  17835. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  17836.  
  17837. end
  17838.  
  17839. else
  17840.  
  17841. return oldmeta.__index(t,k)
  17842.  
  17843. end
  17844.  
  17845. end
  17846.  
  17847.  
  17848.  
  17849. end)
  17850.  
  17851.  
  17852.  
  17853. PFAIMBOT.Name = "PFAIMBOT"
  17854.  
  17855. PFAIMBOT.Parent = GameScriptsFrame
  17856.  
  17857. PFAIMBOT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  17858.  
  17859. PFAIMBOT.BorderSizePixel = 0
  17860.  
  17861. PFAIMBOT.Position = UDim2.new(0, 300, 0, 225)
  17862.  
  17863. PFAIMBOT.Size = UDim2.new(0, 200, 0, 50)
  17864.  
  17865. PFAIMBOT.Font = Enum.Font.SourceSansBold
  17866.  
  17867. PFAIMBOT.FontSize = Enum.FontSize.Size14
  17868.  
  17869. PFAIMBOT.Text = "Aimbot"
  17870.  
  17871. PFAIMBOT.TextColor3 = Color3.new(0.666667, 0, 0)
  17872.  
  17873. PFAIMBOT.TextScaled = true
  17874.  
  17875. PFAIMBOT.TextSize = 14
  17876.  
  17877. PFAIMBOT.TextWrapped = true
  17878.  
  17879. PFAIMBOT.MouseButton1Down:connect(function()
  17880.  
  17881. ESP = true --Do you want ESP?
  17882.  
  17883. Aimbot = true --Do you want Aimbot?
  17884.  
  17885. IgnoreWalls = false --Do you want to shoot through walls?
  17886.  
  17887. _G.Legit = true --Do you always want to shoot headshots?
  17888.  
  17889.  
  17890.  
  17891. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  17892.  
  17893. SpecialSniper = {"BFG 50", "SFG 50"}
  17894.  
  17895. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  17896.  
  17897. SMG = {"SCAR-H", "AG-3", "M4A1", "G36C", "M4", "L22", "SCAR PDW", "SR-3M", "P90", "AUG A3 PARA", "AK12", "AN-94", "AS VAL", "SCAR-L", "AUG A1", "M16A4", "G36", "M16A3", "AUG A2", "FAMAS", "AK44", "AUG A3", "L85A2", "HONEY BADGER", "AK74", "AKM", "M231"}
  17898.  
  17899. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  17900.  
  17901. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  17902.  
  17903. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  17904.  
  17905. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  17906.  
  17907. Melee = {"KNIFE", "MACHETE"}
  17908.  
  17909.  
  17910.  
  17911. warn("Version: 1.0.0, Welcome To Project Bear's ESP, Report bugs to the Project Bear Discord.")
  17912.  
  17913.  
  17914.  
  17915.  
  17916.  
  17917. local camera = workspace.CurrentCamera
  17918.  
  17919. local ScreenX, ScreenY = workspace.CurrentCamera.ViewportSize.X, workspace.CurrentCamera.ViewportSize.Y
  17920.  
  17921. local inversePi = 1 / math.pi
  17922.  
  17923. _G.FOV = 9
  17924.  
  17925. local magic = _G.FOV*inversePi
  17926.  
  17927. _G.ignoreFOV = false
  17928.  
  17929. local aim_through_list = {nil, nil, nil}
  17930.  
  17931. local distance
  17932.  
  17933. local ignore
  17934.  
  17935. local distance2
  17936.  
  17937. Pixels = ScreenX * ScreenY
  17938.  
  17939. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  17940.  
  17941. Radius = math.sqrt(Pixels*magic)
  17942.  
  17943. local viable
  17944.  
  17945. local your_head = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Head")
  17946.  
  17947. local ray_start
  17948.  
  17949. local vector
  17950.  
  17951. _G.ignoreWalls = true
  17952.  
  17953. _G.ShootingTeam = false
  17954.  
  17955. local enabled = false
  17956.  
  17957. local target
  17958.  
  17959.  
  17960.  
  17961.  
  17962.  
  17963. local function ReturnF(player, bone)
  17964.  
  17965. if not bone and player.Character:FindFirstChild(bone) then
  17966.  
  17967. return {_, false}
  17968.  
  17969. end
  17970.  
  17971. return camera:WorldToScreenPoint(player.Character[bone].Position)
  17972.  
  17973. end
  17974.  
  17975. local function checksight(player)
  17976.  
  17977. local screen_position, in_fov = ReturnF(player, "Head") -- end my life
  17978.  
  17979. if not (in_fov or _G.ignoreFOV) then
  17980.  
  17981. return false
  17982.  
  17983. else -- bug here with fov checks
  17984.  
  17985. if (not _G.ignoreFOV) and (_G.FOV~=-1) then
  17986.  
  17987. local distance2 = (Vector2.new(screen_position.X, screen_position.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  17988.  
  17989. if distance2<=Radius then
  17990.  
  17991. return player, screen_position
  17992.  
  17993. end
  17994.  
  17995. return false
  17996.  
  17997. else
  17998.  
  17999. return player, screen_position
  18000.  
  18001. end
  18002.  
  18003. end
  18004.  
  18005. end
  18006.  
  18007.  
  18008.  
  18009.  
  18010.  
  18011. local function ViableP()
  18012.  
  18013. aim_through_list[1] = game:GetService("Players").LocalPlayer.Character
  18014.  
  18015. local distance = 1000
  18016.  
  18017. local closest_distance = 1000
  18018.  
  18019. local most_viable_player = nil
  18020.  
  18021. for i, player_being_checked in pairs(game:GetService("Players"):GetPlayers()) do
  18022.  
  18023. local player_or_false, targets_coordinates = checksight(player_being_checked)
  18024.  
  18025. if (player_or_false) then
  18026.  
  18027. local char = player_being_checked.Character
  18028.  
  18029. local target_torso = char and char:FindFirstChild "Torso"
  18030.  
  18031. if (camera.Focus.p - camera.CoordinateFrame.p).magnitude <= 1 then
  18032.  
  18033. ray_start = your_head.Position + your_head.CFrame.lookVector * 16 + Vector3.new(0, 4, 0)
  18034.  
  18035. else
  18036.  
  18037. ray_start = your_head.Position + Vector3.new(0, 4, 0)
  18038.  
  18039. end
  18040.  
  18041. if not targets_coordinates then
  18042.  
  18043. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  18044.  
  18045. else
  18046.  
  18047. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  18048.  
  18049. end
  18050.  
  18051. vector = (target_torso.Position - ray_start)
  18052.  
  18053. if char:FindFirstChild("Head") then
  18054.  
  18055. if (not targets_coordinates) or (distance <= closest_distance) then
  18056.  
  18057. local new_ray = Ray.new(ray_start, vector.unit * 1000) -- "fire" ray and make sure to ignore our own character
  18058.  
  18059. local hit, position = workspace:FindPartOnRayWithIgnoreList(new_ray, aim_through_list) -- check if the ray hit anything and if it's a descendant of the target's character
  18060.  
  18061. if (hit and hit:isDescendantOf(char)) or _G.ignoreWalls then
  18062.  
  18063. if char.HumanoidRootPart:FindFirstChild("ESP") then
  18064.  
  18065. if char.HumanoidRootPart.ESP.Frame.BackgroundColor3 == Color3.new(1, 0.666667, 0) or char.HumanoidRootPart.ESP.Frame.BackgroundColor3 == Color3.new(0, 1, 0.498039) then
  18066.  
  18067. closest_distance = distance
  18068.  
  18069. most_viable_player = player_being_checked
  18070.  
  18071. target = player_being_checked
  18072.  
  18073. else
  18074.  
  18075. if IgnoreWalls == false then
  18076.  
  18077. most_viable_player = nil
  18078.  
  18079. target = nil
  18080.  
  18081. elseif IgnoreWalls == true then
  18082.  
  18083. closest_distance = distance
  18084.  
  18085. most_viable_player = player_being_checked
  18086.  
  18087. target = player_being_checked
  18088.  
  18089.  
  18090.  
  18091. end
  18092.  
  18093. end
  18094.  
  18095. else
  18096.  
  18097.  
  18098.  
  18099. if IgnoreWalls == false then
  18100.  
  18101. most_viable_player = nil
  18102.  
  18103. target = nil
  18104.  
  18105. elseif IgnoreWalls == true then
  18106.  
  18107. closest_distance = distance
  18108.  
  18109. most_viable_player = player_being_checked
  18110.  
  18111. target = player_being_checked
  18112.  
  18113.  
  18114.  
  18115. end
  18116.  
  18117.  
  18118.  
  18119. end
  18120.  
  18121. else
  18122.  
  18123. most_viable_player = nil
  18124.  
  18125. target = nil
  18126.  
  18127. end -- hit or ignore walls
  18128.  
  18129. end -- meets distance or no priority
  18130.  
  18131. end
  18132.  
  18133. end
  18134.  
  18135. end
  18136.  
  18137. return most_viable_player
  18138.  
  18139. end
  18140.  
  18141.  
  18142.  
  18143.  
  18144.  
  18145.  
  18146.  
  18147.  
  18148.  
  18149.  
  18150.  
  18151. game:GetService("RunService").Heartbeat:connect(function()
  18152.  
  18153.  
  18154.  
  18155.  
  18156.  
  18157.  
  18158.  
  18159.  
  18160.  
  18161.  
  18162.  
  18163. if Aimbot == true then
  18164.  
  18165. ViableP()
  18166.  
  18167. workspace.DeadBody:ClearAllChildren()
  18168.  
  18169. wep = nil
  18170.  
  18171. for i,v in pairs(workspace.Camera:GetChildren()) do
  18172.  
  18173. if v:FindFirstChild("Flame") then
  18174.  
  18175. wep = v
  18176.  
  18177. break
  18178.  
  18179. end
  18180.  
  18181. end
  18182.  
  18183. if wep and target ~= nil then
  18184.  
  18185. if target.TeamColor ~= game:GetService("Players").LocalPlayer.TeamColor then
  18186.  
  18187. wep.Flame.Size = Vector3.new(1,5,1)
  18188.  
  18189. wep.Flame.Anchored = true
  18190.  
  18191. if target.Character:FindFirstChild("Head") then
  18192.  
  18193. if _G.Legit == false then
  18194.  
  18195. wep.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,1.9) -- this is where the magic is
  18196.  
  18197. elseif _G.Legit == true then
  18198.  
  18199. wep = false
  18200.  
  18201. Type = nil
  18202.  
  18203.  
  18204.  
  18205. Current = nil
  18206.  
  18207. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  18208.  
  18209. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  18210.  
  18211. if v:IsA("Model") then
  18212.  
  18213. if v:FindFirstChild("Flame") then
  18214.  
  18215. Current = v
  18216.  
  18217. break
  18218.  
  18219. end
  18220.  
  18221. end
  18222.  
  18223. end
  18224.  
  18225. end
  18226.  
  18227.  
  18228.  
  18229. if wep == false then
  18230.  
  18231. for i = 1,#LMG do
  18232.  
  18233. if Current ~= nil then
  18234.  
  18235. if LMG[i] == Current.Name then
  18236.  
  18237. wep = true
  18238.  
  18239. Type = "LMG"
  18240.  
  18241. break
  18242.  
  18243. end
  18244.  
  18245. end
  18246.  
  18247. end
  18248.  
  18249. end
  18250.  
  18251.  
  18252.  
  18253. if wep == false then
  18254.  
  18255. for i = 1,#SMG do
  18256.  
  18257. if Current ~= nil then
  18258.  
  18259. if SMG[i] == Current.Name then
  18260.  
  18261. wep = true
  18262.  
  18263. Type = "SMG"
  18264.  
  18265. break
  18266.  
  18267. end
  18268.  
  18269. end
  18270.  
  18271. end
  18272.  
  18273. end
  18274.  
  18275.  
  18276.  
  18277. if wep == false then
  18278.  
  18279. for i = 1,#WeakSMG do
  18280.  
  18281. if Current ~= nil then
  18282.  
  18283. if WeakSMG[i] == Current.Name then
  18284.  
  18285. wep = true
  18286.  
  18287. Type = "WeakSMG"
  18288.  
  18289. break
  18290.  
  18291. end
  18292.  
  18293. end
  18294.  
  18295. end
  18296.  
  18297. end
  18298.  
  18299.  
  18300.  
  18301. if wep == false then
  18302.  
  18303. for i = 1,#Other do
  18304.  
  18305. if Current ~= nil then
  18306.  
  18307. if Other[i] == Current.Name then
  18308.  
  18309. wep = true
  18310.  
  18311. Type = "Other"
  18312.  
  18313. break
  18314.  
  18315. end
  18316.  
  18317. end
  18318.  
  18319. end
  18320.  
  18321. end
  18322.  
  18323.  
  18324.  
  18325. if wep == false then
  18326.  
  18327. for i = 1,#ShotGun do
  18328.  
  18329. if Current ~= nil then
  18330.  
  18331. if ShotGun[i] == Current.Name then
  18332.  
  18333. wep = true
  18334.  
  18335. Type = "ShotGun"
  18336.  
  18337. break
  18338.  
  18339. end
  18340.  
  18341. end
  18342.  
  18343. end
  18344.  
  18345. end
  18346.  
  18347. if Type == nil then
  18348.  
  18349. random = math.random(1,3)
  18350.  
  18351. if random == 1 then
  18352.  
  18353. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18354.  
  18355. end
  18356.  
  18357. if random >= 2 and random <= 3 then
  18358.  
  18359. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18360.  
  18361. end
  18362.  
  18363. elseif Type == "LMG" then
  18364.  
  18365. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 150 then
  18366.  
  18367. random = math.random(1,6)
  18368.  
  18369. if random == 1 then
  18370.  
  18371. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18372.  
  18373. end
  18374.  
  18375. if random >= 2 and random <= 3 then
  18376.  
  18377. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18378.  
  18379. end
  18380.  
  18381. if random >= 4 and random <= 6 then
  18382.  
  18383. Current.Flame.CFrame = CFrame.new(0,0,0)
  18384.  
  18385. end
  18386.  
  18387. else
  18388.  
  18389. random = math.random(1,10)
  18390.  
  18391. if random == 1 then
  18392.  
  18393. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18394.  
  18395. end
  18396.  
  18397. if random >= 2 and random <= 3 then
  18398.  
  18399. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18400.  
  18401. end
  18402.  
  18403. if random >= 4 and random <= 10 then
  18404.  
  18405. Current.Flame.CFrame = CFrame.new(0,0,0)
  18406.  
  18407. end
  18408.  
  18409.  
  18410.  
  18411. end
  18412.  
  18413. elseif Type == "ShotGun" then
  18414.  
  18415. random = math.random(1,5)
  18416.  
  18417. if random == 1 then
  18418.  
  18419. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18420.  
  18421. end
  18422.  
  18423. if random >= 2 and random <= 3 then
  18424.  
  18425. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18426.  
  18427. end
  18428.  
  18429. if random >= 4 and random <= 5 then
  18430.  
  18431. Current.Flame.CFrame = CFrame.new(0,0,0)
  18432.  
  18433. end
  18434.  
  18435. elseif Type == "WeakSMG" or Type == "SMG" then
  18436.  
  18437. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 125 then
  18438.  
  18439. random = math.random(1,6)
  18440.  
  18441. if random == 1 then
  18442.  
  18443. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18444.  
  18445. end
  18446.  
  18447. if random >= 2 and random <= 3 then
  18448.  
  18449. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18450.  
  18451. end
  18452.  
  18453. if random >= 4 and random <= 6 then
  18454.  
  18455. Current.Flame.CFrame = CFrame.new(0,0,0)
  18456.  
  18457. end
  18458.  
  18459. else
  18460.  
  18461. random = math.random(1,8)
  18462.  
  18463. if random == 1 then
  18464.  
  18465. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18466.  
  18467. end
  18468.  
  18469. if random >= 2 and random <= 3 then
  18470.  
  18471. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18472.  
  18473. end
  18474.  
  18475. if random >= 4 and random <= 8 then
  18476.  
  18477. Current.Flame.CFrame = CFrame.new(0,0,0)
  18478.  
  18479. end
  18480.  
  18481.  
  18482.  
  18483. end
  18484.  
  18485. elseif Type == "Other" then
  18486.  
  18487. random = math.random(1,6)
  18488.  
  18489. if random == 1 then
  18490.  
  18491. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18492.  
  18493. end
  18494.  
  18495. if random >= 2 and random <= 4 then
  18496.  
  18497. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  18498.  
  18499. end
  18500.  
  18501. if random >= 5 and random <= 6 then
  18502.  
  18503. Current.Flame.CFrame = CFrame.new(0,0,0)
  18504.  
  18505. end
  18506.  
  18507. end
  18508.  
  18509. end
  18510.  
  18511. end
  18512.  
  18513. end
  18514.  
  18515. end
  18516.  
  18517. end
  18518.  
  18519.  
  18520.  
  18521.  
  18522.  
  18523.  
  18524.  
  18525.  
  18526.  
  18527.  
  18528.  
  18529. if ESP == true then
  18530.  
  18531. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  18532.  
  18533. pass = false
  18534.  
  18535. if workspace:FindFirstChild(v.Name) then
  18536.  
  18537. if v.Team == game:GetService("Players").LocalPlayer.Team then
  18538.  
  18539. if v.Character:FindFirstChild("HumanoidRootPart") then
  18540.  
  18541. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  18542.  
  18543. v.Character.HumanoidRootPart.ESP:Destroy()
  18544.  
  18545. end
  18546.  
  18547. end
  18548.  
  18549. end
  18550.  
  18551. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  18552.  
  18553. if v.Character:FindFirstChild("HumanoidRootPart") then
  18554.  
  18555. for i,v in pairs(v.Character:GetChildren()) do
  18556.  
  18557. if v:IsA("Model") then
  18558.  
  18559. pass = true
  18560.  
  18561. break
  18562.  
  18563. end
  18564.  
  18565. end
  18566.  
  18567.  
  18568.  
  18569. shirt = nil
  18570.  
  18571. passer = false
  18572.  
  18573. for i,v in pairs(v.Character:GetChildren()) do
  18574.  
  18575. if v:IsA("Shirt") then
  18576.  
  18577. shirt = v
  18578.  
  18579. break
  18580.  
  18581. end
  18582.  
  18583. end
  18584.  
  18585.  
  18586.  
  18587. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  18588.  
  18589. if v:IsA("Shirt") then
  18590.  
  18591. if shirt ~= nil then
  18592.  
  18593. if v.Name ~= shirt.Name then
  18594.  
  18595. passer = true
  18596.  
  18597. break
  18598.  
  18599. end
  18600.  
  18601. end
  18602.  
  18603. end
  18604.  
  18605. end
  18606.  
  18607.  
  18608.  
  18609. if passer == true then
  18610.  
  18611. if v.Character:FindFirstChild("HumanoidRootPart") then
  18612.  
  18613. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  18614.  
  18615.  
  18616.  
  18617. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  18618.  
  18619.  
  18620.  
  18621. hitting = false
  18622.  
  18623.  
  18624.  
  18625.  
  18626.  
  18627. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  18628.  
  18629. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  18630.  
  18631. if part then
  18632.  
  18633. if part.Parent == v.Character then
  18634.  
  18635. hitting = true
  18636.  
  18637. end
  18638.  
  18639. end
  18640.  
  18641. if hitting == false then
  18642.  
  18643. elseif hitting == true then
  18644.  
  18645. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  18646.  
  18647. end
  18648.  
  18649.  
  18650.  
  18651. if hitting == false then
  18652.  
  18653. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  18654.  
  18655. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  18656.  
  18657. if part then
  18658.  
  18659. if part.Parent == v.Character then
  18660.  
  18661. hitting = true
  18662.  
  18663. end
  18664.  
  18665. end
  18666.  
  18667. if hitting == false then
  18668.  
  18669. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  18670.  
  18671. elseif hitting == true then
  18672.  
  18673. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  18674.  
  18675. end
  18676.  
  18677.  
  18678.  
  18679. if hitting == false then
  18680.  
  18681. elseif hitting == true then
  18682.  
  18683. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  18684.  
  18685. end
  18686.  
  18687.  
  18688.  
  18689.  
  18690.  
  18691.  
  18692.  
  18693.  
  18694.  
  18695.  
  18696.  
  18697.  
  18698.  
  18699.  
  18700.  
  18701.  
  18702.  
  18703.  
  18704.  
  18705.  
  18706.  
  18707.  
  18708.  
  18709. if hitting == false then
  18710.  
  18711. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  18712.  
  18713. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  18714.  
  18715. if part then
  18716.  
  18717. if part:IsA("BasePart") then
  18718.  
  18719.  
  18720.  
  18721. CurrentGun = nil
  18722.  
  18723. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  18724.  
  18725. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  18726.  
  18727. if v:IsA("Model") then
  18728.  
  18729. if v:FindFirstChild("Flame") then
  18730.  
  18731. CurrentGun = v
  18732.  
  18733. break
  18734.  
  18735. end
  18736.  
  18737. end
  18738.  
  18739. end
  18740.  
  18741. end
  18742.  
  18743.  
  18744.  
  18745. found = false
  18746.  
  18747.  
  18748.  
  18749. if found == false then
  18750.  
  18751. for i = 1,#Sniper do
  18752.  
  18753. if CurrentGun ~= nil then
  18754.  
  18755. if Sniper[i] == CurrentGun.Name then
  18756.  
  18757. found = true
  18758.  
  18759. Min = 2.75
  18760.  
  18761. Max = 3
  18762.  
  18763. break
  18764.  
  18765. end
  18766.  
  18767. end
  18768.  
  18769. end
  18770.  
  18771. end
  18772.  
  18773.  
  18774.  
  18775. if found == false then
  18776.  
  18777. for i = 1,#SpecialSniper do
  18778.  
  18779. if CurrentGun ~= nil then
  18780.  
  18781. if SpecialSniper[i] == CurrentGun.Name then
  18782.  
  18783. found = true
  18784.  
  18785. Min = 3.25
  18786.  
  18787. Max = 3.5
  18788.  
  18789. break
  18790.  
  18791. end
  18792.  
  18793. end
  18794.  
  18795. end
  18796.  
  18797. end
  18798.  
  18799.  
  18800.  
  18801. if found == false then
  18802.  
  18803. for i = 1,#WeakSniper do
  18804.  
  18805. if CurrentGun ~= nil then
  18806.  
  18807. if WeakSniper[i] == CurrentGun.Name then
  18808.  
  18809. found = true
  18810.  
  18811. Min = 2.75
  18812.  
  18813. Max = 3
  18814.  
  18815. break
  18816.  
  18817. end
  18818.  
  18819. end
  18820.  
  18821. end
  18822.  
  18823. end
  18824.  
  18825.  
  18826.  
  18827. if found == false then
  18828.  
  18829. for i = 1,#WeakSMG do
  18830.  
  18831. if CurrentGun ~= nil then
  18832.  
  18833. if WeakSMG[i] == CurrentGun.Name then
  18834.  
  18835. found = true
  18836.  
  18837. Min = 2.25
  18838.  
  18839. Max = 3
  18840.  
  18841. break
  18842.  
  18843. end
  18844.  
  18845. end
  18846.  
  18847. end
  18848.  
  18849. end
  18850.  
  18851.  
  18852.  
  18853. if found == false then
  18854.  
  18855. for i = 1,#SMG do
  18856.  
  18857. if CurrentGun ~= nil then
  18858.  
  18859. if SMG[i] == CurrentGun.Name then
  18860.  
  18861. found = true
  18862.  
  18863. Min = 2.5
  18864.  
  18865. Max = 3
  18866.  
  18867. break
  18868.  
  18869. end
  18870.  
  18871. end
  18872.  
  18873. end
  18874.  
  18875. end
  18876.  
  18877.  
  18878.  
  18879. if found == false then
  18880.  
  18881. for i = 1,#ShotGun do
  18882.  
  18883. if CurrentGun ~= nil then
  18884.  
  18885. if ShotGun[i] == CurrentGun.Name then
  18886.  
  18887. found = true
  18888.  
  18889. Min = 2.75
  18890.  
  18891. Max = 3
  18892.  
  18893. break
  18894.  
  18895. end
  18896.  
  18897. end
  18898.  
  18899. end
  18900.  
  18901. end
  18902.  
  18903.  
  18904.  
  18905. if found == false then
  18906.  
  18907. for i = 1,#LMG do
  18908.  
  18909. if CurrentGun ~= nil then
  18910.  
  18911. if LMG[i] == CurrentGun.Name then
  18912.  
  18913. found = true
  18914.  
  18915. Min = 2.5
  18916.  
  18917. Max = 3
  18918.  
  18919. break
  18920.  
  18921. end
  18922.  
  18923. end
  18924.  
  18925. end
  18926.  
  18927. end
  18928.  
  18929.  
  18930.  
  18931. if found == false then
  18932.  
  18933. for i = 1,#Other do
  18934.  
  18935. if CurrentGun ~= nil then
  18936.  
  18937. if Other[i] == CurrentGun.Name then
  18938.  
  18939. found = true
  18940.  
  18941. Min = 0
  18942.  
  18943. Max = 0
  18944.  
  18945. break
  18946.  
  18947. end
  18948.  
  18949. end
  18950.  
  18951. end
  18952.  
  18953. end
  18954.  
  18955.  
  18956.  
  18957. if found == false then
  18958.  
  18959. for i = 1,#Melee do
  18960.  
  18961. if CurrentGun ~= nil then
  18962.  
  18963. if Melee[i] == CurrentGun.Name then
  18964.  
  18965. found = true
  18966.  
  18967. Min = 0
  18968.  
  18969. Max = 0
  18970.  
  18971. break
  18972.  
  18973. end
  18974.  
  18975. end
  18976.  
  18977. end
  18978.  
  18979. end
  18980.  
  18981.  
  18982.  
  18983. if found == false then
  18984.  
  18985. Min = 0
  18986.  
  18987. Max = 0
  18988.  
  18989. end
  18990.  
  18991.  
  18992.  
  18993. if part.Parent.Name == "Map" then
  18994.  
  18995. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  18996.  
  18997. hitting = true
  18998.  
  18999. parter = part
  19000.  
  19001. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  19002.  
  19003. hitting = true
  19004.  
  19005. parter = part
  19006.  
  19007. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  19008.  
  19009. hitting = true
  19010.  
  19011. parter = part
  19012.  
  19013. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  19014.  
  19015. hitting = true
  19016.  
  19017. parter = part
  19018.  
  19019. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  19020.  
  19021. hitting = true
  19022.  
  19023. parter = part
  19024.  
  19025. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  19026.  
  19027. hitting = true
  19028.  
  19029. parter = part
  19030.  
  19031. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  19032.  
  19033. hitting = true
  19034.  
  19035. parter = part
  19036.  
  19037. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  19038.  
  19039. hitting = true
  19040.  
  19041. parter = part
  19042.  
  19043. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19044.  
  19045. hitting = true
  19046.  
  19047. parter = part
  19048.  
  19049. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  19050.  
  19051. hitting = true
  19052.  
  19053. parter = part
  19054.  
  19055. end
  19056.  
  19057. end
  19058.  
  19059. end
  19060.  
  19061. end
  19062.  
  19063. if hitting == true then
  19064.  
  19065. hitting = false
  19066.  
  19067. part = parter
  19068.  
  19069. list = {}
  19070.  
  19071. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  19072.  
  19073. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  19074.  
  19075. Reg = Region3.new(pos1, pos2)
  19076.  
  19077. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  19078.  
  19079. o = 1
  19080.  
  19081. if TouchingParts ~= nil then
  19082.  
  19083. for i,v in pairs(TouchingParts) do
  19084.  
  19085. if v ~= parter then
  19086.  
  19087.  
  19088.  
  19089.  
  19090.  
  19091. part = v
  19092.  
  19093. if part.Parent.Name == "Map" then
  19094.  
  19095. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19096.  
  19097. hitting = true
  19098.  
  19099. parter = part
  19100.  
  19101. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  19102.  
  19103. hitting = true
  19104.  
  19105. parter = part
  19106.  
  19107. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  19108.  
  19109. hitting = true
  19110.  
  19111. parter = part
  19112.  
  19113. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  19114.  
  19115. hitting = true
  19116.  
  19117. parter = part
  19118.  
  19119. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  19120.  
  19121. hitting = true
  19122.  
  19123. parter = part
  19124.  
  19125. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  19126.  
  19127. hitting = true
  19128.  
  19129. parter = part
  19130.  
  19131. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  19132.  
  19133. hitting = true
  19134.  
  19135. parter = part
  19136.  
  19137. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  19138.  
  19139. hitting = true
  19140.  
  19141. parter = part
  19142.  
  19143. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19144.  
  19145. hitting = true
  19146.  
  19147. parter = part
  19148.  
  19149. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  19150.  
  19151. hitting = true
  19152.  
  19153. parter = part
  19154.  
  19155. end
  19156.  
  19157. end
  19158.  
  19159.  
  19160.  
  19161.  
  19162.  
  19163. if hitting == true then
  19164.  
  19165. table.insert(list, o, v)
  19166.  
  19167. o = o + 1
  19168.  
  19169. end
  19170.  
  19171. end
  19172.  
  19173. end
  19174.  
  19175. end
  19176.  
  19177.  
  19178.  
  19179. hitting = false
  19180.  
  19181.  
  19182.  
  19183. part = parter
  19184.  
  19185.  
  19186.  
  19187. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  19188.  
  19189. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  19190.  
  19191.  
  19192.  
  19193. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  19194.  
  19195. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  19196.  
  19197. if part then
  19198.  
  19199. if part.Parent == v.Character then
  19200.  
  19201. hitting = true
  19202.  
  19203. end
  19204.  
  19205. end
  19206.  
  19207. if hitting == false then
  19208.  
  19209. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19210.  
  19211. elseif hitting == true then
  19212.  
  19213. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  19214.  
  19215. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  19216.  
  19217. else
  19218.  
  19219. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19220.  
  19221. end
  19222.  
  19223. end
  19224.  
  19225.  
  19226.  
  19227. elseif hitting == false then
  19228.  
  19229. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19230.  
  19231. end
  19232.  
  19233. end
  19234.  
  19235.  
  19236.  
  19237.  
  19238.  
  19239.  
  19240.  
  19241.  
  19242.  
  19243.  
  19244.  
  19245.  
  19246.  
  19247.  
  19248.  
  19249.  
  19250.  
  19251.  
  19252.  
  19253.  
  19254.  
  19255. if hitting == false then
  19256.  
  19257. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  19258.  
  19259. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  19260.  
  19261. if part then
  19262.  
  19263. if part:IsA("BasePart") then
  19264.  
  19265.  
  19266.  
  19267. CurrentGun = nil
  19268.  
  19269. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  19270.  
  19271. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  19272.  
  19273. if v:IsA("Model") then
  19274.  
  19275. if v:FindFirstChild("Flame") then
  19276.  
  19277. CurrentGun = v
  19278.  
  19279. break
  19280.  
  19281. end
  19282.  
  19283. end
  19284.  
  19285. end
  19286.  
  19287. end
  19288.  
  19289.  
  19290.  
  19291. found = false
  19292.  
  19293.  
  19294.  
  19295. if found == false then
  19296.  
  19297. for i = 1,#Sniper do
  19298.  
  19299. if CurrentGun ~= nil then
  19300.  
  19301. if Sniper[i] == CurrentGun.Name then
  19302.  
  19303. found = true
  19304.  
  19305. Min = 2.75
  19306.  
  19307. Max = 3
  19308.  
  19309. break
  19310.  
  19311. end
  19312.  
  19313. end
  19314.  
  19315. end
  19316.  
  19317. end
  19318.  
  19319.  
  19320.  
  19321. if found == false then
  19322.  
  19323. for i = 1,#SpecialSniper do
  19324.  
  19325. if CurrentGun ~= nil then
  19326.  
  19327. if SpecialSniper[i] == CurrentGun.Name then
  19328.  
  19329. found = true
  19330.  
  19331. Min = 3.25
  19332.  
  19333. Max = 3.5
  19334.  
  19335. break
  19336.  
  19337. end
  19338.  
  19339. end
  19340.  
  19341. end
  19342.  
  19343. end
  19344.  
  19345.  
  19346.  
  19347. if found == false then
  19348.  
  19349. for i = 1,#WeakSniper do
  19350.  
  19351. if CurrentGun ~= nil then
  19352.  
  19353. if WeakSniper[i] == CurrentGun.Name then
  19354.  
  19355. found = true
  19356.  
  19357. Min = 2.75
  19358.  
  19359. Max = 3
  19360.  
  19361. break
  19362.  
  19363. end
  19364.  
  19365. end
  19366.  
  19367. end
  19368.  
  19369. end
  19370.  
  19371.  
  19372.  
  19373. if found == false then
  19374.  
  19375. for i = 1,#WeakSMG do
  19376.  
  19377. if CurrentGun ~= nil then
  19378.  
  19379. if WeakSMG[i] == CurrentGun.Name then
  19380.  
  19381. found = true
  19382.  
  19383. Min = 2.25
  19384.  
  19385. Max = 3
  19386.  
  19387. break
  19388.  
  19389. end
  19390.  
  19391. end
  19392.  
  19393. end
  19394.  
  19395. end
  19396.  
  19397.  
  19398.  
  19399. if found == false then
  19400.  
  19401. for i = 1,#SMG do
  19402.  
  19403. if CurrentGun ~= nil then
  19404.  
  19405. if SMG[i] == CurrentGun.Name then
  19406.  
  19407. found = true
  19408.  
  19409. Min = 2.5
  19410.  
  19411. Max = 3
  19412.  
  19413. break
  19414.  
  19415. end
  19416.  
  19417. end
  19418.  
  19419. end
  19420.  
  19421. end
  19422.  
  19423.  
  19424.  
  19425. if found == false then
  19426.  
  19427. for i = 1,#ShotGun do
  19428.  
  19429. if CurrentGun ~= nil then
  19430.  
  19431. if ShotGun[i] == CurrentGun.Name then
  19432.  
  19433. found = true
  19434.  
  19435. Min = 2.75
  19436.  
  19437. Max = 3
  19438.  
  19439. break
  19440.  
  19441. end
  19442.  
  19443. end
  19444.  
  19445. end
  19446.  
  19447. end
  19448.  
  19449.  
  19450.  
  19451. if found == false then
  19452.  
  19453. for i = 1,#LMG do
  19454.  
  19455. if CurrentGun ~= nil then
  19456.  
  19457. if LMG[i] == CurrentGun.Name then
  19458.  
  19459. found = true
  19460.  
  19461. Min = 2.5
  19462.  
  19463. Max = 3
  19464.  
  19465. break
  19466.  
  19467. end
  19468.  
  19469. end
  19470.  
  19471. end
  19472.  
  19473. end
  19474.  
  19475.  
  19476.  
  19477. if found == false then
  19478.  
  19479. for i = 1,#Other do
  19480.  
  19481. if CurrentGun ~= nil then
  19482.  
  19483. if Other[i] == CurrentGun.Name then
  19484.  
  19485. found = true
  19486.  
  19487. Min = 0
  19488.  
  19489. Max = 0
  19490.  
  19491. break
  19492.  
  19493. end
  19494.  
  19495. end
  19496.  
  19497. end
  19498.  
  19499. end
  19500.  
  19501.  
  19502.  
  19503. if found == false then
  19504.  
  19505. for i = 1,#Melee do
  19506.  
  19507. if CurrentGun ~= nil then
  19508.  
  19509. if Melee[i] == CurrentGun.Name then
  19510.  
  19511. found = true
  19512.  
  19513. Min = 0
  19514.  
  19515. Max = 0
  19516.  
  19517. break
  19518.  
  19519. end
  19520.  
  19521. end
  19522.  
  19523. end
  19524.  
  19525. end
  19526.  
  19527.  
  19528.  
  19529. if found == false then
  19530.  
  19531. Min = 0
  19532.  
  19533. Max = 0
  19534.  
  19535. end
  19536.  
  19537.  
  19538.  
  19539. if part.Parent.Name == "Map" then
  19540.  
  19541. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19542.  
  19543. hitting = true
  19544.  
  19545. parter = part
  19546.  
  19547. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  19548.  
  19549. hitting = true
  19550.  
  19551. parter = part
  19552.  
  19553. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  19554.  
  19555. hitting = true
  19556.  
  19557. parter = part
  19558.  
  19559. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  19560.  
  19561. hitting = true
  19562.  
  19563. parter = part
  19564.  
  19565. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  19566.  
  19567. hitting = true
  19568.  
  19569. parter = part
  19570.  
  19571. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  19572.  
  19573. hitting = true
  19574.  
  19575. parter = part
  19576.  
  19577. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  19578.  
  19579. hitting = true
  19580.  
  19581. parter = part
  19582.  
  19583. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  19584.  
  19585. hitting = true
  19586.  
  19587. parter = part
  19588.  
  19589. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19590.  
  19591. hitting = true
  19592.  
  19593. parter = part
  19594.  
  19595. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  19596.  
  19597. hitting = true
  19598.  
  19599. parter = part
  19600.  
  19601. end
  19602.  
  19603. end
  19604.  
  19605. end
  19606.  
  19607. end
  19608.  
  19609. if hitting == true then
  19610.  
  19611. hitting = false
  19612.  
  19613. part = parter
  19614.  
  19615. list = {}
  19616.  
  19617. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  19618.  
  19619. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  19620.  
  19621. Reg = Region3.new(pos1, pos2)
  19622.  
  19623. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  19624.  
  19625. o = 1
  19626.  
  19627. if TouchingParts ~= nil then
  19628.  
  19629. for i,v in pairs(TouchingParts) do
  19630.  
  19631. if v ~= parter then
  19632.  
  19633.  
  19634.  
  19635.  
  19636.  
  19637. part = v
  19638.  
  19639. if part.Parent.Name == "Map" then
  19640.  
  19641. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19642.  
  19643. hitting = true
  19644.  
  19645. parter = part
  19646.  
  19647. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  19648.  
  19649. hitting = true
  19650.  
  19651. parter = part
  19652.  
  19653. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  19654.  
  19655. hitting = true
  19656.  
  19657. parter = part
  19658.  
  19659. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  19660.  
  19661. hitting = true
  19662.  
  19663. parter = part
  19664.  
  19665. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  19666.  
  19667. hitting = true
  19668.  
  19669. parter = part
  19670.  
  19671. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  19672.  
  19673. hitting = true
  19674.  
  19675. parter = part
  19676.  
  19677. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  19678.  
  19679. hitting = true
  19680.  
  19681. parter = part
  19682.  
  19683. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  19684.  
  19685. hitting = true
  19686.  
  19687. parter = part
  19688.  
  19689. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  19690.  
  19691. hitting = true
  19692.  
  19693. parter = part
  19694.  
  19695. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  19696.  
  19697. hitting = true
  19698.  
  19699. parter = part
  19700.  
  19701. end
  19702.  
  19703. end
  19704.  
  19705.  
  19706.  
  19707.  
  19708.  
  19709. if hitting == true then
  19710.  
  19711. table.insert(list, o, v)
  19712.  
  19713. o = o + 1
  19714.  
  19715. end
  19716.  
  19717. end
  19718.  
  19719. end
  19720.  
  19721. end
  19722.  
  19723.  
  19724.  
  19725. hitting = false
  19726.  
  19727.  
  19728.  
  19729. part = parter
  19730.  
  19731.  
  19732.  
  19733. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  19734.  
  19735. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  19736.  
  19737.  
  19738.  
  19739. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  19740.  
  19741. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  19742.  
  19743. if part then
  19744.  
  19745. if part.Parent == v.Character then
  19746.  
  19747. hitting = true
  19748.  
  19749. end
  19750.  
  19751. end
  19752.  
  19753. if hitting == false then
  19754.  
  19755. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19756.  
  19757. elseif hitting == true then
  19758.  
  19759. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  19760.  
  19761. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  19762.  
  19763. else
  19764.  
  19765. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19766.  
  19767. end
  19768.  
  19769. end
  19770.  
  19771.  
  19772.  
  19773. elseif hitting == false then
  19774.  
  19775. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  19776.  
  19777. end
  19778.  
  19779. end
  19780.  
  19781. end
  19782.  
  19783.  
  19784.  
  19785.  
  19786.  
  19787.  
  19788.  
  19789. elseif pass == true then
  19790.  
  19791. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  19792.  
  19793. ESP.Name = "ESP"
  19794.  
  19795. ESP.Size = UDim2.new(6, 0, 8, 0)
  19796.  
  19797. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  19798.  
  19799. ESP.AlwaysOnTop = true
  19800.  
  19801. local Frame = Instance.new("Frame",ESP)
  19802.  
  19803. Frame.ZIndex = 1000
  19804.  
  19805. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  19806.  
  19807. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  19808.  
  19809. Frame.BorderSizePixel = 3
  19810.  
  19811. Frame.BackgroundTransparency = 0.3
  19812.  
  19813. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  19814.  
  19815. Label = Instance.new("TextLabel", ESP)
  19816.  
  19817. Label.Position = UDim2.new(0, 0, -0.1, 0)
  19818.  
  19819. Label.Size = UDim2.new(1, 0, 0.3, 0)
  19820.  
  19821. Label.Font = "SourceSansLight"
  19822.  
  19823. Label.TextColor3 = Color3.new(1,1,1)
  19824.  
  19825. Label.TextStrokeColor3 = Color3.new(0,0,0)
  19826.  
  19827. Label.TextStrokeTransparency = 0
  19828.  
  19829. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  19830.  
  19831. Label.TextScaled = true
  19832.  
  19833. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  19834.  
  19835. Label.BackgroundTransparency = 1
  19836.  
  19837. end
  19838.  
  19839. end
  19840.  
  19841. end
  19842.  
  19843. end
  19844.  
  19845. end
  19846.  
  19847. end
  19848.  
  19849. end
  19850.  
  19851. end
  19852.  
  19853. end)
  19854.  
  19855. end)
  19856.  
  19857.  
  19858.  
  19859. JPWSPF.Name = "JPWSPF"
  19860.  
  19861. JPWSPF.Parent = GameScriptsFrame
  19862.  
  19863. JPWSPF.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  19864.  
  19865. JPWSPF.BorderSizePixel = 0
  19866.  
  19867. JPWSPF.Position = UDim2.new(0, 300, 0, 295)
  19868.  
  19869. JPWSPF.Size = UDim2.new(0, 200, 0, 50)
  19870.  
  19871. JPWSPF.Font = Enum.Font.SourceSansBold
  19872.  
  19873. JPWSPF.FontSize = Enum.FontSize.Size14
  19874.  
  19875. JPWSPF.Text = "Jump Height And Walk Speed"
  19876.  
  19877. JPWSPF.TextColor3 = Color3.new(0.666667, 0, 0)
  19878.  
  19879. JPWSPF.TextScaled = true
  19880.  
  19881. JPWSPF.TextSize = 14
  19882.  
  19883. JPWSPF.TextWrapped = true
  19884.  
  19885. JPWSPF.MouseButton1Down:connect(function()
  19886.  
  19887. humanoid = game.Players.LocalPlayer.Character.Humanoid
  19888.  
  19889. copy = game.Players.LocalPlayer.Character.Humanoid:clone()
  19890.  
  19891. humanoid:remove()
  19892.  
  19893. copy.Parent = game.Players.LocalPlayer.Character
  19894.  
  19895. copy.WalkSpeed = 100
  19896.  
  19897. copy.JumpPower = 100
  19898.  
  19899. end)
  19900.  
  19901.  
  19902.  
  19903. Jailbreak.Name = "Jailbreak"
  19904.  
  19905. Jailbreak.Parent = GameScriptsFrame
  19906.  
  19907. Jailbreak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19908.  
  19909. Jailbreak.BorderSizePixel = 0
  19910.  
  19911. Jailbreak.Position = UDim2.new(0, 35, 0, 85)
  19912.  
  19913. Jailbreak.Size = UDim2.new(0, 200, 0, 50)
  19914.  
  19915. Jailbreak.Font = Enum.Font.SourceSansBold
  19916.  
  19917. Jailbreak.FontSize = Enum.FontSize.Size14
  19918.  
  19919. Jailbreak.Text = "Jailbreak"
  19920.  
  19921. Jailbreak.TextColor3 = Color3.new(0.666667, 0, 0)
  19922.  
  19923. Jailbreak.TextScaled = true
  19924.  
  19925. Jailbreak.TextSize = 14
  19926.  
  19927. Jailbreak.TextWrapped = true
  19928.  
  19929.  
  19930.  
  19931. UJB.Name = "UJB"
  19932.  
  19933. UJB.Parent = GameScriptsFrame
  19934.  
  19935. UJB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  19936.  
  19937. UJB.BorderSizePixel = 0
  19938.  
  19939. UJB.Position = UDim2.new(0, 35, 0, 155)
  19940.  
  19941. UJB.Size = UDim2.new(0, 200, 0, 50)
  19942.  
  19943. UJB.Font = Enum.Font.SourceSansBold
  19944.  
  19945. UJB.FontSize = Enum.FontSize.Size14
  19946.  
  19947. UJB.Text = "UnJailbroken 0.6"
  19948.  
  19949. UJB.TextColor3 = Color3.new(0.666667, 0, 0)
  19950.  
  19951. UJB.TextScaled = true
  19952.  
  19953. UJB.TextSize = 14
  19954.  
  19955. UJB.TextWrapped = true
  19956.  
  19957. UJB.MouseButton1Down:connect(function()
  19958.  
  19959. loadstring(game:GetObjects("rbxassetid://1014504414")[1].Source)()
  19960.  
  19961. end)
  19962.  
  19963.  
  19964.  
  19965. JB25.Name = "JB25"
  19966.  
  19967. JB25.Parent = GameScriptsFrame
  19968.  
  19969. JB25.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  19970.  
  19971. JB25.BorderSizePixel = 0
  19972.  
  19973. JB25.Position = UDim2.new(0, 35, 0, 225)
  19974.  
  19975. JB25.Size = UDim2.new(0, 200, 0, 50)
  19976.  
  19977. JB25.Font = Enum.Font.SourceSansBold
  19978.  
  19979. JB25.FontSize = Enum.FontSize.Size14
  19980.  
  19981. JB25.Text = "Jailbroken 2.5"
  19982.  
  19983. JB25.TextColor3 = Color3.new(0.666667, 0, 0)
  19984.  
  19985. JB25.TextScaled = true
  19986.  
  19987. JB25.TextSize = 14
  19988.  
  19989. JB25.TextWrapped = true
  19990.  
  19991. JB25.MouseButton1Down:connect(function()
  19992.  
  19993. -- Objects-- Created by Excrio - v2.5
  19994.  
  19995. -- v2.5 Notes
  19996.  
  19997. -- Added player teleporting!
  19998.  
  19999. -- Redid the UI - New font & sizes
  20000.  
  20001. -- Bug fixes and more!
  20002.  
  20003.  
  20004.  
  20005. -- GUI Creation
  20006.  
  20007.  
  20008.  
  20009. local JailbreakBroken = Instance.new("ScreenGui")
  20010.  
  20011. local UI = Instance.new("Frame")
  20012.  
  20013. local Part = Instance.new("Frame")
  20014.  
  20015. local Frame = Instance.new("Frame")
  20016.  
  20017. local Unimportant = Instance.new("TextLabel")
  20018.  
  20019. local Unimportant2 = Instance.new("TextLabel")
  20020.  
  20021. local TPBFrame = Instance.new("Frame")
  20022.  
  20023. local Bank = Instance.new("TextButton")
  20024.  
  20025. local Frame_2 = Instance.new("Frame")
  20026.  
  20027. local CrimBase1 = Instance.new("TextButton")
  20028.  
  20029. local Frame_3 = Instance.new("Frame")
  20030.  
  20031. local CrimBase2 = Instance.new("TextButton")
  20032.  
  20033. local Frame_4 = Instance.new("Frame")
  20034.  
  20035. local PTP = Instance.new("TextButton")
  20036.  
  20037. local Frame_5 = Instance.new("Frame")
  20038.  
  20039. local Helipad1 = Instance.new("TextButton")
  20040.  
  20041. local Frame_6 = Instance.new("Frame")
  20042.  
  20043. local Helipad2 = Instance.new("TextButton")
  20044.  
  20045. local Frame_7 = Instance.new("Frame")
  20046.  
  20047. local Jail = Instance.new("TextButton")
  20048.  
  20049. local Frame_8 = Instance.new("Frame")
  20050.  
  20051. local Jewlery = Instance.new("TextButton")
  20052.  
  20053. local Frame_9 = Instance.new("Frame")
  20054.  
  20055. local Police = Instance.new("TextButton")
  20056.  
  20057. local Frame_10 = Instance.new("Frame")
  20058.  
  20059. local Vault = Instance.new("TextButton")
  20060.  
  20061. local Frame_11 = Instance.new("Frame")
  20062.  
  20063. local sframe = Instance.new("ScrollingFrame")
  20064.  
  20065. local Garage = Instance.new("TextButton")
  20066.  
  20067. local Frame_12 = Instance.new("Frame")
  20068.  
  20069. local SPlayer = Instance.new("TextLabel")
  20070.  
  20071. local Frame_13 = Instance.new("Frame")
  20072.  
  20073. local Teleports = Instance.new("TextButton")
  20074.  
  20075. local Frame_14 = Instance.new("Frame")
  20076.  
  20077. local FBFrame = Instance.new("Frame")
  20078.  
  20079. local Noclipp = Instance.new("TextButton")
  20080.  
  20081. local Frame_15 = Instance.new("Frame")
  20082.  
  20083. local God = Instance.new("TextButton")
  20084.  
  20085. local Frame_16 = Instance.new("Frame")
  20086.  
  20087. local Arrest = Instance.new("TextButton")
  20088.  
  20089. local Frame_17 = Instance.new("Frame")
  20090.  
  20091. local cframe = Instance.new("Frame")
  20092.  
  20093. local TextLabel = Instance.new("TextLabel")
  20094.  
  20095. local TextLabel_2 = Instance.new("TextLabel")
  20096.  
  20097. local TextLabel_3 = Instance.new("TextLabel")
  20098.  
  20099. local TextLabel_4 = Instance.new("TextLabel")
  20100.  
  20101. local TextLabel_5 = Instance.new("TextLabel")
  20102.  
  20103. local TextLabel_6 = Instance.new("TextLabel")
  20104.  
  20105. local TextLabel_7 = Instance.new("TextLabel")
  20106.  
  20107. local TextLabel_8 = Instance.new("TextLabel")
  20108.  
  20109. local TextLabel_9 = Instance.new("TextLabel")
  20110.  
  20111. local TextLabel_10 = Instance.new("TextLabel")
  20112.  
  20113. local TextLabel_11 = Instance.new("TextLabel")
  20114.  
  20115. local Functions = Instance.new("TextButton")
  20116.  
  20117. local Frame_18 = Instance.new("Frame")
  20118.  
  20119. local Credits = Instance.new("TextButton")
  20120.  
  20121. local Frame_19 = Instance.new("Frame")
  20122.  
  20123. local GoBack = Instance.new("TextButton")
  20124.  
  20125. local Open = Instance.new("Frame")
  20126.  
  20127. local OpenGUI = Instance.new("TextButton")
  20128.  
  20129. local Frame_20 = Instance.new("Frame")
  20130.  
  20131. local val = Instance.new("ObjectValue", sframe)
  20132.  
  20133.  
  20134.  
  20135. -- GUI Properties
  20136.  
  20137.  
  20138.  
  20139. JailbreakBroken.Name = "JailbreakBroken"
  20140.  
  20141. JailbreakBroken.Parent = game.CoreGui
  20142.  
  20143.  
  20144.  
  20145. UI.Name = "UI"
  20146.  
  20147. UI.Parent = JailbreakBroken
  20148.  
  20149. UI.Active = true
  20150.  
  20151. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20152.  
  20153. UI.BackgroundTransparency = 0.30000001192093
  20154.  
  20155. UI.BorderColor3 = Color3.new(1, 1, 1)
  20156.  
  20157. UI.BorderSizePixel = 0
  20158.  
  20159. UI.Draggable = true
  20160.  
  20161. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  20162.  
  20163. UI.Size = UDim2.new(0, 318, 0, 438)
  20164.  
  20165. UI.Visible = false
  20166.  
  20167.  
  20168.  
  20169. Part.Name = "Part"
  20170.  
  20171. Part.Parent = UI
  20172.  
  20173. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20174.  
  20175. Part.BorderColor3 = Color3.new(1, 1, 1)
  20176.  
  20177. Part.BorderSizePixel = 0
  20178.  
  20179. Part.Size = UDim2.new(0, 318, 0, 67)
  20180.  
  20181.  
  20182.  
  20183. Frame.Parent = Part
  20184.  
  20185. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20186.  
  20187. Frame.BorderSizePixel = 0
  20188.  
  20189. Frame.Position = UDim2.new(0, 0, 0, 67)
  20190.  
  20191. Frame.Size = UDim2.new(0, 318, 0, 5)
  20192.  
  20193.  
  20194.  
  20195. Unimportant.Name = "Unimportant"
  20196.  
  20197. Unimportant.Parent = Part
  20198.  
  20199. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  20200.  
  20201. Unimportant.BackgroundTransparency = 1
  20202.  
  20203. Unimportant.BorderSizePixel = 0
  20204.  
  20205. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  20206.  
  20207. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  20208.  
  20209. Unimportant.Font = Enum.Font.SourceSansLight
  20210.  
  20211. Unimportant.FontSize = Enum.FontSize.Size48
  20212.  
  20213. Unimportant.Text = "Jailbreak Broken"
  20214.  
  20215. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  20216.  
  20217. Unimportant.TextSize = 37
  20218.  
  20219.  
  20220.  
  20221. Unimportant2.Name = "Unimportant2"
  20222.  
  20223. Unimportant2.Parent = Part
  20224.  
  20225. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  20226.  
  20227. Unimportant2.BackgroundTransparency = 1
  20228.  
  20229. Unimportant2.BorderSizePixel = 0
  20230.  
  20231. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  20232.  
  20233. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  20234.  
  20235. Unimportant2.Font = Enum.Font.SourceSansLight
  20236.  
  20237. Unimportant2.FontSize = Enum.FontSize.Size18
  20238.  
  20239. Unimportant2.Text = "By Excrio - v2.5"
  20240.  
  20241. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  20242.  
  20243. Unimportant2.TextSize = 17
  20244.  
  20245.  
  20246.  
  20247. TPBFrame.Name = "TPBFrame"
  20248.  
  20249. TPBFrame.Parent = UI
  20250.  
  20251. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  20252.  
  20253. TPBFrame.BackgroundTransparency = 1
  20254.  
  20255. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  20256.  
  20257. TPBFrame.Visible = false
  20258.  
  20259.  
  20260.  
  20261. Bank.Name = "Bank"
  20262.  
  20263. Bank.Parent = TPBFrame
  20264.  
  20265. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20266.  
  20267. Bank.BorderColor3 = Color3.new(1, 1, 1)
  20268.  
  20269. Bank.BorderSizePixel = 0
  20270.  
  20271. Bank.Position = UDim2.new(0, 185, 0, 85)
  20272.  
  20273. Bank.Size = UDim2.new(0, 97, 0, 25)
  20274.  
  20275. Bank.Font = Enum.Font.SourceSansLight
  20276.  
  20277. Bank.FontSize = Enum.FontSize.Size18
  20278.  
  20279. Bank.Text = "Bank Front"
  20280.  
  20281. Bank.TextColor3 = Color3.new(1, 1, 1)
  20282.  
  20283. Bank.TextSize = 17
  20284.  
  20285.  
  20286.  
  20287. Frame_2.Parent = Bank
  20288.  
  20289. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20290.  
  20291. Frame_2.BorderSizePixel = 0
  20292.  
  20293. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  20294.  
  20295. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  20296.  
  20297.  
  20298.  
  20299. CrimBase1.Name = "CrimBase1"
  20300.  
  20301. CrimBase1.Parent = TPBFrame
  20302.  
  20303. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20304.  
  20305. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  20306.  
  20307. CrimBase1.BorderSizePixel = 0
  20308.  
  20309. CrimBase1.Position = UDim2.new(0, 30, 0, 125)
  20310.  
  20311. CrimBase1.Size = UDim2.new(0, 97, 0, 25)
  20312.  
  20313. CrimBase1.Font = Enum.Font.SourceSansLight
  20314.  
  20315. CrimBase1.FontSize = Enum.FontSize.Size18
  20316.  
  20317. CrimBase1.Text = "Crim Base 1"
  20318.  
  20319. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  20320.  
  20321. CrimBase1.TextSize = 17
  20322.  
  20323.  
  20324.  
  20325. Frame_3.Parent = CrimBase1
  20326.  
  20327. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20328.  
  20329. Frame_3.BorderSizePixel = 0
  20330.  
  20331. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  20332.  
  20333. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  20334.  
  20335.  
  20336.  
  20337. CrimBase2.Name = "CrimBase2"
  20338.  
  20339. CrimBase2.Parent = TPBFrame
  20340.  
  20341. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20342.  
  20343. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  20344.  
  20345. CrimBase2.BorderSizePixel = 0
  20346.  
  20347. CrimBase2.Position = UDim2.new(0, 30, 0, 165)
  20348.  
  20349. CrimBase2.Size = UDim2.new(0, 97, 0, 25)
  20350.  
  20351. CrimBase2.Font = Enum.Font.SourceSansLight
  20352.  
  20353. CrimBase2.FontSize = Enum.FontSize.Size18
  20354.  
  20355. CrimBase2.Text = "Crim Base 2"
  20356.  
  20357. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  20358.  
  20359. CrimBase2.TextSize = 17
  20360.  
  20361.  
  20362.  
  20363. Frame_4.Parent = CrimBase2
  20364.  
  20365. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20366.  
  20367. Frame_4.BorderSizePixel = 0
  20368.  
  20369. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  20370.  
  20371. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  20372.  
  20373.  
  20374.  
  20375. PTP.Name = "PTP"
  20376.  
  20377. PTP.Parent = TPBFrame
  20378.  
  20379. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20380.  
  20381. PTP.BorderColor3 = Color3.new(1, 1, 1)
  20382.  
  20383. PTP.BorderSizePixel = 0
  20384.  
  20385. PTP.Position = UDim2.new(0, 185, 0, 372)
  20386.  
  20387. PTP.Size = UDim2.new(0, 97, 0, 27)
  20388.  
  20389. PTP.Font = Enum.Font.SourceSansLight
  20390.  
  20391. PTP.FontSize = Enum.FontSize.Size18
  20392.  
  20393. PTP.Text = "TP to Player"
  20394.  
  20395. PTP.TextColor3 = Color3.new(1, 1, 1)
  20396.  
  20397. PTP.TextSize = 17
  20398.  
  20399.  
  20400.  
  20401. Frame_5.Parent = PTP
  20402.  
  20403. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20404.  
  20405. Frame_5.BorderSizePixel = 0
  20406.  
  20407. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  20408.  
  20409. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  20410.  
  20411.  
  20412.  
  20413. Helipad1.Name = "Helipad1"
  20414.  
  20415. Helipad1.Parent = TPBFrame
  20416.  
  20417. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20418.  
  20419. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  20420.  
  20421. Helipad1.BorderSizePixel = 0
  20422.  
  20423. Helipad1.Position = UDim2.new(0, 185, 0, 125)
  20424.  
  20425. Helipad1.Size = UDim2.new(0, 97, 0, 25)
  20426.  
  20427. Helipad1.Font = Enum.Font.SourceSansLight
  20428.  
  20429. Helipad1.FontSize = Enum.FontSize.Size18
  20430.  
  20431. Helipad1.Text = "Helipad 1"
  20432.  
  20433. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  20434.  
  20435. Helipad1.TextSize = 17
  20436.  
  20437.  
  20438.  
  20439. Frame_6.Parent = Helipad1
  20440.  
  20441. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20442.  
  20443. Frame_6.BorderSizePixel = 0
  20444.  
  20445. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  20446.  
  20447. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  20448.  
  20449.  
  20450.  
  20451. Helipad2.Name = "Helipad2"
  20452.  
  20453. Helipad2.Parent = TPBFrame
  20454.  
  20455. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20456.  
  20457. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  20458.  
  20459. Helipad2.BorderSizePixel = 0
  20460.  
  20461. Helipad2.Position = UDim2.new(0, 185, 0, 165)
  20462.  
  20463. Helipad2.Size = UDim2.new(0, 97, 0, 25)
  20464.  
  20465. Helipad2.Font = Enum.Font.SourceSansLight
  20466.  
  20467. Helipad2.FontSize = Enum.FontSize.Size18
  20468.  
  20469. Helipad2.Text = "Helipad 2"
  20470.  
  20471. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  20472.  
  20473. Helipad2.TextSize = 17
  20474.  
  20475.  
  20476.  
  20477. Frame_7.Parent = Helipad2
  20478.  
  20479. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20480.  
  20481. Frame_7.BorderSizePixel = 0
  20482.  
  20483. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  20484.  
  20485. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  20486.  
  20487.  
  20488.  
  20489. Jail.Name = "Jail"
  20490.  
  20491. Jail.Parent = TPBFrame
  20492.  
  20493. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20494.  
  20495. Jail.BorderColor3 = Color3.new(1, 1, 1)
  20496.  
  20497. Jail.BorderSizePixel = 0
  20498.  
  20499. Jail.Position = UDim2.new(0, 30, 0, 85)
  20500.  
  20501. Jail.Size = UDim2.new(0, 97, 0, 25)
  20502.  
  20503. Jail.Font = Enum.Font.SourceSansLight
  20504.  
  20505. Jail.FontSize = Enum.FontSize.Size18
  20506.  
  20507. Jail.Text = "Jail"
  20508.  
  20509. Jail.TextColor3 = Color3.new(1, 1, 1)
  20510.  
  20511. Jail.TextSize = 17
  20512.  
  20513.  
  20514.  
  20515. Frame_8.Parent = Jail
  20516.  
  20517. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20518.  
  20519. Frame_8.BorderSizePixel = 0
  20520.  
  20521. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  20522.  
  20523. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  20524.  
  20525.  
  20526.  
  20527. Jewlery.Name = "Jewlery"
  20528.  
  20529. Jewlery.Parent = TPBFrame
  20530.  
  20531. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20532.  
  20533. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  20534.  
  20535. Jewlery.BorderSizePixel = 0
  20536.  
  20537. Jewlery.Position = UDim2.new(0, 185, 0, 245)
  20538.  
  20539. Jewlery.Size = UDim2.new(0, 97, 0, 25)
  20540.  
  20541. Jewlery.Font = Enum.Font.SourceSansLight
  20542.  
  20543. Jewlery.FontSize = Enum.FontSize.Size18
  20544.  
  20545. Jewlery.Text = "Jewelry Store"
  20546.  
  20547. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  20548.  
  20549. Jewlery.TextSize = 17
  20550.  
  20551.  
  20552.  
  20553. Frame_9.Parent = Jewlery
  20554.  
  20555. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20556.  
  20557. Frame_9.BorderSizePixel = 0
  20558.  
  20559. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  20560.  
  20561. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  20562.  
  20563.  
  20564.  
  20565. Police.Name = "Police"
  20566.  
  20567. Police.Parent = TPBFrame
  20568.  
  20569. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20570.  
  20571. Police.BorderColor3 = Color3.new(1, 1, 1)
  20572.  
  20573. Police.BorderSizePixel = 0
  20574.  
  20575. Police.Position = UDim2.new(0, 30, 0, 205)
  20576.  
  20577. Police.Size = UDim2.new(0, 97, 0, 25)
  20578.  
  20579. Police.Font = Enum.Font.SourceSansLight
  20580.  
  20581. Police.FontSize = Enum.FontSize.Size18
  20582.  
  20583. Police.Text = "Police HQ"
  20584.  
  20585. Police.TextColor3 = Color3.new(1, 1, 1)
  20586.  
  20587. Police.TextSize = 17
  20588.  
  20589.  
  20590.  
  20591. Frame_10.Parent = Police
  20592.  
  20593. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20594.  
  20595. Frame_10.BorderSizePixel = 0
  20596.  
  20597. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  20598.  
  20599. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  20600.  
  20601.  
  20602.  
  20603. Vault.Name = "Vault"
  20604.  
  20605. Vault.Parent = TPBFrame
  20606.  
  20607. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20608.  
  20609. Vault.BorderColor3 = Color3.new(1, 1, 1)
  20610.  
  20611. Vault.BorderSizePixel = 0
  20612.  
  20613. Vault.Position = UDim2.new(0, 30, 0, 245)
  20614.  
  20615. Vault.Size = UDim2.new(0, 97, 0, 25)
  20616.  
  20617. Vault.Font = Enum.Font.SourceSansLight
  20618.  
  20619. Vault.FontSize = Enum.FontSize.Size18
  20620.  
  20621. Vault.Text = "Bank Vault"
  20622.  
  20623. Vault.TextColor3 = Color3.new(1, 1, 1)
  20624.  
  20625. Vault.TextSize = 17
  20626.  
  20627.  
  20628.  
  20629. Frame_11.Parent = Vault
  20630.  
  20631. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20632.  
  20633. Frame_11.BorderSizePixel = 0
  20634.  
  20635. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  20636.  
  20637. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  20638.  
  20639.  
  20640.  
  20641. sframe.Name = "sframe"
  20642.  
  20643. sframe.Parent = TPBFrame
  20644.  
  20645. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20646.  
  20647. sframe.BorderSizePixel = 0
  20648.  
  20649. sframe.Position = UDim2.new(0, 30, 0, 293)
  20650.  
  20651. sframe.Size = UDim2.new(0, 252, 0, 70)
  20652.  
  20653. sframe.BottomImage = ""
  20654.  
  20655. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  20656.  
  20657. sframe.MidImage = ""
  20658.  
  20659. sframe.ScrollBarThickness = 20
  20660.  
  20661. sframe.TopImage = ""
  20662.  
  20663.  
  20664.  
  20665. Garage.Name = "Garage"
  20666.  
  20667. Garage.Parent = TPBFrame
  20668.  
  20669. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20670.  
  20671. Garage.BorderColor3 = Color3.new(1, 1, 1)
  20672.  
  20673. Garage.BorderSizePixel = 0
  20674.  
  20675. Garage.Position = UDim2.new(0, 185, 0, 205)
  20676.  
  20677. Garage.Size = UDim2.new(0, 97, 0, 25)
  20678.  
  20679. Garage.Font = Enum.Font.SourceSansLight
  20680.  
  20681. Garage.FontSize = Enum.FontSize.Size18
  20682.  
  20683. Garage.Text = "Garage"
  20684.  
  20685. Garage.TextColor3 = Color3.new(1, 1, 1)
  20686.  
  20687. Garage.TextSize = 17
  20688.  
  20689.  
  20690.  
  20691. Frame_12.Parent = Garage
  20692.  
  20693. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20694.  
  20695. Frame_12.BorderSizePixel = 0
  20696.  
  20697. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  20698.  
  20699. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  20700.  
  20701.  
  20702.  
  20703. SPlayer.Name = "SPlayer"
  20704.  
  20705. SPlayer.Parent = TPBFrame
  20706.  
  20707. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  20708.  
  20709. SPlayer.BackgroundTransparency = 1
  20710.  
  20711. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  20712.  
  20713. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  20714.  
  20715. SPlayer.Font = Enum.Font.SourceSansLight
  20716.  
  20717. SPlayer.FontSize = Enum.FontSize.Size18
  20718.  
  20719. SPlayer.Text = "Player:"
  20720.  
  20721. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  20722.  
  20723. SPlayer.TextSize = 17
  20724.  
  20725. SPlayer.TextWrapped = true
  20726.  
  20727. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  20728.  
  20729.  
  20730.  
  20731. Frame_13.Parent = TPBFrame
  20732.  
  20733. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20734.  
  20735. Frame_13.BorderSizePixel = 0
  20736.  
  20737. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  20738.  
  20739. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  20740.  
  20741.  
  20742.  
  20743. Teleports.Name = "Teleports"
  20744.  
  20745. Teleports.Parent = UI
  20746.  
  20747. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20748.  
  20749. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  20750.  
  20751. Teleports.BorderSizePixel = 0
  20752.  
  20753. Teleports.Position = UDim2.new(0, 72, 0, 126)
  20754.  
  20755. Teleports.Size = UDim2.new(0, 175, 0, 38)
  20756.  
  20757. Teleports.Font = Enum.Font.SourceSansLight
  20758.  
  20759. Teleports.FontSize = Enum.FontSize.Size24
  20760.  
  20761. Teleports.Text = "Player Teleports"
  20762.  
  20763. Teleports.TextColor3 = Color3.new(1, 1, 1)
  20764.  
  20765. Teleports.TextSize = 20
  20766.  
  20767.  
  20768.  
  20769. Frame_14.Parent = Teleports
  20770.  
  20771. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20772.  
  20773. Frame_14.BorderSizePixel = 0
  20774.  
  20775. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  20776.  
  20777. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  20778.  
  20779.  
  20780.  
  20781. FBFrame.Name = "FBFrame"
  20782.  
  20783. FBFrame.Parent = UI
  20784.  
  20785. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  20786.  
  20787. FBFrame.BackgroundTransparency = 1
  20788.  
  20789. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  20790.  
  20791. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  20792.  
  20793. FBFrame.Visible = false
  20794.  
  20795.  
  20796.  
  20797. Noclipp.Name = "Noclipp"
  20798.  
  20799. Noclipp.Parent = FBFrame
  20800.  
  20801. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20802.  
  20803. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  20804.  
  20805. Noclipp.BorderSizePixel = 0
  20806.  
  20807. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  20808.  
  20809. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  20810.  
  20811. Noclipp.Font = Enum.Font.SourceSansLight
  20812.  
  20813. Noclipp.FontSize = Enum.FontSize.Size18
  20814.  
  20815. Noclipp.Text = "Enable Noclip"
  20816.  
  20817. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  20818.  
  20819. Noclipp.TextSize = 17
  20820.  
  20821.  
  20822.  
  20823. Frame_15.Parent = Noclipp
  20824.  
  20825. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20826.  
  20827. Frame_15.BorderSizePixel = 0
  20828.  
  20829. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  20830.  
  20831. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  20832.  
  20833.  
  20834.  
  20835. God.Name = "God"
  20836.  
  20837. God.Parent = FBFrame
  20838.  
  20839. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20840.  
  20841. God.BorderColor3 = Color3.new(1, 1, 1)
  20842.  
  20843. God.BorderSizePixel = 0
  20844.  
  20845. God.Position = UDim2.new(0, 110, 0, 105)
  20846.  
  20847. God.Size = UDim2.new(0, 97, 0, 38)
  20848.  
  20849. God.Font = Enum.Font.SourceSansLight
  20850.  
  20851. God.FontSize = Enum.FontSize.Size18
  20852.  
  20853. God.Text = "Godmode"
  20854.  
  20855. God.TextColor3 = Color3.new(1, 1, 1)
  20856.  
  20857. God.TextSize = 17
  20858.  
  20859.  
  20860.  
  20861. Frame_16.Parent = God
  20862.  
  20863. Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20864.  
  20865. Frame_16.BorderSizePixel = 0
  20866.  
  20867. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  20868.  
  20869. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  20870.  
  20871.  
  20872.  
  20873. Arrest.Name = "Arrest"
  20874.  
  20875. Arrest.Parent = FBFrame
  20876.  
  20877. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  20878.  
  20879. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  20880.  
  20881. Arrest.BorderSizePixel = 0
  20882.  
  20883. Arrest.Position = UDim2.new(0, 110, 0, 257)
  20884.  
  20885. Arrest.Size = UDim2.new(0, 97, 0, 38)
  20886.  
  20887. Arrest.Font = Enum.Font.SourceSansLight
  20888.  
  20889. Arrest.FontSize = Enum.FontSize.Size18
  20890.  
  20891. Arrest.Text = "Arrest Spam"
  20892.  
  20893. Arrest.TextColor3 = Color3.new(1, 1, 1)
  20894.  
  20895. Arrest.TextSize = 17
  20896.  
  20897.  
  20898.  
  20899. Frame_17.Parent = Arrest
  20900.  
  20901. Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  20902.  
  20903. Frame_17.BorderSizePixel = 0
  20904.  
  20905. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  20906.  
  20907. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  20908.  
  20909.  
  20910.  
  20911. cframe.Name = "cframe"
  20912.  
  20913. cframe.Parent = UI
  20914.  
  20915. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  20916.  
  20917. cframe.BackgroundTransparency = 1
  20918.  
  20919. cframe.BorderSizePixel = 0
  20920.  
  20921. cframe.Size = UDim2.new(0, 318, 0, 438)
  20922.  
  20923. cframe.Visible = false
  20924.  
  20925.  
  20926.  
  20927. TextLabel.Parent = cframe
  20928.  
  20929. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  20930.  
  20931. TextLabel.BackgroundTransparency = 1
  20932.  
  20933. TextLabel.BorderSizePixel = 0
  20934.  
  20935. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  20936.  
  20937. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  20938.  
  20939. TextLabel.Font = Enum.Font.SourceSansLight
  20940.  
  20941. TextLabel.FontSize = Enum.FontSize.Size24
  20942.  
  20943. TextLabel.Text = "Design - Excrio"
  20944.  
  20945. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  20946.  
  20947. TextLabel.TextSize = 20
  20948.  
  20949. TextLabel.TextWrapped = true
  20950.  
  20951. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  20952.  
  20953. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  20954.  
  20955.  
  20956.  
  20957. TextLabel_2.Parent = cframe
  20958.  
  20959. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  20960.  
  20961. TextLabel_2.BackgroundTransparency = 1
  20962.  
  20963. TextLabel_2.BorderSizePixel = 0
  20964.  
  20965. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  20966.  
  20967. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  20968.  
  20969. TextLabel_2.Font = Enum.Font.SourceSansLight
  20970.  
  20971. TextLabel_2.FontSize = Enum.FontSize.Size24
  20972.  
  20973. TextLabel_2.Text = "Code - Excrio"
  20974.  
  20975. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  20976.  
  20977. TextLabel_2.TextSize = 20
  20978.  
  20979. TextLabel_2.TextWrapped = true
  20980.  
  20981. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  20982.  
  20983. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  20984.  
  20985.  
  20986.  
  20987. TextLabel_3.Parent = cframe
  20988.  
  20989. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  20990.  
  20991. TextLabel_3.BackgroundTransparency = 1
  20992.  
  20993. TextLabel_3.BorderSizePixel = 0
  20994.  
  20995. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  20996.  
  20997. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  20998.  
  20999. TextLabel_3.Font = Enum.Font.SourceSansLight
  21000.  
  21001. TextLabel_3.FontSize = Enum.FontSize.Size24
  21002.  
  21003. TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that."
  21004.  
  21005. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  21006.  
  21007. TextLabel_3.TextSize = 20
  21008.  
  21009. TextLabel_3.TextWrapped = true
  21010.  
  21011. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  21012.  
  21013. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  21014.  
  21015.  
  21016.  
  21017. TextLabel_4.Parent = cframe
  21018.  
  21019. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  21020.  
  21021. TextLabel_4.BackgroundTransparency = 1
  21022.  
  21023. TextLabel_4.BorderSizePixel = 0
  21024.  
  21025. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  21026.  
  21027. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  21028.  
  21029. TextLabel_4.Font = Enum.Font.SourceSansLight
  21030.  
  21031. TextLabel_4.FontSize = Enum.FontSize.Size24
  21032.  
  21033. TextLabel_4.Text = ""
  21034.  
  21035. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  21036.  
  21037. TextLabel_4.TextSize = 20
  21038.  
  21039. TextLabel_4.TextWrapped = true
  21040.  
  21041. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  21042.  
  21043. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  21044.  
  21045.  
  21046.  
  21047. TextLabel_5.Parent = cframe
  21048.  
  21049. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  21050.  
  21051. TextLabel_5.BackgroundTransparency = 1
  21052.  
  21053. TextLabel_5.BorderSizePixel = 0
  21054.  
  21055. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  21056.  
  21057. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  21058.  
  21059. TextLabel_5.Font = Enum.Font.SourceSansLight
  21060.  
  21061. TextLabel_5.FontSize = Enum.FontSize.Size28
  21062.  
  21063. TextLabel_5.Text = "Changelog"
  21064.  
  21065. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  21066.  
  21067. TextLabel_5.TextSize = 25
  21068.  
  21069. TextLabel_5.TextWrapped = true
  21070.  
  21071. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  21072.  
  21073. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  21074.  
  21075.  
  21076.  
  21077. TextLabel_6.Parent = cframe
  21078.  
  21079. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  21080.  
  21081. TextLabel_6.BackgroundTransparency = 1
  21082.  
  21083. TextLabel_6.BorderSizePixel = 0
  21084.  
  21085. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  21086.  
  21087. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  21088.  
  21089. TextLabel_6.Font = Enum.Font.SourceSansLight
  21090.  
  21091. TextLabel_6.FontSize = Enum.FontSize.Size28
  21092.  
  21093. TextLabel_6.Text = "Credit"
  21094.  
  21095. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  21096.  
  21097. TextLabel_6.TextSize = 25
  21098.  
  21099. TextLabel_6.TextWrapped = true
  21100.  
  21101. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  21102.  
  21103. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  21104.  
  21105.  
  21106.  
  21107. TextLabel_7.Parent = cframe
  21108.  
  21109. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  21110.  
  21111. TextLabel_7.BackgroundTransparency = 1
  21112.  
  21113. TextLabel_7.BorderSizePixel = 0
  21114.  
  21115. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  21116.  
  21117. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  21118.  
  21119. TextLabel_7.Font = Enum.Font.SourceSansLight
  21120.  
  21121. TextLabel_7.FontSize = Enum.FontSize.Size24
  21122.  
  21123. TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting"
  21124.  
  21125. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  21126.  
  21127. TextLabel_7.TextSize = 20
  21128.  
  21129. TextLabel_7.TextWrapped = true
  21130.  
  21131. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  21132.  
  21133. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  21134.  
  21135.  
  21136.  
  21137. TextLabel_8.Parent = cframe
  21138.  
  21139. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  21140.  
  21141. TextLabel_8.BackgroundTransparency = 1
  21142.  
  21143. TextLabel_8.BorderSizePixel = 0
  21144.  
  21145. TextLabel_8.Position = UDim2.new(0, 23, 0, 286)
  21146.  
  21147. TextLabel_8.Size = UDim2.new(0, 273, 0, 31)
  21148.  
  21149. TextLabel_8.Font = Enum.Font.SourceSansLight
  21150.  
  21151. TextLabel_8.FontSize = Enum.FontSize.Size24
  21152.  
  21153. TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)"
  21154.  
  21155. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  21156.  
  21157. TextLabel_8.TextSize = 20
  21158.  
  21159. TextLabel_8.TextWrapped = true
  21160.  
  21161. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  21162.  
  21163. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  21164.  
  21165.  
  21166.  
  21167. TextLabel_9.Parent = cframe
  21168.  
  21169. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  21170.  
  21171. TextLabel_9.BackgroundTransparency = 1
  21172.  
  21173. TextLabel_9.BorderSizePixel = 0
  21174.  
  21175. TextLabel_9.Position = UDim2.new(0, 23, 0, 306)
  21176.  
  21177. TextLabel_9.Size = UDim2.new(0, 273, 0, 31)
  21178.  
  21179. TextLabel_9.Font = Enum.Font.SourceSansLight
  21180.  
  21181. TextLabel_9.FontSize = Enum.FontSize.Size24
  21182.  
  21183. TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)"
  21184.  
  21185. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  21186.  
  21187. TextLabel_9.TextSize = 20
  21188.  
  21189. TextLabel_9.TextWrapped = true
  21190.  
  21191. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  21192.  
  21193. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  21194.  
  21195.  
  21196.  
  21197. TextLabel_10.Parent = cframe
  21198.  
  21199. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  21200.  
  21201. TextLabel_10.BackgroundTransparency = 1
  21202.  
  21203. TextLabel_10.BorderSizePixel = 0
  21204.  
  21205. TextLabel_10.Position = UDim2.new(0, 23, 0, 327)
  21206.  
  21207. TextLabel_10.Size = UDim2.new(0, 273, 0, 31)
  21208.  
  21209. TextLabel_10.Font = Enum.Font.SourceSansLight
  21210.  
  21211. TextLabel_10.FontSize = Enum.FontSize.Size24
  21212.  
  21213. TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes"
  21214.  
  21215. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  21216.  
  21217. TextLabel_10.TextSize = 20
  21218.  
  21219. TextLabel_10.TextWrapped = true
  21220.  
  21221. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  21222.  
  21223. TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top
  21224.  
  21225.  
  21226.  
  21227. TextLabel_11.Parent = cframe
  21228.  
  21229. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  21230.  
  21231. TextLabel_11.BackgroundTransparency = 1
  21232.  
  21233. TextLabel_11.BorderSizePixel = 0
  21234.  
  21235. TextLabel_11.Position = UDim2.new(0, 23, 0, 351)
  21236.  
  21237. TextLabel_11.Size = UDim2.new(0, 273, 0, 42)
  21238.  
  21239. TextLabel_11.Font = Enum.Font.SourceSansLight
  21240.  
  21241. TextLabel_11.FontSize = Enum.FontSize.Size24
  21242.  
  21243. TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting"
  21244.  
  21245. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  21246.  
  21247. TextLabel_11.TextSize = 20
  21248.  
  21249. TextLabel_11.TextWrapped = true
  21250.  
  21251. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  21252.  
  21253. TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top
  21254.  
  21255.  
  21256.  
  21257. Functions.Name = "Functions"
  21258.  
  21259. Functions.Parent = UI
  21260.  
  21261. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  21262.  
  21263. Functions.BorderColor3 = Color3.new(1, 1, 1)
  21264.  
  21265. Functions.BorderSizePixel = 0
  21266.  
  21267. Functions.Position = UDim2.new(0, 72, 0, 219)
  21268.  
  21269. Functions.Size = UDim2.new(0, 175, 0, 38)
  21270.  
  21271. Functions.Font = Enum.Font.SourceSansLight
  21272.  
  21273. Functions.FontSize = Enum.FontSize.Size24
  21274.  
  21275. Functions.Text = "Player Functions"
  21276.  
  21277. Functions.TextColor3 = Color3.new(1, 1, 1)
  21278.  
  21279. Functions.TextSize = 20
  21280.  
  21281.  
  21282.  
  21283. Frame_18.Parent = Functions
  21284.  
  21285. Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  21286.  
  21287. Frame_18.BorderSizePixel = 0
  21288.  
  21289. Frame_18.Position = UDim2.new(0, 0, 0, 38)
  21290.  
  21291. Frame_18.Size = UDim2.new(0, 175, 0, 5)
  21292.  
  21293.  
  21294.  
  21295. Credits.Name = "Credits"
  21296.  
  21297. Credits.Parent = UI
  21298.  
  21299. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  21300.  
  21301. Credits.BorderColor3 = Color3.new(1, 1, 1)
  21302.  
  21303. Credits.BorderSizePixel = 0
  21304.  
  21305. Credits.Position = UDim2.new(0, 72, 0, 315)
  21306.  
  21307. Credits.Size = UDim2.new(0, 175, 0, 38)
  21308.  
  21309. Credits.Font = Enum.Font.SourceSansLight
  21310.  
  21311. Credits.FontSize = Enum.FontSize.Size24
  21312.  
  21313. Credits.Text = "Credits / Changelog"
  21314.  
  21315. Credits.TextColor3 = Color3.new(1, 1, 1)
  21316.  
  21317. Credits.TextSize = 20
  21318.  
  21319.  
  21320.  
  21321. Frame_19.Parent = Credits
  21322.  
  21323. Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  21324.  
  21325. Frame_19.BorderSizePixel = 0
  21326.  
  21327. Frame_19.Position = UDim2.new(0, 0, 0, 38)
  21328.  
  21329. Frame_19.Size = UDim2.new(0, 175, 0, 5)
  21330.  
  21331.  
  21332.  
  21333. GoBack.Name = "GoBack"
  21334.  
  21335. GoBack.Parent = UI
  21336.  
  21337. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  21338.  
  21339. GoBack.BackgroundTransparency = 1
  21340.  
  21341. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  21342.  
  21343. GoBack.BorderSizePixel = 0
  21344.  
  21345. GoBack.Position = UDim2.new(0, 0, 0, 400)
  21346.  
  21347. GoBack.Size = UDim2.new(0, 93, 0, 38)
  21348.  
  21349. GoBack.Visible = false
  21350.  
  21351. GoBack.Font = Enum.Font.SourceSansLight
  21352.  
  21353. GoBack.FontSize = Enum.FontSize.Size24
  21354.  
  21355. GoBack.Text = "Go Back"
  21356.  
  21357. GoBack.TextColor3 = Color3.new(1, 1, 1)
  21358.  
  21359. GoBack.TextSize = 20
  21360.  
  21361.  
  21362.  
  21363. Open.Name = "Open"
  21364.  
  21365. Open.Parent = JailbreakBroken
  21366.  
  21367. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  21368.  
  21369. Open.BackgroundTransparency = 1
  21370.  
  21371. Open.BorderColor3 = Color3.new(1, 1, 1)
  21372.  
  21373. Open.BorderSizePixel = 0
  21374.  
  21375. Open.Position = UDim2.new(0, -105, 0, 632)
  21376.  
  21377. Open.Size = UDim2.new(0, 318, 0, 67)
  21378.  
  21379.  
  21380.  
  21381. OpenGUI.Name = "OpenGUI"
  21382.  
  21383. OpenGUI.Parent = Open
  21384.  
  21385. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  21386.  
  21387. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  21388.  
  21389. OpenGUI.BorderSizePixel = 0
  21390.  
  21391. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  21392.  
  21393. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  21394.  
  21395. OpenGUI.Font = Enum.Font.SourceSansLight
  21396.  
  21397. OpenGUI.FontSize = Enum.FontSize.Size18
  21398.  
  21399. OpenGUI.Text = "Open GUI"
  21400.  
  21401. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  21402.  
  21403. OpenGUI.TextSize = 17
  21404.  
  21405.  
  21406.  
  21407. Frame_20.Parent = OpenGUI
  21408.  
  21409. Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  21410.  
  21411. Frame_20.BorderSizePixel = 0
  21412.  
  21413. Frame_20.Position = UDim2.new(0, 0, 0, 38)
  21414.  
  21415. Frame_20.Size = UDim2.new(0, 97, 0, 5)
  21416.  
  21417.  
  21418.  
  21419. -- Teleporting
  21420.  
  21421. Jail.MouseButton1Click:connect(function()
  21422.  
  21423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  21424.  
  21425. end)
  21426.  
  21427.  
  21428.  
  21429. CrimBase1.MouseButton1Click:connect(function()
  21430.  
  21431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  21432.  
  21433. end)
  21434.  
  21435.  
  21436.  
  21437. CrimBase2.MouseButton1Click:connect(function()
  21438.  
  21439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  21440.  
  21441. end)
  21442.  
  21443.  
  21444.  
  21445. Police.MouseButton1Click:connect(function()
  21446.  
  21447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  21448.  
  21449. end)
  21450.  
  21451.  
  21452.  
  21453. Bank.MouseButton1Click:connect(function()
  21454.  
  21455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  21456.  
  21457. end)
  21458.  
  21459.  
  21460.  
  21461. Helipad1.MouseButton1Click:connect(function()
  21462.  
  21463. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  21464.  
  21465. end)
  21466.  
  21467.  
  21468.  
  21469. Helipad2.MouseButton1Click:connect(function()
  21470.  
  21471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  21472.  
  21473. end)
  21474.  
  21475.  
  21476.  
  21477. Garage.MouseButton1Click:connect(function()
  21478.  
  21479. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  21480.  
  21481. end)
  21482.  
  21483.  
  21484.  
  21485. Vault.MouseButton1Click:connect(function()
  21486.  
  21487. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  21488.  
  21489. end)
  21490.  
  21491.  
  21492.  
  21493. Jewlery.MouseButton1Click:connect(function()
  21494.  
  21495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  21496.  
  21497. end)
  21498.  
  21499.  
  21500.  
  21501. -- Player Teleporting
  21502.  
  21503.  
  21504.  
  21505. local PLR = game:GetService("Players").LocalPlayer
  21506.  
  21507.  
  21508.  
  21509. local Players = game.Players:GetPlayers()
  21510.  
  21511.  
  21512.  
  21513. local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer
  21514.  
  21515.  
  21516.  
  21517. val.Name = "Selected"
  21518.  
  21519.  
  21520.  
  21521. function alphabetize(p1, p2)
  21522.  
  21523. local Player1 = p1.Name:lower()
  21524.  
  21525. local P1 = Player1:sub(1, 1):byte()
  21526.  
  21527. local Player2 = p2.Name:lower()
  21528.  
  21529. local P2 = Player2:sub(1, 1):byte()
  21530.  
  21531.  
  21532.  
  21533.  
  21534.  
  21535. if P1 < P2 then return true else return false end
  21536.  
  21537. end
  21538.  
  21539. table.sort(Players, alphabetize)
  21540.  
  21541.  
  21542.  
  21543. for i = 1, #Players do
  21544.  
  21545. local p = Players[i]
  21546.  
  21547. if p ~= PLR then
  21548.  
  21549. local btn = Instance.new("TextButton", sframe)
  21550.  
  21551. btn.Name = p.Name
  21552.  
  21553. btn.Text = p.Name
  21554.  
  21555. btn.Size = UDim2.new(0, 260, 0, 25)
  21556.  
  21557. btn.Font = Enum.Font.Highway
  21558.  
  21559. btn.FontSize = Enum.FontSize.Size14
  21560.  
  21561. btn.TextColor3 = Color3.new(255, 255, 255)
  21562.  
  21563. btn.BackgroundTransparency = 1
  21564.  
  21565. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  21566.  
  21567. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  21568.  
  21569. btn.MouseButton1Click:connect(function()
  21570.  
  21571. val.Value = p
  21572.  
  21573. Selected1.Text = "Player: "..p.Name
  21574.  
  21575. end)
  21576.  
  21577.  
  21578.  
  21579. end
  21580.  
  21581. end
  21582.  
  21583.  
  21584.  
  21585. function update()
  21586.  
  21587.  
  21588.  
  21589. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  21590.  
  21591.  
  21592.  
  21593. local plrs = game.Players:GetPlayers()
  21594.  
  21595. table.sort(plrs, alphabetize)
  21596.  
  21597.  
  21598.  
  21599. for i = 1, #plrs do
  21600.  
  21601.  
  21602.  
  21603. local p = plrs[i]
  21604.  
  21605. if p ~= PLR then
  21606.  
  21607.  
  21608.  
  21609. local btn = Instance.new("TextButton", sframe)
  21610.  
  21611. btn.Text = p.Name
  21612.  
  21613. btn.Size = UDim2.new(0, 260, 0, 25)
  21614.  
  21615. btn.Font = Enum.Font.Highway
  21616.  
  21617. btn.FontSize = Enum.FontSize.Size14
  21618.  
  21619. btn.TextColor3 = Color3.new(255, 255, 255)
  21620.  
  21621. btn.BackgroundTransparency = 1
  21622.  
  21623. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  21624.  
  21625.  
  21626.  
  21627. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  21628.  
  21629.  
  21630.  
  21631. btn.MouseButton1Click:connect(function()
  21632.  
  21633. val.Value = p
  21634.  
  21635. SPlayer.Text = "Player: "..p.Name
  21636.  
  21637. end)
  21638.  
  21639.  
  21640.  
  21641. end
  21642.  
  21643. end
  21644.  
  21645.  
  21646.  
  21647. end
  21648.  
  21649. game.Players.PlayerAdded:connect(update)
  21650.  
  21651. game.Players.PlayerRemoving:connect(update)
  21652.  
  21653.  
  21654.  
  21655. -- Functions
  21656.  
  21657.  
  21658.  
  21659. function getPlayer()
  21660.  
  21661. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  21662.  
  21663. end
  21664.  
  21665.  
  21666.  
  21667. PTP.MouseButton1Click:connect(function()
  21668.  
  21669. local p = getPlayer()
  21670.  
  21671. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  21672.  
  21673. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  21674.  
  21675. end)
  21676.  
  21677.  
  21678.  
  21679. noclip = false
  21680.  
  21681. game:GetService('RunService').Stepped:connect(function()
  21682.  
  21683. if noclip then
  21684.  
  21685. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  21686.  
  21687. end
  21688.  
  21689. end)
  21690.  
  21691.  
  21692.  
  21693. Noclipp.MouseButton1Click:connect(function()
  21694.  
  21695. noclip = not noclip
  21696.  
  21697. if Noclipp.Text == "Enable Noclip" then
  21698.  
  21699. Noclipp.Text = "Disable Noclip"
  21700.  
  21701. else
  21702.  
  21703. Noclipp.Text = "Enable Noclip"
  21704.  
  21705. end
  21706.  
  21707. end)
  21708.  
  21709.  
  21710.  
  21711. God.MouseButton1Click:connect(function()
  21712.  
  21713. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  21714.  
  21715. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  21716.  
  21717. l.Parent = game.Players.LocalPlayer.Character
  21718.  
  21719. l.Name = "Humanoid"
  21720.  
  21721. wait(0.1)
  21722.  
  21723. game.Players.LocalPlayer.Character["1"]:Destroy()
  21724.  
  21725. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  21726.  
  21727. game.Players.LocalPlayer.Character.Animate.Disabled = true
  21728.  
  21729. wait(0.1)
  21730.  
  21731. game.Players.LocalPlayer.Character.Animate.Disabled = false
  21732.  
  21733. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  21734.  
  21735. end)
  21736.  
  21737.  
  21738.  
  21739. Arrest.MouseButton1Click:connect(function()
  21740.  
  21741. local Player = game.Players.LocalPlayer
  21742.  
  21743. wait(0.5)
  21744.  
  21745. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  21746.  
  21747. repeat
  21748.  
  21749. wait()
  21750.  
  21751. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  21752.  
  21753. until v.Team.Name ~= "Criminal"
  21754.  
  21755. end
  21756.  
  21757. end)
  21758.  
  21759.  
  21760.  
  21761.  
  21762.  
  21763. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  21764.  
  21765. OpenGUI.MouseButton1Down:connect(function()
  21766.  
  21767. frame.Visible = not frame.Visible
  21768.  
  21769. if frame.Visible == true then
  21770.  
  21771. OpenGUI.Text = "Close GUI"
  21772.  
  21773. elseif
  21774.  
  21775. frame.Visible == false then
  21776.  
  21777. OpenGUI.Text = "Open GUI"
  21778.  
  21779. end
  21780.  
  21781. end)
  21782.  
  21783.  
  21784.  
  21785. Teleports.MouseButton1Click:connect(function()
  21786.  
  21787. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  21788.  
  21789. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  21790.  
  21791. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  21792.  
  21793. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  21794.  
  21795. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  21796.  
  21797. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  21798.  
  21799. end)
  21800.  
  21801.  
  21802.  
  21803. Functions.MouseButton1Click:connect(function()
  21804.  
  21805. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  21806.  
  21807. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  21808.  
  21809. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  21810.  
  21811. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  21812.  
  21813. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  21814.  
  21815. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  21816.  
  21817. end)
  21818.  
  21819.  
  21820.  
  21821. GoBack.MouseButton1Click:connect(function()
  21822.  
  21823. GoBack.Visible = false
  21824.  
  21825. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  21826.  
  21827. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  21828.  
  21829. Teleports.Visible = true
  21830.  
  21831. Functions.Visible = true
  21832.  
  21833. Credits.Visible = true
  21834.  
  21835. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  21836.  
  21837. end)
  21838.  
  21839. Credits.MouseButton1Click:connect(function()
  21840.  
  21841. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  21842.  
  21843. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  21844.  
  21845. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  21846.  
  21847. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  21848.  
  21849. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  21850.  
  21851. game.CoreGui.JailbreakBroken.UI.cframe.Visible = true
  21852.  
  21853. end)
  21854.  
  21855. end)
  21856.  
  21857.  
  21858.  
  21859. AWESOMEGUI.Name = "AWESOMEGUI"
  21860.  
  21861. AWESOMEGUI.Parent = GameScriptsFrame
  21862.  
  21863. AWESOMEGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  21864.  
  21865. AWESOMEGUI.BorderSizePixel = 0
  21866.  
  21867. AWESOMEGUI.Position = UDim2.new(0, 35, 0, 365)
  21868.  
  21869. AWESOMEGUI.Size = UDim2.new(0, 200, 0, 50)
  21870.  
  21871. AWESOMEGUI.Font = Enum.Font.SourceSansBold
  21872.  
  21873. AWESOMEGUI.FontSize = Enum.FontSize.Size14
  21874.  
  21875. AWESOMEGUI.Text = "Awesome GUI"
  21876.  
  21877. AWESOMEGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  21878.  
  21879. AWESOMEGUI.TextScaled = true
  21880.  
  21881. AWESOMEGUI.TextSize = 14
  21882.  
  21883. AWESOMEGUI.TextWrapped = true
  21884.  
  21885. AWESOMEGUI.MouseButton1Down:connect(function()
  21886.  
  21887. local Corruption = Instance.new("ScreenGui")
  21888.  
  21889. local Main = Instance.new("Frame")
  21890.  
  21891. local CorruptionL = Instance.new("TextLabel")
  21892.  
  21893. local TeleportsB = Instance.new("TextButton")
  21894.  
  21895. local ToggleablesB = Instance.new("TextButton")
  21896.  
  21897. local Home = Instance.new("Frame")
  21898.  
  21899. local Welcome1 = Instance.new("TextLabel")
  21900.  
  21901. local Welcome2 = Instance.new("TextLabel")
  21902.  
  21903. local Close = Instance.new("TextButton")
  21904.  
  21905. local TeleportsF = Instance.new("Frame")
  21906.  
  21907. local BankFrontB = Instance.new("TextButton")
  21908.  
  21909. local BankVaultB = Instance.new("TextButton")
  21910.  
  21911. local CrimBase1B = Instance.new("TextButton")
  21912.  
  21913. local CrimBase2B = Instance.new("TextButton")
  21914.  
  21915. local Jewl1B = Instance.new("TextButton")
  21916.  
  21917. local Jewl2B = Instance.new("TextButton")
  21918.  
  21919. local GunStoreB = Instance.new("TextButton")
  21920.  
  21921. local GarageB = Instance.new("TextButton")
  21922.  
  21923. local DShopB = Instance.new("TextButton")
  21924.  
  21925. local PoliceBaseB = Instance.new("TextButton")
  21926.  
  21927. local HeliB = Instance.new("TextButton")
  21928.  
  21929. local PoliceCarsB = Instance.new("TextButton")
  21930.  
  21931. local ToggleablesF = Instance.new("Frame")
  21932.  
  21933. local WalkSpeedB = Instance.new("TextButton")
  21934.  
  21935. local JumpPowerB = Instance.new("TextButton")
  21936.  
  21937. local GravityB = Instance.new("TextButton")
  21938.  
  21939. local AutoArrestB = Instance.new("TextButton")
  21940.  
  21941. local RemoveablesB = Instance.new("TextButton")
  21942.  
  21943. local RemoveablesF = Instance.new("Frame")
  21944.  
  21945. local DoorsB = Instance.new("TextButton")
  21946.  
  21947. local BankB = Instance.new("TextButton")
  21948.  
  21949. local JewelryB = Instance.new("TextButton")
  21950.  
  21951. local CellB = Instance.new("TextButton")
  21952.  
  21953. local Open = Instance.new("TextButton")
  21954.  
  21955. local Player = game.Players.LocalPlayer
  21956.  
  21957.  
  21958.  
  21959. Corruption.Name = "Corruption"
  21960.  
  21961. Corruption.Parent = game.CoreGui
  21962.  
  21963. Corruption.ResetOnSpawn = false
  21964.  
  21965. Walk = false
  21966.  
  21967. Jump = false
  21968.  
  21969. Gravity = false
  21970.  
  21971. Arrest = false
  21972.  
  21973.  
  21974.  
  21975. Main.Name = "Main"
  21976.  
  21977. Main.Parent = Corruption
  21978.  
  21979. Main.Active = true
  21980.  
  21981. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  21982.  
  21983. Main.BorderSizePixel = 0
  21984.  
  21985. Main.Draggable = true
  21986.  
  21987. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  21988.  
  21989. Main.Size = UDim2.new(0, 145, 0, 225)
  21990.  
  21991. Main.Visible = false
  21992.  
  21993.  
  21994.  
  21995. CorruptionL.Name = "CorruptionL"
  21996.  
  21997. CorruptionL.Parent = Main
  21998.  
  21999. CorruptionL.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22000.  
  22001. CorruptionL.BackgroundTransparency = 1
  22002.  
  22003. CorruptionL.BorderSizePixel = 0
  22004.  
  22005. CorruptionL.Size = UDim2.new(0, 145, 0, 25)
  22006.  
  22007. CorruptionL.Font = Enum.Font.SourceSansBold
  22008.  
  22009. CorruptionL.FontSize = Enum.FontSize.Size18
  22010.  
  22011. CorruptionL.Text = "Corruption v0.3"
  22012.  
  22013. CorruptionL.TextColor3 = Color3.new(1, 1, 1)
  22014.  
  22015. CorruptionL.TextSize = 18
  22016.  
  22017.  
  22018.  
  22019. TeleportsB.Name = "TeleportsB"
  22020.  
  22021. TeleportsB.Parent = Main
  22022.  
  22023. TeleportsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22024.  
  22025. TeleportsB.BorderSizePixel = 0
  22026.  
  22027. TeleportsB.Position = UDim2.new(0, 10, 0, 35)
  22028.  
  22029. TeleportsB.Size = UDim2.new(0, 125, 0, 25)
  22030.  
  22031. TeleportsB.Font = Enum.Font.SourceSansBold
  22032.  
  22033. TeleportsB.FontSize = Enum.FontSize.Size18
  22034.  
  22035. TeleportsB.Text = "Teleports"
  22036.  
  22037. TeleportsB.TextColor3 = Color3.new(1, 1, 1)
  22038.  
  22039. TeleportsB.TextSize = 16
  22040.  
  22041. TeleportsB.MouseButton1Down:connect(function()
  22042.  
  22043. Home.Visible = false
  22044.  
  22045. TeleportsF.Visible = true
  22046.  
  22047. ToggleablesF.Visible = false
  22048.  
  22049. RemoveablesF.Visible = false
  22050.  
  22051. end)
  22052.  
  22053.  
  22054.  
  22055. ToggleablesB.Name = "ToggleablesB"
  22056.  
  22057. ToggleablesB.Parent = Main
  22058.  
  22059. ToggleablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22060.  
  22061. ToggleablesB.BorderSizePixel = 0
  22062.  
  22063. ToggleablesB.Position = UDim2.new(0, 10, 0, 70)
  22064.  
  22065. ToggleablesB.Size = UDim2.new(0, 125, 0, 25)
  22066.  
  22067. ToggleablesB.Font = Enum.Font.SourceSansBold
  22068.  
  22069. ToggleablesB.FontSize = Enum.FontSize.Size18
  22070.  
  22071. ToggleablesB.Text = "Toggleables"
  22072.  
  22073. ToggleablesB.TextColor3 = Color3.new(1, 1, 1)
  22074.  
  22075. ToggleablesB.TextSize = 16
  22076.  
  22077. ToggleablesB.MouseButton1Down:connect(function()
  22078.  
  22079. Home.Visible = false
  22080.  
  22081. TeleportsF.Visible = false
  22082.  
  22083. ToggleablesF.Visible = true
  22084.  
  22085. RemoveablesF.Visible = false
  22086.  
  22087. end)
  22088.  
  22089.  
  22090.  
  22091. Home.Name = "Home"
  22092.  
  22093. Home.Parent = Main
  22094.  
  22095. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  22096.  
  22097. Home.BorderSizePixel = 0
  22098.  
  22099. Home.Position = UDim2.new(0, 145, 0, 0)
  22100.  
  22101. Home.Size = UDim2.new(0, 415, 0, 225)
  22102.  
  22103.  
  22104.  
  22105. Welcome1.Name = "Welcome1"
  22106.  
  22107. Welcome1.Parent = Home
  22108.  
  22109. Welcome1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22110.  
  22111. Welcome1.BackgroundTransparency = 1
  22112.  
  22113. Welcome1.BorderSizePixel = 0
  22114.  
  22115. Welcome1.Size = UDim2.new(0, 415, 0, 25)
  22116.  
  22117. Welcome1.Font = Enum.Font.SourceSansBold
  22118.  
  22119. Welcome1.FontSize = Enum.FontSize.Size18
  22120.  
  22121. Welcome1.Text = "Welcome To Corruption v0.3!"
  22122.  
  22123. Welcome1.TextColor3 = Color3.new(1, 1, 1)
  22124.  
  22125. Welcome1.TextSize = 16
  22126.  
  22127.  
  22128.  
  22129. Welcome2.Name = "Welcome2"
  22130.  
  22131. Welcome2.Parent = Home
  22132.  
  22133. Welcome2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22134.  
  22135. Welcome2.BackgroundTransparency = 1
  22136.  
  22137. Welcome2.BorderSizePixel = 0
  22138.  
  22139. Welcome2.Position = UDim2.new(0, 0, 0, 25)
  22140.  
  22141. Welcome2.Size = UDim2.new(0, 415, 0, 25)
  22142.  
  22143. Welcome2.Font = Enum.Font.SourceSansBold
  22144.  
  22145. Welcome2.FontSize = Enum.FontSize.Size18
  22146.  
  22147. Welcome2.Text = "Made by tntmyles"
  22148.  
  22149. Welcome2.TextColor3 = Color3.new(1, 1, 1)
  22150.  
  22151. Welcome2.TextSize = 16
  22152.  
  22153.  
  22154.  
  22155. Close.Name = "Close"
  22156.  
  22157. Close.Parent = Main
  22158.  
  22159. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22160.  
  22161. Close.BorderSizePixel = 0
  22162.  
  22163. Close.Position = UDim2.new(0, 10, 0, 190)
  22164.  
  22165. Close.Size = UDim2.new(0, 125, 0, 25)
  22166.  
  22167. Close.Font = Enum.Font.SourceSansBold
  22168.  
  22169. Close.FontSize = Enum.FontSize.Size18
  22170.  
  22171. Close.Text = "Close"
  22172.  
  22173. Close.TextColor3 = Color3.new(1, 1, 1)
  22174.  
  22175. Close.TextSize = 16
  22176.  
  22177. Close.MouseButton1Down:connect(function()
  22178.  
  22179. Main.Visible = false
  22180.  
  22181. Open.Visible = true
  22182.  
  22183. end)
  22184.  
  22185.  
  22186.  
  22187. TeleportsF.Name = "TeleportsF"
  22188.  
  22189. TeleportsF.Parent = Main
  22190.  
  22191. TeleportsF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  22192.  
  22193. TeleportsF.BorderSizePixel = 0
  22194.  
  22195. TeleportsF.Position = UDim2.new(0, 145, 0, 0)
  22196.  
  22197. TeleportsF.Size = UDim2.new(0, 415, 0, 225)
  22198.  
  22199. TeleportsF.Visible = false
  22200.  
  22201.  
  22202.  
  22203. BankFrontB.Name = "BankFrontB"
  22204.  
  22205. BankFrontB.Parent = TeleportsF
  22206.  
  22207. BankFrontB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22208.  
  22209. BankFrontB.BorderSizePixel = 0
  22210.  
  22211. BankFrontB.Position = UDim2.new(0, 10, 0, 10)
  22212.  
  22213. BankFrontB.Size = UDim2.new(0, 125, 0, 25)
  22214.  
  22215. BankFrontB.Font = Enum.Font.SourceSansBold
  22216.  
  22217. BankFrontB.FontSize = Enum.FontSize.Size18
  22218.  
  22219. BankFrontB.Text = "Bank Front"
  22220.  
  22221. BankFrontB.TextColor3 = Color3.new(1, 1, 1)
  22222.  
  22223. BankFrontB.TextSize = 16
  22224.  
  22225. BankFrontB.MouseButton1Down:connect(function()
  22226.  
  22227. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  22228.  
  22229. end)
  22230.  
  22231.  
  22232.  
  22233. BankVaultB.Name = "BankVaultB"
  22234.  
  22235. BankVaultB.Parent = TeleportsF
  22236.  
  22237. BankVaultB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22238.  
  22239. BankVaultB.BorderSizePixel = 0
  22240.  
  22241. BankVaultB.Position = UDim2.new(0, 10, 0, 45)
  22242.  
  22243. BankVaultB.Size = UDim2.new(0, 125, 0, 25)
  22244.  
  22245. BankVaultB.Font = Enum.Font.SourceSansBold
  22246.  
  22247. BankVaultB.FontSize = Enum.FontSize.Size18
  22248.  
  22249. BankVaultB.Text = "Bank Vault"
  22250.  
  22251. BankVaultB.TextColor3 = Color3.new(1, 1, 1)
  22252.  
  22253. BankVaultB.TextSize = 16
  22254.  
  22255. BankVaultB.MouseButton1Click:connect(function()
  22256.  
  22257. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  22258.  
  22259. end)
  22260.  
  22261.  
  22262.  
  22263. CrimBase1B.Name = "CrimBase1B"
  22264.  
  22265. CrimBase1B.Parent = TeleportsF
  22266.  
  22267. CrimBase1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22268.  
  22269. CrimBase1B.BorderSizePixel = 0
  22270.  
  22271. CrimBase1B.Position = UDim2.new(0, 280, 0, 10)
  22272.  
  22273. CrimBase1B.Size = UDim2.new(0, 125, 0, 25)
  22274.  
  22275. CrimBase1B.Font = Enum.Font.SourceSansBold
  22276.  
  22277. CrimBase1B.FontSize = Enum.FontSize.Size18
  22278.  
  22279. CrimBase1B.Text = "Criminal Base 1"
  22280.  
  22281. CrimBase1B.TextColor3 = Color3.new(1, 1, 1)
  22282.  
  22283. CrimBase1B.TextSize = 16
  22284.  
  22285. CrimBase1B.MouseButton1Click:connect(function()
  22286.  
  22287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  22288.  
  22289. end)
  22290.  
  22291.  
  22292.  
  22293. CrimBase2B.Name = "CrimBase2B"
  22294.  
  22295. CrimBase2B.Parent = TeleportsF
  22296.  
  22297. CrimBase2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22298.  
  22299. CrimBase2B.BorderSizePixel = 0
  22300.  
  22301. CrimBase2B.Position = UDim2.new(0, 280, 0, 45)
  22302.  
  22303. CrimBase2B.Size = UDim2.new(0, 125, 0, 25)
  22304.  
  22305. CrimBase2B.Font = Enum.Font.SourceSansBold
  22306.  
  22307. CrimBase2B.FontSize = Enum.FontSize.Size18
  22308.  
  22309. CrimBase2B.Text = "Criminal Base 2"
  22310.  
  22311. CrimBase2B.TextColor3 = Color3.new(1, 1, 1)
  22312.  
  22313. CrimBase2B.TextSize = 16
  22314.  
  22315. CrimBase2B.MouseButton1Click:connect(function()
  22316.  
  22317. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  22318.  
  22319. end)
  22320.  
  22321.  
  22322.  
  22323. Jewl1B.Name = "Jewl1B"
  22324.  
  22325. Jewl1B.Parent = TeleportsF
  22326.  
  22327. Jewl1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22328.  
  22329. Jewl1B.BorderSizePixel = 0
  22330.  
  22331. Jewl1B.Position = UDim2.new(0, 145, 0, 10)
  22332.  
  22333. Jewl1B.Size = UDim2.new(0, 125, 0, 25)
  22334.  
  22335. Jewl1B.Font = Enum.Font.SourceSansBold
  22336.  
  22337. Jewl1B.FontSize = Enum.FontSize.Size18
  22338.  
  22339. Jewl1B.Text = "Jewelry Store Top"
  22340.  
  22341. Jewl1B.TextColor3 = Color3.new(1, 1, 1)
  22342.  
  22343. Jewl1B.TextSize = 16
  22344.  
  22345. Jewl1B.MouseButton1Click:connect(function()
  22346.  
  22347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  22348.  
  22349. end)
  22350.  
  22351.  
  22352.  
  22353. Jewl2B.Name = "Jewl2B"
  22354.  
  22355. Jewl2B.Parent = TeleportsF
  22356.  
  22357. Jewl2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22358.  
  22359. Jewl2B.BorderSizePixel = 0
  22360.  
  22361. Jewl2B.Position = UDim2.new(0, 145, 0, 45)
  22362.  
  22363. Jewl2B.Size = UDim2.new(0, 125, 0, 25)
  22364.  
  22365. Jewl2B.Font = Enum.Font.SourceSansBold
  22366.  
  22367. Jewl2B.FontSize = Enum.FontSize.Size18
  22368.  
  22369. Jewl2B.Text = "Jewelry Store Inside"
  22370.  
  22371. Jewl2B.TextColor3 = Color3.new(1, 1, 1)
  22372.  
  22373. Jewl2B.TextSize = 16
  22374.  
  22375. Jewl2B.MouseButton1Click:connect(function()
  22376.  
  22377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  22378.  
  22379. end)
  22380.  
  22381.  
  22382.  
  22383. GunStoreB.Name = "GunStoreB"
  22384.  
  22385. GunStoreB.Parent = TeleportsF
  22386.  
  22387. GunStoreB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22388.  
  22389. GunStoreB.BorderSizePixel = 0
  22390.  
  22391. GunStoreB.Position = UDim2.new(0, 10, 0, 80)
  22392.  
  22393. GunStoreB.Size = UDim2.new(0, 125, 0, 25)
  22394.  
  22395. GunStoreB.Font = Enum.Font.SourceSansBold
  22396.  
  22397. GunStoreB.FontSize = Enum.FontSize.Size18
  22398.  
  22399. GunStoreB.Text = "Gun Store"
  22400.  
  22401. GunStoreB.TextColor3 = Color3.new(1, 1, 1)
  22402.  
  22403. GunStoreB.TextSize = 16
  22404.  
  22405. GunStoreB.MouseButton1Click:connect(function()
  22406.  
  22407. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  22408.  
  22409. end)
  22410.  
  22411.  
  22412.  
  22413. GarageB.Name = "GarageB"
  22414.  
  22415. GarageB.Parent = TeleportsF
  22416.  
  22417. GarageB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22418.  
  22419. GarageB.BorderSizePixel = 0
  22420.  
  22421. GarageB.Position = UDim2.new(0, 145, 0, 80)
  22422.  
  22423. GarageB.Size = UDim2.new(0, 125, 0, 25)
  22424.  
  22425. GarageB.Font = Enum.Font.SourceSansBold
  22426.  
  22427. GarageB.FontSize = Enum.FontSize.Size18
  22428.  
  22429. GarageB.Text = "Garage"
  22430.  
  22431. GarageB.TextColor3 = Color3.new(1, 1, 1)
  22432.  
  22433. GarageB.TextSize = 16
  22434.  
  22435. GarageB.MouseButton1Click:connect(function()
  22436.  
  22437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  22438.  
  22439. end)
  22440.  
  22441.  
  22442.  
  22443. DShopB.Name = "DShopB"
  22444.  
  22445. DShopB.Parent = TeleportsF
  22446.  
  22447. DShopB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22448.  
  22449. DShopB.BorderSizePixel = 0
  22450.  
  22451. DShopB.Position = UDim2.new(0, 280, 0, 80)
  22452.  
  22453. DShopB.Size = UDim2.new(0, 125, 0, 25)
  22454.  
  22455. DShopB.Font = Enum.Font.SourceSansBold
  22456.  
  22457. DShopB.FontSize = Enum.FontSize.Size18
  22458.  
  22459. DShopB.Text = "Donut Shop"
  22460.  
  22461. DShopB.TextColor3 = Color3.new(1, 1, 1)
  22462.  
  22463. DShopB.TextSize = 16
  22464.  
  22465. DShopB.MouseButton1Click:connect(function()
  22466.  
  22467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  22468.  
  22469. end)
  22470.  
  22471.  
  22472.  
  22473. PoliceBaseB.Name = "PoliceBaseB"
  22474.  
  22475. PoliceBaseB.Parent = TeleportsF
  22476.  
  22477. PoliceBaseB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22478.  
  22479. PoliceBaseB.BorderSizePixel = 0
  22480.  
  22481. PoliceBaseB.Position = UDim2.new(0, 10, 0, 115)
  22482.  
  22483. PoliceBaseB.Size = UDim2.new(0, 125, 0, 25)
  22484.  
  22485. PoliceBaseB.Font = Enum.Font.SourceSansBold
  22486.  
  22487. PoliceBaseB.FontSize = Enum.FontSize.Size18
  22488.  
  22489. PoliceBaseB.Text = "Police Base"
  22490.  
  22491. PoliceBaseB.TextColor3 = Color3.new(1, 1, 1)
  22492.  
  22493. PoliceBaseB.TextSize = 16
  22494.  
  22495. PoliceBaseB.MouseButton1Click:connect(function()
  22496.  
  22497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  22498.  
  22499. end)
  22500.  
  22501.  
  22502.  
  22503. HeliB.Name = "HeliB"
  22504.  
  22505. HeliB.Parent = TeleportsF
  22506.  
  22507. HeliB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22508.  
  22509. HeliB.BorderSizePixel = 0
  22510.  
  22511. HeliB.Position = UDim2.new(0, 145, 0, 115)
  22512.  
  22513. HeliB.Size = UDim2.new(0, 125, 0, 25)
  22514.  
  22515. HeliB.Font = Enum.Font.SourceSansBold
  22516.  
  22517. HeliB.FontSize = Enum.FontSize.Size18
  22518.  
  22519. HeliB.Text = "Helicopter Pad"
  22520.  
  22521. HeliB.TextColor3 = Color3.new(1, 1, 1)
  22522.  
  22523. HeliB.TextSize = 16
  22524.  
  22525. HeliB.MouseButton1Click:connect(function()
  22526.  
  22527. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  22528.  
  22529. end)
  22530.  
  22531.  
  22532.  
  22533. PoliceCarsB.Name = "PoliceCarsB"
  22534.  
  22535. PoliceCarsB.Parent = TeleportsF
  22536.  
  22537. PoliceCarsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22538.  
  22539. PoliceCarsB.BorderSizePixel = 0
  22540.  
  22541. PoliceCarsB.Position = UDim2.new(0, 280, 0, 115)
  22542.  
  22543. PoliceCarsB.Size = UDim2.new(0, 125, 0, 25)
  22544.  
  22545. PoliceCarsB.Font = Enum.Font.SourceSansBold
  22546.  
  22547. PoliceCarsB.FontSize = Enum.FontSize.Size18
  22548.  
  22549. PoliceCarsB.Text = "Police Cars"
  22550.  
  22551. PoliceCarsB.TextColor3 = Color3.new(1, 1, 1)
  22552.  
  22553. PoliceCarsB.TextSize = 16
  22554.  
  22555. PoliceCarsB.MouseButton1Click:connect(function()
  22556.  
  22557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  22558.  
  22559. end)
  22560.  
  22561.  
  22562.  
  22563. ToggleablesF.Name = "ToggleablesF"
  22564.  
  22565. ToggleablesF.Parent = Main
  22566.  
  22567. ToggleablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  22568.  
  22569. ToggleablesF.BorderSizePixel = 0
  22570.  
  22571. ToggleablesF.Position = UDim2.new(0, 145, 0, 0)
  22572.  
  22573. ToggleablesF.Size = UDim2.new(0, 415, 0, 225)
  22574.  
  22575. ToggleablesF.Visible = false
  22576.  
  22577.  
  22578.  
  22579. WalkSpeedB.Name = "WalkSpeedB"
  22580.  
  22581. WalkSpeedB.Parent = ToggleablesF
  22582.  
  22583. WalkSpeedB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22584.  
  22585. WalkSpeedB.BorderSizePixel = 0
  22586.  
  22587. WalkSpeedB.Position = UDim2.new(0, 10, 0, 10)
  22588.  
  22589. WalkSpeedB.Size = UDim2.new(0, 125, 0, 25)
  22590.  
  22591. WalkSpeedB.Font = Enum.Font.SourceSansBold
  22592.  
  22593. WalkSpeedB.FontSize = Enum.FontSize.Size18
  22594.  
  22595. WalkSpeedB.Text = "WalkSpeed"
  22596.  
  22597. WalkSpeedB.TextColor3 = Color3.new(1, 1, 1)
  22598.  
  22599. WalkSpeedB.TextSize = 16
  22600.  
  22601. WalkSpeedB.MouseButton1Down:connect(function()
  22602.  
  22603. if Walk == true then
  22604.  
  22605. Walk = false
  22606.  
  22607. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  22608.  
  22609. else
  22610.  
  22611. Walk = true
  22612.  
  22613. end
  22614.  
  22615. end)
  22616.  
  22617.  
  22618.  
  22619. JumpPowerB.Name = "JumpPowerB"
  22620.  
  22621. JumpPowerB.Parent = ToggleablesF
  22622.  
  22623. JumpPowerB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22624.  
  22625. JumpPowerB.BorderSizePixel = 0
  22626.  
  22627. JumpPowerB.Position = UDim2.new(0, 145, 0, 10)
  22628.  
  22629. JumpPowerB.Size = UDim2.new(0, 125, 0, 25)
  22630.  
  22631. JumpPowerB.Font = Enum.Font.SourceSansBold
  22632.  
  22633. JumpPowerB.FontSize = Enum.FontSize.Size18
  22634.  
  22635. JumpPowerB.Text = "JumpPower"
  22636.  
  22637. JumpPowerB.TextColor3 = Color3.new(1, 1, 1)
  22638.  
  22639. JumpPowerB.TextSize = 16
  22640.  
  22641. JumpPowerB.MouseButton1Down:connect(function()
  22642.  
  22643. if Jump == true then
  22644.  
  22645. Jump = false
  22646.  
  22647. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  22648.  
  22649. else
  22650.  
  22651. Jump = true
  22652.  
  22653. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  22654.  
  22655. end
  22656.  
  22657. end)
  22658.  
  22659.  
  22660.  
  22661. GravityB.Name = "GravityB"
  22662.  
  22663. GravityB.Parent = ToggleablesF
  22664.  
  22665. GravityB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22666.  
  22667. GravityB.BorderSizePixel = 0
  22668.  
  22669. GravityB.Position = UDim2.new(0, 280, 0, 10)
  22670.  
  22671. GravityB.Size = UDim2.new(0, 125, 0, 25)
  22672.  
  22673. GravityB.Font = Enum.Font.SourceSansBold
  22674.  
  22675. GravityB.FontSize = Enum.FontSize.Size18
  22676.  
  22677. GravityB.Text = "Gravity"
  22678.  
  22679. GravityB.TextColor3 = Color3.new(1, 1, 1)
  22680.  
  22681. GravityB.TextSize = 16
  22682.  
  22683. GravityB.MouseButton1Down:connect(function()
  22684.  
  22685. if Gravity == true then
  22686.  
  22687. Gravity = false
  22688.  
  22689. game.workspace.Gravity = 196.2
  22690.  
  22691. else
  22692.  
  22693. Gravity = true
  22694.  
  22695. game.workspace.Gravity = 45
  22696.  
  22697. end
  22698.  
  22699. end)
  22700.  
  22701.  
  22702.  
  22703. AutoArrestB.Name = "AutoArrestB"
  22704.  
  22705. AutoArrestB.Parent = ToggleablesF
  22706.  
  22707. AutoArrestB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22708.  
  22709. AutoArrestB.BorderSizePixel = 0
  22710.  
  22711. AutoArrestB.Position = UDim2.new(0, 10, 0, 45)
  22712.  
  22713. AutoArrestB.Size = UDim2.new(0, 125, 0, 25)
  22714.  
  22715. AutoArrestB.Font = Enum.Font.SourceSansBold
  22716.  
  22717. AutoArrestB.FontSize = Enum.FontSize.Size18
  22718.  
  22719. AutoArrestB.Text = "Auto Arrest"
  22720.  
  22721. AutoArrestB.TextColor3 = Color3.new(1, 1, 1)
  22722.  
  22723. AutoArrestB.TextSize = 16
  22724.  
  22725. AutoArrestB.MouseButton1Down:connect(function()
  22726.  
  22727. if Arrest == true then
  22728.  
  22729. Arrest = false
  22730.  
  22731. else
  22732.  
  22733. Arrest = true
  22734.  
  22735. end
  22736.  
  22737. end)
  22738.  
  22739.  
  22740.  
  22741. RemoveablesB.Name = "RemoveablesB"
  22742.  
  22743. RemoveablesB.Parent = Main
  22744.  
  22745. RemoveablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22746.  
  22747. RemoveablesB.BorderSizePixel = 0
  22748.  
  22749. RemoveablesB.Position = UDim2.new(0, 10, 0, 105)
  22750.  
  22751. RemoveablesB.Size = UDim2.new(0, 125, 0, 25)
  22752.  
  22753. RemoveablesB.Font = Enum.Font.SourceSansBold
  22754.  
  22755. RemoveablesB.FontSize = Enum.FontSize.Size18
  22756.  
  22757. RemoveablesB.Text = "Removeables"
  22758.  
  22759. RemoveablesB.TextColor3 = Color3.new(1, 1, 1)
  22760.  
  22761. RemoveablesB.TextSize = 16
  22762.  
  22763. RemoveablesB.TextSize = 16
  22764.  
  22765. RemoveablesB.MouseButton1Down:connect(function()
  22766.  
  22767. Home.Visible = false
  22768.  
  22769. TeleportsF.Visible = false
  22770.  
  22771. ToggleablesF.Visible = false
  22772.  
  22773. RemoveablesF.Visible = true
  22774.  
  22775. end)
  22776.  
  22777.  
  22778.  
  22779. RemoveablesF.Name = "RemoveablesF"
  22780.  
  22781. RemoveablesF.Parent = Main
  22782.  
  22783. RemoveablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  22784.  
  22785. RemoveablesF.BorderSizePixel = 0
  22786.  
  22787. RemoveablesF.Position = UDim2.new(0, 145, 0, 0)
  22788.  
  22789. RemoveablesF.Size = UDim2.new(0, 415, 0, 225)
  22790.  
  22791. RemoveablesF.Visible = false
  22792.  
  22793.  
  22794.  
  22795. DoorsB.Name = "DoorsB"
  22796.  
  22797. DoorsB.Parent = RemoveablesF
  22798.  
  22799. DoorsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22800.  
  22801. DoorsB.BorderSizePixel = 0
  22802.  
  22803. DoorsB.Position = UDim2.new(0, 10, 0, 10)
  22804.  
  22805. DoorsB.Size = UDim2.new(0, 125, 0, 25)
  22806.  
  22807. DoorsB.Font = Enum.Font.SourceSansBold
  22808.  
  22809. DoorsB.FontSize = Enum.FontSize.Size18
  22810.  
  22811. DoorsB.Text = "Doors"
  22812.  
  22813. DoorsB.TextColor3 = Color3.new(1, 1, 1)
  22814.  
  22815. DoorsB.TextSize = 16
  22816.  
  22817. DoorsB.MouseButton1Down:connect(function()
  22818.  
  22819. game.Workspace.Doors:Remove()
  22820.  
  22821. end)
  22822.  
  22823.  
  22824.  
  22825. BankB.Name = "BankB"
  22826.  
  22827. BankB.Parent = RemoveablesF
  22828.  
  22829. BankB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22830.  
  22831. BankB.BorderSizePixel = 0
  22832.  
  22833. BankB.Position = UDim2.new(0, 145, 0, 10)
  22834.  
  22835. BankB.Size = UDim2.new(0, 125, 0, 25)
  22836.  
  22837. BankB.Font = Enum.Font.SourceSansBold
  22838.  
  22839. BankB.FontSize = Enum.FontSize.Size18
  22840.  
  22841. BankB.Text = "Bank Lasers"
  22842.  
  22843. BankB.TextColor3 = Color3.new(1, 1, 1)
  22844.  
  22845. BankB.TextSize = 16
  22846.  
  22847. BankB.MouseButton1Down:connect(function()
  22848.  
  22849. game.Workspace.Banks.Bank.Lasers:Remove()
  22850.  
  22851. end)
  22852.  
  22853.  
  22854.  
  22855. JewelryB.Name = "JewelryB"
  22856.  
  22857. JewelryB.Parent = RemoveablesF
  22858.  
  22859. JewelryB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22860.  
  22861. JewelryB.BorderSizePixel = 0
  22862.  
  22863. JewelryB.Position = UDim2.new(0, 280, 0, 10)
  22864.  
  22865. JewelryB.Size = UDim2.new(0, 125, 0, 25)
  22866.  
  22867. JewelryB.Font = Enum.Font.SourceSansBold
  22868.  
  22869. JewelryB.FontSize = Enum.FontSize.Size18
  22870.  
  22871. JewelryB.Text = "Jewelry Store Lasers"
  22872.  
  22873. JewelryB.TextColor3 = Color3.new(1, 1, 1)
  22874.  
  22875. JewelryB.TextSize = 16
  22876.  
  22877. JewelryB.MouseButton1Down:connect(function()
  22878.  
  22879. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  22880.  
  22881. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  22882.  
  22883. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  22884.  
  22885. end)
  22886.  
  22887.  
  22888.  
  22889. CellB.Name = "CellB"
  22890.  
  22891. CellB.Parent = RemoveablesF
  22892.  
  22893. CellB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22894.  
  22895. CellB.BorderSizePixel = 0
  22896.  
  22897. CellB.Position = UDim2.new(0, 10, 0, 45)
  22898.  
  22899. CellB.Size = UDim2.new(0, 125, 0, 25)
  22900.  
  22901. CellB.Font = Enum.Font.SourceSansBold
  22902.  
  22903. CellB.FontSize = Enum.FontSize.Size18
  22904.  
  22905. CellB.Text = "Cell Bars"
  22906.  
  22907. CellB.TextColor3 = Color3.new(1, 1, 1)
  22908.  
  22909. CellB.TextSize = 16
  22910.  
  22911. CellB.MouseButton1Down:connect(function()
  22912.  
  22913. game.Workspace.Cells:Remove()
  22914.  
  22915. end)
  22916.  
  22917.  
  22918.  
  22919. Open.Name = "Open"
  22920.  
  22921. Open.Parent = Corruption
  22922.  
  22923. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  22924.  
  22925. Open.BorderSizePixel = 0
  22926.  
  22927. Open.Position = UDim2.new(0, 0, 0.600000024, 0)
  22928.  
  22929. Open.Size = UDim2.new(0, 125, 0, 25)
  22930.  
  22931. Open.Font = Enum.Font.SourceSansBold
  22932.  
  22933. Open.FontSize = Enum.FontSize.Size18
  22934.  
  22935. Open.Text = "Open"
  22936.  
  22937. Open.TextColor3 = Color3.new(1, 1, 1)
  22938.  
  22939. Open.TextSize = 16
  22940.  
  22941. Open.MouseButton1Down:connect(function()
  22942.  
  22943. Main.Visible = true
  22944.  
  22945. Open.Visible = false
  22946.  
  22947. end)
  22948.  
  22949. while true do
  22950.  
  22951. wait()
  22952.  
  22953. if Arrest == true then
  22954.  
  22955. local Player = game.Players.LocalPlayer
  22956.  
  22957. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  22958.  
  22959. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  22960.  
  22961. end
  22962.  
  22963. elseif Walk == true then
  22964.  
  22965. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 10000
  22966.  
  22967. end
  22968.  
  22969. end
  22970.  
  22971. end)
  22972.  
  22973.  
  22974.  
  22975. PPCCGUI.Name = "PPCCGUI"
  22976.  
  22977. PPCCGUI.Parent = GameScriptsFrame
  22978.  
  22979. PPCCGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  22980.  
  22981. PPCCGUI.BorderSizePixel = 0
  22982.  
  22983. PPCCGUI.Position = UDim2.new(0, 35, 0, 295)
  22984.  
  22985. PPCCGUI.Size = UDim2.new(0, 200, 0, 50)
  22986.  
  22987. PPCCGUI.Font = Enum.Font.SourceSansBold
  22988.  
  22989. PPCCGUI.FontSize = Enum.FontSize.Size14
  22990.  
  22991. PPCCGUI.Text = "Papa Ccaps GUI"
  22992.  
  22993. PPCCGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  22994.  
  22995. PPCCGUI.TextScaled = true
  22996.  
  22997. PPCCGUI.TextSize = 14
  22998.  
  22999. PPCCGUI.TextWrapped = true
  23000.  
  23001. PPCCGUI.MouseButton1Down:connect(function()
  23002.  
  23003. local gui = game:GetObjects("rbxassetid://852724182")[1]
  23004.  
  23005. gui.Parent = game.CoreGui
  23006.  
  23007.  
  23008.  
  23009. local auto = false
  23010.  
  23011.  
  23012.  
  23013. local pass = false
  23014.  
  23015.  
  23016.  
  23017. local Buttons = {
  23018.  
  23019. ["Bank Lobby"] = CFrame.new(30,18, 851),
  23020.  
  23021. ["Bank Vault"] = CFrame.new(23, 5, 800),
  23022.  
  23023. ["Criminal Base"] = CFrame.new(1562,49,-1754),
  23024.  
  23025. ["Gas Station"] = CFrame.new(-1522, 17, 696),
  23026.  
  23027. ["Jewerly Store Top"] = CFrame.new(105, 85, 1322),
  23028.  
  23029. ["Jewerly Store Bottom"] = CFrame.new(124, 17, 1317),
  23030.  
  23031. ["Police Station"] = CFrame.new(-1139,17,-1584),
  23032.  
  23033. Helicopter = CFrame.new(-1175, 57, -1578),
  23034.  
  23035. ["Car Garage"] = CFrame.new(-363, 17, 1160),
  23036.  
  23037. Prison = CFrame.new(-1417,18,-1707),
  23038.  
  23039. }
  23040.  
  23041.  
  23042.  
  23043. function Tele(coords)
  23044.  
  23045. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coords
  23046.  
  23047. end
  23048.  
  23049.  
  23050.  
  23051. for i,v in pairs(Buttons) do
  23052.  
  23053. local B = gui.T:Clone()
  23054.  
  23055. B.Name = i
  23056.  
  23057. B.Text = i
  23058.  
  23059. B.Visible = true
  23060.  
  23061. B.MouseButton1Down:connect(function()
  23062.  
  23063. Tele(v)
  23064.  
  23065. end)
  23066.  
  23067. B.Parent = gui.Holder.Manual
  23068.  
  23069. end
  23070.  
  23071.  
  23072.  
  23073. gui.Holder.Bank.MouseButton1Down:connect(function()
  23074.  
  23075. auto = not auto
  23076.  
  23077. if not auto then
  23078.  
  23079. gui.Holder.Bank.Text = "Auto-Bank Rob: Off"
  23080.  
  23081. else
  23082.  
  23083. gui.Holder.Bank.Text = "Auto-Bank Rob: On"
  23084.  
  23085. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  23086.  
  23087. Tele(Buttons["Bank Lobby"])
  23088.  
  23089. wait(0.3)
  23090.  
  23091. Tele(Buttons["Bank Vault"])
  23092.  
  23093. if pass then
  23094.  
  23095. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  23096.  
  23097. wait(0.1)
  23098.  
  23099. Tele(Buttons["Criminal Base"])
  23100.  
  23101. else
  23102.  
  23103. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  23104.  
  23105. wait(0.1)
  23106.  
  23107. Tele(Buttons["Criminal Base"])
  23108.  
  23109. end
  23110.  
  23111. end
  23112.  
  23113. end
  23114.  
  23115. end)
  23116.  
  23117.  
  23118.  
  23119. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  23120.  
  23121. gui.Holder.Bank.Status.Text = "Bank: Open"
  23122.  
  23123. else
  23124.  
  23125. gui.Holder.Bank.Status.Text = "Bank: Closed"
  23126.  
  23127. end
  23128.  
  23129.  
  23130.  
  23131. if game:GetService("MarketplaceService"):PlayerOwnsAsset(game.Players.LocalPlayer, 739192969) then
  23132.  
  23133. pass = true
  23134.  
  23135. end
  23136.  
  23137.  
  23138.  
  23139. game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Changed:connect(function()
  23140.  
  23141. wait(0.8)
  23142.  
  23143. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  23144.  
  23145. gui.Holder.Bank.Status.Text = "Bank: Open"
  23146.  
  23147. else
  23148.  
  23149. gui.Holder.Bank.Status.Text = "Bank: Closed"
  23150.  
  23151. end
  23152.  
  23153. if auto and game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  23154.  
  23155. Tele(Buttons["Bank Lobby"])
  23156.  
  23157. wait(0.8)
  23158.  
  23159. Tele(Buttons["Bank Vault"])
  23160.  
  23161. if pass then
  23162.  
  23163. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  23164.  
  23165. wait(0.1)
  23166.  
  23167. Tele(Buttons["Criminal Base"])
  23168.  
  23169. else
  23170.  
  23171. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  23172.  
  23173. wait(0.1)
  23174.  
  23175. Tele(Buttons["Criminal Base"])
  23176.  
  23177. end
  23178.  
  23179. end
  23180.  
  23181. end)
  23182.  
  23183. end)
  23184.  
  23185.  
  23186.  
  23187. PhantomForces.Name = "PhantomForces"
  23188.  
  23189. PhantomForces.Parent = GameScriptsFrame
  23190.  
  23191. PhantomForces.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  23192.  
  23193. PhantomForces.BorderSizePixel = 0
  23194.  
  23195. PhantomForces.Position = UDim2.new(0, 300, 0, 84)
  23196.  
  23197. PhantomForces.Size = UDim2.new(0, 200, 0, 50)
  23198.  
  23199. PhantomForces.Font = Enum.Font.SourceSansBold
  23200.  
  23201. PhantomForces.FontSize = Enum.FontSize.Size14
  23202.  
  23203. PhantomForces.Text = "Phantom Forces"
  23204.  
  23205. PhantomForces.TextColor3 = Color3.new(0.666667, 0, 0)
  23206.  
  23207. PhantomForces.TextScaled = true
  23208.  
  23209. PhantomForces.TextSize = 14
  23210.  
  23211. PhantomForces.TextWrapped = true
  23212.  
  23213. --[[PhantomForces.MouseButton1Down:connect(function()
  23214.  
  23215. Script Here
  23216.  
  23217. end)]]
  23218.  
  23219.  
  23220.  
  23221. PFGUI.Name = "PFGUI"
  23222.  
  23223. PFGUI.Parent = GameScriptsFrame
  23224.  
  23225. PFGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  23226.  
  23227. PFGUI.BorderSizePixel = 0
  23228.  
  23229. PFGUI.Position = UDim2.new(0, 300, 0, 155)
  23230.  
  23231. PFGUI.Size = UDim2.new(0, 200, 0, 50)
  23232.  
  23233. PFGUI.Font = Enum.Font.SourceSansBold
  23234.  
  23235. PFGUI.FontSize = Enum.FontSize.Size14
  23236.  
  23237. PFGUI.Text = "Phantom Forces GUI"
  23238.  
  23239. PFGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  23240.  
  23241. PFGUI.TextScaled = true
  23242.  
  23243. PFGUI.TextSize = 14
  23244.  
  23245. PFGUI.TextWrapped = true
  23246.  
  23247. PFGUI.MouseButton1Down:connect(function()
  23248.  
  23249.  
  23250.  
  23251. -- MORTADEX
  23252.  
  23253. -- WRITTEN BY LOUKA @ V3RMILLION
  23254.  
  23255. -- DON'T JEW THE LOCALSCRIPT IF YOU DON'T KNOW HOW TO SCRIPT
  23256.  
  23257.  
  23258.  
  23259. local Mortadex = {}
  23260.  
  23261. Mortadex.Version = "1"
  23262.  
  23263. Mortadex.Modules = {}
  23264.  
  23265. Mortadex.ModuleCount = 0
  23266.  
  23267. Mortadex.ModuleSelection = 1
  23268.  
  23269.  
  23270.  
  23271. Mortadex.Stealth = true -- this will just remove print messages
  23272.  
  23273. Mortadex.Debug = false
  23274.  
  23275. Mortadex.FreeForAll = false
  23276.  
  23277. Mortadex.Studio = false
  23278.  
  23279.  
  23280.  
  23281. function Mortadex:RegisterModule(name, onrender, norender)
  23282.  
  23283. if Mortadex.Modules[name] then
  23284.  
  23285. return error("Module \""..name.."\" already registered!")
  23286.  
  23287. else
  23288.  
  23289. Mortadex:FLog("Registering module \"%s\"", name)
  23290.  
  23291. Mortadex.Modules[name] = {OnRender = onrender, NoRender = norender, Scratchpad = {}, Enabled = false, Order = Mortadex.ModuleCount}
  23292.  
  23293. Mortadex.ModuleCount = Mortadex.ModuleCount + 1
  23294.  
  23295. end
  23296.  
  23297. end
  23298.  
  23299.  
  23300.  
  23301. function Mortadex:Log(...)
  23302.  
  23303. if Mortadex.Stealth then return end
  23304.  
  23305. return print("[- MORTADEX -] ", ...)
  23306.  
  23307. end
  23308.  
  23309.  
  23310.  
  23311. function Mortadex:FLog(o, ...)
  23312.  
  23313. return Mortadex:Log(o:format(...))
  23314.  
  23315. end
  23316.  
  23317.  
  23318.  
  23319. local getrawmetatable = getrawmetatable
  23320.  
  23321.  
  23322.  
  23323. ---------------------------------------------------------------
  23324.  
  23325.  
  23326.  
  23327. Mortadex:Log("Loading core utilities...")
  23328.  
  23329.  
  23330.  
  23331. Mortadex.HookManager = {IdxHooks = {}, NIdxHooks = {}}
  23332.  
  23333. Mortadex.Utilities = {}
  23334.  
  23335. Mortadex.Services = {
  23336.  
  23337. Players = game:GetService("Players"),
  23338.  
  23339. Lighting = game:GetService("Lighting"),
  23340.  
  23341. RunService = game:GetService("RunService"),
  23342.  
  23343. UserInputService = game:GetService("UserInputService")
  23344.  
  23345. }
  23346.  
  23347. Mortadex.Instances = {
  23348.  
  23349. LocalPlayer = Mortadex.Services.Players.LocalPlayer,
  23350.  
  23351. LocalCharacter = Mortadex.Services.Players.LocalPlayer.Character,
  23352.  
  23353. LocalCamera = workspace.CurrentCamera,
  23354.  
  23355. LocalMouse = Mortadex.Services.Players.LocalPlayer:GetMouse()
  23356.  
  23357. }
  23358.  
  23359.  
  23360.  
  23361. function Mortadex.HookManager:Init()
  23362.  
  23363. if getrawmetatable then
  23364.  
  23365. local ObjectMt = getrawmetatable(game)
  23366.  
  23367. Mortadex.OriginalIndex = ObjectMt.__index
  23368.  
  23369. Mortadex.OriginalNewIndex = ObjectMt.__newindex
  23370.  
  23371.  
  23372.  
  23373. ObjectMt.__index = function(self, key)
  23374.  
  23375. local Hook = Mortadex.HookManager:LookupIndexHook(self, key)
  23376.  
  23377. if Hook then
  23378.  
  23379. return Hook(self)
  23380.  
  23381. else
  23382.  
  23383. return Mortadex.OriginalIndex(self, key)
  23384.  
  23385. end
  23386.  
  23387. end
  23388.  
  23389.  
  23390.  
  23391. ObjectMt.__newindex = function(self, key, value)
  23392.  
  23393. local Hook = Mortadex.HookManager:LookupNewIndexHook(self, key)
  23394.  
  23395. if Hook then
  23396.  
  23397. return Hook(self, value)
  23398.  
  23399. else
  23400.  
  23401. return Mortadex.OriginalNewIndex(self, key, value)
  23402.  
  23403. end
  23404.  
  23405. end
  23406.  
  23407.  
  23408.  
  23409. return true
  23410.  
  23411. end
  23412.  
  23413. end
  23414.  
  23415.  
  23416.  
  23417. function Mortadex.HookManager:LookupIndexHook(inst, key)
  23418.  
  23419. for _, Hook in next, Mortadex.HookManager.IdxHooks do
  23420.  
  23421. if Mortadex.OriginalIndex(inst, "IsA")(inst, Hook.AffectedClass) and Hook.Property == key then
  23422.  
  23423. return Hook.HookFunction
  23424.  
  23425. end
  23426.  
  23427. end
  23428.  
  23429. end
  23430.  
  23431.  
  23432.  
  23433. function Mortadex.HookManager:LookupNewIndexHook(inst, key)
  23434.  
  23435. for _, Hook in next, Mortadex.HookManager.NIdxHooks do
  23436.  
  23437. if Mortadex.OriginalIndex(inst, "IsA")(inst, Hook.AffectedClass) and Hook.Property == key then
  23438.  
  23439. return Hook.HookFunction
  23440.  
  23441. end
  23442.  
  23443. end
  23444.  
  23445. end
  23446.  
  23447.  
  23448.  
  23449. function Mortadex.HookManager:HookIndex(class, prop, f)
  23450.  
  23451. return table.insert(Mortadex.HookManager.IdxHooks, {AffectedClass = class, Property = prop, HookFunction = f})
  23452.  
  23453. end
  23454.  
  23455.  
  23456.  
  23457. function Mortadex.HookManager:HookNewIndex(class, prop, f)
  23458.  
  23459. return table.insert(Mortadex.HookManager.NIdxHooks, {AffectedClass = class, Property = prop, HookFunction = f})
  23460.  
  23461. end
  23462.  
  23463.  
  23464.  
  23465. function Mortadex.Utilities:WorldToScreenPoint(...)
  23466.  
  23467. return Mortadex.Instances.LocalCamera:WorldToScreenPoint(...)
  23468.  
  23469. end
  23470.  
  23471.  
  23472.  
  23473. function Mortadex.Utilities:PathObstructed(p1, p2, ...)
  23474.  
  23475. local ray = Ray.new(p1, (p2 - p1).unit * 500)
  23476.  
  23477. local haspart, hitpos = workspace:FindPartOnRayWithIgnoreList(ray, {...})
  23478.  
  23479. if haspart then return true, hitpos else return false end
  23480.  
  23481. end
  23482.  
  23483.  
  23484.  
  23485. function Mortadex.Utilities:GetReplicator()
  23486.  
  23487. return game:FindFirstChild("ClientReplicator", true)
  23488.  
  23489. end
  23490.  
  23491.  
  23492.  
  23493. function Mortadex.Utilities:GetSize(i)
  23494.  
  23495. if i:IsA("BasePart") then
  23496.  
  23497. return i.Size
  23498.  
  23499. elseif i:IsA("Model") then
  23500.  
  23501. return i:GetExtentsSize()
  23502.  
  23503. end
  23504.  
  23505. end
  23506.  
  23507.  
  23508.  
  23509. function Mortadex.Utilities:GetPlayers(mode)
  23510.  
  23511. local Result = {}
  23512.  
  23513. for _,player in next, Mortadex.Services.Players:GetPlayers() do
  23514.  
  23515. if mode == 0 then -- exclude players in current team
  23516.  
  23517. if (player ~= Mortadex.Instances.LocalPlayer and (Mortadex.Instances.LocalPlayer.TeamColor ~= player.TeamColor or (FreeForAll or DEBUG))) then
  23518.  
  23519. table.insert(Result, player)
  23520.  
  23521. end
  23522.  
  23523. else -- include everyone
  23524.  
  23525. table.insert(Result, player)
  23526.  
  23527. end
  23528.  
  23529. end
  23530.  
  23531. return Result
  23532.  
  23533. end
  23534.  
  23535.  
  23536.  
  23537. function Mortadex.Utilities:GetNearestPlayer()
  23538.  
  23539. if not Mortadex.Instances.LocalPlayer.Character then return end
  23540.  
  23541. local Players = Mortadex.Utilities:GetPlayers(0)
  23542.  
  23543. local SelectedPlayer, SelectedPlayerPrevDistance = nil, 25000
  23544.  
  23545. for i,v in next, Players do
  23546.  
  23547. if v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
  23548.  
  23549. local Distance = Mortadex.Utilities:GetDistance(Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.Position, v.Character.HumanoidRootPart.Position)
  23550.  
  23551. if Distance < SelectedPlayerPrevDistance then
  23552.  
  23553. SelectedPlayer = v
  23554.  
  23555. SelectedPlayerPrevDistance = Distance
  23556.  
  23557. end
  23558.  
  23559. end
  23560.  
  23561. end
  23562.  
  23563. return SelectedPlayer
  23564.  
  23565. end
  23566.  
  23567.  
  23568.  
  23569. function Mortadex.Utilities:GetDistance(v1, v2)
  23570.  
  23571. return (v1 - v2).magnitude
  23572.  
  23573. end
  23574.  
  23575.  
  23576.  
  23577. function Mortadex.Utilities:GetCanvas()
  23578.  
  23579. if not Mortadex.Canvas then
  23580.  
  23581. if getrawmetatable then
  23582.  
  23583. Mortadex.Canvas = Instance.new("ScreenGui", game:GetService("CoreGui"))
  23584.  
  23585. else
  23586.  
  23587. Mortadex.Canvas = Instance.new("ScreenGui", Mortadex.Services.Players.LocalPlayer.PlayerGui)
  23588.  
  23589. end
  23590.  
  23591. end
  23592.  
  23593. return Mortadex.Canvas
  23594.  
  23595. end
  23596.  
  23597.  
  23598.  
  23599. Mortadex.EmptyVector3 = Vector3.new()
  23600.  
  23601. Mortadex.EmptyCFrame = CFrame.new()
  23602.  
  23603.  
  23604.  
  23605. ---------------------------------------------------------------
  23606.  
  23607.  
  23608.  
  23609. --> ESP
  23610.  
  23611. Mortadex:RegisterModule("ESP", function(Storage)
  23612.  
  23613. local Canvas = Mortadex.Utilities:GetCanvas()
  23614.  
  23615. local Root = Canvas:FindFirstChild("ESP")
  23616.  
  23617. if not Root then
  23618.  
  23619. Root = Instance.new("Frame")
  23620.  
  23621. Root.Name = "ESP"
  23622.  
  23623. Root.Size = UDim2.new(1, 0, 1, 0)
  23624.  
  23625. Root.BackgroundTransparency = 1
  23626.  
  23627. end
  23628.  
  23629.  
  23630.  
  23631. Root:ClearAllChildren()
  23632.  
  23633. for _, Player in next, Mortadex.Utilities:GetPlayers(0) do
  23634.  
  23635. if Player.Character and Player.Character:FindFirstChild("Torso") then
  23636.  
  23637. local Locator = Instance.new("Frame")
  23638.  
  23639. Locator.BackgroundColor = Player.TeamColor
  23640.  
  23641. Locator.BackgroundTransparency = .5
  23642.  
  23643. local VPos, VVis = Mortadex.Utilities:WorldToScreenPoint(Player.Character.Torso.Position)
  23644.  
  23645. if VVis then
  23646.  
  23647. Locator.Size = UDim2.new(0, -2800 / VPos.z, 0, -4300 / VPos.z)
  23648.  
  23649. Locator.Position = UDim2.new(0, VPos.x - Locator.Size.X.Offset / 2, 0, VPos.y - Locator.Size.Y.Offset / 2)
  23650.  
  23651. local Name = Instance.new("TextLabel")
  23652.  
  23653. Name.TextColor3 = Color3.new(1,1,1)
  23654.  
  23655. Name.Size = UDim2.new(1,0,0, Locator.Size.Y.Offset / 5)
  23656.  
  23657. Name.BackgroundTransparency = 1
  23658.  
  23659. Name.TextScaled = true
  23660.  
  23661. Name.FontSize = 'Size24'
  23662.  
  23663. Name.Text = Player.Name
  23664.  
  23665. Name.TextStrokeTransparency = .3
  23666.  
  23667. Name.Font = 'SourceSansLight'
  23668.  
  23669. Name.TextXAlignment = 'Left'
  23670.  
  23671. Name.Parent = Locator
  23672.  
  23673. Locator.Parent = Root
  23674.  
  23675. else
  23676.  
  23677. Locator:Destroy()
  23678.  
  23679. end
  23680.  
  23681. end
  23682.  
  23683. end
  23684.  
  23685.  
  23686.  
  23687. if not Root.Parent then
  23688.  
  23689. Root.Parent = Canvas
  23690.  
  23691. end
  23692.  
  23693. end)
  23694.  
  23695.  
  23696.  
  23697. --> FreeForAll
  23698.  
  23699. Mortadex:RegisterModule("FreeForAll", function(Storage)
  23700.  
  23701. FreeForAll = true
  23702.  
  23703. end, function(Storage) FreeForAll = false end)
  23704.  
  23705.  
  23706.  
  23707. --> Chams
  23708.  
  23709. Mortadex:RegisterModule("Chams", function(Storage)
  23710.  
  23711. for i, Cham in next, Storage do
  23712.  
  23713. if Cham.Name:find("Cham") then
  23714.  
  23715. Cham:Destroy()
  23716.  
  23717. Storage[i] = nil
  23718.  
  23719. end
  23720.  
  23721. end
  23722.  
  23723.  
  23724.  
  23725. for _, Player in next, Mortadex.Utilities:GetPlayers(0) do
  23726.  
  23727. if Player.Character and Player.Character:FindFirstChild("Torso") then
  23728.  
  23729. for _, Part in next, Player.Character:GetChildren() do
  23730.  
  23731. if Part:IsA("PVInstance") then
  23732.  
  23733. local Box = Instance.new("BoxHandleAdornment")
  23734.  
  23735. Box.Size = Mortadex.Utilities:GetSize(Part) + Vector3.new(.2, .2, .2)
  23736.  
  23737. Box.Name = "Cham" .. Player.Name
  23738.  
  23739. Box.Color3 = Player.TeamColor.Color
  23740.  
  23741. Box.Adornee = Part
  23742.  
  23743. Box.AlwaysOnTop = true
  23744.  
  23745. Box.ZIndex = 5
  23746.  
  23747. Box.Transparency = .1
  23748.  
  23749. table.insert(Storage, Box)
  23750.  
  23751. Box.Parent = Mortadex.Utilities:GetCanvas()
  23752.  
  23753. end
  23754.  
  23755. end
  23756.  
  23757. end
  23758.  
  23759. end
  23760.  
  23761. end)
  23762.  
  23763.  
  23764.  
  23765. --> LagSwitch
  23766.  
  23767. Mortadex:RegisterModule("LagSwitch", function(Storage)
  23768.  
  23769. if not Storage.State then
  23770.  
  23771. Storage.State = true
  23772.  
  23773. local Replicator = Mortadex.Utilities:GetReplicator()
  23774.  
  23775. if Replicator then
  23776.  
  23777. Replicator:DisableProcessPackets()
  23778.  
  23779. end
  23780.  
  23781. end
  23782.  
  23783. end,
  23784.  
  23785.  
  23786.  
  23787. function(Storage)
  23788.  
  23789. if Storage.State then
  23790.  
  23791. Storage.State = false
  23792.  
  23793. local Replicator = Mortadex.Utilities:GetReplicator()
  23794.  
  23795. if Replicator then
  23796.  
  23797. Replicator:EnableProcessPackets()
  23798.  
  23799. end
  23800.  
  23801. end
  23802.  
  23803. end)
  23804.  
  23805.  
  23806.  
  23807. --> IronSight
  23808.  
  23809. Mortadex:RegisterModule("IronSight", function(Storage)
  23810.  
  23811. local Sight = Instance.new("Frame")
  23812.  
  23813. Sight.Size = UDim2.new(0, 5, 0, 5)
  23814.  
  23815. Sight.BackgroundTransparency = .5
  23816.  
  23817. Sight.BackgroundColor3 = Color3.new(1, 1, 1)
  23818.  
  23819. Sight.Position = UDim2.new(0, Mortadex.Instances.LocalMouse.X, 0, Mortadex.Instances.LocalMouse.Y)
  23820.  
  23821. Sight.Parent = Mortadex.Utilities:GetCanvas()
  23822.  
  23823. end)
  23824.  
  23825.  
  23826.  
  23827. --> KnifeMaster
  23828.  
  23829. Mortadex:RegisterModule("KnifeMaster", function(Storage)
  23830.  
  23831. if not Mortadex.Instances.LocalPlayer.Character then
  23832.  
  23833. return
  23834.  
  23835. end
  23836.  
  23837. local Pl = Mortadex.Utilities:GetNearestPlayer()
  23838.  
  23839. if Pl and Pl.Character and Mortadex.Utilities:GetDistance(Pl.Character.Torso.Position, Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.Position) < 150 then
  23840.  
  23841. Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.CFrame = Pl.Character.Torso.CFrame * CFrame.new(0,0,3)
  23842.  
  23843. end
  23844.  
  23845. end)
  23846.  
  23847.  
  23848.  
  23849. --> BigHead
  23850.  
  23851. Mortadex:RegisterModule("BigHead", function(Storage)
  23852.  
  23853. for _, v in next, Mortadex.Utilities:GetPlayers(0) do
  23854.  
  23855. if v.Character then
  23856.  
  23857. if not Storage[v.Name] then
  23858.  
  23859. Storage[v.Name] = { v.Character.Head.Size, v.Character.Head.CFrame }
  23860.  
  23861. end
  23862.  
  23863. v.Character.Head.CanCollide = false
  23864.  
  23865. v.Character.Head.Size = Vector3.new(40, 40, 40)
  23866.  
  23867. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 20, 0)
  23868.  
  23869. v.Character.Head.Transparency = .3
  23870.  
  23871. end
  23872.  
  23873. end
  23874.  
  23875. end,
  23876.  
  23877.  
  23878.  
  23879. function(Storage)
  23880.  
  23881. if not Storage.NormalSize then
  23882.  
  23883. Storage.NormalSize = Vector3.new(2, 1, 1)
  23884.  
  23885. end
  23886.  
  23887.  
  23888.  
  23889. for _, v in next, Mortadex.Utilities:GetPlayers(0) do
  23890.  
  23891. if v.Character then
  23892.  
  23893. v.Character.Head.CanCollide = true
  23894.  
  23895. v.Character.Head.Size = Storage.NormalSize
  23896.  
  23897. end
  23898.  
  23899. end
  23900.  
  23901. end)
  23902.  
  23903.  
  23904.  
  23905. ---------------------------------------------------------------
  23906.  
  23907.  
  23908.  
  23909. Mortadex:Log("Loading UI...")
  23910.  
  23911.  
  23912.  
  23913. function Mortadex:CreateWindow(name, size, timed_close, tween)
  23914.  
  23915. local TopBar = Instance.new("TextLabel")
  23916.  
  23917. TopBar.Name = "NO_CLEAR"
  23918.  
  23919. TopBar.Size = UDim2.new(size.X.Scale, size.X.Offset, 0, 20)
  23920.  
  23921. TopBar.BorderSizePixel = 0
  23922.  
  23923. TopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  23924.  
  23925. TopBar.Text = name
  23926.  
  23927. TopBar.TextXAlignment = Enum.TextXAlignment.Left
  23928.  
  23929. TopBar.TextScaled = true
  23930.  
  23931. TopBar.Font = Enum.Font.Code
  23932.  
  23933. TopBar.TextColor3 = Color3.new(0, 0, 0)
  23934.  
  23935. TopBar.Position = UDim2.new(.5, -(size.X.Offset/2), .5, -(size.Y.Offset/2))
  23936.  
  23937. TopBar.Draggable = true
  23938.  
  23939. TopBar.Active = true
  23940.  
  23941.  
  23942.  
  23943. local Window = Instance.new("Frame")
  23944.  
  23945. Window.Name = "Content"
  23946.  
  23947. Window.Size = size
  23948.  
  23949. Window.BackgroundColor3 = Color3.new(0, 0, 0)
  23950.  
  23951. Window.Position = UDim2.new(0, 0, 0, 20)
  23952.  
  23953. Window.BackgroundTransparency = .3
  23954.  
  23955. Window.BorderSizePixel = 0
  23956.  
  23957.  
  23958.  
  23959. if not timed_close then
  23960.  
  23961. local CloseBtn = Instance.new("TextButton", TopBar)
  23962.  
  23963. CloseBtn.Position = UDim2.new(1, -20, 0, 0)
  23964.  
  23965. CloseBtn.Size = UDim2.new(0, 20, 1, 0)
  23966.  
  23967. CloseBtn.BorderSizePixel = 0
  23968.  
  23969. CloseBtn.Name = "CloseBtn"
  23970.  
  23971. CloseBtn.BackgroundColor3 = Color3.new(0,0,0)
  23972.  
  23973. CloseBtn.TextColor3 = Color3.new(1, 0, 0)
  23974.  
  23975. CloseBtn.Text = "X"
  23976.  
  23977. CloseBtn.MouseButton1Click:connect(function()
  23978.  
  23979. TopBar:Destroy()
  23980.  
  23981. end)
  23982.  
  23983. else
  23984.  
  23985. local Countdown = Instance.new("TextLabel", TopBar)
  23986.  
  23987. Countdown.Position = UDim2.new(1, -20, 0, 0)
  23988.  
  23989. Countdown.Size = UDim2.new(0, 20, 1, 0)
  23990.  
  23991. Countdown.BackgroundTransparency = 1
  23992.  
  23993. Countdown.TextColor3 = Color3.new(0, 0, 0)
  23994.  
  23995. Countdown.Text = tostring(timed_close)
  23996.  
  23997. local BackPos
  23998.  
  23999. if tween then
  24000.  
  24001. BackPos = TopBar.Position
  24002.  
  24003. TopBar.Position = UDim2.new(.5, -(size.X.Offset/2), 1, 0)
  24004.  
  24005. end
  24006.  
  24007. spawn(function()
  24008.  
  24009. if tween then
  24010.  
  24011. TopBar:TweenPosition(BackPos, "Out", "Quad", .3, true)
  24012.  
  24013. end
  24014.  
  24015. for i = timed_close-1, 0, -1 do
  24016.  
  24017. wait(1)
  24018.  
  24019. Countdown.Text = tostring(i)
  24020.  
  24021. end
  24022.  
  24023. if not tween then
  24024.  
  24025. TopBar:Destroy()
  24026.  
  24027. else
  24028.  
  24029. TopBar:TweenPosition(UDim2.new(.5, -(size.X.Offset/2), 1, 0), "Out", "Sine", .3, true)
  24030.  
  24031. wait(.3)
  24032.  
  24033. TopBar:Destroy()
  24034.  
  24035. end
  24036.  
  24037. end)
  24038.  
  24039. end
  24040.  
  24041.  
  24042.  
  24043. Window.Parent = TopBar
  24044.  
  24045. TopBar.Parent = Mortadex.Utilities:GetCanvas()
  24046.  
  24047. return TopBar
  24048.  
  24049. end
  24050.  
  24051.  
  24052.  
  24053.  
  24054.  
  24055. ---------------------------------------------------------------
  24056.  
  24057.  
  24058.  
  24059. if not script then script = Instance.new("LocalScript") end
  24060.  
  24061. Mortadex.UpvalScript = script
  24062.  
  24063.  
  24064.  
  24065. Mortadex:Log("Hooking functions...")
  24066.  
  24067. Mortadex.HookManager:Init()
  24068.  
  24069. Mortadex.HookManager:HookIndex("Player", "Kick", error)
  24070.  
  24071. Mortadex.HookManager:HookIndex("BasePart", "Size", function(Part)
  24072.  
  24073. local caller_env = getfenv(1)
  24074.  
  24075. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  24076.  
  24077. if Part.Name == "Head" then
  24078.  
  24079. return Mortadex.EmptyVector3
  24080.  
  24081. end
  24082.  
  24083. end
  24084.  
  24085. return Mortadex.OriginalIndex(Part, "Size")
  24086.  
  24087. end)
  24088.  
  24089.  
  24090.  
  24091. Mortadex.HookManager:HookIndex("BasePart", "CFrame", function(Part)
  24092.  
  24093. local caller_env = getfenv(1)
  24094.  
  24095. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  24096.  
  24097. if Part.Name == "Head" then
  24098.  
  24099. return Mortadex.EmptyCFrame
  24100.  
  24101. end
  24102.  
  24103. end
  24104.  
  24105. return Mortadex.OriginalIndex(Part, "CFrame")
  24106.  
  24107. end)
  24108.  
  24109.  
  24110.  
  24111. Mortadex.HookManager:HookIndex("BasePart", "Transparency", function(Part)
  24112.  
  24113. local caller_env = getfenv(1)
  24114.  
  24115. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  24116.  
  24117. if Part.Name == "Head" then
  24118.  
  24119. return 0
  24120.  
  24121. end
  24122.  
  24123. end
  24124.  
  24125. return Mortadex.OriginalIndex(Part, "Transparency")
  24126.  
  24127. end)
  24128.  
  24129.  
  24130.  
  24131. Mortadex:Log("Creating menu...")
  24132.  
  24133. Mortadex.SelectionMenu = Mortadex:CreateWindow("Mortadex v"..Mortadex.Version, UDim2.new(0, 250, 0, 20 * Mortadex.ModuleCount))
  24134.  
  24135. Mortadex.SelectionMenu.Position = UDim2.new(0, 10, 0, 10)
  24136.  
  24137. Mortadex.SelectionMenu.CloseBtn:Destroy()
  24138.  
  24139.  
  24140.  
  24141. for ModuleName, Module in next, Mortadex.Modules do
  24142.  
  24143. local Entry = Instance.new("TextLabel")
  24144.  
  24145. Entry.BackgroundTransparency = 1
  24146.  
  24147. Entry.BackgroundColor3 = Color3.new(1,1,1)
  24148.  
  24149. Entry.TextColor3 = Color3.new(1, 1, 1)
  24150.  
  24151. Entry.TextScaled = true
  24152.  
  24153. Entry.Font = "Code"
  24154.  
  24155. Entry.TextXAlignment = "Left"
  24156.  
  24157. Entry.Text = ModuleName
  24158.  
  24159. Entry.Position = UDim2.new(0, 0, 0, 20 * Module.Order)
  24160.  
  24161. Entry.Size = UDim2.new(1, 0, 0, 20)
  24162.  
  24163. Entry.Name = tostring(Module.Order)
  24164.  
  24165. Entry.Parent = Mortadex.SelectionMenu.Content
  24166.  
  24167. Entry.BorderSizePixel = 0
  24168.  
  24169.  
  24170.  
  24171. local Status = Instance.new("Frame")
  24172.  
  24173. Status.BorderSizePixel = 0
  24174.  
  24175. Status.BackgroundColor3 = Color3.new(1, 0, 0)
  24176.  
  24177. Status.Size = UDim2.new(0, 5, 0, 5)
  24178.  
  24179. Status.Position = UDim2.new(1, -10, 0, 8)
  24180.  
  24181. Status.Name = "Status"
  24182.  
  24183. Status.Parent = Entry
  24184.  
  24185. end
  24186.  
  24187.  
  24188.  
  24189. Mortadex:Log("Connecting UI renderer...")
  24190.  
  24191. Mortadex.Services.RunService:BindToRenderStep("Mortadex", Enum.RenderPriority.Last.Value + 1, function()
  24192.  
  24193. for _, Object in next, Mortadex.Utilities:GetCanvas():GetChildren() do
  24194.  
  24195. if not Object.Name:find("NO_CLEAR") then
  24196.  
  24197. Object:Destroy()
  24198.  
  24199. end
  24200.  
  24201. end
  24202.  
  24203.  
  24204.  
  24205. for i, Module in next, Mortadex.Modules do
  24206.  
  24207. if Module.Enabled and Module.OnRender then
  24208.  
  24209. local Success, ErrMsg = pcall(Module.OnRender, Module.Scratchpad)
  24210.  
  24211. if not Success then
  24212.  
  24213. Mortadex:FLog("Panic during execution of \"%s\"::OnRender: %s", i, ErrMsg)
  24214.  
  24215. end
  24216.  
  24217. elseif not Module.Enabled and Module.NoRender then
  24218.  
  24219. local Success, ErrMsg = pcall(Module.NoRender, Module.Scratchpad)
  24220.  
  24221. if not Success then
  24222.  
  24223. Mortadex:FLog("Panic during execution of \"%s\"::NoRender: %s", i, ErrMsg)
  24224.  
  24225. end
  24226.  
  24227. end
  24228.  
  24229. end
  24230.  
  24231. end)
  24232.  
  24233.  
  24234.  
  24235. Mortadex:Log("Attaching controls...")
  24236.  
  24237. Mortadex.Services.UserInputService.InputBegan:connect(function(InputObject)
  24238.  
  24239. local PreviousSelection = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  24240.  
  24241. if PreviousSelection then
  24242.  
  24243. PreviousSelection.BackgroundTransparency = 1
  24244.  
  24245. PreviousSelection.TextColor3 = Color3.new(1, 1, 1)
  24246.  
  24247. end
  24248.  
  24249. if InputObject.KeyCode.Name == "J" then
  24250.  
  24251. Mortadex.ModuleSelection = Mortadex.ModuleSelection - 1
  24252.  
  24253. if Mortadex.ModuleSelection < 0 then
  24254.  
  24255. Mortadex.ModuleSelection = Mortadex.ModuleCount - 1
  24256.  
  24257. end
  24258.  
  24259. elseif InputObject.KeyCode.Name == "K" then
  24260.  
  24261. Mortadex.ModuleSelection = Mortadex.ModuleSelection + 1
  24262.  
  24263. if Mortadex.ModuleSelection > Mortadex.ModuleCount-1 then
  24264.  
  24265. Mortadex.ModuleSelection = 0
  24266.  
  24267. end
  24268.  
  24269. elseif InputObject.KeyCode.Name == "L" then
  24270.  
  24271. local EntryLabel = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  24272.  
  24273. if EntryLabel then
  24274.  
  24275. local ModuleEntry = Mortadex.Modules[EntryLabel.Text]
  24276.  
  24277. if ModuleEntry then
  24278.  
  24279. ModuleEntry.Enabled = not ModuleEntry.Enabled
  24280.  
  24281. if ModuleEntry.Enabled then
  24282.  
  24283. EntryLabel.Status.BackgroundColor3 = Color3.new(0, 1, 0)
  24284.  
  24285. else
  24286.  
  24287. EntryLabel.Status.BackgroundColor3 = Color3.new(1, 0, 0)
  24288.  
  24289. end
  24290.  
  24291. end
  24292.  
  24293. end
  24294.  
  24295. elseif InputObject.KeyCode.Name == "P" then
  24296.  
  24297. Mortadex.SelectionMenu.Position = UDim2.new(1, -270, 0, 10)
  24298.  
  24299. end
  24300.  
  24301. local EntryLabel = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  24302.  
  24303. if EntryLabel then
  24304.  
  24305. EntryLabel.BackgroundTransparency = .3
  24306.  
  24307. EntryLabel.TextColor3 = Color3.new(0, 0, 0)
  24308.  
  24309. end
  24310.  
  24311. end)
  24312.  
  24313.  
  24314.  
  24315. Mortadex:Log("Finishing up...")
  24316.  
  24317. local IntroWindow = Mortadex:CreateWindow("Mortadex", UDim2.new(0, 350, 0, 200), 5, true)
  24318.  
  24319. local IntroLabel = Instance.new("TextLabel")
  24320.  
  24321. IntroLabel.Font = "Code"
  24322.  
  24323. IntroLabel.TextWrapped = true
  24324.  
  24325. IntroLabel.FontSize = "Size24"
  24326.  
  24327. IntroLabel.TextColor3 = Color3.new(1, 1, 1)
  24328.  
  24329. IntroLabel.BackgroundTransparency = 1
  24330.  
  24331. IntroLabel.Text = "Welcome to Mortadex! If you need to change the menu's placement, simply drag the window around the screen. Press P to dock the window to the right side of the screen in case the chat blocks the menu."
  24332.  
  24333. IntroLabel.Parent = IntroWindow.Content
  24334.  
  24335. IntroLabel.Size = UDim2.new(1, 0, 1, 0)
  24336.  
  24337.  
  24338.  
  24339. Mortadex:Log("Initialization complete!")
  24340.  
  24341.  
  24342.  
  24343. end)
  24344.  
  24345.  
  24346.  
  24347. LUMMONEX.Name = "LUMMONEX"
  24348.  
  24349. LUMMONEX.Parent = GameScriptsFrame
  24350.  
  24351. LUMMONEX.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  24352.  
  24353. LUMMONEX.BorderSizePixel = 0
  24354.  
  24355. LUMMONEX.Position = UDim2.new(0, 565, 0, 225)
  24356.  
  24357. LUMMONEX.Size = UDim2.new(0, 200, 0, 50)
  24358.  
  24359. LUMMONEX.Font = Enum.Font.SourceSansBold
  24360.  
  24361. LUMMONEX.FontSize = Enum.FontSize.Size14
  24362.  
  24363. LUMMONEX.Text = "Lummonex"
  24364.  
  24365. LUMMONEX.TextColor3 = Color3.new(0.666667, 0, 0)
  24366.  
  24367. LUMMONEX.TextScaled = true
  24368.  
  24369. LUMMONEX.TextSize = 14
  24370.  
  24371. LUMMONEX.TextWrapped = true
  24372.  
  24373. LUMMONEX.MouseButton1Down:connect(function()
  24374.  
  24375.  
  24376.  
  24377. if game.CoreGui:FindFirstChild("Lumonex") then
  24378.  
  24379. game.CoreGui.Lumonex:destroy()
  24380.  
  24381. end
  24382.  
  24383. local Lumonex = Instance.new("ScreenGui")
  24384.  
  24385. local Main = Instance.new("Frame")
  24386.  
  24387. local Title = Instance.new("TextLabel")
  24388.  
  24389. local Version = Instance.new("TextLabel")
  24390.  
  24391. local Players = Instance.new("Frame")
  24392.  
  24393. local P1 = Instance.new("TextButton")
  24394.  
  24395. local P2 = Instance.new("TextButton")
  24396.  
  24397. local P3 = Instance.new("TextButton")
  24398.  
  24399. local P4 = Instance.new("TextButton")
  24400.  
  24401. local P5 = Instance.new("TextButton")
  24402.  
  24403. local P6 = Instance.new("TextButton")
  24404.  
  24405. local Locations = Instance.new("ScrollingFrame")
  24406.  
  24407. local Spawn = Instance.new("TextButton")
  24408.  
  24409. local LandStore = Instance.new("TextButton")
  24410.  
  24411. local Dock = Instance.new("TextButton")
  24412.  
  24413. local WoodRUs = Instance.new("TextButton")
  24414.  
  24415. local LinksLogic = Instance.new("TextButton")
  24416.  
  24417. local Cave = Instance.new("TextButton")
  24418.  
  24419. local Swamp = Instance.new("TextButton")
  24420.  
  24421. local Volcano = Instance.new("TextButton")
  24422.  
  24423. local FancyFurnishings = Instance.new("TextButton")
  24424.  
  24425. local PalmIsland = Instance.new("TextButton")
  24426.  
  24427. local FineArtsShop = Instance.new("TextButton")
  24428.  
  24429. local BoxedCars = Instance.new("TextButton")
  24430.  
  24431. local ShrineofSight = Instance.new("TextButton")
  24432.  
  24433. local BobsShack = Instance.new("TextButton")
  24434.  
  24435. local PSelected = Instance.new("TextLabel")
  24436.  
  24437. local LocSelected = Instance.new("TextLabel")
  24438.  
  24439. local TpToPlr = Instance.new("TextButton")
  24440.  
  24441. local TpToLoc = Instance.new("TextButton")
  24442.  
  24443. local TpToPlot = Instance.new("TextButton")
  24444.  
  24445. local TpToPlrsPlot = Instance.new("TextButton")
  24446.  
  24447. local BringWood = Instance.new("TextButton")
  24448.  
  24449. local Cls = Instance.new("TextButton")
  24450.  
  24451. local Open = Instance.new("TextButton")
  24452.  
  24453. local CG = game.CoreGui
  24454.  
  24455. --if game.Players.LocalPlayer.Name == "ArivaAriva" or game.Players.LocalPlayer.Name == "Kidd_Ink" or game.Players.LocalPlayer.Name == "HAZERTIS" or game.Players.LocalPlayer.Name == "Jwar67" or game.Players.LocalPlayer.Name == "lblazikenn" or game.Players.LocalPlayer.Name == "WolfyWolfyDk" or game.Players.LocalPlayer.Name == "clash778" or game.Players.LocalPlayer.Name == "fireconnor234" then
  24456.  
  24457. Lumonex.Name = "Lumonex"
  24458.  
  24459. Lumonex.Parent = game.CoreGui
  24460.  
  24461. do
  24462.  
  24463. local CGG = CG.Lumonex
  24464.  
  24465. Main.Name = "Main"
  24466.  
  24467. Main.Parent = Lumonex
  24468.  
  24469. Main.BackgroundColor3 = Color3.new(1, 0.819608, 0.360784)
  24470.  
  24471. Main.BorderSizePixel = 5
  24472.  
  24473. Main.Position = UDim2.new(0, 325, 0, 75)
  24474.  
  24475. Main.Size = UDim2.new(0, 500, 0, 400)
  24476.  
  24477. Main.Active = true
  24478.  
  24479. Main.Visible = false
  24480.  
  24481. Main.Draggable = true
  24482.  
  24483. Title.Name = "Title"
  24484.  
  24485. Title.Parent = Main
  24486.  
  24487. Title.BackgroundColor3 = Color3.new(1, 0.772549, 0.0901961)
  24488.  
  24489. Title.Size = UDim2.new(0, 500, 0, 35)
  24490.  
  24491. Title.Font = Enum.Font.Code
  24492.  
  24493. Title.FontSize = Enum.FontSize.Size18
  24494.  
  24495. Title.Text = "Lumonex"
  24496.  
  24497. Title.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  24498.  
  24499. Title.TextSize = 18
  24500.  
  24501. Version.Name = "Version"
  24502.  
  24503. Version.Parent = Main
  24504.  
  24505. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  24506.  
  24507. Version.BackgroundTransparency = 1
  24508.  
  24509. Version.Position = UDim2.new(0, 3, 0, 370)
  24510.  
  24511. Version.Size = UDim2.new(0, 50, 0, 25)
  24512.  
  24513. Version.Font = Enum.Font.Code
  24514.  
  24515. Version.FontSize = Enum.FontSize.Size18
  24516.  
  24517. Version.Text = "v1.0"
  24518.  
  24519. Version.TextSize = 18
  24520.  
  24521. Version.TextXAlignment = Enum.TextXAlignment.Left
  24522.  
  24523. Players.Name = "Players"
  24524.  
  24525. Players.Parent = Main
  24526.  
  24527. Players.BackgroundColor3 = Color3.new(1, 0.729412, 0.184314)
  24528.  
  24529. Players.Position = UDim2.new(0, 75, 0, 300)
  24530.  
  24531. Players.Size = UDim2.new(0, 347, 0, 63)
  24532.  
  24533. P1.Name = "P1"
  24534.  
  24535. P1.Parent = Players
  24536.  
  24537. P1.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24538.  
  24539. P1.Size = UDim2.new(0, 115, 0, 30)
  24540.  
  24541. P1.Visible = false
  24542.  
  24543. P1.Font = Enum.Font.Cartoon
  24544.  
  24545. P1.FontSize = Enum.FontSize.Size14
  24546.  
  24547. P1.Text = ""
  24548.  
  24549. P1.TextColor3 = Color3.new(1, 1, 1)
  24550.  
  24551. P1.TextSize = 14
  24552.  
  24553. P2.Name = "P2"
  24554.  
  24555. P2.Parent = Players
  24556.  
  24557. P2.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24558.  
  24559. P2.Position = UDim2.new(0, 116, 0, 0)
  24560.  
  24561. P2.Size = UDim2.new(0, 115, 0, 30)
  24562.  
  24563. P2.Visible = false
  24564.  
  24565. P2.Font = Enum.Font.Cartoon
  24566.  
  24567. P2.FontSize = Enum.FontSize.Size14
  24568.  
  24569. P2.Text = ""
  24570.  
  24571. P2.TextColor3 = Color3.new(1, 1, 1)
  24572.  
  24573. P2.TextSize = 14
  24574.  
  24575. P3.Name = "P3"
  24576.  
  24577. P3.Parent = Players
  24578.  
  24579. P3.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24580.  
  24581. P3.Position = UDim2.new(0, 232, 0, 0)
  24582.  
  24583. P3.Size = UDim2.new(0, 115, 0, 30)
  24584.  
  24585. P3.Visible = false
  24586.  
  24587. P3.Font = Enum.Font.Cartoon
  24588.  
  24589. P3.FontSize = Enum.FontSize.Size14
  24590.  
  24591. P3.Text = ""
  24592.  
  24593. P3.TextColor3 = Color3.new(1, 1, 1)
  24594.  
  24595. P3.TextSize = 14
  24596.  
  24597. P4.Name = "P4"
  24598.  
  24599. P4.Parent = Players
  24600.  
  24601. P4.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24602.  
  24603. P4.Position = UDim2.new(0, 232, 0, 32)
  24604.  
  24605. P4.Size = UDim2.new(0, 115, 0, 30)
  24606.  
  24607. P4.Visible = false
  24608.  
  24609. P4.Font = Enum.Font.Cartoon
  24610.  
  24611. P4.FontSize = Enum.FontSize.Size14
  24612.  
  24613. P4.Text = ""
  24614.  
  24615. P4.TextColor3 = Color3.new(1, 1, 1)
  24616.  
  24617. P4.TextSize = 14
  24618.  
  24619. P5.Name = "P5"
  24620.  
  24621. P5.Parent = Players
  24622.  
  24623. P5.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24624.  
  24625. P5.Position = UDim2.new(0, 116, 0, 32)
  24626.  
  24627. P5.Size = UDim2.new(0, 115, 0, 30)
  24628.  
  24629. P5.Visible = false
  24630.  
  24631. P5.Font = Enum.Font.Cartoon
  24632.  
  24633. P5.FontSize = Enum.FontSize.Size14
  24634.  
  24635. P5.Text = ""
  24636.  
  24637. P5.TextColor3 = Color3.new(1, 1, 1)
  24638.  
  24639. P5.TextSize = 14
  24640.  
  24641. P6.Name = "P6"
  24642.  
  24643. P6.Parent = Players
  24644.  
  24645. P6.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24646.  
  24647. P6.Position = UDim2.new(0, 0, 0, 32)
  24648.  
  24649. P6.Size = UDim2.new(0, 115, 0, 30)
  24650.  
  24651. P6.Visible = false
  24652.  
  24653. P6.Font = Enum.Font.Cartoon
  24654.  
  24655. P6.FontSize = Enum.FontSize.Size14
  24656.  
  24657. P6.Text = ""
  24658.  
  24659. P6.TextColor3 = Color3.new(1, 1, 1)
  24660.  
  24661. P6.TextSize = 14
  24662.  
  24663. Locations.Name = "Locations"
  24664.  
  24665. Locations.Parent = Main
  24666.  
  24667. Locations.BackgroundColor3 = Color3.new(1, 0.803922, 0.403922)
  24668.  
  24669. Locations.Position = UDim2.new(0, 75, 0, 175)
  24670.  
  24671. Locations.Size = UDim2.new(0, 347, 0, 57)
  24672.  
  24673. Locations.CanvasSize = UDim2.new(1, 200, 0, 0)
  24674.  
  24675. Locations.ScrollBarThickness = 6
  24676.  
  24677. Spawn.Name = "Spawn"
  24678.  
  24679. Spawn.Parent = Locations
  24680.  
  24681. Spawn.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24682.  
  24683. Spawn.Size = UDim2.new(0, 100, 0, 25)
  24684.  
  24685. Spawn.Font = Enum.Font.Code
  24686.  
  24687. Spawn.FontSize = Enum.FontSize.Size12
  24688.  
  24689. Spawn.Text = "Spawn"
  24690.  
  24691. Spawn.TextSize = 12
  24692.  
  24693. LandStore.Name = "Land Store"
  24694.  
  24695. LandStore.Parent = Locations
  24696.  
  24697. LandStore.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24698.  
  24699. LandStore.Position = UDim2.new(0, 0, 0, 25)
  24700.  
  24701. LandStore.Size = UDim2.new(0, 100, 0, 25)
  24702.  
  24703. LandStore.Font = Enum.Font.Code
  24704.  
  24705. LandStore.FontSize = Enum.FontSize.Size12
  24706.  
  24707. LandStore.Text = "Land Store"
  24708.  
  24709. LandStore.TextSize = 12
  24710.  
  24711. Dock.Name = "Dock"
  24712.  
  24713. Dock.Parent = Locations
  24714.  
  24715. Dock.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24716.  
  24717. Dock.Position = UDim2.new(0, 100, 0, 25)
  24718.  
  24719. Dock.Size = UDim2.new(0, 100, 0, 25)
  24720.  
  24721. Dock.Font = Enum.Font.Code
  24722.  
  24723. Dock.FontSize = Enum.FontSize.Size12
  24724.  
  24725. Dock.Text = "Dock"
  24726.  
  24727. Dock.TextSize = 12
  24728.  
  24729. WoodRUs.Name = "Wood RUs"
  24730.  
  24731. WoodRUs.Parent = Locations
  24732.  
  24733. WoodRUs.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24734.  
  24735. WoodRUs.Position = UDim2.new(0, 100, 0, 0)
  24736.  
  24737. WoodRUs.Size = UDim2.new(0, 100, 0, 25)
  24738.  
  24739. WoodRUs.Font = Enum.Font.Code
  24740.  
  24741. WoodRUs.FontSize = Enum.FontSize.Size12
  24742.  
  24743. WoodRUs.Text = "Wood RUs"
  24744.  
  24745. WoodRUs.TextSize = 12
  24746.  
  24747. LinksLogic.Name = "Link's Logic"
  24748.  
  24749. LinksLogic.Parent = Locations
  24750.  
  24751. LinksLogic.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24752.  
  24753. LinksLogic.Position = UDim2.new(0, 200, 0, 0)
  24754.  
  24755. LinksLogic.Size = UDim2.new(0, 100, 0, 25)
  24756.  
  24757. LinksLogic.Font = Enum.Font.Code
  24758.  
  24759. LinksLogic.FontSize = Enum.FontSize.Size12
  24760.  
  24761. LinksLogic.Text = "Link's Logic"
  24762.  
  24763. LinksLogic.TextSize = 12
  24764.  
  24765. Cave.Name = "Cave"
  24766.  
  24767. Cave.Parent = Locations
  24768.  
  24769. Cave.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24770.  
  24771. Cave.Position = UDim2.new(0, 200, 0, 25)
  24772.  
  24773. Cave.Size = UDim2.new(0, 100, 0, 25)
  24774.  
  24775. Cave.Font = Enum.Font.Code
  24776.  
  24777. Cave.FontSize = Enum.FontSize.Size12
  24778.  
  24779. Cave.Text = "Cave"
  24780.  
  24781. Cave.TextSize = 12
  24782.  
  24783. Swamp.Name = "Swamp"
  24784.  
  24785. Swamp.Parent = Locations
  24786.  
  24787. Swamp.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24788.  
  24789. Swamp.Position = UDim2.new(0, 300, 0, 25)
  24790.  
  24791. Swamp.Size = UDim2.new(0, 100, 0, 25)
  24792.  
  24793. Swamp.Font = Enum.Font.Code
  24794.  
  24795. Swamp.FontSize = Enum.FontSize.Size12
  24796.  
  24797. Swamp.Text = "Swamp"
  24798.  
  24799. Swamp.TextSize = 12
  24800.  
  24801. Volcano.Name = "Volcano"
  24802.  
  24803. Volcano.Parent = Locations
  24804.  
  24805. Volcano.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24806.  
  24807. Volcano.Position = UDim2.new(0, 300, 0, 0)
  24808.  
  24809. Volcano.Size = UDim2.new(0, 100, 0, 25)
  24810.  
  24811. Volcano.Font = Enum.Font.Code
  24812.  
  24813. Volcano.FontSize = Enum.FontSize.Size12
  24814.  
  24815. Volcano.Text = "Volcano"
  24816.  
  24817. Volcano.TextSize = 12
  24818.  
  24819. FancyFurnishings.Name = "Fancy Furnishings"
  24820.  
  24821. FancyFurnishings.Parent = Locations
  24822.  
  24823. FancyFurnishings.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24824.  
  24825. FancyFurnishings.Position = UDim2.new(0, 400, 0, 25)
  24826.  
  24827. FancyFurnishings.Size = UDim2.new(0, 100, 0, 25)
  24828.  
  24829. FancyFurnishings.Font = Enum.Font.Code
  24830.  
  24831. FancyFurnishings.FontSize = Enum.FontSize.Size12
  24832.  
  24833. FancyFurnishings.Text = "Fancy Furnishings"
  24834.  
  24835. FancyFurnishings.TextSize = 12
  24836.  
  24837. PalmIsland.Name = "Palm Island"
  24838.  
  24839. PalmIsland.Parent = Locations
  24840.  
  24841. PalmIsland.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24842.  
  24843. PalmIsland.Position = UDim2.new(0, 400, 0, 0)
  24844.  
  24845. PalmIsland.Size = UDim2.new(0, 100, 0, 25)
  24846.  
  24847. PalmIsland.Font = Enum.Font.Code
  24848.  
  24849. PalmIsland.FontSize = Enum.FontSize.Size12
  24850.  
  24851. PalmIsland.Text = "Palm Island"
  24852.  
  24853. PalmIsland.TextSize = 12
  24854.  
  24855. FineArtsShop.Name = "Fine Arts Shop"
  24856.  
  24857. FineArtsShop.Parent = Locations
  24858.  
  24859. FineArtsShop.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24860.  
  24861. FineArtsShop.Position = UDim2.new(0, 500, 0, 25)
  24862.  
  24863. FineArtsShop.Size = UDim2.new(0, 100, 0, 25)
  24864.  
  24865. FineArtsShop.Font = Enum.Font.Code
  24866.  
  24867. FineArtsShop.FontSize = Enum.FontSize.Size12
  24868.  
  24869. FineArtsShop.Text = "Fine Arts Shop"
  24870.  
  24871. FineArtsShop.TextSize = 12
  24872.  
  24873. BoxedCars.Name = "Boxed Cars"
  24874.  
  24875. BoxedCars.Parent = Locations
  24876.  
  24877. BoxedCars.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24878.  
  24879. BoxedCars.Position = UDim2.new(0, 500, 0, 0)
  24880.  
  24881. BoxedCars.Size = UDim2.new(0, 100, 0, 25)
  24882.  
  24883. BoxedCars.Font = Enum.Font.Code
  24884.  
  24885. BoxedCars.FontSize = Enum.FontSize.Size12
  24886.  
  24887. BoxedCars.Text = "Boxed Cars"
  24888.  
  24889. BoxedCars.TextSize = 12
  24890.  
  24891. ShrineofSight.Name = "Shrine of Sight"
  24892.  
  24893. ShrineofSight.Parent = Locations
  24894.  
  24895. ShrineofSight.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24896.  
  24897. ShrineofSight.Position = UDim2.new(0, 600, 0, 25)
  24898.  
  24899. ShrineofSight.Size = UDim2.new(0, 100, 0, 25)
  24900.  
  24901. ShrineofSight.Font = Enum.Font.Code
  24902.  
  24903. ShrineofSight.FontSize = Enum.FontSize.Size12
  24904.  
  24905. ShrineofSight.Text = "Shrine of Sight"
  24906.  
  24907. ShrineofSight.TextSize = 12
  24908.  
  24909. BobsShack.Name = "Bob's Shack"
  24910.  
  24911. BobsShack.Parent = Locations
  24912.  
  24913. BobsShack.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  24914.  
  24915. BobsShack.Position = UDim2.new(0, 600, 0, 0)
  24916.  
  24917. BobsShack.Size = UDim2.new(0, 100, 0, 25)
  24918.  
  24919. BobsShack.Font = Enum.Font.Code
  24920.  
  24921. BobsShack.FontSize = Enum.FontSize.Size12
  24922.  
  24923. BobsShack.Text = "Bob's Shack"
  24924.  
  24925. BobsShack.TextSize = 12
  24926.  
  24927. PSelected.Name = "PSelected"
  24928.  
  24929. PSelected.Parent = Main
  24930.  
  24931. PSelected.BackgroundColor3 = Color3.new(1, 0.67451, 0.278431)
  24932.  
  24933. PSelected.Position = UDim2.new(0, 175, 0, 250)
  24934.  
  24935. PSelected.Size = UDim2.new(0, 150, 0, 30)
  24936.  
  24937. PSelected.Font = Enum.Font.Cartoon
  24938.  
  24939. PSelected.FontSize = Enum.FontSize.Size18
  24940.  
  24941. PSelected.Text = "No player selected"
  24942.  
  24943. PSelected.TextSize = 16
  24944.  
  24945. LocSelected.Name = "LocSelected"
  24946.  
  24947. LocSelected.Parent = Main
  24948.  
  24949. LocSelected.BackgroundColor3 = Color3.new(1, 0.67451, 0.278431)
  24950.  
  24951. LocSelected.Position = UDim2.new(0, 175, 0, 125)
  24952.  
  24953. LocSelected.Size = UDim2.new(0, 150, 0, 30)
  24954.  
  24955. LocSelected.Font = Enum.Font.Cartoon
  24956.  
  24957. LocSelected.FontSize = Enum.FontSize.Size18
  24958.  
  24959. LocSelected.Text = "No location selected"
  24960.  
  24961. LocSelected.TextSize = 16
  24962.  
  24963. Cls.Name = "Cls"
  24964.  
  24965. Cls.Parent = Main
  24966.  
  24967. Cls.BackgroundColor3 = Color3.new(1, 1, 1)
  24968.  
  24969. Cls.BackgroundTransparency = 1
  24970.  
  24971. Cls.Position = UDim2.new(0, 475, 0, 0)
  24972.  
  24973. Cls.Size = UDim2.new(0, 25, 0, 25)
  24974.  
  24975. Cls.Font = Enum.Font.Cartoon
  24976.  
  24977. Cls.FontSize = Enum.FontSize.Size24
  24978.  
  24979. Cls.Text = "X"
  24980.  
  24981. Cls.TextColor3 = Color3.new(1, 0.2, 0.0392157)
  24982.  
  24983. Cls.TextSize = 24
  24984.  
  24985. Open.Name = "Open"
  24986.  
  24987. Open.Parent = Lumonex
  24988.  
  24989. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  24990.  
  24991. Open.Position = UDim2.new(0, 0, 0, 350)
  24992.  
  24993. Open.Size = UDim2.new(0, 75, 0, 25)
  24994.  
  24995. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  24996.  
  24997. Open.Font = Enum.Font.Cartoon
  24998.  
  24999. Open.FontSize = Enum.FontSize.Size18
  25000.  
  25001. Open.Text = "Open"
  25002.  
  25003. Open.TextSize = 18
  25004.  
  25005. TpToPlr.Name = "TpToPlr"
  25006.  
  25007. TpToPlr.Parent = Main
  25008.  
  25009. TpToPlr.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  25010.  
  25011. TpToPlr.Position = UDim2.new(0, 375, 0, 250)
  25012.  
  25013. TpToPlr.Size = UDim2.new(0, 100, 0, 30)
  25014.  
  25015. TpToPlr.Font = Enum.Font.Cartoon
  25016.  
  25017. TpToPlr.FontSize = Enum.FontSize.Size12
  25018.  
  25019. TpToPlr.Text = "Teleport to Player"
  25020.  
  25021. TpToPlr.TextSize = 12
  25022.  
  25023. TpToLoc.Name = "TpToLoc"
  25024.  
  25025. TpToLoc.Parent = Main
  25026.  
  25027. TpToLoc.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  25028.  
  25029. TpToLoc.Position = UDim2.new(0, 15, 0, 250)
  25030.  
  25031. TpToLoc.Size = UDim2.new(0, 100, 0, 30)
  25032.  
  25033. TpToLoc.Font = Enum.Font.Cartoon
  25034.  
  25035. TpToLoc.FontSize = Enum.FontSize.Size11
  25036.  
  25037. TpToLoc.Text = "Teleport To Location"
  25038.  
  25039. TpToLoc.TextSize = 11
  25040.  
  25041. TpToPlot.Name = "TpToPlot"
  25042.  
  25043. TpToPlot.Parent = Main
  25044.  
  25045. TpToPlot.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  25046.  
  25047. TpToPlot.Position = UDim2.new(0, 45, 0, 75)
  25048.  
  25049. TpToPlot.Size = UDim2.new(0, 125, 0, 30)
  25050.  
  25051. TpToPlot.Font = Enum.Font.Cartoon
  25052.  
  25053. TpToPlot.FontSize = Enum.FontSize.Size12
  25054.  
  25055. TpToPlot.Text = "Teleport to your Plot"
  25056.  
  25057. TpToPlot.TextSize = 12
  25058.  
  25059. TpToPlrsPlot.Name = "TpToPlrsPlot"
  25060.  
  25061. TpToPlrsPlot.Parent = Main
  25062.  
  25063. TpToPlrsPlot.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  25064.  
  25065. TpToPlrsPlot.Position = UDim2.new(0, 330, 0, 75)
  25066.  
  25067. TpToPlrsPlot.Size = UDim2.new(0, 125, 0, 30)
  25068.  
  25069. TpToPlrsPlot.Font = Enum.Font.Cartoon
  25070.  
  25071. TpToPlrsPlot.FontSize = Enum.FontSize.Size11
  25072.  
  25073. TpToPlrsPlot.Text = "Teleport to player's Plot"
  25074.  
  25075. TpToPlrsPlot.TextSize = 11
  25076.  
  25077. BringWood.Name = "BringWood"
  25078.  
  25079. BringWood.Parent = Main
  25080.  
  25081. BringWood.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  25082.  
  25083. BringWood.Position = UDim2.new(0, 187, 0, 75)
  25084.  
  25085. BringWood.Size = UDim2.new(0, 125, 0, 30)
  25086.  
  25087. BringWood.Font = Enum.Font.Cartoon
  25088.  
  25089. BringWood.FontSize = Enum.FontSize.Size11
  25090.  
  25091. BringWood.Text = "Bring Wood"
  25092.  
  25093. BringWood.TextSize = 11
  25094.  
  25095. local Locations = {
  25096.  
  25097. ["Spawn"] = Vector3.new(155, 3, 74),
  25098.  
  25099. ["Wood RUs"] = Vector3.new(265, 3, 57),
  25100.  
  25101. ["Land Store"] = Vector3.new(258, 3, -99),
  25102.  
  25103. ["Dock"] = Vector3.new(1114, -1, -197),
  25104.  
  25105. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  25106.  
  25107. ["Cave"] = Vector3.new(3581, -179, 430),
  25108.  
  25109. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  25110.  
  25111. ["Swamp"] = Vector3.new(-1209, 132, -801),
  25112.  
  25113. ["Palm Island"] = Vector3.new(2549, -5, -42),
  25114.  
  25115. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  25116.  
  25117. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  25118.  
  25119. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  25120.  
  25121. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  25122.  
  25123. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919)
  25124.  
  25125. }
  25126.  
  25127. CGG.Main.Cls.MouseButton1Down:connect(function()
  25128.  
  25129. Main.Visible = false
  25130.  
  25131. Open.Visible = true
  25132.  
  25133. end)
  25134.  
  25135. CGG.Open.MouseButton1Down:connect(function()
  25136.  
  25137. Main.Visible = true
  25138.  
  25139. Open.Visible = false
  25140.  
  25141. end)
  25142.  
  25143. CGG.Main.BringWood.MouseButton1Down:connect(function()
  25144.  
  25145. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  25146.  
  25147. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  25148.  
  25149. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  25150.  
  25151. end
  25152.  
  25153. end
  25154.  
  25155. end)
  25156.  
  25157. CGG.Main.TpToPlot.MouseButton1Down:connect(function()
  25158.  
  25159. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  25160.  
  25161. if v.Owner.Value == game.Players.LocalPlayer then
  25162.  
  25163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  25164.  
  25165. end
  25166.  
  25167. end
  25168.  
  25169. end)
  25170.  
  25171. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  25172.  
  25173. if PSelected.Text == "No player selected" then
  25174.  
  25175. warn("No Player Selected")
  25176.  
  25177. else
  25178.  
  25179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PSelected.Text].HumanoidRootPart.CFrame
  25180.  
  25181. end
  25182.  
  25183. end)
  25184.  
  25185. CGG.Main.TpToPlrsPlot.MouseButton1Down:connect(function()
  25186.  
  25187. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  25188.  
  25189. if v.Owner.Value == game.Players[CGG.Main.PSelected.Text] then
  25190.  
  25191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  25192.  
  25193. end
  25194.  
  25195. end
  25196.  
  25197. end)
  25198.  
  25199. CGG.Main.TpToLoc.MouseButton1Down:connect(function()
  25200.  
  25201. if CGG.Main.LocSelected.Text == "No location selected" then
  25202.  
  25203. warn("No Location Selected")
  25204.  
  25205. else
  25206.  
  25207. game.Players.LocalPlayer.Character:MoveTo(Locations[CGG.Main.LocSelected.Text])
  25208.  
  25209. end
  25210.  
  25211. end)
  25212.  
  25213. CGG.Main.Players.P1.MouseButton1Down:connect(function()
  25214.  
  25215. PSelected.Text = P1.Text
  25216.  
  25217. end)
  25218.  
  25219. CGG.Main.Players.P2.MouseButton1Down:connect(function()
  25220.  
  25221. PSelected.Text = P2.Text
  25222.  
  25223. end)
  25224.  
  25225. CGG.Main.Players.P3.MouseButton1Down:connect(function()
  25226.  
  25227. PSelected.Text = P3.Text
  25228.  
  25229. end)
  25230.  
  25231. CGG.Main.Players.P4.MouseButton1Down:connect(function()
  25232.  
  25233. PSelected.Text = P4.Text
  25234.  
  25235. end)
  25236.  
  25237. CGG.Main.Players.P5.MouseButton1Down:connect(function()
  25238.  
  25239. PSelected.Text = P5.Text
  25240.  
  25241. end)
  25242.  
  25243. CGG.Main.Players.P6.MouseButton1Down:connect(function()
  25244.  
  25245. PSelected.Text = P6.Text
  25246.  
  25247. end)
  25248.  
  25249. local buttons = {
  25250.  
  25251. CGG.Main.Players.P1,
  25252.  
  25253. CGG.Main.Players.P2,
  25254.  
  25255. CGG.Main.Players.P3,
  25256.  
  25257. CGG.Main.Players.P4,
  25258.  
  25259. CGG.Main.Players.P5,
  25260.  
  25261. CGG.Main.Players.P6
  25262.  
  25263. }
  25264.  
  25265. for i, v in pairs(game.Players:GetChildren()) do
  25266.  
  25267. buttons[i].Text = v.Name
  25268.  
  25269. buttons[i].Visible = true
  25270.  
  25271. end
  25272.  
  25273. game.Players.PlayerRemoving:connect(function()
  25274.  
  25275. for i, v in pairs(game.Players:GetChildren()) do
  25276.  
  25277. buttons[i].Text = v.Name
  25278.  
  25279. buttons[i].Visible = true
  25280.  
  25281. end
  25282.  
  25283. end)
  25284.  
  25285. game.Players.PlayerAdded:connect(function()
  25286.  
  25287. for i, v in pairs(game.Players:GetChildren()) do
  25288.  
  25289. buttons[i].Text = v.Name
  25290.  
  25291. buttons[i].Visible = true
  25292.  
  25293. end
  25294.  
  25295. end)
  25296.  
  25297. CGG.Main.Locations.Spawn.MouseButton1Down:connect(function()
  25298.  
  25299. LocSelected.Text = "Spawn"
  25300.  
  25301. end)
  25302.  
  25303. CGG.Main.Locations["Wood RUs"].MouseButton1Down:connect(function()
  25304.  
  25305. LocSelected.Text = "Wood RUs"
  25306.  
  25307. end)
  25308.  
  25309. CGG.Main.Locations["Land Store"].MouseButton1Down:connect(function()
  25310.  
  25311. LocSelected.Text = "Land Store"
  25312.  
  25313. end)
  25314.  
  25315. CGG.Main.Locations.Dock.MouseButton1Down:connect(function()
  25316.  
  25317. LocSelected.Text = "Dock"
  25318.  
  25319. end)
  25320.  
  25321. CGG.Main.Locations["Link's Logic"].MouseButton1Down:connect(function()
  25322.  
  25323. LocSelected.Text = "Link's Logic"
  25324.  
  25325. end)
  25326.  
  25327. CGG.Main.Locations.Cave.MouseButton1Down:connect(function()
  25328.  
  25329. LocSelected.Text = "Cave"
  25330.  
  25331. end)
  25332.  
  25333. CGG.Main.Locations.Volcano.MouseButton1Down:connect(function()
  25334.  
  25335. LocSelected.Text = "Volcano"
  25336.  
  25337. end)
  25338.  
  25339. CGG.Main.Locations.Swamp.MouseButton1Down:connect(function()
  25340.  
  25341. LocSelected.Text = "Swamp"
  25342.  
  25343. end)
  25344.  
  25345. CGG.Main.Locations["Palm Island"].MouseButton1Down:connect(function()
  25346.  
  25347. LocSelected.Text = "Palm Island"
  25348.  
  25349. end)
  25350.  
  25351. CGG.Main.Locations["Fancy Furnishings"].MouseButton1Down:connect(function()
  25352.  
  25353. LocSelected.Text = "Fancy Furnishings"
  25354.  
  25355. end)
  25356.  
  25357. CGG.Main.Locations["Boxed Cars"].MouseButton1Down:connect(function()
  25358.  
  25359. LocSelected.Text = "Boxed Cars"
  25360.  
  25361. end)
  25362.  
  25363. CGG.Main.Locations["Fine Arts Shop"].MouseButton1Down:connect(function()
  25364.  
  25365. LocSelected.Text = "Fine Arts Shop"
  25366.  
  25367. end)
  25368.  
  25369. CGG.Main.Locations["Bob's Shack"].MouseButton1Down:connect(function()
  25370.  
  25371. LocSelected.Text = "Bob's Shack"
  25372.  
  25373. end)
  25374.  
  25375. CGG.Main.Locations["Shrine of Sight"].MouseButton1Down:connect(function()
  25376.  
  25377. LocSelected.Text = "Shrine of Sight"
  25378.  
  25379. end)
  25380.  
  25381. end
  25382.  
  25383. --end
  25384.  
  25385. end)
  25386.  
  25387.  
  25388.  
  25389. UNLIMITEDCASHLT2.Name = "UNLIMITEDCASHLT2"
  25390.  
  25391. UNLIMITEDCASHLT2.Parent = GameScriptsFrame
  25392.  
  25393. UNLIMITEDCASHLT2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  25394.  
  25395. UNLIMITEDCASHLT2.BorderSizePixel = 0
  25396.  
  25397. UNLIMITEDCASHLT2.Position = UDim2.new(0, 565, 0, 295)
  25398.  
  25399. UNLIMITEDCASHLT2.Size = UDim2.new(0, 200, 0, 50)
  25400.  
  25401. UNLIMITEDCASHLT2.Font = Enum.Font.SourceSansBold
  25402.  
  25403. UNLIMITEDCASHLT2.FontSize = Enum.FontSize.Size14
  25404.  
  25405. UNLIMITEDCASHLT2.Text = "Unlimited Cash"
  25406.  
  25407. UNLIMITEDCASHLT2.TextColor3 = Color3.new(0.666667, 0, 0)
  25408.  
  25409. UNLIMITEDCASHLT2.TextScaled = true
  25410.  
  25411. UNLIMITEDCASHLT2.TextSize = 14
  25412.  
  25413. UNLIMITEDCASHLT2.TextWrapped = true
  25414.  
  25415. UNLIMITEDCASHLT2.MouseButton1Down:connect(function()
  25416.  
  25417. game.ReplicatedStorage.Transactions.ClientToServer.AttemptPurchase:InvokeServer(-10000000)
  25418.  
  25419. game.Players.LocalPlayer.PlayerGui.LoadSaveGUI.LoadSaveClient.SavePlease:Fire()
  25420.  
  25421. end)
  25422.  
  25423.  
  25424.  
  25425. LUMBERHUB.Name = "LUMBERHUB"
  25426.  
  25427. LUMBERHUB.Parent = GameScriptsFrame
  25428.  
  25429. LUMBERHUB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  25430.  
  25431. LUMBERHUB.BorderSizePixel = 0
  25432.  
  25433. LUMBERHUB.Position = UDim2.new(0, 565, 0, 365)
  25434.  
  25435. LUMBERHUB.Size = UDim2.new(0, 200, 0, 50)
  25436.  
  25437. LUMBERHUB.Font = Enum.Font.SourceSansBold
  25438.  
  25439. LUMBERHUB.FontSize = Enum.FontSize.Size14
  25440.  
  25441. LUMBERHUB.Text = "Lumber Hub"
  25442.  
  25443. LUMBERHUB.TextColor3 = Color3.new(0.666667, 0, 0)
  25444.  
  25445. LUMBERHUB.TextScaled = true
  25446.  
  25447. LUMBERHUB.TextSize = 14
  25448.  
  25449. LUMBERHUB.TextWrapped = true
  25450.  
  25451. LUMBERHUB.MouseButton1Down:connect(function()
  25452.  
  25453. -- Lumber hub Version 1.9b
  25454.  
  25455. -- Dont leak or you will face the fists of furry
  25456.  
  25457.  
  25458.  
  25459. game.StarterPlayer.StarterPlayerScripts.Clean2:Remove()
  25460.  
  25461. warn('anti exploit removed')
  25462.  
  25463.  
  25464.  
  25465. local LH = Instance.new("ScreenGui")
  25466.  
  25467. local Main = Instance.new("Frame")
  25468.  
  25469. local tBar = Instance.new("Frame")
  25470.  
  25471. local exit = Instance.new("TextButton")
  25472.  
  25473. local Header = Instance.new("TextLabel")
  25474.  
  25475. local bHolder = Instance.new("Frame")
  25476.  
  25477. local godmode = Instance.new("TextButton")
  25478.  
  25479. local stealaxes = Instance.new("TextButton")
  25480.  
  25481. local bringwood = Instance.new("TextButton")
  25482.  
  25483. local whitelist = Instance.new("TextButton")
  25484.  
  25485. local land = Instance.new("TextButton")
  25486.  
  25487. local printt = Instance.new("TextButton")
  25488.  
  25489. local tHolder = Instance.new("ScrollingFrame")
  25490.  
  25491. local woodsrus = Instance.new("TextButton")
  25492.  
  25493. local landstore = Instance.new("TextButton")
  25494.  
  25495. local bridge = Instance.new("TextButton")
  25496.  
  25497. local fancy = Instance.new("TextButton")
  25498.  
  25499. local boxed = Instance.new("TextButton")
  25500.  
  25501. local links = Instance.new("TextButton")
  25502.  
  25503. local maze = Instance.new("TextButton")
  25504.  
  25505. local rukaxe = Instance.new("TextButton")
  25506.  
  25507. local swamp = Instance.new("TextButton")
  25508.  
  25509. local volcano = Instance.new("TextButton")
  25510.  
  25511. local volcanow = Instance.new("TextButton")
  25512.  
  25513. local palm = Instance.new("TextButton")
  25514.  
  25515. local blue = Instance.new("TextButton")
  25516.  
  25517. local Open = Instance.new("TextButton")
  25518.  
  25519.  
  25520.  
  25521. -- Properties
  25522.  
  25523.  
  25524.  
  25525. LH.Name = "LH"
  25526.  
  25527. LH.Parent = game.CoreGui
  25528.  
  25529.  
  25530.  
  25531. Main.Name = "Main"
  25532.  
  25533. Main.Parent = LH
  25534.  
  25535. Main.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  25536.  
  25537. Main.BorderSizePixel = 0
  25538.  
  25539. Main.Position = UDim2.new(0, 300, 0, 150)
  25540.  
  25541. Main.Size = UDim2.new(0, 300, 0, 200)
  25542.  
  25543. Main.Active = true
  25544.  
  25545. Main.Draggable = true
  25546.  
  25547. Main.Visible = false
  25548.  
  25549.  
  25550.  
  25551. tBar.Name = "tBar"
  25552.  
  25553. tBar.Parent = Main
  25554.  
  25555. tBar.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  25556.  
  25557. tBar.BorderSizePixel = 0
  25558.  
  25559. tBar.Size = UDim2.new(0, 300, 0, 30)
  25560.  
  25561.  
  25562.  
  25563. exit.Name = "exit"
  25564.  
  25565. exit.Parent = tBar
  25566.  
  25567. exit.BackgroundColor3 = Color3.new(0.827451, 0.243137, 0.298039)
  25568.  
  25569. exit.BorderSizePixel = 0
  25570.  
  25571. exit.Position = UDim2.new(0, 270, 0, 2)
  25572.  
  25573. exit.Size = UDim2.new(0, 25, 0, 25)
  25574.  
  25575. exit.Font = Enum.Font.SourceSansBold
  25576.  
  25577. exit.FontSize = Enum.FontSize.Size24
  25578.  
  25579. exit.Text = "-"
  25580.  
  25581. exit.TextColor3 = Color3.new(1, 1, 1)
  25582.  
  25583.  
  25584.  
  25585. Header.Name = "Header"
  25586.  
  25587. Header.Parent = tBar
  25588.  
  25589. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  25590.  
  25591. Header.BackgroundTransparency = 1
  25592.  
  25593. Header.BorderSizePixel = 0
  25594.  
  25595. Header.Size = UDim2.new(0, 200, 0, 30)
  25596.  
  25597. Header.Font = Enum.Font.SourceSansBold
  25598.  
  25599. Header.FontSize = Enum.FontSize.Size18
  25600.  
  25601. Header.Text = " Lumber Hub"
  25602.  
  25603. Header.TextColor3 = Color3.new(1, 1, 1)
  25604.  
  25605. Header.TextXAlignment = Enum.TextXAlignment.Left
  25606.  
  25607.  
  25608.  
  25609. bHolder.Name = "bHolder"
  25610.  
  25611. bHolder.Parent = Main
  25612.  
  25613. bHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  25614.  
  25615. bHolder.BackgroundTransparency = 1
  25616.  
  25617. bHolder.BorderSizePixel = 0
  25618.  
  25619. bHolder.Position = UDim2.new(0, 0, 0, 30)
  25620.  
  25621. bHolder.Size = UDim2.new(0, 300, 0, 170)
  25622.  
  25623.  
  25624.  
  25625. godmode.Name = "godmode"
  25626.  
  25627. godmode.Parent = bHolder
  25628.  
  25629. godmode.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25630.  
  25631. godmode.BorderSizePixel = 0
  25632.  
  25633. godmode.Position = UDim2.new(0, 10, 0, 10)
  25634.  
  25635. godmode.Size = UDim2.new(0, 125, 0, 20)
  25636.  
  25637. godmode.Font = Enum.Font.SourceSans
  25638.  
  25639. godmode.FontSize = Enum.FontSize.Size18
  25640.  
  25641. godmode.Text = "Godmode"
  25642.  
  25643. godmode.TextColor3 = Color3.new(1, 1, 1)
  25644.  
  25645.  
  25646.  
  25647. stealaxes.Name = "stealaxes"
  25648.  
  25649. stealaxes.Parent = bHolder
  25650.  
  25651. stealaxes.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25652.  
  25653. stealaxes.BorderSizePixel = 0
  25654.  
  25655. stealaxes.Position = UDim2.new(0, 10, 0, 35)
  25656.  
  25657. stealaxes.Size = UDim2.new(0, 125, 0, 20)
  25658.  
  25659. stealaxes.Font = Enum.Font.SourceSans
  25660.  
  25661. stealaxes.FontSize = Enum.FontSize.Size18
  25662.  
  25663. stealaxes.Text = "Steal All Axes"
  25664.  
  25665. stealaxes.TextColor3 = Color3.new(1, 1, 1)
  25666.  
  25667.  
  25668.  
  25669. bringwood.Name = "bringwood"
  25670.  
  25671. bringwood.Parent = bHolder
  25672.  
  25673. bringwood.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25674.  
  25675. bringwood.BorderSizePixel = 0
  25676.  
  25677. bringwood.Position = UDim2.new(0, 10, 0, 60)
  25678.  
  25679. bringwood.Size = UDim2.new(0, 125, 0, 20)
  25680.  
  25681. bringwood.Font = Enum.Font.SourceSans
  25682.  
  25683. bringwood.FontSize = Enum.FontSize.Size18
  25684.  
  25685. bringwood.Text = "BringWood"
  25686.  
  25687. bringwood.TextColor3 = Color3.new(1, 1, 1)
  25688.  
  25689.  
  25690.  
  25691. whitelist.Name = "whitelist"
  25692.  
  25693. whitelist.Parent = bHolder
  25694.  
  25695. whitelist.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25696.  
  25697. whitelist.BorderSizePixel = 0
  25698.  
  25699. whitelist.Position = UDim2.new(0, 10, 0, 85)
  25700.  
  25701. whitelist.Size = UDim2.new(0, 125, 0, 20)
  25702.  
  25703. whitelist.Font = Enum.Font.SourceSans
  25704.  
  25705. whitelist.FontSize = Enum.FontSize.Size18
  25706.  
  25707. whitelist.Text = "Whitelisted"
  25708.  
  25709. whitelist.TextColor3 = Color3.new(1, 1, 1)
  25710.  
  25711.  
  25712.  
  25713. land.Name = "land"
  25714.  
  25715. land.Parent = bHolder
  25716.  
  25717. land.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25718.  
  25719. land.BorderSizePixel = 0
  25720.  
  25721. land.Position = UDim2.new(0, 10, 0, 110)
  25722.  
  25723. land.Size = UDim2.new(0, 125, 0, 20)
  25724.  
  25725. land.Font = Enum.Font.SourceSans
  25726.  
  25727. land.FontSize = Enum.FontSize.Size18
  25728.  
  25729. land.Text = "Free land purchases"
  25730.  
  25731. land.TextColor3 = Color3.new(1, 1, 1)
  25732.  
  25733.  
  25734.  
  25735. printt.Name = "printt"
  25736.  
  25737. printt.Parent = bHolder
  25738.  
  25739. printt.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25740.  
  25741. printt.BorderSizePixel = 0
  25742.  
  25743. printt.Position = UDim2.new(0, 10, 0, 135)
  25744.  
  25745. printt.Size = UDim2.new(0, 125, 0, 20)
  25746.  
  25747. printt.Font = Enum.Font.SourceSans
  25748.  
  25749. printt.FontSize = Enum.FontSize.Size18
  25750.  
  25751. printt.Text = "Print all trees"
  25752.  
  25753. printt.TextColor3 = Color3.new(1, 1, 1)
  25754.  
  25755.  
  25756.  
  25757. tHolder.Name = "tHolder"
  25758.  
  25759. tHolder.Parent = Main
  25760.  
  25761. tHolder.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  25762.  
  25763. tHolder.BorderSizePixel = 0
  25764.  
  25765. tHolder.Position = UDim2.new(0, 150, 0, 30)
  25766.  
  25767. tHolder.Size = UDim2.new(0, 150, 0, 170)
  25768.  
  25769.  
  25770.  
  25771. woodsrus.Name = "woodsrus"
  25772.  
  25773. woodsrus.Parent = tHolder
  25774.  
  25775. woodsrus.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25776.  
  25777. woodsrus.BorderSizePixel = 0
  25778.  
  25779. woodsrus.Position = UDim2.new(0, 10, 0, 10)
  25780.  
  25781. woodsrus.Size = UDim2.new(0, 110, 0, 20)
  25782.  
  25783. woodsrus.Font = Enum.Font.SourceSans
  25784.  
  25785. woodsrus.FontSize = Enum.FontSize.Size18
  25786.  
  25787. woodsrus.Text = "Woods R Us"
  25788.  
  25789. woodsrus.TextColor3 = Color3.new(1, 1, 1)
  25790.  
  25791.  
  25792.  
  25793. landstore.Name = "landstore"
  25794.  
  25795. landstore.Parent = tHolder
  25796.  
  25797. landstore.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25798.  
  25799. landstore.BorderSizePixel = 0
  25800.  
  25801. landstore.Position = UDim2.new(0, 10, 0, 35)
  25802.  
  25803. landstore.Size = UDim2.new(0, 110, 0, 20)
  25804.  
  25805. landstore.Font = Enum.Font.SourceSans
  25806.  
  25807. landstore.FontSize = Enum.FontSize.Size18
  25808.  
  25809. landstore.Text = "Land Store"
  25810.  
  25811. landstore.TextColor3 = Color3.new(1, 1, 1)
  25812.  
  25813.  
  25814.  
  25815. bridge.Name = "bridge"
  25816.  
  25817. bridge.Parent = tHolder
  25818.  
  25819. bridge.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25820.  
  25821. bridge.BorderSizePixel = 0
  25822.  
  25823. bridge.Position = UDim2.new(0, 10, 0, 60)
  25824.  
  25825. bridge.Size = UDim2.new(0, 110, 0, 20)
  25826.  
  25827. bridge.Font = Enum.Font.SourceSans
  25828.  
  25829. bridge.FontSize = Enum.FontSize.Size18
  25830.  
  25831. bridge.Text = "The Bridge"
  25832.  
  25833. bridge.TextColor3 = Color3.new(1, 1, 1)
  25834.  
  25835.  
  25836.  
  25837. fancy.Name = "fancy"
  25838.  
  25839. fancy.Parent = tHolder
  25840.  
  25841. fancy.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25842.  
  25843. fancy.BorderSizePixel = 0
  25844.  
  25845. fancy.Position = UDim2.new(0, 10, 0, 85)
  25846.  
  25847. fancy.Size = UDim2.new(0, 110, 0, 20)
  25848.  
  25849. fancy.Font = Enum.Font.SourceSans
  25850.  
  25851. fancy.FontSize = Enum.FontSize.Size18
  25852.  
  25853. fancy.Text = "Fancy Furnishings"
  25854.  
  25855. fancy.TextColor3 = Color3.new(1, 1, 1)
  25856.  
  25857.  
  25858.  
  25859. boxed.Name = "boxed"
  25860.  
  25861. boxed.Parent = tHolder
  25862.  
  25863. boxed.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25864.  
  25865. boxed.BorderSizePixel = 0
  25866.  
  25867. boxed.Position = UDim2.new(0, 10, 0, 110)
  25868.  
  25869. boxed.Size = UDim2.new(0, 110, 0, 20)
  25870.  
  25871. boxed.Font = Enum.Font.SourceSans
  25872.  
  25873. boxed.FontSize = Enum.FontSize.Size18
  25874.  
  25875. boxed.Text = "Boxed Cars"
  25876.  
  25877. boxed.TextColor3 = Color3.new(1, 1, 1)
  25878.  
  25879.  
  25880.  
  25881. links.Name = "links"
  25882.  
  25883. links.Parent = tHolder
  25884.  
  25885. links.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25886.  
  25887. links.BorderSizePixel = 0
  25888.  
  25889. links.Position = UDim2.new(0, 10, 0, 135)
  25890.  
  25891. links.Size = UDim2.new(0, 110, 0, 20)
  25892.  
  25893. links.Font = Enum.Font.SourceSans
  25894.  
  25895. links.FontSize = Enum.FontSize.Size18
  25896.  
  25897. links.Text = "Link's Logic"
  25898.  
  25899. links.TextColor3 = Color3.new(1, 1, 1)
  25900.  
  25901.  
  25902.  
  25903. maze.Name = "maze"
  25904.  
  25905. maze.Parent = tHolder
  25906.  
  25907. maze.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25908.  
  25909. maze.BorderSizePixel = 0
  25910.  
  25911. maze.Position = UDim2.new(0, 10, 0, 160)
  25912.  
  25913. maze.Size = UDim2.new(0, 110, 0, 20)
  25914.  
  25915. maze.Font = Enum.Font.SourceSans
  25916.  
  25917. maze.FontSize = Enum.FontSize.Size18
  25918.  
  25919. maze.Text = "Maze"
  25920.  
  25921. maze.TextColor3 = Color3.new(1, 1, 1)
  25922.  
  25923.  
  25924.  
  25925. rukaxe.Name = "rukaxe"
  25926.  
  25927. rukaxe.Parent = tHolder
  25928.  
  25929. rukaxe.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25930.  
  25931. rukaxe.BorderSizePixel = 0
  25932.  
  25933. rukaxe.Position = UDim2.new(0, 10, 0, 185)
  25934.  
  25935. rukaxe.Size = UDim2.new(0, 110, 0, 20)
  25936.  
  25937. rukaxe.Font = Enum.Font.SourceSans
  25938.  
  25939. rukaxe.FontSize = Enum.FontSize.Size18
  25940.  
  25941. rukaxe.Text = "Rukirye Axe "
  25942.  
  25943. rukaxe.TextColor3 = Color3.new(1, 1, 1)
  25944.  
  25945.  
  25946.  
  25947. swamp.Name = "swamp"
  25948.  
  25949. swamp.Parent = tHolder
  25950.  
  25951. swamp.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25952.  
  25953. swamp.BorderSizePixel = 0
  25954.  
  25955. swamp.Position = UDim2.new(0, 10, 0, 210)
  25956.  
  25957. swamp.Size = UDim2.new(0, 110, 0, 20)
  25958.  
  25959. swamp.Font = Enum.Font.SourceSans
  25960.  
  25961. swamp.FontSize = Enum.FontSize.Size18
  25962.  
  25963. swamp.Text = "The Swamp"
  25964.  
  25965. swamp.TextColor3 = Color3.new(1, 1, 1)
  25966.  
  25967.  
  25968.  
  25969. volcano.Name = "volcano"
  25970.  
  25971. volcano.Parent = tHolder
  25972.  
  25973. volcano.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25974.  
  25975. volcano.BorderSizePixel = 0
  25976.  
  25977. volcano.Position = UDim2.new(0, 10, 0, 235)
  25978.  
  25979. volcano.Size = UDim2.new(0, 110, 0, 20)
  25980.  
  25981. volcano.Font = Enum.Font.SourceSans
  25982.  
  25983. volcano.FontSize = Enum.FontSize.Size18
  25984.  
  25985. volcano.Text = "Volcano Entrance"
  25986.  
  25987. volcano.TextColor3 = Color3.new(1, 1, 1)
  25988.  
  25989.  
  25990.  
  25991. volcanow.Name = "volcanow"
  25992.  
  25993. volcanow.Parent = tHolder
  25994.  
  25995. volcanow.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  25996.  
  25997. volcanow.BorderSizePixel = 0
  25998.  
  25999. volcanow.Position = UDim2.new(0, 10, 0, 260)
  26000.  
  26001. volcanow.Size = UDim2.new(0, 110, 0, 20)
  26002.  
  26003. volcanow.Font = Enum.Font.SourceSans
  26004.  
  26005. volcanow.FontSize = Enum.FontSize.Size18
  26006.  
  26007. volcanow.Text = "Volcano Wood"
  26008.  
  26009. volcanow.TextColor3 = Color3.new(1, 1, 1)
  26010.  
  26011.  
  26012.  
  26013. palm.Name = "palm"
  26014.  
  26015. palm.Parent = tHolder
  26016.  
  26017. palm.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  26018.  
  26019. palm.BorderSizePixel = 0
  26020.  
  26021. palm.Position = UDim2.new(0, 10, 0, 285)
  26022.  
  26023. palm.Size = UDim2.new(0, 110, 0, 20)
  26024.  
  26025. palm.Font = Enum.Font.SourceSans
  26026.  
  26027. palm.FontSize = Enum.FontSize.Size18
  26028.  
  26029. palm.Text = "Palm Island"
  26030.  
  26031. palm.TextColor3 = Color3.new(1, 1, 1)
  26032.  
  26033.  
  26034.  
  26035. blue.Name = "blue"
  26036.  
  26037. blue.Parent = tHolder
  26038.  
  26039. blue.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  26040.  
  26041. blue.BorderSizePixel = 0
  26042.  
  26043. blue.Position = UDim2.new(0, 10, 0, 310)
  26044.  
  26045. blue.Size = UDim2.new(0, 110, 0, 20)
  26046.  
  26047. blue.Font = Enum.Font.SourceSans
  26048.  
  26049. blue.FontSize = Enum.FontSize.Size18
  26050.  
  26051. blue.Text = "Blue Wood"
  26052.  
  26053. blue.TextColor3 = Color3.new(1, 1, 1)
  26054.  
  26055.  
  26056.  
  26057. Open.Name = "Open"
  26058.  
  26059. Open.Parent = LH
  26060.  
  26061. Open.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  26062.  
  26063. Open.BorderSizePixel = 0
  26064.  
  26065. Open.Position = UDim2.new(0, 5, 1, -30)
  26066.  
  26067. Open.Size = UDim2.new(0, 25, 0, 25)
  26068.  
  26069. Open.Font = Enum.Font.SourceSansBold
  26070.  
  26071. Open.FontSize = Enum.FontSize.Size24
  26072.  
  26073. Open.Text = "+"
  26074.  
  26075. Open.TextColor3 = Color3.new(1, 1, 1)
  26076.  
  26077.  
  26078.  
  26079. local main = game.CoreGui.LH.Main
  26080.  
  26081. local scripts = main.bHolder
  26082.  
  26083. local tele = main.tHolder
  26084.  
  26085. local open = game.CoreGui.LH.Open
  26086.  
  26087. local close = main.tBar.exit
  26088.  
  26089.  
  26090.  
  26091. scripts.whitelist.MouseButton1Click:connect(function()
  26092.  
  26093. local SpoofReturns = function(name,class,returns)
  26094.  
  26095. if name == "ClientIsWhitelisted" and returns[1] == false then
  26096.  
  26097. returns[1] = true
  26098.  
  26099. end
  26100.  
  26101. return unpack(returns)
  26102.  
  26103. end
  26104.  
  26105.  
  26106.  
  26107. local meta,oldmeta = getrawmetatable(game),{}
  26108.  
  26109. for i,v in next,meta do oldmeta[i] = v end
  26110.  
  26111. local realmethods = {}
  26112.  
  26113. realmethods.Fire = Instance.new("BindableEvent").Fire
  26114.  
  26115. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  26116.  
  26117. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  26118.  
  26119. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  26120.  
  26121. meta.__index = function(t,k)
  26122.  
  26123. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  26124.  
  26125. return function(self,...)
  26126.  
  26127. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  26128.  
  26129. end
  26130.  
  26131. else
  26132.  
  26133. return oldmeta.__index(t,k)
  26134.  
  26135. end
  26136.  
  26137. end
  26138.  
  26139.  
  26140.  
  26141. local MSGText = "You are now whitelisted by everybody."
  26142.  
  26143. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  26144.  
  26145.  
  26146.  
  26147. end)
  26148.  
  26149.  
  26150.  
  26151.  
  26152.  
  26153. scripts.godmode.MouseButton1Click:connect(function()
  26154.  
  26155. while wait(.5) do
  26156.  
  26157. game.ReplicatedStorage.Interaction.DamageHumanoid:FireServer(-100)
  26158.  
  26159. end
  26160.  
  26161. end)
  26162.  
  26163.  
  26164.  
  26165. scripts.land.MouseButton1Click:connect(function()
  26166.  
  26167. local SpoofReturns = function(name,class,returns)
  26168.  
  26169. if name == "AttemptPurchase" and returns[1] == false then
  26170.  
  26171. returns[1] = true
  26172.  
  26173. end
  26174.  
  26175. return unpack(returns)
  26176.  
  26177. end
  26178.  
  26179.  
  26180.  
  26181. local meta,oldmeta = getrawmetatable(game),{}
  26182.  
  26183. for i,v in next,meta do oldmeta[i] = v end
  26184.  
  26185. local realmethods = {}
  26186.  
  26187. realmethods.Fire = Instance.new("BindableEvent").Fire
  26188.  
  26189. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  26190.  
  26191. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  26192.  
  26193. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  26194.  
  26195. meta.__index = function(t,k)
  26196.  
  26197. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  26198.  
  26199. return function(self,...)
  26200.  
  26201. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  26202.  
  26203. end
  26204.  
  26205. else
  26206.  
  26207. return oldmeta.__index(t,k)
  26208.  
  26209. end
  26210.  
  26211. end
  26212.  
  26213. local MSGText = "You can now buy land for free."
  26214.  
  26215. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  26216.  
  26217. end)
  26218.  
  26219.  
  26220.  
  26221. scripts.stealaxes.MouseButton1Click:connect(function()
  26222.  
  26223. for _,v in pairs(game.Players:GetPlayers()) do
  26224.  
  26225. for _,w in pairs(v.Backpack:GetChildren()) do
  26226.  
  26227. w.Parent = game.Players.LocalPlayer.Backpack
  26228.  
  26229. end
  26230.  
  26231. end
  26232.  
  26233.  
  26234.  
  26235. local MSGText = "Stealed all axes."
  26236.  
  26237. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  26238.  
  26239. end)
  26240.  
  26241.  
  26242.  
  26243. scripts.bringwood.MouseButton1Click:connect(function()
  26244.  
  26245. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  26246.  
  26247. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  26248.  
  26249. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  26250.  
  26251. end
  26252.  
  26253. end
  26254.  
  26255. end)
  26256.  
  26257.  
  26258.  
  26259. scripts.printt.MouseButton1Click:connect(function()
  26260.  
  26261. function g(o)
  26262.  
  26263. for i,v in pairs(o:children())do
  26264.  
  26265. if string.match(v.ClassName, "StringValue") then
  26266.  
  26267. print("Name: "..v.Value.." | ".."Location: ".."game."..v:GetFullName())
  26268.  
  26269. end
  26270.  
  26271. g(v)
  26272.  
  26273. end
  26274.  
  26275. end
  26276.  
  26277. pcall(g,game)
  26278.  
  26279.  
  26280.  
  26281. local MSGText = "Printed all trees, pres f9"
  26282.  
  26283. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  26284.  
  26285. end)
  26286.  
  26287.  
  26288.  
  26289.  
  26290.  
  26291. tele.fancy.MouseButton1Click:connect(function()
  26292.  
  26293. local GetPosition = (Vector3.new(244, 7, -2538));
  26294.  
  26295. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26296.  
  26297. end)
  26298.  
  26299.  
  26300.  
  26301. tele.bridge.MouseButton1Click:connect(function()
  26302.  
  26303. local GetPosition = (Vector3.new(116, 3, -607));
  26304.  
  26305. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26306.  
  26307. end)
  26308.  
  26309.  
  26310.  
  26311. tele.boxed.MouseButton1Click:connect(function()
  26312.  
  26313. local GetPosition = (Vector3.new(509, 2, -1480));
  26314.  
  26315. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26316.  
  26317. end)
  26318.  
  26319.  
  26320.  
  26321. tele.links.MouseButton1Click:connect(function()
  26322.  
  26323. local GetPosition = (Vector3.new(4579, 2, -736));
  26324.  
  26325. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26326.  
  26327. end)
  26328.  
  26329.  
  26330.  
  26331. tele.maze.MouseButton1Click:connect(function()
  26332.  
  26333. local GetPosition = (Vector3.new(5085, 2, 369));
  26334.  
  26335. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26336.  
  26337. end)
  26338.  
  26339.  
  26340.  
  26341. tele.blue.MouseButton1Click:connect(function()
  26342.  
  26343. local GetPosition = (Vector3.new(3336, -226, 523));
  26344.  
  26345. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26346.  
  26347. end)
  26348.  
  26349.  
  26350.  
  26351. tele.rukaxe.MouseButton1Click:connect(function()
  26352.  
  26353. local GetPosition = (Vector3.new(334, 51, 1958));
  26354.  
  26355. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26356.  
  26357. end)
  26358.  
  26359.  
  26360.  
  26361. tele.swamp.MouseButton1Click:connect(function()
  26362.  
  26363. local GetPosition = (Vector3.new(-1069, 130, -804));
  26364.  
  26365. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26366.  
  26367. end)
  26368.  
  26369.  
  26370.  
  26371. tele.volcano.MouseButton1Click:connect(function()
  26372.  
  26373. local GetPosition = (Vector3.new(-1359, 295, 983));
  26374.  
  26375. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26376.  
  26377. end)
  26378.  
  26379.  
  26380.  
  26381. tele.volcanow.MouseButton1Click:connect(function()
  26382.  
  26383. local GetPosition = (Vector3.new(-1606, 622, 1053));
  26384.  
  26385. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26386.  
  26387. end)
  26388.  
  26389.  
  26390.  
  26391. tele.palm.MouseButton1Click:connect(function()
  26392.  
  26393. local GetPosition = (Vector3.new(2593, -6, -39));
  26394.  
  26395. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26396.  
  26397. end)
  26398.  
  26399.  
  26400.  
  26401. tele.woodsrus.MouseButton1Click:connect(function()
  26402.  
  26403. local GetPosition = (Vector3.new(248.212189, 4.5, 57.5238838));
  26404.  
  26405. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26406.  
  26407. end)
  26408.  
  26409.  
  26410.  
  26411. tele.landstore.MouseButton1Click:connect(function()
  26412.  
  26413. local GetPosition = (Vector3.new(243, 2, -100));
  26414.  
  26415. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  26416.  
  26417. end)
  26418.  
  26419.  
  26420.  
  26421. open.MouseButton1Click:connect(function()
  26422.  
  26423. main.Visible = true
  26424.  
  26425. open.Visible = false
  26426.  
  26427. end)
  26428.  
  26429.  
  26430.  
  26431. close.MouseButton1Click:connect(function()
  26432.  
  26433. main.Visible = false
  26434.  
  26435. open.Visible = true
  26436.  
  26437. end)
  26438.  
  26439. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement