Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 465.78 KB | None | 0 0
  1. --[[
  2. MAINBUTTONHERE.MouseButton1Down:connect(function()
  3. Script Here
  4. end)
  5. --]]
  6.  
  7.  
  8.  
  9. -- Objects
  10.  
  11. local SlappyGUIMenu = Instance.new("ScreenGui")
  12. local LoginFrame = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local UserBox = Instance.new("TextBox")
  15. local PassBox = Instance.new("TextBox")
  16. local LoginButton = Instance.new("TextButton")
  17. local Bar1 = Instance.new("Frame")
  18. local MainFrame = Instance.new("Frame")
  19. local Bar2 = Instance.new("Frame")
  20. local Executor = Instance.new("TextButton")
  21. local Scripts = Instance.new("TextButton")
  22. local Bar3 = Instance.new("Frame")
  23. local ExitButton = Instance.new("TextButton")
  24. local GameScripts = Instance.new("TextButton")
  25. local Credits = Instance.new("TextLabel")
  26. local MainName = Instance.new("TextLabel")
  27. local ScriptFrame = Instance.new("Frame")
  28. local Bar4 = Instance.new("Frame")
  29. local Bar5 = Instance.new("Frame")
  30. local ScriptExitButton = Instance.new("TextButton")
  31. local GBV3 = Instance.new("TextButton")
  32. local CWGUI = Instance.new("TextButton")
  33. local RapeGUI = Instance.new("TextButton")
  34. local CoolGui2 = Instance.new("TextButton")
  35. local VHChat = Instance.new("TextButton")
  36. local RoXploit = Instance.new("TextButton")
  37. local DexV2 = Instance.new("TextButton")
  38. local TopKekV2 = Instance.new("TextButton")
  39. local ScriptFrameText = Instance.new("TextBox")
  40. local ExecutionFrame = Instance.new("Frame")
  41. local ClearButton = Instance.new("TextButton")
  42. local ExecuteButton = Instance.new("TextButton")
  43. local ExecutionExitButton = Instance.new("TextButton")
  44. local ScrollingFrame = Instance.new("ScrollingFrame")
  45. local InputScript = Instance.new("TextBox")
  46. local GameScriptsFrame = Instance.new("Frame")
  47. local Bar6 = Instance.new("Frame")
  48. local Bar7 = Instance.new("Frame")
  49. local GameScriptsName = Instance.new("TextLabel")
  50. local GameScriptsExit = Instance.new("TextLabel")
  51. local LumberTycoon2 = Instance.new("TextLabel")
  52. local WHITELISTLT2 = Instance.new("TextButton")
  53. local PFAIMBOT = Instance.new("TextButton")
  54. local JPWSPF = Instance.new("TextButton")
  55. local Jailbreak = Instance.new("TextLabel")
  56. local UJB = Instance.new("TextButton")
  57. local JB25 = Instance.new("TextButton")
  58. local AWESOMEGUI = Instance.new("TextButton")
  59. local PPCCGUI = Instance.new("TextButton")
  60. local PhantomForces = Instance.new("TextLabel")
  61. local PFGUI = Instance.new("TextButton")
  62. local LUMMONEX = Instance.new("TextButton")
  63. local UNLIMITEDCASHLT2 = Instance.new("TextButton")
  64. local LUMBERHUB = Instance.new("TextButton")
  65.  
  66. -- Properties
  67.  
  68. SlappyGUIMenu.Name = "SlappyGUIMenu"
  69. SlappyGUIMenu.Parent = game.CoreGui
  70.  
  71. LoginFrame.Name = "LoginFrame"
  72. LoginFrame.Parent = SlappyGUIMenu
  73. LoginFrame.Active = true
  74. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  75. LoginFrame.Draggable = true
  76. LoginFrame.Position = UDim2.new(0, 32, 0, 260)
  77. LoginFrame.Selectable = true
  78. LoginFrame.Size = UDim2.new(0, 388, 0, 474)
  79. LoginFrame.Visible = false
  80.  
  81. Title.Name = "Title"
  82. Title.Parent = LoginFrame
  83. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  84. Title.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  85. Title.Position = UDim2.new(0, 47, 0, 63)
  86. Title.Size = UDim2.new(0, 294, 0, 66)
  87. Title.Font = Enum.Font.SourceSansBold
  88. Title.FontSize = Enum.FontSize.Size14
  89. Title.Text = "Slappy GUI"
  90. Title.TextColor3 = Color3.new(0.666667, 0, 0)
  91. Title.TextScaled = true
  92. Title.TextSize = 14
  93. Title.TextWrapped = true
  94.  
  95. UserBox.Name = "UserBox"
  96. UserBox.Parent = LoginFrame
  97. UserBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  98. UserBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  99. UserBox.BorderSizePixel = 4
  100. UserBox.Position = UDim2.new(0, 56, 0, 172)
  101. UserBox.Size = UDim2.new(0, 276, 0, 44)
  102. UserBox.Font = Enum.Font.SourceSansLight
  103. UserBox.FontSize = Enum.FontSize.Size32
  104. UserBox.Text = "Username"
  105. UserBox.TextColor3 = Color3.new(1, 1, 1)
  106. UserBox.TextSize = 30
  107. UserBox.TextWrapped = true
  108. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. PassBox.Name = "PassBox"
  111. PassBox.Parent = LoginFrame
  112. PassBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. PassBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  114. PassBox.BorderSizePixel = 4
  115. PassBox.Position = UDim2.new(0, 56, 0, 253)
  116. PassBox.Size = UDim2.new(0, 276, 0, 44)
  117. PassBox.Font = Enum.Font.SourceSansLight
  118. PassBox.FontSize = Enum.FontSize.Size32
  119. PassBox.Text = "Password"
  120. PassBox.TextColor3 = Color3.new(1, 1, 1)
  121. PassBox.TextSize = 30
  122. PassBox.TextWrapped = true
  123. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  124.  
  125. LoginButton.Name = "LoginButton"
  126. LoginButton.Parent = LoginFrame
  127. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  128. LoginButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  129. LoginButton.BorderSizePixel = 4
  130. LoginButton.Position = UDim2.new(0, 44, 0, 352)
  131. LoginButton.Size = UDim2.new(0, 299, 0, 42)
  132. LoginButton.Font = Enum.Font.SourceSansBold
  133. LoginButton.FontSize = Enum.FontSize.Size48
  134. LoginButton.Text = "Login"
  135. LoginButton.TextColor3 = Color3.new(0.666667, 0, 0)
  136. LoginButton.TextSize = 40
  137. LoginButton.TextWrapped = true
  138. LoginButton.MouseButton1Down:connect(function()
  139. LoginFrame.Visible = false
  140. MainFrame.Visible = true
  141. end)
  142.  
  143. Bar1.Name = "Bar1"
  144. Bar1.Parent = LoginFrame
  145. Bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  146. Bar1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  147. Bar1.Size = UDim2.new(0, 388, 0, 51)
  148.  
  149. MainFrame.Name = "MainFrame"
  150. MainFrame.Parent = SlappyGUIMenu
  151. MainFrame.Active = true
  152. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  153. MainFrame.Draggable = true
  154. MainFrame.Position = UDim2.new(0, 549, 0, 219)
  155. MainFrame.Selectable = true
  156. MainFrame.Size = UDim2.new(0, 618, 0, 474)
  157. MainFrame.Visible = false
  158.  
  159. Bar2.Name = "Bar2"
  160. Bar2.Parent = MainFrame
  161. Bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  162. Bar2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  163. Bar2.Size = UDim2.new(0, 618, 0, 51)
  164.  
  165. Executor.Name = "Executor"
  166. Executor.Parent = MainFrame
  167. Executor.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  168. Executor.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  169. Executor.Position = UDim2.new(0, 18, 0, 162)
  170. Executor.Size = UDim2.new(0, 581, 0, 75)
  171. Executor.Font = Enum.Font.SourceSansBold
  172. Executor.FontSize = Enum.FontSize.Size14
  173. Executor.Text = "Script Execution"
  174. Executor.TextColor3 = Color3.new(0.666667, 0, 0)
  175. Executor.TextScaled = true
  176. Executor.TextSize = 14
  177. Executor.TextWrapped = true
  178. Executor.MouseButton1Down:connect(function()
  179. MainFrame.Visible = false
  180. ExecutionFrame.Visible = true
  181. end)
  182.  
  183. Scripts.Name = "Scripts"
  184. Scripts.Parent = MainFrame
  185. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  186. Scripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  187. Scripts.Position = UDim2.new(0, 18, 0, 73)
  188. Scripts.Size = UDim2.new(0, 581, 0, 75)
  189. Scripts.Font = Enum.Font.SourceSansBold
  190. Scripts.FontSize = Enum.FontSize.Size14
  191. Scripts.Text = "Scripts"
  192. Scripts.TextColor3 = Color3.new(0.666667, 0, 0)
  193. Scripts.TextScaled = true
  194. Scripts.TextSize = 14
  195. Scripts.TextWrapped = true
  196. Scripts.MouseButton1Down:connect(function()
  197. MainFrame.Visible = false
  198. ScriptFrame.Visible = true
  199. end)
  200.  
  201. Bar3.Name = "Bar3"
  202. Bar3.Parent = MainFrame
  203. Bar3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  204. Bar3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  205. Bar3.Position = UDim2.new(0, 0, 0, 51)
  206. Bar3.Size = UDim2.new(0, 618, 0, 8)
  207.  
  208. ExitButton.Name = "ExitButton"
  209. ExitButton.Parent = MainFrame
  210. ExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  211. ExitButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  212. ExitButton.Position = UDim2.new(0, 572, 0, 0)
  213. ExitButton.Size = UDim2.new(0, 46, 0, 50)
  214. ExitButton.Font = Enum.Font.SourceSansBold
  215. ExitButton.FontSize = Enum.FontSize.Size60
  216. ExitButton.Text = "X"
  217. ExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  218. ExitButton.TextSize = 60
  219. ExitButton.TextWrapped = true
  220. ExitButton.MouseButton1Down:connect(function()
  221. SlappyGUIMenu:Destroy()
  222. end)
  223.  
  224. GameScripts.Name = "GameScripts"
  225. GameScripts.Parent = MainFrame
  226. GameScripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  227. GameScripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  228. GameScripts.Position = UDim2.new(0, 18, 0, 253)
  229. GameScripts.Size = UDim2.new(0, 581, 0, 75)
  230. GameScripts.Font = Enum.Font.SourceSansBold
  231. GameScripts.FontSize = Enum.FontSize.Size14
  232. GameScripts.Text = "Game Scripts"
  233. GameScripts.TextColor3 = Color3.new(0.666667, 0, 0)
  234. GameScripts.TextScaled = true
  235. GameScripts.TextSize = 14
  236. GameScripts.TextWrapped = true
  237. GameScripts.MouseButton1Down:connect(function()
  238. MainFrame.Visible = false
  239. GameScriptsFrame.Visible = true
  240. end)
  241.  
  242. Credits.Name = "Credits"
  243. Credits.Parent = MainFrame
  244. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  245. Credits.BorderSizePixel = 0
  246. Credits.Position = UDim2.new(0, 209, 0, 424)
  247. Credits.Size = UDim2.new(0, 200, 0, 50)
  248. Credits.Font = Enum.Font.SourceSansLight
  249. Credits.FontSize = Enum.FontSize.Size14
  250. Credits.Text = "Made By KingFTWx"
  251. Credits.TextColor3 = Color3.new(0.666667, 0, 0)
  252. Credits.TextScaled = true
  253. Credits.TextSize = 14
  254. Credits.TextWrapped = true
  255.  
  256. MainName.Name = "MainName"
  257. MainName.Parent = MainFrame
  258. MainName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  259. MainName.BorderSizePixel = 0
  260. MainName.Position = UDim2.new(0, 21, 0, 0)
  261. MainName.Size = UDim2.new(0, 200, 0, 50)
  262. MainName.Font = Enum.Font.SourceSansBold
  263. MainName.FontSize = Enum.FontSize.Size14
  264. MainName.Text = "Slappy GUI"
  265. MainName.TextColor3 = Color3.new(0.666667, 0, 0)
  266. MainName.TextScaled = true
  267. MainName.TextSize = 14
  268. MainName.TextWrapped = true
  269.  
  270. ScriptFrame.Name = "ScriptFrame"
  271. ScriptFrame.Parent = SlappyGUIMenu
  272. ScriptFrame.Active = true
  273. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  274. ScriptFrame.Draggable = true
  275. ScriptFrame.Position = UDim2.new(0, 564, 0, 277)
  276. ScriptFrame.Selectable = true
  277. ScriptFrame.Size = UDim2.new(0, 620, 0, 474)
  278.  
  279. Bar4.Name = "Bar4"
  280. Bar4.Parent = ScriptFrame
  281. Bar4.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  282. Bar4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  283. Bar4.Size = UDim2.new(0, 620, 0, 51)
  284.  
  285. Bar5.Name = "Bar5"
  286. Bar5.Parent = ScriptFrame
  287. Bar5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  288. Bar5.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  289. Bar5.Position = UDim2.new(0, 0, 0, 51)
  290. Bar5.Size = UDim2.new(0, 620, 0, 8)
  291.  
  292. ScriptExitButton.Name = "ScriptExitButton"
  293. ScriptExitButton.Parent = ScriptFrame
  294. ScriptExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  295. ScriptExitButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  296. ScriptExitButton.Position = UDim2.new(0, 574, 0, 0)
  297. ScriptExitButton.Size = UDim2.new(0, 46, 0, 50)
  298. ScriptExitButton.Font = Enum.Font.SourceSansBold
  299. ScriptExitButton.FontSize = Enum.FontSize.Size60
  300. ScriptExitButton.Text = "X"
  301. ScriptExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  302. ScriptExitButton.TextSize = 60
  303. ScriptExitButton.TextWrapped = true
  304. ScriptExitButton.MouseButton1Down:connect(function()
  305. ScriptFrame.Visible = false
  306. MainFrame.Visible = true
  307. end)
  308.  
  309. GBV3.Name = "GBV3"
  310. GBV3.Parent = ScriptFrame
  311. GBV3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  312. GBV3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  313. GBV3.Position = UDim2.new(0, 10, 0, 72)
  314. GBV3.Size = UDim2.new(0, 132, 0, 50)
  315. GBV3.Font = Enum.Font.SourceSansBold
  316. GBV3.FontSize = Enum.FontSize.Size14
  317. GBV3.Text = "Grab Knife V3"
  318. GBV3.TextColor3 = Color3.new(0.666667, 0, 0)
  319. GBV3.TextScaled = true
  320. GBV3.TextSize = 14
  321. GBV3.TextWrapped = true
  322. GBV3.MouseButton1Down:connect(function()
  323. wait(0.5)
  324. math.randomseed(tick())
  325. local player = game.Players.LocalPlayer
  326. local rekt = {}
  327. local paralyzed = false
  328. local curpoint = nil
  329. local curpart = nil
  330. local finishnum = 1
  331. local zombiemode = false
  332. local zombies = {}
  333. local lastgui = nil
  334. local mouse = player:GetMouse()
  335.  
  336. function getplr(char)
  337. local plr = nil
  338. for i,v in pairs(game.Players:GetChildren()) do
  339. if v.Character == char then
  340. plr = v
  341. end
  342. end
  343. return plr
  344. end
  345.  
  346. function bleed(frick)
  347. while frick.Parent ~= nil do
  348. local reeee = coroutine.wrap(function()
  349. local thing = Instance.new('Part',game.Workspace)
  350. thing.Size = Vector3.new(0.2,0.2,0.2)
  351. thing.CFrame = frick.CFrame
  352. thing.Shape = Enum.PartType.Ball
  353. thing.CFrame = frick.CFrame
  354. thing.Transparency = 1
  355. thing.BrickColor = BrickColor.new('Maroon')
  356. thing.Material = Enum.Material.SmoothPlastic
  357. thing.Name = "Blood"
  358. thing.CanCollide =false
  359. local rawrxd = Instance.new('BodyForce',thing)
  360. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  361. local coru = coroutine.wrap(function()
  362. wait(0.01)
  363. rawrxd:Destroy()
  364. end)
  365. coru()
  366. local ree = Instance.new('ParticleEmitter',thing)
  367. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  368. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  369. ree.Texture = 'rbxassetid://867743272'
  370. ree.Lifetime = NumberRange.new(0.4)
  371. ree.Rate = 50
  372. ree.LockedToPart = true
  373. ree.Speed = NumberRange.new(0, 2)
  374.  
  375. thing.Touched:connect(function(tou)
  376. 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
  377. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  378. thing:Destroy()
  379. if tou.Name == "BloodPuddle" then
  380. local reee = tou.CFrame
  381. if tou.Transparency > -0.2 then
  382. tou.Transparency = tou.Transparency -0.1
  383. end
  384. if tou.Size.X < 10 then
  385. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  386. tou.CFrame = reee
  387. end
  388. else
  389. local bloodlol = Instance.new('Part',workspace)
  390. bloodlol.Size=Vector3.new(1,0.2,1)
  391. bloodlol.Name = "BloodPuddle"
  392. bloodlol.Anchored = true
  393. bloodlol.CanCollide = false
  394. bloodlol.Material = Enum.Material.SmoothPlastic
  395. bloodlol.BrickColor = BrickColor.new('Maroon')
  396. local cyl = Instance.new('CylinderMesh',bloodlol)
  397. cyl.Scale = Vector3.new(1,0.1,1)
  398. bloodlol.CFrame = CFrame.new(pos)
  399. local coru=coroutine.wrap(function()
  400. while bloodlol.Parent ~= nil do
  401. if bloodlol.Transparency < 1 then
  402. bloodlol.Transparency = bloodlol.Transparency+0.05
  403. else
  404. bloodlol:Destroy()
  405. end
  406. wait(0.1)
  407. end
  408. end)
  409. coru()
  410. end
  411. end
  412. end)
  413. local coru = coroutine.wrap(function()
  414. wait(1)
  415. thing:Destroy()
  416. end)
  417. coru()
  418. end)
  419. reeee()
  420. wait()
  421. end
  422. end
  423.  
  424. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  425. local soundy = false
  426. local heyy = hitz
  427. if hitz == "Right Arm" then
  428. local Limb = playa:FindFirstChild("Right Arm")
  429. local ters = playa:FindFirstChild('Torso')
  430. if Limb and ters then
  431. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  432. for i,v in pairs(Limb:GetChildren()) do
  433. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  434. v:Destroy()
  435. end
  436. end
  437. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  438. local Joint = Instance.new("Rotate")
  439. Joint.Name = "RightShoulder"
  440. Joint.Part0 = ters
  441. Joint.Part1 = Limb
  442. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  443. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  444. Joint.Parent = ters
  445. if charred and zombiemode == false then
  446. Limb.BrickColor = BrickColor.new('Black')
  447. local fire = Instance.new('Fire',Limb)
  448. fire.Heat = 5
  449. fire.Size = 5
  450. game:GetService('Debris'):AddItem(fire,2)
  451. local coru=coroutine.wrap(function()
  452. wait(2)
  453. for i,v in pairs(Limb:GetChildren()) do
  454. if v:IsA('ParticleEmitter') then
  455. v:Destroy()
  456. end
  457. end
  458. end)
  459. coru()
  460. end
  461. local B = Instance.new("Part")
  462. B.TopSurface = 0
  463. B.BottomSurface = 0
  464. B.formFactor = "Symmetric"
  465. B.Size = Vector3.new(1, 1, 1)
  466. B.Transparency = 1
  467. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  468. B.Parent = playa
  469. local W = Instance.new("Weld")
  470. W.Part0 = Limb
  471. W.Part1 = B
  472. W.C0 = CFrame.new(0, -0.5, 0)
  473. W.Parent = Limb
  474. if kneef then
  475. local coru = coroutine.wrap(function()
  476. local uno = Instance.new('Part',workspace)
  477. local dos = Instance.new('Part',workspace)
  478. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  479. dos.CFrame = kneef["big ass knife"].CFrame
  480. local weld = Instance.new('Weld',kneef["big ass knife"])
  481. weld.Part0 = playa:FindFirstChild(hitz)
  482. weld.Part1 = kneef["big ass knife"]
  483. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  484. uno:Destroy()
  485. dos:Destroy()
  486. playa:FindFirstChild(hitz).Anchored = false
  487. for i, v in pairs(kneef:GetChildren()) do
  488. if v:IsA('BasePart') then
  489. v.Anchored = false
  490. end
  491. end
  492. if zombiemode == false or override then
  493. wait()
  494. end
  495. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  496. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  497. end
  498. local bleedpart = Instance.new("Part", kneef)
  499. bleedpart.CanCollide = false
  500. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  501. bleedpart.CFrame = kneef["big ass knife"].CFrame
  502. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  503. bleedpart.Transparency = 1
  504.  
  505. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  506. bleedpartweld.Part0 = kneef["big ass knife"]
  507. bleedpartweld.Part1 = bleedpart
  508. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  509. local coru = coroutine.wrap(function()
  510. bleed(bleedpart)
  511. end)
  512. coru()
  513. game:GetService('Debris'):AddItem(bleedpart,2)
  514. end)
  515. coru()
  516. end
  517. end
  518. elseif hitz == "Left Arm" then
  519. local Limb = playa:FindFirstChild("Left Arm")
  520. local ters = playa:FindFirstChild('Torso')
  521. if Limb and ters then
  522. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  523. for i,v in pairs(Limb:GetChildren()) do
  524. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  525. v:Destroy()
  526. end
  527. end
  528. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  529. local Joint = Instance.new("Rotate")
  530. Joint.Name = "LeftShoulder"
  531. Joint.Part0 = ters
  532. Joint.Part1 = Limb
  533. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  534. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  535. Joint.Parent = ters
  536. if charred and zombiemode == false then
  537. Limb.BrickColor = BrickColor.new('Black')
  538. local fire = Instance.new('Fire',Limb)
  539. fire.Heat = 5
  540. fire.Size = 5
  541. game:GetService('Debris'):AddItem(fire,2)
  542. local coru=coroutine.wrap(function()
  543. wait(2)
  544. for i,v in pairs(Limb:GetChildren()) do
  545. if v:IsA('ParticleEmitter') then
  546. v:Destroy()
  547. end
  548. end
  549. end)
  550. coru()
  551. end
  552.  
  553. local B = Instance.new("Part")
  554. B.TopSurface = 0
  555. B.BottomSurface = 0
  556. B.formFactor = "Symmetric"
  557. B.Size = Vector3.new(1, 1, 1)
  558. B.CanCollide = true
  559. B.Transparency = 1
  560. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  561. B.Parent = playa
  562. local W = Instance.new("Weld")
  563. W.Part0 = ters
  564. W.Part1 = B
  565. W.C0 = CFrame.new(0, -0.5, 0)
  566. W.Parent = Limb
  567. if kneef then
  568. local coru = coroutine.wrap(function()
  569. local uno = Instance.new('Part',workspace)
  570. local dos = Instance.new('Part',workspace)
  571. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  572. dos.CFrame = kneef["big ass knife"].CFrame
  573. local weld = Instance.new('Weld',kneef["big ass knife"])
  574. weld.Part0 = playa:FindFirstChild(hitz)
  575. weld.Part1 = kneef["big ass knife"]
  576. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  577. uno:Destroy()
  578. dos:Destroy()
  579. playa:FindFirstChild(hitz).Anchored = false
  580. for i, v in pairs(kneef:GetChildren()) do
  581. if v:IsA('BasePart') then
  582. v.Anchored = false
  583. end
  584. end
  585. if zombiemode == false or override then
  586. wait()
  587. end
  588. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  589. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  590. end
  591. local bleedpart = Instance.new("Part", kneef)
  592. bleedpart.CanCollide = false
  593. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  594. bleedpart.CFrame = kneef["big ass knife"].CFrame
  595. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  596. bleedpart.Transparency = 1
  597.  
  598. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  599. bleedpartweld.Part0 = kneef["big ass knife"]
  600. bleedpartweld.Part1 = bleedpart
  601. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  602. local coru = coroutine.wrap(function()
  603. bleed(bleedpart)
  604. end)
  605. coru()
  606. game:GetService('Debris'):AddItem(bleedpart,2)
  607. end)
  608. coru()
  609. end
  610. end
  611. elseif hitz == "Right Leg" then
  612. local Limb = playa:FindFirstChild("Right Leg")
  613. local ters = playa:FindFirstChild('Torso')
  614. if Limb and ters then
  615. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  616. for i,v in pairs(Limb:GetChildren()) do
  617. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  618. v:Destroy()
  619. end
  620. end
  621. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  622. local Joint = Instance.new("Rotate")
  623. Joint.Name = "Right Hip"
  624. Joint.Part0 = ters
  625. Joint.Part1 = Limb
  626. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  627. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  628. Joint.Parent = ters
  629. if charred and zombiemode == false then
  630. Limb.BrickColor = BrickColor.new('Black')
  631. local fire = Instance.new('Fire',Limb)
  632. fire.Heat = 5
  633. fire.Size = 5
  634. game:GetService('Debris'):AddItem(fire,2)
  635. local coru=coroutine.wrap(function()
  636. wait(2)
  637. for i,v in pairs(Limb:GetChildren()) do
  638. if v:IsA('ParticleEmitter') then
  639. v:Destroy()
  640. end
  641. end
  642. end)
  643. coru()
  644. end
  645. local B = Instance.new("Part")
  646. B.TopSurface = 0
  647. B.BottomSurface = 0
  648. B.formFactor = "Symmetric"
  649. B.Size = Vector3.new(1, 1, 1)
  650. B.Transparency = 1
  651. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  652. B.Parent = playa
  653. local W = Instance.new("Weld")
  654. W.Part0 = Limb
  655. W.Part1 = B
  656. W.C0 = CFrame.new(0, -0.5, 0)
  657. W.Parent = Limb
  658. if kneef then
  659. local coru = coroutine.wrap(function()
  660. local uno = Instance.new('Part',workspace)
  661. local dos = Instance.new('Part',workspace)
  662. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  663. dos.CFrame = kneef["big ass knife"].CFrame
  664. local weld = Instance.new('Weld',kneef["big ass knife"])
  665. weld.Part0 = playa:FindFirstChild(hitz)
  666. weld.Part1 = kneef["big ass knife"]
  667. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  668. uno:Destroy()
  669. dos:Destroy()
  670. playa:FindFirstChild(hitz).Anchored = false
  671. for i, v in pairs(kneef:GetChildren()) do
  672. if v:IsA('BasePart') then
  673. v.Anchored = false
  674. end
  675. end
  676. if zombiemode == false or override then
  677. wait()
  678. end
  679. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  680. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  681. end
  682. local bleedpart = Instance.new("Part", kneef)
  683. bleedpart.CanCollide = false
  684. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  685. bleedpart.CFrame = kneef["big ass knife"].CFrame
  686. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  687. bleedpart.Transparency = 1
  688.  
  689. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  690. bleedpartweld.Part0 = kneef["big ass knife"]
  691. bleedpartweld.Part1 = bleedpart
  692. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  693. local coru = coroutine.wrap(function()
  694. bleed(bleedpart)
  695. end)
  696. coru()
  697. game:GetService('Debris'):AddItem(bleedpart,2)
  698. end)
  699. coru()
  700. end
  701. if playa then
  702. table.insert(rekt,playa)
  703. end
  704. end
  705. elseif hitz == "Left Leg" then
  706. local Limb = playa:FindFirstChild("Left Leg")
  707. local ters = playa:FindFirstChild('Torso')
  708. if Limb and ters then
  709. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  710. for i,v in pairs(Limb:GetChildren()) do
  711. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  712. v:Destroy()
  713. end
  714. end
  715. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  716. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  717. local Joint = Instance.new("Rotate")
  718. Joint.Name = "LeftHip"
  719. Joint.Part0 = ters
  720. Joint.Part1 = Limb
  721. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  722. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  723. Joint.Parent = ters
  724. if charred and zombiemode == false then
  725. Limb.BrickColor = BrickColor.new('Black')
  726. local fire = Instance.new('Fire',Limb)
  727. fire.Heat = 5
  728. fire.Size = 5
  729. game:GetService('Debris'):AddItem(fire,2)
  730. local coru=coroutine.wrap(function()
  731. wait(2)
  732. for i,v in pairs(Limb:GetChildren()) do
  733. if v:IsA('ParticleEmitter') then
  734. v:Destroy()
  735. end
  736. end
  737. end)
  738. coru()
  739. end
  740.  
  741. local B = Instance.new("Part")
  742. B.TopSurface = 0
  743. B.BottomSurface = 0
  744. B.formFactor = "Symmetric"
  745. B.Size = Vector3.new(1, 1, 1)
  746. B.Transparency = 1
  747. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  748. B.Parent = playa
  749. local W = Instance.new("Weld")
  750. W.Part0 = Limb
  751. W.Part1 = B
  752. W.C0 = CFrame.new(0, -0.5, 0)
  753. W.Parent = Limb
  754. Limb.CanCollide = false
  755. if kneef then
  756. local coru = coroutine.wrap(function()
  757. local uno = Instance.new('Part',workspace)
  758. local dos = Instance.new('Part',workspace)
  759. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  760. dos.CFrame = kneef["big ass knife"].CFrame
  761. local weld = Instance.new('Weld',kneef["big ass knife"])
  762. weld.Part0 = playa:FindFirstChild(hitz)
  763. weld.Part1 = kneef["big ass knife"]
  764. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  765. uno:Destroy()
  766. dos:Destroy()
  767. playa:FindFirstChild(hitz).Anchored = false
  768. for i, v in pairs(kneef:GetChildren()) do
  769. if v:IsA('BasePart') then
  770. v.Anchored = false
  771. end
  772. end
  773. if zombiemode == false or override then
  774. wait()
  775. end
  776. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  777. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  778. end
  779. local bleedpart = Instance.new("Part", kneef)
  780. bleedpart.CanCollide = false
  781. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  782. bleedpart.CFrame = kneef["big ass knife"].CFrame
  783. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  784. bleedpart.Transparency = 1
  785.  
  786. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  787. bleedpartweld.Part0 = kneef["big ass knife"]
  788. bleedpartweld.Part1 = bleedpart
  789. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  790. local coru = coroutine.wrap(function()
  791. bleed(bleedpart)
  792. end)
  793. coru()
  794. game:GetService('Debris'):AddItem(bleedpart,2)
  795. end)
  796. coru()
  797. end
  798. if playa then
  799. table.insert(rekt,playa)
  800. end
  801. end
  802. elseif playa then
  803. if finishnum ~= 1 then
  804. local coru=coroutine.wrap(function()
  805. player.Character.Head.Psycho.Playing = true
  806. wait(3)
  807. player.Character.Head.Psycho.Playing = false
  808. end)
  809. coru()
  810. end
  811. local playa2 = playa
  812. playa.Archivable = true
  813. local playa = playa:Clone()
  814. playa.Archivable = false
  815. playa2:Destroy()
  816. playa.Parent = workspace
  817. local Gibs = game.Workspace
  818. local Torso = playa.Torso
  819. local Head = playa:FindFirstChild("Head")
  820. local function Scan(ch)
  821. local e
  822. for e = 1,#ch do
  823. Scan(ch[e]:GetChildren())
  824. 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
  825. ch[e]:remove()
  826. end
  827. end
  828. end
  829. Scan(playa:GetChildren())
  830. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  831. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  832. end
  833. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  834. if zombiemode == true and override == false then
  835. soundy = true
  836. end
  837. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  838. override = true
  839. end
  840. if hum2 ~= nil then
  841. hum2.Name = "Humanoid2"
  842. hum2.Health = 0
  843. if zombiemode == false or override == true then
  844. table.insert(rekt,hum2.Parent)
  845. else
  846. local gyro = Instance.new('BodyGyro',Torso)
  847. hum2.PlatformStand = false
  848. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  849. if v:IsA('BodyGyro') then v:Destroy() end
  850. end
  851. if playa:FindFirstChild('HumanoidRootPart') then
  852. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  853. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  854. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  855. weldcrucial.Part1 = hum2.Parent.Torso
  856. end
  857. end
  858. end
  859. local ch = playa:GetChildren()
  860. local i
  861. for i = 1,#ch do
  862. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  863. ch[i]:remove()
  864. end
  865. end
  866.  
  867. if Head then
  868. local Neck = Instance.new("Weld")
  869. Neck.Name = "Neck"
  870. Neck.Part0 = Torso
  871. Neck.Part1 = Head
  872. if pool then
  873. local part = Instance.new('Part',Torso)
  874. part.Position = Vector3.new(0,10,0)
  875. part.Size = Vector3.new(0.2,0.2,0.2)
  876. part.Transparency = 1
  877. part.CanCollide = false
  878. local we = Instance.new('Weld',Torso)
  879. we.Part0 = Torso
  880. we.Part1 = part
  881. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  882. local coru=coroutine.wrap(function()
  883. bleed(part)
  884. end)
  885. coru()
  886. end
  887. if head == false or head == nil then
  888. Neck.C0 = CFrame.new(0, 1.5, 0)
  889. else
  890. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  891. local bleedpart = Instance.new("Part", Torso)
  892. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  893. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  894. bleedpart.CanCollide = false
  895. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  896. bleedpart.Transparency = 1
  897.  
  898. local bleedpartweld = Instance.new("Weld", Torso)
  899. bleedpartweld.Part0 = Torso
  900. bleedpartweld.Part1 = bleedpart
  901. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  902. local coru = coroutine.wrap(function()
  903. bleed(bleedpart)
  904. end)
  905. coru()
  906. end
  907. Neck.C1 = CFrame.new()
  908. Neck.Parent = Torso
  909. end
  910. local Limb = playa:FindFirstChild("Right Arm")
  911. if Limb then
  912.  
  913. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  914. local Joint = Instance.new("Rotate")
  915. Joint.Name = "RightShoulder"
  916. Joint.Part0 = Torso
  917. Joint.Part1 = Limb
  918. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  919. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  920. Joint.Parent = Torso
  921.  
  922. local B = Instance.new("Part")
  923. B.TopSurface = 0
  924. B.BottomSurface = 0
  925. B.formFactor = "Symmetric"
  926. B.Size = Vector3.new(1, 1, 1)
  927. B.Transparency = 1
  928. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  929. B.Parent = playa
  930. local W = Instance.new("Weld")
  931. W.Part0 = Limb
  932. W.Part1 = B
  933. W.C0 = CFrame.new(0, -0.5, 0)
  934. W.Parent = Limb
  935. end
  936. local Limb = playa:FindFirstChild("Left Arm")
  937. if Limb then
  938.  
  939. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  940. local Joint = Instance.new("Rotate")
  941. Joint.Name = "LeftShoulder"
  942. Joint.Part0 = Torso
  943. Joint.Part1 = Limb
  944. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  945. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  946. Joint.Parent = Torso
  947.  
  948. local B = Instance.new("Part")
  949. B.TopSurface = 0
  950. B.BottomSurface = 0
  951. B.formFactor = "Symmetric"
  952. B.Size = Vector3.new(1, 1, 1)
  953. B.Transparency = 1
  954. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  955. B.Parent = playa
  956. local W = Instance.new("Weld")
  957. W.Part0 = Limb
  958. W.Part1 = B
  959. W.C0 = CFrame.new(0, -0.5, 0)
  960. W.Parent = Limb
  961. end
  962. local Limb = playa:FindFirstChild("Right Leg")
  963. if Limb then
  964. Limb.CanCollide = false
  965. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  966. local Joint = Instance.new("Rotate")
  967. Joint.Name = "RightHip"
  968. Joint.Part0 = Torso
  969. Joint.Part1 = Limb
  970. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  971. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  972. Joint.Parent = Torso
  973.  
  974. local B = Instance.new("Part")
  975. B.TopSurface = 0
  976. B.BottomSurface = 0
  977. B.formFactor = "Symmetric"
  978. B.Size = Vector3.new(1, 1, 1)
  979. B.Transparency = 1
  980. B.CanCollide = true
  981. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  982. B.Parent = playa
  983. local W = Instance.new("Weld")
  984. W.Part0 = Limb
  985. W.Part1 = B
  986. W.C0 = CFrame.new(0, -0.5, 0)
  987. W.Parent = Limb
  988. end
  989. local Limb = playa:FindFirstChild("Left Leg")
  990. if Limb then
  991. Limb.CanCollide = false
  992. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  993. local Joint = Instance.new("Rotate")
  994. Joint.Name = "LeftHip"
  995. Joint.Part0 = Torso
  996. Joint.Part1 = Limb
  997. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  998. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  999. Joint.Parent = Torso
  1000.  
  1001. local B = Instance.new("Part")
  1002. B.TopSurface = 0
  1003. B.BottomSurface = 0
  1004. if zombiemode == false or override then
  1005. B.CanCollide = true
  1006. end
  1007. B.formFactor = "Symmetric"
  1008. B.Size = Vector3.new(1, 1, 1)
  1009. B.Transparency = 1
  1010. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1011. B.Parent = playa
  1012. local W = Instance.new("Weld")
  1013. W.Part0 = Limb
  1014. W.Part1 = B
  1015. W.C0 = CFrame.new(0, -0.5, 0)
  1016. W.Parent = Limb
  1017. end
  1018. local Bar = Instance.new("Part")
  1019. Bar.TopSurface = 0
  1020. Bar.BottomSurface = 0
  1021. Bar.formFactor = "Symmetric"
  1022. Bar.Size = Vector3.new(1, 1, 1)
  1023. Bar.Transparency = 1
  1024. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  1025. Bar.Parent = playa
  1026. local Weld = Instance.new("Weld")
  1027. Weld.Part0 = Torso
  1028. Weld.Part1 = Bar
  1029. Weld.C0 = CFrame.new(0, 0.5, 0)
  1030. Weld.Parent = Torso
  1031. --]]
  1032. playa.Parent = Gibs
  1033. if kneef and explode == nil then
  1034. local coru = coroutine.wrap(function()
  1035. if playa:FindFirstChild(hitz) then
  1036. local uno = Instance.new('Part',workspace)
  1037. local dos = Instance.new('Part',workspace)
  1038. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  1039. dos.CFrame = kneef["big ass knife"].CFrame
  1040. local weld = Instance.new('Weld',kneef["big ass knife"])
  1041. weld.Part0 = playa:FindFirstChild(hitz)
  1042. weld.Part1 = kneef["big ass knife"]
  1043. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  1044. uno:Destroy()
  1045. dos:Destroy()
  1046. playa:FindFirstChild(hitz).Anchored = false
  1047. for i, v in pairs(kneef:GetChildren()) do
  1048. if v:IsA('BasePart') then
  1049. v.Anchored = false
  1050. end
  1051. end
  1052. if explode == nil or explode == false then
  1053. local bleedpart = Instance.new("Part", kneef)
  1054. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  1055. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  1056. bleedpart.CanCollide = false
  1057. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  1058. bleedpart.Transparency = 1
  1059.  
  1060. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  1061. bleedpartweld.Part0 = kneef["big ass knife"]
  1062. bleedpartweld.Part1 = bleedpart
  1063. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1064. local coru = coroutine.wrap(function()
  1065. bleed(bleedpart)
  1066. end)
  1067. coru()
  1068. end
  1069. end
  1070. if zombiemode == false or override then
  1071. wait()
  1072. end
  1073. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  1074. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  1075. end
  1076. end)
  1077. coru()
  1078. end
  1079. if explode then
  1080. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  1081. local repulse = Instance.new('BodyForce',Torso)
  1082. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  1083. game.Debris:AddItem(repulse,0.05)
  1084. end
  1085. if charred and zombiemode == false then
  1086. for i,v in pairs(playa:GetChildren()) do
  1087. if v:IsA('BasePart') then
  1088. v.BrickColor = BrickColor.Black()
  1089. local fire = Instance.new('Fire',v)
  1090. fire.Size = 5
  1091. fire.Heat = 5
  1092. elseif v:IsA('Accessory') then
  1093. for a,c in pairs(v:GetChildren()) do
  1094. if c:IsA('BasePart') then
  1095. c.BrickColor = BrickColor.Black()
  1096. local fire = Instance.new('Fire',v)
  1097. fire.Size = 5
  1098. fire.Heat = 5
  1099. for o,p in pairs(c:GetChildren()) do
  1100. if p:IsA("SpecialMesh") then
  1101. p.TextureId = ""
  1102. end
  1103. end
  1104. end
  1105. end
  1106. end
  1107. end
  1108. end
  1109. if soundy then
  1110. local sound = Instance.new('Sound',Head)
  1111. sound.SoundId = 'rbxassetid://903640857'
  1112. sound.Volume = 1
  1113. sound:Play()
  1114. sound.Ended:connect(function()
  1115. sound:Destroy()
  1116. local ambient = Instance.new('Sound',Head)
  1117. ambient.Volume = 0.25
  1118. ambient.Looped = true
  1119. ambient.SoundId = 'rbxassetid://903641031'
  1120. ambient:Play()
  1121. end)
  1122. end
  1123. if override then
  1124. 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
  1125. local coru = coroutine.wrap(function()
  1126. wait(4.5)
  1127. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  1128. hum2.HipHeight = 0.2
  1129. wait(0.5)
  1130. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  1131. end)
  1132. coru()
  1133. else
  1134. game:GetService('Debris'):AddItem(playa, 12)
  1135. end
  1136. else
  1137. hum2.Health = 0
  1138. table.insert(zombies,playa)
  1139. local attack = Instance.new('Sound',Head)
  1140. attack.SoundId = 'rbxassetid://903641424'
  1141. attack.Volume = 2
  1142. for i,v in pairs(playa:GetChildren()) do
  1143. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  1144. v.Touched:connect(function(hit)
  1145. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  1146. local found = false
  1147. if hit.Parent == player.Character then
  1148. found = true
  1149. end
  1150. for a,c in pairs(zombies) do
  1151. if c == hit.Parent then
  1152. found = true
  1153. end
  1154. end
  1155. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  1156. attack:Play()
  1157. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  1158. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  1159. wait()
  1160. killz(hit.Parent,"Head")
  1161. else
  1162. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  1163. end
  1164. end
  1165. end
  1166. end)
  1167. end
  1168. end
  1169. local coru = coroutine.wrap(function()
  1170. wait(2)
  1171. for i,v in pairs(playa:GetChildren()) do
  1172. if v:IsA('BasePart') then
  1173. for a,c in pairs(v:GetChildren()) do
  1174. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  1175. c:Destroy()
  1176. end
  1177. end
  1178. elseif v:IsA('Accessory') then
  1179. for a,c in pairs(v:GetChildren()) do
  1180. if c:IsA('BasePart') then
  1181. for b,d in pairs(c:GetChildren()) do
  1182. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  1183. d:Destroy()
  1184. end
  1185. end
  1186. end
  1187. end
  1188. end
  1189. end
  1190. end)
  1191. coru()
  1192. end
  1193. end
  1194. end
  1195.  
  1196. mouse.KeyDown:connect(function(key)
  1197. if key == "t" and mouse.Target then
  1198. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  1199. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  1200. if curpoint == nil then
  1201. if hum and hum.Parent:FindFirstChild('Head') then
  1202. curpart = hum.Parent.Head
  1203. else
  1204. curpart = nil
  1205. curpoint = mouse.Hit.p
  1206. end
  1207. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1208. notify("ZOMBIE TARGET SET",false)
  1209. else
  1210. curpart = nil
  1211. curpoint = nil
  1212. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1213. notify("ZOMBIE TARGET REMOVED",false)
  1214. end
  1215. elseif key == "y" then
  1216. for o,p in pairs(zombies) do
  1217. local coru = coroutine.wrap(function()
  1218. if p:FindFirstChild('Torso') then
  1219. killz(p,"Head",nil,nil,false,false,false,true)
  1220. else
  1221. table.remove(zombies,o)
  1222. end
  1223. end)
  1224. coru()
  1225. wait()
  1226. end
  1227. for i,v in pairs(zombies) do
  1228. table.remove(zombies,i)
  1229. end
  1230. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  1231. notify("ZOMBIES TERMINATED",false)
  1232. end
  1233. end)
  1234.  
  1235. function nub()
  1236. local me = player.Character
  1237. local point = me.HumanoidRootPart
  1238. local playergui = player.PlayerGui
  1239. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  1240. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  1241. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  1242. local lefthipz = me.Torso["Left Hip"]:Clone()
  1243. local righthipz = me.Torso["Right Hip"]:Clone()
  1244. local mode = "kill"
  1245. local lerpz = false
  1246. local active = false
  1247. local acting = false
  1248. local hit = false
  1249. local canClick = true
  1250. local stabbing = false
  1251. local grabbing = false
  1252. local finishing = false
  1253. local kyssing = false
  1254. local canbackgroundmusic = true
  1255. local cancolorfilter = true
  1256. local spinboolean = false
  1257. local grabbed = nil
  1258. local doing = false
  1259. local rightshoulder = nil
  1260. local leftshoulder = nil
  1261. local headweld = nil
  1262. local usable = true
  1263. finishnum = 1
  1264.  
  1265. function notify(msg,forever)
  1266. local doit = coroutine.wrap(function()
  1267. local gui = Instance.new('ScreenGui',playergui)
  1268. gui.Name = "Notification"
  1269. local frame = Instance.new('Frame',gui)
  1270. frame.Position = UDim2.new(0,0,0,0)
  1271. frame.Size = UDim2.new(1,0,0.2,0)
  1272. frame.BackgroundTransparency = 1
  1273. local txt = Instance.new('TextLabel',frame)
  1274. txt.TextColor3 = Color3.new(255,255,255)
  1275. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1276. txt.TextStrokeTransparency = 0
  1277. txt.BackgroundTransparency = 1
  1278. txt.Text = ""
  1279. txt.Size = UDim2.new(1,0,0.3,0)
  1280. txt.Position = UDim2.new(0,0,0.4,0)
  1281. txt.TextScaled = true
  1282. txt.Font = "Code"
  1283. txt.TextXAlignment = "Center"
  1284. local tap = Instance.new("Sound")
  1285. tap.Parent = gui
  1286. tap.SoundId = "rbxassetid://147982968"
  1287. tap.TimePosition = 0.1
  1288. local str = msg
  1289. local len = string.len(str)
  1290. for i=1,len do
  1291. txt.Text = string.sub(str,1,i)
  1292. pitche = math.random(20, 40)/10
  1293. tap.PlaybackSpeed = pitche
  1294. tap:Play()
  1295. wait(0.01)
  1296. end
  1297. if forever == false then
  1298. wait(1)
  1299. while txt.TextTransparency < 1 do
  1300. txt.TextTransparency = txt.TextTransparency + 0.1
  1301. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  1302. wait(0.001)
  1303. end
  1304. gui:Destroy()
  1305. end
  1306. end)
  1307. doit()
  1308. end
  1309.  
  1310. wait(0.5)
  1311. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  1312. local laugh = Instance.new('Sound',me.Head)
  1313. laugh.SoundId = 'rbxassetid://378827985'
  1314. laugh.Name = "Psycho"
  1315. laugh.Volume = 5
  1316. -- 1 - bitch ass knife
  1317. local obj1 = Instance.new("Model")
  1318. obj1.Name = "bitch ass knife"
  1319. obj1.Parent = game.Workspace
  1320.  
  1321. -- 2 - Grab
  1322. local obj2 = Instance.new("Part")
  1323. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1324. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. obj2.Material = Enum.Material.Concrete
  1330. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1331. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. obj2.Anchored = true
  1333. obj2.BrickColor = BrickColor.new("Black")
  1334. obj2.Friction = 0.30000001192093
  1335. obj2.Shape = Enum.PartType.Cylinder
  1336. obj2.Name = "Grab"
  1337. obj2.Parent = obj1
  1338.  
  1339. -- 3 - handletopcap
  1340. local obj3 = Instance.new("Part")
  1341. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1342. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. obj3.Material = Enum.Material.Concrete
  1348. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1349. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. obj3.Anchored = true
  1351. obj3.BrickColor = BrickColor.new("Black")
  1352. obj3.Friction = 0.30000001192093
  1353. obj3.Shape = Enum.PartType.Ball
  1354. obj3.Name = "handletopcap"
  1355. obj3.Parent = obj1
  1356.  
  1357. -- 4 - handlebottomcap
  1358. local obj4 = Instance.new("Part")
  1359. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1360. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. obj4.Material = Enum.Material.Concrete
  1366. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1367. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. obj4.Anchored = true
  1369. obj4.BrickColor = BrickColor.new("Black")
  1370. obj4.Friction = 0.30000001192093
  1371. obj4.Shape = Enum.PartType.Ball
  1372. obj4.Name = "handlebottomcap"
  1373. obj4.Parent = obj1
  1374.  
  1375. -- 5 - handleguardmid
  1376. local obj5 = Instance.new("Part")
  1377. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1378. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. obj5.Material = Enum.Material.Concrete
  1384. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1385. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. obj5.Anchored = true
  1387. obj5.BrickColor = BrickColor.new("Black")
  1388. obj5.Friction = 0.30000001192093
  1389. obj5.Shape = Enum.PartType.Block
  1390. obj5.Name = "handleguardmid"
  1391. obj5.Parent = obj1
  1392.  
  1393. -- 6 - handleguardcap1
  1394. local obj6 = Instance.new("Part")
  1395. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1396. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. obj6.Material = Enum.Material.Concrete
  1402. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1403. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. obj6.Anchored = true
  1405. obj6.BrickColor = BrickColor.new("Black")
  1406. obj6.Friction = 0.30000001192093
  1407. obj6.Shape = Enum.PartType.Cylinder
  1408. obj6.Name = "handleguardcap1"
  1409. obj6.Parent = obj1
  1410.  
  1411. -- 7 - handleguardcap2
  1412. local obj7 = Instance.new("Part")
  1413. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1414. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. obj7.Material = Enum.Material.Concrete
  1420. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1421. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. obj7.Anchored = true
  1423. obj7.BrickColor = BrickColor.new("Black")
  1424. obj7.Friction = 0.30000001192093
  1425. obj7.Shape = Enum.PartType.Cylinder
  1426. obj7.Name = "handleguardcap2"
  1427. obj7.Parent = obj1
  1428.  
  1429. -- 8 - big ass knife
  1430. local obj8 = Instance.new("Part")
  1431. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1432. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. obj8.Material = Enum.Material.Metal
  1438. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1439. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. obj8.Anchored = true
  1441. obj8.BrickColor = BrickColor.new("Lily white")
  1442. obj8.Friction = 0.30000001192093
  1443. obj8.Shape = Enum.PartType.Block
  1444. obj8.Name = "big ass knife"
  1445. obj8.Parent = obj1
  1446.  
  1447. -- 9 - Mesh
  1448. local obj9 = Instance.new("BlockMesh")
  1449. obj9.Scale = Vector3.new(0.5, 1, 1)
  1450. obj9.Parent = obj8
  1451.  
  1452. -- 10 - big ass knife
  1453. local obj10 = Instance.new("Part")
  1454. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1455. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. obj10.Material = Enum.Material.Metal
  1461. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1462. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. obj10.Anchored = true
  1464. obj10.BrickColor = BrickColor.new("Lily white")
  1465. obj10.Friction = 0.30000001192093
  1466. obj10.Shape = Enum.PartType.Block
  1467. obj10.Name = "big ass knife"
  1468. obj10.Parent = obj1
  1469. local knife = obj10
  1470.  
  1471. -- 11 - Mesh
  1472. local obj11 = Instance.new("BlockMesh")
  1473. obj11.Scale = Vector3.new(0.5, 1, 1)
  1474. obj11.Parent = obj10
  1475.  
  1476. -- 12 - big ass knife
  1477. local obj12 = Instance.new("Part")
  1478. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1479. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. obj12.Material = Enum.Material.Metal
  1485. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1486. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. obj12.Anchored = true
  1488. obj12.BrickColor = BrickColor.new("Lily white")
  1489. obj12.Friction = 0.30000001192093
  1490. obj12.Shape = Enum.PartType.Block
  1491. obj12.Name = "big ass knife"
  1492. obj12.Parent = obj1
  1493.  
  1494. -- 13 - Mesh
  1495. local obj13 = Instance.new("BlockMesh")
  1496. obj13.Scale = Vector3.new(0.5, 1, 1)
  1497. obj13.Parent = obj12
  1498.  
  1499. -- 14 - serration
  1500. local obj14 = Instance.new("WedgePart")
  1501. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1502. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. obj14.Material = Enum.Material.Metal
  1507. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1508. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. obj14.Anchored = true
  1511. obj14.BrickColor = BrickColor.new("Lily white")
  1512. obj14.Friction = 0.30000001192093
  1513. obj14.Name = "serration"
  1514. obj14.Parent = obj1
  1515.  
  1516. -- 15 - Mesh
  1517. local obj15 = Instance.new("BlockMesh")
  1518. obj15.Scale = Vector3.new(0.5, 1, 1)
  1519. obj15.Parent = obj14
  1520.  
  1521. -- 16 - serration
  1522. local obj16 = Instance.new("WedgePart")
  1523. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1524. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. obj16.Material = Enum.Material.Metal
  1529. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1530. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1531. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. obj16.Anchored = true
  1533. obj16.BrickColor = BrickColor.new("Lily white")
  1534. obj16.Friction = 0.30000001192093
  1535. obj16.Name = "serration"
  1536. obj16.Parent = obj1
  1537.  
  1538. -- 17 - Mesh
  1539. local obj17 = Instance.new("BlockMesh")
  1540. obj17.Scale = Vector3.new(0.5, 1, 1)
  1541. obj17.Parent = obj16
  1542.  
  1543. -- 18 - serration
  1544. local obj18 = Instance.new("WedgePart")
  1545. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1546. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. obj18.Material = Enum.Material.Metal
  1551. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1552. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. obj18.Anchored = true
  1555. obj18.BrickColor = BrickColor.new("Lily white")
  1556. obj18.Friction = 0.30000001192093
  1557. obj18.Name = "serration"
  1558. obj18.Parent = obj1
  1559.  
  1560. -- 19 - Mesh
  1561. local obj19 = Instance.new("BlockMesh")
  1562. obj19.Scale = Vector3.new(0.5, 1, 1)
  1563. obj19.Parent = obj18
  1564.  
  1565. -- 20 - serration
  1566. local obj20 = Instance.new("WedgePart")
  1567. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1568. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. obj20.Material = Enum.Material.Metal
  1573. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1574. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. obj20.Anchored = true
  1577. obj20.BrickColor = BrickColor.new("Lily white")
  1578. obj20.Friction = 0.30000001192093
  1579. obj20.Name = "serration"
  1580. obj20.Parent = obj1
  1581.  
  1582. -- 21 - Mesh
  1583. local obj21 = Instance.new("BlockMesh")
  1584. obj21.Scale = Vector3.new(0.5, 1, 1)
  1585. obj21.Parent = obj20
  1586.  
  1587. -- 22 - serration
  1588. local obj22 = Instance.new("WedgePart")
  1589. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1590. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. obj22.Material = Enum.Material.Metal
  1595. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1596. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. obj22.Anchored = true
  1599. obj22.BrickColor = BrickColor.new("Lily white")
  1600. obj22.Friction = 0.30000001192093
  1601. obj22.Name = "serration"
  1602. obj22.Parent = obj1
  1603.  
  1604. -- 23 - Mesh
  1605. local obj23 = Instance.new("BlockMesh")
  1606. obj23.Scale = Vector3.new(0.5, 1, 1)
  1607. obj23.Parent = obj22
  1608.  
  1609. -- 24 - serration
  1610. local obj24 = Instance.new("WedgePart")
  1611. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1612. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. obj24.Material = Enum.Material.Metal
  1617. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1618. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. obj24.Anchored = true
  1621. obj24.BrickColor = BrickColor.new("Lily white")
  1622. obj24.Friction = 0.30000001192093
  1623. obj24.Name = "serration"
  1624. obj24.Parent = obj1
  1625.  
  1626. -- 25 - Mesh
  1627. local obj25 = Instance.new("BlockMesh")
  1628. obj25.Scale = Vector3.new(0.5, 1, 1)
  1629. obj25.Parent = obj24
  1630.  
  1631. -- 26 - serration
  1632. local obj26 = Instance.new("WedgePart")
  1633. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1634. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. obj26.Material = Enum.Material.Metal
  1639. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1640. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. obj26.Anchored = true
  1643. obj26.BrickColor = BrickColor.new("Lily white")
  1644. obj26.Friction = 0.30000001192093
  1645. obj26.Name = "serration"
  1646. obj26.Parent = obj1
  1647.  
  1648. -- 27 - Mesh
  1649. local obj27 = Instance.new("BlockMesh")
  1650. obj27.Scale = Vector3.new(0.5, 1, 1)
  1651. obj27.Parent = obj26
  1652.  
  1653. -- 28 - serration
  1654. local obj28 = Instance.new("WedgePart")
  1655. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1656. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. obj28.Material = Enum.Material.Metal
  1661. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1662. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. obj28.Anchored = true
  1665. obj28.BrickColor = BrickColor.new("Lily white")
  1666. obj28.Friction = 0.30000001192093
  1667. obj28.Name = "serration"
  1668. obj28.Parent = obj1
  1669.  
  1670. -- 29 - Mesh
  1671. local obj29 = Instance.new("BlockMesh")
  1672. obj29.Scale = Vector3.new(0.5, 1, 1)
  1673. obj29.Parent = obj28
  1674.  
  1675. -- 30 - knifetip1
  1676. local obj30 = Instance.new("WedgePart")
  1677. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1678. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. obj30.Material = Enum.Material.Metal
  1683. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1684. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. obj30.Anchored = true
  1687. obj30.BrickColor = BrickColor.new("Lily white")
  1688. obj30.Friction = 0.30000001192093
  1689. obj30.Name = "knifetip1"
  1690. obj30.Parent = obj1
  1691.  
  1692. -- 31 - Mesh
  1693. local obj31 = Instance.new("BlockMesh")
  1694. obj31.Scale = Vector3.new(0.5, 1, 1)
  1695. obj31.Parent = obj30
  1696.  
  1697. -- 32 - redstuff
  1698. local obj32 = Instance.new("Part")
  1699. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1700. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. obj32.Material = Enum.Material.SmoothPlastic
  1705. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1707. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. obj32.BrickColor = BrickColor.new("Institutional white")
  1709. obj32.Friction = 0.30000001192093
  1710. obj32.Shape = Enum.PartType.Cylinder
  1711. obj32.Name = "redstuff"
  1712. obj32.Anchored = true
  1713. obj32.Parent = obj1
  1714.  
  1715.  
  1716. -- 33 - redstuff
  1717. local obj33 = Instance.new("Part")
  1718. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1719. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. obj33.Material = Enum.Material.SmoothPlastic
  1725. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1726. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. obj33.BrickColor = BrickColor.new("Institutional white")
  1728. obj33.Friction = 0.30000001192093
  1729. obj33.Shape = Enum.PartType.Block
  1730. obj33.Name = "redstuff"
  1731. obj33.Anchored = true
  1732. obj33.Parent = obj1
  1733.  
  1734. -- 34 - redstuff
  1735. local obj34 = Instance.new("Part")
  1736. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1737. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1743. obj34.Material = Enum.Material.SmoothPlastic
  1744. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. obj34.BrickColor = BrickColor.new("Institutional white")
  1746. obj34.Friction = 0.30000001192093
  1747. obj34.Shape = Enum.PartType.Cylinder
  1748. obj34.Name = "redstuff"
  1749. obj34.Anchored = true
  1750. obj34.Parent = obj1
  1751.  
  1752. -- 35 - redstuff
  1753. local obj35 = Instance.new("Part")
  1754. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1755. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1761. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. obj35.BrickColor = BrickColor.new("Institutional white")
  1763. obj35.Friction = 0.30000001192093
  1764. obj35.Shape = Enum.PartType.Cylinder
  1765. obj35.Material = Enum.Material.SmoothPlastic
  1766. obj35.Name = "redstuff"
  1767. obj35.Anchored = true
  1768. obj35.Parent = obj1
  1769.  
  1770. -- 36 - redstuff
  1771. local obj36 = Instance.new("Part")
  1772. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1773. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. obj36.Material = Enum.Material.SmoothPlastic
  1779. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1780. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. obj36.BrickColor = BrickColor.new("Institutional white")
  1782. obj36.Friction = 0.30000001192093
  1783. obj36.Shape = Enum.PartType.Cylinder
  1784. obj36.Name = "redstuff"
  1785. obj36.Anchored = true
  1786. obj36.Parent = obj1
  1787.  
  1788. -- 37 - redstuff
  1789. local obj37 = Instance.new("WedgePart")
  1790. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1791. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. obj37.Material = Enum.Material.SmoothPlastic
  1796. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1797. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. obj37.Anchored = true
  1800. obj37.BrickColor = BrickColor.new("Institutional white")
  1801. obj37.Friction = 0.30000001192093
  1802. obj37.Name = "redstuff"
  1803. obj37.Anchored = true
  1804. obj37.Parent = obj1
  1805.  
  1806. -- 38 - redstuff
  1807. local obj38 = Instance.new("Part")
  1808. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1809. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. obj38.Material = Enum.Material.SmoothPlastic
  1815. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1816. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. obj38.BrickColor = BrickColor.new("Institutional white")
  1818. obj38.Friction = 0.30000001192093
  1819. obj38.Shape = Enum.PartType.Cylinder
  1820. obj38.Name = "redstuff"
  1821. obj38.Anchored = true
  1822. obj38.Parent = obj1
  1823.  
  1824. local audio = Instance.new('Sound',knife)
  1825. audio.Volume = 2
  1826.  
  1827. local audio2 = Instance.new('Sound',knife)
  1828. audio2.Volume = 2
  1829.  
  1830. local holdpart = Instance.new("Part")
  1831. holdpart.Parent = me
  1832. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1833. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1834. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1835.  
  1836. local previous = nil
  1837. for i,v in pairs(obj1:GetChildren()) do
  1838. if v:IsA('BasePart') then
  1839. if previous then
  1840. local weld = Instance.new('Weld',v)
  1841. weld.Part0 = v
  1842. weld.Part1 = previous
  1843. weld.C0 = v.CFrame:inverse() * previous.CFrame
  1844. previous.Anchored = false
  1845. previous.CanCollide = false
  1846. local vee = v
  1847. weld.AncestryChanged:connect(function(mez,par)
  1848. wait()
  1849. weld.Parent = vee
  1850. end)
  1851. end
  1852. previous = v
  1853. end
  1854. end
  1855. previous.Anchored = false
  1856. previous.CanCollide = false
  1857.  
  1858. local holdpartweld = Instance.new("Weld", me.Torso)
  1859. holdpartweld.Part0 = me.Torso
  1860. holdpartweld.Part1 = holdpart
  1861. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1862.  
  1863. holdpartweld.AncestryChanged:connect(function(mez,par)
  1864. if par ~= me.Torso then
  1865. wait()
  1866. holdpartweld.Parent = me.Torso
  1867. end
  1868. end)
  1869.  
  1870. local knifeweld = Instance.new('Weld',me.Torso)
  1871. knifeweld.Part0 = me.Torso
  1872. knifeweld.Part1 = obj2
  1873. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  1874. knifeweld.AncestryChanged:connect(function(mez,par)
  1875. if par ~= me.Torso then
  1876. wait()
  1877. knifeweld.Parent = me.Torso
  1878. end
  1879. end)
  1880. local ScreenGui = Instance.new("ScreenGui")
  1881. local CustomizeGui = Instance.new("Frame")
  1882. local Customize = Instance.new("TextLabel")
  1883. local ClosestColor = Instance.new("TextLabel")
  1884. local Line = Instance.new("TextLabel")
  1885. local Color = Instance.new("ImageLabel")
  1886. local Close = Instance.new("TextButton")
  1887. local RedHue = Instance.new("TextLabel")
  1888. local GreenHue = Instance.new("TextLabel")
  1889. local RedInput = Instance.new("TextBox")
  1890. local BlueHue = Instance.new("TextLabel")
  1891. local GreenInput = Instance.new("TextBox")
  1892. local TransInput = Instance.new("TextBox")
  1893. local BlueInput = Instance.new("TextBox")
  1894. local Message = Instance.new("TextLabel")
  1895. local Message2 = Instance.new("TextLabel")
  1896. local TrailTransparency = Instance.new("TextLabel")
  1897. local TrailInput = Instance.new("TextBox")
  1898. local MusicOption = Instance.new("TextButton")
  1899. local ScreenOption = Instance.new("TextButton")
  1900. local ScreenOptionTxt = Instance.new("TextLabel")
  1901. local MusicOptionTxt = Instance.new("TextLabel")
  1902.  
  1903. -- Properties
  1904.  
  1905. ScreenGui.Parent = playergui
  1906.  
  1907. CustomizeGui.Name = "CustomizeGui"
  1908. CustomizeGui.Parent = ScreenGui
  1909. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1910. CustomizeGui.BackgroundTransparency = 0.5
  1911. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  1912. CustomizeGui.BorderSizePixel = 2
  1913. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  1914. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  1915.  
  1916. Customize.Name = "Customize"
  1917. Customize.Parent = CustomizeGui
  1918. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1919. Customize.BackgroundTransparency = 0.75
  1920. Customize.BorderSizePixel = 0
  1921. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  1922. Customize.FontSize = Enum.FontSize.Size28
  1923. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  1924. Customize.TextColor3 = Color3.new(1, 1, 1)
  1925. Customize.TextScaled = true
  1926. Customize.TextSize = 25
  1927. Customize.TextStrokeTransparency = 0.5
  1928. Customize.TextWrapped = true
  1929.  
  1930. ClosestColor.Name = "ClosestColor"
  1931. ClosestColor.Parent = CustomizeGui
  1932. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1933. ClosestColor.BackgroundTransparency = 1
  1934. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  1935. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  1936. ClosestColor.Font = Enum.Font.SourceSansLight
  1937. ClosestColor.FontSize = Enum.FontSize.Size32
  1938. ClosestColor.Text = "Your color is closest to Institutional White"
  1939. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  1940. ClosestColor.TextSize = 30
  1941. ClosestColor.TextStrokeTransparency = 0.5
  1942.  
  1943. Line.Name = "Line"
  1944. Line.Parent = CustomizeGui
  1945. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1946. Line.BackgroundTransparency = 0.5
  1947. Line.BorderColor3 = Color3.new(0, 0, 0)
  1948. Line.BorderSizePixel = 0
  1949. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  1950. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  1951. Line.Font = Enum.Font.SourceSans
  1952. Line.FontSize = Enum.FontSize.Size14
  1953. Line.Text = " "
  1954. Line.TextSize = 14
  1955.  
  1956. Color.Name = "Color"
  1957. Color.Parent = CustomizeGui
  1958. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  1959. Color.BorderSizePixel = 0
  1960. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  1961. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1962. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1963.  
  1964. MusicOption.Parent = CustomizeGui
  1965. MusicOption.Name = "MusicOption"
  1966. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1967. MusicOption.BorderSizePixel = 1
  1968. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  1969. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1970. MusicOption.Text = ""
  1971. MusicOption.BackgroundTransparency = 0.5
  1972.  
  1973. ScreenOption.Parent = CustomizeGui
  1974. ScreenOption.Name = "ScreenOption"
  1975. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1976. ScreenOption.BorderSizePixel = 1
  1977. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  1978. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1979. ScreenOption.Text = ""
  1980. ScreenOption.BackgroundTransparency = 0.5
  1981.  
  1982. ScreenOptionTxt.Name = "ScreenOptionTxt"
  1983. ScreenOptionTxt.Parent = CustomizeGui
  1984. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1985. ScreenOptionTxt.BackgroundTransparency = 1
  1986. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  1987. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1988. ScreenOptionTxt.Font = Enum.Font.SourceSans
  1989. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  1990. ScreenOptionTxt.Text = "Psychopath Red Filter"
  1991. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1992. ScreenOptionTxt.TextScaled = true
  1993. ScreenOptionTxt.TextSize = 20
  1994. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1995. ScreenOptionTxt.TextStrokeTransparency = 0.5
  1996. ScreenOptionTxt.TextWrapped = true
  1997. ScreenOptionTxt.TextXAlignment = "Left"
  1998.  
  1999. MusicOptionTxt.Name = "MusicOptionTxt"
  2000. MusicOptionTxt.Parent = CustomizeGui
  2001. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  2002. MusicOptionTxt.BackgroundTransparency = 1
  2003. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  2004. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  2005. MusicOptionTxt.Font = Enum.Font.SourceSans
  2006. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  2007. MusicOptionTxt.Text = "Psychopath Background Music"
  2008. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  2009. MusicOptionTxt.TextScaled = true
  2010. MusicOptionTxt.TextSize = 20
  2011. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2012. MusicOptionTxt.TextStrokeTransparency = 0.5
  2013. MusicOptionTxt.TextWrapped = true
  2014. MusicOptionTxt.TextXAlignment = "Left"
  2015.  
  2016. Close.Name = "Close"
  2017. Close.Parent = CustomizeGui
  2018. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  2019. Close.BackgroundTransparency = 0.5
  2020. Close.BorderColor3 = Color3.new(0, 0, 0)
  2021. Close.BorderSizePixel = 2
  2022. Close.Position = UDim2.new(1.005, 0, 0, 0)
  2023. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  2024. Close.Font = Enum.Font.SourceSans
  2025. Close.FontSize = Enum.FontSize.Size14
  2026. Close.Text = "X"
  2027. Close.TextColor3 = Color3.new(1, 1, 1)
  2028. Close.TextScaled = true
  2029. Close.TextSize = 14
  2030. Close.TextStrokeTransparency = 0
  2031. Close.TextWrapped = true
  2032.  
  2033. RedHue.Name = "RedHue"
  2034. RedHue.Parent = CustomizeGui
  2035. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2036. RedHue.BackgroundTransparency = 1
  2037. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  2038. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2039. RedHue.Font = Enum.Font.SourceSans
  2040. RedHue.FontSize = Enum.FontSize.Size24
  2041. RedHue.Text = "RED Hue Value: "
  2042. RedHue.TextColor3 = Color3.new(1, 1, 1)
  2043. RedHue.TextScaled = true
  2044. RedHue.TextSize = 20
  2045. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  2046. RedHue.TextStrokeTransparency = 0.75
  2047. RedHue.TextWrapped = true
  2048.  
  2049. GreenHue.Name = "GreenHue"
  2050. GreenHue.Parent = CustomizeGui
  2051. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2052. GreenHue.BackgroundTransparency = 1
  2053. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  2054. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2055. GreenHue.Font = Enum.Font.SourceSans
  2056. GreenHue.FontSize = Enum.FontSize.Size24
  2057. GreenHue.Text = "GREEN Hue Value:"
  2058. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  2059. GreenHue.TextScaled = true
  2060. GreenHue.TextSize = 20
  2061. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  2062. GreenHue.TextStrokeTransparency = 0.75
  2063. GreenHue.TextWrapped = true
  2064.  
  2065. RedInput.Name = "RedInput"
  2066. RedInput.Parent = CustomizeGui
  2067. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2068. RedInput.BackgroundTransparency = 0.5
  2069. RedInput.BorderSizePixel = 0
  2070. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  2071. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2072. RedInput.Font = Enum.Font.SourceSans
  2073. RedInput.FontSize = Enum.FontSize.Size14
  2074. RedInput.Text = "255"
  2075. RedInput.TextColor3 = Color3.new(1, 1, 1)
  2076. RedInput.TextSize = 14
  2077. RedInput.TextStrokeTransparency = 0
  2078.  
  2079. BlueHue.Name = "BlueHue"
  2080. BlueHue.Parent = CustomizeGui
  2081. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  2082. BlueHue.BackgroundTransparency = 1
  2083. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  2084. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  2085. BlueHue.Font = Enum.Font.SourceSans
  2086. BlueHue.FontSize = Enum.FontSize.Size24
  2087. BlueHue.Text = "BLUE Hue Value:"
  2088. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  2089. BlueHue.TextScaled = true
  2090. BlueHue.TextSize = 20
  2091. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  2092. BlueHue.TextStrokeTransparency = 0.75
  2093. BlueHue.TextWrapped = true
  2094.  
  2095. TrailTransparency.Name = "TrailTransparency"
  2096. TrailTransparency.Parent = CustomizeGui
  2097. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  2098. TrailTransparency.BackgroundTransparency = 1
  2099. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  2100. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  2101. TrailTransparency.Font = Enum.Font.SourceSans
  2102. TrailTransparency.FontSize = Enum.FontSize.Size24
  2103. TrailTransparency.Text = "Trail Transparency:"
  2104. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  2105. TrailTransparency.TextScaled = true
  2106. TrailTransparency.TextSize = 20
  2107. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  2108. TrailTransparency.TextWrapped = true
  2109.  
  2110. GreenInput.Name = "GreenInput"
  2111. GreenInput.Parent = CustomizeGui
  2112. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2113. GreenInput.BackgroundTransparency = 0.5
  2114. GreenInput.BorderSizePixel = 0
  2115. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  2116. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2117. GreenInput.Font = Enum.Font.SourceSans
  2118. GreenInput.FontSize = Enum.FontSize.Size14
  2119. GreenInput.Text = "255"
  2120. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  2121. GreenInput.TextSize = 14
  2122. GreenInput.TextStrokeTransparency = 0
  2123.  
  2124. TransInput.Name = "TransInput"
  2125. TransInput.Parent = CustomizeGui
  2126. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2127. TransInput.BackgroundTransparency = 0.5
  2128. TransInput.BorderSizePixel = 0
  2129. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  2130. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2131. TransInput.Font = Enum.Font.SourceSans
  2132. TransInput.FontSize = Enum.FontSize.Size14
  2133. TransInput.Text = "50"
  2134. TransInput.TextColor3 = Color3.new(1, 1, 1)
  2135. TransInput.TextSize = 14
  2136. TransInput.TextStrokeTransparency = 0
  2137.  
  2138. BlueInput.Name = "BlueInput"
  2139. BlueInput.Parent = CustomizeGui
  2140. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2141. BlueInput.BackgroundTransparency = 0.5
  2142. BlueInput.BorderSizePixel = 0
  2143. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  2144. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  2145. BlueInput.Font = Enum.Font.SourceSans
  2146. BlueInput.FontSize = Enum.FontSize.Size14
  2147. BlueInput.Text = "255"
  2148. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  2149. BlueInput.TextSize = 14
  2150. BlueInput.TextStrokeTransparency = 0
  2151.  
  2152. Message.Name = "Message"
  2153. Message.Parent = CustomizeGui
  2154. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  2155. Message.BackgroundTransparency = 1
  2156. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  2157. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  2158. Message.Font = Enum.Font.SourceSans
  2159. Message.FontSize = Enum.FontSize.Size18
  2160. Message.Text = "|| Inputs must be values ||"
  2161. Message.TextColor3 = Color3.new(1, 1, 1)
  2162. Message.TextScaled = true
  2163. Message.TextSize = 15
  2164. Message.TextStrokeTransparency = 0.75
  2165. Message.TextWrapped = true
  2166.  
  2167. local attun = Instance.new("Attachment", knife)
  2168. attun.Position = Vector3.new(0, 0.1, -1.75)
  2169. local atdos = Instance.new("Attachment", knife)
  2170. atdos.Position = Vector3.new(0, -0.1, 0.5)
  2171. local trail = Instance.new("Trail", knife)
  2172. trail.LightEmission = 0.5
  2173. trail.Attachment0 = attun
  2174. trail.Attachment1 = atdos
  2175. trail.Lifetime = 0.175
  2176. trail.MinLength = 0
  2177. trail.Enabled = false
  2178.  
  2179. function updatez()
  2180. local rc = tonumber(RedInput.Text)
  2181. local gc = tonumber(GreenInput.Text)
  2182. local bc = tonumber(BlueInput.Text)
  2183. local tcupd = tonumber(TransInput.Text)
  2184. if rc == nil then
  2185. rc = 0
  2186. end
  2187. if gc == nil then
  2188. gc = 0
  2189. end
  2190. if bc == nil then
  2191. bc = 0
  2192. end
  2193. if tcupd == nil then
  2194. tcupd = 0
  2195. end
  2196. local tc = tcupd/100
  2197. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  2198. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  2199. obj32.Color = Color3.fromRGB(rc,gc,bc)
  2200. obj33.Color = Color3.fromRGB(rc,gc,bc)
  2201. obj34.Color = Color3.fromRGB(rc,gc,bc)
  2202. obj35.Color = Color3.fromRGB(rc,gc,bc)
  2203. obj36.Color = Color3.fromRGB(rc,gc,bc)
  2204. obj37.Color = Color3.fromRGB(rc,gc,bc)
  2205. obj38.Color = Color3.fromRGB(rc,gc,bc)
  2206. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  2207. trail.Transparency = NumberSequence.new(tc)
  2208. TrailTransparency.TextStrokeTransparency = tc
  2209. end
  2210.  
  2211. RedInput.Changed:connect(function(val)
  2212. if val == "Text" and tonumber(RedInput.Text) then
  2213. RedInput.Text = tostring(tonumber(RedInput.Text))
  2214. if tonumber(RedInput.Text) > 255 then
  2215. RedInput.Text = '255'
  2216. end
  2217. elseif val == "Text" then
  2218. RedInput.Text = ""
  2219. end
  2220. updatez()
  2221. end)
  2222. GreenInput.Changed:connect(function(val)
  2223. if val == "Text" and tonumber(GreenInput.Text) then
  2224. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  2225. if tonumber(GreenInput.Text) > 255 then
  2226. GreenInput.Text = '255'
  2227. end
  2228. elseif val == "Text" then
  2229. GreenInput.Text = ""
  2230. end
  2231. updatez()
  2232. end)
  2233. BlueInput.Changed:connect(function(val)
  2234. if val == "Text" and tonumber(BlueInput.Text) then
  2235. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  2236. if tonumber(BlueInput.Text) > 255 then
  2237. BlueInput.Text = '255'
  2238. end
  2239. elseif val == "Text" then
  2240. BlueInput.Text = ""
  2241. end
  2242. updatez()
  2243. end)
  2244. TransInput.Changed:connect(function(val)
  2245. if val == "Text" and tonumber(TransInput.Text) then
  2246. TransInput.Text = tostring(tonumber(TransInput.Text))
  2247. if tonumber(TransInput.Text) > 100 then
  2248. TransInput.Text = '100'
  2249. end
  2250. elseif val == "Text" then
  2251. TransInput.Text = ""
  2252. end
  2253. updatez()
  2254. end)
  2255.  
  2256. Close.MouseButton1Click:connect(function()
  2257. if lerpz == false then
  2258. lerpz = true
  2259. if Close.Text ~= "+" then
  2260. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2261. for i=1,10 do
  2262. Close.TextTransparency = i/10
  2263. Close.TextStrokeTransparency = i/10
  2264. wait(0.01)
  2265. end
  2266. Close.Text = "+"
  2267. for i=1,10 do
  2268. Close.TextTransparency = (10-i+1)/10
  2269. Close.TextStrokeTransparency = (10-i+1)/10
  2270. wait(0.01)
  2271. end
  2272. lerpz = false
  2273. else
  2274. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2275. for i=1,10 do
  2276. Close.TextTransparency = i/10
  2277. Close.TextStrokeTransparency = i/10
  2278. wait(0.01)
  2279. end
  2280. Close.Text = "X"
  2281. for i=1,10 do
  2282. Close.TextTransparency = (10-i+1)/10
  2283. Close.TextStrokeTransparency = (10-i+1)/10
  2284. wait(0.01)
  2285. end
  2286. lerpz = false
  2287. end
  2288. end
  2289. end)
  2290.  
  2291. MusicOption.MouseButton1Click:connect(function()
  2292. if canbackgroundmusic == true then
  2293. canbackgroundmusic = false
  2294. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2295. else
  2296. canbackgroundmusic = true
  2297. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2298. end
  2299. end)
  2300.  
  2301. ScreenOption.MouseButton1Click:connect(function()
  2302. if cancolorfilter == true then
  2303. cancolorfilter = false
  2304. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2305. else
  2306. cancolorfilter = true
  2307. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2308. end
  2309. end)
  2310.  
  2311. function equip()
  2312. local doit = coroutine.wrap(function()
  2313. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2314. acting = true
  2315. local arm = me["Right Arm"]
  2316. local arm2 = me["Left Arm"]
  2317. local tors = me.Torso
  2318. local weld = Instance.new('Weld',arm)
  2319. weld.Part0 = arm
  2320. weld.Part1 = tors
  2321. weld.C0 = CFrame.new(-1.5,0,0)
  2322. local weld2 = Instance.new("Weld", arm2)
  2323. weld2.Part0 = arm2
  2324. weld2.Part1 = tors
  2325. weld2.C0 = CFrame.new(1.5, 0, 0)
  2326. wait(0.001)
  2327. for i = 0,1,0.1 do
  2328. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2329. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2330. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2331. wait(0.001)
  2332. end
  2333. wait(0.15)
  2334. trail.Enabled = true
  2335. for i = 0,1,0.1 do
  2336. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2337. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2338. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2339. wait(0.001)
  2340. end
  2341. trail.Enabled = false
  2342. wait(0.2)
  2343. for i = 0,1,0.1 do
  2344. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2345. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2346. wait(0.001)
  2347. end
  2348. weld:Destroy()
  2349. weld2:Remove()
  2350. if tors ~= nil then
  2351. rightshoulderz:Clone().Parent = me.Torso
  2352. leftshoulderz:Clone().Parent = me.Torso
  2353. end
  2354. end
  2355. acting = false
  2356. end)
  2357. doit()
  2358. end
  2359.  
  2360. function kysnigga()
  2361. if kyssing == true then return end
  2362. kyssing = true
  2363. acting = true
  2364. decearingTHING = math.random(1, 100)
  2365. if decearingTHING == 4 then
  2366. decearingEGG = Instance.new("Sound", me.Torso)
  2367. decearingEGG.SoundId = "rbxassetid://138084557"
  2368. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2369. decearingEGG.TimePosition = 0.2
  2370. decearingEGG:Play()
  2371. end
  2372. me.Humanoid.WalkSpeed = 0
  2373. me.Humanoid.JumpPower = 0
  2374.  
  2375. local rightarm = Instance.new("Weld", me.Torso)
  2376. rightarm.Part0 = me.Torso
  2377. rightarm.Part1 = me["Right Arm"]
  2378. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2379.  
  2380. local leftarm = Instance.new("Weld", me.Torso)
  2381. leftarm.Part0 = me.Torso
  2382. leftarm.Part1 = me["Left Arm"]
  2383. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2384.  
  2385. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2386. tors.Part0 = me.HumanoidRootPart
  2387. tors.Part1 = me.Torso
  2388. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2389.  
  2390. local rightleg = Instance.new("Weld", me.Torso)
  2391. rightleg.Part0 = me.Torso
  2392. rightleg.Part1 = me["Right Leg"]
  2393. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2394.  
  2395. local leftleg = Instance.new("Weld", me.Torso)
  2396. leftleg.Part0 = me.Torso
  2397. leftleg.Part1 = me["Left Leg"]
  2398. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2399.  
  2400. for i = 0, 1, 0.03 do
  2401. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2402. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2403. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2404. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2405. wait()
  2406. end
  2407. for i = 0, 1, 0.03 do
  2408. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2409. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2410. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2411. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2412. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2413. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2414. wait()
  2415. end
  2416. local bleedzer = Instance.new('Part',me.Torso)
  2417. bleedzer.CFrame = me.Torso.CFrame
  2418. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2419. bleedzer.Transparency = 1
  2420. bleedzer.CanCollide = false
  2421. local weld = Instance.new('Weld',bleedzer)
  2422. weld.Part0 = bleedzer
  2423. weld.Part1 = me.Torso
  2424. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2425. local woodpekker = coroutine.wrap(function()
  2426. bleed(bleedzer)
  2427. end)
  2428. woodpekker()
  2429. audio.SoundId = "rbxassetid://199977936"
  2430. audio.PlaybackSpeed = 1.5
  2431. audio:Play()
  2432. audio2.SoundId = "rbxassetid://220834019"
  2433. audio2.PlaybackSpeed = 1
  2434. audio2.TimePosition = 0.1
  2435. audio2:Play()
  2436. for i = 0, 1, 0.1 do
  2437. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2438. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2439. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2440. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2441. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2442. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2443. wait()
  2444. end
  2445. wait(1)
  2446. audio.SoundId = "rbxassetid://210943487"
  2447. audio.TimePosition = 0.2
  2448. audio.PlaybackSpeed = 0.75
  2449. audio:Play()
  2450. for i = 0, 1, 0.03 do
  2451. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2452. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2453. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2454. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2455. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2456. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2457. wait()
  2458. end
  2459. for i = 0, 1, 0.03 do
  2460. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2461. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2462. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2463. wait()
  2464. end
  2465. wait(0.24)
  2466. if me:FindFirstChildOfClass('Humanoid') then
  2467. me:FindFirstChildOfClass('Humanoid').Health = 0
  2468. end
  2469. wait(0.01)
  2470. killz(me,me.Torso.Name,nil,nil,true)
  2471.  
  2472. tors:Remove()
  2473. rightarm:Remove()
  2474. rightleg:Remove()
  2475. leftleg:Remove()
  2476. leftarm:Remove()
  2477. rightshoulderz:Clone().Parent = me.Torso
  2478. leftshoulderz:Clone().Parent = me.Torso
  2479. torsojoint:Clone().Parent = me.HumanoidRootPart
  2480. lefthipz:Clone().Parent = me.Torso
  2481. righthipz:Clone().Parent = me.Torso
  2482. me.Humanoid.JumpPower = 50
  2483. me.Humanoid.WalkSpeed = 16
  2484. acting = false
  2485. canClick = true
  2486. doing = false
  2487. hit = false
  2488. kyssing = false
  2489. if decearingTHING == 4 then
  2490. decearingEGG:Remove()
  2491. end
  2492. end
  2493.  
  2494. function bleedout()
  2495. local doit = coroutine.wrap(function()
  2496. local targe = grabbed
  2497. local num = 0
  2498. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  2499. if targe.Head:FindFirstChild('Died') then
  2500. tone = math.random(6, 12) / 10
  2501. targe.Head.Died.PlaybackSpeed = tone
  2502. targe.Head.Died:Play()
  2503. else
  2504. local deathsound = Instance.new('Sound',targe.Head)
  2505. deathsound.Name = "Died"
  2506. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2507. deathsound.Volume = 0.65
  2508. deathsound.EmitterSize = 5
  2509. deathsound.MaxDistance = 150
  2510. tone = math.random(5, 15) / 10
  2511. targe.Head.Died.PlaybackSpeed = tone
  2512. targe.Head.Died:Play()
  2513. end
  2514. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2515. num = num+1
  2516. wait(0.325)
  2517. end
  2518. targe:FindFirstChildOfClass('Humanoid').Health = 0
  2519. wait()
  2520. killz(targe,'Head',nil,nil,false,true)
  2521. wait(2)
  2522. targe:Remove()
  2523. end)
  2524. doit()
  2525. end
  2526.  
  2527. function liedown()
  2528. local doit = coroutine.wrap(function()
  2529. local targe = grabbed
  2530. wait(2)
  2531. if targe and targe:FindFirstChildOfClass('Humanoid') then
  2532. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2533. end
  2534. end)
  2535. doit()
  2536. end
  2537.  
  2538. function grab()
  2539. local doit = coroutine.wrap(function()
  2540. acting = true
  2541. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2542. local arm = me["Right Arm"]
  2543. local tors = me.Torso
  2544. local arm2 = me["Left Arm"]
  2545. local humanroot = me.HumanoidRootPart
  2546. local weld2 = Instance.new('Weld',arm)
  2547. weld2.Part0 = arm
  2548. weld2.Part1 = tors
  2549. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2550. local weld3 = Instance.new('Weld',arm2)
  2551. weld3.Part0 = arm2
  2552. weld3.Part1 = tors
  2553. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2554. for i = 0,1,0.05 do
  2555. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2556. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2557. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2558. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2559. wait(0.01)
  2560. end
  2561. grabbing = true
  2562. trail.Enabled = true
  2563. for i = 0,1,0.10 do
  2564. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2565. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2566. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2567. wait(0.01)
  2568. end
  2569. trail.Enabled = false
  2570. wait(0.5)
  2571. grabbing = false
  2572. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2573. if grabbed == nil then
  2574. for i = 0,1,0.1 do
  2575. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2576. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2577. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2578. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2579. wait(0.001)
  2580. end
  2581. weld2:Destroy()
  2582. weld3:Destroy()
  2583. rightshoulderz:Clone().Parent = me.Torso
  2584. leftshoulderz:Clone().Parent = me.Torso
  2585. acting = false
  2586. canClick = true
  2587. end
  2588. end)
  2589. doit()
  2590. end
  2591.  
  2592. function kill()
  2593. paralyzed = false
  2594. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  2595. targetweld = grabbed.Torso.TargetWeld
  2596. targetweld2 = nil
  2597. local reee = grabbed:FindFirstChild("Left Arm")
  2598. if reee and reee:FindFirstChild("Weld") then
  2599. targetweld2 = reee.Weld
  2600. end
  2601. for i, v in pairs(grabbed:GetChildren()) do
  2602. if v.Name == "Part" then
  2603. v.CanCollide = true
  2604. end
  2605. end
  2606. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2607. local targetrightshoulder = rightshoulder
  2608. local targetleftshoulder = leftshoulder
  2609. local targetweld3 = Instance.new("Weld", targetweld3pt)
  2610. targetweld3.Part0 = grabbed.Torso
  2611. targetweld3.Part1 = targetweld3pt
  2612. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2613.  
  2614. local doit = coroutine.wrap(function()
  2615. local arm = me["Right Arm"]
  2616. local tors = grabbed.Torso
  2617. local arm2 = me["Left Arm"]
  2618. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2619. doing = true
  2620. local weld2 = arm:FindFirstChildOfClass('Weld')
  2621. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2622. local humanroot = me.HumanoidRootPart
  2623.  
  2624. for i = 0,1,0.1 do
  2625. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2626. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2627. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2628. wait(0.01)
  2629. end
  2630.  
  2631. audio:Stop()
  2632. audio.SoundId = "rbxassetid://517040733"
  2633. tone = math.random(1, 3)
  2634. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2635. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2636. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2637. audio:Play()
  2638.  
  2639. local bleedpart = Instance.new("Part", grabbed)
  2640. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2641. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2642. bleedpart.CanCollide = false
  2643. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2644. bleedpart.Transparency = 1
  2645.  
  2646. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2647. bleedpartweld.Part0 = grabbed.Torso
  2648. bleedpartweld.Part1 = bleedpart
  2649. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2650. local coru=coroutine.wrap(function()
  2651. bleed(bleedpart)
  2652. end)
  2653. coru()
  2654.  
  2655. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2656. slightthrow.Force = Vector3.new(0, 0, -2500)
  2657.  
  2658. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2659. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2660. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2661.  
  2662. if grabbed:FindFirstChildOfClass('Humanoid') then
  2663. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2664. end
  2665.  
  2666. killz(grabbed,'Left Leg')
  2667. killz(grabbed,'Left Arm')
  2668. killz(grabbed,'Right Leg')
  2669. killz(grabbed,'Right Arm')
  2670.  
  2671. trail.Enabled = true
  2672.  
  2673. for i = 0,1,0.2 do
  2674. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2675. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2676. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2677. wait(0.01)
  2678. end
  2679.  
  2680. trail.Enabled = false
  2681.  
  2682. bleedout()
  2683.  
  2684. rightshoulderz:Clone().Parent = me.Torso
  2685. leftshoulderz:Clone().Parent = me.Torso
  2686. grabbed = nil
  2687.  
  2688. if humanroot:FindFirstChild('Holder') then
  2689. humanroot.Holder:Destroy()
  2690. end
  2691.  
  2692. wait(0.2)
  2693. slightthrow:Remove()
  2694. slightthrow2:Remove()
  2695. for i = 0,1,0.05 do
  2696. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2697. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2698. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2699. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2700. wait(0.01)
  2701. end
  2702.  
  2703. weld2:Destroy()
  2704. weld3:Destroy()
  2705. targetweld = nil
  2706. targetweld2 = nil
  2707. targetweld3 = nil
  2708. rightshoulderz:Clone().Parent = me.Torso
  2709. leftshoulderz:Clone().Parent = me.Torso
  2710. acting = false
  2711. canClick = true
  2712. doing = false
  2713. end)
  2714. doit()
  2715. end
  2716.  
  2717. function finish()
  2718. if finishing == true then return end
  2719. finishing = true
  2720. acting = true
  2721. decearingTHING = math.random(1, 100)
  2722. if decearingTHING == 4 then
  2723. decearingEGG = Instance.new("Sound", me.Torso)
  2724. decearingEGG.SoundId = "rbxassetid://138084557"
  2725. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2726. decearingEGG.TimePosition = 0.2
  2727. decearingEGG:Play()
  2728. end
  2729. me.Humanoid.WalkSpeed = 0
  2730. me.Humanoid.JumpPower = 0
  2731.  
  2732. local rightarm = Instance.new("Weld", me.Torso)
  2733. rightarm.Part0 = me.Torso
  2734. rightarm.Part1 = me["Right Arm"]
  2735. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2736.  
  2737. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2738. tors.Part0 = me.HumanoidRootPart
  2739. tors.Part1 = me.Torso
  2740. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2741.  
  2742. local rightleg = Instance.new("Weld", me.Torso)
  2743. rightleg.Part0 = me.Torso
  2744. rightleg.Part1 = me["Right Leg"]
  2745. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2746.  
  2747. local leftleg = Instance.new("Weld", me.Torso)
  2748. leftleg.Part0 = me.Torso
  2749. leftleg.Part1 = me["Left Leg"]
  2750. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2751.  
  2752. for i = 0, 1, 0.05 do
  2753. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2754. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2755. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2756. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2757. wait()
  2758. end
  2759. for i=1,finishnum do
  2760. local num1 = 0.5
  2761. local num2 = 0.5
  2762. local num3 = 0.25
  2763. if finishnum ~= 1 then
  2764. num3 = 0
  2765. end
  2766. trail.Enabled = true
  2767. for i = 0, 1, num1 do
  2768. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2769. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2770. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2771. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2772. wait()
  2773. end
  2774. wait()
  2775. for i = 0, 1, num2 do
  2776. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2777. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2778. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2779. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2780. wait()
  2781. end
  2782. trail.Enabled = false
  2783. wait(num3)
  2784. end
  2785. wait()
  2786. for i = 0, 1, 0.05 do
  2787. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2788. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2789. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2790. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2791. wait()
  2792. end
  2793. tors:Remove()
  2794. rightarm:Remove()
  2795. rightleg:Remove()
  2796. leftleg:Remove()
  2797. rightshoulderz:Clone().Parent = me.Torso
  2798. leftshoulderz:Clone().Parent = me.Torso
  2799. torsojoint:Clone().Parent = me.HumanoidRootPart
  2800. lefthipz:Clone().Parent = me.Torso
  2801. righthipz:Clone().Parent = me.Torso
  2802. me.Humanoid.JumpPower = 50
  2803. me.Humanoid.WalkSpeed = 16
  2804. acting = false
  2805. canClick = true
  2806. doing = false
  2807. hit = false
  2808. finishing = false
  2809. if decearingTHING == 4 then
  2810. decearingEGG:Remove()
  2811. end
  2812. end
  2813.  
  2814. function throw()
  2815. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  2816. paralyzed = false
  2817. targetweld = grabbed.Torso.TargetWeld
  2818. local ree = grabbed:FindFirstChild("Left Arm")
  2819. targetweld2 =nil
  2820. if ree and ree:FindFirstChild("Weld") then
  2821. targetweld2 = ree.Weld
  2822. end
  2823.  
  2824. for i, v in pairs(grabbed:GetChildren()) do
  2825. if v.Name == "Part" then
  2826. v.CanCollide = true
  2827. end
  2828. end
  2829.  
  2830.  
  2831. local doit = coroutine.wrap(function()
  2832. local arm = me["Right Arm"]
  2833. local tors = grabbed.Torso
  2834. local arm2 = me["Left Arm"]
  2835. local targrightshoulder = rightshoulder
  2836.  
  2837. local targleftshoulder = leftshoulder
  2838. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2839. doing = true
  2840. local weld2 = arm:FindFirstChildOfClass('Weld')
  2841. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2842. local humanroot = me.HumanoidRootPart
  2843.  
  2844. for i = 0,1,0.2 do
  2845. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2846. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2847. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2848. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2849. if targetweld2 then
  2850. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2851. end
  2852. wait(0.01)
  2853. end
  2854.  
  2855. audio:Stop()
  2856. audio.SoundId = "rbxassetid://536642316"
  2857. tone = math.random(1, 3)
  2858. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2859. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2860. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2861. audio:Play()
  2862.  
  2863. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2864. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2865. slightthrow.P = 5000
  2866. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2867. local point = grabbed.Torso.Position
  2868. local aaaaaa = grabbed
  2869. liedown()
  2870.  
  2871. rightshoulderz:Clone().Parent = me.Torso
  2872. leftshoulderz:Clone().Parent = me.Torso
  2873. grabbed = nil
  2874.  
  2875. if humanroot:FindFirstChild('Holder') then
  2876. humanroot.Holder:Destroy()
  2877. end
  2878. local coru = coroutine.wrap(function()
  2879. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  2880. slightthrow:Remove()
  2881. end)
  2882. coru()
  2883.  
  2884. for i = 0,1,0.05 do
  2885. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2886. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2887. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2888. wait(0.01)
  2889. end
  2890. weld2:Destroy()
  2891. weld3:Destroy()
  2892. targetweld:Remove()
  2893. if targetweld2 then
  2894. targetweld2:Remove()
  2895. end
  2896. if rightshoulder then
  2897. rightshoulder:Clone().Parent = tors
  2898. end
  2899. if leftshoulder then
  2900. leftshoulder:Clone().Parent = tors
  2901. end
  2902. headweld:Clone().Parent = tors
  2903. rightshoulderz:Clone().Parent = me.Torso
  2904. leftshoulderz:Clone().Parent = me.Torso
  2905. acting = false
  2906. canClick = true
  2907. doing = false
  2908. end)
  2909. doit()
  2910. end
  2911.  
  2912. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  2913. bc=BrickColor.new
  2914. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2915. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2916. local fragmentable = workspace
  2917. local list = {}
  2918. local brickcount = 0
  2919. local storage = {}
  2920. local fillup = 1000
  2921. local maximumstorage = 2000
  2922. local storage_position = Vector3.new(0,0,5000)
  2923. local stored_partsize = Vector3.new(1,1,1)
  2924. local parts_created_per_frame = 5
  2925.  
  2926. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2927. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2928. local fragmentable = workspace
  2929. local list = {}
  2930. local brickcount = 0
  2931. local storage = {}
  2932. local fillup = 1000
  2933. local maximumstorage = 2000
  2934. local storage_position = Vector3.new(0,0,5000)
  2935. local stored_partsize = Vector3.new(1,1,1)
  2936. local parts_created_per_frame = 5
  2937.  
  2938.  
  2939. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  2940. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  2941. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  2942. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  2943. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  2944. if xi == 1 and yi == 1 and zi == 1 then return end
  2945. if #storage > 0 then
  2946. local p = storage[1]
  2947. p.BrickColor = color
  2948. p.Size = size
  2949. p.Anchored = false
  2950. p.BackSurface = backsurface
  2951. p.BottomSurface = bottomsurface
  2952. p.FrontSurface = frontsurface
  2953. p.LeftSurface = leftsurface
  2954. p.RightSurface = rightsurface
  2955. p.TopSurface = topsurface
  2956. p.Transparency = transparency
  2957. p.CFrame = cframe
  2958. p.Reflectance = reflectance
  2959. p.Material = material
  2960. game:GetService('Debris'):AddItem(p,30)
  2961. p:BreakJoints()
  2962. table.remove(storage,1)
  2963. else
  2964. local p = Instance.new("Part",fragmentable)
  2965. p.BrickColor = color
  2966. p.FormFactor = "Custom"
  2967. p.Size = size
  2968. p.BackSurface = backsurface
  2969. p.BottomSurface = bottomsurface
  2970. p.FrontSurface = frontsurface
  2971. p.LeftSurface = leftsurface
  2972. p.RightSurface = rightsurface
  2973. p.TopSurface = topsurface
  2974. p.Transparency = transparency
  2975. p.Material = material
  2976. if p.Transparency>0.285 then
  2977. p.Anchored = false
  2978. else
  2979. p.Anchored=false
  2980. p.Material='Wood'
  2981. game:GetService('Debris'):AddItem(p,10)
  2982. end
  2983. p.CFrame = cframe
  2984. p.Reflectance = reflectance
  2985. p:BreakJoints()
  2986. end
  2987. return
  2988. end
  2989. local mody = math.random(-125,125)/1000
  2990. for y = 1,yi do
  2991. if math.random()> 0.5 then
  2992. local modx = math.random(-125,125)/1000
  2993. for x = 1,xi do
  2994. local modz = math.random(-125,125)/1000
  2995. for z = 1,zi do --offset = x/xi-0.75+modx)
  2996. 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)),
  2997. 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,
  2998. 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,
  2999. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  3000. 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,
  3001. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  3002. end
  3003.  
  3004. end
  3005. else
  3006. local modz = math.random(-125,125)/1000
  3007. for z = 1,zi do
  3008. local modx = math.random(-125,125)/1000
  3009. for x = 1,xi do
  3010. 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)),
  3011. 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,
  3012. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  3013. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  3014. 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,
  3015. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  3016. end
  3017. end
  3018. end
  3019. end
  3020. end
  3021.  
  3022. function start_fragmentation(position,radius,nuh)
  3023. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  3024. repeat
  3025. local finish = false
  3026. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  3027. for i = 1,#parts do
  3028. table.insert(list,1,parts[i])
  3029. end
  3030. finish = true
  3031. until #parts < 100 and finish
  3032. local t = tick()
  3033. for i = 1,#list do
  3034. local p = list[i]
  3035. 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
  3036. 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)
  3037. if #storage < maximumstorage and p.Shape == "Block" then
  3038. p.Anchored = false
  3039. p.FormFactor = "Custom"
  3040. p.Size = stored_partsize
  3041. p.Position = storage_position
  3042. table.insert(storage,1,p)
  3043. else
  3044. p:Destroy()
  3045. end
  3046. end
  3047. 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
  3048. 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)
  3049. if #storage < maximumstorage and p.Shape == "Block" then
  3050. p.Anchored = false
  3051. p.Material='Wood'
  3052. p.FormFactor = "Custom"
  3053. p.Size = stored_partsize
  3054. p.Position = storage_position
  3055. table.insert(storage,1,p)
  3056. else
  3057. p:Destroy()
  3058. end
  3059. end
  3060. end
  3061. list = {}
  3062. end
  3063.  
  3064.  
  3065. function fling()
  3066. local doit = coroutine.wrap(function()
  3067. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  3068. acting = true
  3069. for i=1,finishnum do
  3070. local weld2 = Instance.new('Weld',me["Right Arm"])
  3071. weld2.Part0 = me["Right Arm"]
  3072. weld2.Part1 = me["Torso"]
  3073. weld2.C0 = CFrame.new(-1.5,0,0)
  3074. if finishnum == 1 then
  3075. for i = 0,1,0.05 do
  3076. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3077. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3078. wait(0.01)
  3079. end
  3080. end
  3081. audio.SoundId = "rbxassetid://166083610"
  3082. audio.PlaybackSpeed = 1
  3083. audio.TimePosition = 0.1
  3084. audio:Play()
  3085. if finishnum == 1 then
  3086. for i = 0,1,0.5 do
  3087. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3088. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3089. wait(0.001)
  3090. end
  3091. end
  3092. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3093. local knofe = obj1:Clone()
  3094. for i, v in pairs(obj1:GetChildren()) do
  3095. if v:IsA('BasePart') then
  3096. v.Transparency = 1
  3097. end
  3098. end
  3099. knofe.Parent = workspace
  3100. knofe.Name = "Projectile"
  3101. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3102. knofe:FindFirstChild("Trail", true).Enabled = true
  3103. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3104. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3105. local coru = coroutine.wrap(function()
  3106. wait(0.45)
  3107. if heck then
  3108. heck:Destroy()
  3109. end
  3110. end)
  3111. coru()
  3112. local able = true
  3113. knofe["big ass knife"].Touched:connect(function(hit)
  3114. 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
  3115. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  3116. local ree = hit.Parent
  3117. if thing == nil then
  3118. ree = hit.Parent.Parent
  3119. end
  3120. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  3121. knofe:FindFirstChild("Trail", true).Enabled = false
  3122. game:GetService('Debris'):AddItem(knofe,5)
  3123. tone = math.random(1, 3)
  3124. local sound = Instance.new('Sound',knofe.Grab)
  3125. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3126. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3127. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3128. sound.PlaybackSpeed = 1
  3129. sound:Play()
  3130. for i, v in pairs(knofe:GetChildren()) do
  3131. if v:IsA('BasePart') then
  3132. v.CanCollide = true
  3133. v.Anchored = true
  3134. end
  3135. end
  3136. hit.Anchored = true
  3137. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3138. ree:FindFirstChildOfClass('Humanoid').Health = 0
  3139. end
  3140. wait()
  3141. killz(ree,hit.Name,knofe)
  3142. else
  3143. knofe:FindFirstChild("Trail", true).Enabled = false
  3144. heck.Velocity = Vector3.new(0,0,0)
  3145. heck:Destroy()
  3146. game:GetService('Debris'):AddItem(knofe,5)
  3147. tone = math.random(1, 3)
  3148. local sound = Instance.new('Sound',knofe.Grab)
  3149. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3150. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3151. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3152. sound.PlaybackSpeed = 1
  3153. sound:Play()
  3154. for i, v in pairs(knofe:GetChildren()) do
  3155. if v:IsA('BasePart') then
  3156. v.Anchored = false
  3157. end
  3158. end
  3159. hit.Anchored = true
  3160. wait(0.001)
  3161. hit.Anchored = false
  3162. for i, v in pairs(knofe:GetChildren()) do
  3163. if v:IsA('BasePart') then
  3164. v.Anchored = false
  3165. end
  3166. end
  3167. if knofe then
  3168. local coru = coroutine.wrap(function()
  3169. if hit then
  3170. local uno = Instance.new('Part',workspace)
  3171. local dos = Instance.new('Part',workspace)
  3172. uno.CFrame = hit.CFrame
  3173. dos.CFrame = knofe["big ass knife"].CFrame
  3174. local weld = Instance.new('Weld',knofe["big ass knife"])
  3175. weld.Part0 = hit
  3176. weld.Part1 = knofe["big ass knife"]
  3177. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3178. uno:Destroy()
  3179. dos:Destroy()
  3180. end
  3181. end)
  3182. coru()
  3183. end
  3184. end
  3185. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  3186. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  3187. knofe:FindFirstChild("Trail", true).Enabled = false
  3188. local sound = Instance.new('Sound',knofe.Grab)
  3189. sound.SoundId = 'rbxassetid://267585646'
  3190. sound:Play()
  3191. for i,v in pairs(knofe:GetChildren()) do
  3192. if v:IsA('BasePart') then
  3193. v.Anchored = true
  3194. end
  3195. end
  3196. wait()
  3197. heck.Velocity = Vector3.new(0,0,0)
  3198. heck:Destroy()
  3199. local uno = Instance.new('Part',workspace)
  3200. local dos = Instance.new('Part',workspace)
  3201. uno.CFrame = hit.CFrame
  3202. dos.CFrame = knofe["big ass knife"].CFrame
  3203. local weld = Instance.new('Weld',knofe["big ass knife"])
  3204. weld.Part0 = hit
  3205. weld.Part1 = knofe["big ass knife"]
  3206. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3207. uno:Destroy()
  3208. dos:Destroy()
  3209. for i,v in pairs(knofe:GetChildren()) do
  3210. if v:IsA('BasePart') then
  3211. v.Anchored = false
  3212. end
  3213. end
  3214. game:GetService('Debris'):AddItem(knofe,5)
  3215. for i,v in pairs(knofe:GetChildren()) do
  3216. if v:IsA('BasePart') then
  3217. v.CanCollide = true
  3218. end
  3219. end
  3220. end
  3221. 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
  3222. knofe:FindFirstChild("Trail", true).Enabled = false
  3223. able = false
  3224. local sound = Instance.new('Sound',knofe.Grab)
  3225. sound.SoundId = 'rbxassetid://144884907'
  3226. sound:Play()
  3227. local coru = coroutine.wrap(function()
  3228. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  3229. end)
  3230. coru()
  3231. end
  3232. end
  3233. end)
  3234. if finishnum == 1 then
  3235. for i= 0,1,0.1 do
  3236. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3237. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3238. wait(0.001)
  3239. end
  3240. else
  3241. for i= 0,1,0.5 do
  3242. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3243. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3244. wait(0.001)
  3245. end
  3246. end
  3247. for i,v in pairs(obj1:GetChildren()) do
  3248. if v:IsA('BasePart') then
  3249. v.Transparency = 0
  3250. end
  3251. end
  3252. weld2:Destroy()
  3253. rightshoulderz:Clone().Parent = me.Torso
  3254. end
  3255. acting = false
  3256. canClick = true
  3257. end
  3258. end)
  3259. doit()
  3260. end
  3261.  
  3262. function instasplode()
  3263. local coru = coroutine.wrap(function()
  3264. acting = true
  3265. for i=1,1 do
  3266. local weld2 = Instance.new('Weld',me["Right Arm"])
  3267. weld2.Part0 = me["Right Arm"]
  3268. weld2.Part1 = me["Torso"]
  3269. weld2.C0 = CFrame.new(-1.5,0,0)
  3270. if finishnum == 1 then
  3271. for i = 0,1,0.05 do
  3272. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3273. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3274. wait(0.01)
  3275. end
  3276. end
  3277. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3278. audio.SoundId = "rbxassetid://166083610"
  3279. audio.PlaybackSpeed = 1
  3280. audio.TimePosition = 0.1
  3281. audio:Play()
  3282. if finishnum == 1 then
  3283. for i = 0,1,0.5 do
  3284. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3285. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3286. wait(0.001)
  3287. end
  3288. end
  3289. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3290. local knofe = obj1:Clone()
  3291. for i,v in pairs(obj1:GetChildren()) do
  3292. if v:IsA('BasePart') then
  3293. v.Transparency = 1
  3294. end
  3295. end
  3296. knofe.Parent = workspace
  3297. knofe.Name = "Projectile"
  3298. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3299. knofe:FindFirstChild("Trail", true).Enabled = false
  3300. fireofjesUS = Instance.new("Fire", knofe.Grab)
  3301. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3302. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3303. local coru = coroutine.wrap(function()
  3304. wait(0.45)
  3305. if heck then
  3306. heck:Destroy()
  3307. end
  3308. end)
  3309. coru()
  3310. knofe["big ass knife"].Touched:connect(function(hit)
  3311. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3312. heck.Velocity = Vector3.new(0,0,0)
  3313. heck:Destroy()
  3314. for i,v in pairs(knofe:GetChildren()) do
  3315. if v:IsA('BasePart') then
  3316. v.CanCollide = true
  3317. end
  3318. end
  3319. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3320. if hum == nil then
  3321. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3322. end
  3323. if knofe then
  3324. local coru = coroutine.wrap(function()
  3325. if hit then
  3326. local uno = Instance.new('Part',workspace)
  3327. local dos = Instance.new('Part',workspace)
  3328. uno.CFrame = hit.CFrame
  3329. dos.CFrame = knofe["big ass knife"].CFrame
  3330. local weld = Instance.new('Weld',knofe["big ass knife"])
  3331. weld.Part0 = hit
  3332. weld.Part1 = knofe["big ass knife"]
  3333. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3334. uno:Destroy()
  3335. dos:Destroy()
  3336. end
  3337. end)
  3338. coru()
  3339. end
  3340. local sound = Instance.new('Sound',knofe.Grab)
  3341. sound.Name = "BOOM"
  3342. sound.EmitterSize = 25
  3343. sound.SoundId = 'rbxassetid://476477344'
  3344. sound.Volume = 0.5
  3345. sound:Play()
  3346. local exppart = Instance.new("Part", game.Workspace)
  3347. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3348. exppart.Anchored = true
  3349. exppart.CanCollide = false
  3350. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3351. exppart.Transparency = 1
  3352. local expaccent = Instance.new("ParticleEmitter", exppart)
  3353. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3354. expaccent.LightEmission = 0.2
  3355. expaccent.LightInfluence = 0.3
  3356. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3357. expaccent.Acceleration = Vector3.new(0, 30, 0)
  3358. expaccent.Drag = 15
  3359. expaccent.LockedToPart = false
  3360. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3361. expaccent.Rate = 2000
  3362. expaccent.Speed = NumberRange.new(0,0)
  3363. expaccent.SpreadAngle = Vector2.new(360, 360)
  3364. expaccent:Clone().Parent = exppart
  3365. expaccent:Clone().Parent = exppart
  3366. local exp = Instance.new('Explosion',game.Workspace)
  3367. exp.Position = knofe["big ass knife"].Position
  3368. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3369. exp.BlastRadius = 5
  3370. exp.Visible = false
  3371. exp.BlastPressure = 0
  3372. exp.DestroyJointRadiusPercent = 0
  3373. exp.Hit:connect(function(hit)
  3374. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3375. wait(0.001)
  3376. tgt = hit
  3377. local coru=coroutine.wrap(function(tgtt)
  3378. local fireofgods = Instance.new("Fire", tgtt)
  3379. fireofgods.Size = 0
  3380. fireofgods.Heat = 0
  3381. local fireofgodsaccent = expaccent:Clone()
  3382. fireofgodsaccent.Parent = hit
  3383. fireofgodsaccent.Rate = 0
  3384. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3385. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3386. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3387.  
  3388. while fireofgods.Size < 10 do
  3389. fireofgods.Size = fireofgods.Size + 0.1
  3390. fireofgods.Heat = fireofgods.Heat + 0.1
  3391. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3392. wait()
  3393. end
  3394. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3395. hit:BreakJoints()
  3396. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3397. for i,v in pairs(hit:GetChildren()) do
  3398. if v:IsA('SpecialMesh') then
  3399. v.TextureId = ""
  3400. end
  3401. end
  3402. end
  3403. hit.BrickColor = BrickColor.new("Black")
  3404. for i,v in pairs(hit.Parent:GetChildren()) do
  3405. if v:IsA('Shirt') or v:IsA('Pants') then
  3406. v:Destroy()
  3407. end
  3408. end
  3409.  
  3410. while fireofgods.Size > 5 do
  3411. fireofgods.Size = fireofgods.Size - 0.1
  3412. fireofgods.Heat = fireofgods.Heat - 0.1
  3413. wait()
  3414. end
  3415. fireofgods:Destroy()
  3416. if hit.Parent then
  3417. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3418. local p = hit
  3419. 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)
  3420. hit:Remove()
  3421. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  3422. print(hit.Name)
  3423. if hit.Name == "Torso" or hit.Name == "Head" then
  3424. print('ohhh YAAAA')
  3425. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3426. end
  3427. wait()
  3428. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3429. end
  3430. end
  3431. end)
  3432. coru(tgt)
  3433. end
  3434. end)
  3435. local explosionaccenttimeout = coroutine.wrap(function()
  3436. wait(0.2)
  3437. for i, exploodn in pairs(exppart:GetChildren()) do
  3438. exploodn.Enabled = false
  3439. end
  3440. wait(2)
  3441. for i, exploodn in pairs(exppart:GetChildren()) do
  3442. exploodn:Remove()
  3443. end
  3444. end)
  3445. explosionaccenttimeout()
  3446. for i,v in pairs(knofe:GetChildren()) do
  3447. if v:IsA('BasePart') then
  3448. v.Transparency = 1
  3449. end
  3450. end
  3451. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3452. coru()
  3453. end
  3454. end)
  3455. if finishnum == 1 then
  3456. for i= 0,1,0.1 do
  3457. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3458. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3459. wait(0.001)
  3460. end
  3461. else
  3462. wait(0.1)
  3463. end
  3464. weld2.C0 = CFrame.new(-1.5,0,0)
  3465. for i,v in pairs(obj1:GetChildren()) do
  3466. if v:IsA('BasePart') then
  3467. v.Transparency = 0
  3468. end
  3469. end
  3470. weld2:Destroy()
  3471. rightshoulderz:Clone().Parent = me.Torso
  3472. end
  3473. acting = false
  3474. canClick = true
  3475. end)
  3476. coru()
  3477. end
  3478.  
  3479. function fireworkit()
  3480. local coru = coroutine.wrap(function()
  3481. acting = true
  3482. local ree = 1
  3483. if finishnum > 1 then
  3484. ree = 3
  3485. end
  3486. for i=1,ree do
  3487. local weld2 = Instance.new('Weld',me["Right Arm"])
  3488. weld2.Part0 = me["Right Arm"]
  3489. weld2.Part1 = me["Torso"]
  3490. weld2.C0 = CFrame.new(-1.5,0,0)
  3491. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3492. audio.SoundId = "rbxassetid://166083610"
  3493. audio.PlaybackSpeed = 1
  3494. audio.TimePosition = 0.1
  3495. audio:Play()
  3496. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3497. local knofe = obj1:Clone()
  3498. for i,v in pairs(obj1:GetChildren()) do
  3499. if v:IsA('BasePart') then
  3500. v.Transparency = 1
  3501. end
  3502. end
  3503. local sound = Instance.new('Sound',knofe.Grab)
  3504. sound.Volume = 0.25
  3505. sound.EmitterSize = 200
  3506. sound.MaxDistance = 300
  3507. sound.SoundId = 'rbxassetid://551051176'
  3508. sound:Play()
  3509. knofe.Parent = workspace
  3510. knofe.Name = "Projectile"
  3511. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3512. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3513. 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))})
  3514. partic.LightEmission = 0.5
  3515. partic.LightInfluence = 0
  3516. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3517. partic.Rotation = NumberRange.new(0,90)
  3518. partic.SpreadAngle = Vector2.new(5,5)
  3519. partic.Speed = NumberRange.new(20)
  3520. partic.Texture = 'rbxassetid://603193846'
  3521. partic.EmissionDirection = Enum.NormalId.Left
  3522. partic.Lifetime = NumberRange.new(0.5,1)
  3523. partic.Rate = 100
  3524. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3525. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3526. knofe["big ass knife"].Touched:connect(function(hit)
  3527. sound:Destroy()
  3528. local sound2 = Instance.new('Sound',workspace)
  3529. sound2.SoundId = 'rbxassetid://138080762'
  3530. sound2:Play()
  3531. if heck then
  3532. heck:Destroy()
  3533. end
  3534. for i,v in pairs(knofe:GetChildren()) do
  3535. v.Anchored = true
  3536. end
  3537. partic.Enabled = false
  3538. local colorscheme = math.random(1,4)
  3539. --1 - red & orange
  3540. --2 - blue & pink
  3541. --3 - green & purple
  3542. --4 - blue, red, white
  3543. local colar1 = Color3.fromRGB(255,0,0)
  3544. local colar2 = Color3.fromRGB(255,125,0)
  3545. local colar3 = Color3.fromRGB(255,255,255)
  3546. if colorscheme == 2 then
  3547. colar1 = Color3.fromRGB(0,132,255)
  3548. colar2 = Color3.fromRGB(243,105,255)
  3549. elseif colorscheme == 3 then
  3550. colar1 = Color3.fromRGB(76,255,0)
  3551. colar2 = Color3.fromRGB(128,0,255)
  3552. elseif colorscheme == 4 then
  3553. colar2 = Color3.fromRGB(0,132,255)
  3554. end
  3555. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3556. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  3557. partic2.LightEmission = 0.5
  3558. partic2.LightInfluence = 0
  3559. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3560. partic2.Rotation = NumberRange.new(0,90)
  3561. partic2.SpreadAngle = Vector2.new(180,180)
  3562. partic2.Speed = NumberRange.new(20)
  3563. partic2.Texture = 'rbxassetid://603193846'
  3564. partic2.EmissionDirection = Enum.NormalId.Right
  3565. partic2.Lifetime = NumberRange.new(2,2.5)
  3566. partic2.Rate = 1000
  3567. partic2.Drag = 1
  3568. local partic3 = partic2:Clone()
  3569. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  3570. partic3.Parent = knofe.Grab
  3571. if colorscheme == 4 then
  3572. local partic4 = partic2:Clone()
  3573. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  3574. partic4.Parent = knofe.Grab
  3575. end
  3576. wait(1)
  3577. for i,v in pairs(knofe.Grab:GetChildren()) do
  3578. if v:IsA('ParticleEmitter') then
  3579. v.Enabled = false
  3580. end
  3581. end
  3582. sound:Destroy()
  3583. wait(2)
  3584. knofe:Destroy()
  3585. end)
  3586. wait(0.1)
  3587. weld2.C0 = CFrame.new(-1.5,0,0)
  3588. for i,v in pairs(obj1:GetChildren()) do
  3589. if v:IsA('BasePart') then
  3590. v.Transparency = 0
  3591. end
  3592. end
  3593. weld2:Destroy()
  3594. rightshoulderz:Clone().Parent = me.Torso
  3595. end
  3596. acting = false
  3597. canClick = true
  3598. end)
  3599. coru()
  3600. end
  3601.  
  3602. function paralyze()
  3603. local coru = coroutine.wrap(function()
  3604. if paralyzed == true then return end
  3605. paralyzed = true
  3606. local arm = me["Right Arm"]
  3607. local tors = grabbed.Torso
  3608. local arm2 = me["Left Arm"]
  3609. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3610. doing = true
  3611. local weld2 = arm:FindFirstChildOfClass('Weld')
  3612. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3613. local humanroot = me.HumanoidRootPart
  3614. for i = 0,1,0.075 do
  3615. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3616. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3617. wait(0.01)
  3618. end
  3619. for i = 0,1,0.30 do
  3620. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3621. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3622. wait(0.01)
  3623. end
  3624. killz(grabbed,'Left Leg')
  3625. killz(grabbed,'Left Arm')
  3626. killz(grabbed,'Right Leg')
  3627. killz(grabbed,'Right Arm')
  3628.  
  3629. for i, v in pairs(grabbed:GetChildren()) do
  3630. if v.Name == "Part" then
  3631. v.CanCollide = false
  3632. end
  3633. end
  3634.  
  3635. audio:Stop()
  3636. audio.SoundId = "rbxassetid://2801263"
  3637. tone = math.random(1, 3)
  3638. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3639. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3640. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3641. audio:Play()
  3642.  
  3643. local bleedpart = Instance.new("Part", grabbed)
  3644. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3645. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3646. bleedpart.CanCollide = false
  3647. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3648. bleedpart.Transparency = 1
  3649.  
  3650. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3651. bleedpartweld.Part0 = grabbed.Torso
  3652. bleedpartweld.Part1 = bleedpart
  3653. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3654. local cuntruu=coroutine.wrap(function()
  3655. bleed(bleedpart)
  3656. end)
  3657. local thicc = coroutine.wrap(function()
  3658. wait(3)
  3659. bleedpart:Remove()
  3660. end)
  3661. cuntruu()
  3662. thicc()
  3663.  
  3664. for i = 0,1,0.075 do
  3665. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3666. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3667. wait(0.01)
  3668. end
  3669. acting = true
  3670. canClick = true
  3671. doing = false
  3672. end)
  3673. coru()
  3674. end
  3675.  
  3676. function explode()
  3677. local coru = coroutine.wrap(function()
  3678. acting = true
  3679. for i=1,finishnum do
  3680. local weld2 = Instance.new('Weld',me["Right Arm"])
  3681. weld2.Part0 = me["Right Arm"]
  3682. weld2.Part1 = me["Torso"]
  3683. weld2.C0 = CFrame.new(-1.5,0,0)
  3684. if finishnum == 1 then
  3685. for i = 0,1,0.05 do
  3686. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3687. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3688. wait(0.01)
  3689. end
  3690. end
  3691. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3692. audio.SoundId = "rbxassetid://166083610"
  3693. audio.PlaybackSpeed = 1
  3694. audio.TimePosition = 0.1
  3695. audio:Play()
  3696. if finishnum == 1 then
  3697. for i = 0,1,0.5 do
  3698. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3699. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3700. wait(0.001)
  3701. end
  3702. end
  3703. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3704. local knofe = obj1:Clone()
  3705. for i,v in pairs(obj1:GetChildren()) do
  3706. if v:IsA('BasePart') then
  3707. v.Transparency = 1
  3708. end
  3709. end
  3710. knofe.Parent = workspace
  3711. knofe.Name = "Projectile"
  3712. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3713. knofe:FindFirstChild("Trail", true).Enabled = false
  3714. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3715. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3716. local coru = coroutine.wrap(function()
  3717. wait(0.45)
  3718. if heck then
  3719. heck:Destroy()
  3720. end
  3721. end)
  3722. coru()
  3723. knofe["big ass knife"].Touched:connect(function(hit)
  3724. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3725. heck.Velocity = Vector3.new(0,0,0)
  3726. heck:Destroy()
  3727. for i,v in pairs(knofe:GetChildren()) do
  3728. if v:IsA('BasePart') then
  3729. v.CanCollide = true
  3730. end
  3731. end
  3732. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3733. if hum == nil then
  3734. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3735. end
  3736. if hum then
  3737. tone = math.random(1, 3)
  3738. local sound = Instance.new('Sound',knofe.Grab)
  3739. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3740. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3741. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3742. sound.PlaybackSpeed = 1
  3743. sound:Play()
  3744. else
  3745. local sound = Instance.new('Sound',knofe.Grab)
  3746. sound.SoundId = 'rbxassetid://267585646'
  3747. sound:Play()
  3748. end
  3749. if knofe then
  3750. local coru = coroutine.wrap(function()
  3751. if hit then
  3752. local uno = Instance.new('Part',workspace)
  3753. local dos = Instance.new('Part',workspace)
  3754. uno.CFrame = hit.CFrame
  3755. dos.CFrame = knofe["big ass knife"].CFrame
  3756. local weld = Instance.new('Weld',knofe["big ass knife"])
  3757. weld.Part0 = hit
  3758. weld.Part1 = knofe["big ass knife"]
  3759. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3760. uno:Destroy()
  3761. dos:Destroy()
  3762. end
  3763. end)
  3764. coru()
  3765. end
  3766. local coru = coroutine.wrap(function()
  3767. for i=1,15,0.7 do
  3768. local sound = Instance.new('Sound',knofe.Grab)
  3769. if knofe then
  3770. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  3771. for i, v in pairs(knofe:GetChildren()) do
  3772. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3773. v.BrickColor = BrickColor.new('Lily white')
  3774. v.Material = Enum.Material.SmoothPlastic
  3775. end
  3776. end
  3777. else
  3778. for i,v in pairs(knofe:GetChildren()) do
  3779. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3780. v.BrickColor = BrickColor.new('Really red')
  3781. v.Material = Enum.Material.Neon
  3782. sound.SoundId = 'rbxassetid://300473653'
  3783. sound.Volume = 0.75
  3784. sound.TimePosition = 0.05
  3785. sound.EmitterSize = 25
  3786. sound.PlaybackSpeed = 1
  3787. sound:Play()
  3788. end
  3789. end
  3790. end
  3791. wait(1/i)
  3792. sound:Destroy()
  3793. end
  3794. end
  3795. local sound = Instance.new('Sound',knofe.Grab)
  3796. sound.Name = "BOOM"
  3797. sound.EmitterSize = 25
  3798. sound.SoundId = 'rbxassetid://12222084'
  3799. sound.TimePosition = 0.1
  3800. sound.Volume = 0.5
  3801. sound:Play()
  3802. local exppart = Instance.new("Part", game.Workspace)
  3803. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3804. exppart.Anchored = true
  3805. exppart.CanCollide = false
  3806. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3807. exppart.Transparency = 1
  3808. local expaccent = Instance.new("ParticleEmitter", exppart)
  3809. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3810. expaccent.LightEmission = 0.2
  3811. expaccent.LightInfluence = 0.3
  3812. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3813. expaccent.Acceleration = Vector3.new(0, -8, 0)
  3814. expaccent.Drag = 15
  3815. expaccent.LockedToPart = true
  3816. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3817. expaccent.Rate = 2000
  3818. expaccent.Speed = NumberRange.new(10, 150)
  3819. expaccent.SpreadAngle = Vector2.new(360, 360)
  3820.  
  3821. local exp = Instance.new('Explosion',game.Workspace)
  3822. exp.Position = knofe["big ass knife"].Position
  3823. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3824. exp.BlastRadius = 10
  3825. exp.BlastPressure = 100000
  3826. exp.DestroyJointRadiusPercent = 1
  3827. exp.Hit:connect(function(hit)
  3828. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3829. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3830. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3831. end
  3832. wait(0.001)
  3833. local coru=coroutine.wrap(function()
  3834. killz(hit.Parent,'Head',knofe,exp)
  3835. end)
  3836. coru()
  3837. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3838. if hit.Parent.Name ~= "Projectile" then
  3839. hit.Parent:BreakJoints()
  3840. end
  3841. elseif hit.Parent and hit.Parent ~= me then
  3842. hit:BreakJoints()
  3843. end
  3844. end)
  3845. local explosionaccenttimeout = coroutine.wrap(function()
  3846. wait(0.2)
  3847. expaccent.Enabled = false
  3848. wait(2)
  3849. exppart:Remove()
  3850. end)
  3851. explosionaccenttimeout()
  3852. for i,v in pairs(knofe:GetChildren()) do
  3853. if v:IsA('BasePart') then
  3854. v.Transparency = 1
  3855. end
  3856. end
  3857. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3858. end)
  3859. coru()
  3860. end
  3861. end)
  3862. if finishnum == 1 then
  3863. for i= 0,1,0.1 do
  3864. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3865. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3866. wait(0.001)
  3867. end
  3868. else
  3869. wait(0.1)
  3870. end
  3871. weld2.C0 = CFrame.new(-1.5,0,0)
  3872. for i,v in pairs(obj1:GetChildren()) do
  3873. if v:IsA('BasePart') then
  3874. v.Transparency = 0
  3875. end
  3876. end
  3877. weld2:Destroy()
  3878. rightshoulderz:Clone().Parent = me.Torso
  3879. end
  3880. acting = false
  3881. canClick = true
  3882. end)
  3883. coru()
  3884. end
  3885.  
  3886. function release()
  3887. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  3888. targetweld = grabbed.Torso.TargetWeld
  3889. local ree= grabbed:FindFirstChild("Left Arm")
  3890. targetweld2 = nil
  3891. if ree and ree:FindFirstChild("Weld") then
  3892. targetweld2 = ree.Weld
  3893. end
  3894. for i, v in pairs(grabbed:GetChildren()) do
  3895. if v.Name == "Part" then
  3896. v.CanCollide = true
  3897. end
  3898. end
  3899. paralyzed = false
  3900. local doit = coroutine.wrap(function()
  3901. local arm = me["Right Arm"]
  3902. local tors = grabbed.Torso
  3903. local arm2 = me["Left Arm"]
  3904. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3905. doing = true
  3906. local weld2 = arm:FindFirstChildOfClass('Weld')
  3907. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3908. local humanroot = me.HumanoidRootPart
  3909.  
  3910. if grabbed:FindFirstChildOfClass('Humanoid') then
  3911. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3912. end
  3913.  
  3914. rightshoulderz:Clone().Parent = me.Torso
  3915. leftshoulderz:Clone().Parent = me.Torso
  3916. grabbed = nil
  3917.  
  3918. if humanroot:FindFirstChild('Holder') then
  3919. humanroot.Holder:Destroy()
  3920. end
  3921.  
  3922. for i = 0,1,0.1 do
  3923. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  3924. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3925. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3926. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  3927. if targetweld2 then
  3928. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  3929. end
  3930. wait(0.01)
  3931. end
  3932.  
  3933. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  3934. weld2:Destroy()
  3935. weld3:Destroy()
  3936. targetweld:Remove()
  3937. if targetweld2 then
  3938. targetweld2:Remove()
  3939. end
  3940. if rightshoulder then
  3941. rightshoulder:Clone().Parent = tors
  3942. end
  3943. if leftshoulder then
  3944. leftshoulder:Clone().Parent = tors
  3945. end
  3946. headweld:Clone().Parent = tors
  3947. rightshoulderz:Clone().Parent = me.Torso
  3948. leftshoulderz:Clone().Parent = me.Torso
  3949. acting = false
  3950. canClick = true
  3951. doing = false
  3952. end)
  3953. doit()
  3954. end
  3955.  
  3956. function stabwithpassion()
  3957. local doit = coroutine.wrap(function()
  3958. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3959. acting = true
  3960. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  3961. local arm = me["Right Arm"]
  3962. local tors = me.Torso
  3963. local arm2 = me["Left Arm"]
  3964. local humanroot = me.HumanoidRootPart
  3965. local weld = Instance.new('Weld',tors)
  3966. weld.Part0 = tors
  3967. weld.Part1 = humanroot
  3968. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3969. local weld2 = Instance.new('Weld',arm)
  3970. weld2.Part0 = arm
  3971. weld2.Part1 = tors
  3972. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3973. local weld3 = Instance.new('Weld',arm2)
  3974. weld3.Part0 = arm2
  3975. weld3.Part1 = tors
  3976. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3977.  
  3978. for i = 0,1,0.15 do
  3979. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3980. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  3981. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3982. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  3983. wait(0.01)
  3984. end
  3985. wait(0.001)
  3986. trail.Enabled = true
  3987. stabbing = true
  3988. audio2.SoundId = 'rbxassetid://608537390'
  3989. audio2:Play()
  3990. for i = 0,1,0.2 do
  3991. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3992. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  3993. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  3994. wait(0.01)
  3995. end
  3996. trail.Enabled = false
  3997. wait(0.1)
  3998. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  3999. stabbing = false
  4000. wait(0.001)
  4001. for i = 0,1,0.075 do
  4002. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4003. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  4004. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  4005. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  4006. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4007. wait(0.01)
  4008. end
  4009. weld:Destroy()
  4010. weld2:Destroy()
  4011. weld3:Destroy()
  4012. torsojoint:Clone().Parent = humanroot
  4013. rightshoulderz:Clone().Parent = me.Torso
  4014. leftshoulderz:Clone().Parent = me.Torso
  4015. canClick = true
  4016. hit = false
  4017. acting = false
  4018. end
  4019. end)
  4020. doit()
  4021. end
  4022.  
  4023. function stab()
  4024. local doit = coroutine.wrap(function()
  4025. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  4026. acting = true
  4027. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  4028. local arm = me["Right Arm"]
  4029. local tors = me.Torso
  4030. local arm2 = me["Left Arm"]
  4031. local humanroot = me.HumanoidRootPart
  4032. local weld = Instance.new('Weld',tors)
  4033. weld.Part0 = tors
  4034. weld.Part1 = humanroot
  4035. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  4036. local weld2 = Instance.new('Weld',arm)
  4037. weld2.Part0 = arm
  4038. weld2.Part1 = tors
  4039. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4040. local weld3 = Instance.new('Weld',arm2)
  4041. weld3.Part0 = arm2
  4042. weld3.Part1 = tors
  4043. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4044.  
  4045. for i = 0,1,0.1 do
  4046. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4047. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  4048. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4049. wait(0.01)
  4050. end
  4051. wait(0.001)
  4052. trail.Enabled = true
  4053. stabbing = true
  4054. audio2.SoundId = 'rbxassetid://608537390'
  4055. audio2:Play()
  4056. for i = 0,1,0.25 do
  4057. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4058. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  4059. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  4060. wait(0.01)
  4061. end
  4062. trail.Enabled = false
  4063. wait(0.1)
  4064. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4065. for i = 0,1,0.25 do
  4066. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4067. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  4068. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  4069. wait(0.01)
  4070. end
  4071. stabbing = false
  4072. wait(0.001)
  4073. for i = 0,1,0.05 do
  4074. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  4075. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  4076. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  4077. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  4078. wait(0.01)
  4079. end
  4080. weld:Destroy()
  4081. weld2:Destroy()
  4082. weld3:Destroy()
  4083. torsojoint:Clone().Parent = humanroot
  4084. rightshoulderz:Clone().Parent = me.Torso
  4085. leftshoulderz:Clone().Parent = me.Torso
  4086. canClick = true
  4087. hit = false
  4088. acting = false
  4089. end
  4090. end)
  4091. doit()
  4092. end
  4093. function hardrelease()
  4094. rightshoulderz:Clone().Parent = me.Torso
  4095. leftshoulderz:Clone().Parent = me.Torso
  4096. if me:FindFirstChild('Right Arm') then
  4097. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  4098. if v:IsA('Weld') then
  4099. v:Destroy()
  4100. end
  4101. end
  4102. end
  4103. if me:FindFirstChild('Left Arm') then
  4104. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  4105. if v:IsA('Weld') then
  4106. v:Destroy()
  4107. end
  4108. end
  4109. end
  4110. acting = false
  4111. canClick = true
  4112. doing = false
  4113. grabbed = nil
  4114. end
  4115. function unequip()
  4116. local doit = coroutine.wrap(function()
  4117. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  4118. acting = true
  4119. local arm = me["Right Arm"]
  4120. local arm2 = me["Left Arm"]
  4121. local tors = me.Torso
  4122. local weld = Instance.new('Weld',arm)
  4123. weld.Part0 = arm
  4124. weld.Part1 = tors
  4125. weld.C0 = CFrame.new(-1.5,0,0)
  4126. local weld2 = Instance.new("Weld", arm2)
  4127. weld2.Part0 = arm2
  4128. weld2.Part1 = tors
  4129. weld2.C0 = CFrame.new(1.5, 0, 0)
  4130. wait(0.001)
  4131. trail.Enabled = true
  4132. for i = 0,1,0.1 do
  4133. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4134. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  4135. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  4136. wait(0.001)
  4137. end
  4138. trail.Enabled = false
  4139. wait(0.25)
  4140. for i = 0,1,0.1 do
  4141. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4142. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4143. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  4144. wait(0.01)
  4145. end
  4146. weld:Destroy()
  4147. weld2:Remove()
  4148. if tors ~= nil then
  4149. rightshoulderz:Clone().Parent = me.Torso
  4150. leftshoulderz:Clone().Parent = me.Torso
  4151. end
  4152. acting = false
  4153. end
  4154. end)
  4155. doit()
  4156. end
  4157.  
  4158. mouse.KeyDown:connect(function(key)
  4159. if usable == true then
  4160. if key == "z" then
  4161. if active == false and acting == false then
  4162. active = true
  4163. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4164. notify("KNIFE EQUIPPED",false)
  4165. audio:Stop()
  4166. audio.SoundId = 'rbxassetid://608618332'
  4167. equip()
  4168. wait(0.6)
  4169. audio:Play()
  4170. knifeweld.Part0 = me["Right Arm"]
  4171. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4172. elseif acting == false then
  4173. active = false
  4174. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4175. audio:Stop()
  4176. audio.SoundId = 'rbxassetid://608538233'
  4177. unequip()
  4178. notify("KNIFE UNEQUIPPED",false)
  4179. wait(0.3)
  4180. audio:Play()
  4181. knifeweld.Part0 = me.Torso
  4182. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  4183. canClick = true
  4184. end
  4185. elseif key == "f" then
  4186. if mode == 'kill' or active == false then return end
  4187. mode = "kill"
  4188. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4189. notify("MODE || KILL || [F]",false)
  4190. elseif key == "e" then
  4191. if mode == 'throw' or active == false then return end
  4192. mode = "throw"
  4193. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4194. notify("MODE || PUSH || [E]",false)
  4195. elseif key == "q" then
  4196. if mode == 'release' or active == false then return end
  4197. mode = "release"
  4198. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4199. notify("MODE || RELEASE || [Q]",false)
  4200. elseif key == "x" then
  4201. if mode == 'stab' or active == false or acting == true then return end
  4202. mode = "stab"
  4203. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4204. notify("MODE || STAB || [X]",false)
  4205. elseif key == "c" then
  4206. if mode == 'fling' or active == false or acting == true then return end
  4207. mode = "fling"
  4208. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4209. notify("MODE || THROW || [C]",false)
  4210. elseif key == "b" then
  4211. if mode == 'instasplode' or active == false or acting == true then return end
  4212. mode = "instasplode"
  4213. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4214. notify("MODE || MOLOTOV || [B]",false)
  4215. elseif key == "r" then
  4216. if mode == 'paralyze' or active == false then return end
  4217. mode = "paralyze"
  4218. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4219. notify("MODE || PARALYZE || [R]",false)
  4220. elseif key == "v" then
  4221. if mode == 'explode' or active == false or acting == true then return end
  4222. mode = "explode"
  4223. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4224. notify("MODE || EXPLODE || [V]",false)
  4225. elseif key == "k" then
  4226. if mode == 'suicide' or active == false or acting == true then return end
  4227. mode = "suicide"
  4228. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4229. notify("MODE || SUICIDE || [K]",false)
  4230. elseif key == "h" then
  4231. if mode == 'firework' or active == false or acting == true then return end
  4232. mode = "firework"
  4233. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4234. notify("MODE || FIREWORK || [H]",false)
  4235. elseif key == "g" then
  4236. if mode == 'finish' or active == false then return end
  4237. mode = "finish"
  4238. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4239. local welp = "ON"
  4240. if finishnum == 1 then
  4241. welp = "OFF"
  4242. end
  4243. notify("MODE || FINISH || [G] || "..welp,false)
  4244. elseif key == "n" then
  4245. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4246. if zombiemode == false then
  4247. notify("ZOMBIE MODE ON || [N]",false)
  4248. zombiemode = true
  4249. else
  4250. notify("ZOMBIE MODE OFF || [N]",false)
  4251. zombiemode = false
  4252. end
  4253. elseif key == "m" then
  4254. if finishnum == 1 then
  4255. finishnum = 15
  4256. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4257. notify("PSYCHOPATH MODE ON || [M]",false)
  4258. if cancolorfilter then
  4259. local Sp00kyGui = Instance.new("ScreenGui")
  4260. local ImageLabel = Instance.new("ImageLabel")
  4261.  
  4262. -- Properties
  4263.  
  4264. Sp00kyGui.Parent = playergui
  4265. Sp00kyGui.Name = "REEEEEEEE"
  4266.  
  4267. ImageLabel.Parent = Sp00kyGui
  4268. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4269. ImageLabel.BackgroundTransparency = 1
  4270. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4271. ImageLabel.Image = "rbxassetid://74443700"
  4272. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  4273. end
  4274. if canbackgroundmusic == true then
  4275. local sound = Instance.new('Sound',playergui)
  4276. sound.Name = 'PSYCHOPAAAATH'
  4277. sound.SoundId = 'rbxassetid://220875210'
  4278. sound.Looped = true
  4279. sound.Volume = 0.5
  4280. sound:Play()
  4281. end
  4282. else
  4283. finishnum = 1
  4284. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4285. notify("PSYCHOPATH MODE OFF || [M]",false)
  4286. for i,v in pairs(playergui:GetChildren()) do
  4287. if v.Name == "REEEEEEEE" then
  4288. v:Destroy()
  4289. end
  4290. end
  4291. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  4292. if thisniggarighthere then thisniggarighthere:Destroy() end
  4293. end
  4294. end
  4295. end
  4296. end)
  4297.  
  4298. mouse.Button1Down:connect(function()
  4299. if active == false or usable == false then return end
  4300. if canClick == true and acting == false then
  4301. if mode == "stab" and finishnum == 1 then
  4302. canClick = false
  4303. stab()
  4304. elseif mode == "stab" and finishnum == 15 then
  4305. canClick = false
  4306. stabwithpassion()
  4307. elseif mode == "fling" then
  4308. canClick = false
  4309. fling()
  4310. elseif mode == "explode" then
  4311. canClick = false
  4312. explode()
  4313. elseif mode == "instasplode" then
  4314. canClick = false
  4315. instasplode()
  4316. elseif mode == "finish" then
  4317. canClick = false
  4318. finish()
  4319. elseif mode == "suicide" then
  4320. canClick = false
  4321. kysnigga()
  4322. elseif mode == "firework" then
  4323. canClick = false
  4324. fireworkit()
  4325. else
  4326. canClick = false
  4327. grab()
  4328. end
  4329. else
  4330. if grabbed ~= nil and doing == false then
  4331. if mode == "release" then
  4332. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4333. release()
  4334. else
  4335. hardrelease()
  4336. end
  4337. elseif mode == "kill" then
  4338. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4339. kill()
  4340. else
  4341. hardrelease()
  4342. end
  4343. elseif mode == "paralyze" then
  4344. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4345. paralyze()
  4346. else
  4347. hardrelease()
  4348. end
  4349. elseif mode == "throw" then
  4350. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4351. throw()
  4352. else
  4353. hardrelease()
  4354. end
  4355. elseif mode == "explode" then
  4356. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4357. throw()
  4358. else
  4359. hardrelease()
  4360. end
  4361. end
  4362. end
  4363. end
  4364. end)
  4365.  
  4366. knife.Touched:connect(function(hitz)
  4367. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  4368. if mode == "stab" and stabbing == true and hit == false then
  4369. hit = true
  4370. tone = math.random(1, 3)
  4371. audio:Stop()
  4372. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4373. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4374. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4375. audio.PlaybackSpeed = 1
  4376. audio:Play()
  4377. killz(hitz.Parent,'Left Leg')
  4378. killz(hitz.Parent,'Left Arm')
  4379. killz(hitz.Parent,'Right Leg')
  4380. killz(hitz.Parent,'Right Arm')
  4381. elseif mode == "finish" and finishing == true then
  4382. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4383. tone = math.random(1, 3)
  4384. audio:Stop()
  4385. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4386. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4387. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4388. audio.PlaybackSpeed = 1
  4389. audio:Play()
  4390. if hit == false then
  4391. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4392. wait()
  4393. killz(hitz.Parent,'Head',nil,false,true)
  4394. end
  4395. hit = true
  4396. elseif grabbed == nil and grabbing == true and hit == false then
  4397. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  4398. grabbed = hitz.Parent
  4399. local weldz = Instance.new('Weld',point)
  4400. weldz.Name = "Holder"
  4401. weldz.Part0 = point
  4402. weldz.Part1 = hitz.Parent.Torso
  4403. weldz.C0 = CFrame.new(0,0,-1.2)
  4404. end
  4405. end
  4406. end
  4407. end)
  4408.  
  4409. player.CharacterAdded:connect(function()
  4410. usable = false
  4411. for i,v in pairs(playergui:GetChildren()) do
  4412. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4413. v:Destroy()
  4414. end
  4415. end
  4416. end)
  4417. while usable do
  4418. local coru = coroutine.wrap(function()
  4419. if grabbed ~= nil then
  4420. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4421. for i,v in pairs(grabbed:GetChildren()) do
  4422. if v:IsA('Tool') then
  4423. local model = Instance.new('Model',workspace)
  4424. v.Parent = model
  4425. model:TranslateBy(Vector3.new(3,0,0))
  4426. end
  4427. end
  4428. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4429. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4430. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4431. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4432. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4433. if grabweld ~= nil then return end
  4434. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4435. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4436. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4437. end
  4438. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4439. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4440. end
  4441. headweld = grabbed.Torso["Neck"]:Clone()
  4442. local targetweld = Instance.new('Weld',grabbed.Torso)
  4443. targetweld.Part0 = grabbed.Torso
  4444. targetweld.Part1 = grabbed.Head
  4445. targetweld.Name = "TargetWeld"
  4446. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4447. if grabbed:FindFirstChild('Left Arm') then
  4448. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4449. targetweld2.Part0 = grabbed.Torso
  4450. targetweld2.Part1 = grabbed["Left Arm"]
  4451. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4452. end
  4453.  
  4454. for i = 0,1,0.1 do
  4455. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  4456. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4457. if targetweld2 then
  4458. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  4459. end
  4460. wait(0.001)
  4461. end
  4462. end
  4463. end
  4464. end)
  4465. coru()
  4466. wait()
  4467. end
  4468.  
  4469. end
  4470. local coru=coroutine.wrap(function()
  4471. nub()
  4472. end)
  4473. coru()
  4474.  
  4475. player.CharacterAppearanceLoaded:connect(function()
  4476. local coru =coroutine.wrap(function()
  4477. nub()
  4478. end)
  4479. coru()
  4480. end)
  4481.  
  4482. while true do
  4483. local coru=coroutine.wrap(function()
  4484. for i,v in pairs(rekt) do
  4485. if v and v:FindFirstChildOfClass('Humanoid') then
  4486. for a,c in pairs(v:GetChildren()) do
  4487. if c:IsA('Tool') then
  4488. local model = Instance.new('Model',workspace)
  4489. c.Parent = model
  4490. model:TranslateBy(Vector3.new(3,0,0))
  4491. end
  4492. end
  4493. v:FindFirstChildOfClass('Humanoid').Jump = false
  4494. v:FindFirstChildOfClass('Humanoid').Sit = false
  4495. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4496. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4497. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4498. local thing = getplr(v)
  4499. if thing then
  4500. thing.CameraMinZoomDistance = 3
  4501. end
  4502. else
  4503. local thing = getplr(v)
  4504. if thing then
  4505. thing.CameraMinZoomDistance = 0.5
  4506. end
  4507. table.remove(rekt,i)
  4508. end
  4509. end
  4510. end)
  4511. coru()
  4512. local coru2 = coroutine.wrap(function()
  4513. if curpart then
  4514. curpoint = curpart.CFrame.p
  4515. end
  4516. if lastgui then
  4517. lastgui:Destroy()
  4518. lastgui = nil
  4519. end
  4520. if curpoint then
  4521. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4522. lastgui.AlwaysOnTop = true
  4523. lastgui.MaxDistance = 0
  4524. lastgui.Size = UDim2.new(5,0,5,0)
  4525. if curpart == nil then
  4526. lastgui.Adornee = workspace
  4527. lastgui.StudsOffsetWorldSpace = curpoint
  4528. else
  4529. lastgui.Adornee = curpart
  4530. end
  4531. local cross = Instance.new('ImageLabel',lastgui)
  4532. cross.BackgroundTransparency = 1
  4533. cross.Size = UDim2.new(1,0,1,0)
  4534. cross.Image = 'rbxassetid://316279304'
  4535. for i,v in pairs(zombies) do
  4536. if v:FindFirstChildOfClass('Humanoid') then
  4537. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4538. end
  4539. end
  4540. else
  4541. for i,v in pairs(zombies) do
  4542. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4543. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4544. end
  4545. end
  4546. end
  4547. end)
  4548. coru2()
  4549. wait()
  4550. end
  4551. end)
  4552.  
  4553. CWGUI.Name = "CWGUI"
  4554. CWGUI.Parent = ScriptFrame
  4555. CWGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4556. CWGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4557. CWGUI.Position = UDim2.new(0, 320, 0, 132)
  4558. CWGUI.Size = UDim2.new(0, 132, 0, 50)
  4559. CWGUI.Font = Enum.Font.SourceSansBold
  4560. CWGUI.FontSize = Enum.FontSize.Size14
  4561. CWGUI.Text = "Clown GUI"
  4562. CWGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  4563. CWGUI.TextScaled = true
  4564. CWGUI.TextSize = 14
  4565. CWGUI.TextWrapped = true
  4566. CWGUI.MouseButton1Down:connect(function()
  4567. -- Objects
  4568.  
  4569. local VanGui = Instance.new("ScreenGui")
  4570. local Opener = Instance.new("Frame")
  4571. local Open = Instance.new("TextButton")
  4572. local DaGui = Instance.new("Frame")
  4573. local Frame = Instance.new("Frame")
  4574. local Close = Instance.new("TextButton")
  4575. local Username = Instance.new("TextBox")
  4576. local VanDaPlayer = Instance.new("TextButton")
  4577. local TextLabel = Instance.new("TextLabel")
  4578.  
  4579. -- Properties
  4580.  
  4581. VanGui.Name = "VanGui"
  4582. VanGui.Parent = game.CoreGui
  4583.  
  4584. Opener.Name = "Opener"
  4585. Opener.Parent = VanGui
  4586. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  4587. Opener.BackgroundTransparency = 0.5
  4588. Opener.Position = UDim2.new(0, 19, 0, 564)
  4589. Opener.Size = UDim2.new(0, 224, 0, 40)
  4590.  
  4591. Open.Name = "Open"
  4592. Open.Parent = Opener
  4593. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  4594. Open.BackgroundTransparency = 0.5
  4595. Open.Size = UDim2.new(0, 224, 0, 40)
  4596. Open.Font = Enum.Font.SciFi
  4597. Open.FontSize = Enum.FontSize.Size42
  4598. Open.Text = "Open"
  4599. Open.TextColor3 = Color3.new(0, 1, 1)
  4600. Open.TextSize = 42
  4601.  
  4602. DaGui.Name = "DaGui"
  4603. DaGui.Parent = VanGui
  4604. DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
  4605. DaGui.BackgroundTransparency = 0.5
  4606. DaGui.Draggable = true
  4607. DaGui.Position = UDim2.new(0, 0, 0, 311)
  4608. DaGui.Size = UDim2.new(0, 343, 0, 197)
  4609. DaGui.Visible = false
  4610.  
  4611. Frame.Parent = DaGui
  4612. Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  4613. Frame.Position = UDim2.new(0, 313, 0, 0)
  4614. Frame.Size = UDim2.new(0, 30, 0, 26)
  4615.  
  4616. Close.Name = "Close"
  4617. Close.Parent = Frame
  4618. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  4619. Close.Size = UDim2.new(0, 30, 0, 26)
  4620. Close.Font = Enum.Font.SciFi
  4621. Close.FontSize = Enum.FontSize.Size14
  4622. Close.Text = "X"
  4623. Close.TextColor3 = Color3.new(1, 1, 1)
  4624. Close.TextSize = 14
  4625. Close.TextStrokeTransparency = 5
  4626.  
  4627. Username.Name = "Username"
  4628. Username.Parent = DaGui
  4629. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  4630. Username.BackgroundTransparency = 0.5
  4631. Username.Position = UDim2.new(0, 72, 0, 76)
  4632. Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
  4633. Username.Font = Enum.Font.SciFi
  4634. Username.FontSize = Enum.FontSize.Size18
  4635. Username.Text = "Username"
  4636. Username.TextColor3 = Color3.new(0, 1, 1)
  4637. Username.TextSize = 18
  4638.  
  4639. VanDaPlayer.Name = "VanDaPlayer"
  4640. VanDaPlayer.Parent = DaGui
  4641. VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  4642. VanDaPlayer.BackgroundTransparency = 0.5
  4643. VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
  4644. VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
  4645. VanDaPlayer.Font = Enum.Font.SciFi
  4646. VanDaPlayer.FontSize = Enum.FontSize.Size14
  4647. VanDaPlayer.Text = "Van Player"
  4648. VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
  4649. VanDaPlayer.TextSize = 14
  4650.  
  4651. TextLabel.Parent = DaGui
  4652. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  4653. TextLabel.BackgroundTransparency = 0.5
  4654. TextLabel.Position = UDim2.new(0, 48, 0, 22)
  4655. TextLabel.Size = UDim2.new(0, 246, 0, 19)
  4656. TextLabel.Font = Enum.Font.SciFi
  4657. TextLabel.FontSize = Enum.FontSize.Size18
  4658. TextLabel.Text = "Van Player Gui by 345678 (Talha)"
  4659. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  4660. TextLabel.TextSize = 17
  4661.  
  4662. Open.MouseButton1Down:connect(function()
  4663. game.CoreGui.VanGui.DaGui.Visible = true
  4664. game.CoreGui.VanGui.Opener.Visible = false
  4665.  
  4666. end)
  4667.  
  4668. Close.MouseButton1Down:connect(function()
  4669. game.CoreGui.VanGui.DaGui.Visible = false
  4670. game.CoreGui.VanGui.Opener.Visible = true
  4671. end)
  4672.  
  4673. VanDaPlayer.MouseButton1Down:connect(function()
  4674. Victim = Username.Text
  4675. o1 = Instance.new("Model")
  4676. o2 = Instance.new("Part")
  4677. o3 = Instance.new("CylinderMesh")
  4678. o4 = Instance.new("Part")
  4679. o5 = Instance.new("SpecialMesh")
  4680. o6 = Instance.new("Part")
  4681. o7 = Instance.new("SpecialMesh")
  4682. o8 = Instance.new("Part")
  4683. o9 = Instance.new("BlockMesh")
  4684. o10 = Instance.new("Part")
  4685. o11 = Instance.new("BlockMesh")
  4686. o12 = Instance.new("Part")
  4687. o13 = Instance.new("Part")
  4688. o14 = Instance.new("BlockMesh")
  4689. o15 = Instance.new("Part")
  4690. o16 = Instance.new("SpecialMesh")
  4691. o17 = Instance.new("Part")
  4692. o18 = Instance.new("SpecialMesh")
  4693. o19 = Instance.new("Part")
  4694. o20 = Instance.new("SpecialMesh")
  4695. o21 = Instance.new("Sound")
  4696. o22 = Instance.new("Part")
  4697. o23 = Instance.new("BlockMesh")
  4698. o24 = Instance.new("Part")
  4699. o25 = Instance.new("SpecialMesh")
  4700. o26 = Instance.new("Part")
  4701. o27 = Instance.new("BlockMesh")
  4702. o28 = Instance.new("Part")
  4703. o29 = Instance.new("SpecialMesh")
  4704. o30 = Instance.new("Part")
  4705. o31 = Instance.new("BlockMesh")
  4706. o32 = Instance.new("Part")
  4707. o33 = Instance.new("BlockMesh")
  4708. o34 = Instance.new("Part")
  4709. o35 = Instance.new("BlockMesh")
  4710. o36 = Instance.new("Part")
  4711. o37 = Instance.new("BlockMesh")
  4712. o38 = Instance.new("Part")
  4713. o39 = Instance.new("Part")
  4714. o40 = Instance.new("BlockMesh")
  4715. o41 = Instance.new("Part")
  4716. o42 = Instance.new("BlockMesh")
  4717. o43 = Instance.new("Part")
  4718. o44 = Instance.new("BlockMesh")
  4719. o45 = Instance.new("Part")
  4720. o46 = Instance.new("SpecialMesh")
  4721. o47 = Instance.new("Part")
  4722. o48 = Instance.new("BlockMesh")
  4723. o49 = Instance.new("Part")
  4724. o50 = Instance.new("BlockMesh")
  4725. o51 = Instance.new("Part")
  4726. o52 = Instance.new("BlockMesh")
  4727. o53 = Instance.new("Part")
  4728. o54 = Instance.new("SpecialMesh")
  4729. o55 = Instance.new("Part")
  4730. o56 = Instance.new("SpecialMesh")
  4731. o57 = Instance.new("Part")
  4732. o58 = Instance.new("BlockMesh")
  4733. o59 = Instance.new("Part")
  4734. o60 = Instance.new("BlockMesh")
  4735. o61 = Instance.new("Part")
  4736. o62 = Instance.new("BlockMesh")
  4737. o63 = Instance.new("Part")
  4738. o64 = Instance.new("Part")
  4739. o65 = Instance.new("Part")
  4740. o66 = Instance.new("BlockMesh")
  4741. o67 = Instance.new("Part")
  4742. o68 = Instance.new("BlockMesh")
  4743. o69 = Instance.new("Part")
  4744. o70 = Instance.new("BlockMesh")
  4745. o71 = Instance.new("Part")
  4746. o72 = Instance.new("BlockMesh")
  4747. o73 = Instance.new("Part")
  4748. o74 = Instance.new("SpecialMesh")
  4749. o75 = Instance.new("Decal")
  4750. o76 = Instance.new("Part")
  4751. o77 = Instance.new("Part")
  4752. o78 = Instance.new("BlockMesh")
  4753. o79 = Instance.new("Part")
  4754. o80 = Instance.new("SpecialMesh")
  4755. o81 = Instance.new("Decal")
  4756. o82 = Instance.new("Part")
  4757. o83 = Instance.new("SpecialMesh")
  4758. o84 = Instance.new("Humanoid")
  4759. o85 = Instance.new("Part")
  4760. o86 = Instance.new("Part")
  4761. o87 = Instance.new("Part")
  4762. o88 = Instance.new("Decal")
  4763. o89 = Instance.new("Motor6D")
  4764. o90 = Instance.new("Motor6D")
  4765. o91 = Instance.new("Motor6D")
  4766. o92 = Instance.new("Motor6D")
  4767. o93 = Instance.new("Motor6D")
  4768. o94 = Instance.new("Part")
  4769. o95 = Instance.new("Part")
  4770. o96 = Instance.new("Part")
  4771. o97 = Instance.new("Part")
  4772. o98 = Instance.new("Part")
  4773. o99 = Instance.new("Decal")
  4774. o100 = Instance.new("Motor6D")
  4775. o101 = Instance.new("Motor6D")
  4776. o102 = Instance.new("Motor6D")
  4777. o103 = Instance.new("Part")
  4778. o104 = Instance.new("Part")
  4779. o105 = Instance.new("Part")
  4780. o106 = Instance.new("Part")
  4781. o107 = Instance.new("Part")
  4782. o108 = Instance.new("CylinderMesh")
  4783. o109 = Instance.new("Part")
  4784. o110 = Instance.new("CylinderMesh")
  4785. o111 = Instance.new("Part")
  4786. o112 = Instance.new("CylinderMesh")
  4787. o113 = Instance.new("Part")
  4788. o114 = Instance.new("CylinderMesh")
  4789. o115 = Instance.new("Part")
  4790. o116 = Instance.new("CylinderMesh")
  4791. o117 = Instance.new("Part")
  4792. o118 = Instance.new("CylinderMesh")
  4793. o119 = Instance.new("Part")
  4794. o120 = Instance.new("CylinderMesh")
  4795. o121 = Instance.new("Part")
  4796. o122 = Instance.new("SpecialMesh")
  4797. o123 = Instance.new("Part")
  4798. o124 = Instance.new("Decal")
  4799. o1.Name = " "
  4800. o1.Parent = workspace
  4801. o2.Parent = o1
  4802. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  4803. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  4804. o2.Anchored = true
  4805. o2.FormFactor = Enum.FormFactor.Symmetric
  4806. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  4807. 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)
  4808. o3.Parent = o2
  4809. o4.Parent = o1
  4810. o4.BrickColor = BrickColor.new("Institutional white")
  4811. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  4812. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  4813. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4814. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  4815. o4.Anchored = true
  4816. o4.FormFactor = Enum.FormFactor.Plate
  4817. o4.Size = Vector3.new(1, 2.4000001, 2)
  4818. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4819. o4.BackSurface = Enum.SurfaceType.Weld
  4820. o4.BottomSurface = Enum.SurfaceType.Weld
  4821. o4.LeftSurface = Enum.SurfaceType.Weld
  4822. o4.TopSurface = Enum.SurfaceType.Weld
  4823. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4824. o5.Parent = o4
  4825. o5.MeshType = Enum.MeshType.Wedge
  4826. o6.Parent = o1
  4827. o6.Material = Enum.Material.SmoothPlastic
  4828. o6.BrickColor = BrickColor.new("Really black")
  4829. o6.Transparency = 0.5
  4830. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  4831. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  4832. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4833. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  4834. o6.Anchored = true
  4835. o6.FormFactor = Enum.FormFactor.Plate
  4836. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  4837. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  4838. o6.BackSurface = Enum.SurfaceType.Weld
  4839. o6.BottomSurface = Enum.SurfaceType.Weld
  4840. o6.LeftSurface = Enum.SurfaceType.Weld
  4841. o6.RightSurface = Enum.SurfaceType.Weld
  4842. o6.TopSurface = Enum.SurfaceType.Weld
  4843. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4844. o7.Parent = o6
  4845. o7.MeshType = Enum.MeshType.Wedge
  4846. o8.Parent = o1
  4847. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  4848. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  4849. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  4850. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4851. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  4852. o8.Anchored = true
  4853. o8.FormFactor = Enum.FormFactor.Custom
  4854. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  4855. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  4856. o8.BackSurface = Enum.SurfaceType.Weld
  4857. o8.BottomSurface = Enum.SurfaceType.Weld
  4858. o8.FrontSurface = Enum.SurfaceType.Weld
  4859. o8.LeftSurface = Enum.SurfaceType.Weld
  4860. o8.RightSurface = Enum.SurfaceType.Weld
  4861. o8.TopSurface = Enum.SurfaceType.Weld
  4862. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  4863. o9.Parent = o8
  4864. o10.Parent = o1
  4865. o10.BrickColor = BrickColor.new("Institutional white")
  4866. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  4867. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  4868. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4869. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  4870. o10.Anchored = true
  4871. o10.CanCollide = false
  4872. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  4873. game.Players[Victim].Character.Humanoid.JumpPower = 0
  4874. o10.FormFactor = Enum.FormFactor.Plate
  4875. o10.Size = Vector3.new(14, 0.400000006, 1)
  4876. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  4877. o10.BackSurface = Enum.SurfaceType.Weld
  4878. o10.BottomSurface = Enum.SurfaceType.Weld
  4879. o10.FrontSurface = Enum.SurfaceType.Weld
  4880. o10.LeftSurface = Enum.SurfaceType.Weld
  4881. o10.RightSurface = Enum.SurfaceType.Weld
  4882. o10.TopSurface = Enum.SurfaceType.Weld
  4883. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4884. o11.Parent = o10
  4885. o12.Name = "DOOR"
  4886. o12.Parent = o1
  4887. o12.BrickColor = BrickColor.new("Institutional white")
  4888. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  4889. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  4890. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4891. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  4892. o12.Anchored = true
  4893. o12.CanCollide = false
  4894. o12.FormFactor = Enum.FormFactor.Plate
  4895. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  4896. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  4897. o12.BottomSurface = Enum.SurfaceType.Weld
  4898. o12.LeftSurface = Enum.SurfaceType.Weld
  4899. o12.RightSurface = Enum.SurfaceType.Weld
  4900. o12.TopSurface = Enum.SurfaceType.Weld
  4901. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4902. o13.Parent = o1
  4903. o13.BrickColor = BrickColor.new("White")
  4904. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  4905. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  4906. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4907. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  4908. o13.Anchored = true
  4909. o13.FormFactor = Enum.FormFactor.Plate
  4910. o13.Size = Vector3.new(7, 4.80000019, 1)
  4911. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  4912. o13.BackSurface = Enum.SurfaceType.Weld
  4913. o13.BottomSurface = Enum.SurfaceType.Weld
  4914. o13.FrontSurface = Enum.SurfaceType.Weld
  4915. o13.LeftSurface = Enum.SurfaceType.Weld
  4916. o13.RightSurface = Enum.SurfaceType.Weld
  4917. o13.TopSurface = Enum.SurfaceType.Weld
  4918. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  4919. o14.Parent = o13
  4920. o15.Parent = o1
  4921. o15.BrickColor = BrickColor.new("Institutional white")
  4922. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  4923. o15.Rotation = Vector3.new(90, 89.960434, -90)
  4924. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4925. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  4926. o15.Anchored = true
  4927. o15.CanCollide = false
  4928. o15.FormFactor = Enum.FormFactor.Plate
  4929. o15.Size = Vector3.new(10, 0.400000006, 1)
  4930. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  4931. o15.BackSurface = Enum.SurfaceType.Weld
  4932. o15.BottomSurface = Enum.SurfaceType.Weld
  4933. o15.TopSurface = Enum.SurfaceType.Weld
  4934. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4935. o16.Parent = o15
  4936. o16.MeshType = Enum.MeshType.Wedge
  4937. o17.Parent = o1
  4938. o17.BrickColor = BrickColor.new("Institutional white")
  4939. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  4940. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  4941. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4942. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  4943. o17.Anchored = true
  4944. o17.FormFactor = Enum.FormFactor.Plate
  4945. o17.Size = Vector3.new(1, 2.4000001, 2)
  4946. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4947. o17.BackSurface = Enum.SurfaceType.Weld
  4948. o17.BottomSurface = Enum.SurfaceType.Weld
  4949. o17.RightSurface = Enum.SurfaceType.Weld
  4950. o17.TopSurface = Enum.SurfaceType.Weld
  4951. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4952. o18.Parent = o17
  4953. o18.MeshType = Enum.MeshType.Wedge
  4954. o19.Parent = o1
  4955. o19.BrickColor = BrickColor.new("Institutional white")
  4956. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  4957. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  4958. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4959. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  4960. o19.Anchored = true
  4961. o19.FormFactor = Enum.FormFactor.Plate
  4962. o19.Size = Vector3.new(10, 1.20000005, 3)
  4963. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  4964. o19.BackSurface = Enum.SurfaceType.Weld
  4965. o19.BottomSurface = Enum.SurfaceType.Weld
  4966. o19.TopSurface = Enum.SurfaceType.Weld
  4967. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4968. o20.Parent = o19
  4969. o20.MeshType = Enum.MeshType.Wedge
  4970. o21.Parent = o19
  4971. o21.SoundId = "rbxassetid://532147820"
  4972. o21.Looped = true
  4973. o22.Parent = o1
  4974. o22.BrickColor = BrickColor.new("Institutional white")
  4975. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  4976. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  4977. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4978. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  4979. o22.Anchored = true
  4980. o22.FormFactor = Enum.FormFactor.Plate
  4981. o22.Size = Vector3.new(2, 2.4000001, 1)
  4982. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  4983. o22.BackSurface = Enum.SurfaceType.Weld
  4984. o22.BottomSurface = Enum.SurfaceType.Weld
  4985. o22.FrontSurface = Enum.SurfaceType.Weld
  4986. o22.LeftSurface = Enum.SurfaceType.Weld
  4987. o22.RightSurface = Enum.SurfaceType.Weld
  4988. o22.TopSurface = Enum.SurfaceType.Weld
  4989. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4990. o23.Parent = o22
  4991. o24.Parent = o1
  4992. o24.BrickColor = BrickColor.new("Institutional white")
  4993. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  4994. o24.Rotation = Vector3.new(-0, -90, 0)
  4995. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4996. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  4997. o24.Anchored = true
  4998. o24.FormFactor = Enum.FormFactor.Plate
  4999. o24.Size = Vector3.new(1, 2.79999995, 1)
  5000. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  5001. o24.BackSurface = Enum.SurfaceType.Weld
  5002. o24.BottomSurface = Enum.SurfaceType.Weld
  5003. o24.TopSurface = Enum.SurfaceType.Weld
  5004. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5005. o25.Parent = o24
  5006. o25.MeshType = Enum.MeshType.Wedge
  5007. o26.Parent = o1
  5008. o26.BrickColor = BrickColor.new("Institutional white")
  5009. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  5010. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5011. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5012. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  5013. o26.Anchored = true
  5014. o26.FormFactor = Enum.FormFactor.Plate
  5015. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  5016. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5017. o26.BackSurface = Enum.SurfaceType.Weld
  5018. o26.BottomSurface = Enum.SurfaceType.Weld
  5019. o26.FrontSurface = Enum.SurfaceType.Weld
  5020. o26.LeftSurface = Enum.SurfaceType.Weld
  5021. o26.RightSurface = Enum.SurfaceType.Weld
  5022. o26.TopSurface = Enum.SurfaceType.Weld
  5023. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5024. o27.Parent = o26
  5025. o28.Parent = o1
  5026. o28.BrickColor = BrickColor.new("Institutional white")
  5027. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  5028. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  5029. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5030. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  5031. o28.Anchored = true
  5032. o28.FormFactor = Enum.FormFactor.Plate
  5033. o28.Size = Vector3.new(1, 2.79999995, 1)
  5034. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  5035. o28.BackSurface = Enum.SurfaceType.Weld
  5036. o28.BottomSurface = Enum.SurfaceType.Weld
  5037. o28.TopSurface = Enum.SurfaceType.Weld
  5038. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5039. o29.Parent = o28
  5040. o29.MeshType = Enum.MeshType.Wedge
  5041. o30.Parent = o1
  5042. o30.BrickColor = BrickColor.new("Institutional white")
  5043. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  5044. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  5045. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5046. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  5047. o30.Anchored = true
  5048. o30.FormFactor = Enum.FormFactor.Plate
  5049. o30.Size = Vector3.new(2, 2.4000001, 1)
  5050. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  5051. o30.BackSurface = Enum.SurfaceType.Weld
  5052. o30.BottomSurface = Enum.SurfaceType.Weld
  5053. o30.FrontSurface = Enum.SurfaceType.Weld
  5054. o30.LeftSurface = Enum.SurfaceType.Weld
  5055. o30.RightSurface = Enum.SurfaceType.Weld
  5056. o30.TopSurface = Enum.SurfaceType.Weld
  5057. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5058. o31.Parent = o30
  5059. o32.Parent = o1
  5060. o32.BrickColor = BrickColor.new("Dark stone grey")
  5061. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  5062. o32.Rotation = Vector3.new(90, 89.960434, -90)
  5063. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5064. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  5065. o32.Anchored = true
  5066. o32.FormFactor = Enum.FormFactor.Plate
  5067. o32.Size = Vector3.new(8, 2.4000001, 1)
  5068. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  5069. o32.BottomSurface = Enum.SurfaceType.Weld
  5070. o32.TopSurface = Enum.SurfaceType.Weld
  5071. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5072. o33.Parent = o32
  5073. o33.Offset = Vector3.new(0, 0, 0.5)
  5074. o33.Scale = Vector3.new(1, 1, 2)
  5075. o34.Parent = o1
  5076. o34.BrickColor = BrickColor.new("Institutional white")
  5077. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  5078. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  5079. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5080. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  5081. o34.Anchored = true
  5082. o34.FormFactor = Enum.FormFactor.Plate
  5083. o34.Size = Vector3.new(3, 1.20000005, 10)
  5084. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  5085. o34.BackSurface = Enum.SurfaceType.Weld
  5086. o34.BottomSurface = Enum.SurfaceType.Weld
  5087. o34.FrontSurface = Enum.SurfaceType.Weld
  5088. o34.LeftSurface = Enum.SurfaceType.Weld
  5089. o34.RightSurface = Enum.SurfaceType.Weld
  5090. o34.TopSurface = Enum.SurfaceType.Weld
  5091. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5092. o35.Parent = o34
  5093. o36.Parent = o1
  5094. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  5095. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  5096. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5097. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5098. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  5099. o36.Anchored = true
  5100. o36.FormFactor = Enum.FormFactor.Custom
  5101. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  5102. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5103. o36.BackSurface = Enum.SurfaceType.Weld
  5104. o36.BottomSurface = Enum.SurfaceType.Weld
  5105. o36.FrontSurface = Enum.SurfaceType.Weld
  5106. o36.LeftSurface = Enum.SurfaceType.Weld
  5107. o36.RightSurface = Enum.SurfaceType.Weld
  5108. o36.TopSurface = Enum.SurfaceType.Weld
  5109. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  5110. o37.Parent = o36
  5111. o38.Parent = o1
  5112. o38.BrickColor = BrickColor.new("Institutional white")
  5113. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  5114. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  5115. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5116. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  5117. o38.Anchored = true
  5118. o38.CanCollide = false
  5119. o38.FormFactor = Enum.FormFactor.Plate
  5120. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  5121. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  5122. o38.BottomSurface = Enum.SurfaceType.Weld
  5123. o38.LeftSurface = Enum.SurfaceType.Weld
  5124. o38.RightSurface = Enum.SurfaceType.Weld
  5125. o38.TopSurface = Enum.SurfaceType.Weld
  5126. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5127. o39.Parent = o1
  5128. o39.BrickColor = BrickColor.new("Really red")
  5129. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  5130. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  5131. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5132. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  5133. o39.Anchored = true
  5134. o39.FormFactor = Enum.FormFactor.Plate
  5135. o39.Size = Vector3.new(1, 1.20000005, 1)
  5136. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  5137. o39.BackSurface = Enum.SurfaceType.Weld
  5138. o39.BottomSurface = Enum.SurfaceType.Weld
  5139. o39.FrontSurface = Enum.SurfaceType.Weld
  5140. o39.LeftSurface = Enum.SurfaceType.Weld
  5141. o39.RightSurface = Enum.SurfaceType.Weld
  5142. o39.TopSurface = Enum.SurfaceType.Weld
  5143. o39.Color = Color3.new(1, 0, 0)
  5144. o40.Parent = o39
  5145. o41.Parent = o1
  5146. o41.BrickColor = BrickColor.new("Institutional white")
  5147. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  5148. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  5149. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5150. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  5151. o41.Anchored = true
  5152. o41.FormFactor = Enum.FormFactor.Plate
  5153. o41.Size = Vector3.new(1, 0.800000012, 1)
  5154. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  5155. o41.BackSurface = Enum.SurfaceType.Weld
  5156. o41.BottomSurface = Enum.SurfaceType.Weld
  5157. o41.FrontSurface = Enum.SurfaceType.Weld
  5158. o41.LeftSurface = Enum.SurfaceType.Weld
  5159. o41.RightSurface = Enum.SurfaceType.Weld
  5160. o41.TopSurface = Enum.SurfaceType.Weld
  5161. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5162. o42.Parent = o41
  5163. o43.Parent = o1
  5164. o43.BrickColor = BrickColor.new("Institutional white")
  5165. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  5166. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  5167. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5168. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  5169. o43.Anchored = true
  5170. o43.CanCollide = false
  5171. o43.FormFactor = Enum.FormFactor.Plate
  5172. o43.Size = Vector3.new(14, 0.400000006, 8)
  5173. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  5174. o43.BackSurface = Enum.SurfaceType.Weld
  5175. o43.BottomSurface = Enum.SurfaceType.Weld
  5176. o43.FrontSurface = Enum.SurfaceType.Weld
  5177. o43.LeftSurface = Enum.SurfaceType.Weld
  5178. o43.RightSurface = Enum.SurfaceType.Weld
  5179. o43.TopSurface = Enum.SurfaceType.Weld
  5180. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5181. o44.Parent = o43
  5182. o45.Parent = o1
  5183. o45.BrickColor = BrickColor.new("Really black")
  5184. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  5185. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  5186. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5187. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  5188. o45.Anchored = true
  5189. o45.CanCollide = false
  5190. o45.FormFactor = Enum.FormFactor.Plate
  5191. o45.Size = Vector3.new(3, 2.79999995, 1)
  5192. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5193. o45.BackSurface = Enum.SurfaceType.Weld
  5194. o45.BottomSurface = Enum.SurfaceType.Weld
  5195. o45.TopSurface = Enum.SurfaceType.Weld
  5196. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5197. o46.Parent = o45
  5198. o46.MeshType = Enum.MeshType.Wedge
  5199. o47.Parent = o1
  5200. o47.BrickColor = BrickColor.new("Institutional white")
  5201. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  5202. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5203. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5204. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  5205. o47.Anchored = true
  5206. o47.FormFactor = Enum.FormFactor.Plate
  5207. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  5208. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5209. o47.BackSurface = Enum.SurfaceType.Weld
  5210. o47.BottomSurface = Enum.SurfaceType.Weld
  5211. o47.FrontSurface = Enum.SurfaceType.Weld
  5212. o47.LeftSurface = Enum.SurfaceType.Weld
  5213. o47.RightSurface = Enum.SurfaceType.Weld
  5214. o47.TopSurface = Enum.SurfaceType.Weld
  5215. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5216. o48.Parent = o47
  5217. o49.Parent = o1
  5218. o49.BrickColor = BrickColor.new("White")
  5219. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  5220. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  5221. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5222. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  5223. o49.Anchored = true
  5224. o49.FormFactor = Enum.FormFactor.Plate
  5225. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  5226. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  5227. o49.BackSurface = Enum.SurfaceType.Weld
  5228. o49.BottomSurface = Enum.SurfaceType.Weld
  5229. o49.FrontSurface = Enum.SurfaceType.Weld
  5230. o49.LeftSurface = Enum.SurfaceType.Weld
  5231. o49.RightSurface = Enum.SurfaceType.Weld
  5232. o49.TopSurface = Enum.SurfaceType.Weld
  5233. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  5234. o50.Parent = o49
  5235. o51.Parent = o1
  5236. o51.BrickColor = BrickColor.new("Institutional white")
  5237. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  5238. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  5239. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5240. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  5241. o51.Anchored = true
  5242. o51.FormFactor = Enum.FormFactor.Plate
  5243. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  5244. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  5245. o51.BackSurface = Enum.SurfaceType.Weld
  5246. o51.BottomSurface = Enum.SurfaceType.Weld
  5247. o51.FrontSurface = Enum.SurfaceType.Weld
  5248. o51.LeftSurface = Enum.SurfaceType.Weld
  5249. o51.RightSurface = Enum.SurfaceType.Weld
  5250. o51.TopSurface = Enum.SurfaceType.Weld
  5251. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5252. o52.Parent = o51
  5253. o53.Parent = o1
  5254. o53.BrickColor = BrickColor.new("Institutional white")
  5255. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  5256. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  5257. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5258. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  5259. o53.Anchored = true
  5260. o53.CanCollide = false
  5261. o53.FormFactor = Enum.FormFactor.Plate
  5262. o53.Size = Vector3.new(2, 2.79999995, 1)
  5263. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5264. o53.BackSurface = Enum.SurfaceType.Weld
  5265. o53.BottomSurface = Enum.SurfaceType.Weld
  5266. o53.TopSurface = Enum.SurfaceType.Weld
  5267. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5268. o54.Parent = o53
  5269. o54.MeshType = Enum.MeshType.Wedge
  5270. o55.Parent = o1
  5271. o55.BrickColor = BrickColor.new("Really black")
  5272. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  5273. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  5274. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5275. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  5276. o55.Anchored = true
  5277. o55.CanCollide = false
  5278. o55.FormFactor = Enum.FormFactor.Plate
  5279. o55.Size = Vector3.new(3, 2.79999995, 1)
  5280. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5281. o55.BackSurface = Enum.SurfaceType.Weld
  5282. o55.BottomSurface = Enum.SurfaceType.Weld
  5283. o55.TopSurface = Enum.SurfaceType.Weld
  5284. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5285. o56.Parent = o55
  5286. o56.MeshType = Enum.MeshType.Wedge
  5287. o57.Parent = o1
  5288. o57.BrickColor = BrickColor.new("Institutional white")
  5289. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  5290. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5291. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5292. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  5293. o57.Anchored = true
  5294. o57.CanCollide = false
  5295. o57.FormFactor = Enum.FormFactor.Plate
  5296. o57.Size = Vector3.new(1, 2, 8)
  5297. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5298. o57.BackSurface = Enum.SurfaceType.Weld
  5299. o57.BottomSurface = Enum.SurfaceType.Weld
  5300. o57.FrontSurface = Enum.SurfaceType.Weld
  5301. o57.LeftSurface = Enum.SurfaceType.Weld
  5302. o57.RightSurface = Enum.SurfaceType.Weld
  5303. o57.TopSurface = Enum.SurfaceType.Weld
  5304. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5305. o58.Parent = o57
  5306. o59.Parent = o1
  5307. o59.BrickColor = BrickColor.new("Institutional white")
  5308. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  5309. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5310. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5311. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  5312. o59.Anchored = true
  5313. o59.FormFactor = Enum.FormFactor.Plate
  5314. o59.Size = Vector3.new(1, 0.800000012, 1)
  5315. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5316. o59.BackSurface = Enum.SurfaceType.Weld
  5317. o59.BottomSurface = Enum.SurfaceType.Weld
  5318. o59.FrontSurface = Enum.SurfaceType.Weld
  5319. o59.LeftSurface = Enum.SurfaceType.Weld
  5320. o59.RightSurface = Enum.SurfaceType.Weld
  5321. o59.TopSurface = Enum.SurfaceType.Weld
  5322. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5323. o60.Parent = o59
  5324. o61.Parent = o1
  5325. o61.BrickColor = BrickColor.new("Institutional white")
  5326. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  5327. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5328. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5329. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  5330. o61.Anchored = true
  5331. o61.CanCollide = false
  5332. o61.FormFactor = Enum.FormFactor.Plate
  5333. o61.Size = Vector3.new(14, 0.400000006, 1)
  5334. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5335. o61.BackSurface = Enum.SurfaceType.Weld
  5336. o61.BottomSurface = Enum.SurfaceType.Weld
  5337. o61.FrontSurface = Enum.SurfaceType.Weld
  5338. o61.LeftSurface = Enum.SurfaceType.Weld
  5339. o61.RightSurface = Enum.SurfaceType.Weld
  5340. o61.TopSurface = Enum.SurfaceType.Weld
  5341. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5342. o62.Parent = o61
  5343. o63.Parent = o1
  5344. o63.BrickColor = BrickColor.new("Institutional white")
  5345. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  5346. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  5347. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5348. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  5349. o63.Anchored = true
  5350. o63.CanCollide = false
  5351. o63.FormFactor = Enum.FormFactor.Plate
  5352. o63.Size = Vector3.new(1, 4.80999994, 1)
  5353. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  5354. o63.BottomSurface = Enum.SurfaceType.Weld
  5355. o63.LeftSurface = Enum.SurfaceType.Weld
  5356. o63.RightSurface = Enum.SurfaceType.Weld
  5357. o63.TopSurface = Enum.SurfaceType.Weld
  5358. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5359. o64.Parent = o1
  5360. o64.BrickColor = BrickColor.new("Institutional white")
  5361. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  5362. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  5363. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5364. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  5365. o64.Anchored = true
  5366. o64.CanCollide = false
  5367. o64.FormFactor = Enum.FormFactor.Plate
  5368. o64.Size = Vector3.new(1, 2.4000001, 1)
  5369. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  5370. o64.BottomSurface = Enum.SurfaceType.Weld
  5371. o64.LeftSurface = Enum.SurfaceType.Weld
  5372. o64.RightSurface = Enum.SurfaceType.Weld
  5373. o64.TopSurface = Enum.SurfaceType.Weld
  5374. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5375. o65.Parent = o1
  5376. o65.BrickColor = BrickColor.new("Institutional white")
  5377. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  5378. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5379. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5380. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  5381. o65.Anchored = true
  5382. o65.FormFactor = Enum.FormFactor.Plate
  5383. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  5384. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5385. o65.BackSurface = Enum.SurfaceType.Weld
  5386. o65.BottomSurface = Enum.SurfaceType.Weld
  5387. o65.FrontSurface = Enum.SurfaceType.Weld
  5388. o65.LeftSurface = Enum.SurfaceType.Weld
  5389. o65.RightSurface = Enum.SurfaceType.Weld
  5390. o65.TopSurface = Enum.SurfaceType.Weld
  5391. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5392. o66.Parent = o65
  5393. o67.Parent = o1
  5394. o67.BrickColor = BrickColor.new("Really red")
  5395. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  5396. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  5397. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5398. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  5399. o67.Anchored = true
  5400. o67.FormFactor = Enum.FormFactor.Plate
  5401. o67.Size = Vector3.new(1, 1.20000005, 1)
  5402. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  5403. o67.BackSurface = Enum.SurfaceType.Weld
  5404. o67.BottomSurface = Enum.SurfaceType.Weld
  5405. o67.FrontSurface = Enum.SurfaceType.Weld
  5406. o67.LeftSurface = Enum.SurfaceType.Weld
  5407. o67.RightSurface = Enum.SurfaceType.Weld
  5408. o67.TopSurface = Enum.SurfaceType.Weld
  5409. o67.Color = Color3.new(1, 0, 0)
  5410. o68.Parent = o67
  5411. o69.Parent = o1
  5412. o69.BrickColor = BrickColor.new("Institutional white")
  5413. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  5414. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5415. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5416. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  5417. o69.Anchored = true
  5418. o69.CanCollide = false
  5419. o69.FormFactor = Enum.FormFactor.Plate
  5420. o69.Size = Vector3.new(1, 0.400000006, 10)
  5421. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5422. o69.BackSurface = Enum.SurfaceType.Weld
  5423. o69.BottomSurface = Enum.SurfaceType.Weld
  5424. o69.FrontSurface = Enum.SurfaceType.Weld
  5425. o69.LeftSurface = Enum.SurfaceType.Weld
  5426. o69.RightSurface = Enum.SurfaceType.Weld
  5427. o69.TopSurface = Enum.SurfaceType.Weld
  5428. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5429. o70.Parent = o69
  5430. o71.Parent = o1
  5431. o71.BrickColor = BrickColor.new("Really black")
  5432. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  5433. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5434. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5435. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  5436. o71.Anchored = true
  5437. o71.FormFactor = Enum.FormFactor.Custom
  5438. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  5439. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5440. o71.BackSurface = Enum.SurfaceType.Weld
  5441. o71.BottomSurface = Enum.SurfaceType.Weld
  5442. o71.FrontSurface = Enum.SurfaceType.Weld
  5443. o71.LeftSurface = Enum.SurfaceType.Weld
  5444. o71.RightSurface = Enum.SurfaceType.Weld
  5445. o71.TopSurface = Enum.SurfaceType.Weld
  5446. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5447. o72.Parent = o71
  5448. o73.Name = "Head"
  5449. o73.Parent = o1
  5450. o73.Material = Enum.Material.SmoothPlastic
  5451. o73.BrickColor = BrickColor.new("Institutional white")
  5452. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  5453. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5454. o73.Anchored = true
  5455. o73.FormFactor = Enum.FormFactor.Symmetric
  5456. o73.Size = Vector3.new(2, 1, 1)
  5457. 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)
  5458. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5459. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5460. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5461. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5465. o74.Parent = o73
  5466. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  5467. o75.Name = "face"
  5468. o75.Parent = o73
  5469. o75.Texture = "rbxasset://textures/face.png"
  5470. o76.Parent = o1
  5471. o76.BrickColor = BrickColor.new("Institutional white")
  5472. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  5473. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  5474. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5475. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  5476. o76.Anchored = true
  5477. o76.CanCollide = false
  5478. o76.FormFactor = Enum.FormFactor.Plate
  5479. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  5480. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  5481. o76.BottomSurface = Enum.SurfaceType.Weld
  5482. o76.LeftSurface = Enum.SurfaceType.Weld
  5483. o76.RightSurface = Enum.SurfaceType.Weld
  5484. o76.TopSurface = Enum.SurfaceType.Weld
  5485. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5486. o77.Parent = o1
  5487. o77.BrickColor = BrickColor.new("Institutional white")
  5488. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  5489. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  5490. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5491. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  5492. o77.Anchored = true
  5493. o77.FormFactor = Enum.FormFactor.Plate
  5494. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  5495. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  5496. o77.BackSurface = Enum.SurfaceType.Weld
  5497. o77.BottomSurface = Enum.SurfaceType.Weld
  5498. o77.FrontSurface = Enum.SurfaceType.Weld
  5499. o77.LeftSurface = Enum.SurfaceType.Weld
  5500. o77.RightSurface = Enum.SurfaceType.Weld
  5501. o77.TopSurface = Enum.SurfaceType.Weld
  5502. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5503. o78.Parent = o77
  5504. o79.Name = "Head"
  5505. o79.Parent = o1
  5506. o79.Material = Enum.Material.SmoothPlastic
  5507. o79.BrickColor = BrickColor.new("Institutional white")
  5508. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  5509. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5510. o79.Anchored = true
  5511. o79.FormFactor = Enum.FormFactor.Symmetric
  5512. o79.Size = Vector3.new(2, 1, 1)
  5513. 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)
  5514. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5515. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5516. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5517. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5518. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5521. o80.Parent = o79
  5522. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  5523. o81.Name = "face"
  5524. o81.Parent = o79
  5525. o81.Texture = "rbxasset://textures/face.png"
  5526. o82.Name = "Handle"
  5527. o82.Parent = o1
  5528. o82.Material = Enum.Material.SmoothPlastic
  5529. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  5530. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5531. o82.Anchored = true
  5532. o82.CanCollide = false
  5533. o82.FormFactor = Enum.FormFactor.Symmetric
  5534. o82.Size = Vector3.new(2, 2, 2)
  5535. 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)
  5536. o82.BottomSurface = Enum.SurfaceType.Smooth
  5537. o82.TopSurface = Enum.SurfaceType.Smooth
  5538. o83.Parent = o82
  5539. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5540. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5541. o83.MeshType = Enum.MeshType.FileMesh
  5542. o84.Parent = o1
  5543. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  5544. o84.RightLeg = o94
  5545. o84.LeftLeg = o96
  5546. o84.Torso = o87
  5547. o84.Health = 0
  5548. o84.MaxHealth = 0
  5549. o85.Name = "TPPART"
  5550. o85.Parent = o1
  5551. o85.Transparency = 1
  5552. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  5553. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5554. o85.Anchored = true
  5555. o85.CanCollide = false
  5556. o85.Size = Vector3.new(4, 1, 2)
  5557. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5558. o86.Name = "TPPART2"
  5559. o86.Parent = o1
  5560. o86.Transparency = 1
  5561. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  5562. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5563. o86.Anchored = true
  5564. o86.CanCollide = false
  5565. o86.Size = Vector3.new(4, 1, 2)
  5566. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5567. o87.Name = "Torso"
  5568. o87.Parent = o1
  5569. o87.Material = Enum.Material.SmoothPlastic
  5570. o87.BrickColor = BrickColor.new("Navy blue")
  5571. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  5572. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5573. o87.Anchored = true
  5574. o87.FormFactor = Enum.FormFactor.Symmetric
  5575. o87.Size = Vector3.new(2, 2, 1)
  5576. 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)
  5577. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5581. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5582. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. o87.Color = Color3.new(0, 0.12549, 0.376471)
  5584. o88.Name = "roblox"
  5585. o88.Parent = o87
  5586. o89.Name = "Right Shoulder"
  5587. o89.Parent = o87
  5588. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5589. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5590. o89.Part0 = o87
  5591. o89.Part1 = o95
  5592. o89.DesiredAngle = -0.062025275081396
  5593. o89.MaxVelocity = 0.15000000596046
  5594. o90.Name = "Left Shoulder"
  5595. o90.Parent = o87
  5596. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5597. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5598. o90.Part0 = o87
  5599. o90.Part1 = o97
  5600. o90.DesiredAngle = -0.062025275081396
  5601. o90.MaxVelocity = 0.15000000596046
  5602. o91.Name = "Right Hip"
  5603. o91.Parent = o87
  5604. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5605. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5606. o91.Part0 = o87
  5607. o91.Part1 = o94
  5608. o91.DesiredAngle = 0.062025275081396
  5609. o91.MaxVelocity = 0.10000000149012
  5610. o92.Name = "Left Hip"
  5611. o92.Parent = o87
  5612. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5613. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5614. o92.Part0 = o87
  5615. o92.Part1 = o96
  5616. o92.DesiredAngle = 0.062025275081396
  5617. o92.MaxVelocity = 0.10000000149012
  5618. o93.Name = "Neck"
  5619. o93.Parent = o87
  5620. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5621. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5622. o93.Part0 = o87
  5623. o93.Part1 = o73
  5624. o93.MaxVelocity = 0.10000000149012
  5625. o94.Name = "Right Leg"
  5626. o94.Parent = o1
  5627. o94.Material = Enum.Material.SmoothPlastic
  5628. o94.BrickColor = BrickColor.new("Navy blue")
  5629. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  5630. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5631. o94.Anchored = true
  5632. o94.CanCollide = false
  5633. o94.FormFactor = Enum.FormFactor.Symmetric
  5634. o94.Size = Vector3.new(1, 2, 1)
  5635. 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)
  5636. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5637. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5638. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5639. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5640. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5641. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5642. o94.Color = Color3.new(0, 0.12549, 0.376471)
  5643. o95.Name = "Right Arm"
  5644. o95.Parent = o1
  5645. o95.Material = Enum.Material.SmoothPlastic
  5646. o95.BrickColor = BrickColor.new("Maroon")
  5647. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  5648. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5649. o95.Anchored = true
  5650. o95.CanCollide = false
  5651. o95.FormFactor = Enum.FormFactor.Symmetric
  5652. o95.Size = Vector3.new(1, 2, 1)
  5653. 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)
  5654. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5656. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5657. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5659. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5660. o95.Color = Color3.new(0.458824, 0, 0)
  5661. o96.Name = "Left Leg"
  5662. o96.Parent = o1
  5663. o96.Material = Enum.Material.SmoothPlastic
  5664. o96.BrickColor = BrickColor.new("Navy blue")
  5665. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  5666. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5667. o96.Anchored = true
  5668. o96.CanCollide = false
  5669. o96.FormFactor = Enum.FormFactor.Symmetric
  5670. o96.Size = Vector3.new(1, 2, 1)
  5671. 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)
  5672. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5673. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5674. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5675. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5676. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5677. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5678. o96.Color = Color3.new(0, 0.12549, 0.376471)
  5679. o97.Name = "Left Arm"
  5680. o97.Parent = o1
  5681. o97.Material = Enum.Material.SmoothPlastic
  5682. o97.BrickColor = BrickColor.new("Maroon")
  5683. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  5684. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5685. o97.Anchored = true
  5686. o97.CanCollide = false
  5687. o97.FormFactor = Enum.FormFactor.Symmetric
  5688. o97.Size = Vector3.new(1, 2, 1)
  5689. 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)
  5690. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5691. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5692. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. o97.Color = Color3.new(0.458824, 0, 0)
  5697. o98.Name = "Torso"
  5698. o98.Parent = o1
  5699. o98.Material = Enum.Material.SmoothPlastic
  5700. o98.BrickColor = BrickColor.new("Navy blue")
  5701. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  5702. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5703. o98.Anchored = true
  5704. o98.FormFactor = Enum.FormFactor.Symmetric
  5705. o98.Size = Vector3.new(2, 2, 1)
  5706. 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)
  5707. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o98.Color = Color3.new(0, 0.12549, 0.376471)
  5714. o99.Name = "roblox"
  5715. o99.Parent = o98
  5716. o100.Name = "Right Hip"
  5717. o100.Parent = o98
  5718. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5719. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5720. o100.Part0 = o98
  5721. o100.Part1 = o103
  5722. o100.DesiredAngle = 0.062025275081396
  5723. o100.MaxVelocity = 0.10000000149012
  5724. o101.Name = "Left Hip"
  5725. o101.Parent = o98
  5726. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5727. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5728. o101.Part0 = o98
  5729. o101.Part1 = o105
  5730. o101.DesiredAngle = 0.062025275081396
  5731. o101.MaxVelocity = 0.10000000149012
  5732. o102.Name = "Neck"
  5733. o102.Parent = o98
  5734. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5735. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5736. o102.Part0 = o98
  5737. o102.Part1 = o79
  5738. o102.MaxVelocity = 0.10000000149012
  5739. o103.Name = "Right Leg"
  5740. o103.Parent = o1
  5741. o103.Material = Enum.Material.SmoothPlastic
  5742. o103.BrickColor = BrickColor.new("Really black")
  5743. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  5744. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5745. o103.Anchored = true
  5746. o103.CanCollide = false
  5747. o103.FormFactor = Enum.FormFactor.Symmetric
  5748. o103.Size = Vector3.new(1, 2, 1)
  5749. 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)
  5750. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5753. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5754. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5755. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5756. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5757. o104.Name = "Right Arm"
  5758. o104.Parent = o1
  5759. o104.Material = Enum.Material.SmoothPlastic
  5760. o104.BrickColor = BrickColor.new("Maroon")
  5761. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  5762. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5763. o104.Anchored = true
  5764. o104.CanCollide = false
  5765. o104.FormFactor = Enum.FormFactor.Symmetric
  5766. o104.Size = Vector3.new(1, 2, 1)
  5767. 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)
  5768. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5770. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5771. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5774. o104.Color = Color3.new(0.458824, 0, 0)
  5775. o105.Name = "Left Leg"
  5776. o105.Parent = o1
  5777. o105.Material = Enum.Material.SmoothPlastic
  5778. o105.BrickColor = BrickColor.new("Really black")
  5779. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  5780. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5781. o105.Anchored = true
  5782. o105.CanCollide = false
  5783. o105.FormFactor = Enum.FormFactor.Symmetric
  5784. o105.Size = Vector3.new(1, 2, 1)
  5785. 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)
  5786. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5790. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5792. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5793. o106.Name = "Left Arm"
  5794. o106.Parent = o1
  5795. o106.Material = Enum.Material.SmoothPlastic
  5796. o106.BrickColor = BrickColor.new("Maroon")
  5797. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  5798. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5799. o106.Anchored = true
  5800. o106.CanCollide = false
  5801. o106.FormFactor = Enum.FormFactor.Symmetric
  5802. o106.Size = Vector3.new(1, 2, 1)
  5803. 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)
  5804. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5810. o106.Color = Color3.new(0.458824, 0, 0)
  5811. o107.Parent = o1
  5812. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5813. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5814. o107.Anchored = true
  5815. o107.FormFactor = Enum.FormFactor.Symmetric
  5816. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5817. 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)
  5818. o108.Parent = o107
  5819. o109.Parent = o1
  5820. o109.BrickColor = BrickColor.new("Really black")
  5821. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5822. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5823. o109.Anchored = true
  5824. o109.FormFactor = Enum.FormFactor.Symmetric
  5825. o109.Size = Vector3.new(3, 1.20000005, 3)
  5826. 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)
  5827. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5828. o110.Parent = o109
  5829. o111.Parent = o1
  5830. o111.BrickColor = BrickColor.new("Really black")
  5831. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5832. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5833. o111.Anchored = true
  5834. o111.FormFactor = Enum.FormFactor.Symmetric
  5835. o111.Size = Vector3.new(3, 1.20000005, 3)
  5836. 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)
  5837. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5838. o112.Parent = o111
  5839. o113.Parent = o1
  5840. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5841. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5842. o113.Anchored = true
  5843. o113.FormFactor = Enum.FormFactor.Symmetric
  5844. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5845. 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)
  5846. o114.Parent = o113
  5847. o115.Parent = o1
  5848. o115.BrickColor = BrickColor.new("Really black")
  5849. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5850. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5851. o115.Anchored = true
  5852. o115.FormFactor = Enum.FormFactor.Symmetric
  5853. o115.Size = Vector3.new(3, 1.20000005, 3)
  5854. 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)
  5855. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5856. o116.Parent = o115
  5857. o117.Parent = o1
  5858. o117.BrickColor = BrickColor.new("Really black")
  5859. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  5860. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5861. o117.Anchored = true
  5862. o117.FormFactor = Enum.FormFactor.Symmetric
  5863. o117.Size = Vector3.new(3, 1.20000005, 3)
  5864. 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)
  5865. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5866. o118.Parent = o117
  5867. o119.Parent = o1
  5868. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5869. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5870. o119.Anchored = true
  5871. o119.FormFactor = Enum.FormFactor.Symmetric
  5872. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5873. 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)
  5874. o120.Parent = o119
  5875. o121.Name = "Handle"
  5876. o121.Parent = o1
  5877. o121.Material = Enum.Material.SmoothPlastic
  5878. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  5879. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5880. o121.Anchored = true
  5881. o121.CanCollide = false
  5882. o121.FormFactor = Enum.FormFactor.Symmetric
  5883. o121.Size = Vector3.new(2, 2, 2)
  5884. 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)
  5885. o121.BottomSurface = Enum.SurfaceType.Smooth
  5886. o121.TopSurface = Enum.SurfaceType.Smooth
  5887. o122.Parent = o121
  5888. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5889. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5890. o122.MeshType = Enum.MeshType.FileMesh
  5891. o123.Name = "RPPART"
  5892. o123.Parent = o1
  5893. o123.Transparency = 1
  5894. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  5895. o123.Rotation = Vector3.new(-90, 0, -0)
  5896. o123.Anchored = true
  5897. o123.CanCollide = false
  5898. o123.Size = Vector3.new(4, 1, 2)
  5899. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5900. o124.Parent = o12
  5901. o124.Texture = "http://roblox.com/asset/?id=112031763"
  5902. function MoveY(model, Position)
  5903. for _,part in pairs (model:GetChildren()) do
  5904. if part.ClassName == "Part" then
  5905. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  5906. end
  5907. end
  5908. end
  5909. function MoveX(model, Position)
  5910. for _,part in pairs (model:GetChildren()) do
  5911. if part.ClassName == "Part" then
  5912. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  5913. end
  5914. end
  5915. end
  5916. function MoveSpawn(model, PLAYERPOS)
  5917. for _,part in pairs (model:GetChildren()) do
  5918. if part.ClassName == "Part" then
  5919. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  5920. end
  5921. end
  5922. end
  5923. function MoveZ(model, Position)
  5924. for _,part in pairs (model:GetChildren()) do
  5925. if part.ClassName == "Part" then
  5926. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  5927. end
  5928. end
  5929. end
  5930. function MoveZPart(Part, Position)
  5931. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  5932. end
  5933. function MoveXPart(Part, Position)
  5934. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  5935. end
  5936. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  5937. OMGCREEPY = Instance.new("Sound")
  5938. OMGCREEPY.Parent = o1
  5939. OMGCREEPY.Volume = 10
  5940. OMGCREEPY.SoundId = "rbxassetid://177775134"
  5941. for i,v in pairs (o1:GetChildren()) do
  5942. if v:IsA("Part") then
  5943. v.Material = "SmoothPlastic"
  5944. v.BackSurface = "SmoothNoOutlines"
  5945. v.FrontSurface = "SmoothNoOutlines"
  5946. v.BottomSurface = "SmoothNoOutlines"
  5947. v.LeftSurface = "SmoothNoOutlines"
  5948. v.RightSurface = "SmoothNoOutlines"
  5949. v.TopSurface = "SmoothNoOutlines"
  5950. end
  5951. end
  5952. OMGCREEPY:Play()
  5953. o21:Play()
  5954. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  5955. for i=1,51 do
  5956. MoveX(o1,-3)
  5957. wait(.05)
  5958. end
  5959. wait(.5)
  5960. MoveZPart(o12,-1)
  5961. wait(.2)
  5962. for i=1,6 do
  5963. MoveXPart(o12,1)
  5964. wait(.1)
  5965. end
  5966. wait(.5)
  5967. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5968. wait(.5)
  5969. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5970. wait(.5)
  5971. MoveZPart(o12,1)
  5972. wait(.2)
  5973.  
  5974. for i=1,6 do
  5975. MoveXPart(o12,-1)
  5976. wait(.1)
  5977. end
  5978. for i=1,50 do
  5979. MoveX(o1,-3)
  5980. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5981. wait(.05)
  5982. end
  5983. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  5984. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  5985. SCREAM = Instance.new("Sound")
  5986. SCREAM.Parent = game.Players[Victim].Character.Head
  5987. SCREAM.SoundId = "rbxassetid://138167455"
  5988. SCREAM:Play()
  5989. wait(2.5)
  5990. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  5991. MoveZPart(o12,-1)
  5992. wait(.2)
  5993. for i=1,6 do
  5994. MoveXPart(o12,1)
  5995. wait(.1)
  5996. end
  5997. wait(.5)
  5998. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5999. wait(.5)
  6000. MoveZPart(o12,1)
  6001. wait(.2)
  6002. for i=1,6 do
  6003. MoveXPart(o12,-1)
  6004. wait(.1)
  6005. end
  6006. game.Players[Victim].Character.Humanoid.Health = 0
  6007. player = game.Players[Victim]
  6008. char = player.Character
  6009. char.Archivable = true
  6010. local rg = char:Clone()
  6011. rg.HumanoidRootPart:Destroy()
  6012. rg.Name = ""
  6013. rg.Humanoid.MaxHealth = 0
  6014. for i, v in pairs(rg.Torso:GetChildren()) do
  6015. if v:IsA("Motor6D") then
  6016. v:Destroy()
  6017. end
  6018. end
  6019.  
  6020. local n = Instance.new("Glue", rg.Torso)
  6021. n.Name = "Neck"
  6022. n.Part0 = rg.Torso
  6023. n.Part1 = rg.Head
  6024. n.C0 = CFrame.new(0, 1, 0)
  6025. n.C1 = CFrame.new(0, -0.5, 0)
  6026.  
  6027. local rs = Instance.new("Glue", rg.Torso)
  6028. rs.Name = "Right Shoulder"
  6029. rs.Part0 = rg.Torso
  6030. rs.Part1 = rg["Right Arm"]
  6031. rs.C0 = CFrame.new(1.5, 0.5, 0)
  6032. rs.C1 = CFrame.new(0, 0.5, 0)
  6033. local ls = Instance.new("Glue", rg.Torso)
  6034. ls.Name = "Left Shoulder"
  6035. ls.Part0 = rg.Torso
  6036. ls.Part1 = rg["Left Arm"]
  6037. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  6038. ls.C1 = CFrame.new(0, 0.5, 0)
  6039.  
  6040. local rh = Instance.new("Glue", rg.Torso)
  6041. rh.Name = "Right Hip"
  6042. rh.Part0 = rg.Torso
  6043. rh.Part1 = rg["Right Leg"]
  6044. rh.C0 = CFrame.new(0.5, -1, 0)
  6045. rh.C1 = CFrame.new(0, 1, 0)
  6046. local lh = Instance.new("Glue", rg.Torso)
  6047. lh.Name = "Left Hip"
  6048. lh.Part0 = rg.Torso
  6049. lh.Part1 = rg["Left Leg"]
  6050. lh.C0 = CFrame.new(-0.5, -1, 0)
  6051. lh.C1 = CFrame.new(0, 1, 0)
  6052. char.Torso:Destroy()
  6053. char.Head:Destroy()
  6054. char["Left Leg"]:Destroy()
  6055. char["Left Arm"]:Destroy()
  6056. char["Right Leg"]:Destroy()
  6057. char["Right Arm"]:Destroy()
  6058. rg.Parent = game.Workspace
  6059. rg.Head.BrickColor = BrickColor.new("Maroon")
  6060. function DEATH ()
  6061. OHHNELLY = Instance.new("Part")
  6062. OHHNELLY.Parent = workspace
  6063. OHHNELLY.Anchored = false
  6064. OHHNELLY.Material = Enum.Material.SmoothPlastic
  6065. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  6066. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6067. OHHNELLY.Position = rg.Head.Position
  6068. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  6069. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6072. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6074. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6075. end
  6076. for i=1,20 do
  6077. DEATH()
  6078. MoveX(o1,-3)
  6079. wait(.05)
  6080. end
  6081. o1:Destroy()
  6082. end)
  6083. end)
  6084.  
  6085. RapeGUI.Name = "RapeGUI"
  6086. RapeGUI.Parent = ScriptFrame
  6087. RapeGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  6088. RapeGUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6089. RapeGUI.Position = UDim2.new(0, 165, 0, 132)
  6090. RapeGUI.Size = UDim2.new(0, 132, 0, 50)
  6091. RapeGUI.Font = Enum.Font.SourceSansBold
  6092. RapeGUI.FontSize = Enum.FontSize.Size14
  6093. RapeGUI.Text = "Rape GUI"
  6094. RapeGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  6095. RapeGUI.TextScaled = true
  6096. RapeGUI.TextSize = 14
  6097. RapeGUI.TextWrapped = true
  6098. RapeGUI.MouseButton1Down:connect(function()
  6099. --[[=========================================[DK PLR GUI V1.0 lOCAL SCRIPT BY HEAT507]========================]]---
  6100. --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
  6101. users=game:GetService("Players") -- call the service.
  6102. usr=users.LocalPlayer-- local because I dont need you finding out my code -- Its what you can't comprehend.
  6103. usrg=usr.PlayerGui --- to reconnect ur joint from the usr
  6104. --pcall(function() usr:Remove() end) -- you will unblock this if you cant script
  6105. --bannd={"noob" , "noob" , "h4x" , "some cballr"}
  6106. --Keeping it a function , so to where it will always be on your plr gui "PlayerAdded"
  6107. TheChat=true TheGhost=false TheLag=false -- random distractions
  6108. usr.Chatted:connect(function(msg)
  6109. if msg=="noban" then
  6110. usr.Character.Parent=workspace
  6111. if msg=='nochat' then
  6112. TheChat=false
  6113. end
  6114. end end)
  6115. usr.Chatted:connect(function(WhatChat)
  6116. if TheChat==true then
  6117. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , WhatChat, "Blue")
  6118. end end) DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs=Instance.new("ScreenGui",usrg)
  6119. DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs.Name="NastySQLAdded"
  6120. TextBoxForTheDakGuiOneCreated = Instance.new("TextBox" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6121. TextBoxForTheDakGuiOneCreated.Position = UDim2.new(0,0,0,156)
  6122. TextBoxForTheDakGuiOneCreated.TextColor = BrickColor.new(255,255,255)
  6123. TextBoxForTheDakGuiOneCreated.FontSize = "Size11"
  6124. TextBoxForTheDakGuiOneCreated.Font = "ArialBold"
  6125. --TextBoxForTheDakGuiOneCreated.TextStrokeColor3 = Color3.new(0,0,1) error('Thus is a broken function!');
  6126. --TextBoxForTheDakGuiOneCreated.TextStrokeTransparency = 0 ;
  6127. TextBoxForTheDakGuiOneCreated.Size = UDim2.new(0,156,0,100)
  6128. TextBoxForTheDakGuiOneCreated.Text = "Player Name gose here [FULL NAME]"
  6129. TextBoxForTheDakGuiOneCreated.BackgroundTransparency = 0.8
  6130. TextBoxForTheDakGuiOneCreated.BackgroundColor = BrickColor.new("Really Black")
  6131. TextBoxForTheDakGuiOneCreated.BorderColor = BrickColor.new("Black")
  6132. TextBoxForTheDakGuiOneCreated.MultiLine = true
  6133. TextButtonNumberOneInTheDakGuiXSDA = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6134. TextButtonNumberOneInTheDakGuiXSDA.Position = UDim2.new(0,68,0,386)
  6135. TextButtonNumberOneInTheDakGuiXSDA.TextColor = BrickColor.new(255,255,255)
  6136. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6137. TextButtonNumberOneInTheDakGuiXSDA.FontSize = "Size11"
  6138. TextButtonNumberOneInTheDakGuiXSDA.Font = "ArialBold"
  6139. TextButtonNumberOneInTheDakGuiXSDA.Size = UDim2.new(0, 56, 0, 100)
  6140. TextButtonNumberOneInTheDakGuiXSDA.Text = "KICK"
  6141. TextButtonNumberOneInTheDakGuiXSDA.BackgroundTransparency = 0
  6142. TextButtonNumberOneInTheDakGuiXSDA.BackgroundColor = BrickColor.new("Really Black")
  6143. TextButtonNumberOneInTheDakGuiXSDA.BorderColor = BrickColor.new("Black")
  6144. TextButtonNumberOneInTheDakGuiXSDA.Style = "RobloxButton"
  6145. TextButtonNumberOneInTheDakGuiXSD = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6146. TextButtonNumberOneInTheDakGuiXSD.Position = UDim2.new(0,0,0,386)
  6147. TextButtonNumberOneInTheDakGuiXSD.TextColor = BrickColor.new(255,255,255)
  6148. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6149. TextButtonNumberOneInTheDakGuiXSD.FontSize = "Size11"
  6150. TextButtonNumberOneInTheDakGuiXSD.Font = "ArialBold"
  6151. TextButtonNumberOneInTheDakGuiXSD.Size = UDim2.new(0, 56, 0, 100)
  6152. TextButtonNumberOneInTheDakGuiXSD.Text = "FF"
  6153. TextButtonNumberOneInTheDakGuiXSD.BackgroundTransparency = 0
  6154. TextButtonNumberOneInTheDakGuiXSD.BackgroundColor = BrickColor.new("Really Black")
  6155. TextButtonNumberOneInTheDakGuiXSD.BorderColor = BrickColor.new("Black")
  6156. TextButtonNumberOneInTheDakGuiXSD.Style = "RobloxButton"
  6157. TextButtonNumberOneInTheDakGuiXSFL = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6158. TextButtonNumberOneInTheDakGuiXSFL.Position = UDim2.new(0,0,0,586)
  6159. TextButtonNumberOneInTheDakGuiXSFL.TextColor = BrickColor.new(255,255,255)
  6160. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6161. TextButtonNumberOneInTheDakGuiXSFL.FontSize = "Size11"
  6162. TextButtonNumberOneInTheDakGuiXSFL.Font = "ArialBold"
  6163. TextButtonNumberOneInTheDakGuiXSFL.Size = UDim2.new(0, 56, 0, 100)
  6164. TextButtonNumberOneInTheDakGuiXSFL.Text = "COM"
  6165. TextButtonNumberOneInTheDakGuiXSFL.BackgroundTransparency = 0
  6166. TextButtonNumberOneInTheDakGuiXSFL.BackgroundColor = BrickColor.new("Really Black")
  6167. TextButtonNumberOneInTheDakGuiXSFL.BorderColor = BrickColor.new("Black")
  6168. TextButtonNumberOneInTheDakGuiXSFL.Style = "RobloxButton"
  6169. TextButtonNumberOneInTheDakGuiXSF = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6170. TextButtonNumberOneInTheDakGuiXSF.Position = UDim2.new(0,136,0,386)
  6171. TextButtonNumberOneInTheDakGuiXSF.TextColor = BrickColor.new(255,255,255)
  6172. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6173. TextButtonNumberOneInTheDakGuiXSF.FontSize = "Size11"
  6174. TextButtonNumberOneInTheDakGuiXSF.Font = "ArialBold"
  6175. TextButtonNumberOneInTheDakGuiXSF.Size = UDim2.new(0, 56, 0, 100)
  6176. TextButtonNumberOneInTheDakGuiXSF.Text = "S3X"
  6177. TextButtonNumberOneInTheDakGuiXSF.BackgroundTransparency = 0
  6178. TextButtonNumberOneInTheDakGuiXSF.BackgroundColor = BrickColor.new("Really Black")
  6179. TextButtonNumberOneInTheDakGuiXSF.BorderColor = BrickColor.new("Black")
  6180. TextButtonNumberOneInTheDakGuiXSF.Style = "RobloxButton"
  6181. TextButtonNumberOneInTheDakGuiXS = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6182. TextButtonNumberOneInTheDakGuiXS.Position = UDim2.new(0,68,0,586)
  6183. TextButtonNumberOneInTheDakGuiXS.TextColor = BrickColor.new(255,255,255)
  6184. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6185. TextButtonNumberOneInTheDakGuiXS.FontSize = "Size11"
  6186. TextButtonNumberOneInTheDakGuiXS.Font = "ArialBold"
  6187. TextButtonNumberOneInTheDakGuiXS.Size = UDim2.new(0, 56, 0, 100)
  6188. TextButtonNumberOneInTheDakGuiXS.Text = "GOD HEALTH"
  6189. TextButtonNumberOneInTheDakGuiXS.BackgroundTransparency = 0
  6190. TextButtonNumberOneInTheDakGuiXS.BackgroundColor = BrickColor.new("Really Black")
  6191. TextButtonNumberOneInTheDakGuiXS.BorderColor = BrickColor.new("Black")
  6192. TextButtonNumberOneInTheDakGuiXS.Style = "RobloxButton"
  6193. TextButtonNumberOneInTheDakGuiX = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6194. TextButtonNumberOneInTheDakGuiX.Position = UDim2.new(0,0,0,256)
  6195. TextButtonNumberOneInTheDakGuiX.TextColor = BrickColor.new(255,255,255)
  6196. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  6197. TextButtonNumberOneInTheDakGuiX.FontSize = "Size11"
  6198. TextButtonNumberOneInTheDakGuiX.Font = "ArialBold"
  6199. TextButtonNumberOneInTheDakGuiX.Size = UDim2.new(0, 156, 0, 100)
  6200. TextButtonNumberOneInTheDakGuiX.Text = "DK PLR [BIGGA]"
  6201. TextButtonNumberOneInTheDakGuiX.BackgroundTransparency = 0
  6202. TextButtonNumberOneInTheDakGuiX.BackgroundColor = BrickColor.new("Really Black")
  6203. TextButtonNumberOneInTheDakGuiX.BorderColor = BrickColor.new("Black")
  6204. TextButtonNumberOneInTheDakGuiX.Style = "RobloxButton"
  6205. TextButtonNumberOneInTheDakGui = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  6206. TextButtonNumberOneInTheDakGui.Position = UDim2.new(0,0,0,0)
  6207. TextButtonNumberOneInTheDakGui.TextColor = BrickColor.new(255,255,255)
  6208. --sd.TextStrokeColor = bcn(8,8,8)
  6209. TextButtonNumberOneInTheDakGui.FontSize = "Size11"
  6210. TextButtonNumberOneInTheDakGui.Font = "ArialBold"
  6211. TextButtonNumberOneInTheDakGui.Size = UDim2.new(0, 156, 0, 100)
  6212. TextButtonNumberOneInTheDakGui.Text = "DK PLR"
  6213. TextButtonNumberOneInTheDakGui.BackgroundTransparency = 0
  6214. TextButtonNumberOneInTheDakGui.BackgroundColor = BrickColor.new("Really Black")
  6215. TextButtonNumberOneInTheDakGui.BorderColor = BrickColor.new("Black")
  6216. TextButtonNumberOneInTheDakGui.Style = "RobloxButton"
  6217. TextButtonNumberOneInTheDakGui.MouseButton1Up:connect(function()
  6218. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  6219. person=v.Name
  6220. color = "Pastel brown"
  6221. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  6222. D = Instance.new("Model",workspace[person])
  6223. D.Name = "Nice thing"
  6224. bg = Instance.new("BodyGyro",workspace[person].Torso)
  6225. d = Instance.new("Part")
  6226. d.TopSurface = 0
  6227. d.BottomSurface = 0
  6228. d.Name = "Main"
  6229. d.Parent = workspace[person]["Nice thing"]
  6230. d.formFactor = 3
  6231. d.Size = Vector3.new(0.6,2.5,0.6)
  6232. d.BrickColor = BrickColor.new(color)
  6233. d.Position = workspace[person].Head.Position
  6234. d.CanCollide = false
  6235. local cy = Instance.new("CylinderMesh")
  6236. cy.Parent = d
  6237. w = Instance.new("Weld")
  6238. w.Parent = workspace[person].Head
  6239. w.Part0 = d
  6240. w.Part1 = workspace[person].Head
  6241. w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0)
  6242. local c = Instance.new("Part")
  6243. c.Name = "Mush"
  6244. c.BottomSurface = 0
  6245. c.TopSurface = 0
  6246. c.FormFactor = 3
  6247. c.Size = Vector3.new(0.6,0.6,0.6)
  6248. c.CFrame = CFrame.new(d.Position)
  6249. c.BrickColor = BrickColor.new("Pink")
  6250. c.CanCollide = false
  6251. c.Parent = workspace[person]["Nice thing"]
  6252. local msm = Instance.new("SpecialMesh")
  6253. msm.Parent = c
  6254. msm.MeshType = "Sphere"
  6255. local cw = Instance.new("Weld")
  6256. cw.Parent = c
  6257. cw.Part0 = d
  6258. cw.Part1 = c
  6259. cw.C0 = CFrame.new(0,1.3,0)
  6260. local ball1 = Instance.new("Part")
  6261. ball1.Parent = workspace[person]["Nice thing"]
  6262. ball1.Name = "Left Ball"
  6263. ball1.BottomSurface = 0
  6264. ball1.TopSurface = 0
  6265. ball1.CanCollide = false
  6266. ball1.formFactor = 3
  6267. ball1.Size = Vector3.new(1,1,1)
  6268. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  6269. ball1.BrickColor = BrickColor.new(color)
  6270. local bsm = Instance.new("SpecialMesh")
  6271. bsm.Parent = ball1
  6272. bsm.MeshType = "Sphere"
  6273. local b1w = Instance.new("Weld")
  6274. b1w.Parent = ball1
  6275. b1w.Part0 = workspace[person]["Left Leg"]
  6276. b1w.Part1 = ball1
  6277. b1w.C0 = CFrame.new(0,0.5,-.5)
  6278. local ball2 = Instance.new("Part")
  6279. ball2.Parent = workspace[person]["Nice thing"]
  6280. ball2.Name = "Right Ball"
  6281. ball2.BottomSurface = 0
  6282. ball2.CanCollide = false
  6283. ball2.TopSurface = 0
  6284. ball2.formFactor = 3
  6285. ball2.Size = Vector3.new(1,1,1)
  6286. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  6287. ball2.BrickColor = BrickColor.new(color)
  6288. local b2sm = Instance.new("SpecialMesh")
  6289. b2sm.Parent = ball2
  6290. b2sm.MeshType = "Sphere"
  6291. local b2w = Instance.new("Weld")
  6292. b2w.Parent = ball2
  6293. b2w.Part0 = workspace[person]["Right Leg"]
  6294. b2w.Part1 = ball2
  6295. b2w.C0 = CFrame.new(0,0.5,-.5)
  6296. end)
  6297. DakGuiComBrick=function()
  6298. ComBrick=Instance.new("Part" ,game.Players.LocalPlayer.Character)
  6299. ComBrick.Name="ComBrickFromTheDakGuiByUkikarus"
  6300. ComBrick.BrickColor=BrickColor.new("White")
  6301. ComBrick.FormFactor="Custom"
  6302. ComBrick.Size=Vector3.new(0.4,0.4,0.4)
  6303. ComBrick.CFrame=CFrame.new(usr.Head.Position)
  6304. ComBrick.Transparency=0
  6305. end
  6306. DakGuiFkPlayer=function()
  6307. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  6308. n1 = usr.Name
  6309. n2 = v.Name
  6310.  
  6311.  
  6312.  
  6313. function fWeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  6314. local funcw = Instance.new("Weld")
  6315. funcw.Name = zName
  6316. funcw.Parent = zParent
  6317. funcw.Part0 = zPart0
  6318. funcw.Part1 = zPart1
  6319. if (zCoco == true) then
  6320. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  6321. else
  6322. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  6323. end
  6324. return funcw
  6325. end
  6326.  
  6327. t1 = workspace[n1].Torso
  6328. t2 = workspace[n2].Torso
  6329.  
  6330. t2.Parent.Humanoid.PlatformStand = true
  6331.  
  6332.  
  6333. t1["Left Shoulder"]:Remove()
  6334. ls1 = Instance.new("Weld")
  6335. ls1.Parent = t1
  6336. ls1.Part0 = t1
  6337. ls1.Part1 = t1.Parent["Left Arm"]
  6338. ls1.C0 = CFrame.new(-1.5,0,0)
  6339. ls1.Name = "Left Shoulder"
  6340.  
  6341. t1["Right Shoulder"]:Remove()
  6342. rs1 = Instance.new("Weld")
  6343. rs1.Parent = t1
  6344. rs1.Part0 = t1
  6345. rs1.Part1 = t1.Parent["Right Arm"]
  6346. rs1.C0 = CFrame.new(1.5,0,0)
  6347. rs1.Name = "Right Shoulder"
  6348. t1["Left Hip"]:Remove()
  6349. lh1 = Instance.new("Weld")
  6350. lh1.Parent = t1
  6351. lh1.Part0 = t1
  6352. lh1.Part1 = t1.Parent["Left Leg"]
  6353. lh1.C0 = CFrame.new(-0.5,-2,0)
  6354. lh1.Name = "Left Hip"
  6355.  
  6356. t1["Right Hip"]:Remove()
  6357. rh1 = Instance.new("Weld")
  6358. rh1.Parent = t1
  6359. rh1.Part0 = t1
  6360. rh1.Part1 = t1.Parent["Right Leg"]
  6361. rh1.C0 = CFrame.new(0.5,-2,0)
  6362. rh1.Name = "Right Hip"
  6363. ---------------------------------
  6364.  
  6365. t2["Left Shoulder"]:Remove()
  6366. ls2 = Instance.new("Weld")
  6367. ls2.Parent = t2
  6368. ls2.Part0 = t2
  6369. ls2.Part1 = t2.Parent["Left Arm"]
  6370. ls2.C0 = CFrame.new(-1.5,0,0)
  6371. ls2.Name = "Left Shoulder"
  6372.  
  6373. t2["Right Shoulder"]:Remove()
  6374. rs2 = Instance.new("Weld")
  6375. rs2.Parent = t2
  6376. rs2.Part0 = t2
  6377. rs2.Part1 = t2.Parent["Right Arm"]
  6378. rs2.C0 = CFrame.new(1.5,0,0)
  6379. rs2.Name = "Right Shoulder"
  6380.  
  6381. t2["Left Hip"]:Remove()
  6382. lh2 = Instance.new("Weld")
  6383. lh2.Parent = t2
  6384. lh2.Part0 = t2
  6385. lh2.Part1 = t2.Parent["Left Leg"]
  6386. lh2.C0 = CFrame.new(-0.5,-2,0)
  6387. lh2.Name = "Left Hip"
  6388.  
  6389. t2["Right Hip"]:Remove()
  6390. rh2 = Instance.new("Weld")
  6391. rh2.Parent = t2
  6392. rh2.Part0 = t2
  6393. rh2.Part1 = t2.Parent["Right Leg"]
  6394. rh2.C0 = CFrame.new(0.5,-2,0)
  6395. rh2.Name = "Right Hip"
  6396.  
  6397.  
  6398. local d = Instance.new("Part")
  6399. d.TopSurface = 0
  6400. d.BottomSurface = 0
  6401. d.CanCollide = false
  6402. d.BrickColor = BrickColor.new("Reddish brown")
  6403. d.Shape = "Ball"
  6404. d.Parent = t1
  6405. d.Size = Vector3.new(1,1,1)
  6406. local dm = Instance.new("SpecialMesh")
  6407. dm.MeshType = "Sphere"
  6408. dm.Parent = d
  6409. dm.Scale = Vector3.new(0.4,0.4,0.4)
  6410. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  6411. d2 = d:Clone()
  6412. d2.Parent = t1
  6413. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  6414. local c = Instance.new("Part")
  6415. c.TopSurface = 0
  6416. c.BottomSurface = 0
  6417. c.CanCollide = false
  6418. c.BrickColor = BrickColor.new("Reddish brown")
  6419. c.Parent = t1
  6420. c.formFactor = "Custom"
  6421. c.Size = Vector3.new(0.4,1.3,0.4)
  6422. cm = Instance.new("CylinderMesh")
  6423. cm.Parent = c
  6424. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  6425. c2 = d:Clone()
  6426. c2.BrickColor = BrickColor.new("Reddish brown")
  6427. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  6428. c2.Parent = t1
  6429. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  6430.  
  6431. local bl = Instance.new("Part")
  6432. bl.TopSurface = 0
  6433. bl.BottomSurface = 0
  6434. bl.CanCollide = false
  6435. bl.BrickColor = BrickColor.new("Reddish brown")
  6436. bl.Shape = "Ball"
  6437. bl.Parent = t2
  6438. bl.Size = Vector3.new(1,1,1)
  6439. local dm = Instance.new("SpecialMesh")
  6440. dm.MeshType = "Sphere"
  6441. dm.Parent = bl
  6442. dm.Scale = Vector3.new(1.2,1.2,1.2)
  6443. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  6444. local br = Instance.new("Part")
  6445. br.TopSurface = 0
  6446. br.BottomSurface = 0
  6447. br.CanCollide = false
  6448. br.BrickColor = BrickColor.new("Reddish brown")
  6449. br.Shape = "Ball"
  6450. br.Parent = t2
  6451. br.Size = Vector3.new(1,1,1)
  6452. local dm = Instance.new("SpecialMesh")
  6453. dm.MeshType = "Sphere"
  6454. dm.Parent = br
  6455. dm.Scale = Vector3.new(1.2,1.2,1.2)
  6456. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  6457. local bln = Instance.new("Part")
  6458. bln.TopSurface = 0
  6459. bln.BottomSurface = 0
  6460. bln.CanCollide = false
  6461. bln.Shape = "Ball"
  6462. bln.Parent = t2
  6463. bln.Size = Vector3.new(1,1,1)
  6464. local dm = Instance.new("SpecialMesh")
  6465. dm.MeshType = "Sphere"
  6466. dm.Parent = bln
  6467. dm.Scale = Vector3.new(0.2,0.2,0.2)
  6468. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  6469. local brn = Instance.new("Part")
  6470. brn.TopSurface = 0
  6471. brn.BottomSurface = 0
  6472. brn.CanCollide = false
  6473. brn.Shape = "Ball"
  6474. brn.Parent = t2
  6475. brn.Size = Vector3.new(1,1,1)
  6476. local dm = Instance.new("SpecialMesh")
  6477. dm.MeshType = "Sphere"
  6478. dm.Parent = brn
  6479. dm.Scale = Vector3.new(0.2,0.2,0.2)
  6480. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  6481.  
  6482.  
  6483. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  6484. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  6485.  
  6486. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  6487. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  6488.  
  6489. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  6490. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  6491.  
  6492. if t1:findFirstChild("weldx") ~= nil then t1.weldx:Remove() end
  6493. we = fWeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  6494.  
  6495. n = t2.Neck
  6496. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  6497.  
  6498. while true do
  6499. wait()
  6500. for i=1,6 do
  6501. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  6502. wait()
  6503. end
  6504. for i=1,6 do
  6505. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  6506. wait()
  6507. end
  6508.  
  6509.  
  6510. end
  6511. end
  6512. DakGuiFk=function()
  6513. usr.Character.Humanoid.MaxHealth=math.huge
  6514. end
  6515. DakGuiKickNEbola=function()
  6516. s=Instance.new("ForceField" ,game.Players.LocalPlayer.Character)
  6517. end
  6518. DakGuiKickPlay=function()
  6519. s=game.Players:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  6520. s:Destroy();
  6521. end
  6522. --YoZuMinGetSutotMazmi
  6523. DakGuiButt=function()
  6524. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  6525. person=v.Name
  6526. color = "Black"
  6527. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  6528. D = Instance.new("Model",workspace[person])
  6529. D.Name = "Nice thing"
  6530. bg = Instance.new("BodyGyro",workspace[person].Torso)
  6531. d = Instance.new("Part")
  6532. d.TopSurface = 0
  6533. d.BottomSurface = 0
  6534. d.Name = "Main"
  6535. d.Parent = workspace[person]["Nice thing"]
  6536. d.formFactor = 3
  6537. d.Size = Vector3.new(0.6,3.1,0.6)
  6538. d.BrickColor = BrickColor.new(color)
  6539. d.Position = workspace[person].Head.Position
  6540. d.CanCollide = false
  6541. local cy = Instance.new("CylinderMesh")
  6542. cy.Parent = d
  6543. w = Instance.new("Weld")
  6544. w.Parent = workspace[person].Head
  6545. w.Part0 = d
  6546. w.Part1 = workspace[person].Head
  6547. w.C0 = CFrame.new(0,0.30,2.1)*CFrame.Angles(math.rad(45),0,0)
  6548. local c = Instance.new("Part")
  6549. c.Name = "Mush"
  6550. c.BottomSurface = 0
  6551. c.TopSurface = 0
  6552. c.FormFactor = 3
  6553. c.Size = Vector3.new(0.6,0.6,0.6)
  6554. c.CFrame = CFrame.new(d.Position)
  6555. c.BrickColor = BrickColor.new("Pink")
  6556. c.CanCollide = false
  6557. c.Parent = workspace[person]["Nice thing"]
  6558. local msm = Instance.new("SpecialMesh")
  6559. msm.Parent = c
  6560. msm.MeshType = "Sphere"
  6561. local cw = Instance.new("Weld")
  6562. cw.Parent = c
  6563. cw.Part0 = d
  6564. cw.Part1 = c
  6565. cw.C0 = CFrame.new(0,1.3,0)
  6566. local ball1 = Instance.new("Part")
  6567. ball1.Parent = workspace[person]["Nice thing"]
  6568. ball1.Name = "Left Ball"
  6569. ball1.BottomSurface = 0
  6570. ball1.TopSurface = 0
  6571. ball1.CanCollide = false
  6572. ball1.formFactor = 3
  6573. ball1.Size = Vector3.new(1,1,1)
  6574. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  6575. ball1.BrickColor = BrickColor.new(color)
  6576. local bsm = Instance.new("SpecialMesh")
  6577. bsm.Parent = ball1
  6578. bsm.MeshType = "Sphere"
  6579. local b1w = Instance.new("Weld")
  6580. b1w.Parent = ball1
  6581. b1w.Part0 = workspace[person]["Left Leg"]
  6582. b1w.Part1 = ball1
  6583. b1w.C0 = CFrame.new(0,0.5,-.5)
  6584. local ball2 = Instance.new("Part")
  6585. ball2.Parent = workspace[person]["Nice thing"]
  6586. ball2.Name = "Right Ball"
  6587. ball2.BottomSurface = 0
  6588. ball2.CanCollide = false
  6589. ball2.TopSurface = 0
  6590. ball2.formFactor = 3
  6591. ball2.Size = Vector3.new(1,1,1)
  6592. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  6593. ball2.BrickColor = BrickColor.new(color)
  6594. local b2sm = Instance.new("SpecialMesh")
  6595. b2sm.Parent = ball2
  6596. b2sm.MeshType = "Sphere"
  6597. local b2w = Instance.new("Weld")
  6598. b2w.Parent = ball2
  6599. b2w.Part0 = workspace[person]["Right Leg"]
  6600. b2w.Part1 = ball2
  6601. b2w.C0 = CFrame.new(0,0.5,-.5)
  6602. end
  6603. TextButtonNumberOneInTheDakGuiXSFL.MouseButton1Up:connect(DakGuiComBrick);
  6604. TextButtonNumberOneInTheDakGuiXSDA.MouseButton1Up:connect(DakGuiKickPlay);
  6605. TextButtonNumberOneInTheDakGuiXSD.MouseButton1Up:connect(DakGuiKickNEbola);
  6606. TextButtonNumberOneInTheDakGuiXSF.MouseButton1Up:connect(DakGuiFkPlayer);
  6607. TextButtonNumberOneInTheDakGuiXS.MouseButton1Up:connect(DakGuiFk);
  6608. TextButtonNumberOneInTheDakGuiX.MouseButton1Up:connect(DakGuiButt);
  6609. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , "Loaded.", "Blue")
  6610.  
  6611. --mediafire gtfo password
  6612. end)
  6613.  
  6614. CoolGui2.Name = "CoolGui2"
  6615. CoolGui2.Parent = ScriptFrame
  6616. CoolGui2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  6617. CoolGui2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6618. CoolGui2.Position = UDim2.new(0, 475, 0, 132)
  6619. CoolGui2.Size = UDim2.new(0, 132, 0, 50)
  6620. CoolGui2.Font = Enum.Font.SourceSansBold
  6621. CoolGui2.FontSize = Enum.FontSize.Size14
  6622. CoolGui2.Text = "C00L GUI 2"
  6623. CoolGui2.TextColor3 = Color3.new(0.666667, 0, 0)
  6624. CoolGui2.TextScaled = true
  6625. CoolGui2.TextSize = 14
  6626. CoolGui2.TextWrapped = true
  6627. CoolGui2.MouseButton1Down:connect(function()
  6628. --Thanks for using my script :D--
  6629. Version = 4.35
  6630.  
  6631. s = Instance.new("Sky")
  6632. s.Name = "Sky"
  6633. s.Parent = game.Lighting
  6634.  
  6635. playername100 = game.Players.LocalPlayer.Name
  6636. yolo = Instance.new("StringValue")
  6637. yolo.Parent = game.Workspace
  6638. yolo.Name = "Owner"
  6639. yolo.Value = playername100
  6640.  
  6641. god = false
  6642. invisib = false
  6643.  
  6644. servertrollguiv1 = Instance.new("ScreenGui")
  6645. servertrollguiv1.Parent = game:GetService("CoreGui")
  6646. servertrollguiv1.Name = ("c00lGui V"..Version)
  6647.  
  6648. interface = Instance.new("Frame")
  6649. interface.Parent = servertrollguiv1
  6650. interface.Name = ("Interface")
  6651. interface.BackgroundTransparency = 1
  6652. interface.Visible = false
  6653.  
  6654. scripts = Instance.new("Frame")
  6655. scripts.Parent = interface
  6656. scripts.Name = ("Scripts")
  6657. scripts.BackgroundTransparency = 1
  6658. scripts.Visible = false
  6659.  
  6660. rsettings = Instance.new("Frame")
  6661. rsettings.Parent = interface
  6662. rsettings.Name = ("RSettings")
  6663. rsettings.BackgroundTransparency = 1
  6664. rsettings.Visible = false
  6665. rsettings.Position = UDim2.new(0,0,0,-63)
  6666.  
  6667. page1 = Instance.new("Frame")
  6668. page1.Parent = scripts
  6669. page1.Name = ("Page 1")
  6670. page1.BackgroundTransparency = 1
  6671. page1.Visible = true
  6672.  
  6673. page2 = Instance.new("Frame")
  6674. page2.Parent = scripts
  6675. page2.Name = ("Page 2")
  6676. page2.BackgroundTransparency = 1
  6677. page2.Visible = false
  6678.  
  6679. gears = Instance.new("Frame")
  6680. gears.Parent = interface
  6681. gears.Name = ("Gears")
  6682. gears.BackgroundTransparency = 1
  6683. gears.Visible = false
  6684.  
  6685. selfcmds = Instance.new("Frame")
  6686. selfcmds.Parent = interface
  6687. selfcmds.Name = ("Self Cmds")
  6688. selfcmds.BackgroundTransparency = 1
  6689. selfcmds.Visible = false
  6690.  
  6691. credits = Instance.new("Frame")
  6692. credits.Parent = interface
  6693. credits.Name = ("Credits")
  6694. credits.BackgroundTransparency = 1
  6695. credits.Visible = false
  6696. credits.Position = UDim2.new(0,270,0,0)
  6697.  
  6698. ulog = Instance.new("Frame")
  6699. ulog.Parent = interface
  6700. ulog.Name = ("Update Log")
  6701. ulog.BackgroundTransparency = 1
  6702. ulog.Visible = false
  6703. ulog.Position = UDim2.new(0,270,0,0)
  6704.  
  6705. showgui = Instance.new("TextButton")
  6706. showgui.Parent = servertrollguiv1
  6707. showgui.Position = UDim2.new(0, 0, 0, 652)
  6708. showgui.Size = UDim2.new(0, 100, 0, 20)
  6709. showgui.Name = ("Show Gui")
  6710. showgui.Text = ("Show Gui")
  6711. showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6712. showgui.Font = ("SourceSans")
  6713. showgui.FontSize = ("Size14")
  6714. showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6715.  
  6716. function showguiClick()
  6717. if interface.Visible == false then
  6718. showgui.Text = ("Hide Gui")
  6719. interface.Visible = true else
  6720. showgui.Text = ("Show Gui")
  6721. interface.Visible = false
  6722. end
  6723. end
  6724.  
  6725. showgui.MouseButton1Down:connect(showguiClick)
  6726.  
  6727. showcredits = Instance.new("TextButton")
  6728. showcredits.Parent = interface
  6729. showcredits.Position = UDim2.new(0, 202, 0, 610)
  6730. showcredits.Size = UDim2.new(0, 100, 0, 20)
  6731. showcredits.Name = ("Credits")
  6732. showcredits.Text = ("Credits")
  6733. showcredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6734. showcredits.Font = ("SourceSans")
  6735. showcredits.FontSize = ("Size14")
  6736. showcredits.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6737.  
  6738. function showcreditsClick()
  6739. if credits.Visible == false then
  6740. credits.Visible = true
  6741. end
  6742. end
  6743.  
  6744. showcredits.MouseButton1Down:connect(showcreditsClick)
  6745.  
  6746. closecredits = Instance.new("TextButton")
  6747. closecredits.Parent = credits
  6748. closecredits.Name = ("Close")
  6749. closecredits.Text = ("Close")
  6750. closecredits.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  6751. closecredits.BackgroundTransparency = 0.5
  6752. closecredits.BorderSizePixel = 0
  6753. closecredits.Position = UDim2.new(0, 350, 0, 560)
  6754. closecredits.Size = UDim2.new(0, 250, 0, 20)
  6755. closecredits.ZIndex = 2
  6756. closecredits.Font = ("SourceSans")
  6757. closecredits.FontSize = ("Size14")
  6758. closecredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6759.  
  6760. function onClose()
  6761. if credits.Visible == true then
  6762. credits.Visible = false
  6763. end
  6764. end
  6765.  
  6766. closecredits.MouseButton1Down:connect(onClose)
  6767.  
  6768. content = Instance.new("TextLabel")
  6769. content.Parent = credits
  6770. content.Name = ("Content")
  6771. content.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  6772. content.BackgroundTransparency = 0.5
  6773. content.Position = UDim2.new(0, 350, 0, 180)
  6774. content.Size = UDim2.new(0, 250, 0, 400)
  6775. content.Font = ("SourceSans")
  6776. content.FontSize = ("Size14")
  6777. content.Text = ([[
  6778.  
  6779.  
  6780.  
  6781.  
  6782. colin - Anti-Robloxian
  6783. InternalRecursion - Atlas Sword
  6784. colin - 5tr0b3
  6785. Animus - Silent Executor
  6786. sinkinq - Decal Spam
  6787. colin - Disco
  6788. Woodcrafter - Suicide Vest
  6789. colin - Wrecking Ball]])
  6790. content.TextYAlignment = ("Top")
  6791.  
  6792. header = Instance.new("TextLabel")
  6793. header.Parent = credits
  6794. header.Name = ("Header")
  6795. header.BackgroundTransparency = 1
  6796. header.Position = UDim2.new(0, 355, 0, 180)
  6797. header.Size = UDim2.new(0, 240, 0, 60)
  6798. header.Font = ("SourceSans")
  6799. header.FontSize = ("Size48")
  6800. header.Text = ("Credits")
  6801. header.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  6802.  
  6803. showulog = Instance.new("TextButton")
  6804. showulog.Parent = interface
  6805. showulog.Position = UDim2.new(0, 202, 0, 631)
  6806. showulog.Size = UDim2.new(0, 100, 0, 20)
  6807. showulog.Name = ("Update Log")
  6808. showulog.Text = ("Update Log")
  6809. showulog.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6810. showulog.Font = ("SourceSans")
  6811. showulog.FontSize = ("Size14")
  6812. showulog.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6813.  
  6814. function showulogClick()
  6815. if ulog.Visible == false then
  6816. ulog.Visible =true
  6817. end
  6818. end
  6819.  
  6820. showulog.MouseButton1Down:connect(showulogClick)
  6821.  
  6822. closeulog = Instance.new("TextButton")
  6823. closeulog.Parent = ulog
  6824. closeulog.Name = ("Close")
  6825. closeulog.Text = ("Close")
  6826. closeulog.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  6827. closeulog.BackgroundTransparency = 0.5
  6828. closeulog.BorderSizePixel = 0
  6829. closeulog.Position = UDim2.new(0, 603, 0, 560)
  6830. closeulog.Size = UDim2.new(0, 250, 0, 20)
  6831. closeulog.ZIndex = 2
  6832. closeulog.Font = ("SourceSans")
  6833. closeulog.FontSize = ("Size14")
  6834. closeulog.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6835.  
  6836. function onClose1()
  6837. if ulog.Visible == true then
  6838. ulog.Visible = false
  6839. end
  6840. end
  6841.  
  6842. closeulog.MouseButton1Down:connect(onClose1)
  6843.  
  6844. content1 = Instance.new("TextLabel")
  6845. content1.Parent = ulog
  6846. content1.Name = ("Content")
  6847. content1.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  6848. content1.BackgroundTransparency = 0.5
  6849. content1.Position = UDim2.new(0, 603, 0, 180)
  6850. content1.Size = UDim2.new(0, 250, 0, 400)
  6851. content1.Font = ("SourceSans")
  6852. content1.FontSize = ("Size14")
  6853. content1.Text = ([[
  6854.  
  6855.  
  6856.  
  6857.  
  6858. -Changed layout
  6859. -Removed lag gui
  6860. -Removed kick gui
  6861. -Removed kill gui
  6862. -Removed kill all
  6863. -Removed kick all
  6864. -Removed girl scripts]])
  6865. content1.TextYAlignment = ("Top")
  6866.  
  6867. header1 = Instance.new("TextLabel")
  6868. header1.Parent = ulog
  6869. header1.Name = ("Header")
  6870. header1.BackgroundTransparency = 1
  6871. header1.Position = UDim2.new(0, 608, 0, 180)
  6872. header1.Size = UDim2.new(0, 240, 0, 60)
  6873. header1.Font = ("SourceSans")
  6874. header1.FontSize = ("Size48")
  6875. header1.Text = ("Version: "..Version)
  6876. header1.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  6877.  
  6878. skyboxidbox = Instance.new("TextBox")
  6879. skyboxidbox.Parent = rsettings
  6880. skyboxidbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6881. skyboxidbox.Position = UDim2.new(0, 101, 0, 358)
  6882. skyboxidbox.Size = UDim2.new(0, 100, 0, 20)
  6883. skyboxidbox.Font = ("SourceSans")
  6884. skyboxidbox.FontSize = ("Size14")
  6885. skyboxidbox.Text = ("142285971")
  6886. skyboxidbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6887.  
  6888. skyboxidlabel = Instance.new("TextLabel")
  6889. skyboxidlabel.Parent = rsettings
  6890. skyboxidlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6891. skyboxidlabel.Position = UDim2.new(0, 0, 0, 358)
  6892. skyboxidlabel.Size = UDim2.new(0, 100, 0, 20)
  6893. skyboxidlabel.Font = ("SourceSans")
  6894. skyboxidlabel.FontSize = ("Size14")
  6895. skyboxidlabel.Text = ("Skybox/Decal ID:")
  6896. skyboxidlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6897.  
  6898. settingsbutton = Instance.new("TextButton")
  6899. settingsbutton.Parent = interface
  6900. settingsbutton.Position = UDim2.new(0, 101, 0, 631)
  6901. settingsbutton.Size = UDim2.new(0, 100, 0, 20)
  6902. settingsbutton.Name = ("Settings Button")
  6903. settingsbutton.Text = ("Open Self Cmds")
  6904. settingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6905. settingsbutton.Font = ("SourceSans")
  6906. settingsbutton.FontSize = ("Size14")
  6907. settingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6908.  
  6909. function settingsbuttonClick()
  6910. if selfcmds.Visible == false then
  6911. settingsbutton.Text = ("Close Self Cmds")
  6912. selfcmds.Visible = true else
  6913. settingsbutton.Text = ("Open Self Cmds")
  6914. selfcmds.Visible = false
  6915. end
  6916. end
  6917.  
  6918. settingsbutton.MouseButton1Down:connect(settingsbuttonClick)
  6919.  
  6920. scriptsbutton = Instance.new("TextButton")
  6921. scriptsbutton.Parent = interface
  6922. scriptsbutton.Position = UDim2.new(0, 0, 0, 631)
  6923. scriptsbutton.Size = UDim2.new(0, 100, 0, 20)
  6924. scriptsbutton.Name = ("Scripts Button")
  6925. scriptsbutton.Text = ("Open Scripts")
  6926. scriptsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6927. scriptsbutton.Font = ("SourceSans")
  6928. scriptsbutton.FontSize = ("Size14")
  6929. scriptsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6930.  
  6931. function scriptsbuttonClick()
  6932. if scripts.Visible == false then
  6933. scriptsbutton.Text = ("Close Scripts")
  6934. scripts.Visible = true else
  6935. scriptsbutton.Text = ("Open Scripts")
  6936. scripts.Visible = false
  6937. end
  6938. end
  6939.  
  6940. scriptsbutton.MouseButton1Down:connect(scriptsbuttonClick)
  6941.  
  6942. gearsbutton = Instance.new("TextButton")
  6943. gearsbutton.Parent = interface
  6944. gearsbutton.Position = UDim2.new(0, 101, 0, 610)
  6945. gearsbutton.Size = UDim2.new(0, 100, 0, 20)
  6946. gearsbutton.Name = ("gears Button")
  6947. gearsbutton.Text = ("Open Gears")
  6948. gearsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6949. gearsbutton.Font = ("SourceSans")
  6950. gearsbutton.FontSize = ("Size14")
  6951. gearsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6952.  
  6953. function gearsbuttonClick()
  6954. if gears.Visible == false then
  6955. gearsbutton.Text = ("Close Gears")
  6956. gears.Visible = true else
  6957. gearsbutton.Text = ("Open Gears")
  6958. gears.Visible = false
  6959. end
  6960. end
  6961.  
  6962. gearsbutton.MouseButton1Down:connect(gearsbuttonClick)
  6963.  
  6964. rsettingsbutton = Instance.new("TextButton")
  6965. rsettingsbutton.Parent = interface
  6966. rsettingsbutton.Position = UDim2.new(0, 0, 0, 610)
  6967. rsettingsbutton.Size = UDim2.new(0, 100, 0, 20)
  6968. rsettingsbutton.Name = ("rsettings Button")
  6969. rsettingsbutton.Text = ("Open Settings")
  6970. rsettingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6971. rsettingsbutton.Font = ("SourceSans")
  6972. rsettingsbutton.FontSize = ("Size14")
  6973. rsettingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6974.  
  6975. function rsettingsbuttonClick()
  6976. if rsettings.Visible == false then
  6977. rsettingsbutton.Text = ("Close Settings")
  6978. rsettings.Visible = true else
  6979. rsettingsbutton.Text = ("Open Settings")
  6980. rsettings.Visible = false
  6981. end
  6982. end
  6983.  
  6984. rsettingsbutton.MouseButton1Down:connect(rsettingsbuttonClick)
  6985.  
  6986. leftarrow = Instance.new("TextButton")
  6987. leftarrow.Parent = scripts
  6988. leftarrow.Position = UDim2.new(0, 0, 0, 589)
  6989. leftarrow.Size = UDim2.new(0, 100, 0, 20)
  6990. leftarrow.Name = ("<")
  6991. leftarrow.Text = ("<")
  6992. leftarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  6993. leftarrow.Font = ("SourceSans")
  6994. leftarrow.FontSize = ("Size14")
  6995. leftarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  6996.  
  6997. function leftarrowClick()
  6998. if page1.Visible == true then
  6999. page1.Visible = false
  7000. page2.Visible = true else
  7001. if page2.Visible == true then
  7002. page2.Visible = false
  7003. page1.Visible = true
  7004. end
  7005. end
  7006. end
  7007.  
  7008. leftarrow.MouseButton1Down:connect(leftarrowClick)
  7009.  
  7010. rightarrow = Instance.new("TextButton")
  7011. rightarrow.Parent = scripts
  7012. rightarrow.Position = UDim2.new(0, 101, 0, 589)
  7013. rightarrow.Size = UDim2.new(0, 100, 0, 20)
  7014. rightarrow.Name = (">")
  7015. rightarrow.Text = (">")
  7016. rightarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7017. rightarrow.Font = ("SourceSans")
  7018. rightarrow.FontSize = ("Size14")
  7019. rightarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7020.  
  7021. function rightarrowClick()
  7022. if page1.Visible == true then
  7023. page1.Visible = false
  7024. page2.Visible = true else
  7025. if page2.Visible == true then
  7026. page2.Visible = false
  7027. page1.Visible = true
  7028. end
  7029. end
  7030. end
  7031.  
  7032. rightarrow.MouseButton1Down:connect(rightarrowClick)
  7033.  
  7034. godtoggle = Instance.new("TextButton")
  7035. godtoggle.Parent = selfcmds
  7036. godtoggle.Position = UDim2.new(0, 202, 0, 358)
  7037. godtoggle.Size = UDim2.new(0, 100, 0, 20)
  7038. godtoggle.Name = ("God Toggle")
  7039. godtoggle.Text = ("God Mode: Off")
  7040. godtoggle.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7041. godtoggle.Font = ("SourceSans")
  7042. godtoggle.FontSize = ("Size14")
  7043. godtoggle.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  7044.  
  7045. function godtoggleClick()
  7046. if god == false then
  7047. game.Workspace[playername100].Humanoid.MaxHealth = math.huge
  7048. game.Workspace[playername100].Humanoid.Health = math.huge
  7049. god = true
  7050. godtoggle.Text = ("God Mode: On")
  7051. else
  7052. game.Workspace[playername100].Humanoid.MaxHealth = 100
  7053. game.Workspace[playername100].Humanoid.Health = 100
  7054. god = false
  7055. godtoggle.Text = ("God Mode: Off")
  7056. end
  7057. end
  7058.  
  7059. godtoggle.MouseButton1Down:connect(godtoggleClick)
  7060.  
  7061. giveairstrike = Instance.new("TextButton")
  7062. giveairstrike.Parent = gears
  7063. giveairstrike.Position = UDim2.new(0, 202, 0, 337)
  7064. giveairstrike.Size = UDim2.new(0, 100, 0, 20)
  7065. giveairstrike.Name = ("Airstrike")
  7066. giveairstrike.Text = ("Airstrike")
  7067. giveairstrike.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7068. giveairstrike.Font = ("SourceSans")
  7069. giveairstrike.FontSize = ("Size14")
  7070. giveairstrike.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  7071.  
  7072. function giveairstrikeClick()
  7073. x = game:GetService("InsertService"):LoadAsset(88885539) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7074. end
  7075.  
  7076. giveairstrike.MouseButton1Down:connect(giveairstrikeClick)
  7077.  
  7078. givesword = Instance.new("TextButton")
  7079. givesword.Parent = gears
  7080. givesword.Position = UDim2.new(0, 101, 0, 337)
  7081. givesword.Size = UDim2.new(0, 100, 0, 20)
  7082. givesword.Name = ("Sword")
  7083. givesword.Text = ("Sword")
  7084. givesword.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7085. givesword.Font = ("SourceSans")
  7086. givesword.FontSize = ("Size14")
  7087. givesword.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  7088.  
  7089. function giveswordClick()
  7090. x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7091. end
  7092.  
  7093. givesword.MouseButton1Down:connect(giveswordClick)
  7094.  
  7095. givegravitycoil = Instance.new("TextButton")
  7096. givegravitycoil.Parent = gears
  7097. givegravitycoil.Position = UDim2.new(0, 0, 0, 337)
  7098. givegravitycoil.Size = UDim2.new(0, 100, 0, 20)
  7099. givegravitycoil.Name = ("Give Gravity Coil")
  7100. givegravitycoil.Text = ("Give Gravity Coil")
  7101. givegravitycoil.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7102. givegravitycoil.Font = ("SourceSans")
  7103. givegravitycoil.FontSize = ("Size14")
  7104. givegravitycoil.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  7105.  
  7106. function givegravitycoilClick()
  7107. x = game:GetService("InsertService"):LoadAsset(16688968) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7108. end
  7109.  
  7110. givegravitycoil.MouseButton1Down:connect(givegravitycoilClick)
  7111.  
  7112. heal = Instance.new("TextButton")
  7113. heal.Parent = selfcmds
  7114. heal.Position = UDim2.new(0, 101, 0, 358)
  7115. heal.Size = UDim2.new(0, 100, 0, 20)
  7116. heal.Name = ("Heal")
  7117. heal.Text = ("Heal")
  7118. heal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7119. heal.Font = ("SourceSans")
  7120. heal.FontSize = ("Size14")
  7121. heal.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  7122.  
  7123. function healClick()
  7124. h = game.Workspace[playername100].Humanoid.MaxHealth
  7125. game.Workspace[playername100].Humanoid.Health = h
  7126. end
  7127.  
  7128. heal.MouseButton1Down:connect(healClick)
  7129.  
  7130. givestampertools = Instance.new("TextButton")
  7131. givestampertools.Parent = gears
  7132. givestampertools.Position = UDim2.new(0, 0, 0, 316)
  7133. givestampertools.Size = UDim2.new(0, 100, 0, 20)
  7134. givestampertools.Name = ("Give Stamper Tools")
  7135. givestampertools.Text = ("Give Stamper Tools")
  7136. givestampertools.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7137. givestampertools.Font = ("SourceSans")
  7138. givestampertools.FontSize = ("Size14")
  7139. givestampertools.BackgroundColor3 = Color3.new(255/255, 85/255, 0/255)
  7140.  
  7141. function givestampertoolsClick()
  7142. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7143. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7144. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7145. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7146. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7147. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  7148. end
  7149.  
  7150. givestampertools.MouseButton1Down:connect(givestampertoolsClick)
  7151.  
  7152. walkspeedlabel = Instance.new("TextLabel")
  7153. walkspeedlabel.Parent = rsettings
  7154. walkspeedlabel.Position = UDim2.new(0, 0, 0, 169)
  7155. walkspeedlabel.Size = UDim2.new(0, 100, 0, 20)
  7156. walkspeedlabel.Name = ("Walkspeed Label")
  7157. walkspeedlabel.Text = ("Walkspeed:")
  7158. walkspeedlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7159. walkspeedlabel.Font = ("SourceSans")
  7160. walkspeedlabel.FontSize = ("Size14")
  7161. walkspeedlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7162.  
  7163. walkspeedbox = Instance.new("TextBox")
  7164. walkspeedbox.Parent = rsettings
  7165. walkspeedbox.Position = UDim2.new(0, 101, 0, 169)
  7166. walkspeedbox.Size = UDim2.new(0, 100, 0, 20)
  7167. walkspeedbox.Name = ("Walkspeed Box")
  7168. walkspeedbox.Text = ("50")
  7169. walkspeedbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7170. walkspeedbox.Font = ("SourceSans")
  7171. walkspeedbox.FontSize = ("Size14")
  7172. walkspeedbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7173.  
  7174. namelabel = Instance.new("TextLabel")
  7175. namelabel.Parent = rsettings
  7176. namelabel.Position = UDim2.new(0, 0, 0, 190)
  7177. namelabel.Size = UDim2.new(0, 100, 0, 20)
  7178. namelabel.Name = ("Name Label")
  7179. namelabel.Text = ("Change Name:")
  7180. namelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7181. namelabel.Font = ("SourceSans")
  7182. namelabel.FontSize = ("Size14")
  7183. namelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7184.  
  7185. namebox = Instance.new("TextBox")
  7186. namebox.Parent = rsettings
  7187. namebox.Position = UDim2.new(0, 101, 0, 190)
  7188. namebox.Size = UDim2.new(0, 100, 0, 20)
  7189. namebox.Name = ("Name Box")
  7190. namebox.Text = ("God")
  7191. namebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7192. namebox.Font = ("SourceSans")
  7193. namebox.FontSize = ("Size14")
  7194. namebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7195.  
  7196. arstudslabel = Instance.new("TextLabel")
  7197. arstudslabel.Parent = rsettings
  7198. arstudslabel.Position = UDim2.new(0, 0, 0, 337)
  7199. arstudslabel.Size = UDim2.new(0, 100, 0, 20)
  7200. arstudslabel.Name = ("Name Label")
  7201. arstudslabel.Text = ("A-R Studs:")
  7202. arstudslabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7203. arstudslabel.Font = ("SourceSans")
  7204. arstudslabel.FontSize = ("Size14")
  7205. arstudslabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7206.  
  7207. arstudsbox = Instance.new("TextBox")
  7208. arstudsbox.Parent = rsettings
  7209. arstudsbox.Position = UDim2.new(0, 101, 0, 337)
  7210. arstudsbox.Size = UDim2.new(0, 100, 0, 20)
  7211. arstudsbox.Name = ("A-R Studs Box")
  7212. arstudsbox.Text = ("13")
  7213. arstudsbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7214. arstudsbox.Font = ("SourceSans")
  7215. arstudsbox.FontSize = ("Size14")
  7216. arstudsbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7217.  
  7218. arstudsval = Instance.new("NumberValue")
  7219. arstudsval.Parent = script
  7220. arstudsval.Value = arstudsbox.Text
  7221.  
  7222. hatlabel = Instance.new("TextLabel")
  7223. hatlabel.Parent = rsettings
  7224. hatlabel.Position = UDim2.new(0, 0, 0, 211)
  7225. hatlabel.Size = UDim2.new(0, 100, 0, 20)
  7226. hatlabel.Name = ("Hat Label")
  7227. hatlabel.Text = ("Hat ID:")
  7228. hatlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7229. hatlabel.Font = ("SourceSans")
  7230. hatlabel.FontSize = ("Size14")
  7231. hatlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7232.  
  7233. hatbox = Instance.new("TextBox")
  7234. hatbox.Parent = rsettings
  7235. hatbox.Position = UDim2.new(0, 101, 0, 211)
  7236. hatbox.Size = UDim2.new(0, 100, 0, 20)
  7237. hatbox.Name = ("Hat Box")
  7238. hatbox.Text = ("31101391")
  7239. hatbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7240. hatbox.Font = ("SourceSans")
  7241. hatbox.FontSize = ("Size14")
  7242. hatbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7243.  
  7244. gearlabel = Instance.new("TextLabel")
  7245. gearlabel.Parent = rsettings
  7246. gearlabel.Position = UDim2.new(0, 0, 0, 232)
  7247. gearlabel.Size = UDim2.new(0, 100, 0, 20)
  7248. gearlabel.Name = ("Gear Label")
  7249. gearlabel.Text = ("Gear ID:")
  7250. gearlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7251. gearlabel.Font = ("SourceSans")
  7252. gearlabel.FontSize = ("Size14")
  7253. gearlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7254.  
  7255. gearbox = Instance.new("TextBox")
  7256. gearbox.Parent = rsettings
  7257. gearbox.Position = UDim2.new(0, 101, 0, 232)
  7258. gearbox.Size = UDim2.new(0, 100, 0, 20)
  7259. gearbox.Name = ("Gear Box")
  7260. gearbox.Text = ("16895215")
  7261. gearbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7262. gearbox.Font = ("SourceSans")
  7263. gearbox.FontSize = ("Size14")
  7264. gearbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7265.  
  7266. forcetplabel = Instance.new("TextLabel")
  7267. forcetplabel.Parent = rsettings
  7268. forcetplabel.Position = UDim2.new(0, 0, 0, 316)
  7269. forcetplabel.Size = UDim2.new(0, 100, 0, 20)
  7270. forcetplabel.Name = ("Force Teleport Label")
  7271. forcetplabel.Text = ("Force TP ID:")
  7272. forcetplabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7273. forcetplabel.Font = ("SourceSans")
  7274. forcetplabel.FontSize = ("Size14")
  7275. forcetplabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7276.  
  7277. forcetpbox = Instance.new("TextBox")
  7278. forcetpbox.Parent = rsettings
  7279. forcetpbox.Position = UDim2.new(0, 101, 0, 316)
  7280. forcetpbox.Size = UDim2.new(0, 100, 0, 20)
  7281. forcetpbox.Name = ("Force Teleport Box")
  7282. forcetpbox.Text = ("134323087")
  7283. forcetpbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7284. forcetpbox.Font = ("SourceSans")
  7285. forcetpbox.FontSize = ("Size14")
  7286. forcetpbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  7287.  
  7288. invisi = Instance.new("TextButton")
  7289. invisi.Parent = selfcmds
  7290. invisi.Position = UDim2.new(0, 0, 0, 358)
  7291. invisi.Size = UDim2.new(0, 100, 0, 20)
  7292. invisi.Name = ("Invisible")
  7293. invisi.Text = ("Invisible: Off")
  7294. invisi.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7295. invisi.Font = ("SourceSans")
  7296. invisi.FontSize = ("Size14")
  7297. invisi.BackgroundColor3 = Color3.new(0/255, 170/255, 255/255)
  7298.  
  7299. function invisiClick()
  7300. playername100 = game.Players.LocalPlayer.Name
  7301. if invisib == false then
  7302. game.Workspace[playername100].Head.Transparency = 1
  7303. game.Workspace[playername100].Head.face.Transparency = 1
  7304. game.Workspace[playername100].Torso.Transparency = 1
  7305. game.Workspace[playername100]["Right Arm"].Transparency = 1
  7306. game.Workspace[playername100]["Left Arm"].Transparency = 1
  7307. game.Workspace[playername100]["Right Leg"].Transparency = 1
  7308. game.Workspace[playername100]["Left Leg"].Transparency = 1
  7309. invisi.Text = ("Invisible: On")
  7310. invisib = true else
  7311. game.Workspace[playername100].Head.Transparency = 0
  7312. game.Workspace[playername100].Head.face.Transparency = 0
  7313. game.Workspace[playername100].Torso.Transparency = 0
  7314. game.Workspace[playername100]["Right Arm"].Transparency = 0
  7315. game.Workspace[playername100]["Left Arm"].Transparency = 0
  7316. game.Workspace[playername100]["Right Leg"].Transparency = 0
  7317. game.Workspace[playername100]["Left Leg"].Transparency = 0
  7318. invisi.Text = ("Invisible: Off")
  7319. invisib = false
  7320. end
  7321. end
  7322.  
  7323. invisi.MouseButton1Down:connect(invisiClick)
  7324.  
  7325. setskybox = Instance.new("TextButton")
  7326. setskybox.Parent = page1
  7327. setskybox.Name = ("Set Skybox")
  7328. setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7329. setskybox.Position = UDim2.new(0, 0, 0, 568)
  7330. setskybox.Size = UDim2.new(0, 100, 0, 20)
  7331. setskybox.Text = ("Set Skybox")
  7332. setskybox.Font = ("SourceSans")
  7333. setskybox.FontSize = ("Size14")
  7334. setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7335.  
  7336. function setskyboxClick()
  7337. skyboxID = (skyboxidbox.Text)
  7338. s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID
  7339. s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID
  7340. s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID
  7341. s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID
  7342. s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID
  7343. s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID
  7344. game.Lighting.TimeOfDay = 12
  7345. end
  7346.  
  7347. setskybox.MouseButton1Down:connect(setskyboxClick)
  7348.  
  7349. clearterrain = Instance.new("TextButton")
  7350. clearterrain.Parent = page1
  7351. clearterrain.Name = ("Clear Terrain")
  7352. clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7353. clearterrain.Position = UDim2.new(0, 0, 0, 547)
  7354. clearterrain.Size = UDim2.new(0, 100, 0, 20)
  7355. clearterrain.Text = ("Clear Terrain")
  7356. clearterrain.Font = ("SourceSans")
  7357. clearterrain.FontSize = ("Size14")
  7358. clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7359.  
  7360. function clearterrainClick()
  7361. game.Workspace.Terrain:Clear()
  7362. end
  7363.  
  7364. clearterrain.MouseButton1Down:connect(clearterrainClick)
  7365.  
  7366. unanchorall = Instance.new("TextButton")
  7367. unanchorall.Parent = page1
  7368. unanchorall.Name = ("Unanchor All")
  7369. unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7370. unanchorall.Position = UDim2.new(0, 0, 0, 526)
  7371. unanchorall.Size = UDim2.new(0, 100, 0, 20)
  7372. unanchorall.Text = ("Unanchor All")
  7373. unanchorall.Font = ("SourceSans")
  7374. unanchorall.FontSize = ("Size14")
  7375. unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7376.  
  7377. function unanchorallClick()
  7378. function exPro(root)
  7379. for _, v in pairs(root:GetChildren()) do
  7380. if v:IsA("BasePart") then
  7381. v.Material = "Plastic"
  7382. v.Transparency = 0
  7383. v.Anchored = false
  7384. v.Locked = false
  7385. end
  7386. exPro(v)
  7387. end
  7388. end
  7389. function asdf(root)
  7390. for _, v in pairs(root:GetChildren()) do
  7391. asdf(v)
  7392. end
  7393. end
  7394. exPro(game.Workspace)
  7395. asdf(game.Workspace)
  7396. end
  7397.  
  7398. unanchorall.MouseButton1Down:connect(unanchorallClick)
  7399.  
  7400. createbaseplate = Instance.new("TextButton")
  7401. createbaseplate.Parent = page1
  7402. createbaseplate.Name = ("Create Baseplate")
  7403. createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7404. createbaseplate.Position = UDim2.new(0, 0, 0, 505)
  7405. createbaseplate.Size = UDim2.new(0, 100, 0, 20)
  7406. createbaseplate.Text = ("Create Baseplate")
  7407. createbaseplate.Font = ("SourceSans")
  7408. createbaseplate.FontSize = ("Size14")
  7409. createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7410.  
  7411. function createbaseplateClick()
  7412. local pt = Instance.new("Part")
  7413. pt.BrickColor = BrickColor.new("Silver")
  7414. pt.Anchored = true
  7415. pt.CanCollide = true
  7416. pt.BottomSurface = "Weld"
  7417. pt.Parent = workspace
  7418. pt.Name = (math.random(1,1000000))
  7419. pt.Size = Vector3.new(1000, 1, 1000)
  7420. end
  7421.  
  7422. createbaseplate.MouseButton1Down:connect(createbaseplateClick)
  7423.  
  7424. removeadmin = Instance.new("TextButton")
  7425. removeadmin.Parent = page1
  7426. removeadmin.Name = ("Remove Admin")
  7427. removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7428. removeadmin.Position = UDim2.new(0, 0, 0, 442)
  7429. removeadmin.Size = UDim2.new(0, 100, 0, 20)
  7430. removeadmin.Text = ("Remove Admin")
  7431. removeadmin.Font = ("SourceSans")
  7432. removeadmin.FontSize = ("Size14")
  7433. removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7434.  
  7435. function removeadminClick()
  7436. game.Workspace["Kohl's Admin Commands V2"]:Destroy()
  7437. end
  7438.  
  7439. removeadmin.MouseButton1Down:connect(removeadminClick)
  7440.  
  7441. apoctroll = Instance.new("TextButton")
  7442. apoctroll.Parent = page1
  7443. apoctroll.Name = ("Apoc Troll")
  7444. apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7445. apoctroll.Position = UDim2.new(0, 0, 0, 421)
  7446. apoctroll.Size = UDim2.new(0, 100, 0, 20)
  7447. apoctroll.Text = ("Apoc Troll")
  7448. apoctroll.Font = ("SourceSans")
  7449. apoctroll.FontSize = ("Size14")
  7450. apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7451.  
  7452. function apoctrollClick()
  7453. ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  7454. wait()
  7455. for i,v in pairs(game.Players:GetChildren()) do
  7456. if v.Name == game.Players.LocalPlayer.Name then
  7457. else
  7458. v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50))
  7459. v.Character:BreakJoints()
  7460. end
  7461. end
  7462. end
  7463.  
  7464. apoctroll.MouseButton1Down:connect(apoctrollClick)
  7465.  
  7466. brickspam = Instance.new("TextButton")
  7467. brickspam.Parent = page1
  7468. brickspam.Name = ("Brick Spam")
  7469. brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7470. brickspam.Position = UDim2.new(0, 0, 0, 400)
  7471. brickspam.Size = UDim2.new(0, 100, 0, 20)
  7472. brickspam.Text = ("Brick Spam")
  7473. brickspam.Font = ("SourceSans")
  7474. brickspam.FontSize = ("Size14")
  7475. brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7476.  
  7477. function brickspamClick()
  7478. local brick = Instance.new("Part")
  7479. while true do
  7480. local b = brick:clone()
  7481. b.Parent = game.Workspace
  7482. if game.Workspace[playername100] ~= nil then
  7483. local mainpos = game.Workspace[playername100].Head.Position
  7484. b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
  7485. wait()
  7486. end
  7487. end
  7488. end
  7489.  
  7490. brickspam.MouseButton1Down:connect(brickspamClick)
  7491.  
  7492. knife = Instance.new("TextButton")
  7493. knife.Parent = page1
  7494. knife.Name = ("Knife")
  7495. knife.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7496. knife.Position = UDim2.new(0, 101, 0, 568)
  7497. knife.Size = UDim2.new(0, 100, 0, 20)
  7498. knife.Text = ("Knife")
  7499. knife.Font = ("SourceSans")
  7500. knife.FontSize = ("Size14")
  7501. knife.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7502.  
  7503. function knifeClick()
  7504. game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack
  7505. end
  7506.  
  7507. knife.MouseButton1Down:connect(knifeClick)
  7508.  
  7509. setwalkspeed = Instance.new("TextButton")
  7510. setwalkspeed.Parent = page1
  7511. setwalkspeed.Name = ("Set Walkspeed")
  7512. setwalkspeed.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7513. setwalkspeed.Position = UDim2.new(0, 202, 0, 568)
  7514. setwalkspeed.Size = UDim2.new(0, 100, 0, 20)
  7515. setwalkspeed.Text = ("Set Walkspeed")
  7516. setwalkspeed.Font = ("SourceSans")
  7517. setwalkspeed.FontSize = ("Size14")
  7518. setwalkspeed.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7519.  
  7520. function setwalkspeedClick()
  7521. walkspeed = walkspeedbox.Text
  7522. game.Workspace[playername100].Humanoid.WalkSpeed = walkspeed
  7523. end
  7524.  
  7525. setwalkspeed.MouseButton1Down:connect(setwalkspeedClick)
  7526.  
  7527. remsoadmin = Instance.new("TextButton")
  7528. remsoadmin.Parent = page1
  7529. remsoadmin.Name = ("Remso Admin")
  7530. remsoadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7531. remsoadmin.Position = UDim2.new(0, 101, 0, 547)
  7532. remsoadmin.Size = UDim2.new(0, 100, 0, 20)
  7533. remsoadmin.Text = ("Remso Admin")
  7534. remsoadmin.Font = ("SourceSans")
  7535. remsoadmin.FontSize = ("Size14")
  7536. remsoadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7537.  
  7538. function remsoadminClick()
  7539. str_srce = "143944387" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  7540. end
  7541.  
  7542. remsoadmin.MouseButton1Down:connect(remsoadminClick)
  7543.  
  7544. antirobloxian = Instance.new("TextButton")
  7545. antirobloxian.Parent = page1
  7546. antirobloxian.Name = ("Anti-Robloxian")
  7547. antirobloxian.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7548. antirobloxian.Position = UDim2.new(0, 101, 0, 442)
  7549. antirobloxian.Size = UDim2.new(0, 100, 0, 20)
  7550. antirobloxian.Text = ("Anti-Robloxian")
  7551. antirobloxian.Font = ("SourceSans")
  7552. antirobloxian.FontSize = ("Size14")
  7553. antirobloxian.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7554.  
  7555. function antirobloxianClick()
  7556. arstudsval.Value = arstudsbox.Text
  7557. local Player = game.Players.LocalPlayer
  7558. while true do
  7559. dist = arstudsval.Value
  7560. local distance = dist
  7561. if Player then
  7562. c = game.Players:GetChildren()
  7563. for i = 1, #c do
  7564. if c[i].Name ~= Player.Name then
  7565. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  7566. c[i].Character:BreakJoints()
  7567. c2 = c[i].Character:GetChildren()
  7568. for i2 =1, #c2 do
  7569. if c2[i2]:IsA("BasePart") then
  7570. Instance.new("Fire", c2[i2])
  7571. end end end end end end wait() end
  7572. end
  7573.  
  7574. antirobloxian.MouseButton1Down:connect(antirobloxianClick)
  7575.  
  7576. headshake = Instance.new("TextButton")
  7577. headshake.Parent = page1
  7578. headshake.Name = ("Head Shake")
  7579. headshake.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7580. headshake.Position = UDim2.new(0, 101, 0, 421)
  7581. headshake.Size = UDim2.new(0, 100, 0, 20)
  7582. headshake.Text = ("Head Shake")
  7583. headshake.Font = ("SourceSans")
  7584. headshake.FontSize = ("Size14")
  7585. headshake.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7586.  
  7587. function headshakeClick()
  7588. for X = 1, math.huge, 0.2 do
  7589. wait()
  7590. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(math.sin(X) / 2,1.5,0)
  7591. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  7592. end
  7593.  
  7594.  
  7595. for X = 1, math.huge, 0.1 do
  7596. wait()
  7597. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  7598. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  7599. end
  7600.  
  7601.  
  7602.  
  7603.  
  7604. for _,c in pairs(game.Players:GetChildren()) do
  7605. c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
  7606. end
  7607.  
  7608.  
  7609.  
  7610. for _,c in pairs(game.Players:GetChildren()) do
  7611. c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  7612. end
  7613. end
  7614.  
  7615. headshake.MouseButton1Down:connect(headshakeClick)
  7616.  
  7617. xadmin = Instance.new("TextButton")
  7618. xadmin.Parent = page1
  7619. xadmin.Name = ("X Admin")
  7620. xadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7621. xadmin.Position = UDim2.new(0, 101, 0, 400)
  7622. xadmin.Size = UDim2.new(0, 100, 0, 20)
  7623. xadmin.Text = ("X Admin")
  7624. xadmin.Font = ("SourceSans")
  7625. xadmin.FontSize = ("Size14")
  7626. xadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7627.  
  7628. function xadminClick()
  7629. game:GetObjects("rbxassetid://149943200")[1].Parent=game.Players.LocalPlayer.Backpack
  7630. end
  7631.  
  7632. xadmin.MouseButton1Down:connect(xadminClick)
  7633.  
  7634. kool = Instance.new("TextButton")
  7635. kool.Parent = page1
  7636. kool.Name = ("Dominus Ghost")
  7637. kool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7638. kool.Position = UDim2.new(0, 101, 0, 526)
  7639. kool.Size = UDim2.new(0, 100, 0, 20)
  7640. kool.Text = ("Dominus Ghost")
  7641. kool.Font = ("SourceSans")
  7642. kool.FontSize = ("Size14")
  7643. kool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7644.  
  7645. function koolClick()
  7646. function nob(who,tra,hat)
  7647. memememe=who.Character
  7648. pcall(function()u=memememe["Body Colors"]
  7649. u.HeadColor=BrickColor.new("Black")
  7650. u.LeftLegColor=BrickColor.new("Black")
  7651. u.RightLegolor=BrickColor.new("Black")
  7652. u.LeftArmColor=BrickColor.new("Black")
  7653. u.TorsoColor=BrickColor.new("Black")
  7654. u.RightArmColor=BrickColor.new("Black")
  7655. end)
  7656. pcall(function()memememe.Shirt:Destroy() memememe.Pants:Destroy() end)
  7657. for i,v in pairs(memememe:GetChildren()) do
  7658. if v:IsA("BasePart") then
  7659. v.Transparency=tra
  7660. if v.Name=="HumanoidRootPart" or v.Name=="Head" then
  7661. v.Transparency=1
  7662. end
  7663. wait()
  7664. v.BrickColor=BrickColor.new("Black")
  7665. elseif v:IsA("Hat") then
  7666. v:Destroy()
  7667. end
  7668. end
  7669. xx=game:service("InsertService"):LoadAsset(hat)
  7670. xy=game:service("InsertService"):LoadAsset(47433)["LinkedSword"]
  7671. xy.Parent=who.Backpack
  7672. for a,hat in pairs(xx:children()) do
  7673. hat.Parent=memememe
  7674. end
  7675. xx:Destroy()
  7676. h=who.Character.Humanoid
  7677. h.MaxHealth=50000
  7678. wait(1.5)
  7679. h.Health=50000
  7680. h.WalkSpeed=32
  7681. end
  7682. nob(game.Players.LocalPlayer,0.6,21070012)
  7683. end
  7684.  
  7685. kool.MouseButton1Down:connect(koolClick)
  7686.  
  7687. changename = Instance.new("TextButton")
  7688. changename.Parent = page1
  7689. changename.Name = ("Change Name")
  7690. changename.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7691. changename.Position = UDim2.new(0, 101, 0, 505)
  7692. changename.Size = UDim2.new(0, 100, 0, 20)
  7693. changename.Text = ("Change Name")
  7694. changename.Font = ("SourceSans")
  7695. changename.FontSize = ("Size14")
  7696. changename.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7697.  
  7698. firsttime = true
  7699.  
  7700. function changenameClick()
  7701. name = namebox.Text
  7702. if firsttime == true then
  7703. 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
  7704. firsttime = false else
  7705. local model = game.Workspace[modelname] model.Name = name modelname = model.Name
  7706. end
  7707. end
  7708.  
  7709. changename.MouseButton1Down:connect(changenameClick)
  7710.  
  7711. orb = Instance.new("TextButton")
  7712. orb.Parent = page1
  7713. orb.Name = ("Orb")
  7714. orb.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7715. orb.Position = UDim2.new(0, 202, 0, 484)
  7716. orb.Size = UDim2.new(0, 100, 0, 20)
  7717. orb.Text = ("Orb")
  7718. orb.Font = ("SourceSans")
  7719. orb.FontSize = ("Size14")
  7720. orb.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7721.  
  7722. function orbClick()
  7723. game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack
  7724. end
  7725.  
  7726. orb.MouseButton1Down:connect(orbClick)
  7727.  
  7728. lightsaber = Instance.new("TextButton")
  7729. lightsaber.Parent = page1
  7730. lightsaber.Name = ("Lightsaber")
  7731. lightsaber.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7732. lightsaber.Position = UDim2.new(0, 202, 0, 463)
  7733. lightsaber.Size = UDim2.new(0, 100, 0, 20)
  7734. lightsaber.Text = ("Lightsaber")
  7735. lightsaber.Font = ("SourceSans")
  7736. lightsaber.FontSize = ("Size14")
  7737. lightsaber.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7738.  
  7739. function lightsaberClick()
  7740. game:GetObjects("rbxassetid://137264892")[1].Parent=game.Players.LocalPlayer.Backpack
  7741. end
  7742.  
  7743. lightsaber.MouseButton1Down:connect(lightsaberClick)
  7744.  
  7745. masterhand = Instance.new("TextButton")
  7746. masterhand.Parent = page1
  7747. masterhand.Name = ("Master Hand")
  7748. masterhand.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7749. masterhand.Position = UDim2.new(0, 101, 0, 379)
  7750. masterhand.Size = UDim2.new(0, 100, 0, 20)
  7751. masterhand.Text = ("Master Hand")
  7752. masterhand.Font = ("SourceSans")
  7753. masterhand.FontSize = ("Size14")
  7754. masterhand.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7755.  
  7756. function masterhandClick()
  7757. game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack
  7758. end
  7759.  
  7760. masterhand.MouseButton1Down:connect(masterhandClick)
  7761.  
  7762. strobe = Instance.new("TextButton")
  7763. strobe.Parent = page1
  7764. strobe.Name = ("5tr0b3")
  7765. strobe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7766. strobe.Position = UDim2.new(0, 202, 0, 442)
  7767. strobe.Size = UDim2.new(0, 100, 0, 20)
  7768. strobe.Text = ("5tr0b3")
  7769. strobe.Font = ("SourceSans")
  7770. strobe.FontSize = ("Size14")
  7771. strobe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7772.  
  7773. function strobeClick()
  7774. game:GetObjects("rbxassetid://149946328")[1].Parent=game.Players.LocalPlayer.Backpack
  7775. end
  7776.  
  7777. strobe.MouseButton1Down:connect(strobeClick)
  7778.  
  7779. atlas = Instance.new("TextButton")
  7780. atlas.Parent = page1
  7781. atlas.Name = ("Atlas Sword")
  7782. atlas.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7783. atlas.Position = UDim2.new(0, 202, 0, 421)
  7784. atlas.Size = UDim2.new(0, 100, 0, 20)
  7785. atlas.Text = ("Atlas Sword")
  7786. atlas.Font = ("SourceSans")
  7787. atlas.FontSize = ("Size14")
  7788. atlas.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7789.  
  7790. function atlasClick()
  7791. game:GetObjects("rbxassetid://149945362")[1].Parent=game.Players.LocalPlayer.Backpack
  7792. end
  7793.  
  7794. atlas.MouseButton1Down:connect(atlasClick)
  7795.  
  7796. cba = Instance.new("TextButton")
  7797. cba.Parent = page1
  7798. cba.Name = ("CBA Admin")
  7799. cba.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7800. cba.Position = UDim2.new(0, 202, 0, 400)
  7801. cba.Size = UDim2.new(0, 100, 0, 20)
  7802. cba.Text = ("CBA Admin")
  7803. cba.Font = ("SourceSans")
  7804. cba.FontSize = ("Size14")
  7805. cba.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7806.  
  7807. function cbaClick()
  7808. game:GetObjects("rbxassetid://149944881")[1].Parent=game.Players.LocalPlayer.Backpack
  7809. end
  7810.  
  7811. cba.MouseButton1Down:connect(cbaClick)
  7812.  
  7813. d33k = Instance.new("TextButton")
  7814. d33k.Parent = page1
  7815. d33k.Name = ("d33k Admin")
  7816. d33k.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7817. d33k.Position = UDim2.new(0, 202, 0, 379)
  7818. d33k.Size = UDim2.new(0, 100, 0, 20)
  7819. d33k.Text = ("d33k Admin")
  7820. d33k.Font = ("SourceSans")
  7821. d33k.FontSize = ("Size14")
  7822. d33k.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7823.  
  7824. function d33kClick()
  7825. game:GetObjects("rbxassetid://149944494")[1].Parent=game.Players.LocalPlayer.Backpack
  7826. end
  7827.  
  7828. d33k.MouseButton1Down:connect(d33kClick)
  7829.  
  7830. eyelaser = Instance.new("TextButton")
  7831. eyelaser.Parent = page2
  7832. eyelaser.Name = ("Eyelaser")
  7833. eyelaser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7834. eyelaser.Position = UDim2.new(0, 0, 0, 379)
  7835. eyelaser.Size = UDim2.new(0, 100, 0, 20)
  7836. eyelaser.Text = ("Eyelaser")
  7837. eyelaser.Font = ("SourceSans")
  7838. eyelaser.FontSize = ("Size14")
  7839. eyelaser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7840.  
  7841. function eyelaserClick()
  7842. game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack
  7843. end
  7844.  
  7845. eyelaser.MouseButton1Down:connect(eyelaserClick)
  7846.  
  7847. fencing = Instance.new("TextButton")
  7848. fencing.Parent = page2
  7849. fencing.Name = ("Fencing Restore")
  7850. fencing.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7851. fencing.Position = UDim2.new(0, 0, 0, 400)
  7852. fencing.Size = UDim2.new(0, 100, 0, 20)
  7853. fencing.Text = ("Fencing Restore")
  7854. fencing.Font = ("SourceSans")
  7855. fencing.FontSize = ("Size14")
  7856. fencing.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7857.  
  7858. function fencingClick()
  7859. str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  7860. end
  7861.  
  7862. fencing.MouseButton1Down:connect(fencingClick)
  7863.  
  7864. infinity = Instance.new("TextButton")
  7865. infinity.Parent = page2
  7866. infinity.Name = ("broken")
  7867. infinity.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7868. infinity.Position = UDim2.new(0, 0, 0, 421)
  7869. infinity.Size = UDim2.new(0, 100, 0, 20)
  7870. infinity.Text = ("broken")
  7871. infinity.Font = ("SourceSans")
  7872. infinity.FontSize = ("Size14")
  7873. infinity.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7874.  
  7875. function infinityClick()
  7876.  
  7877. end
  7878.  
  7879. infinity.MouseButton1Down:connect(infinityClick)
  7880.  
  7881. kohls = Instance.new("TextButton")
  7882. kohls.Parent = page2
  7883. kohls.Name = ("Kohl's Admin")
  7884. kohls.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7885. kohls.Position = UDim2.new(0, 0, 0, 442)
  7886. kohls.Size = UDim2.new(0, 100, 0, 20)
  7887. kohls.Text = ("Kohl's Admin")
  7888. kohls.Font = ("SourceSans")
  7889. kohls.FontSize = ("Size14")
  7890. kohls.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7891.  
  7892. function kohlsClick()
  7893. game:GetObjects("rbxassetid://157676089")[1].Parent=game.Workspace
  7894. end
  7895.  
  7896. kohls.MouseButton1Down:connect(kohlsClick)
  7897.  
  7898. staff = Instance.new("TextButton")
  7899. staff.Parent = page2
  7900. staff.Name = ("Staff")
  7901. staff.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7902. staff.Position = UDim2.new(0, 0, 0, 463)
  7903. staff.Size = UDim2.new(0, 100, 0, 20)
  7904. staff.Text = ("Staff")
  7905. staff.Font = ("SourceSans")
  7906. staff.FontSize = ("Size14")
  7907. staff.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7908.  
  7909. function staffClick()
  7910. game:GetObjects("rbxassetid://149941868")[1].Parent=game.Players.LocalPlayer.Backpack
  7911. end
  7912.  
  7913. staff.MouseButton1Down:connect(staffClick)
  7914.  
  7915. wings = Instance.new("TextButton")
  7916. wings.Parent = page2
  7917. wings.Name = ("Wings")
  7918. wings.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7919. wings.Position = UDim2.new(0, 0, 0, 484)
  7920. wings.Size = UDim2.new(0, 100, 0, 20)
  7921. wings.Text = ("Wings")
  7922. wings.Font = ("SourceSans")
  7923. wings.FontSize = ("Size14")
  7924. wings.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7925.  
  7926. function wingsClick()
  7927. game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack
  7928. end
  7929.  
  7930. wings.MouseButton1Down:connect(wingsClick)
  7931.  
  7932. silent = Instance.new("TextButton")
  7933. silent.Parent = page2
  7934. silent.Name = ("Silent Executor")
  7935. silent.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7936. silent.Position = UDim2.new(0, 0, 0, 505)
  7937. silent.Size = UDim2.new(0, 100, 0, 20)
  7938. silent.Text = ("Silent Executor")
  7939. silent.Font = ("SourceSans")
  7940. silent.FontSize = ("Size14")
  7941. silent.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7942.  
  7943. function silentClick()
  7944. loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)()
  7945. end
  7946.  
  7947. silent.MouseButton1Down:connect(silentClick)
  7948.  
  7949. laser = Instance.new("TextButton")
  7950. laser.Parent = page2
  7951. laser.Name = ("Laser Rifle")
  7952. laser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7953. laser.Position = UDim2.new(0, 0, 0, 526)
  7954. laser.Size = UDim2.new(0, 100, 0, 20)
  7955. laser.Text = ("Laser Rifle")
  7956. laser.Font = ("SourceSans")
  7957. laser.FontSize = ("Size14")
  7958. laser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7959.  
  7960. function laserClick()
  7961. game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack
  7962. end
  7963.  
  7964. laser.MouseButton1Down:connect(laserClick)
  7965.  
  7966. insert = Instance.new("TextButton")
  7967. insert.Parent = page2
  7968. insert.Name = ("Insert Tool")
  7969. insert.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7970. insert.Position = UDim2.new(0, 0, 0, 547)
  7971. insert.Size = UDim2.new(0, 100, 0, 20)
  7972. insert.Text = ("Insert Tool")
  7973. insert.Font = ("SourceSans")
  7974. insert.FontSize = ("Size14")
  7975. insert.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7976.  
  7977. function insertClick()
  7978. game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack
  7979. end
  7980.  
  7981. insert.MouseButton1Down:connect(insertClick)
  7982.  
  7983. techno = Instance.new("TextButton")
  7984. techno.Parent = page2
  7985. techno.Name = ("Techno Gauntlet")
  7986. techno.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  7987. techno.Position = UDim2.new(0, 0, 0, 568)
  7988. techno.Size = UDim2.new(0, 100, 0, 20)
  7989. techno.Text = ("Techno Gauntlet")
  7990. techno.Font = ("SourceSans")
  7991. techno.FontSize = ("Size14")
  7992. techno.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  7993.  
  7994. function technoClick()
  7995. game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack
  7996. end
  7997.  
  7998. techno.MouseButton1Down:connect(technoClick)
  7999.  
  8000. spider = Instance.new("TextButton")
  8001. spider.Parent = page2
  8002. spider.Name = ("Spider")
  8003. spider.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8004. spider.Position = UDim2.new(0, 101, 0, 379)
  8005. spider.Size = UDim2.new(0, 100, 0, 20)
  8006. spider.Text = ("Spider")
  8007. spider.Font = ("SourceSans")
  8008. spider.FontSize = ("Size14")
  8009. spider.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8010.  
  8011. function spiderClick()
  8012. game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack
  8013. end
  8014.  
  8015. spider.MouseButton1Down:connect(spiderClick)
  8016.  
  8017. decal = Instance.new("TextButton")
  8018. decal.Parent = page2
  8019. decal.Name = ("Decal Spam")
  8020. decal.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8021. decal.Position = UDim2.new(0, 101, 0, 400)
  8022. decal.Size = UDim2.new(0, 100, 0, 20)
  8023. decal.Text = ("Decal Spam")
  8024. decal.Font = ("SourceSans")
  8025. decal.FontSize = ("Size14")
  8026. decal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8027.  
  8028. function decalClick()
  8029. decalID = skyboxidbox.Text
  8030. function exPro(root)
  8031. for _, v in pairs(root:GetChildren()) do
  8032. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  8033. v.Parent = nil
  8034. elseif v:IsA("BasePart") then
  8035. v.Material = "Plastic"
  8036. v.Transparency = 0
  8037. local One = Instance.new("Decal", v)
  8038. local Two = Instance.new("Decal", v)
  8039. local Three = Instance.new("Decal", v)
  8040. local Four = Instance.new("Decal", v)
  8041. local Five = Instance.new("Decal", v)
  8042. local Six = Instance.new("Decal", v)
  8043. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  8044. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  8045. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  8046. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  8047. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  8048. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  8049. One.Face = "Front"
  8050. Two.Face = "Back"
  8051. Three.Face = "Right"
  8052. Four.Face = "Left"
  8053. Five.Face = "Top"
  8054. Six.Face = "Bottom"
  8055. end
  8056. exPro(v)
  8057. end
  8058. end
  8059. function asdf(root)
  8060. for _, v in pairs(root:GetChildren()) do
  8061. asdf(v)
  8062. end
  8063. end
  8064. exPro(game.Workspace)
  8065. asdf(game.Workspace)
  8066. end
  8067.  
  8068. decal.MouseButton1Down:connect(decalClick)
  8069.  
  8070. forcetele = Instance.new("TextButton")
  8071. forcetele.Parent = page2
  8072. forcetele.Name = ("Force Teleport")
  8073. forcetele.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8074. forcetele.Position = UDim2.new(0, 101, 0, 421)
  8075. forcetele.Size = UDim2.new(0, 100, 0, 20)
  8076. forcetele.Text = ("Force Teleport")
  8077. forcetele.Font = ("SourceSans")
  8078. forcetele.FontSize = ("Size14")
  8079. forcetele.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8080.  
  8081. function forceteleClick()
  8082. placeID = forcetpbox.Text
  8083. hax = [[for i,v in pairs(game.Players:GetChildren()) do
  8084. game:GetService'TeleportService':Teleport(]]..placeID..[[,v.Character)
  8085. end
  8086. ]]
  8087. local x = Workspace["Kohl's Admin Commands V2"].ScriptBase
  8088. x.Code.Value = hax
  8089. wait()
  8090. x.Disabled = false
  8091. end
  8092.  
  8093. forcetele.MouseButton1Down:connect(forceteleClick)
  8094.  
  8095. disco = Instance.new("TextButton")
  8096. disco.Parent = page2
  8097. disco.Name = ("Disco")
  8098. disco.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8099. disco.Position = UDim2.new(0, 101, 0, 442)
  8100. disco.Size = UDim2.new(0, 100, 0, 20)
  8101. disco.Text = ("Disco")
  8102. disco.Font = ("SourceSans")
  8103. disco.FontSize = ("Size14")
  8104. disco.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8105.  
  8106. function discoClick()
  8107. while wait() do
  8108. for _, v in pairs(Workspace:GetChildren()) do
  8109. if v:IsA("BasePart") then
  8110. v.BrickColor = BrickColor.Random()
  8111. end
  8112. end
  8113. 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)
  8114. end
  8115. end
  8116.  
  8117. disco.MouseButton1Down:connect(discoClick)
  8118.  
  8119. rekinball = Instance.new("TextButton")
  8120. rekinball.Parent = page2
  8121. rekinball.Name = ("Wrecking Ball")
  8122. rekinball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8123. rekinball.Position = UDim2.new(0, 101, 0, 463)
  8124. rekinball.Size = UDim2.new(0, 100, 0, 20)
  8125. rekinball.Text = ("Wrecking Ball")
  8126. rekinball.Font = ("SourceSans")
  8127. rekinball.FontSize = ("Size14")
  8128. rekinball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8129.  
  8130. function rekinballClick()
  8131. loadstring(game:GetObjects("rbxassetid://141303287")[1].Source)()
  8132. end
  8133.  
  8134. rekinball.MouseButton1Down:connect(rekinballClick)
  8135.  
  8136. nilizer = Instance.new("TextButton")
  8137. nilizer.Parent = page2
  8138. nilizer.Name = ("Nilizer")
  8139. nilizer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8140. nilizer.Position = UDim2.new(0, 101, 0, 484)
  8141. nilizer.Size = UDim2.new(0, 100, 0, 20)
  8142. nilizer.Text = ("Nilizer")
  8143. nilizer.Font = ("SourceSans")
  8144. nilizer.FontSize = ("Size14")
  8145. nilizer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8146.  
  8147. function nilizerClick()
  8148. game:GetObjects("rbxassetid://142125914")[1].Parent=game.Players.LocalPlayer.Backpack
  8149. end
  8150.  
  8151. nilizer.MouseButton1Down:connect(nilizerClick)
  8152.  
  8153. laggui = Instance.new("TextButton")
  8154. laggui.Parent = page2
  8155. laggui.Name = ("Lag Gui")
  8156. laggui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8157. laggui.Position = UDim2.new(0, 101, 0, 505)
  8158. laggui.Size = UDim2.new(0, 100, 0, 20)
  8159. laggui.Text = ("Lag Gui")
  8160. laggui.Font = ("SourceSans")
  8161. laggui.FontSize = ("Size14")
  8162. laggui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8163.  
  8164. function lagguiClick()
  8165. whoownit = game.Players.LocalPlayer
  8166. gui = Instance.new("ScreenGui")
  8167. gui.Parent = whoownit.PlayerGui
  8168. gui.Name = "Lag"
  8169.  
  8170. pos = 135
  8171. pos2 = 10
  8172. pos3 = 0
  8173.  
  8174. enabled = false
  8175.  
  8176. button = Instance.new("TextButton")
  8177. button.Parent = gui
  8178. button.Size = UDim2.new(0, 100, 0, 30)
  8179. button.Position = UDim2.new(0, 8, 0, pos)
  8180. button.Text = "Lag"
  8181. button.MouseButton1Click:connect(function()
  8182. if enabled == false then
  8183. enabled = true
  8184. local a = game.Players:GetChildren()
  8185. red = 0
  8186. green = 0.5
  8187. blue = 0
  8188. for i=1, #a do
  8189. wait()
  8190. pos2 = pos2 + 23
  8191. if pos2 >= 450 then
  8192. pos3 = pos3 + 103
  8193. pos2 = 33
  8194. end
  8195. if green <= 0.9 then
  8196. green = green + 0.46
  8197. elseif green >= 0.9 then
  8198. green = green - 0.46
  8199. end
  8200. local bu = Instance.new("TextButton")
  8201. bu.Parent = button
  8202. bu.Size = UDim2.new(0, 100, 0, 20)
  8203. bu.Position = UDim2.new(0, pos3, 0, pos2)
  8204. bu.Text = a[i].Name
  8205. bu.BackgroundTransparency = 1
  8206. bu.TextTransparency = 1
  8207. bu.BackgroundColor3 = Color3.new(red,green,blue)
  8208. coroutine.resume(coroutine.create(function()
  8209. for i=1, 3 do
  8210. wait()
  8211. bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34
  8212. bu.TextTransparency = bu.BackgroundTransparency
  8213. end
  8214. end))
  8215. bu.MouseButton1Down:connect(function()
  8216. local play = game.Players:findFirstChild(bu.Text)
  8217. if play ~= nil then
  8218. for i=1,3600 do
  8219. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  8220. end
  8221. wait()
  8222. for i=1,3600 do
  8223. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  8224. end
  8225. wait()
  8226. for i=1,3600 do
  8227. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  8228. end
  8229. wait()
  8230. for i=1,13000 do
  8231. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  8232. end
  8233. wait()
  8234. for i=1,3600 do
  8235. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  8236. end
  8237. bu.Text = "Lagged!"
  8238. end
  8239. end)
  8240. end
  8241. elseif enabled == true then
  8242. enabled = false
  8243. pos2 = 10
  8244. pos3 = 0
  8245. local o = button:GetChildren()
  8246. for i=1, #o do
  8247. wait()
  8248. o[i]:remove()
  8249. end
  8250. end
  8251. end)
  8252. end
  8253.  
  8254. laggui.MouseButton1Down:connect(lagguiClick)
  8255.  
  8256. clearws = Instance.new("TextButton")
  8257. clearws.Parent = page2
  8258. clearws.Name = ("Clear Workspace")
  8259. clearws.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8260. clearws.Position = UDim2.new(0, 101, 0, 526)
  8261. clearws.Size = UDim2.new(0, 100, 0, 20)
  8262. clearws.Text = ("Clear Workspace")
  8263. clearws.Font = ("SourceSans")
  8264. clearws.FontSize = ("Size14")
  8265. clearws.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8266.  
  8267. function clearwsClick()
  8268. game.Workspace:ClearAllChildren()
  8269. end
  8270.  
  8271. clearws.MouseButton1Down:connect(clearwsClick)
  8272.  
  8273. drawtool = Instance.new("TextButton")
  8274. drawtool.Parent = page2
  8275. drawtool.Name = ("Draw Tool")
  8276. drawtool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8277. drawtool.Position = UDim2.new(0, 101, 0, 547)
  8278. drawtool.Size = UDim2.new(0, 100, 0, 20)
  8279. drawtool.Text = ("Draw Tool")
  8280. drawtool.Font = ("SourceSans")
  8281. drawtool.FontSize = ("Size14")
  8282. drawtool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8283.  
  8284. function drawtoolClick()
  8285. loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)()
  8286. end
  8287.  
  8288. drawtool.MouseButton1Down:connect(drawtoolClick)
  8289.  
  8290. explorer = Instance.new("TextButton")
  8291. explorer.Parent = page2
  8292. explorer.Name = ("Explorer")
  8293. explorer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8294. explorer.Position = UDim2.new(0, 101, 0, 568)
  8295. explorer.Size = UDim2.new(0, 100, 0, 20)
  8296. explorer.Text = ("Explorer")
  8297. explorer.Font = ("SourceSans")
  8298. explorer.FontSize = ("Size14")
  8299. explorer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8300.  
  8301. function explorerClick()
  8302. loadstring(Game:GetObjects("rbxassetid://111532299")[1].Source)()
  8303. end
  8304.  
  8305. explorer.MouseButton1Down:connect(explorerClick)
  8306.  
  8307. svest = Instance.new("TextButton")
  8308. svest.Parent = page1
  8309. svest.Name = ("Suicide Vest")
  8310. svest.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8311. svest.Position = UDim2.new(0, 202, 0, 505)
  8312. svest.Size = UDim2.new(0, 100, 0, 20)
  8313. svest.Text = ("Suicide Vest")
  8314. svest.Font = ("SourceSans")
  8315. svest.FontSize = ("Size14")
  8316. svest.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8317.  
  8318. function svestClick()
  8319. loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)()
  8320. end
  8321.  
  8322. svest.MouseButton1Down:connect(svestClick)
  8323.  
  8324. songplay = Instance.new("TextButton")
  8325. songplay.Parent = page1
  8326. songplay.Name = ("Song Player")
  8327. songplay.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8328. songplay.Position = UDim2.new(0, 101, 0, 484)
  8329. songplay.Size = UDim2.new(0, 100, 0, 20)
  8330. songplay.Text = ("Song Player")
  8331. songplay.Font = ("SourceSans")
  8332. songplay.FontSize = ("Size14")
  8333. songplay.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8334.  
  8335. function songplayClick()
  8336. str_srce = "142919613" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  8337. end
  8338.  
  8339. songplay.MouseButton1Down:connect(songplayClick)
  8340.  
  8341. camball = Instance.new("TextButton")
  8342. camball.Parent = page1
  8343. camball.Name = ("Camball")
  8344. camball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8345. camball.Position = UDim2.new(0, 101, 0, 463)
  8346. camball.Size = UDim2.new(0, 100, 0, 20)
  8347. camball.Text = ("Camball")
  8348. camball.Font = ("SourceSans")
  8349. camball.FontSize = ("Size14")
  8350. camball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8351.  
  8352. function camballClick()
  8353. game:GetObjects("rbxassetid://149943697")[1].Parent=game.Players.LocalPlayer.Backpack
  8354. end
  8355.  
  8356. camball.MouseButton1Down:connect(camballClick)
  8357.  
  8358. hat = Instance.new("TextButton")
  8359. hat.Parent = page2
  8360. hat.Name = ("Give Hat")
  8361. hat.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8362. hat.Position = UDim2.new(0, 202, 0, 421)
  8363. hat.Size = UDim2.new(0, 100, 0, 20)
  8364. hat.Text = ("Give Hat")
  8365. hat.Font = ("SourceSans")
  8366. hat.FontSize = ("Size14")
  8367. hat.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8368.  
  8369. function hatClick()
  8370. playername100 = game.Players.LocalPlayer.Name
  8371. hatid = hatbox.Text
  8372. x = game:GetService("InsertService"):LoadAsset(hatid) x.Parent = game.Workspace[playername100] x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  8373. end
  8374.  
  8375. hat.MouseButton1Down:connect(hatClick)
  8376.  
  8377. gear = Instance.new("TextButton")
  8378. gear.Parent = page2
  8379. gear.Name = ("Give Gear")
  8380. gear.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8381. gear.Position = UDim2.new(0, 202, 0, 442)
  8382. gear.Size = UDim2.new(0, 100, 0, 20)
  8383. gear.Text = ("Give Gear")
  8384. gear.Font = ("SourceSans")
  8385. gear.FontSize = ("Size14")
  8386. gear.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8387.  
  8388. function gearClick()
  8389. playername100 = game.Players.LocalPlayer.Name
  8390. gearid = gearbox.Text
  8391. x = game:GetService("InsertService"):LoadAsset(gearid) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  8392. end
  8393.  
  8394. gear.MouseButton1Down:connect(gearClick)
  8395.  
  8396. expl2 = Instance.new("TextButton")
  8397. expl2.Parent = page2
  8398. expl2.Name = ("Explorer 2")
  8399. expl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8400. expl2.Position = UDim2.new(0, 202, 0, 379)
  8401. expl2.Size = UDim2.new(0, 100, 0, 20)
  8402. expl2.Text = ("Explorer 2")
  8403. expl2.Font = ("SourceSans")
  8404. expl2.FontSize = ("Size14")
  8405. expl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8406.  
  8407. function expl2Click()
  8408. str_srce = "143924441" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  8409. end
  8410.  
  8411. expl2.MouseButton1Down:connect(expl2Click)
  8412.  
  8413. warhammer = Instance.new("TextButton")
  8414. warhammer.Parent = page1
  8415. warhammer.Name = ("Warhammer")
  8416. warhammer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8417. warhammer.Position = UDim2.new(0, 0, 0, 484)
  8418. warhammer.Size = UDim2.new(0, 100, 0, 20)
  8419. warhammer.Text = ("Warhammer")
  8420. warhammer.Font = ("SourceSans")
  8421. warhammer.FontSize = ("Size14")
  8422. warhammer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8423.  
  8424. function warhammerClick()
  8425. game:GetObjects("rbxassetid://149942862")[1].Parent=game.Players.LocalPlayer.Backpack
  8426. end
  8427.  
  8428. warhammer.MouseButton1Down:connect(warhammerClick)
  8429.  
  8430. flood = Instance.new("TextButton")
  8431. flood.Parent = page1
  8432. flood.Name = ("Flood")
  8433. flood.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8434. flood.Position = UDim2.new(0, 0, 0, 379)
  8435. flood.Size = UDim2.new(0, 100, 0, 20)
  8436. flood.Text = ("Flood")
  8437. flood.Font = ("SourceSans")
  8438. flood.FontSize = ("Size14")
  8439. flood.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8440.  
  8441. function floodClick()
  8442. Game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  8443. end
  8444.  
  8445. flood.MouseButton1Down:connect(floodClick)
  8446.  
  8447. scythe = Instance.new("TextButton")
  8448. scythe.Parent = page2
  8449. scythe.Name = ("Scythe")
  8450. scythe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8451. scythe.Position = UDim2.new(0, 101, 0, 505)
  8452. scythe.Size = UDim2.new(0, 100, 0, 20)
  8453. scythe.Text = ("Scythe")
  8454. scythe.Font = ("SourceSans")
  8455. scythe.FontSize = ("Size14")
  8456. scythe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8457.  
  8458. function scytheClick()
  8459. game:GetObjects("rbxassetid://149942448")[1].Parent=game.Players.LocalPlayer.Backpack
  8460. end
  8461.  
  8462. scythe.MouseButton1Down:connect(scytheClick)
  8463.  
  8464. minigun = Instance.new("TextButton")
  8465. minigun.Parent = page1
  8466. minigun.Name = ("Minigun")
  8467. minigun.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  8468. minigun.Position = UDim2.new(0, 0, 0, 463)
  8469. minigun.Size = UDim2.new(0, 100, 0, 20)
  8470. minigun.Text = ("Minigun")
  8471. minigun.Font = ("SourceSans")
  8472. minigun.FontSize = ("Size14")
  8473. minigun.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  8474.  
  8475. function minigunClick()
  8476. game:GetObjects("rbxassetid://140634024")[1].Parent=game.Players.LocalPlayer.Backpack
  8477. end
  8478.  
  8479. minigun.MouseButton1Down:connect(minigunClick)
  8480.  
  8481. loadmsg = Instance.new("Message")
  8482. loadmsg.Parent = game.Workspace
  8483. loadmsg.Text = ("c00lGui V"..Version.." has loaded.")
  8484. wait(3)
  8485. loadmsg:Remove()
  8486. end)
  8487.  
  8488. VHChat.Name = "VHChat"
  8489. VHChat.Parent = ScriptFrame
  8490. VHChat.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8491. VHChat.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8492. VHChat.Position = UDim2.new(0, 10, 0, 132)
  8493. VHChat.Size = UDim2.new(0, 132, 0, 50)
  8494. VHChat.Font = Enum.Font.SourceSansBold
  8495. VHChat.FontSize = Enum.FontSize.Size14
  8496. VHChat.Text = "VHUB Chat"
  8497. VHChat.TextColor3 = Color3.new(0.666667, 0, 0)
  8498. VHChat.TextScaled = true
  8499. VHChat.TextSize = 14
  8500. VHChat.TextWrapped = true
  8501. VHChat.MouseButton1Down:connect(function()
  8502. -- VHUB Exploiter Chatgui
  8503. -- @DominusTrex
  8504.  
  8505. CreateGui = function()
  8506. local NewGuiPart1 = Instance.new("ScreenGui")
  8507. NewGuiPart1.Name = "VHUB"
  8508. -------
  8509. local NewGuiPart2 = Instance.new("Frame")
  8510. NewGuiPart2.Active = true
  8511. NewGuiPart2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8512. NewGuiPart2.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  8513. NewGuiPart2.Name = "Chat"
  8514. NewGuiPart2.Position = UDim2.new(0.324999988, 0, 0.300000012, 0)
  8515. NewGuiPart2.Size = UDim2.new(0, 450, 0, 250)
  8516. NewGuiPart2.Draggable = true
  8517. NewGuiPart2.Parent = NewGuiPart1
  8518. -------
  8519. local NewGuiPart3 = Instance.new("Frame")
  8520. NewGuiPart3.BackgroundColor3 = Color3.new(0.803922, 0.0941177, 0.0941177)
  8521. NewGuiPart3.BorderSizePixel = 0
  8522. NewGuiPart3.Name = "Line"
  8523. NewGuiPart3.Position = UDim2.new(0, 0, 0.100000001, 0)
  8524. NewGuiPart3.Size = UDim2.new(1, 0, 0.0199999996, 0)
  8525. NewGuiPart3.Parent = NewGuiPart2
  8526. -------
  8527. local NewGuiPart4 = Instance.new("Frame")
  8528. NewGuiPart4.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  8529. NewGuiPart4.BorderSizePixel = 0
  8530. NewGuiPart4.Name = "msg"
  8531. NewGuiPart4.Size = UDim2.new(1, 0, 0, 15)
  8532. NewGuiPart4.Visible = false
  8533. NewGuiPart4.Parent = NewGuiPart2
  8534. -------
  8535. local NewGuiPart5 = Instance.new("TextLabel")
  8536. NewGuiPart5.BackgroundTransparency = 1
  8537. NewGuiPart5.BorderSizePixel = 0
  8538. NewGuiPart5.Name = "Sender"
  8539. NewGuiPart5.Size = UDim2.new(0.119999997, 0, 1, 0)
  8540. NewGuiPart5.Font = Enum.Font.ArialBold
  8541. NewGuiPart5.FontSize = Enum.FontSize.Size12
  8542. NewGuiPart5.Text = " Player1:"
  8543. NewGuiPart5.TextColor3 = Color3.new(1, 1, 1)
  8544. NewGuiPart5.TextStrokeColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  8545. NewGuiPart5.TextStrokeTransparency = 0.40000000596046
  8546. NewGuiPart5.TextWrapped = true
  8547. NewGuiPart5.TextXAlignment = Enum.TextXAlignment.Left
  8548. NewGuiPart5.Parent = NewGuiPart4
  8549. -------
  8550. local NewGuiPart6 = Instance.new("TextLabel")
  8551. NewGuiPart6.BackgroundTransparency = 1
  8552. NewGuiPart6.BorderSizePixel = 0
  8553. NewGuiPart6.Name = "Message"
  8554. NewGuiPart6.Position = UDim2.new(0.129999995, 0, 0, 0)
  8555. NewGuiPart6.Size = UDim2.new(0.870000005, 0, 1, 0)
  8556. NewGuiPart6.Font = Enum.Font.Arial
  8557. NewGuiPart6.FontSize = Enum.FontSize.Size12
  8558. NewGuiPart6.Text = "Message"
  8559. NewGuiPart6.TextColor3 = Color3.new(1, 1, 1)
  8560. NewGuiPart6.TextStrokeColor3 = Color3.new(1, 0, 0)
  8561. NewGuiPart6.TextWrapped = true
  8562. NewGuiPart6.TextXAlignment = Enum.TextXAlignment.Left
  8563. NewGuiPart6.Parent = NewGuiPart4
  8564. -------
  8565. local NewGuiPart7 = Instance.new("ScrollingFrame")
  8566. NewGuiPart7.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  8567. NewGuiPart7.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  8568. NewGuiPart7.Name = "Chat"
  8569. NewGuiPart7.Position = UDim2.new(0.0250000004, 0, 0.150000006, 0)
  8570. NewGuiPart7.Selectable = true
  8571. NewGuiPart7.Size = UDim2.new(0.949999988, 0, 0.699999988, 0)
  8572. NewGuiPart7.CanvasSize = UDim2.new(0, 0, 0, 0)
  8573. NewGuiPart7.ScrollBarThickness = 5
  8574. NewGuiPart7.ClipsDescendants = true
  8575. NewGuiPart7.Parent = NewGuiPart2
  8576. -------
  8577. local NewGuiPart8 = Instance.new("TextBox")
  8578. NewGuiPart8.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  8579. NewGuiPart8.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  8580. NewGuiPart8.Name = "ChatBox"
  8581. NewGuiPart8.Position = UDim2.new(0.0250000004, 0, 0.879999995, 0)
  8582. NewGuiPart8.Size = UDim2.new(0.850000024, 0, 0.0700000003, 0)
  8583. NewGuiPart8.Font = Enum.Font.ArialBold
  8584. NewGuiPart8.FontSize = Enum.FontSize.Size14
  8585. NewGuiPart8.Text = " Press '\\' to focus on the chatbox."
  8586. NewGuiPart8.TextColor3 = Color3.new(1, 1, 1)
  8587. NewGuiPart8.TextStrokeColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  8588. NewGuiPart8.TextStrokeTransparency = 0.89999997615814
  8589. NewGuiPart8.TextXAlignment = Enum.TextXAlignment.Left
  8590. NewGuiPart8.Parent = NewGuiPart2
  8591. -------
  8592. local NewGuiPart9 = Instance.new("TextButton")
  8593. NewGuiPart9.Active = true
  8594. NewGuiPart9.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  8595. NewGuiPart9.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  8596. NewGuiPart9.Name = "Send"
  8597. NewGuiPart9.Position = UDim2.new(0.88499999, 0, 0.879999995, 0)
  8598. NewGuiPart9.Selectable = true
  8599. NewGuiPart9.Size = UDim2.new(0.0900000036, 0, 0.0700000003, 0)
  8600. NewGuiPart9.Style = Enum.ButtonStyle.Custom
  8601. NewGuiPart9.ZIndex = 4
  8602. NewGuiPart9.Font = Enum.Font.ArialBold
  8603. NewGuiPart9.FontSize = Enum.FontSize.Size14
  8604. NewGuiPart9.Text = "Send"
  8605. NewGuiPart9.TextColor3 = Color3.new(1, 1, 1)
  8606. NewGuiPart9.Parent = NewGuiPart2
  8607. -------
  8608. local NewGuiPart10 = Instance.new("TextLabel")
  8609. NewGuiPart10.BackgroundTransparency = 1
  8610. NewGuiPart10.BorderSizePixel = 0
  8611. NewGuiPart10.Name = "FrameTitle"
  8612. NewGuiPart10.Size = UDim2.new(1, 0, 0.100000001, 0)
  8613. NewGuiPart10.Font = Enum.Font.ArialBold
  8614. NewGuiPart10.FontSize = Enum.FontSize.Size14
  8615. NewGuiPart10.Text = " VHUB - Chat"
  8616. NewGuiPart10.TextColor3 = Color3.new(1, 1, 1)
  8617. NewGuiPart10.TextXAlignment = Enum.TextXAlignment.Left
  8618. NewGuiPart10.Parent = NewGuiPart2
  8619. return NewGuiPart1
  8620. end
  8621. local VHUB = CreateGui()
  8622. VHUB.Parent = game.Players.LocalPlayer.PlayerGui
  8623. local Increaser = 0
  8624. local chat = VHUB.Chat.Chat
  8625. local chatMsg = Instance.new('StringValue', game.Players.LocalPlayer)
  8626. local chatName = Instance.new('StringValue', game.Players.LocalPlayer)
  8627. local chat_ = {
  8628. send = function(n, m)
  8629. for i,v in pairs(game.Players:GetChildren()) do
  8630. if v:FindFirstChild('sendmsg') then
  8631. v.sendname.Value = n
  8632. v.sendmsg.Value = m
  8633. end
  8634. end
  8635. end,
  8636. show = function(ss, m)
  8637. local msg = chat.Parent.msg:Clone()
  8638. local s
  8639. msg.Visible = true
  8640. msg.Parent = chat
  8641. if #ss >= 8 then
  8642. s = ss:sub(1,7)
  8643. else
  8644. s = ss
  8645. end
  8646. msg.Sender.Text = ' '..s..':'
  8647. msg.Message.Text = m
  8648. msg.Position = UDim2.new(0,0,0,Increaser)
  8649. Increaser=Increaser+16
  8650. chat.CanvasSize = UDim2.new(0,0,0,Increaser)
  8651. end
  8652. }
  8653.  
  8654. -- CHAT
  8655. chatMsg.Name = 'sendmsg'
  8656. chatName.Name = 'sendname'
  8657. chatMsg.Changed:connect(function() -- onChatReceive
  8658. local messageSender = chatName.Value
  8659. local message = chatMsg.Value
  8660. chat_.show(messageSender, message)
  8661. end)
  8662. chat.Parent.Send.MouseButton1Down:connect(function()
  8663. chat_.send(game.Players.LocalPlayer.Name, chat.Parent.ChatBox.Text)
  8664. chat.Parent.ChatBox.Text = ''
  8665. end)
  8666. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  8667. if k == '\\' then
  8668. chat.Parent.ChatBox:CaptureFocus()
  8669. end
  8670. end)
  8671. -- /CHAT
  8672. end)
  8673.  
  8674. RoXploit.Name = "RoXploit"
  8675. RoXploit.Parent = ScriptFrame
  8676. RoXploit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8677. RoXploit.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8678. RoXploit.Position = UDim2.new(0, 475, 0, 72)
  8679. RoXploit.Size = UDim2.new(0, 132, 0, 50)
  8680. RoXploit.Font = Enum.Font.SourceSansBold
  8681. RoXploit.FontSize = Enum.FontSize.Size14
  8682. RoXploit.Text = "Ro Xploit 6.0"
  8683. RoXploit.TextColor3 = Color3.new(0.666667, 0, 0)
  8684. RoXploit.TextScaled = true
  8685. RoXploit.TextSize = 14
  8686. RoXploit.TextWrapped = true
  8687. RoXploit.MouseButton1Down:connect(function()
  8688. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  8689. end)
  8690.  
  8691. DexV2.Name = "DexV2"
  8692. DexV2.Parent = ScriptFrame
  8693. DexV2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8694. DexV2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8695. DexV2.Position = UDim2.new(0, 165, 0, 72)
  8696. DexV2.Size = UDim2.new(0, 132, 0, 50)
  8697. DexV2.Font = Enum.Font.SourceSansBold
  8698. DexV2.FontSize = Enum.FontSize.Size14
  8699. DexV2.Text = "Dex V2"
  8700. DexV2.TextColor3 = Color3.new(0.666667, 0, 0)
  8701. DexV2.TextScaled = true
  8702. DexV2.TextSize = 14
  8703. DexV2.TextWrapped = true
  8704. DexV2.MouseButton1Down:connect(function()
  8705. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8706. end)
  8707.  
  8708. TopKekV2.Name = "TopKekV2"
  8709. TopKekV2.Parent = ScriptFrame
  8710. TopKekV2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8711. TopKekV2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8712. TopKekV2.Position = UDim2.new(0, 320, 0, 72)
  8713. TopKekV2.Size = UDim2.new(0, 132, 0, 50)
  8714. TopKekV2.Font = Enum.Font.SourceSansBold
  8715. TopKekV2.FontSize = Enum.FontSize.Size14
  8716. TopKekV2.Text = "Top Kek V2"
  8717. TopKekV2.TextColor3 = Color3.new(0.666667, 0, 0)
  8718. TopKekV2.TextScaled = true
  8719. TopKekV2.TextSize = 14
  8720. TopKekV2.TextWrapped = true
  8721. TopKekV2.MouseButton1Down:connect(function()
  8722. loadstring(game:GetObjects("rbxassetid://391232552")[1].Source)()
  8723. end)
  8724.  
  8725. ScriptFrameText.Name = "ScriptFrameText"
  8726. ScriptFrameText.Parent = ScriptFrame
  8727. ScriptFrameText.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  8728. ScriptFrameText.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  8729. ScriptFrameText.Position = UDim2.new(0, 29, 0, 0)
  8730. ScriptFrameText.Size = UDim2.new(0, 200, 0, 50)
  8731. ScriptFrameText.Font = Enum.Font.SourceSansBold
  8732. ScriptFrameText.FontSize = Enum.FontSize.Size14
  8733. ScriptFrameText.Text = "Scripts"
  8734. ScriptFrameText.TextColor3 = Color3.new(0.666667, 0, 0)
  8735. ScriptFrameText.TextScaled = true
  8736. ScriptFrameText.TextSize = 14
  8737. ScriptFrameText.TextWrapped = true
  8738.  
  8739. ExecutionFrame.Name = "ExecutionFrame"
  8740. ExecutionFrame.Parent = SlappyGUIMenu
  8741. ExecutionFrame.Active = true
  8742. ExecutionFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8743. ExecutionFrame.Draggable = true
  8744. ExecutionFrame.Position = UDim2.new(0, 505, 0, 226)
  8745. ExecutionFrame.Selectable = true
  8746. ExecutionFrame.Size = UDim2.new(0, 758, 0, 462)
  8747. ExecutionFrame.Visible = false
  8748.  
  8749. ClearButton.Name = "ClearButton"
  8750. ClearButton.Parent = ExecutionFrame
  8751. ClearButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8752. ClearButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8753. ClearButton.Position = UDim2.new(0, 429, 0, 358)
  8754. ClearButton.Size = UDim2.new(0, 302, 0, 63)
  8755. ClearButton.Font = Enum.Font.SourceSansBold
  8756. ClearButton.FontSize = Enum.FontSize.Size14
  8757. ClearButton.Text = "Clear"
  8758. ClearButton.TextColor3 = Color3.new(0.666667, 0, 0)
  8759. ClearButton.TextScaled = true
  8760. ClearButton.TextSize = 14
  8761. ClearButton.TextWrapped = true
  8762. ClearButton.MouseButton1Click:connect(function()
  8763. ScriptExecutor.Text = ' '
  8764. end)
  8765.  
  8766. ExecuteButton.Name = "ExecuteButton"
  8767. ExecuteButton.Parent = ExecutionFrame
  8768. ExecuteButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8769. ExecuteButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8770. ExecuteButton.Position = UDim2.new(0, 26, 0, 358)
  8771. ExecuteButton.Size = UDim2.new(0, 302, 0, 63)
  8772. ExecuteButton.Font = Enum.Font.SourceSansBold
  8773. ExecuteButton.FontSize = Enum.FontSize.Size14
  8774. ExecuteButton.Text = "Execute"
  8775. ExecuteButton.TextColor3 = Color3.new(0.666667, 0, 0)
  8776. ExecuteButton.TextScaled = true
  8777. ExecuteButton.TextSize = 14
  8778. ExecuteButton.TextWrapped = true
  8779. ExecuteButton.MouseButton1Click:connect(function()
  8780. loadstring(ScriptExecutor.Text)()
  8781. end)
  8782.  
  8783. ExecutionExitButton.Name = "ExecutionExitButton"
  8784. ExecutionExitButton.Parent = ExecutionFrame
  8785. ExecutionExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8786. ExecutionExitButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8787. ExecutionExitButton.Position = UDim2.new(0, 342, 0, 358)
  8788. ExecutionExitButton.Size = UDim2.new(0, 75, 0, 63)
  8789. ExecutionExitButton.Font = Enum.Font.SourceSansBold
  8790. ExecutionExitButton.FontSize = Enum.FontSize.Size14
  8791. ExecutionExitButton.Text = "X"
  8792. ExecutionExitButton.TextColor3 = Color3.new(0.666667, 0, 0)
  8793. ExecutionExitButton.TextScaled = true
  8794. ExecutionExitButton.TextSize = 14
  8795. ExecutionExitButton.TextWrapped = true
  8796. ExecutionExitButton.MouseButton1Click:connect(function()
  8797. ExecutionFrame.Visible = false
  8798. MainFrame.Visible = true
  8799. end)
  8800.  
  8801. ScrollingFrame.Parent = ExecutionFrame
  8802. ScrollingFrame.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  8803. ScrollingFrame.Position = UDim2.new(0, 17, 0, 15)
  8804. ScrollingFrame.Size = UDim2.new(0, 724, 0, 318)
  8805. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  8806.  
  8807. InputScript.Name = "InputScript"
  8808. InputScript.Parent = ScrollingFrame
  8809. InputScript.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  8810. InputScript.BackgroundTransparency = 1
  8811. InputScript.BorderSizePixel = 0
  8812. InputScript.Size = UDim2.new(0, 707, 0, 999)
  8813. InputScript.Font = Enum.Font.SourceSans
  8814. InputScript.FontSize = Enum.FontSize.Size18
  8815. InputScript.Text = "Place Script Here"
  8816. InputScript.TextColor3 = Color3.new(1, 1, 1)
  8817. InputScript.TextSize = 17
  8818. InputScript.TextXAlignment = Enum.TextXAlignment.Left
  8819. InputScript.TextYAlignment = Enum.TextYAlignment.Top
  8820.  
  8821. GameScriptsFrame.Name = "GameScriptsFrame"
  8822. GameScriptsFrame.Parent = SlappyGUIMenu
  8823. GameScriptsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8824. GameScriptsFrame.Position = UDim2.new(0, 438, 0, 203)
  8825. GameScriptsFrame.Size = UDim2.new(0, 800, 0, 507)
  8826. GameScriptsFrame.Visible = false
  8827.  
  8828. Bar6.Name = "Bar6"
  8829. Bar6.Parent = GameScriptsFrame
  8830. Bar6.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8831. Bar6.BorderSizePixel = 0
  8832. Bar6.Position = UDim2.new(0, 0, 0, 49)
  8833. Bar6.Size = UDim2.new(0, 800, 0, 14)
  8834.  
  8835. Bar7.Name = "Bar7"
  8836. Bar7.Parent = GameScriptsFrame
  8837. Bar7.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  8838. Bar7.BorderSizePixel = 0
  8839. Bar7.Size = UDim2.new(0, 800, 0, 49)
  8840.  
  8841. GameScriptsName.Name = "GameScriptsName"
  8842. GameScriptsName.Parent = GameScriptsFrame
  8843. GameScriptsName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  8844. GameScriptsName.BorderSizePixel = 0
  8845. GameScriptsName.Position = UDim2.new(0, 37, 0, 0)
  8846. GameScriptsName.Size = UDim2.new(0, 200, 0, 50)
  8847. GameScriptsName.Font = Enum.Font.SourceSansBold
  8848. GameScriptsName.FontSize = Enum.FontSize.Size14
  8849. GameScriptsName.Text = "Slappy GUI"
  8850. GameScriptsName.TextColor3 = Color3.new(0.666667, 0, 0)
  8851. GameScriptsName.TextScaled = true
  8852. GameScriptsName.TextSize = 14
  8853. GameScriptsName.TextWrapped = true
  8854.  
  8855. GameScriptsExit.Name = "GameScriptsExit"
  8856. GameScriptsExit.Parent = GameScriptsFrame
  8857. GameScriptsExit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8858. GameScriptsExit.BorderSizePixel = 0
  8859. GameScriptsExit.Position = UDim2.new(0, 760, 0, 0)
  8860. GameScriptsExit.Size = UDim2.new(0, 40, 0, 50)
  8861. GameScriptsExit.Font = Enum.Font.SourceSansBold
  8862. GameScriptsExit.FontSize = Enum.FontSize.Size14
  8863. GameScriptsExit.Text = "X"
  8864. GameScriptsExit.TextColor3 = Color3.new(0.666667, 0, 0)
  8865. GameScriptsExit.TextScaled = true
  8866. GameScriptsExit.TextSize = 14
  8867. GameScriptsExit.TextWrapped = true
  8868. GameScriptsExit.MouseButton1Click:connect(function()
  8869. GameScriptsFrame.Visible = false
  8870. MainFrame.Visible = true
  8871. end)
  8872.  
  8873. LumberTycoon2.Name = "LumberTycoon2"
  8874. LumberTycoon2.Parent = GameScriptsFrame
  8875. LumberTycoon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8876. LumberTycoon2.BorderSizePixel = 0
  8877. LumberTycoon2.Position = UDim2.new(0, 565, 0, 82)
  8878. LumberTycoon2.Size = UDim2.new(0, 200, 0, 50)
  8879. LumberTycoon2.Font = Enum.Font.SourceSansBold
  8880. LumberTycoon2.FontSize = Enum.FontSize.Size14
  8881. LumberTycoon2.Text = "Lumber Tycoon 2"
  8882. LumberTycoon2.TextColor3 = Color3.new(0.666667, 0, 0)
  8883. LumberTycoon2.TextScaled = true
  8884. LumberTycoon2.TextSize = 14
  8885. LumberTycoon2.TextWrapped = true
  8886.  
  8887. WHITELISTLT2.Name = "WHITELISTLT2"
  8888. WHITELISTLT2.Parent = GameScriptsFrame
  8889. WHITELISTLT2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8890. WHITELISTLT2.BorderSizePixel = 0
  8891. WHITELISTLT2.Position = UDim2.new(0, 565, 0, 155)
  8892. WHITELISTLT2.Size = UDim2.new(0, 200, 0, 50)
  8893. WHITELISTLT2.Font = Enum.Font.SourceSansBold
  8894. WHITELISTLT2.FontSize = Enum.FontSize.Size14
  8895. WHITELISTLT2.Text = "Get Whitelisted To All"
  8896. WHITELISTLT2.TextColor3 = Color3.new(0.666667, 0, 0)
  8897. WHITELISTLT2.TextScaled = true
  8898. WHITELISTLT2.TextSize = 14
  8899. WHITELISTLT2.TextWrapped = true
  8900. WHITELISTLT2.MouseButton1Down:connect(function()
  8901. local SpoofReturns = function(name,class,returns)
  8902. if name == "ClientIsWhitelisted" and returns[1] == false then
  8903. returns[1] = true
  8904. end
  8905. return unpack(returns)
  8906. end
  8907.  
  8908. local meta,oldmeta = getrawmetatable(game),{}
  8909. for i,v in next,meta do oldmeta[i] = v end
  8910. local realmethods = {}
  8911. realmethods.Fire = Instance.new("BindableEvent").Fire
  8912. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  8913. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  8914. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  8915. meta.__index = function(t,k)
  8916. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  8917. return function(self,...)
  8918. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  8919. end
  8920. else
  8921. return oldmeta.__index(t,k)
  8922. end
  8923. end
  8924.  
  8925. end)
  8926.  
  8927. PFAIMBOT.Name = "PFAIMBOT"
  8928. PFAIMBOT.Parent = GameScriptsFrame
  8929. PFAIMBOT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  8930. PFAIMBOT.BorderSizePixel = 0
  8931. PFAIMBOT.Position = UDim2.new(0, 300, 0, 225)
  8932. PFAIMBOT.Size = UDim2.new(0, 200, 0, 50)
  8933. PFAIMBOT.Font = Enum.Font.SourceSansBold
  8934. PFAIMBOT.FontSize = Enum.FontSize.Size14
  8935. PFAIMBOT.Text = "Aimbot"
  8936. PFAIMBOT.TextColor3 = Color3.new(0.666667, 0, 0)
  8937. PFAIMBOT.TextScaled = true
  8938. PFAIMBOT.TextSize = 14
  8939. PFAIMBOT.TextWrapped = true
  8940. PFAIMBOT.MouseButton1Down:connect(function()
  8941. ESP = true --Do you want ESP?
  8942. Aimbot = true --Do you want Aimbot?
  8943. IgnoreWalls = false --Do you want to shoot through walls?
  8944. _G.Legit = true --Do you always want to shoot headshots?
  8945.  
  8946. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  8947. SpecialSniper = {"BFG 50", "SFG 50"}
  8948. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  8949. 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"}
  8950. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  8951. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  8952. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  8953. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  8954. Melee = {"KNIFE", "MACHETE"}
  8955.  
  8956. warn("Version: 1.0.0, Welcome To Project Bear's ESP, Report bugs to the Project Bear Discord.")
  8957.  
  8958.  
  8959. local camera = workspace.CurrentCamera
  8960. local ScreenX, ScreenY = workspace.CurrentCamera.ViewportSize.X, workspace.CurrentCamera.ViewportSize.Y
  8961. local inversePi = 1 / math.pi
  8962. _G.FOV = 9
  8963. local magic = _G.FOV*inversePi
  8964. _G.ignoreFOV = false
  8965. local aim_through_list = {nil, nil, nil}
  8966. local distance
  8967. local ignore
  8968. local distance2
  8969. Pixels = ScreenX * ScreenY
  8970. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  8971. Radius = math.sqrt(Pixels*magic)
  8972. local viable
  8973. local your_head = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Head")
  8974. local ray_start
  8975. local vector
  8976. _G.ignoreWalls = true
  8977. _G.ShootingTeam = false
  8978. local enabled = false
  8979. local target
  8980.  
  8981.  
  8982. local function ReturnF(player, bone)
  8983. if not bone and player.Character:FindFirstChild(bone) then
  8984. return {_, false}
  8985. end
  8986. return camera:WorldToScreenPoint(player.Character[bone].Position)
  8987. end
  8988. local function checksight(player)
  8989. local screen_position, in_fov = ReturnF(player, "Head") -- end my life
  8990. if not (in_fov or _G.ignoreFOV) then
  8991. return false
  8992. else -- bug here with fov checks
  8993. if (not _G.ignoreFOV) and (_G.FOV~=-1) then
  8994. local distance2 = (Vector2.new(screen_position.X, screen_position.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  8995. if distance2<=Radius then
  8996. return player, screen_position
  8997. end
  8998. return false
  8999. else
  9000. return player, screen_position
  9001. end
  9002. end
  9003. end
  9004.  
  9005.  
  9006. local function ViableP()
  9007. aim_through_list[1] = game:GetService("Players").LocalPlayer.Character
  9008. local distance = 1000
  9009. local closest_distance = 1000
  9010. local most_viable_player = nil
  9011. for i, player_being_checked in pairs(game:GetService("Players"):GetPlayers()) do
  9012. local player_or_false, targets_coordinates = checksight(player_being_checked)
  9013. if (player_or_false) then
  9014. local char = player_being_checked.Character
  9015. local target_torso = char and char:FindFirstChild "Torso"
  9016. if (camera.Focus.p - camera.CoordinateFrame.p).magnitude <= 1 then
  9017. ray_start = your_head.Position + your_head.CFrame.lookVector * 16 + Vector3.new(0, 4, 0)
  9018. else
  9019. ray_start = your_head.Position + Vector3.new(0, 4, 0)
  9020. end
  9021. if not targets_coordinates then
  9022. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  9023. else
  9024. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  9025. end
  9026. vector = (target_torso.Position - ray_start)
  9027. if char:FindFirstChild("Head") then
  9028. if (not targets_coordinates) or (distance <= closest_distance) then
  9029. local new_ray = Ray.new(ray_start, vector.unit * 1000) -- "fire" ray and make sure to ignore our own character
  9030. 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
  9031. if (hit and hit:isDescendantOf(char)) or _G.ignoreWalls then
  9032. if char.HumanoidRootPart:FindFirstChild("ESP") then
  9033. 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
  9034. closest_distance = distance
  9035. most_viable_player = player_being_checked
  9036. target = player_being_checked
  9037. else
  9038. if IgnoreWalls == false then
  9039. most_viable_player = nil
  9040. target = nil
  9041. elseif IgnoreWalls == true then
  9042. closest_distance = distance
  9043. most_viable_player = player_being_checked
  9044. target = player_being_checked
  9045.  
  9046. end
  9047. end
  9048. else
  9049.  
  9050. if IgnoreWalls == false then
  9051. most_viable_player = nil
  9052. target = nil
  9053. elseif IgnoreWalls == true then
  9054. closest_distance = distance
  9055. most_viable_player = player_being_checked
  9056. target = player_being_checked
  9057.  
  9058. end
  9059.  
  9060. end
  9061. else
  9062. most_viable_player = nil
  9063. target = nil
  9064. end -- hit or ignore walls
  9065. end -- meets distance or no priority
  9066. end
  9067. end
  9068. end
  9069. return most_viable_player
  9070. end
  9071.  
  9072.  
  9073.  
  9074.  
  9075.  
  9076. game:GetService("RunService").Heartbeat:connect(function()
  9077.  
  9078.  
  9079.  
  9080.  
  9081.  
  9082. if Aimbot == true then
  9083. ViableP()
  9084. workspace.DeadBody:ClearAllChildren()
  9085. wep = nil
  9086. for i,v in pairs(workspace.Camera:GetChildren()) do
  9087. if v:FindFirstChild("Flame") then
  9088. wep = v
  9089. break
  9090. end
  9091. end
  9092. if wep and target ~= nil then
  9093. if target.TeamColor ~= game:GetService("Players").LocalPlayer.TeamColor then
  9094. wep.Flame.Size = Vector3.new(1,5,1)
  9095. wep.Flame.Anchored = true
  9096. if target.Character:FindFirstChild("Head") then
  9097. if _G.Legit == false then
  9098. wep.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,1.9) -- this is where the magic is
  9099. elseif _G.Legit == true then
  9100. wep = false
  9101. Type = nil
  9102.  
  9103. Current = nil
  9104. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  9105. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  9106. if v:IsA("Model") then
  9107. if v:FindFirstChild("Flame") then
  9108. Current = v
  9109. break
  9110. end
  9111. end
  9112. end
  9113. end
  9114.  
  9115. if wep == false then
  9116. for i = 1,#LMG do
  9117. if Current ~= nil then
  9118. if LMG[i] == Current.Name then
  9119. wep = true
  9120. Type = "LMG"
  9121. break
  9122. end
  9123. end
  9124. end
  9125. end
  9126.  
  9127. if wep == false then
  9128. for i = 1,#SMG do
  9129. if Current ~= nil then
  9130. if SMG[i] == Current.Name then
  9131. wep = true
  9132. Type = "SMG"
  9133. break
  9134. end
  9135. end
  9136. end
  9137. end
  9138.  
  9139. if wep == false then
  9140. for i = 1,#WeakSMG do
  9141. if Current ~= nil then
  9142. if WeakSMG[i] == Current.Name then
  9143. wep = true
  9144. Type = "WeakSMG"
  9145. break
  9146. end
  9147. end
  9148. end
  9149. end
  9150.  
  9151. if wep == false then
  9152. for i = 1,#Other do
  9153. if Current ~= nil then
  9154. if Other[i] == Current.Name then
  9155. wep = true
  9156. Type = "Other"
  9157. break
  9158. end
  9159. end
  9160. end
  9161. end
  9162.  
  9163. if wep == false then
  9164. for i = 1,#ShotGun do
  9165. if Current ~= nil then
  9166. if ShotGun[i] == Current.Name then
  9167. wep = true
  9168. Type = "ShotGun"
  9169. break
  9170. end
  9171. end
  9172. end
  9173. end
  9174. if Type == nil then
  9175. random = math.random(1,3)
  9176. if random == 1 then
  9177. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9178. end
  9179. if random >= 2 and random <= 3 then
  9180. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9181. end
  9182. elseif Type == "LMG" then
  9183. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 150 then
  9184. random = math.random(1,6)
  9185. if random == 1 then
  9186. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9187. end
  9188. if random >= 2 and random <= 3 then
  9189. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9190. end
  9191. if random >= 4 and random <= 6 then
  9192. Current.Flame.CFrame = CFrame.new(0,0,0)
  9193. end
  9194. else
  9195. random = math.random(1,10)
  9196. if random == 1 then
  9197. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9198. end
  9199. if random >= 2 and random <= 3 then
  9200. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9201. end
  9202. if random >= 4 and random <= 10 then
  9203. Current.Flame.CFrame = CFrame.new(0,0,0)
  9204. end
  9205.  
  9206. end
  9207. elseif Type == "ShotGun" then
  9208. random = math.random(1,5)
  9209. if random == 1 then
  9210. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9211. end
  9212. if random >= 2 and random <= 3 then
  9213. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9214. end
  9215. if random >= 4 and random <= 5 then
  9216. Current.Flame.CFrame = CFrame.new(0,0,0)
  9217. end
  9218. elseif Type == "WeakSMG" or Type == "SMG" then
  9219. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 125 then
  9220. random = math.random(1,6)
  9221. if random == 1 then
  9222. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9223. end
  9224. if random >= 2 and random <= 3 then
  9225. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9226. end
  9227. if random >= 4 and random <= 6 then
  9228. Current.Flame.CFrame = CFrame.new(0,0,0)
  9229. end
  9230. else
  9231. random = math.random(1,8)
  9232. if random == 1 then
  9233. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9234. end
  9235. if random >= 2 and random <= 3 then
  9236. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9237. end
  9238. if random >= 4 and random <= 8 then
  9239. Current.Flame.CFrame = CFrame.new(0,0,0)
  9240. end
  9241.  
  9242. end
  9243. elseif Type == "Other" then
  9244. random = math.random(1,6)
  9245. if random == 1 then
  9246. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9247. end
  9248. if random >= 2 and random <= 4 then
  9249. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  9250. end
  9251. if random >= 5 and random <= 6 then
  9252. Current.Flame.CFrame = CFrame.new(0,0,0)
  9253. end
  9254. end
  9255. end
  9256. end
  9257. end
  9258. end
  9259. end
  9260.  
  9261.  
  9262.  
  9263.  
  9264.  
  9265. if ESP == true then
  9266. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  9267. pass = false
  9268. if workspace:FindFirstChild(v.Name) then
  9269. if v.Team == game:GetService("Players").LocalPlayer.Team then
  9270. if v.Character:FindFirstChild("HumanoidRootPart") then
  9271. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  9272. v.Character.HumanoidRootPart.ESP:Destroy()
  9273. end
  9274. end
  9275. end
  9276. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  9277. if v.Character:FindFirstChild("HumanoidRootPart") then
  9278. for i,v in pairs(v.Character:GetChildren()) do
  9279. if v:IsA("Model") then
  9280. pass = true
  9281. break
  9282. end
  9283. end
  9284.  
  9285. shirt = nil
  9286. passer = false
  9287. for i,v in pairs(v.Character:GetChildren()) do
  9288. if v:IsA("Shirt") then
  9289. shirt = v
  9290. break
  9291. end
  9292. end
  9293.  
  9294. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  9295. if v:IsA("Shirt") then
  9296. if shirt ~= nil then
  9297. if v.Name ~= shirt.Name then
  9298. passer = true
  9299. break
  9300. end
  9301. end
  9302. end
  9303. end
  9304.  
  9305. if passer == true then
  9306. if v.Character:FindFirstChild("HumanoidRootPart") then
  9307. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  9308.  
  9309. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  9310.  
  9311. hitting = false
  9312.  
  9313.  
  9314. 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)
  9315. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9316. if part then
  9317. if part.Parent == v.Character then
  9318. hitting = true
  9319. end
  9320. end
  9321. if hitting == false then
  9322. elseif hitting == true then
  9323. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9324. end
  9325.  
  9326. if hitting == false then
  9327. 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)
  9328. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9329. if part then
  9330. if part.Parent == v.Character then
  9331. hitting = true
  9332. end
  9333. end
  9334. if hitting == false then
  9335. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9336. elseif hitting == true then
  9337. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9338. end
  9339.  
  9340. if hitting == false then
  9341. elseif hitting == true then
  9342. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9343. end
  9344.  
  9345.  
  9346.  
  9347.  
  9348.  
  9349.  
  9350.  
  9351.  
  9352.  
  9353.  
  9354.  
  9355. if hitting == false then
  9356. 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)
  9357. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9358. if part then
  9359. if part:IsA("BasePart") then
  9360.  
  9361. CurrentGun = nil
  9362. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  9363. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  9364. if v:IsA("Model") then
  9365. if v:FindFirstChild("Flame") then
  9366. CurrentGun = v
  9367. break
  9368. end
  9369. end
  9370. end
  9371. end
  9372.  
  9373. found = false
  9374.  
  9375. if found == false then
  9376. for i = 1,#Sniper do
  9377. if CurrentGun ~= nil then
  9378. if Sniper[i] == CurrentGun.Name then
  9379. found = true
  9380. Min = 2.75
  9381. Max = 3
  9382. break
  9383. end
  9384. end
  9385. end
  9386. end
  9387.  
  9388. if found == false then
  9389. for i = 1,#SpecialSniper do
  9390. if CurrentGun ~= nil then
  9391. if SpecialSniper[i] == CurrentGun.Name then
  9392. found = true
  9393. Min = 3.25
  9394. Max = 3.5
  9395. break
  9396. end
  9397. end
  9398. end
  9399. end
  9400.  
  9401. if found == false then
  9402. for i = 1,#WeakSniper do
  9403. if CurrentGun ~= nil then
  9404. if WeakSniper[i] == CurrentGun.Name then
  9405. found = true
  9406. Min = 2.75
  9407. Max = 3
  9408. break
  9409. end
  9410. end
  9411. end
  9412. end
  9413.  
  9414. if found == false then
  9415. for i = 1,#WeakSMG do
  9416. if CurrentGun ~= nil then
  9417. if WeakSMG[i] == CurrentGun.Name then
  9418. found = true
  9419. Min = 2.25
  9420. Max = 3
  9421. break
  9422. end
  9423. end
  9424. end
  9425. end
  9426.  
  9427. if found == false then
  9428. for i = 1,#SMG do
  9429. if CurrentGun ~= nil then
  9430. if SMG[i] == CurrentGun.Name then
  9431. found = true
  9432. Min = 2.5
  9433. Max = 3
  9434. break
  9435. end
  9436. end
  9437. end
  9438. end
  9439.  
  9440. if found == false then
  9441. for i = 1,#ShotGun do
  9442. if CurrentGun ~= nil then
  9443. if ShotGun[i] == CurrentGun.Name then
  9444. found = true
  9445. Min = 2.75
  9446. Max = 3
  9447. break
  9448. end
  9449. end
  9450. end
  9451. end
  9452.  
  9453. if found == false then
  9454. for i = 1,#LMG do
  9455. if CurrentGun ~= nil then
  9456. if LMG[i] == CurrentGun.Name then
  9457. found = true
  9458. Min = 2.5
  9459. Max = 3
  9460. break
  9461. end
  9462. end
  9463. end
  9464. end
  9465.  
  9466. if found == false then
  9467. for i = 1,#Other do
  9468. if CurrentGun ~= nil then
  9469. if Other[i] == CurrentGun.Name then
  9470. found = true
  9471. Min = 0
  9472. Max = 0
  9473. break
  9474. end
  9475. end
  9476. end
  9477. end
  9478.  
  9479. if found == false then
  9480. for i = 1,#Melee do
  9481. if CurrentGun ~= nil then
  9482. if Melee[i] == CurrentGun.Name then
  9483. found = true
  9484. Min = 0
  9485. Max = 0
  9486. break
  9487. end
  9488. end
  9489. end
  9490. end
  9491.  
  9492. if found == false then
  9493. Min = 0
  9494. Max = 0
  9495. end
  9496.  
  9497. if part.Parent.Name == "Map" then
  9498. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9499. hitting = true
  9500. parter = part
  9501. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9502. hitting = true
  9503. parter = part
  9504. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9505. hitting = true
  9506. parter = part
  9507. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9508. hitting = true
  9509. parter = part
  9510. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9511. hitting = true
  9512. parter = part
  9513. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9514. hitting = true
  9515. parter = part
  9516. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9517. hitting = true
  9518. parter = part
  9519. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9520. hitting = true
  9521. parter = part
  9522. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9523. hitting = true
  9524. parter = part
  9525. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9526. hitting = true
  9527. parter = part
  9528. end
  9529. end
  9530. end
  9531. end
  9532. if hitting == true then
  9533. hitting = false
  9534. part = parter
  9535. list = {}
  9536. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9537. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9538. Reg = Region3.new(pos1, pos2)
  9539. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  9540. o = 1
  9541. if TouchingParts ~= nil then
  9542. for i,v in pairs(TouchingParts) do
  9543. if v ~= parter then
  9544.  
  9545.  
  9546. part = v
  9547. if part.Parent.Name == "Map" then
  9548. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9549. hitting = true
  9550. parter = part
  9551. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9552. hitting = true
  9553. parter = part
  9554. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9555. hitting = true
  9556. parter = part
  9557. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9558. hitting = true
  9559. parter = part
  9560. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9561. hitting = true
  9562. parter = part
  9563. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9564. hitting = true
  9565. parter = part
  9566. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9567. hitting = true
  9568. parter = part
  9569. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9570. hitting = true
  9571. parter = part
  9572. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9573. hitting = true
  9574. parter = part
  9575. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9576. hitting = true
  9577. parter = part
  9578. end
  9579. end
  9580.  
  9581.  
  9582. if hitting == true then
  9583. table.insert(list, o, v)
  9584. o = o + 1
  9585. end
  9586. end
  9587. end
  9588. end
  9589.  
  9590. hitting = false
  9591.  
  9592. part = parter
  9593.  
  9594. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9595. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9596.  
  9597. 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)
  9598. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  9599. if part then
  9600. if part.Parent == v.Character then
  9601. hitting = true
  9602. end
  9603. end
  9604. if hitting == false then
  9605. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9606. elseif hitting == true then
  9607. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  9608. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9609. else
  9610. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9611. end
  9612. end
  9613.  
  9614. elseif hitting == false then
  9615. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9616. end
  9617. end
  9618.  
  9619.  
  9620.  
  9621.  
  9622.  
  9623.  
  9624.  
  9625.  
  9626.  
  9627.  
  9628. if hitting == false then
  9629. 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)
  9630. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9631. if part then
  9632. if part:IsA("BasePart") then
  9633.  
  9634. CurrentGun = nil
  9635. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  9636. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  9637. if v:IsA("Model") then
  9638. if v:FindFirstChild("Flame") then
  9639. CurrentGun = v
  9640. break
  9641. end
  9642. end
  9643. end
  9644. end
  9645.  
  9646. found = false
  9647.  
  9648. if found == false then
  9649. for i = 1,#Sniper do
  9650. if CurrentGun ~= nil then
  9651. if Sniper[i] == CurrentGun.Name then
  9652. found = true
  9653. Min = 2.75
  9654. Max = 3
  9655. break
  9656. end
  9657. end
  9658. end
  9659. end
  9660.  
  9661. if found == false then
  9662. for i = 1,#SpecialSniper do
  9663. if CurrentGun ~= nil then
  9664. if SpecialSniper[i] == CurrentGun.Name then
  9665. found = true
  9666. Min = 3.25
  9667. Max = 3.5
  9668. break
  9669. end
  9670. end
  9671. end
  9672. end
  9673.  
  9674. if found == false then
  9675. for i = 1,#WeakSniper do
  9676. if CurrentGun ~= nil then
  9677. if WeakSniper[i] == CurrentGun.Name then
  9678. found = true
  9679. Min = 2.75
  9680. Max = 3
  9681. break
  9682. end
  9683. end
  9684. end
  9685. end
  9686.  
  9687. if found == false then
  9688. for i = 1,#WeakSMG do
  9689. if CurrentGun ~= nil then
  9690. if WeakSMG[i] == CurrentGun.Name then
  9691. found = true
  9692. Min = 2.25
  9693. Max = 3
  9694. break
  9695. end
  9696. end
  9697. end
  9698. end
  9699.  
  9700. if found == false then
  9701. for i = 1,#SMG do
  9702. if CurrentGun ~= nil then
  9703. if SMG[i] == CurrentGun.Name then
  9704. found = true
  9705. Min = 2.5
  9706. Max = 3
  9707. break
  9708. end
  9709. end
  9710. end
  9711. end
  9712.  
  9713. if found == false then
  9714. for i = 1,#ShotGun do
  9715. if CurrentGun ~= nil then
  9716. if ShotGun[i] == CurrentGun.Name then
  9717. found = true
  9718. Min = 2.75
  9719. Max = 3
  9720. break
  9721. end
  9722. end
  9723. end
  9724. end
  9725.  
  9726. if found == false then
  9727. for i = 1,#LMG do
  9728. if CurrentGun ~= nil then
  9729. if LMG[i] == CurrentGun.Name then
  9730. found = true
  9731. Min = 2.5
  9732. Max = 3
  9733. break
  9734. end
  9735. end
  9736. end
  9737. end
  9738.  
  9739. if found == false then
  9740. for i = 1,#Other do
  9741. if CurrentGun ~= nil then
  9742. if Other[i] == CurrentGun.Name then
  9743. found = true
  9744. Min = 0
  9745. Max = 0
  9746. break
  9747. end
  9748. end
  9749. end
  9750. end
  9751.  
  9752. if found == false then
  9753. for i = 1,#Melee do
  9754. if CurrentGun ~= nil then
  9755. if Melee[i] == CurrentGun.Name then
  9756. found = true
  9757. Min = 0
  9758. Max = 0
  9759. break
  9760. end
  9761. end
  9762. end
  9763. end
  9764.  
  9765. if found == false then
  9766. Min = 0
  9767. Max = 0
  9768. end
  9769.  
  9770. if part.Parent.Name == "Map" then
  9771. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9772. hitting = true
  9773. parter = part
  9774. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9775. hitting = true
  9776. parter = part
  9777. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9778. hitting = true
  9779. parter = part
  9780. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9781. hitting = true
  9782. parter = part
  9783. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9784. hitting = true
  9785. parter = part
  9786. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9787. hitting = true
  9788. parter = part
  9789. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9790. hitting = true
  9791. parter = part
  9792. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9793. hitting = true
  9794. parter = part
  9795. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9796. hitting = true
  9797. parter = part
  9798. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9799. hitting = true
  9800. parter = part
  9801. end
  9802. end
  9803. end
  9804. end
  9805. if hitting == true then
  9806. hitting = false
  9807. part = parter
  9808. list = {}
  9809. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9810. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9811. Reg = Region3.new(pos1, pos2)
  9812. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  9813. o = 1
  9814. if TouchingParts ~= nil then
  9815. for i,v in pairs(TouchingParts) do
  9816. if v ~= parter then
  9817.  
  9818.  
  9819. part = v
  9820. if part.Parent.Name == "Map" then
  9821. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9822. hitting = true
  9823. parter = part
  9824. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9825. hitting = true
  9826. parter = part
  9827. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9828. hitting = true
  9829. parter = part
  9830. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9831. hitting = true
  9832. parter = part
  9833. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9834. hitting = true
  9835. parter = part
  9836. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9837. hitting = true
  9838. parter = part
  9839. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9840. hitting = true
  9841. parter = part
  9842. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9843. hitting = true
  9844. parter = part
  9845. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9846. hitting = true
  9847. parter = part
  9848. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9849. hitting = true
  9850. parter = part
  9851. end
  9852. end
  9853.  
  9854.  
  9855. if hitting == true then
  9856. table.insert(list, o, v)
  9857. o = o + 1
  9858. end
  9859. end
  9860. end
  9861. end
  9862.  
  9863. hitting = false
  9864.  
  9865. part = parter
  9866.  
  9867. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9868. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9869.  
  9870. 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)
  9871. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  9872. if part then
  9873. if part.Parent == v.Character then
  9874. hitting = true
  9875. end
  9876. end
  9877. if hitting == false then
  9878. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9879. elseif hitting == true then
  9880. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  9881. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9882. else
  9883. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9884. end
  9885. end
  9886.  
  9887. elseif hitting == false then
  9888. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9889. end
  9890. end
  9891. end
  9892.  
  9893.  
  9894.  
  9895. elseif pass == true then
  9896. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  9897. ESP.Name = "ESP"
  9898. ESP.Size = UDim2.new(6, 0, 8, 0)
  9899. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  9900. ESP.AlwaysOnTop = true
  9901. local Frame = Instance.new("Frame",ESP)
  9902. Frame.ZIndex = 1000
  9903. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  9904. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  9905. Frame.BorderSizePixel = 3
  9906. Frame.BackgroundTransparency = 0.3
  9907. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9908. Label = Instance.new("TextLabel", ESP)
  9909. Label.Position = UDim2.new(0, 0, -0.1, 0)
  9910. Label.Size = UDim2.new(1, 0, 0.3, 0)
  9911. Label.Font = "SourceSansLight"
  9912. Label.TextColor3 = Color3.new(1,1,1)
  9913. Label.TextStrokeColor3 = Color3.new(0,0,0)
  9914. Label.TextStrokeTransparency = 0
  9915. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  9916. Label.TextScaled = true
  9917. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  9918. Label.BackgroundTransparency = 1
  9919. end
  9920. end
  9921. end
  9922. end
  9923. end
  9924. end
  9925. end
  9926. end
  9927. end)
  9928. end)
  9929.  
  9930. JPWSPF.Name = "JPWSPF"
  9931. JPWSPF.Parent = GameScriptsFrame
  9932. JPWSPF.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  9933. JPWSPF.BorderSizePixel = 0
  9934. JPWSPF.Position = UDim2.new(0, 300, 0, 295)
  9935. JPWSPF.Size = UDim2.new(0, 200, 0, 50)
  9936. JPWSPF.Font = Enum.Font.SourceSansBold
  9937. JPWSPF.FontSize = Enum.FontSize.Size14
  9938. JPWSPF.Text = "Jump Height And Walk Speed"
  9939. JPWSPF.TextColor3 = Color3.new(0.666667, 0, 0)
  9940. JPWSPF.TextScaled = true
  9941. JPWSPF.TextSize = 14
  9942. JPWSPF.TextWrapped = true
  9943. JPWSPF.MouseButton1Down:connect(function()
  9944. humanoid = game.Players.LocalPlayer.Character.Humanoid
  9945. copy = game.Players.LocalPlayer.Character.Humanoid:clone()
  9946. humanoid:remove()
  9947. copy.Parent = game.Players.LocalPlayer.Character
  9948. copy.WalkSpeed = 100
  9949. copy.JumpPower = 100
  9950. end)
  9951.  
  9952. Jailbreak.Name = "Jailbreak"
  9953. Jailbreak.Parent = GameScriptsFrame
  9954. Jailbreak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9955. Jailbreak.BorderSizePixel = 0
  9956. Jailbreak.Position = UDim2.new(0, 35, 0, 85)
  9957. Jailbreak.Size = UDim2.new(0, 200, 0, 50)
  9958. Jailbreak.Font = Enum.Font.SourceSansBold
  9959. Jailbreak.FontSize = Enum.FontSize.Size14
  9960. Jailbreak.Text = "Jailbreak"
  9961. Jailbreak.TextColor3 = Color3.new(0.666667, 0, 0)
  9962. Jailbreak.TextScaled = true
  9963. Jailbreak.TextSize = 14
  9964. Jailbreak.TextWrapped = true
  9965.  
  9966. UJB.Name = "UJB"
  9967. UJB.Parent = GameScriptsFrame
  9968. UJB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  9969. UJB.BorderSizePixel = 0
  9970. UJB.Position = UDim2.new(0, 35, 0, 155)
  9971. UJB.Size = UDim2.new(0, 200, 0, 50)
  9972. UJB.Font = Enum.Font.SourceSansBold
  9973. UJB.FontSize = Enum.FontSize.Size14
  9974. UJB.Text = "UnJailbroken 0.6"
  9975. UJB.TextColor3 = Color3.new(0.666667, 0, 0)
  9976. UJB.TextScaled = true
  9977. UJB.TextSize = 14
  9978. UJB.TextWrapped = true
  9979. UJB.MouseButton1Down:connect(function()
  9980. loadstring(game:GetObjects("rbxassetid://1014504414")[1].Source)()
  9981. end)
  9982.  
  9983. JB25.Name = "JB25"
  9984. JB25.Parent = GameScriptsFrame
  9985. JB25.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  9986. JB25.BorderSizePixel = 0
  9987. JB25.Position = UDim2.new(0, 35, 0, 225)
  9988. JB25.Size = UDim2.new(0, 200, 0, 50)
  9989. JB25.Font = Enum.Font.SourceSansBold
  9990. JB25.FontSize = Enum.FontSize.Size14
  9991. JB25.Text = "Jailbroken 2.5"
  9992. JB25.TextColor3 = Color3.new(0.666667, 0, 0)
  9993. JB25.TextScaled = true
  9994. JB25.TextSize = 14
  9995. JB25.TextWrapped = true
  9996. JB25.MouseButton1Down:connect(function()
  9997. -- Objects-- Created by Excrio - v2.5
  9998. -- v2.5 Notes
  9999. -- Added player teleporting!
  10000. -- Redid the UI - New font & sizes
  10001. -- Bug fixes and more!
  10002.  
  10003. -- GUI Creation
  10004.  
  10005. local JailbreakBroken = Instance.new("ScreenGui")
  10006. local UI = Instance.new("Frame")
  10007. local Part = Instance.new("Frame")
  10008. local Frame = Instance.new("Frame")
  10009. local Unimportant = Instance.new("TextLabel")
  10010. local Unimportant2 = Instance.new("TextLabel")
  10011. local TPBFrame = Instance.new("Frame")
  10012. local Bank = Instance.new("TextButton")
  10013. local Frame_2 = Instance.new("Frame")
  10014. local CrimBase1 = Instance.new("TextButton")
  10015. local Frame_3 = Instance.new("Frame")
  10016. local CrimBase2 = Instance.new("TextButton")
  10017. local Frame_4 = Instance.new("Frame")
  10018. local PTP = Instance.new("TextButton")
  10019. local Frame_5 = Instance.new("Frame")
  10020. local Helipad1 = Instance.new("TextButton")
  10021. local Frame_6 = Instance.new("Frame")
  10022. local Helipad2 = Instance.new("TextButton")
  10023. local Frame_7 = Instance.new("Frame")
  10024. local Jail = Instance.new("TextButton")
  10025. local Frame_8 = Instance.new("Frame")
  10026. local Jewlery = Instance.new("TextButton")
  10027. local Frame_9 = Instance.new("Frame")
  10028. local Police = Instance.new("TextButton")
  10029. local Frame_10 = Instance.new("Frame")
  10030. local Vault = Instance.new("TextButton")
  10031. local Frame_11 = Instance.new("Frame")
  10032. local sframe = Instance.new("ScrollingFrame")
  10033. local Garage = Instance.new("TextButton")
  10034. local Frame_12 = Instance.new("Frame")
  10035. local SPlayer = Instance.new("TextLabel")
  10036. local Frame_13 = Instance.new("Frame")
  10037. local Teleports = Instance.new("TextButton")
  10038. local Frame_14 = Instance.new("Frame")
  10039. local FBFrame = Instance.new("Frame")
  10040. local Noclipp = Instance.new("TextButton")
  10041. local Frame_15 = Instance.new("Frame")
  10042. local God = Instance.new("TextButton")
  10043. local Frame_16 = Instance.new("Frame")
  10044. local Arrest = Instance.new("TextButton")
  10045. local Frame_17 = Instance.new("Frame")
  10046. local cframe = Instance.new("Frame")
  10047. local TextLabel = Instance.new("TextLabel")
  10048. local TextLabel_2 = Instance.new("TextLabel")
  10049. local TextLabel_3 = Instance.new("TextLabel")
  10050. local TextLabel_4 = Instance.new("TextLabel")
  10051. local TextLabel_5 = Instance.new("TextLabel")
  10052. local TextLabel_6 = Instance.new("TextLabel")
  10053. local TextLabel_7 = Instance.new("TextLabel")
  10054. local TextLabel_8 = Instance.new("TextLabel")
  10055. local TextLabel_9 = Instance.new("TextLabel")
  10056. local TextLabel_10 = Instance.new("TextLabel")
  10057. local TextLabel_11 = Instance.new("TextLabel")
  10058. local Functions = Instance.new("TextButton")
  10059. local Frame_18 = Instance.new("Frame")
  10060. local Credits = Instance.new("TextButton")
  10061. local Frame_19 = Instance.new("Frame")
  10062. local GoBack = Instance.new("TextButton")
  10063. local Open = Instance.new("Frame")
  10064. local OpenGUI = Instance.new("TextButton")
  10065. local Frame_20 = Instance.new("Frame")
  10066. local val = Instance.new("ObjectValue", sframe)
  10067.  
  10068. -- GUI Properties
  10069.  
  10070. JailbreakBroken.Name = "JailbreakBroken"
  10071. JailbreakBroken.Parent = game.CoreGui
  10072.  
  10073. UI.Name = "UI"
  10074. UI.Parent = JailbreakBroken
  10075. UI.Active = true
  10076. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10077. UI.BackgroundTransparency = 0.30000001192093
  10078. UI.BorderColor3 = Color3.new(1, 1, 1)
  10079. UI.BorderSizePixel = 0
  10080. UI.Draggable = true
  10081. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  10082. UI.Size = UDim2.new(0, 318, 0, 438)
  10083. UI.Visible = false
  10084.  
  10085. Part.Name = "Part"
  10086. Part.Parent = UI
  10087. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10088. Part.BorderColor3 = Color3.new(1, 1, 1)
  10089. Part.BorderSizePixel = 0
  10090. Part.Size = UDim2.new(0, 318, 0, 67)
  10091.  
  10092. Frame.Parent = Part
  10093. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10094. Frame.BorderSizePixel = 0
  10095. Frame.Position = UDim2.new(0, 0, 0, 67)
  10096. Frame.Size = UDim2.new(0, 318, 0, 5)
  10097.  
  10098. Unimportant.Name = "Unimportant"
  10099. Unimportant.Parent = Part
  10100. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  10101. Unimportant.BackgroundTransparency = 1
  10102. Unimportant.BorderSizePixel = 0
  10103. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  10104. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  10105. Unimportant.Font = Enum.Font.SourceSansLight
  10106. Unimportant.FontSize = Enum.FontSize.Size48
  10107. Unimportant.Text = "Jailbreak Broken"
  10108. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  10109. Unimportant.TextSize = 37
  10110.  
  10111. Unimportant2.Name = "Unimportant2"
  10112. Unimportant2.Parent = Part
  10113. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  10114. Unimportant2.BackgroundTransparency = 1
  10115. Unimportant2.BorderSizePixel = 0
  10116. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  10117. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  10118. Unimportant2.Font = Enum.Font.SourceSansLight
  10119. Unimportant2.FontSize = Enum.FontSize.Size18
  10120. Unimportant2.Text = "By Excrio - v2.5"
  10121. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  10122. Unimportant2.TextSize = 17
  10123.  
  10124. TPBFrame.Name = "TPBFrame"
  10125. TPBFrame.Parent = UI
  10126. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  10127. TPBFrame.BackgroundTransparency = 1
  10128. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  10129. TPBFrame.Visible = false
  10130.  
  10131. Bank.Name = "Bank"
  10132. Bank.Parent = TPBFrame
  10133. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10134. Bank.BorderColor3 = Color3.new(1, 1, 1)
  10135. Bank.BorderSizePixel = 0
  10136. Bank.Position = UDim2.new(0, 185, 0, 85)
  10137. Bank.Size = UDim2.new(0, 97, 0, 25)
  10138. Bank.Font = Enum.Font.SourceSansLight
  10139. Bank.FontSize = Enum.FontSize.Size18
  10140. Bank.Text = "Bank Front"
  10141. Bank.TextColor3 = Color3.new(1, 1, 1)
  10142. Bank.TextSize = 17
  10143.  
  10144. Frame_2.Parent = Bank
  10145. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10146. Frame_2.BorderSizePixel = 0
  10147. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  10148. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  10149.  
  10150. CrimBase1.Name = "CrimBase1"
  10151. CrimBase1.Parent = TPBFrame
  10152. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10153. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  10154. CrimBase1.BorderSizePixel = 0
  10155. CrimBase1.Position = UDim2.new(0, 30, 0, 125)
  10156. CrimBase1.Size = UDim2.new(0, 97, 0, 25)
  10157. CrimBase1.Font = Enum.Font.SourceSansLight
  10158. CrimBase1.FontSize = Enum.FontSize.Size18
  10159. CrimBase1.Text = "Crim Base 1"
  10160. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  10161. CrimBase1.TextSize = 17
  10162.  
  10163. Frame_3.Parent = CrimBase1
  10164. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10165. Frame_3.BorderSizePixel = 0
  10166. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  10167. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  10168.  
  10169. CrimBase2.Name = "CrimBase2"
  10170. CrimBase2.Parent = TPBFrame
  10171. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10172. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  10173. CrimBase2.BorderSizePixel = 0
  10174. CrimBase2.Position = UDim2.new(0, 30, 0, 165)
  10175. CrimBase2.Size = UDim2.new(0, 97, 0, 25)
  10176. CrimBase2.Font = Enum.Font.SourceSansLight
  10177. CrimBase2.FontSize = Enum.FontSize.Size18
  10178. CrimBase2.Text = "Crim Base 2"
  10179. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  10180. CrimBase2.TextSize = 17
  10181.  
  10182. Frame_4.Parent = CrimBase2
  10183. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10184. Frame_4.BorderSizePixel = 0
  10185. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  10186. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  10187.  
  10188. PTP.Name = "PTP"
  10189. PTP.Parent = TPBFrame
  10190. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10191. PTP.BorderColor3 = Color3.new(1, 1, 1)
  10192. PTP.BorderSizePixel = 0
  10193. PTP.Position = UDim2.new(0, 185, 0, 372)
  10194. PTP.Size = UDim2.new(0, 97, 0, 27)
  10195. PTP.Font = Enum.Font.SourceSansLight
  10196. PTP.FontSize = Enum.FontSize.Size18
  10197. PTP.Text = "TP to Player"
  10198. PTP.TextColor3 = Color3.new(1, 1, 1)
  10199. PTP.TextSize = 17
  10200.  
  10201. Frame_5.Parent = PTP
  10202. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10203. Frame_5.BorderSizePixel = 0
  10204. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  10205. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  10206.  
  10207. Helipad1.Name = "Helipad1"
  10208. Helipad1.Parent = TPBFrame
  10209. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10210. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  10211. Helipad1.BorderSizePixel = 0
  10212. Helipad1.Position = UDim2.new(0, 185, 0, 125)
  10213. Helipad1.Size = UDim2.new(0, 97, 0, 25)
  10214. Helipad1.Font = Enum.Font.SourceSansLight
  10215. Helipad1.FontSize = Enum.FontSize.Size18
  10216. Helipad1.Text = "Helipad 1"
  10217. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  10218. Helipad1.TextSize = 17
  10219.  
  10220. Frame_6.Parent = Helipad1
  10221. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10222. Frame_6.BorderSizePixel = 0
  10223. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  10224. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  10225.  
  10226. Helipad2.Name = "Helipad2"
  10227. Helipad2.Parent = TPBFrame
  10228. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10229. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  10230. Helipad2.BorderSizePixel = 0
  10231. Helipad2.Position = UDim2.new(0, 185, 0, 165)
  10232. Helipad2.Size = UDim2.new(0, 97, 0, 25)
  10233. Helipad2.Font = Enum.Font.SourceSansLight
  10234. Helipad2.FontSize = Enum.FontSize.Size18
  10235. Helipad2.Text = "Helipad 2"
  10236. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  10237. Helipad2.TextSize = 17
  10238.  
  10239. Frame_7.Parent = Helipad2
  10240. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10241. Frame_7.BorderSizePixel = 0
  10242. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  10243. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  10244.  
  10245. Jail.Name = "Jail"
  10246. Jail.Parent = TPBFrame
  10247. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10248. Jail.BorderColor3 = Color3.new(1, 1, 1)
  10249. Jail.BorderSizePixel = 0
  10250. Jail.Position = UDim2.new(0, 30, 0, 85)
  10251. Jail.Size = UDim2.new(0, 97, 0, 25)
  10252. Jail.Font = Enum.Font.SourceSansLight
  10253. Jail.FontSize = Enum.FontSize.Size18
  10254. Jail.Text = "Jail"
  10255. Jail.TextColor3 = Color3.new(1, 1, 1)
  10256. Jail.TextSize = 17
  10257.  
  10258. Frame_8.Parent = Jail
  10259. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10260. Frame_8.BorderSizePixel = 0
  10261. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  10262. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  10263.  
  10264. Jewlery.Name = "Jewlery"
  10265. Jewlery.Parent = TPBFrame
  10266. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10267. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  10268. Jewlery.BorderSizePixel = 0
  10269. Jewlery.Position = UDim2.new(0, 185, 0, 245)
  10270. Jewlery.Size = UDim2.new(0, 97, 0, 25)
  10271. Jewlery.Font = Enum.Font.SourceSansLight
  10272. Jewlery.FontSize = Enum.FontSize.Size18
  10273. Jewlery.Text = "Jewelry Store"
  10274. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  10275. Jewlery.TextSize = 17
  10276.  
  10277. Frame_9.Parent = Jewlery
  10278. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10279. Frame_9.BorderSizePixel = 0
  10280. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  10281. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  10282.  
  10283. Police.Name = "Police"
  10284. Police.Parent = TPBFrame
  10285. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10286. Police.BorderColor3 = Color3.new(1, 1, 1)
  10287. Police.BorderSizePixel = 0
  10288. Police.Position = UDim2.new(0, 30, 0, 205)
  10289. Police.Size = UDim2.new(0, 97, 0, 25)
  10290. Police.Font = Enum.Font.SourceSansLight
  10291. Police.FontSize = Enum.FontSize.Size18
  10292. Police.Text = "Police HQ"
  10293. Police.TextColor3 = Color3.new(1, 1, 1)
  10294. Police.TextSize = 17
  10295.  
  10296. Frame_10.Parent = Police
  10297. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10298. Frame_10.BorderSizePixel = 0
  10299. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  10300. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  10301.  
  10302. Vault.Name = "Vault"
  10303. Vault.Parent = TPBFrame
  10304. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10305. Vault.BorderColor3 = Color3.new(1, 1, 1)
  10306. Vault.BorderSizePixel = 0
  10307. Vault.Position = UDim2.new(0, 30, 0, 245)
  10308. Vault.Size = UDim2.new(0, 97, 0, 25)
  10309. Vault.Font = Enum.Font.SourceSansLight
  10310. Vault.FontSize = Enum.FontSize.Size18
  10311. Vault.Text = "Bank Vault"
  10312. Vault.TextColor3 = Color3.new(1, 1, 1)
  10313. Vault.TextSize = 17
  10314.  
  10315. Frame_11.Parent = Vault
  10316. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10317. Frame_11.BorderSizePixel = 0
  10318. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  10319. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  10320.  
  10321. sframe.Name = "sframe"
  10322. sframe.Parent = TPBFrame
  10323. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10324. sframe.BorderSizePixel = 0
  10325. sframe.Position = UDim2.new(0, 30, 0, 293)
  10326. sframe.Size = UDim2.new(0, 252, 0, 70)
  10327. sframe.BottomImage = ""
  10328. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  10329. sframe.MidImage = ""
  10330. sframe.ScrollBarThickness = 20
  10331. sframe.TopImage = ""
  10332.  
  10333. Garage.Name = "Garage"
  10334. Garage.Parent = TPBFrame
  10335. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10336. Garage.BorderColor3 = Color3.new(1, 1, 1)
  10337. Garage.BorderSizePixel = 0
  10338. Garage.Position = UDim2.new(0, 185, 0, 205)
  10339. Garage.Size = UDim2.new(0, 97, 0, 25)
  10340. Garage.Font = Enum.Font.SourceSansLight
  10341. Garage.FontSize = Enum.FontSize.Size18
  10342. Garage.Text = "Garage"
  10343. Garage.TextColor3 = Color3.new(1, 1, 1)
  10344. Garage.TextSize = 17
  10345.  
  10346. Frame_12.Parent = Garage
  10347. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10348. Frame_12.BorderSizePixel = 0
  10349. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  10350. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  10351.  
  10352. SPlayer.Name = "SPlayer"
  10353. SPlayer.Parent = TPBFrame
  10354. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  10355. SPlayer.BackgroundTransparency = 1
  10356. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  10357. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  10358. SPlayer.Font = Enum.Font.SourceSansLight
  10359. SPlayer.FontSize = Enum.FontSize.Size18
  10360. SPlayer.Text = "Player:"
  10361. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  10362. SPlayer.TextSize = 17
  10363. SPlayer.TextWrapped = true
  10364. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  10365.  
  10366. Frame_13.Parent = TPBFrame
  10367. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10368. Frame_13.BorderSizePixel = 0
  10369. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  10370. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  10371.  
  10372. Teleports.Name = "Teleports"
  10373. Teleports.Parent = UI
  10374. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10375. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  10376. Teleports.BorderSizePixel = 0
  10377. Teleports.Position = UDim2.new(0, 72, 0, 126)
  10378. Teleports.Size = UDim2.new(0, 175, 0, 38)
  10379. Teleports.Font = Enum.Font.SourceSansLight
  10380. Teleports.FontSize = Enum.FontSize.Size24
  10381. Teleports.Text = "Player Teleports"
  10382. Teleports.TextColor3 = Color3.new(1, 1, 1)
  10383. Teleports.TextSize = 20
  10384.  
  10385. Frame_14.Parent = Teleports
  10386. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10387. Frame_14.BorderSizePixel = 0
  10388. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  10389. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  10390.  
  10391. FBFrame.Name = "FBFrame"
  10392. FBFrame.Parent = UI
  10393. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  10394. FBFrame.BackgroundTransparency = 1
  10395. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  10396. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  10397. FBFrame.Visible = false
  10398.  
  10399. Noclipp.Name = "Noclipp"
  10400. Noclipp.Parent = FBFrame
  10401. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10402. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  10403. Noclipp.BorderSizePixel = 0
  10404. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  10405. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  10406. Noclipp.Font = Enum.Font.SourceSansLight
  10407. Noclipp.FontSize = Enum.FontSize.Size18
  10408. Noclipp.Text = "Enable Noclip"
  10409. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  10410. Noclipp.TextSize = 17
  10411.  
  10412. Frame_15.Parent = Noclipp
  10413. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10414. Frame_15.BorderSizePixel = 0
  10415. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  10416. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  10417.  
  10418. God.Name = "God"
  10419. God.Parent = FBFrame
  10420. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10421. God.BorderColor3 = Color3.new(1, 1, 1)
  10422. God.BorderSizePixel = 0
  10423. God.Position = UDim2.new(0, 110, 0, 105)
  10424. God.Size = UDim2.new(0, 97, 0, 38)
  10425. God.Font = Enum.Font.SourceSansLight
  10426. God.FontSize = Enum.FontSize.Size18
  10427. God.Text = "Godmode"
  10428. God.TextColor3 = Color3.new(1, 1, 1)
  10429. God.TextSize = 17
  10430.  
  10431. Frame_16.Parent = God
  10432. Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10433. Frame_16.BorderSizePixel = 0
  10434. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  10435. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  10436.  
  10437. Arrest.Name = "Arrest"
  10438. Arrest.Parent = FBFrame
  10439. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10440. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  10441. Arrest.BorderSizePixel = 0
  10442. Arrest.Position = UDim2.new(0, 110, 0, 257)
  10443. Arrest.Size = UDim2.new(0, 97, 0, 38)
  10444. Arrest.Font = Enum.Font.SourceSansLight
  10445. Arrest.FontSize = Enum.FontSize.Size18
  10446. Arrest.Text = "Arrest Spam"
  10447. Arrest.TextColor3 = Color3.new(1, 1, 1)
  10448. Arrest.TextSize = 17
  10449.  
  10450. Frame_17.Parent = Arrest
  10451. Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10452. Frame_17.BorderSizePixel = 0
  10453. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  10454. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  10455.  
  10456. cframe.Name = "cframe"
  10457. cframe.Parent = UI
  10458. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  10459. cframe.BackgroundTransparency = 1
  10460. cframe.BorderSizePixel = 0
  10461. cframe.Size = UDim2.new(0, 318, 0, 438)
  10462. cframe.Visible = false
  10463.  
  10464. TextLabel.Parent = cframe
  10465. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10466. TextLabel.BackgroundTransparency = 1
  10467. TextLabel.BorderSizePixel = 0
  10468. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  10469. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  10470. TextLabel.Font = Enum.Font.SourceSansLight
  10471. TextLabel.FontSize = Enum.FontSize.Size24
  10472. TextLabel.Text = "Design - Excrio"
  10473. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  10474. TextLabel.TextSize = 20
  10475. TextLabel.TextWrapped = true
  10476. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  10477. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  10478.  
  10479. TextLabel_2.Parent = cframe
  10480. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10481. TextLabel_2.BackgroundTransparency = 1
  10482. TextLabel_2.BorderSizePixel = 0
  10483. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  10484. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  10485. TextLabel_2.Font = Enum.Font.SourceSansLight
  10486. TextLabel_2.FontSize = Enum.FontSize.Size24
  10487. TextLabel_2.Text = "Code - Excrio"
  10488. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  10489. TextLabel_2.TextSize = 20
  10490. TextLabel_2.TextWrapped = true
  10491. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  10492. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  10493.  
  10494. TextLabel_3.Parent = cframe
  10495. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10496. TextLabel_3.BackgroundTransparency = 1
  10497. TextLabel_3.BorderSizePixel = 0
  10498. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  10499. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  10500. TextLabel_3.Font = Enum.Font.SourceSansLight
  10501. TextLabel_3.FontSize = Enum.FontSize.Size24
  10502. TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that."
  10503. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  10504. TextLabel_3.TextSize = 20
  10505. TextLabel_3.TextWrapped = true
  10506. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  10507. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  10508.  
  10509. TextLabel_4.Parent = cframe
  10510. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10511. TextLabel_4.BackgroundTransparency = 1
  10512. TextLabel_4.BorderSizePixel = 0
  10513. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  10514. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  10515. TextLabel_4.Font = Enum.Font.SourceSansLight
  10516. TextLabel_4.FontSize = Enum.FontSize.Size24
  10517. TextLabel_4.Text = ""
  10518. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  10519. TextLabel_4.TextSize = 20
  10520. TextLabel_4.TextWrapped = true
  10521. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  10522. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  10523.  
  10524. TextLabel_5.Parent = cframe
  10525. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  10526. TextLabel_5.BackgroundTransparency = 1
  10527. TextLabel_5.BorderSizePixel = 0
  10528. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  10529. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  10530. TextLabel_5.Font = Enum.Font.SourceSansLight
  10531. TextLabel_5.FontSize = Enum.FontSize.Size28
  10532. TextLabel_5.Text = "Changelog"
  10533. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  10534. TextLabel_5.TextSize = 25
  10535. TextLabel_5.TextWrapped = true
  10536. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  10537. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  10538.  
  10539. TextLabel_6.Parent = cframe
  10540. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  10541. TextLabel_6.BackgroundTransparency = 1
  10542. TextLabel_6.BorderSizePixel = 0
  10543. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  10544. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  10545. TextLabel_6.Font = Enum.Font.SourceSansLight
  10546. TextLabel_6.FontSize = Enum.FontSize.Size28
  10547. TextLabel_6.Text = "Credit"
  10548. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  10549. TextLabel_6.TextSize = 25
  10550. TextLabel_6.TextWrapped = true
  10551. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  10552. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  10553.  
  10554. TextLabel_7.Parent = cframe
  10555. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  10556. TextLabel_7.BackgroundTransparency = 1
  10557. TextLabel_7.BorderSizePixel = 0
  10558. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  10559. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  10560. TextLabel_7.Font = Enum.Font.SourceSansLight
  10561. TextLabel_7.FontSize = Enum.FontSize.Size24
  10562. TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting"
  10563. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  10564. TextLabel_7.TextSize = 20
  10565. TextLabel_7.TextWrapped = true
  10566. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  10567. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  10568.  
  10569. TextLabel_8.Parent = cframe
  10570. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  10571. TextLabel_8.BackgroundTransparency = 1
  10572. TextLabel_8.BorderSizePixel = 0
  10573. TextLabel_8.Position = UDim2.new(0, 23, 0, 286)
  10574. TextLabel_8.Size = UDim2.new(0, 273, 0, 31)
  10575. TextLabel_8.Font = Enum.Font.SourceSansLight
  10576. TextLabel_8.FontSize = Enum.FontSize.Size24
  10577. TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)"
  10578. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  10579. TextLabel_8.TextSize = 20
  10580. TextLabel_8.TextWrapped = true
  10581. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  10582. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  10583.  
  10584. TextLabel_9.Parent = cframe
  10585. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  10586. TextLabel_9.BackgroundTransparency = 1
  10587. TextLabel_9.BorderSizePixel = 0
  10588. TextLabel_9.Position = UDim2.new(0, 23, 0, 306)
  10589. TextLabel_9.Size = UDim2.new(0, 273, 0, 31)
  10590. TextLabel_9.Font = Enum.Font.SourceSansLight
  10591. TextLabel_9.FontSize = Enum.FontSize.Size24
  10592. TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)"
  10593. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  10594. TextLabel_9.TextSize = 20
  10595. TextLabel_9.TextWrapped = true
  10596. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  10597. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  10598.  
  10599. TextLabel_10.Parent = cframe
  10600. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  10601. TextLabel_10.BackgroundTransparency = 1
  10602. TextLabel_10.BorderSizePixel = 0
  10603. TextLabel_10.Position = UDim2.new(0, 23, 0, 327)
  10604. TextLabel_10.Size = UDim2.new(0, 273, 0, 31)
  10605. TextLabel_10.Font = Enum.Font.SourceSansLight
  10606. TextLabel_10.FontSize = Enum.FontSize.Size24
  10607. TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes"
  10608. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  10609. TextLabel_10.TextSize = 20
  10610. TextLabel_10.TextWrapped = true
  10611. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  10612. TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top
  10613.  
  10614. TextLabel_11.Parent = cframe
  10615. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  10616. TextLabel_11.BackgroundTransparency = 1
  10617. TextLabel_11.BorderSizePixel = 0
  10618. TextLabel_11.Position = UDim2.new(0, 23, 0, 351)
  10619. TextLabel_11.Size = UDim2.new(0, 273, 0, 42)
  10620. TextLabel_11.Font = Enum.Font.SourceSansLight
  10621. TextLabel_11.FontSize = Enum.FontSize.Size24
  10622. TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting"
  10623. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  10624. TextLabel_11.TextSize = 20
  10625. TextLabel_11.TextWrapped = true
  10626. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  10627. TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top
  10628.  
  10629. Functions.Name = "Functions"
  10630. Functions.Parent = UI
  10631. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10632. Functions.BorderColor3 = Color3.new(1, 1, 1)
  10633. Functions.BorderSizePixel = 0
  10634. Functions.Position = UDim2.new(0, 72, 0, 219)
  10635. Functions.Size = UDim2.new(0, 175, 0, 38)
  10636. Functions.Font = Enum.Font.SourceSansLight
  10637. Functions.FontSize = Enum.FontSize.Size24
  10638. Functions.Text = "Player Functions"
  10639. Functions.TextColor3 = Color3.new(1, 1, 1)
  10640. Functions.TextSize = 20
  10641.  
  10642. Frame_18.Parent = Functions
  10643. Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10644. Frame_18.BorderSizePixel = 0
  10645. Frame_18.Position = UDim2.new(0, 0, 0, 38)
  10646. Frame_18.Size = UDim2.new(0, 175, 0, 5)
  10647.  
  10648. Credits.Name = "Credits"
  10649. Credits.Parent = UI
  10650. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10651. Credits.BorderColor3 = Color3.new(1, 1, 1)
  10652. Credits.BorderSizePixel = 0
  10653. Credits.Position = UDim2.new(0, 72, 0, 315)
  10654. Credits.Size = UDim2.new(0, 175, 0, 38)
  10655. Credits.Font = Enum.Font.SourceSansLight
  10656. Credits.FontSize = Enum.FontSize.Size24
  10657. Credits.Text = "Credits / Changelog"
  10658. Credits.TextColor3 = Color3.new(1, 1, 1)
  10659. Credits.TextSize = 20
  10660.  
  10661. Frame_19.Parent = Credits
  10662. Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  10663. Frame_19.BorderSizePixel = 0
  10664. Frame_19.Position = UDim2.new(0, 0, 0, 38)
  10665. Frame_19.Size = UDim2.new(0, 175, 0, 5)
  10666.  
  10667. GoBack.Name = "GoBack"
  10668. GoBack.Parent = UI
  10669. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10670. GoBack.BackgroundTransparency = 1
  10671. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  10672. GoBack.BorderSizePixel = 0
  10673. GoBack.Position = UDim2.new(0, 0, 0, 400)
  10674. GoBack.Size = UDim2.new(0, 93, 0, 38)
  10675. GoBack.Visible = false
  10676. GoBack.Font = Enum.Font.SourceSansLight
  10677. GoBack.FontSize = Enum.FontSize.Size24
  10678. GoBack.Text = "Go Back"
  10679. GoBack.TextColor3 = Color3.new(1, 1, 1)
  10680. GoBack.TextSize = 20
  10681.  
  10682. Open.Name = "Open"
  10683. Open.Parent = JailbreakBroken
  10684. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  10685. Open.BackgroundTransparency = 1
  10686. Open.BorderColor3 = Color3.new(1, 1, 1)
  10687. Open.BorderSizePixel = 0
  10688. Open.Position = UDim2.new(0, -105, 0, 632)
  10689. Open.Size = UDim2.new(0, 318, 0, 67)
  10690.  
  10691. OpenGUI.Name = "OpenGUI"
  10692. OpenGUI.Parent = Open
  10693. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  10694. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  10695. OpenGUI.BorderSizePixel = 0
  10696. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  10697. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  10698. OpenGUI.Font = Enum.Font.SourceSansLight
  10699. OpenGUI.FontSize = Enum.FontSize.Size18
  10700. OpenGUI.Text = "Open GUI"
  10701. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  10702. OpenGUI.TextSize = 17
  10703.  
  10704. Frame_20.Parent = OpenGUI
  10705. Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  10706. Frame_20.BorderSizePixel = 0
  10707. Frame_20.Position = UDim2.new(0, 0, 0, 38)
  10708. Frame_20.Size = UDim2.new(0, 97, 0, 5)
  10709.  
  10710. -- Teleporting
  10711. Jail.MouseButton1Click:connect(function()
  10712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  10713. end)
  10714.  
  10715. CrimBase1.MouseButton1Click:connect(function()
  10716. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  10717. end)
  10718.  
  10719. CrimBase2.MouseButton1Click:connect(function()
  10720. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  10721. end)
  10722.  
  10723. Police.MouseButton1Click:connect(function()
  10724. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  10725. end)
  10726.  
  10727. Bank.MouseButton1Click:connect(function()
  10728. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  10729. end)
  10730.  
  10731. Helipad1.MouseButton1Click:connect(function()
  10732. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  10733. end)
  10734.  
  10735. Helipad2.MouseButton1Click:connect(function()
  10736. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  10737. end)
  10738.  
  10739. Garage.MouseButton1Click:connect(function()
  10740. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  10741. end)
  10742.  
  10743. Vault.MouseButton1Click:connect(function()
  10744. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  10745. end)
  10746.  
  10747. Jewlery.MouseButton1Click:connect(function()
  10748. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  10749. end)
  10750.  
  10751. -- Player Teleporting
  10752.  
  10753. local PLR = game:GetService("Players").LocalPlayer
  10754.  
  10755. local Players = game.Players:GetPlayers()
  10756.  
  10757. local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer
  10758.  
  10759. val.Name = "Selected"
  10760.  
  10761. function alphabetize(p1, p2)
  10762. local Player1 = p1.Name:lower()
  10763. local P1 = Player1:sub(1, 1):byte()
  10764. local Player2 = p2.Name:lower()
  10765. local P2 = Player2:sub(1, 1):byte()
  10766.  
  10767.  
  10768. if P1 < P2 then return true else return false end
  10769. end
  10770. table.sort(Players, alphabetize)
  10771.  
  10772. for i = 1, #Players do
  10773. local p = Players[i]
  10774. if p ~= PLR then
  10775. local btn = Instance.new("TextButton", sframe)
  10776. btn.Name = p.Name
  10777. btn.Text = p.Name
  10778. btn.Size = UDim2.new(0, 260, 0, 25)
  10779. btn.Font = Enum.Font.Highway
  10780. btn.FontSize = Enum.FontSize.Size14
  10781. btn.TextColor3 = Color3.new(255, 255, 255)
  10782. btn.BackgroundTransparency = 1
  10783. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  10784. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  10785. btn.MouseButton1Click:connect(function()
  10786. val.Value = p
  10787. Selected1.Text = "Player: "..p.Name
  10788. end)
  10789.  
  10790. end
  10791. end
  10792.  
  10793. function update()
  10794.  
  10795. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  10796.  
  10797. local plrs = game.Players:GetPlayers()
  10798. table.sort(plrs, alphabetize)
  10799.  
  10800. for i = 1, #plrs do
  10801.  
  10802. local p = plrs[i]
  10803. if p ~= PLR then
  10804.  
  10805. local btn = Instance.new("TextButton", sframe)
  10806. btn.Text = p.Name
  10807. btn.Size = UDim2.new(0, 260, 0, 25)
  10808. btn.Font = Enum.Font.Highway
  10809. btn.FontSize = Enum.FontSize.Size14
  10810. btn.TextColor3 = Color3.new(255, 255, 255)
  10811. btn.BackgroundTransparency = 1
  10812. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  10813.  
  10814. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  10815.  
  10816. btn.MouseButton1Click:connect(function()
  10817. val.Value = p
  10818. SPlayer.Text = "Player: "..p.Name
  10819. end)
  10820.  
  10821. end
  10822. end
  10823.  
  10824. end
  10825. game.Players.PlayerAdded:connect(update)
  10826. game.Players.PlayerRemoving:connect(update)
  10827.  
  10828. -- Functions
  10829.  
  10830. function getPlayer()
  10831. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  10832. end
  10833.  
  10834. PTP.MouseButton1Click:connect(function()
  10835. local p = getPlayer()
  10836. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  10837. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  10838. end)
  10839.  
  10840. noclip = false
  10841. game:GetService('RunService').Stepped:connect(function()
  10842. if noclip then
  10843. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  10844. end
  10845. end)
  10846.  
  10847. Noclipp.MouseButton1Click:connect(function()
  10848. noclip = not noclip
  10849. if Noclipp.Text == "Enable Noclip" then
  10850. Noclipp.Text = "Disable Noclip"
  10851. else
  10852. Noclipp.Text = "Enable Noclip"
  10853. end
  10854. end)
  10855.  
  10856. God.MouseButton1Click:connect(function()
  10857. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  10858. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  10859. l.Parent = game.Players.LocalPlayer.Character
  10860. l.Name = "Humanoid"
  10861. wait(0.1)
  10862. game.Players.LocalPlayer.Character["1"]:Destroy()
  10863. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  10864. game.Players.LocalPlayer.Character.Animate.Disabled = true
  10865. wait(0.1)
  10866. game.Players.LocalPlayer.Character.Animate.Disabled = false
  10867. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  10868. end)
  10869.  
  10870. Arrest.MouseButton1Click:connect(function()
  10871. local Player = game.Players.LocalPlayer
  10872. wait(0.5)
  10873. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  10874. repeat
  10875. wait()
  10876. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  10877. until v.Team.Name ~= "Criminal"
  10878. end
  10879. end)
  10880.  
  10881.  
  10882. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  10883. OpenGUI.MouseButton1Down:connect(function()
  10884. frame.Visible = not frame.Visible
  10885. if frame.Visible == true then
  10886. OpenGUI.Text = "Close GUI"
  10887. elseif
  10888. frame.Visible == false then
  10889. OpenGUI.Text = "Open GUI"
  10890. end
  10891. end)
  10892.  
  10893. Teleports.MouseButton1Click:connect(function()
  10894. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  10895. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  10896. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  10897. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  10898. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  10899. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  10900. end)
  10901.  
  10902. Functions.MouseButton1Click:connect(function()
  10903. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  10904. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  10905. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  10906. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  10907. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  10908. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  10909. end)
  10910.  
  10911. GoBack.MouseButton1Click:connect(function()
  10912. GoBack.Visible = false
  10913. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  10914. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  10915. Teleports.Visible = true
  10916. Functions.Visible = true
  10917. Credits.Visible = true
  10918. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  10919. end)
  10920. Credits.MouseButton1Click:connect(function()
  10921. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  10922. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  10923. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  10924. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  10925. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  10926. game.CoreGui.JailbreakBroken.UI.cframe.Visible = true
  10927. end)
  10928. end)
  10929.  
  10930. AWESOMEGUI.Name = "AWESOMEGUI"
  10931. AWESOMEGUI.Parent = GameScriptsFrame
  10932. AWESOMEGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  10933. AWESOMEGUI.BorderSizePixel = 0
  10934. AWESOMEGUI.Position = UDim2.new(0, 35, 0, 365)
  10935. AWESOMEGUI.Size = UDim2.new(0, 200, 0, 50)
  10936. AWESOMEGUI.Font = Enum.Font.SourceSansBold
  10937. AWESOMEGUI.FontSize = Enum.FontSize.Size14
  10938. AWESOMEGUI.Text = "Awesome GUI"
  10939. AWESOMEGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  10940. AWESOMEGUI.TextScaled = true
  10941. AWESOMEGUI.TextSize = 14
  10942. AWESOMEGUI.TextWrapped = true
  10943. AWESOMEGUI.MouseButton1Down:connect(function()
  10944. local Corruption = Instance.new("ScreenGui")
  10945. local Main = Instance.new("Frame")
  10946. local CorruptionL = Instance.new("TextLabel")
  10947. local TeleportsB = Instance.new("TextButton")
  10948. local ToggleablesB = Instance.new("TextButton")
  10949. local Home = Instance.new("Frame")
  10950. local Welcome1 = Instance.new("TextLabel")
  10951. local Welcome2 = Instance.new("TextLabel")
  10952. local Close = Instance.new("TextButton")
  10953. local TeleportsF = Instance.new("Frame")
  10954. local BankFrontB = Instance.new("TextButton")
  10955. local BankVaultB = Instance.new("TextButton")
  10956. local CrimBase1B = Instance.new("TextButton")
  10957. local CrimBase2B = Instance.new("TextButton")
  10958. local Jewl1B = Instance.new("TextButton")
  10959. local Jewl2B = Instance.new("TextButton")
  10960. local GunStoreB = Instance.new("TextButton")
  10961. local GarageB = Instance.new("TextButton")
  10962. local DShopB = Instance.new("TextButton")
  10963. local PoliceBaseB = Instance.new("TextButton")
  10964. local HeliB = Instance.new("TextButton")
  10965. local PoliceCarsB = Instance.new("TextButton")
  10966. local ToggleablesF = Instance.new("Frame")
  10967. local WalkSpeedB = Instance.new("TextButton")
  10968. local JumpPowerB = Instance.new("TextButton")
  10969. local GravityB = Instance.new("TextButton")
  10970. local AutoArrestB = Instance.new("TextButton")
  10971. local RemoveablesB = Instance.new("TextButton")
  10972. local RemoveablesF = Instance.new("Frame")
  10973. local DoorsB = Instance.new("TextButton")
  10974. local BankB = Instance.new("TextButton")
  10975. local JewelryB = Instance.new("TextButton")
  10976. local CellB = Instance.new("TextButton")
  10977. local Open = Instance.new("TextButton")
  10978. local Player = game.Players.LocalPlayer
  10979.  
  10980. Corruption.Name = "Corruption"
  10981. Corruption.Parent = game.CoreGui
  10982. Corruption.ResetOnSpawn = false
  10983. Walk = false
  10984. Jump = false
  10985. Gravity = false
  10986. Arrest = false
  10987.  
  10988. Main.Name = "Main"
  10989. Main.Parent = Corruption
  10990. Main.Active = true
  10991. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  10992. Main.BorderSizePixel = 0
  10993. Main.Draggable = true
  10994. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  10995. Main.Size = UDim2.new(0, 145, 0, 225)
  10996. Main.Visible = false
  10997.  
  10998. CorruptionL.Name = "CorruptionL"
  10999. CorruptionL.Parent = Main
  11000. CorruptionL.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11001. CorruptionL.BackgroundTransparency = 1
  11002. CorruptionL.BorderSizePixel = 0
  11003. CorruptionL.Size = UDim2.new(0, 145, 0, 25)
  11004. CorruptionL.Font = Enum.Font.SourceSansBold
  11005. CorruptionL.FontSize = Enum.FontSize.Size18
  11006. CorruptionL.Text = "Corruption v0.3"
  11007. CorruptionL.TextColor3 = Color3.new(1, 1, 1)
  11008. CorruptionL.TextSize = 18
  11009.  
  11010. TeleportsB.Name = "TeleportsB"
  11011. TeleportsB.Parent = Main
  11012. TeleportsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11013. TeleportsB.BorderSizePixel = 0
  11014. TeleportsB.Position = UDim2.new(0, 10, 0, 35)
  11015. TeleportsB.Size = UDim2.new(0, 125, 0, 25)
  11016. TeleportsB.Font = Enum.Font.SourceSansBold
  11017. TeleportsB.FontSize = Enum.FontSize.Size18
  11018. TeleportsB.Text = "Teleports"
  11019. TeleportsB.TextColor3 = Color3.new(1, 1, 1)
  11020. TeleportsB.TextSize = 16
  11021. TeleportsB.MouseButton1Down:connect(function()
  11022. Home.Visible = false
  11023. TeleportsF.Visible = true
  11024. ToggleablesF.Visible = false
  11025. RemoveablesF.Visible = false
  11026. end)
  11027.  
  11028. ToggleablesB.Name = "ToggleablesB"
  11029. ToggleablesB.Parent = Main
  11030. ToggleablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11031. ToggleablesB.BorderSizePixel = 0
  11032. ToggleablesB.Position = UDim2.new(0, 10, 0, 70)
  11033. ToggleablesB.Size = UDim2.new(0, 125, 0, 25)
  11034. ToggleablesB.Font = Enum.Font.SourceSansBold
  11035. ToggleablesB.FontSize = Enum.FontSize.Size18
  11036. ToggleablesB.Text = "Toggleables"
  11037. ToggleablesB.TextColor3 = Color3.new(1, 1, 1)
  11038. ToggleablesB.TextSize = 16
  11039. ToggleablesB.MouseButton1Down:connect(function()
  11040. Home.Visible = false
  11041. TeleportsF.Visible = false
  11042. ToggleablesF.Visible = true
  11043. RemoveablesF.Visible = false
  11044. end)
  11045.  
  11046. Home.Name = "Home"
  11047. Home.Parent = Main
  11048. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  11049. Home.BorderSizePixel = 0
  11050. Home.Position = UDim2.new(0, 145, 0, 0)
  11051. Home.Size = UDim2.new(0, 415, 0, 225)
  11052.  
  11053. Welcome1.Name = "Welcome1"
  11054. Welcome1.Parent = Home
  11055. Welcome1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11056. Welcome1.BackgroundTransparency = 1
  11057. Welcome1.BorderSizePixel = 0
  11058. Welcome1.Size = UDim2.new(0, 415, 0, 25)
  11059. Welcome1.Font = Enum.Font.SourceSansBold
  11060. Welcome1.FontSize = Enum.FontSize.Size18
  11061. Welcome1.Text = "Welcome To Corruption v0.3!"
  11062. Welcome1.TextColor3 = Color3.new(1, 1, 1)
  11063. Welcome1.TextSize = 16
  11064.  
  11065. Welcome2.Name = "Welcome2"
  11066. Welcome2.Parent = Home
  11067. Welcome2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11068. Welcome2.BackgroundTransparency = 1
  11069. Welcome2.BorderSizePixel = 0
  11070. Welcome2.Position = UDim2.new(0, 0, 0, 25)
  11071. Welcome2.Size = UDim2.new(0, 415, 0, 25)
  11072. Welcome2.Font = Enum.Font.SourceSansBold
  11073. Welcome2.FontSize = Enum.FontSize.Size18
  11074. Welcome2.Text = "Made by tntmyles"
  11075. Welcome2.TextColor3 = Color3.new(1, 1, 1)
  11076. Welcome2.TextSize = 16
  11077.  
  11078. Close.Name = "Close"
  11079. Close.Parent = Main
  11080. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11081. Close.BorderSizePixel = 0
  11082. Close.Position = UDim2.new(0, 10, 0, 190)
  11083. Close.Size = UDim2.new(0, 125, 0, 25)
  11084. Close.Font = Enum.Font.SourceSansBold
  11085. Close.FontSize = Enum.FontSize.Size18
  11086. Close.Text = "Close"
  11087. Close.TextColor3 = Color3.new(1, 1, 1)
  11088. Close.TextSize = 16
  11089. Close.MouseButton1Down:connect(function()
  11090. Main.Visible = false
  11091. Open.Visible = true
  11092. end)
  11093.  
  11094. TeleportsF.Name = "TeleportsF"
  11095. TeleportsF.Parent = Main
  11096. TeleportsF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  11097. TeleportsF.BorderSizePixel = 0
  11098. TeleportsF.Position = UDim2.new(0, 145, 0, 0)
  11099. TeleportsF.Size = UDim2.new(0, 415, 0, 225)
  11100. TeleportsF.Visible = false
  11101.  
  11102. BankFrontB.Name = "BankFrontB"
  11103. BankFrontB.Parent = TeleportsF
  11104. BankFrontB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11105. BankFrontB.BorderSizePixel = 0
  11106. BankFrontB.Position = UDim2.new(0, 10, 0, 10)
  11107. BankFrontB.Size = UDim2.new(0, 125, 0, 25)
  11108. BankFrontB.Font = Enum.Font.SourceSansBold
  11109. BankFrontB.FontSize = Enum.FontSize.Size18
  11110. BankFrontB.Text = "Bank Front"
  11111. BankFrontB.TextColor3 = Color3.new(1, 1, 1)
  11112. BankFrontB.TextSize = 16
  11113. BankFrontB.MouseButton1Down:connect(function()
  11114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  11115. end)
  11116.  
  11117. BankVaultB.Name = "BankVaultB"
  11118. BankVaultB.Parent = TeleportsF
  11119. BankVaultB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11120. BankVaultB.BorderSizePixel = 0
  11121. BankVaultB.Position = UDim2.new(0, 10, 0, 45)
  11122. BankVaultB.Size = UDim2.new(0, 125, 0, 25)
  11123. BankVaultB.Font = Enum.Font.SourceSansBold
  11124. BankVaultB.FontSize = Enum.FontSize.Size18
  11125. BankVaultB.Text = "Bank Vault"
  11126. BankVaultB.TextColor3 = Color3.new(1, 1, 1)
  11127. BankVaultB.TextSize = 16
  11128. BankVaultB.MouseButton1Click:connect(function()
  11129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  11130. end)
  11131.  
  11132. CrimBase1B.Name = "CrimBase1B"
  11133. CrimBase1B.Parent = TeleportsF
  11134. CrimBase1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11135. CrimBase1B.BorderSizePixel = 0
  11136. CrimBase1B.Position = UDim2.new(0, 280, 0, 10)
  11137. CrimBase1B.Size = UDim2.new(0, 125, 0, 25)
  11138. CrimBase1B.Font = Enum.Font.SourceSansBold
  11139. CrimBase1B.FontSize = Enum.FontSize.Size18
  11140. CrimBase1B.Text = "Criminal Base 1"
  11141. CrimBase1B.TextColor3 = Color3.new(1, 1, 1)
  11142. CrimBase1B.TextSize = 16
  11143. CrimBase1B.MouseButton1Click:connect(function()
  11144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  11145. end)
  11146.  
  11147. CrimBase2B.Name = "CrimBase2B"
  11148. CrimBase2B.Parent = TeleportsF
  11149. CrimBase2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11150. CrimBase2B.BorderSizePixel = 0
  11151. CrimBase2B.Position = UDim2.new(0, 280, 0, 45)
  11152. CrimBase2B.Size = UDim2.new(0, 125, 0, 25)
  11153. CrimBase2B.Font = Enum.Font.SourceSansBold
  11154. CrimBase2B.FontSize = Enum.FontSize.Size18
  11155. CrimBase2B.Text = "Criminal Base 2"
  11156. CrimBase2B.TextColor3 = Color3.new(1, 1, 1)
  11157. CrimBase2B.TextSize = 16
  11158. CrimBase2B.MouseButton1Click:connect(function()
  11159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  11160. end)
  11161.  
  11162. Jewl1B.Name = "Jewl1B"
  11163. Jewl1B.Parent = TeleportsF
  11164. Jewl1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11165. Jewl1B.BorderSizePixel = 0
  11166. Jewl1B.Position = UDim2.new(0, 145, 0, 10)
  11167. Jewl1B.Size = UDim2.new(0, 125, 0, 25)
  11168. Jewl1B.Font = Enum.Font.SourceSansBold
  11169. Jewl1B.FontSize = Enum.FontSize.Size18
  11170. Jewl1B.Text = "Jewelry Store Top"
  11171. Jewl1B.TextColor3 = Color3.new(1, 1, 1)
  11172. Jewl1B.TextSize = 16
  11173. Jewl1B.MouseButton1Click:connect(function()
  11174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  11175. end)
  11176.  
  11177. Jewl2B.Name = "Jewl2B"
  11178. Jewl2B.Parent = TeleportsF
  11179. Jewl2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11180. Jewl2B.BorderSizePixel = 0
  11181. Jewl2B.Position = UDim2.new(0, 145, 0, 45)
  11182. Jewl2B.Size = UDim2.new(0, 125, 0, 25)
  11183. Jewl2B.Font = Enum.Font.SourceSansBold
  11184. Jewl2B.FontSize = Enum.FontSize.Size18
  11185. Jewl2B.Text = "Jewelry Store Inside"
  11186. Jewl2B.TextColor3 = Color3.new(1, 1, 1)
  11187. Jewl2B.TextSize = 16
  11188. Jewl2B.MouseButton1Click:connect(function()
  11189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  11190. end)
  11191.  
  11192. GunStoreB.Name = "GunStoreB"
  11193. GunStoreB.Parent = TeleportsF
  11194. GunStoreB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11195. GunStoreB.BorderSizePixel = 0
  11196. GunStoreB.Position = UDim2.new(0, 10, 0, 80)
  11197. GunStoreB.Size = UDim2.new(0, 125, 0, 25)
  11198. GunStoreB.Font = Enum.Font.SourceSansBold
  11199. GunStoreB.FontSize = Enum.FontSize.Size18
  11200. GunStoreB.Text = "Gun Store"
  11201. GunStoreB.TextColor3 = Color3.new(1, 1, 1)
  11202. GunStoreB.TextSize = 16
  11203. GunStoreB.MouseButton1Click:connect(function()
  11204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  11205. end)
  11206.  
  11207. GarageB.Name = "GarageB"
  11208. GarageB.Parent = TeleportsF
  11209. GarageB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11210. GarageB.BorderSizePixel = 0
  11211. GarageB.Position = UDim2.new(0, 145, 0, 80)
  11212. GarageB.Size = UDim2.new(0, 125, 0, 25)
  11213. GarageB.Font = Enum.Font.SourceSansBold
  11214. GarageB.FontSize = Enum.FontSize.Size18
  11215. GarageB.Text = "Garage"
  11216. GarageB.TextColor3 = Color3.new(1, 1, 1)
  11217. GarageB.TextSize = 16
  11218. GarageB.MouseButton1Click:connect(function()
  11219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  11220. end)
  11221.  
  11222. DShopB.Name = "DShopB"
  11223. DShopB.Parent = TeleportsF
  11224. DShopB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11225. DShopB.BorderSizePixel = 0
  11226. DShopB.Position = UDim2.new(0, 280, 0, 80)
  11227. DShopB.Size = UDim2.new(0, 125, 0, 25)
  11228. DShopB.Font = Enum.Font.SourceSansBold
  11229. DShopB.FontSize = Enum.FontSize.Size18
  11230. DShopB.Text = "Donut Shop"
  11231. DShopB.TextColor3 = Color3.new(1, 1, 1)
  11232. DShopB.TextSize = 16
  11233. DShopB.MouseButton1Click:connect(function()
  11234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  11235. end)
  11236.  
  11237. PoliceBaseB.Name = "PoliceBaseB"
  11238. PoliceBaseB.Parent = TeleportsF
  11239. PoliceBaseB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11240. PoliceBaseB.BorderSizePixel = 0
  11241. PoliceBaseB.Position = UDim2.new(0, 10, 0, 115)
  11242. PoliceBaseB.Size = UDim2.new(0, 125, 0, 25)
  11243. PoliceBaseB.Font = Enum.Font.SourceSansBold
  11244. PoliceBaseB.FontSize = Enum.FontSize.Size18
  11245. PoliceBaseB.Text = "Police Base"
  11246. PoliceBaseB.TextColor3 = Color3.new(1, 1, 1)
  11247. PoliceBaseB.TextSize = 16
  11248. PoliceBaseB.MouseButton1Click:connect(function()
  11249. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  11250. end)
  11251.  
  11252. HeliB.Name = "HeliB"
  11253. HeliB.Parent = TeleportsF
  11254. HeliB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11255. HeliB.BorderSizePixel = 0
  11256. HeliB.Position = UDim2.new(0, 145, 0, 115)
  11257. HeliB.Size = UDim2.new(0, 125, 0, 25)
  11258. HeliB.Font = Enum.Font.SourceSansBold
  11259. HeliB.FontSize = Enum.FontSize.Size18
  11260. HeliB.Text = "Helicopter Pad"
  11261. HeliB.TextColor3 = Color3.new(1, 1, 1)
  11262. HeliB.TextSize = 16
  11263. HeliB.MouseButton1Click:connect(function()
  11264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  11265. end)
  11266.  
  11267. PoliceCarsB.Name = "PoliceCarsB"
  11268. PoliceCarsB.Parent = TeleportsF
  11269. PoliceCarsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11270. PoliceCarsB.BorderSizePixel = 0
  11271. PoliceCarsB.Position = UDim2.new(0, 280, 0, 115)
  11272. PoliceCarsB.Size = UDim2.new(0, 125, 0, 25)
  11273. PoliceCarsB.Font = Enum.Font.SourceSansBold
  11274. PoliceCarsB.FontSize = Enum.FontSize.Size18
  11275. PoliceCarsB.Text = "Police Cars"
  11276. PoliceCarsB.TextColor3 = Color3.new(1, 1, 1)
  11277. PoliceCarsB.TextSize = 16
  11278. PoliceCarsB.MouseButton1Click:connect(function()
  11279. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  11280. end)
  11281.  
  11282. ToggleablesF.Name = "ToggleablesF"
  11283. ToggleablesF.Parent = Main
  11284. ToggleablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  11285. ToggleablesF.BorderSizePixel = 0
  11286. ToggleablesF.Position = UDim2.new(0, 145, 0, 0)
  11287. ToggleablesF.Size = UDim2.new(0, 415, 0, 225)
  11288. ToggleablesF.Visible = false
  11289.  
  11290. WalkSpeedB.Name = "WalkSpeedB"
  11291. WalkSpeedB.Parent = ToggleablesF
  11292. WalkSpeedB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11293. WalkSpeedB.BorderSizePixel = 0
  11294. WalkSpeedB.Position = UDim2.new(0, 10, 0, 10)
  11295. WalkSpeedB.Size = UDim2.new(0, 125, 0, 25)
  11296. WalkSpeedB.Font = Enum.Font.SourceSansBold
  11297. WalkSpeedB.FontSize = Enum.FontSize.Size18
  11298. WalkSpeedB.Text = "WalkSpeed"
  11299. WalkSpeedB.TextColor3 = Color3.new(1, 1, 1)
  11300. WalkSpeedB.TextSize = 16
  11301. WalkSpeedB.MouseButton1Down:connect(function()
  11302. if Walk == true then
  11303. Walk = false
  11304. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  11305. else
  11306. Walk = true
  11307. end
  11308. end)
  11309.  
  11310. JumpPowerB.Name = "JumpPowerB"
  11311. JumpPowerB.Parent = ToggleablesF
  11312. JumpPowerB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11313. JumpPowerB.BorderSizePixel = 0
  11314. JumpPowerB.Position = UDim2.new(0, 145, 0, 10)
  11315. JumpPowerB.Size = UDim2.new(0, 125, 0, 25)
  11316. JumpPowerB.Font = Enum.Font.SourceSansBold
  11317. JumpPowerB.FontSize = Enum.FontSize.Size18
  11318. JumpPowerB.Text = "JumpPower"
  11319. JumpPowerB.TextColor3 = Color3.new(1, 1, 1)
  11320. JumpPowerB.TextSize = 16
  11321. JumpPowerB.MouseButton1Down:connect(function()
  11322. if Jump == true then
  11323. Jump = false
  11324. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  11325. else
  11326. Jump = true
  11327. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  11328. end
  11329. end)
  11330.  
  11331. GravityB.Name = "GravityB"
  11332. GravityB.Parent = ToggleablesF
  11333. GravityB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11334. GravityB.BorderSizePixel = 0
  11335. GravityB.Position = UDim2.new(0, 280, 0, 10)
  11336. GravityB.Size = UDim2.new(0, 125, 0, 25)
  11337. GravityB.Font = Enum.Font.SourceSansBold
  11338. GravityB.FontSize = Enum.FontSize.Size18
  11339. GravityB.Text = "Gravity"
  11340. GravityB.TextColor3 = Color3.new(1, 1, 1)
  11341. GravityB.TextSize = 16
  11342. GravityB.MouseButton1Down:connect(function()
  11343. if Gravity == true then
  11344. Gravity = false
  11345. game.workspace.Gravity = 196.2
  11346. else
  11347. Gravity = true
  11348. game.workspace.Gravity = 45
  11349. end
  11350. end)
  11351.  
  11352. AutoArrestB.Name = "AutoArrestB"
  11353. AutoArrestB.Parent = ToggleablesF
  11354. AutoArrestB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11355. AutoArrestB.BorderSizePixel = 0
  11356. AutoArrestB.Position = UDim2.new(0, 10, 0, 45)
  11357. AutoArrestB.Size = UDim2.new(0, 125, 0, 25)
  11358. AutoArrestB.Font = Enum.Font.SourceSansBold
  11359. AutoArrestB.FontSize = Enum.FontSize.Size18
  11360. AutoArrestB.Text = "Auto Arrest"
  11361. AutoArrestB.TextColor3 = Color3.new(1, 1, 1)
  11362. AutoArrestB.TextSize = 16
  11363. AutoArrestB.MouseButton1Down:connect(function()
  11364. if Arrest == true then
  11365. Arrest = false
  11366. else
  11367. Arrest = true
  11368. end
  11369. end)
  11370.  
  11371. RemoveablesB.Name = "RemoveablesB"
  11372. RemoveablesB.Parent = Main
  11373. RemoveablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11374. RemoveablesB.BorderSizePixel = 0
  11375. RemoveablesB.Position = UDim2.new(0, 10, 0, 105)
  11376. RemoveablesB.Size = UDim2.new(0, 125, 0, 25)
  11377. RemoveablesB.Font = Enum.Font.SourceSansBold
  11378. RemoveablesB.FontSize = Enum.FontSize.Size18
  11379. RemoveablesB.Text = "Removeables"
  11380. RemoveablesB.TextColor3 = Color3.new(1, 1, 1)
  11381. RemoveablesB.TextSize = 16
  11382. RemoveablesB.TextSize = 16
  11383. RemoveablesB.MouseButton1Down:connect(function()
  11384. Home.Visible = false
  11385. TeleportsF.Visible = false
  11386. ToggleablesF.Visible = false
  11387. RemoveablesF.Visible = true
  11388. end)
  11389.  
  11390. RemoveablesF.Name = "RemoveablesF"
  11391. RemoveablesF.Parent = Main
  11392. RemoveablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  11393. RemoveablesF.BorderSizePixel = 0
  11394. RemoveablesF.Position = UDim2.new(0, 145, 0, 0)
  11395. RemoveablesF.Size = UDim2.new(0, 415, 0, 225)
  11396. RemoveablesF.Visible = false
  11397.  
  11398. DoorsB.Name = "DoorsB"
  11399. DoorsB.Parent = RemoveablesF
  11400. DoorsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11401. DoorsB.BorderSizePixel = 0
  11402. DoorsB.Position = UDim2.new(0, 10, 0, 10)
  11403. DoorsB.Size = UDim2.new(0, 125, 0, 25)
  11404. DoorsB.Font = Enum.Font.SourceSansBold
  11405. DoorsB.FontSize = Enum.FontSize.Size18
  11406. DoorsB.Text = "Doors"
  11407. DoorsB.TextColor3 = Color3.new(1, 1, 1)
  11408. DoorsB.TextSize = 16
  11409. DoorsB.MouseButton1Down:connect(function()
  11410. game.Workspace.Doors:Remove()
  11411. end)
  11412.  
  11413. BankB.Name = "BankB"
  11414. BankB.Parent = RemoveablesF
  11415. BankB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11416. BankB.BorderSizePixel = 0
  11417. BankB.Position = UDim2.new(0, 145, 0, 10)
  11418. BankB.Size = UDim2.new(0, 125, 0, 25)
  11419. BankB.Font = Enum.Font.SourceSansBold
  11420. BankB.FontSize = Enum.FontSize.Size18
  11421. BankB.Text = "Bank Lasers"
  11422. BankB.TextColor3 = Color3.new(1, 1, 1)
  11423. BankB.TextSize = 16
  11424. BankB.MouseButton1Down:connect(function()
  11425. game.Workspace.Banks.Bank.Lasers:Remove()
  11426. end)
  11427.  
  11428. JewelryB.Name = "JewelryB"
  11429. JewelryB.Parent = RemoveablesF
  11430. JewelryB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11431. JewelryB.BorderSizePixel = 0
  11432. JewelryB.Position = UDim2.new(0, 280, 0, 10)
  11433. JewelryB.Size = UDim2.new(0, 125, 0, 25)
  11434. JewelryB.Font = Enum.Font.SourceSansBold
  11435. JewelryB.FontSize = Enum.FontSize.Size18
  11436. JewelryB.Text = "Jewelry Store Lasers"
  11437. JewelryB.TextColor3 = Color3.new(1, 1, 1)
  11438. JewelryB.TextSize = 16
  11439. JewelryB.MouseButton1Down:connect(function()
  11440. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  11441. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  11442. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  11443. end)
  11444.  
  11445. CellB.Name = "CellB"
  11446. CellB.Parent = RemoveablesF
  11447. CellB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11448. CellB.BorderSizePixel = 0
  11449. CellB.Position = UDim2.new(0, 10, 0, 45)
  11450. CellB.Size = UDim2.new(0, 125, 0, 25)
  11451. CellB.Font = Enum.Font.SourceSansBold
  11452. CellB.FontSize = Enum.FontSize.Size18
  11453. CellB.Text = "Cell Bars"
  11454. CellB.TextColor3 = Color3.new(1, 1, 1)
  11455. CellB.TextSize = 16
  11456. CellB.MouseButton1Down:connect(function()
  11457. game.Workspace.Cells:Remove()
  11458. end)
  11459.  
  11460. Open.Name = "Open"
  11461. Open.Parent = Corruption
  11462. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  11463. Open.BorderSizePixel = 0
  11464. Open.Position = UDim2.new(0, 0, 0.600000024, 0)
  11465. Open.Size = UDim2.new(0, 125, 0, 25)
  11466. Open.Font = Enum.Font.SourceSansBold
  11467. Open.FontSize = Enum.FontSize.Size18
  11468. Open.Text = "Open"
  11469. Open.TextColor3 = Color3.new(1, 1, 1)
  11470. Open.TextSize = 16
  11471. Open.MouseButton1Down:connect(function()
  11472. Main.Visible = true
  11473. Open.Visible = false
  11474. end)
  11475. while true do
  11476. wait()
  11477. if Arrest == true then
  11478. local Player = game.Players.LocalPlayer
  11479. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  11480. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  11481. end
  11482. elseif Walk == true then
  11483. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 10000
  11484. end
  11485. end
  11486. end)
  11487.  
  11488. PPCCGUI.Name = "PPCCGUI"
  11489. PPCCGUI.Parent = GameScriptsFrame
  11490. PPCCGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  11491. PPCCGUI.BorderSizePixel = 0
  11492. PPCCGUI.Position = UDim2.new(0, 35, 0, 295)
  11493. PPCCGUI.Size = UDim2.new(0, 200, 0, 50)
  11494. PPCCGUI.Font = Enum.Font.SourceSansBold
  11495. PPCCGUI.FontSize = Enum.FontSize.Size14
  11496. PPCCGUI.Text = "Papa Ccaps GUI"
  11497. PPCCGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  11498. PPCCGUI.TextScaled = true
  11499. PPCCGUI.TextSize = 14
  11500. PPCCGUI.TextWrapped = true
  11501. PPCCGUI.MouseButton1Down:connect(function()
  11502. local gui = game:GetObjects("rbxassetid://852724182")[1]
  11503. gui.Parent = game.CoreGui
  11504.  
  11505. local auto = false
  11506.  
  11507. local pass = false
  11508.  
  11509. local Buttons = {
  11510. ["Bank Lobby"] = CFrame.new(30,18, 851),
  11511. ["Bank Vault"] = CFrame.new(23, 5, 800),
  11512. ["Criminal Base"] = CFrame.new(1562,49,-1754),
  11513. ["Gas Station"] = CFrame.new(-1522, 17, 696),
  11514. ["Jewerly Store Top"] = CFrame.new(105, 85, 1322),
  11515. ["Jewerly Store Bottom"] = CFrame.new(124, 17, 1317),
  11516. ["Police Station"] = CFrame.new(-1139,17,-1584),
  11517. Helicopter = CFrame.new(-1175, 57, -1578),
  11518. ["Car Garage"] = CFrame.new(-363, 17, 1160),
  11519. Prison = CFrame.new(-1417,18,-1707),
  11520. }
  11521.  
  11522. function Tele(coords)
  11523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coords
  11524. end
  11525.  
  11526. for i,v in pairs(Buttons) do
  11527. local B = gui.T:Clone()
  11528. B.Name = i
  11529. B.Text = i
  11530. B.Visible = true
  11531. B.MouseButton1Down:connect(function()
  11532. Tele(v)
  11533. end)
  11534. B.Parent = gui.Holder.Manual
  11535. end
  11536.  
  11537. gui.Holder.Bank.MouseButton1Down:connect(function()
  11538. auto = not auto
  11539. if not auto then
  11540. gui.Holder.Bank.Text = "Auto-Bank Rob: Off"
  11541. else
  11542. gui.Holder.Bank.Text = "Auto-Bank Rob: On"
  11543. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  11544. Tele(Buttons["Bank Lobby"])
  11545. wait(0.3)
  11546. Tele(Buttons["Bank Vault"])
  11547. if pass then
  11548. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  11549. wait(0.1)
  11550. Tele(Buttons["Criminal Base"])
  11551. else
  11552. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  11553. wait(0.1)
  11554. Tele(Buttons["Criminal Base"])
  11555. end
  11556. end
  11557. end
  11558. end)
  11559.  
  11560. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  11561. gui.Holder.Bank.Status.Text = "Bank: Open"
  11562. else
  11563. gui.Holder.Bank.Status.Text = "Bank: Closed"
  11564. end
  11565.  
  11566. if game:GetService("MarketplaceService"):PlayerOwnsAsset(game.Players.LocalPlayer, 739192969) then
  11567. pass = true
  11568. end
  11569.  
  11570. game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Changed:connect(function()
  11571. wait(0.8)
  11572. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  11573. gui.Holder.Bank.Status.Text = "Bank: Open"
  11574. else
  11575. gui.Holder.Bank.Status.Text = "Bank: Closed"
  11576. end
  11577. if auto and game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  11578. Tele(Buttons["Bank Lobby"])
  11579. wait(0.8)
  11580. Tele(Buttons["Bank Vault"])
  11581. if pass then
  11582. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  11583. wait(0.1)
  11584. Tele(Buttons["Criminal Base"])
  11585. else
  11586. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  11587. wait(0.1)
  11588. Tele(Buttons["Criminal Base"])
  11589. end
  11590. end
  11591. end)
  11592. end)
  11593.  
  11594. PhantomForces.Name = "PhantomForces"
  11595. PhantomForces.Parent = GameScriptsFrame
  11596. PhantomForces.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11597. PhantomForces.BorderSizePixel = 0
  11598. PhantomForces.Position = UDim2.new(0, 300, 0, 84)
  11599. PhantomForces.Size = UDim2.new(0, 200, 0, 50)
  11600. PhantomForces.Font = Enum.Font.SourceSansBold
  11601. PhantomForces.FontSize = Enum.FontSize.Size14
  11602. PhantomForces.Text = "Phantom Forces"
  11603. PhantomForces.TextColor3 = Color3.new(0.666667, 0, 0)
  11604. PhantomForces.TextScaled = true
  11605. PhantomForces.TextSize = 14
  11606. PhantomForces.TextWrapped = true
  11607. --[[PhantomForces.MouseButton1Down:connect(function()
  11608. Script Here
  11609. end)]]
  11610.  
  11611. PFGUI.Name = "PFGUI"
  11612. PFGUI.Parent = GameScriptsFrame
  11613. PFGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  11614. PFGUI.BorderSizePixel = 0
  11615. PFGUI.Position = UDim2.new(0, 300, 0, 155)
  11616. PFGUI.Size = UDim2.new(0, 200, 0, 50)
  11617. PFGUI.Font = Enum.Font.SourceSansBold
  11618. PFGUI.FontSize = Enum.FontSize.Size14
  11619. PFGUI.Text = "Phantom Forces GUI"
  11620. PFGUI.TextColor3 = Color3.new(0.666667, 0, 0)
  11621. PFGUI.TextScaled = true
  11622. PFGUI.TextSize = 14
  11623. PFGUI.TextWrapped = true
  11624. PFGUI.MouseButton1Down:connect(function()
  11625.  
  11626. -- MORTADEX
  11627. -- WRITTEN BY LOUKA @ V3RMILLION
  11628. -- DON'T JEW THE LOCALSCRIPT IF YOU DON'T KNOW HOW TO SCRIPT
  11629.  
  11630. local Mortadex = {}
  11631. Mortadex.Version = "1"
  11632. Mortadex.Modules = {}
  11633. Mortadex.ModuleCount = 0
  11634. Mortadex.ModuleSelection = 1
  11635.  
  11636. Mortadex.Stealth = true -- this will just remove print messages
  11637. Mortadex.Debug = false
  11638. Mortadex.FreeForAll = false
  11639. Mortadex.Studio = false
  11640.  
  11641. function Mortadex:RegisterModule(name, onrender, norender)
  11642. if Mortadex.Modules[name] then
  11643. return error("Module \""..name.."\" already registered!")
  11644. else
  11645. Mortadex:FLog("Registering module \"%s\"", name)
  11646. Mortadex.Modules[name] = {OnRender = onrender, NoRender = norender, Scratchpad = {}, Enabled = false, Order = Mortadex.ModuleCount}
  11647. Mortadex.ModuleCount = Mortadex.ModuleCount + 1
  11648. end
  11649. end
  11650.  
  11651. function Mortadex:Log(...)
  11652. if Mortadex.Stealth then return end
  11653. return print("[- MORTADEX -] ", ...)
  11654. end
  11655.  
  11656. function Mortadex:FLog(o, ...)
  11657. return Mortadex:Log(o:format(...))
  11658. end
  11659.  
  11660. local getrawmetatable = getrawmetatable
  11661.  
  11662. ---------------------------------------------------------------
  11663.  
  11664. Mortadex:Log("Loading core utilities...")
  11665.  
  11666. Mortadex.HookManager = {IdxHooks = {}, NIdxHooks = {}}
  11667. Mortadex.Utilities = {}
  11668. Mortadex.Services = {
  11669. Players = game:GetService("Players"),
  11670. Lighting = game:GetService("Lighting"),
  11671. RunService = game:GetService("RunService"),
  11672. UserInputService = game:GetService("UserInputService")
  11673. }
  11674. Mortadex.Instances = {
  11675. LocalPlayer = Mortadex.Services.Players.LocalPlayer,
  11676. LocalCharacter = Mortadex.Services.Players.LocalPlayer.Character,
  11677. LocalCamera = workspace.CurrentCamera,
  11678. LocalMouse = Mortadex.Services.Players.LocalPlayer:GetMouse()
  11679. }
  11680.  
  11681. function Mortadex.HookManager:Init()
  11682. if getrawmetatable then
  11683. local ObjectMt = getrawmetatable(game)
  11684. Mortadex.OriginalIndex = ObjectMt.__index
  11685. Mortadex.OriginalNewIndex = ObjectMt.__newindex
  11686.  
  11687. ObjectMt.__index = function(self, key)
  11688. local Hook = Mortadex.HookManager:LookupIndexHook(self, key)
  11689. if Hook then
  11690. return Hook(self)
  11691. else
  11692. return Mortadex.OriginalIndex(self, key)
  11693. end
  11694. end
  11695.  
  11696. ObjectMt.__newindex = function(self, key, value)
  11697. local Hook = Mortadex.HookManager:LookupNewIndexHook(self, key)
  11698. if Hook then
  11699. return Hook(self, value)
  11700. else
  11701. return Mortadex.OriginalNewIndex(self, key, value)
  11702. end
  11703. end
  11704.  
  11705. return true
  11706. end
  11707. end
  11708.  
  11709. function Mortadex.HookManager:LookupIndexHook(inst, key)
  11710. for _, Hook in next, Mortadex.HookManager.IdxHooks do
  11711. if Mortadex.OriginalIndex(inst, "IsA")(inst, Hook.AffectedClass) and Hook.Property == key then
  11712. return Hook.HookFunction
  11713. end
  11714. end
  11715. end
  11716.  
  11717. function Mortadex.HookManager:LookupNewIndexHook(inst, key)
  11718. for _, Hook in next, Mortadex.HookManager.NIdxHooks do
  11719. if Mortadex.OriginalIndex(inst, "IsA")(inst, Hook.AffectedClass) and Hook.Property == key then
  11720. return Hook.HookFunction
  11721. end
  11722. end
  11723. end
  11724.  
  11725. function Mortadex.HookManager:HookIndex(class, prop, f)
  11726. return table.insert(Mortadex.HookManager.IdxHooks, {AffectedClass = class, Property = prop, HookFunction = f})
  11727. end
  11728.  
  11729. function Mortadex.HookManager:HookNewIndex(class, prop, f)
  11730. return table.insert(Mortadex.HookManager.NIdxHooks, {AffectedClass = class, Property = prop, HookFunction = f})
  11731. end
  11732.  
  11733. function Mortadex.Utilities:WorldToScreenPoint(...)
  11734. return Mortadex.Instances.LocalCamera:WorldToScreenPoint(...)
  11735. end
  11736.  
  11737. function Mortadex.Utilities:PathObstructed(p1, p2, ...)
  11738. local ray = Ray.new(p1, (p2 - p1).unit * 500)
  11739. local haspart, hitpos = workspace:FindPartOnRayWithIgnoreList(ray, {...})
  11740. if haspart then return true, hitpos else return false end
  11741. end
  11742.  
  11743. function Mortadex.Utilities:GetReplicator()
  11744. return game:FindFirstChild("ClientReplicator", true)
  11745. end
  11746.  
  11747. function Mortadex.Utilities:GetSize(i)
  11748. if i:IsA("BasePart") then
  11749. return i.Size
  11750. elseif i:IsA("Model") then
  11751. return i:GetExtentsSize()
  11752. end
  11753. end
  11754.  
  11755. function Mortadex.Utilities:GetPlayers(mode)
  11756. local Result = {}
  11757. for _,player in next, Mortadex.Services.Players:GetPlayers() do
  11758. if mode == 0 then -- exclude players in current team
  11759. if (player ~= Mortadex.Instances.LocalPlayer and (Mortadex.Instances.LocalPlayer.TeamColor ~= player.TeamColor or (FreeForAll or DEBUG))) then
  11760. table.insert(Result, player)
  11761. end
  11762. else -- include everyone
  11763. table.insert(Result, player)
  11764. end
  11765. end
  11766. return Result
  11767. end
  11768.  
  11769. function Mortadex.Utilities:GetNearestPlayer()
  11770. if not Mortadex.Instances.LocalPlayer.Character then return end
  11771. local Players = Mortadex.Utilities:GetPlayers(0)
  11772. local SelectedPlayer, SelectedPlayerPrevDistance = nil, 25000
  11773. for i,v in next, Players do
  11774. if v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
  11775. local Distance = Mortadex.Utilities:GetDistance(Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.Position, v.Character.HumanoidRootPart.Position)
  11776. if Distance < SelectedPlayerPrevDistance then
  11777. SelectedPlayer = v
  11778. SelectedPlayerPrevDistance = Distance
  11779. end
  11780. end
  11781. end
  11782. return SelectedPlayer
  11783. end
  11784.  
  11785. function Mortadex.Utilities:GetDistance(v1, v2)
  11786. return (v1 - v2).magnitude
  11787. end
  11788.  
  11789. function Mortadex.Utilities:GetCanvas()
  11790. if not Mortadex.Canvas then
  11791. if getrawmetatable then
  11792. Mortadex.Canvas = Instance.new("ScreenGui", game:GetService("CoreGui"))
  11793. else
  11794. Mortadex.Canvas = Instance.new("ScreenGui", Mortadex.Services.Players.LocalPlayer.PlayerGui)
  11795. end
  11796. end
  11797. return Mortadex.Canvas
  11798. end
  11799.  
  11800. Mortadex.EmptyVector3 = Vector3.new()
  11801. Mortadex.EmptyCFrame = CFrame.new()
  11802.  
  11803. ---------------------------------------------------------------
  11804.  
  11805. --> ESP
  11806. Mortadex:RegisterModule("ESP", function(Storage)
  11807. local Canvas = Mortadex.Utilities:GetCanvas()
  11808. local Root = Canvas:FindFirstChild("ESP")
  11809. if not Root then
  11810. Root = Instance.new("Frame")
  11811. Root.Name = "ESP"
  11812. Root.Size = UDim2.new(1, 0, 1, 0)
  11813. Root.BackgroundTransparency = 1
  11814. end
  11815.  
  11816. Root:ClearAllChildren()
  11817. for _, Player in next, Mortadex.Utilities:GetPlayers(0) do
  11818. if Player.Character and Player.Character:FindFirstChild("Torso") then
  11819. local Locator = Instance.new("Frame")
  11820. Locator.BackgroundColor = Player.TeamColor
  11821. Locator.BackgroundTransparency = .5
  11822. local VPos, VVis = Mortadex.Utilities:WorldToScreenPoint(Player.Character.Torso.Position)
  11823. if VVis then
  11824. Locator.Size = UDim2.new(0, -2800 / VPos.z, 0, -4300 / VPos.z)
  11825. Locator.Position = UDim2.new(0, VPos.x - Locator.Size.X.Offset / 2, 0, VPos.y - Locator.Size.Y.Offset / 2)
  11826. local Name = Instance.new("TextLabel")
  11827. Name.TextColor3 = Color3.new(1,1,1)
  11828. Name.Size = UDim2.new(1,0,0, Locator.Size.Y.Offset / 5)
  11829. Name.BackgroundTransparency = 1
  11830. Name.TextScaled = true
  11831. Name.FontSize = 'Size24'
  11832. Name.Text = Player.Name
  11833. Name.TextStrokeTransparency = .3
  11834. Name.Font = 'SourceSansLight'
  11835. Name.TextXAlignment = 'Left'
  11836. Name.Parent = Locator
  11837. Locator.Parent = Root
  11838. else
  11839. Locator:Destroy()
  11840. end
  11841. end
  11842. end
  11843.  
  11844. if not Root.Parent then
  11845. Root.Parent = Canvas
  11846. end
  11847. end)
  11848.  
  11849. --> FreeForAll
  11850. Mortadex:RegisterModule("FreeForAll", function(Storage)
  11851. FreeForAll = true
  11852. end, function(Storage) FreeForAll = false end)
  11853.  
  11854. --> Chams
  11855. Mortadex:RegisterModule("Chams", function(Storage)
  11856. for i, Cham in next, Storage do
  11857. if Cham.Name:find("Cham") then
  11858. Cham:Destroy()
  11859. Storage[i] = nil
  11860. end
  11861. end
  11862.  
  11863. for _, Player in next, Mortadex.Utilities:GetPlayers(0) do
  11864. if Player.Character and Player.Character:FindFirstChild("Torso") then
  11865. for _, Part in next, Player.Character:GetChildren() do
  11866. if Part:IsA("PVInstance") then
  11867. local Box = Instance.new("BoxHandleAdornment")
  11868. Box.Size = Mortadex.Utilities:GetSize(Part) + Vector3.new(.2, .2, .2)
  11869. Box.Name = "Cham" .. Player.Name
  11870. Box.Color3 = Player.TeamColor.Color
  11871. Box.Adornee = Part
  11872. Box.AlwaysOnTop = true
  11873. Box.ZIndex = 5
  11874. Box.Transparency = .1
  11875. table.insert(Storage, Box)
  11876. Box.Parent = Mortadex.Utilities:GetCanvas()
  11877. end
  11878. end
  11879. end
  11880. end
  11881. end)
  11882.  
  11883. --> LagSwitch
  11884. Mortadex:RegisterModule("LagSwitch", function(Storage)
  11885. if not Storage.State then
  11886. Storage.State = true
  11887. local Replicator = Mortadex.Utilities:GetReplicator()
  11888. if Replicator then
  11889. Replicator:DisableProcessPackets()
  11890. end
  11891. end
  11892. end,
  11893.  
  11894. function(Storage)
  11895. if Storage.State then
  11896. Storage.State = false
  11897. local Replicator = Mortadex.Utilities:GetReplicator()
  11898. if Replicator then
  11899. Replicator:EnableProcessPackets()
  11900. end
  11901. end
  11902. end)
  11903.  
  11904. --> IronSight
  11905. Mortadex:RegisterModule("IronSight", function(Storage)
  11906. local Sight = Instance.new("Frame")
  11907. Sight.Size = UDim2.new(0, 5, 0, 5)
  11908. Sight.BackgroundTransparency = .5
  11909. Sight.BackgroundColor3 = Color3.new(1, 1, 1)
  11910. Sight.Position = UDim2.new(0, Mortadex.Instances.LocalMouse.X, 0, Mortadex.Instances.LocalMouse.Y)
  11911. Sight.Parent = Mortadex.Utilities:GetCanvas()
  11912. end)
  11913.  
  11914. --> KnifeMaster
  11915. Mortadex:RegisterModule("KnifeMaster", function(Storage)
  11916. if not Mortadex.Instances.LocalPlayer.Character then
  11917. return
  11918. end
  11919. local Pl = Mortadex.Utilities:GetNearestPlayer()
  11920. if Pl and Pl.Character and Mortadex.Utilities:GetDistance(Pl.Character.Torso.Position, Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.Position) < 150 then
  11921. Mortadex.Instances.LocalPlayer.Character.HumanoidRootPart.CFrame = Pl.Character.Torso.CFrame * CFrame.new(0,0,3)
  11922. end
  11923. end)
  11924.  
  11925. --> BigHead
  11926. Mortadex:RegisterModule("BigHead", function(Storage)
  11927. for _, v in next, Mortadex.Utilities:GetPlayers(0) do
  11928. if v.Character then
  11929. if not Storage[v.Name] then
  11930. Storage[v.Name] = { v.Character.Head.Size, v.Character.Head.CFrame }
  11931. end
  11932. v.Character.Head.CanCollide = false
  11933. v.Character.Head.Size = Vector3.new(40, 40, 40)
  11934. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 20, 0)
  11935. v.Character.Head.Transparency = .3
  11936. end
  11937. end
  11938. end,
  11939.  
  11940. function(Storage)
  11941. if not Storage.NormalSize then
  11942. Storage.NormalSize = Vector3.new(2, 1, 1)
  11943. end
  11944.  
  11945. for _, v in next, Mortadex.Utilities:GetPlayers(0) do
  11946. if v.Character then
  11947. v.Character.Head.CanCollide = true
  11948. v.Character.Head.Size = Storage.NormalSize
  11949. end
  11950. end
  11951. end)
  11952.  
  11953. ---------------------------------------------------------------
  11954.  
  11955. Mortadex:Log("Loading UI...")
  11956.  
  11957. function Mortadex:CreateWindow(name, size, timed_close, tween)
  11958. local TopBar = Instance.new("TextLabel")
  11959. TopBar.Name = "NO_CLEAR"
  11960. TopBar.Size = UDim2.new(size.X.Scale, size.X.Offset, 0, 20)
  11961. TopBar.BorderSizePixel = 0
  11962. TopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  11963. TopBar.Text = name
  11964. TopBar.TextXAlignment = Enum.TextXAlignment.Left
  11965. TopBar.TextScaled = true
  11966. TopBar.Font = Enum.Font.Code
  11967. TopBar.TextColor3 = Color3.new(0, 0, 0)
  11968. TopBar.Position = UDim2.new(.5, -(size.X.Offset/2), .5, -(size.Y.Offset/2))
  11969. TopBar.Draggable = true
  11970. TopBar.Active = true
  11971.  
  11972. local Window = Instance.new("Frame")
  11973. Window.Name = "Content"
  11974. Window.Size = size
  11975. Window.BackgroundColor3 = Color3.new(0, 0, 0)
  11976. Window.Position = UDim2.new(0, 0, 0, 20)
  11977. Window.BackgroundTransparency = .3
  11978. Window.BorderSizePixel = 0
  11979.  
  11980. if not timed_close then
  11981. local CloseBtn = Instance.new("TextButton", TopBar)
  11982. CloseBtn.Position = UDim2.new(1, -20, 0, 0)
  11983. CloseBtn.Size = UDim2.new(0, 20, 1, 0)
  11984. CloseBtn.BorderSizePixel = 0
  11985. CloseBtn.Name = "CloseBtn"
  11986. CloseBtn.BackgroundColor3 = Color3.new(0,0,0)
  11987. CloseBtn.TextColor3 = Color3.new(1, 0, 0)
  11988. CloseBtn.Text = "X"
  11989. CloseBtn.MouseButton1Click:connect(function()
  11990. TopBar:Destroy()
  11991. end)
  11992. else
  11993. local Countdown = Instance.new("TextLabel", TopBar)
  11994. Countdown.Position = UDim2.new(1, -20, 0, 0)
  11995. Countdown.Size = UDim2.new(0, 20, 1, 0)
  11996. Countdown.BackgroundTransparency = 1
  11997. Countdown.TextColor3 = Color3.new(0, 0, 0)
  11998. Countdown.Text = tostring(timed_close)
  11999. local BackPos
  12000. if tween then
  12001. BackPos = TopBar.Position
  12002. TopBar.Position = UDim2.new(.5, -(size.X.Offset/2), 1, 0)
  12003. end
  12004. spawn(function()
  12005. if tween then
  12006. TopBar:TweenPosition(BackPos, "Out", "Quad", .3, true)
  12007. end
  12008. for i = timed_close-1, 0, -1 do
  12009. wait(1)
  12010. Countdown.Text = tostring(i)
  12011. end
  12012. if not tween then
  12013. TopBar:Destroy()
  12014. else
  12015. TopBar:TweenPosition(UDim2.new(.5, -(size.X.Offset/2), 1, 0), "Out", "Sine", .3, true)
  12016. wait(.3)
  12017. TopBar:Destroy()
  12018. end
  12019. end)
  12020. end
  12021.  
  12022. Window.Parent = TopBar
  12023. TopBar.Parent = Mortadex.Utilities:GetCanvas()
  12024. return TopBar
  12025. end
  12026.  
  12027.  
  12028. ---------------------------------------------------------------
  12029.  
  12030. if not script then script = Instance.new("LocalScript") end
  12031. Mortadex.UpvalScript = script
  12032.  
  12033. Mortadex:Log("Hooking functions...")
  12034. Mortadex.HookManager:Init()
  12035. Mortadex.HookManager:HookIndex("Player", "Kick", error)
  12036. Mortadex.HookManager:HookIndex("BasePart", "Size", function(Part)
  12037. local caller_env = getfenv(1)
  12038. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  12039. if Part.Name == "Head" then
  12040. return Mortadex.EmptyVector3
  12041. end
  12042. end
  12043. return Mortadex.OriginalIndex(Part, "Size")
  12044. end)
  12045.  
  12046. Mortadex.HookManager:HookIndex("BasePart", "CFrame", function(Part)
  12047. local caller_env = getfenv(1)
  12048. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  12049. if Part.Name == "Head" then
  12050. return Mortadex.EmptyCFrame
  12051. end
  12052. end
  12053. return Mortadex.OriginalIndex(Part, "CFrame")
  12054. end)
  12055.  
  12056. Mortadex.HookManager:HookIndex("BasePart", "Transparency", function(Part)
  12057. local caller_env = getfenv(1)
  12058. if caller_env.script ~= Mortadex.UpvalScript and caller_env.script.ClassName ~= "CoreScript" then
  12059. if Part.Name == "Head" then
  12060. return 0
  12061. end
  12062. end
  12063. return Mortadex.OriginalIndex(Part, "Transparency")
  12064. end)
  12065.  
  12066. Mortadex:Log("Creating menu...")
  12067. Mortadex.SelectionMenu = Mortadex:CreateWindow("Mortadex v"..Mortadex.Version, UDim2.new(0, 250, 0, 20 * Mortadex.ModuleCount))
  12068. Mortadex.SelectionMenu.Position = UDim2.new(0, 10, 0, 10)
  12069. Mortadex.SelectionMenu.CloseBtn:Destroy()
  12070.  
  12071. for ModuleName, Module in next, Mortadex.Modules do
  12072. local Entry = Instance.new("TextLabel")
  12073. Entry.BackgroundTransparency = 1
  12074. Entry.BackgroundColor3 = Color3.new(1,1,1)
  12075. Entry.TextColor3 = Color3.new(1, 1, 1)
  12076. Entry.TextScaled = true
  12077. Entry.Font = "Code"
  12078. Entry.TextXAlignment = "Left"
  12079. Entry.Text = ModuleName
  12080. Entry.Position = UDim2.new(0, 0, 0, 20 * Module.Order)
  12081. Entry.Size = UDim2.new(1, 0, 0, 20)
  12082. Entry.Name = tostring(Module.Order)
  12083. Entry.Parent = Mortadex.SelectionMenu.Content
  12084. Entry.BorderSizePixel = 0
  12085.  
  12086. local Status = Instance.new("Frame")
  12087. Status.BorderSizePixel = 0
  12088. Status.BackgroundColor3 = Color3.new(1, 0, 0)
  12089. Status.Size = UDim2.new(0, 5, 0, 5)
  12090. Status.Position = UDim2.new(1, -10, 0, 8)
  12091. Status.Name = "Status"
  12092. Status.Parent = Entry
  12093. end
  12094.  
  12095. Mortadex:Log("Connecting UI renderer...")
  12096. Mortadex.Services.RunService:BindToRenderStep("Mortadex", Enum.RenderPriority.Last.Value + 1, function()
  12097. for _, Object in next, Mortadex.Utilities:GetCanvas():GetChildren() do
  12098. if not Object.Name:find("NO_CLEAR") then
  12099. Object:Destroy()
  12100. end
  12101. end
  12102.  
  12103. for i, Module in next, Mortadex.Modules do
  12104. if Module.Enabled and Module.OnRender then
  12105. local Success, ErrMsg = pcall(Module.OnRender, Module.Scratchpad)
  12106. if not Success then
  12107. Mortadex:FLog("Panic during execution of \"%s\"::OnRender: %s", i, ErrMsg)
  12108. end
  12109. elseif not Module.Enabled and Module.NoRender then
  12110. local Success, ErrMsg = pcall(Module.NoRender, Module.Scratchpad)
  12111. if not Success then
  12112. Mortadex:FLog("Panic during execution of \"%s\"::NoRender: %s", i, ErrMsg)
  12113. end
  12114. end
  12115. end
  12116. end)
  12117.  
  12118. Mortadex:Log("Attaching controls...")
  12119. Mortadex.Services.UserInputService.InputBegan:connect(function(InputObject)
  12120. local PreviousSelection = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  12121. if PreviousSelection then
  12122. PreviousSelection.BackgroundTransparency = 1
  12123. PreviousSelection.TextColor3 = Color3.new(1, 1, 1)
  12124. end
  12125. if InputObject.KeyCode.Name == "J" then
  12126. Mortadex.ModuleSelection = Mortadex.ModuleSelection - 1
  12127. if Mortadex.ModuleSelection < 0 then
  12128. Mortadex.ModuleSelection = Mortadex.ModuleCount - 1
  12129. end
  12130. elseif InputObject.KeyCode.Name == "K" then
  12131. Mortadex.ModuleSelection = Mortadex.ModuleSelection + 1
  12132. if Mortadex.ModuleSelection > Mortadex.ModuleCount-1 then
  12133. Mortadex.ModuleSelection = 0
  12134. end
  12135. elseif InputObject.KeyCode.Name == "L" then
  12136. local EntryLabel = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  12137. if EntryLabel then
  12138. local ModuleEntry = Mortadex.Modules[EntryLabel.Text]
  12139. if ModuleEntry then
  12140. ModuleEntry.Enabled = not ModuleEntry.Enabled
  12141. if ModuleEntry.Enabled then
  12142. EntryLabel.Status.BackgroundColor3 = Color3.new(0, 1, 0)
  12143. else
  12144. EntryLabel.Status.BackgroundColor3 = Color3.new(1, 0, 0)
  12145. end
  12146. end
  12147. end
  12148. elseif InputObject.KeyCode.Name == "P" then
  12149. Mortadex.SelectionMenu.Position = UDim2.new(1, -270, 0, 10)
  12150. end
  12151. local EntryLabel = Mortadex.SelectionMenu.Content:FindFirstChild(tostring(Mortadex.ModuleSelection))
  12152. if EntryLabel then
  12153. EntryLabel.BackgroundTransparency = .3
  12154. EntryLabel.TextColor3 = Color3.new(0, 0, 0)
  12155. end
  12156. end)
  12157.  
  12158. Mortadex:Log("Finishing up...")
  12159. local IntroWindow = Mortadex:CreateWindow("Mortadex", UDim2.new(0, 350, 0, 200), 5, true)
  12160. local IntroLabel = Instance.new("TextLabel")
  12161. IntroLabel.Font = "Code"
  12162. IntroLabel.TextWrapped = true
  12163. IntroLabel.FontSize = "Size24"
  12164. IntroLabel.TextColor3 = Color3.new(1, 1, 1)
  12165. IntroLabel.BackgroundTransparency = 1
  12166. 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."
  12167. IntroLabel.Parent = IntroWindow.Content
  12168. IntroLabel.Size = UDim2.new(1, 0, 1, 0)
  12169.  
  12170. Mortadex:Log("Initialization complete!")
  12171.  
  12172. end)
  12173.  
  12174. LUMMONEX.Name = "LUMMONEX"
  12175. LUMMONEX.Parent = GameScriptsFrame
  12176. LUMMONEX.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  12177. LUMMONEX.BorderSizePixel = 0
  12178. LUMMONEX.Position = UDim2.new(0, 565, 0, 225)
  12179. LUMMONEX.Size = UDim2.new(0, 200, 0, 50)
  12180. LUMMONEX.Font = Enum.Font.SourceSansBold
  12181. LUMMONEX.FontSize = Enum.FontSize.Size14
  12182. LUMMONEX.Text = "Lummonex"
  12183. LUMMONEX.TextColor3 = Color3.new(0.666667, 0, 0)
  12184. LUMMONEX.TextScaled = true
  12185. LUMMONEX.TextSize = 14
  12186. LUMMONEX.TextWrapped = true
  12187. LUMMONEX.MouseButton1Down:connect(function()
  12188.  
  12189. if game.CoreGui:FindFirstChild("Lumonex") then
  12190. game.CoreGui.Lumonex:destroy()
  12191. end
  12192. local Lumonex = Instance.new("ScreenGui")
  12193. local Main = Instance.new("Frame")
  12194. local Title = Instance.new("TextLabel")
  12195. local Version = Instance.new("TextLabel")
  12196. local Players = Instance.new("Frame")
  12197. local P1 = Instance.new("TextButton")
  12198. local P2 = Instance.new("TextButton")
  12199. local P3 = Instance.new("TextButton")
  12200. local P4 = Instance.new("TextButton")
  12201. local P5 = Instance.new("TextButton")
  12202. local P6 = Instance.new("TextButton")
  12203. local Locations = Instance.new("ScrollingFrame")
  12204. local Spawn = Instance.new("TextButton")
  12205. local LandStore = Instance.new("TextButton")
  12206. local Dock = Instance.new("TextButton")
  12207. local WoodRUs = Instance.new("TextButton")
  12208. local LinksLogic = Instance.new("TextButton")
  12209. local Cave = Instance.new("TextButton")
  12210. local Swamp = Instance.new("TextButton")
  12211. local Volcano = Instance.new("TextButton")
  12212. local FancyFurnishings = Instance.new("TextButton")
  12213. local PalmIsland = Instance.new("TextButton")
  12214. local FineArtsShop = Instance.new("TextButton")
  12215. local BoxedCars = Instance.new("TextButton")
  12216. local ShrineofSight = Instance.new("TextButton")
  12217. local BobsShack = Instance.new("TextButton")
  12218. local PSelected = Instance.new("TextLabel")
  12219. local LocSelected = Instance.new("TextLabel")
  12220. local TpToPlr = Instance.new("TextButton")
  12221. local TpToLoc = Instance.new("TextButton")
  12222. local TpToPlot = Instance.new("TextButton")
  12223. local TpToPlrsPlot = Instance.new("TextButton")
  12224. local BringWood = Instance.new("TextButton")
  12225. local Cls = Instance.new("TextButton")
  12226. local Open = Instance.new("TextButton")
  12227. local CG = game.CoreGui
  12228. --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
  12229. Lumonex.Name = "Lumonex"
  12230. Lumonex.Parent = game.CoreGui
  12231. do
  12232. local CGG = CG.Lumonex
  12233. Main.Name = "Main"
  12234. Main.Parent = Lumonex
  12235. Main.BackgroundColor3 = Color3.new(1, 0.819608, 0.360784)
  12236. Main.BorderSizePixel = 5
  12237. Main.Position = UDim2.new(0, 325, 0, 75)
  12238. Main.Size = UDim2.new(0, 500, 0, 400)
  12239. Main.Active = true
  12240. Main.Visible = false
  12241. Main.Draggable = true
  12242. Title.Name = "Title"
  12243. Title.Parent = Main
  12244. Title.BackgroundColor3 = Color3.new(1, 0.772549, 0.0901961)
  12245. Title.Size = UDim2.new(0, 500, 0, 35)
  12246. Title.Font = Enum.Font.Code
  12247. Title.FontSize = Enum.FontSize.Size18
  12248. Title.Text = "Lumonex"
  12249. Title.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  12250. Title.TextSize = 18
  12251. Version.Name = "Version"
  12252. Version.Parent = Main
  12253. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  12254. Version.BackgroundTransparency = 1
  12255. Version.Position = UDim2.new(0, 3, 0, 370)
  12256. Version.Size = UDim2.new(0, 50, 0, 25)
  12257. Version.Font = Enum.Font.Code
  12258. Version.FontSize = Enum.FontSize.Size18
  12259. Version.Text = "v1.0"
  12260. Version.TextSize = 18
  12261. Version.TextXAlignment = Enum.TextXAlignment.Left
  12262. Players.Name = "Players"
  12263. Players.Parent = Main
  12264. Players.BackgroundColor3 = Color3.new(1, 0.729412, 0.184314)
  12265. Players.Position = UDim2.new(0, 75, 0, 300)
  12266. Players.Size = UDim2.new(0, 347, 0, 63)
  12267. P1.Name = "P1"
  12268. P1.Parent = Players
  12269. P1.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12270. P1.Size = UDim2.new(0, 115, 0, 30)
  12271. P1.Visible = false
  12272. P1.Font = Enum.Font.Cartoon
  12273. P1.FontSize = Enum.FontSize.Size14
  12274. P1.Text = ""
  12275. P1.TextColor3 = Color3.new(1, 1, 1)
  12276. P1.TextSize = 14
  12277. P2.Name = "P2"
  12278. P2.Parent = Players
  12279. P2.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12280. P2.Position = UDim2.new(0, 116, 0, 0)
  12281. P2.Size = UDim2.new(0, 115, 0, 30)
  12282. P2.Visible = false
  12283. P2.Font = Enum.Font.Cartoon
  12284. P2.FontSize = Enum.FontSize.Size14
  12285. P2.Text = ""
  12286. P2.TextColor3 = Color3.new(1, 1, 1)
  12287. P2.TextSize = 14
  12288. P3.Name = "P3"
  12289. P3.Parent = Players
  12290. P3.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12291. P3.Position = UDim2.new(0, 232, 0, 0)
  12292. P3.Size = UDim2.new(0, 115, 0, 30)
  12293. P3.Visible = false
  12294. P3.Font = Enum.Font.Cartoon
  12295. P3.FontSize = Enum.FontSize.Size14
  12296. P3.Text = ""
  12297. P3.TextColor3 = Color3.new(1, 1, 1)
  12298. P3.TextSize = 14
  12299. P4.Name = "P4"
  12300. P4.Parent = Players
  12301. P4.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12302. P4.Position = UDim2.new(0, 232, 0, 32)
  12303. P4.Size = UDim2.new(0, 115, 0, 30)
  12304. P4.Visible = false
  12305. P4.Font = Enum.Font.Cartoon
  12306. P4.FontSize = Enum.FontSize.Size14
  12307. P4.Text = ""
  12308. P4.TextColor3 = Color3.new(1, 1, 1)
  12309. P4.TextSize = 14
  12310. P5.Name = "P5"
  12311. P5.Parent = Players
  12312. P5.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12313. P5.Position = UDim2.new(0, 116, 0, 32)
  12314. P5.Size = UDim2.new(0, 115, 0, 30)
  12315. P5.Visible = false
  12316. P5.Font = Enum.Font.Cartoon
  12317. P5.FontSize = Enum.FontSize.Size14
  12318. P5.Text = ""
  12319. P5.TextColor3 = Color3.new(1, 1, 1)
  12320. P5.TextSize = 14
  12321. P6.Name = "P6"
  12322. P6.Parent = Players
  12323. P6.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12324. P6.Position = UDim2.new(0, 0, 0, 32)
  12325. P6.Size = UDim2.new(0, 115, 0, 30)
  12326. P6.Visible = false
  12327. P6.Font = Enum.Font.Cartoon
  12328. P6.FontSize = Enum.FontSize.Size14
  12329. P6.Text = ""
  12330. P6.TextColor3 = Color3.new(1, 1, 1)
  12331. P6.TextSize = 14
  12332. Locations.Name = "Locations"
  12333. Locations.Parent = Main
  12334. Locations.BackgroundColor3 = Color3.new(1, 0.803922, 0.403922)
  12335. Locations.Position = UDim2.new(0, 75, 0, 175)
  12336. Locations.Size = UDim2.new(0, 347, 0, 57)
  12337. Locations.CanvasSize = UDim2.new(1, 200, 0, 0)
  12338. Locations.ScrollBarThickness = 6
  12339. Spawn.Name = "Spawn"
  12340. Spawn.Parent = Locations
  12341. Spawn.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12342. Spawn.Size = UDim2.new(0, 100, 0, 25)
  12343. Spawn.Font = Enum.Font.Code
  12344. Spawn.FontSize = Enum.FontSize.Size12
  12345. Spawn.Text = "Spawn"
  12346. Spawn.TextSize = 12
  12347. LandStore.Name = "Land Store"
  12348. LandStore.Parent = Locations
  12349. LandStore.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12350. LandStore.Position = UDim2.new(0, 0, 0, 25)
  12351. LandStore.Size = UDim2.new(0, 100, 0, 25)
  12352. LandStore.Font = Enum.Font.Code
  12353. LandStore.FontSize = Enum.FontSize.Size12
  12354. LandStore.Text = "Land Store"
  12355. LandStore.TextSize = 12
  12356. Dock.Name = "Dock"
  12357. Dock.Parent = Locations
  12358. Dock.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12359. Dock.Position = UDim2.new(0, 100, 0, 25)
  12360. Dock.Size = UDim2.new(0, 100, 0, 25)
  12361. Dock.Font = Enum.Font.Code
  12362. Dock.FontSize = Enum.FontSize.Size12
  12363. Dock.Text = "Dock"
  12364. Dock.TextSize = 12
  12365. WoodRUs.Name = "Wood RUs"
  12366. WoodRUs.Parent = Locations
  12367. WoodRUs.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12368. WoodRUs.Position = UDim2.new(0, 100, 0, 0)
  12369. WoodRUs.Size = UDim2.new(0, 100, 0, 25)
  12370. WoodRUs.Font = Enum.Font.Code
  12371. WoodRUs.FontSize = Enum.FontSize.Size12
  12372. WoodRUs.Text = "Wood RUs"
  12373. WoodRUs.TextSize = 12
  12374. LinksLogic.Name = "Link's Logic"
  12375. LinksLogic.Parent = Locations
  12376. LinksLogic.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12377. LinksLogic.Position = UDim2.new(0, 200, 0, 0)
  12378. LinksLogic.Size = UDim2.new(0, 100, 0, 25)
  12379. LinksLogic.Font = Enum.Font.Code
  12380. LinksLogic.FontSize = Enum.FontSize.Size12
  12381. LinksLogic.Text = "Link's Logic"
  12382. LinksLogic.TextSize = 12
  12383. Cave.Name = "Cave"
  12384. Cave.Parent = Locations
  12385. Cave.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12386. Cave.Position = UDim2.new(0, 200, 0, 25)
  12387. Cave.Size = UDim2.new(0, 100, 0, 25)
  12388. Cave.Font = Enum.Font.Code
  12389. Cave.FontSize = Enum.FontSize.Size12
  12390. Cave.Text = "Cave"
  12391. Cave.TextSize = 12
  12392. Swamp.Name = "Swamp"
  12393. Swamp.Parent = Locations
  12394. Swamp.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12395. Swamp.Position = UDim2.new(0, 300, 0, 25)
  12396. Swamp.Size = UDim2.new(0, 100, 0, 25)
  12397. Swamp.Font = Enum.Font.Code
  12398. Swamp.FontSize = Enum.FontSize.Size12
  12399. Swamp.Text = "Swamp"
  12400. Swamp.TextSize = 12
  12401. Volcano.Name = "Volcano"
  12402. Volcano.Parent = Locations
  12403. Volcano.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12404. Volcano.Position = UDim2.new(0, 300, 0, 0)
  12405. Volcano.Size = UDim2.new(0, 100, 0, 25)
  12406. Volcano.Font = Enum.Font.Code
  12407. Volcano.FontSize = Enum.FontSize.Size12
  12408. Volcano.Text = "Volcano"
  12409. Volcano.TextSize = 12
  12410. FancyFurnishings.Name = "Fancy Furnishings"
  12411. FancyFurnishings.Parent = Locations
  12412. FancyFurnishings.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12413. FancyFurnishings.Position = UDim2.new(0, 400, 0, 25)
  12414. FancyFurnishings.Size = UDim2.new(0, 100, 0, 25)
  12415. FancyFurnishings.Font = Enum.Font.Code
  12416. FancyFurnishings.FontSize = Enum.FontSize.Size12
  12417. FancyFurnishings.Text = "Fancy Furnishings"
  12418. FancyFurnishings.TextSize = 12
  12419. PalmIsland.Name = "Palm Island"
  12420. PalmIsland.Parent = Locations
  12421. PalmIsland.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12422. PalmIsland.Position = UDim2.new(0, 400, 0, 0)
  12423. PalmIsland.Size = UDim2.new(0, 100, 0, 25)
  12424. PalmIsland.Font = Enum.Font.Code
  12425. PalmIsland.FontSize = Enum.FontSize.Size12
  12426. PalmIsland.Text = "Palm Island"
  12427. PalmIsland.TextSize = 12
  12428. FineArtsShop.Name = "Fine Arts Shop"
  12429. FineArtsShop.Parent = Locations
  12430. FineArtsShop.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12431. FineArtsShop.Position = UDim2.new(0, 500, 0, 25)
  12432. FineArtsShop.Size = UDim2.new(0, 100, 0, 25)
  12433. FineArtsShop.Font = Enum.Font.Code
  12434. FineArtsShop.FontSize = Enum.FontSize.Size12
  12435. FineArtsShop.Text = "Fine Arts Shop"
  12436. FineArtsShop.TextSize = 12
  12437. BoxedCars.Name = "Boxed Cars"
  12438. BoxedCars.Parent = Locations
  12439. BoxedCars.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12440. BoxedCars.Position = UDim2.new(0, 500, 0, 0)
  12441. BoxedCars.Size = UDim2.new(0, 100, 0, 25)
  12442. BoxedCars.Font = Enum.Font.Code
  12443. BoxedCars.FontSize = Enum.FontSize.Size12
  12444. BoxedCars.Text = "Boxed Cars"
  12445. BoxedCars.TextSize = 12
  12446. ShrineofSight.Name = "Shrine of Sight"
  12447. ShrineofSight.Parent = Locations
  12448. ShrineofSight.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12449. ShrineofSight.Position = UDim2.new(0, 600, 0, 25)
  12450. ShrineofSight.Size = UDim2.new(0, 100, 0, 25)
  12451. ShrineofSight.Font = Enum.Font.Code
  12452. ShrineofSight.FontSize = Enum.FontSize.Size12
  12453. ShrineofSight.Text = "Shrine of Sight"
  12454. ShrineofSight.TextSize = 12
  12455. BobsShack.Name = "Bob's Shack"
  12456. BobsShack.Parent = Locations
  12457. BobsShack.BackgroundColor3 = Color3.new(1, 0.686275, 0.184314)
  12458. BobsShack.Position = UDim2.new(0, 600, 0, 0)
  12459. BobsShack.Size = UDim2.new(0, 100, 0, 25)
  12460. BobsShack.Font = Enum.Font.Code
  12461. BobsShack.FontSize = Enum.FontSize.Size12
  12462. BobsShack.Text = "Bob's Shack"
  12463. BobsShack.TextSize = 12
  12464. PSelected.Name = "PSelected"
  12465. PSelected.Parent = Main
  12466. PSelected.BackgroundColor3 = Color3.new(1, 0.67451, 0.278431)
  12467. PSelected.Position = UDim2.new(0, 175, 0, 250)
  12468. PSelected.Size = UDim2.new(0, 150, 0, 30)
  12469. PSelected.Font = Enum.Font.Cartoon
  12470. PSelected.FontSize = Enum.FontSize.Size18
  12471. PSelected.Text = "No player selected"
  12472. PSelected.TextSize = 16
  12473. LocSelected.Name = "LocSelected"
  12474. LocSelected.Parent = Main
  12475. LocSelected.BackgroundColor3 = Color3.new(1, 0.67451, 0.278431)
  12476. LocSelected.Position = UDim2.new(0, 175, 0, 125)
  12477. LocSelected.Size = UDim2.new(0, 150, 0, 30)
  12478. LocSelected.Font = Enum.Font.Cartoon
  12479. LocSelected.FontSize = Enum.FontSize.Size18
  12480. LocSelected.Text = "No location selected"
  12481. LocSelected.TextSize = 16
  12482. Cls.Name = "Cls"
  12483. Cls.Parent = Main
  12484. Cls.BackgroundColor3 = Color3.new(1, 1, 1)
  12485. Cls.BackgroundTransparency = 1
  12486. Cls.Position = UDim2.new(0, 475, 0, 0)
  12487. Cls.Size = UDim2.new(0, 25, 0, 25)
  12488. Cls.Font = Enum.Font.Cartoon
  12489. Cls.FontSize = Enum.FontSize.Size24
  12490. Cls.Text = "X"
  12491. Cls.TextColor3 = Color3.new(1, 0.2, 0.0392157)
  12492. Cls.TextSize = 24
  12493. Open.Name = "Open"
  12494. Open.Parent = Lumonex
  12495. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  12496. Open.Position = UDim2.new(0, 0, 0, 350)
  12497. Open.Size = UDim2.new(0, 75, 0, 25)
  12498. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  12499. Open.Font = Enum.Font.Cartoon
  12500. Open.FontSize = Enum.FontSize.Size18
  12501. Open.Text = "Open"
  12502. Open.TextSize = 18
  12503. TpToPlr.Name = "TpToPlr"
  12504. TpToPlr.Parent = Main
  12505. TpToPlr.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  12506. TpToPlr.Position = UDim2.new(0, 375, 0, 250)
  12507. TpToPlr.Size = UDim2.new(0, 100, 0, 30)
  12508. TpToPlr.Font = Enum.Font.Cartoon
  12509. TpToPlr.FontSize = Enum.FontSize.Size12
  12510. TpToPlr.Text = "Teleport to Player"
  12511. TpToPlr.TextSize = 12
  12512. TpToLoc.Name = "TpToLoc"
  12513. TpToLoc.Parent = Main
  12514. TpToLoc.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  12515. TpToLoc.Position = UDim2.new(0, 15, 0, 250)
  12516. TpToLoc.Size = UDim2.new(0, 100, 0, 30)
  12517. TpToLoc.Font = Enum.Font.Cartoon
  12518. TpToLoc.FontSize = Enum.FontSize.Size11
  12519. TpToLoc.Text = "Teleport To Location"
  12520. TpToLoc.TextSize = 11
  12521. TpToPlot.Name = "TpToPlot"
  12522. TpToPlot.Parent = Main
  12523. TpToPlot.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  12524. TpToPlot.Position = UDim2.new(0, 45, 0, 75)
  12525. TpToPlot.Size = UDim2.new(0, 125, 0, 30)
  12526. TpToPlot.Font = Enum.Font.Cartoon
  12527. TpToPlot.FontSize = Enum.FontSize.Size12
  12528. TpToPlot.Text = "Teleport to your Plot"
  12529. TpToPlot.TextSize = 12
  12530. TpToPlrsPlot.Name = "TpToPlrsPlot"
  12531. TpToPlrsPlot.Parent = Main
  12532. TpToPlrsPlot.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  12533. TpToPlrsPlot.Position = UDim2.new(0, 330, 0, 75)
  12534. TpToPlrsPlot.Size = UDim2.new(0, 125, 0, 30)
  12535. TpToPlrsPlot.Font = Enum.Font.Cartoon
  12536. TpToPlrsPlot.FontSize = Enum.FontSize.Size11
  12537. TpToPlrsPlot.Text = "Teleport to player's Plot"
  12538. TpToPlrsPlot.TextSize = 11
  12539. BringWood.Name = "BringWood"
  12540. BringWood.Parent = Main
  12541. BringWood.BackgroundColor3 = Color3.new(1, 0.54902, 0.321569)
  12542. BringWood.Position = UDim2.new(0, 187, 0, 75)
  12543. BringWood.Size = UDim2.new(0, 125, 0, 30)
  12544. BringWood.Font = Enum.Font.Cartoon
  12545. BringWood.FontSize = Enum.FontSize.Size11
  12546. BringWood.Text = "Bring Wood"
  12547. BringWood.TextSize = 11
  12548. local Locations = {
  12549. ["Spawn"] = Vector3.new(155, 3, 74),
  12550. ["Wood RUs"] = Vector3.new(265, 3, 57),
  12551. ["Land Store"] = Vector3.new(258, 3, -99),
  12552. ["Dock"] = Vector3.new(1114, -1, -197),
  12553. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  12554. ["Cave"] = Vector3.new(3581, -179, 430),
  12555. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  12556. ["Swamp"] = Vector3.new(-1209, 132, -801),
  12557. ["Palm Island"] = Vector3.new(2549, -5, -42),
  12558. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  12559. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  12560. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  12561. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  12562. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919)
  12563. }
  12564. CGG.Main.Cls.MouseButton1Down:connect(function()
  12565. Main.Visible = false
  12566. Open.Visible = true
  12567. end)
  12568. CGG.Open.MouseButton1Down:connect(function()
  12569. Main.Visible = true
  12570. Open.Visible = false
  12571. end)
  12572. CGG.Main.BringWood.MouseButton1Down:connect(function()
  12573. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  12574. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  12575. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  12576. end
  12577. end
  12578. end)
  12579. CGG.Main.TpToPlot.MouseButton1Down:connect(function()
  12580. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  12581. if v.Owner.Value == game.Players.LocalPlayer then
  12582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  12583. end
  12584. end
  12585. end)
  12586. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  12587. if PSelected.Text == "No player selected" then
  12588. warn("No Player Selected")
  12589. else
  12590. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PSelected.Text].HumanoidRootPart.CFrame
  12591. end
  12592. end)
  12593. CGG.Main.TpToPlrsPlot.MouseButton1Down:connect(function()
  12594. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  12595. if v.Owner.Value == game.Players[CGG.Main.PSelected.Text] then
  12596. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  12597. end
  12598. end
  12599. end)
  12600. CGG.Main.TpToLoc.MouseButton1Down:connect(function()
  12601. if CGG.Main.LocSelected.Text == "No location selected" then
  12602. warn("No Location Selected")
  12603. else
  12604. game.Players.LocalPlayer.Character:MoveTo(Locations[CGG.Main.LocSelected.Text])
  12605. end
  12606. end)
  12607. CGG.Main.Players.P1.MouseButton1Down:connect(function()
  12608. PSelected.Text = P1.Text
  12609. end)
  12610. CGG.Main.Players.P2.MouseButton1Down:connect(function()
  12611. PSelected.Text = P2.Text
  12612. end)
  12613. CGG.Main.Players.P3.MouseButton1Down:connect(function()
  12614. PSelected.Text = P3.Text
  12615. end)
  12616. CGG.Main.Players.P4.MouseButton1Down:connect(function()
  12617. PSelected.Text = P4.Text
  12618. end)
  12619. CGG.Main.Players.P5.MouseButton1Down:connect(function()
  12620. PSelected.Text = P5.Text
  12621. end)
  12622. CGG.Main.Players.P6.MouseButton1Down:connect(function()
  12623. PSelected.Text = P6.Text
  12624. end)
  12625. local buttons = {
  12626. CGG.Main.Players.P1,
  12627. CGG.Main.Players.P2,
  12628. CGG.Main.Players.P3,
  12629. CGG.Main.Players.P4,
  12630. CGG.Main.Players.P5,
  12631. CGG.Main.Players.P6
  12632. }
  12633. for i, v in pairs(game.Players:GetChildren()) do
  12634. buttons[i].Text = v.Name
  12635. buttons[i].Visible = true
  12636. end
  12637. game.Players.PlayerRemoving:connect(function()
  12638. for i, v in pairs(game.Players:GetChildren()) do
  12639. buttons[i].Text = v.Name
  12640. buttons[i].Visible = true
  12641. end
  12642. end)
  12643. game.Players.PlayerAdded:connect(function()
  12644. for i, v in pairs(game.Players:GetChildren()) do
  12645. buttons[i].Text = v.Name
  12646. buttons[i].Visible = true
  12647. end
  12648. end)
  12649. CGG.Main.Locations.Spawn.MouseButton1Down:connect(function()
  12650. LocSelected.Text = "Spawn"
  12651. end)
  12652. CGG.Main.Locations["Wood RUs"].MouseButton1Down:connect(function()
  12653. LocSelected.Text = "Wood RUs"
  12654. end)
  12655. CGG.Main.Locations["Land Store"].MouseButton1Down:connect(function()
  12656. LocSelected.Text = "Land Store"
  12657. end)
  12658. CGG.Main.Locations.Dock.MouseButton1Down:connect(function()
  12659. LocSelected.Text = "Dock"
  12660. end)
  12661. CGG.Main.Locations["Link's Logic"].MouseButton1Down:connect(function()
  12662. LocSelected.Text = "Link's Logic"
  12663. end)
  12664. CGG.Main.Locations.Cave.MouseButton1Down:connect(function()
  12665. LocSelected.Text = "Cave"
  12666. end)
  12667. CGG.Main.Locations.Volcano.MouseButton1Down:connect(function()
  12668. LocSelected.Text = "Volcano"
  12669. end)
  12670. CGG.Main.Locations.Swamp.MouseButton1Down:connect(function()
  12671. LocSelected.Text = "Swamp"
  12672. end)
  12673. CGG.Main.Locations["Palm Island"].MouseButton1Down:connect(function()
  12674. LocSelected.Text = "Palm Island"
  12675. end)
  12676. CGG.Main.Locations["Fancy Furnishings"].MouseButton1Down:connect(function()
  12677. LocSelected.Text = "Fancy Furnishings"
  12678. end)
  12679. CGG.Main.Locations["Boxed Cars"].MouseButton1Down:connect(function()
  12680. LocSelected.Text = "Boxed Cars"
  12681. end)
  12682. CGG.Main.Locations["Fine Arts Shop"].MouseButton1Down:connect(function()
  12683. LocSelected.Text = "Fine Arts Shop"
  12684. end)
  12685. CGG.Main.Locations["Bob's Shack"].MouseButton1Down:connect(function()
  12686. LocSelected.Text = "Bob's Shack"
  12687. end)
  12688. CGG.Main.Locations["Shrine of Sight"].MouseButton1Down:connect(function()
  12689. LocSelected.Text = "Shrine of Sight"
  12690. end)
  12691. end
  12692. --end
  12693. end)
  12694.  
  12695. UNLIMITEDCASHLT2.Name = "UNLIMITEDCASHLT2"
  12696. UNLIMITEDCASHLT2.Parent = GameScriptsFrame
  12697. UNLIMITEDCASHLT2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  12698. UNLIMITEDCASHLT2.BorderSizePixel = 0
  12699. UNLIMITEDCASHLT2.Position = UDim2.new(0, 565, 0, 295)
  12700. UNLIMITEDCASHLT2.Size = UDim2.new(0, 200, 0, 50)
  12701. UNLIMITEDCASHLT2.Font = Enum.Font.SourceSansBold
  12702. UNLIMITEDCASHLT2.FontSize = Enum.FontSize.Size14
  12703. UNLIMITEDCASHLT2.Text = "Unlimited Cash"
  12704. UNLIMITEDCASHLT2.TextColor3 = Color3.new(0.666667, 0, 0)
  12705. UNLIMITEDCASHLT2.TextScaled = true
  12706. UNLIMITEDCASHLT2.TextSize = 14
  12707. UNLIMITEDCASHLT2.TextWrapped = true
  12708. UNLIMITEDCASHLT2.MouseButton1Down:connect(function()
  12709. game.ReplicatedStorage.Transactions.ClientToServer.AttemptPurchase:InvokeServer(-10000000)
  12710. game.Players.LocalPlayer.PlayerGui.LoadSaveGUI.LoadSaveClient.SavePlease:Fire()
  12711. end)
  12712.  
  12713. LUMBERHUB.Name = "LUMBERHUB"
  12714. LUMBERHUB.Parent = GameScriptsFrame
  12715. LUMBERHUB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  12716. LUMBERHUB.BorderSizePixel = 0
  12717. LUMBERHUB.Position = UDim2.new(0, 565, 0, 365)
  12718. LUMBERHUB.Size = UDim2.new(0, 200, 0, 50)
  12719. LUMBERHUB.Font = Enum.Font.SourceSansBold
  12720. LUMBERHUB.FontSize = Enum.FontSize.Size14
  12721. LUMBERHUB.Text = "Lumber Hub"
  12722. LUMBERHUB.TextColor3 = Color3.new(0.666667, 0, 0)
  12723. LUMBERHUB.TextScaled = true
  12724. LUMBERHUB.TextSize = 14
  12725. LUMBERHUB.TextWrapped = true
  12726. LUMBERHUB.MouseButton1Down:connect(function()
  12727. -- Lumber hub Version 1.9b
  12728. -- Dont leak or you will face the fists of furry
  12729.  
  12730. game.StarterPlayer.StarterPlayerScripts.Clean2:Remove()
  12731. warn('anti exploit removed')
  12732.  
  12733. local LH = Instance.new("ScreenGui")
  12734. local Main = Instance.new("Frame")
  12735. local tBar = Instance.new("Frame")
  12736. local exit = Instance.new("TextButton")
  12737. local Header = Instance.new("TextLabel")
  12738. local bHolder = Instance.new("Frame")
  12739. local godmode = Instance.new("TextButton")
  12740. local stealaxes = Instance.new("TextButton")
  12741. local bringwood = Instance.new("TextButton")
  12742. local whitelist = Instance.new("TextButton")
  12743. local land = Instance.new("TextButton")
  12744. local printt = Instance.new("TextButton")
  12745. local tHolder = Instance.new("ScrollingFrame")
  12746. local woodsrus = Instance.new("TextButton")
  12747. local landstore = Instance.new("TextButton")
  12748. local bridge = Instance.new("TextButton")
  12749. local fancy = Instance.new("TextButton")
  12750. local boxed = Instance.new("TextButton")
  12751. local links = Instance.new("TextButton")
  12752. local maze = Instance.new("TextButton")
  12753. local rukaxe = Instance.new("TextButton")
  12754. local swamp = Instance.new("TextButton")
  12755. local volcano = Instance.new("TextButton")
  12756. local volcanow = Instance.new("TextButton")
  12757. local palm = Instance.new("TextButton")
  12758. local blue = Instance.new("TextButton")
  12759. local Open = Instance.new("TextButton")
  12760.  
  12761. -- Properties
  12762.  
  12763. LH.Name = "LH"
  12764. LH.Parent = game.CoreGui
  12765.  
  12766. Main.Name = "Main"
  12767. Main.Parent = LH
  12768. Main.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  12769. Main.BorderSizePixel = 0
  12770. Main.Position = UDim2.new(0, 300, 0, 150)
  12771. Main.Size = UDim2.new(0, 300, 0, 200)
  12772. Main.Active = true
  12773. Main.Draggable = true
  12774. Main.Visible = false
  12775.  
  12776. tBar.Name = "tBar"
  12777. tBar.Parent = Main
  12778. tBar.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  12779. tBar.BorderSizePixel = 0
  12780. tBar.Size = UDim2.new(0, 300, 0, 30)
  12781.  
  12782. exit.Name = "exit"
  12783. exit.Parent = tBar
  12784. exit.BackgroundColor3 = Color3.new(0.827451, 0.243137, 0.298039)
  12785. exit.BorderSizePixel = 0
  12786. exit.Position = UDim2.new(0, 270, 0, 2)
  12787. exit.Size = UDim2.new(0, 25, 0, 25)
  12788. exit.Font = Enum.Font.SourceSansBold
  12789. exit.FontSize = Enum.FontSize.Size24
  12790. exit.Text = "-"
  12791. exit.TextColor3 = Color3.new(1, 1, 1)
  12792.  
  12793. Header.Name = "Header"
  12794. Header.Parent = tBar
  12795. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  12796. Header.BackgroundTransparency = 1
  12797. Header.BorderSizePixel = 0
  12798. Header.Size = UDim2.new(0, 200, 0, 30)
  12799. Header.Font = Enum.Font.SourceSansBold
  12800. Header.FontSize = Enum.FontSize.Size18
  12801. Header.Text = " Lumber Hub"
  12802. Header.TextColor3 = Color3.new(1, 1, 1)
  12803. Header.TextXAlignment = Enum.TextXAlignment.Left
  12804.  
  12805. bHolder.Name = "bHolder"
  12806. bHolder.Parent = Main
  12807. bHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  12808. bHolder.BackgroundTransparency = 1
  12809. bHolder.BorderSizePixel = 0
  12810. bHolder.Position = UDim2.new(0, 0, 0, 30)
  12811. bHolder.Size = UDim2.new(0, 300, 0, 170)
  12812.  
  12813. godmode.Name = "godmode"
  12814. godmode.Parent = bHolder
  12815. godmode.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12816. godmode.BorderSizePixel = 0
  12817. godmode.Position = UDim2.new(0, 10, 0, 10)
  12818. godmode.Size = UDim2.new(0, 125, 0, 20)
  12819. godmode.Font = Enum.Font.SourceSans
  12820. godmode.FontSize = Enum.FontSize.Size18
  12821. godmode.Text = "Godmode"
  12822. godmode.TextColor3 = Color3.new(1, 1, 1)
  12823.  
  12824. stealaxes.Name = "stealaxes"
  12825. stealaxes.Parent = bHolder
  12826. stealaxes.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12827. stealaxes.BorderSizePixel = 0
  12828. stealaxes.Position = UDim2.new(0, 10, 0, 35)
  12829. stealaxes.Size = UDim2.new(0, 125, 0, 20)
  12830. stealaxes.Font = Enum.Font.SourceSans
  12831. stealaxes.FontSize = Enum.FontSize.Size18
  12832. stealaxes.Text = "Steal All Axes"
  12833. stealaxes.TextColor3 = Color3.new(1, 1, 1)
  12834.  
  12835. bringwood.Name = "bringwood"
  12836. bringwood.Parent = bHolder
  12837. bringwood.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12838. bringwood.BorderSizePixel = 0
  12839. bringwood.Position = UDim2.new(0, 10, 0, 60)
  12840. bringwood.Size = UDim2.new(0, 125, 0, 20)
  12841. bringwood.Font = Enum.Font.SourceSans
  12842. bringwood.FontSize = Enum.FontSize.Size18
  12843. bringwood.Text = "BringWood"
  12844. bringwood.TextColor3 = Color3.new(1, 1, 1)
  12845.  
  12846. whitelist.Name = "whitelist"
  12847. whitelist.Parent = bHolder
  12848. whitelist.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12849. whitelist.BorderSizePixel = 0
  12850. whitelist.Position = UDim2.new(0, 10, 0, 85)
  12851. whitelist.Size = UDim2.new(0, 125, 0, 20)
  12852. whitelist.Font = Enum.Font.SourceSans
  12853. whitelist.FontSize = Enum.FontSize.Size18
  12854. whitelist.Text = "Whitelisted"
  12855. whitelist.TextColor3 = Color3.new(1, 1, 1)
  12856.  
  12857. land.Name = "land"
  12858. land.Parent = bHolder
  12859. land.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12860. land.BorderSizePixel = 0
  12861. land.Position = UDim2.new(0, 10, 0, 110)
  12862. land.Size = UDim2.new(0, 125, 0, 20)
  12863. land.Font = Enum.Font.SourceSans
  12864. land.FontSize = Enum.FontSize.Size18
  12865. land.Text = "Free land purchases"
  12866. land.TextColor3 = Color3.new(1, 1, 1)
  12867.  
  12868. printt.Name = "printt"
  12869. printt.Parent = bHolder
  12870. printt.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12871. printt.BorderSizePixel = 0
  12872. printt.Position = UDim2.new(0, 10, 0, 135)
  12873. printt.Size = UDim2.new(0, 125, 0, 20)
  12874. printt.Font = Enum.Font.SourceSans
  12875. printt.FontSize = Enum.FontSize.Size18
  12876. printt.Text = "Print all trees"
  12877. printt.TextColor3 = Color3.new(1, 1, 1)
  12878.  
  12879. tHolder.Name = "tHolder"
  12880. tHolder.Parent = Main
  12881. tHolder.BackgroundColor3 = Color3.new(0.133333, 0.137255, 0.141176)
  12882. tHolder.BorderSizePixel = 0
  12883. tHolder.Position = UDim2.new(0, 150, 0, 30)
  12884. tHolder.Size = UDim2.new(0, 150, 0, 170)
  12885.  
  12886. woodsrus.Name = "woodsrus"
  12887. woodsrus.Parent = tHolder
  12888. woodsrus.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12889. woodsrus.BorderSizePixel = 0
  12890. woodsrus.Position = UDim2.new(0, 10, 0, 10)
  12891. woodsrus.Size = UDim2.new(0, 110, 0, 20)
  12892. woodsrus.Font = Enum.Font.SourceSans
  12893. woodsrus.FontSize = Enum.FontSize.Size18
  12894. woodsrus.Text = "Woods R Us"
  12895. woodsrus.TextColor3 = Color3.new(1, 1, 1)
  12896.  
  12897. landstore.Name = "landstore"
  12898. landstore.Parent = tHolder
  12899. landstore.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12900. landstore.BorderSizePixel = 0
  12901. landstore.Position = UDim2.new(0, 10, 0, 35)
  12902. landstore.Size = UDim2.new(0, 110, 0, 20)
  12903. landstore.Font = Enum.Font.SourceSans
  12904. landstore.FontSize = Enum.FontSize.Size18
  12905. landstore.Text = "Land Store"
  12906. landstore.TextColor3 = Color3.new(1, 1, 1)
  12907.  
  12908. bridge.Name = "bridge"
  12909. bridge.Parent = tHolder
  12910. bridge.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12911. bridge.BorderSizePixel = 0
  12912. bridge.Position = UDim2.new(0, 10, 0, 60)
  12913. bridge.Size = UDim2.new(0, 110, 0, 20)
  12914. bridge.Font = Enum.Font.SourceSans
  12915. bridge.FontSize = Enum.FontSize.Size18
  12916. bridge.Text = "The Bridge"
  12917. bridge.TextColor3 = Color3.new(1, 1, 1)
  12918.  
  12919. fancy.Name = "fancy"
  12920. fancy.Parent = tHolder
  12921. fancy.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12922. fancy.BorderSizePixel = 0
  12923. fancy.Position = UDim2.new(0, 10, 0, 85)
  12924. fancy.Size = UDim2.new(0, 110, 0, 20)
  12925. fancy.Font = Enum.Font.SourceSans
  12926. fancy.FontSize = Enum.FontSize.Size18
  12927. fancy.Text = "Fancy Furnishings"
  12928. fancy.TextColor3 = Color3.new(1, 1, 1)
  12929.  
  12930. boxed.Name = "boxed"
  12931. boxed.Parent = tHolder
  12932. boxed.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12933. boxed.BorderSizePixel = 0
  12934. boxed.Position = UDim2.new(0, 10, 0, 110)
  12935. boxed.Size = UDim2.new(0, 110, 0, 20)
  12936. boxed.Font = Enum.Font.SourceSans
  12937. boxed.FontSize = Enum.FontSize.Size18
  12938. boxed.Text = "Boxed Cars"
  12939. boxed.TextColor3 = Color3.new(1, 1, 1)
  12940.  
  12941. links.Name = "links"
  12942. links.Parent = tHolder
  12943. links.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12944. links.BorderSizePixel = 0
  12945. links.Position = UDim2.new(0, 10, 0, 135)
  12946. links.Size = UDim2.new(0, 110, 0, 20)
  12947. links.Font = Enum.Font.SourceSans
  12948. links.FontSize = Enum.FontSize.Size18
  12949. links.Text = "Link's Logic"
  12950. links.TextColor3 = Color3.new(1, 1, 1)
  12951.  
  12952. maze.Name = "maze"
  12953. maze.Parent = tHolder
  12954. maze.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12955. maze.BorderSizePixel = 0
  12956. maze.Position = UDim2.new(0, 10, 0, 160)
  12957. maze.Size = UDim2.new(0, 110, 0, 20)
  12958. maze.Font = Enum.Font.SourceSans
  12959. maze.FontSize = Enum.FontSize.Size18
  12960. maze.Text = "Maze"
  12961. maze.TextColor3 = Color3.new(1, 1, 1)
  12962.  
  12963. rukaxe.Name = "rukaxe"
  12964. rukaxe.Parent = tHolder
  12965. rukaxe.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12966. rukaxe.BorderSizePixel = 0
  12967. rukaxe.Position = UDim2.new(0, 10, 0, 185)
  12968. rukaxe.Size = UDim2.new(0, 110, 0, 20)
  12969. rukaxe.Font = Enum.Font.SourceSans
  12970. rukaxe.FontSize = Enum.FontSize.Size18
  12971. rukaxe.Text = "Rukirye Axe "
  12972. rukaxe.TextColor3 = Color3.new(1, 1, 1)
  12973.  
  12974. swamp.Name = "swamp"
  12975. swamp.Parent = tHolder
  12976. swamp.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12977. swamp.BorderSizePixel = 0
  12978. swamp.Position = UDim2.new(0, 10, 0, 210)
  12979. swamp.Size = UDim2.new(0, 110, 0, 20)
  12980. swamp.Font = Enum.Font.SourceSans
  12981. swamp.FontSize = Enum.FontSize.Size18
  12982. swamp.Text = "The Swamp"
  12983. swamp.TextColor3 = Color3.new(1, 1, 1)
  12984.  
  12985. volcano.Name = "volcano"
  12986. volcano.Parent = tHolder
  12987. volcano.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12988. volcano.BorderSizePixel = 0
  12989. volcano.Position = UDim2.new(0, 10, 0, 235)
  12990. volcano.Size = UDim2.new(0, 110, 0, 20)
  12991. volcano.Font = Enum.Font.SourceSans
  12992. volcano.FontSize = Enum.FontSize.Size18
  12993. volcano.Text = "Volcano Entrance"
  12994. volcano.TextColor3 = Color3.new(1, 1, 1)
  12995.  
  12996. volcanow.Name = "volcanow"
  12997. volcanow.Parent = tHolder
  12998. volcanow.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  12999. volcanow.BorderSizePixel = 0
  13000. volcanow.Position = UDim2.new(0, 10, 0, 260)
  13001. volcanow.Size = UDim2.new(0, 110, 0, 20)
  13002. volcanow.Font = Enum.Font.SourceSans
  13003. volcanow.FontSize = Enum.FontSize.Size18
  13004. volcanow.Text = "Volcano Wood"
  13005. volcanow.TextColor3 = Color3.new(1, 1, 1)
  13006.  
  13007. palm.Name = "palm"
  13008. palm.Parent = tHolder
  13009. palm.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  13010. palm.BorderSizePixel = 0
  13011. palm.Position = UDim2.new(0, 10, 0, 285)
  13012. palm.Size = UDim2.new(0, 110, 0, 20)
  13013. palm.Font = Enum.Font.SourceSans
  13014. palm.FontSize = Enum.FontSize.Size18
  13015. palm.Text = "Palm Island"
  13016. palm.TextColor3 = Color3.new(1, 1, 1)
  13017.  
  13018. blue.Name = "blue"
  13019. blue.Parent = tHolder
  13020. blue.BackgroundColor3 = Color3.new(0.184314, 0.254902, 0.552941)
  13021. blue.BorderSizePixel = 0
  13022. blue.Position = UDim2.new(0, 10, 0, 310)
  13023. blue.Size = UDim2.new(0, 110, 0, 20)
  13024. blue.Font = Enum.Font.SourceSans
  13025. blue.FontSize = Enum.FontSize.Size18
  13026. blue.Text = "Blue Wood"
  13027. blue.TextColor3 = Color3.new(1, 1, 1)
  13028.  
  13029. Open.Name = "Open"
  13030. Open.Parent = LH
  13031. Open.BackgroundColor3 = Color3.new(0, 0.423529, 0.976471)
  13032. Open.BorderSizePixel = 0
  13033. Open.Position = UDim2.new(0, 5, 1, -30)
  13034. Open.Size = UDim2.new(0, 25, 0, 25)
  13035. Open.Font = Enum.Font.SourceSansBold
  13036. Open.FontSize = Enum.FontSize.Size24
  13037. Open.Text = "+"
  13038. Open.TextColor3 = Color3.new(1, 1, 1)
  13039.  
  13040. local main = game.CoreGui.LH.Main
  13041. local scripts = main.bHolder
  13042. local tele = main.tHolder
  13043. local open = game.CoreGui.LH.Open
  13044. local close = main.tBar.exit
  13045.  
  13046. scripts.whitelist.MouseButton1Click:connect(function()
  13047. local SpoofReturns = function(name,class,returns)
  13048. if name == "ClientIsWhitelisted" and returns[1] == false then
  13049. returns[1] = true
  13050. end
  13051. return unpack(returns)
  13052. end
  13053.  
  13054. local meta,oldmeta = getrawmetatable(game),{}
  13055. for i,v in next,meta do oldmeta[i] = v end
  13056. local realmethods = {}
  13057. realmethods.Fire = Instance.new("BindableEvent").Fire
  13058. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  13059. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  13060. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  13061. meta.__index = function(t,k)
  13062. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  13063. return function(self,...)
  13064. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  13065. end
  13066. else
  13067. return oldmeta.__index(t,k)
  13068. end
  13069. end
  13070.  
  13071. local MSGText = "You are now whitelisted by everybody."
  13072. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  13073.  
  13074. end)
  13075.  
  13076.  
  13077. scripts.godmode.MouseButton1Click:connect(function()
  13078. while wait(.5) do
  13079. game.ReplicatedStorage.Interaction.DamageHumanoid:FireServer(-100)
  13080. end
  13081. end)
  13082.  
  13083. scripts.land.MouseButton1Click:connect(function()
  13084. local SpoofReturns = function(name,class,returns)
  13085. if name == "AttemptPurchase" and returns[1] == false then
  13086. returns[1] = true
  13087. end
  13088. return unpack(returns)
  13089. end
  13090.  
  13091. local meta,oldmeta = getrawmetatable(game),{}
  13092. for i,v in next,meta do oldmeta[i] = v end
  13093. local realmethods = {}
  13094. realmethods.Fire = Instance.new("BindableEvent").Fire
  13095. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  13096. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  13097. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  13098. meta.__index = function(t,k)
  13099. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  13100. return function(self,...)
  13101. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  13102. end
  13103. else
  13104. return oldmeta.__index(t,k)
  13105. end
  13106. end
  13107. local MSGText = "You can now buy land for free."
  13108. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  13109. end)
  13110.  
  13111. scripts.stealaxes.MouseButton1Click:connect(function()
  13112. for _,v in pairs(game.Players:GetPlayers()) do
  13113. for _,w in pairs(v.Backpack:GetChildren()) do
  13114. w.Parent = game.Players.LocalPlayer.Backpack
  13115. end
  13116. end
  13117.  
  13118. local MSGText = "Stealed all axes."
  13119. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  13120. end)
  13121.  
  13122. scripts.bringwood.MouseButton1Click:connect(function()
  13123. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  13124. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  13125. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  13126. end
  13127. end
  13128. end)
  13129.  
  13130. scripts.printt.MouseButton1Click:connect(function()
  13131. function g(o)
  13132. for i,v in pairs(o:children())do
  13133. if string.match(v.ClassName, "StringValue") then
  13134. print("Name: "..v.Value.." | ".."Location: ".."game."..v:GetFullName())
  13135. end
  13136. g(v)
  13137. end
  13138. end
  13139. pcall(g,game)
  13140.  
  13141. local MSGText = "Printed all trees, pres f9"
  13142. game.ReplicatedStorage.Notices.SendUserNotice:Fire(MSGText)
  13143. end)
  13144.  
  13145.  
  13146. tele.fancy.MouseButton1Click:connect(function()
  13147. local GetPosition = (Vector3.new(244, 7, -2538));
  13148. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13149. end)
  13150.  
  13151. tele.bridge.MouseButton1Click:connect(function()
  13152. local GetPosition = (Vector3.new(116, 3, -607));
  13153. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13154. end)
  13155.  
  13156. tele.boxed.MouseButton1Click:connect(function()
  13157. local GetPosition = (Vector3.new(509, 2, -1480));
  13158. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13159. end)
  13160.  
  13161. tele.links.MouseButton1Click:connect(function()
  13162. local GetPosition = (Vector3.new(4579, 2, -736));
  13163. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13164. end)
  13165.  
  13166. tele.maze.MouseButton1Click:connect(function()
  13167. local GetPosition = (Vector3.new(5085, 2, 369));
  13168. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13169. end)
  13170.  
  13171. tele.blue.MouseButton1Click:connect(function()
  13172. local GetPosition = (Vector3.new(3336, -226, 523));
  13173. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13174. end)
  13175.  
  13176. tele.rukaxe.MouseButton1Click:connect(function()
  13177. local GetPosition = (Vector3.new(334, 51, 1958));
  13178. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13179. end)
  13180.  
  13181. tele.swamp.MouseButton1Click:connect(function()
  13182. local GetPosition = (Vector3.new(-1069, 130, -804));
  13183. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13184. end)
  13185.  
  13186. tele.volcano.MouseButton1Click:connect(function()
  13187. local GetPosition = (Vector3.new(-1359, 295, 983));
  13188. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13189. end)
  13190.  
  13191. tele.volcanow.MouseButton1Click:connect(function()
  13192. local GetPosition = (Vector3.new(-1606, 622, 1053));
  13193. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13194. end)
  13195.  
  13196. tele.palm.MouseButton1Click:connect(function()
  13197. local GetPosition = (Vector3.new(2593, -6, -39));
  13198. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13199. end)
  13200.  
  13201. tele.woodsrus.MouseButton1Click:connect(function()
  13202. local GetPosition = (Vector3.new(248.212189, 4.5, 57.5238838));
  13203. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13204. end)
  13205.  
  13206. tele.landstore.MouseButton1Click:connect(function()
  13207. local GetPosition = (Vector3.new(243, 2, -100));
  13208. game.Players.LocalPlayer.Character:MoveTo(GetPosition);
  13209. end)
  13210.  
  13211. open.MouseButton1Click:connect(function()
  13212. main.Visible = true
  13213. open.Visible = false
  13214. end)
  13215.  
  13216. close.MouseButton1Click:connect(function()
  13217. main.Visible = false
  13218. open.Visible = true
  13219. end)
  13220. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement