Advertisement
Guest User

To Do List

a guest
Nov 5th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.49 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginGui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local login = Instance.new("TextButton")
  9. local Website = Instance.new("TextButton")
  10. local MainGui = Instance.new("Frame")
  11. local EveryoneSaysBadWords = Instance.new("TextButton")
  12. local PLGui = Instance.new("TextButton")
  13. local ESP = Instance.new("TextButton")
  14. local SoundTroll = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16. local Rape = Instance.new("TextButton")
  17. local AllweaponsRedwood = Instance.new("TextButton")
  18. local KillAll = Instance.new("TextButton")
  19. local OpenGui = Instance.new("Frame")
  20. local Open = Instance.new("TextButton")
  21. --Properties:
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. LoginGui.Name = "Login Gui"
  25. LoginGui.Parent = ScreenGui
  26. LoginGui.BackgroundColor3 = Color3.new(1, 1, 1)
  27. LoginGui.BorderSizePixel = 4
  28. LoginGui.Position = UDim2.new(0.385991812, 0, 0.279179811, 0)
  29. LoginGui.Size = UDim2.new(0, 255, 0, 299)
  30. LoginGui.Active = true
  31. LoginGui.Drqggable = true
  32.  
  33. user.Name = "user"
  34. user.Parent = LoginGui
  35. user.Active = false
  36. user.BackgroundColor3 = Color3.new(1, 1, 1)
  37. user.BorderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  38. user.BorderSizePixel = 2
  39. user.Position = UDim2.new(-0.000153727829, 0, 0.146285862, 0)
  40. user.Size = UDim2.new(0, 256, 0, 25)
  41. user.Font = Enum.Font.SourceSans
  42. user.Text = "Username"
  43. user.TextColor3 = Color3.new(0, 0, 0)
  44. user.TextScaled = true
  45. user.TextSize = 14
  46. user.TextWrapped = true
  47.  
  48. pass.Name = "pass"
  49. pass.Parent = LoginGui
  50. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  51. pass.BorderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  52. pass.BorderSizePixel = 2
  53. pass.Position = UDim2.new(-0.000153727829, 0, 0.458241552, 0)
  54. pass.Size = UDim2.new(0, 256, 0, 25)
  55. pass.Font = Enum.Font.SourceSans
  56. pass.Text = "Password"
  57. pass.TextColor3 = Color3.new(0, 0, 0)
  58. pass.TextScaled = true
  59. pass.TextSize = 14
  60. pass.TextWrapped = true
  61.  
  62. login.Name = "login"
  63. login.Parent = LoginGui
  64. login.BackgroundColor3 = Color3.new(1, 1, 1)
  65. login.BorderSizePixel = 2
  66. login.Position = UDim2.new(0.0365543142, 0, 0.741066337, 0)
  67. login.Size = UDim2.new(0, 226, 0, 35)
  68. login.Font = Enum.Font.SourceSans
  69. login.Text = "Login"
  70. login.TextColor3 = Color3.new(0, 0, 0)
  71. login.TextScaled = true
  72. login.TextSize = 16
  73. login.TextWrapped = true
  74. login.MouseButton1Down:connect(function()
  75. if user.Text == "JFAN" and pass.Text == "11/3/18" then
  76. LoginGui.Visible = false
  77. OpenGui.Visible = true
  78. end
  79. end)
  80.  
  81. Website.Name = "Website"
  82. Website.Parent = LoginGui
  83. Website.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Website.BorderSizePixel = 2
  85. Website.Position = UDim2.new(0.0365543142, 0, -0.000763737306, 0)
  86. Website.Size = UDim2.new(0, 231, 0, 15)
  87. Website.Font = Enum.Font.SourceSans
  88. Website.Text = "justiceryderely.wixsite.com/releases"
  89. Website.TextColor3 = Color3.new(0, 0, 0)
  90. Website.TextScaled = true
  91. Website.TextSize = 16
  92. Website.TextWrapped = true
  93.  
  94. MainGui.Name = "Main Gui"
  95. MainGui.Parent = ScreenGui
  96. MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
  97. MainGui.Position = UDim2.new(0.281991184, 0, 0.311934203, 0)
  98. MainGui.Size = UDim2.new(0, 455, 0, 257)
  99. MainGui.Visible = false
  100. MainGui.Active = true
  101. MainGui.draggable = true
  102.  
  103. EveryoneSaysBadWords.Name = "Everyone Says Bad Words"
  104. EveryoneSaysBadWords.Parent = MainGui
  105. EveryoneSaysBadWords.BackgroundColor3 = Color3.new(1, 1, 1)
  106. EveryoneSaysBadWords.BorderSizePixel = 2
  107. EveryoneSaysBadWords.Position = UDim2.new(-0.0043956046, 0, 0.18496722, 0)
  108. EveryoneSaysBadWords.Size = UDim2.new(0, 220, 0, 32)
  109. EveryoneSaysBadWords.Font = Enum.Font.SourceSans
  110. EveryoneSaysBadWords.Text = "Everyone Says Bad Words"
  111. EveryoneSaysBadWords.TextColor3 = Color3.new(0, 0, 0)
  112. EveryoneSaysBadWords.TextScaled = true
  113. EveryoneSaysBadWords.TextSize = 16
  114. EveryoneSaysBadWords.TextWrapped = true
  115. EveryoneSaysBadWords.MouseButton1Down:connect(function()
  116. for i,v in pairs(game.Players:GetChildren()) do game:GetService("Chat"):Chat(v.Character.Head,"FUCK \n CUNT \n WHORE \n SHIT \n BITCH \n CUM \n JIZZ \n NIGGER") end
  117. end)
  118.  
  119. PLGui.Name = "PL Gui"
  120. PLGui.Parent = MainGui
  121. PLGui.BackgroundColor3 = Color3.new(1, 1, 1)
  122. PLGui.BorderSizePixel = 2
  123. PLGui.Position = UDim2.new(0.477260858, 0, 0.434895366, 0)
  124. PLGui.Size = UDim2.new(0, 236, 0, 32)
  125. PLGui.Font = Enum.Font.SourceSans
  126. PLGui.Text = "Prison Life Gui"
  127. PLGui.TextColor3 = Color3.new(0, 0, 0)
  128. PLGui.TextScaled = true
  129. PLGui.TextSize = 16
  130. PLGui.TextWrapped = true
  131. PLGui.MouseButton1Down:connect(function()
  132. wait(1)
  133.  
  134. -- Local Player
  135. local p = game.Players.LocalPlayer
  136.  
  137. -- Instance Objects
  138. local gui = Instance.new('ScreenGui',p.PlayerGui)
  139. local frame = Instance.new('ScrollingFrame',gui)
  140. local open = Instance.new('TextButton',gui)
  141. local name = Instance.new('TextLabel',frame)
  142. local arrest = Instance.new('TextButton',frame)
  143. local btools = Instance.new('TextButton',frame)
  144. local escape = Instance.new('TextButton',frame)
  145. local exit = Instance.new('TextButton',frame)
  146. local killaura = Instance.new('TextButton',frame)
  147. local melee = Instance.new('TextButton',frame)
  148. local removedoors = Instance.new('TextButton',frame)
  149. local tools = Instance.new('TextButton',frame)
  150. local speedplus = Instance.new('TextButton',frame)
  151. local speedminus = Instance.new('TextButton',frame)
  152. local jumpplus = Instance.new('TextButton',frame)
  153. local jumpminus = Instance.new('TextButton',frame)
  154. local sedan = Instance.new('TextButton',frame)
  155. local squad = Instance.new('TextButton',frame)
  156.  
  157. -- Name object
  158. gui.Name = "Prison Life v2.0 GUI"
  159. frame.Name = "Commands"
  160. open.Name = "Open"
  161. name.Name = "Name"
  162. arrest.Name = "ArrestButton"
  163. btools.Name = "BtoolsButton"
  164. escape.Name = "EscapeButton"
  165. exit.Name = "ExitButton"
  166. killaura.Name = "KillauraButton"
  167. melee.Name = "MeleeButton"
  168. removedoors.Name = "RemoveDoorsButton"
  169. tools.Name = "ToolsButton"
  170. speedplus.Name = "SpeedAdd"
  171. speedminus.Name = "SpeedReduce"
  172. jumpplus.Name = "JumpAdd"
  173. jumpminus.Name = "JumpReduce"
  174. sedan.Name = "SedanCar"
  175. squad.Name = "SquadCar"
  176.  
  177. -- Object Visible
  178. frame.Visible = true
  179. open.Visible = false
  180. name.Visible = true
  181. arrest.Visible = true
  182. btools.Visible = true
  183. escape.Visible = true
  184. exit.Visible = true
  185. killaura.Visible = true
  186. melee.Visible = true
  187. removedoors.Visible = true
  188. tools.Visible = true
  189. speedplus.Visible = true
  190. speedminus.Visible = true
  191. jumpplus.Visible = true
  192. jumpminus.Visible = true
  193. sedan.Visible = true
  194. squad.Visible = true
  195.  
  196. -- Background Color
  197. frame.BackgroundColor3 = Color3.new(255,255,255)
  198. open.BackgroundColor3 = Color3.new(0,255,255)
  199. name.BackgroundColor3 = Color3.new(255,255,255)
  200. arrest.BackgroundColor3 = Color3.new(0,0,255)
  201. btools.BackgroundColor3 = Color3.new(0,0,255)
  202. escape.BackgroundColor3 = Color3.new(0,0,255)
  203. exit.BackgroundColor3 = Color3.new(255,0,0)
  204. killaura.BackgroundColor3 = Color3.new(0,0,255)
  205. melee.BackgroundColor3 = Color3.new(0,0,255)
  206. removedoors.BackgroundColor3 = Color3.new(0,0,255)
  207. tools.BackgroundColor3 = Color3.new(0,0,255)
  208. speedplus.BackgroundColor3 = Color3.new(0,0,255)
  209. speedminus.BackgroundColor3 = Color3.new(0,0,255)
  210. jumpplus.BackgroundColor3 = Color3.new(0,0,255)
  211. jumpminus.BackgroundColor3 = Color3.new(0,0,255)
  212. sedan.BackgroundColor3 = Color3.new(0,0,255)
  213. squad.BackgroundColor3 = Color3.new(0,0,255)
  214.  
  215. -- Background Transparency
  216. frame.BackgroundTransparency = 0.5
  217. open.BackgroundTransparency = 0
  218. name.BackgroundTransparency = 0.6
  219. arrest.BackgroundTransparency = 0
  220. btools.BackgroundTransparency = 0
  221. escape.BackgroundTransparency = 0
  222. exit.BackgroundTransparency = 0
  223. killaura.BackgroundTransparency = 0
  224. melee.BackgroundTransparency = 0
  225. removedoors.BackgroundTransparency = 0
  226. tools.BackgroundTransparency = 0
  227. speedplus.BackgroundTransparency = 0
  228. speedminus.BackgroundTransparency = 0
  229. jumpplus.BackgroundTransparency = 0
  230. jumpminus.BackgroundTransparency = 0
  231. sedan.BackgroundTransparency = 0
  232. squad.BackgroundTransparency = 0
  233.  
  234. -- Objects Size
  235. frame.Size = UDim2.new(0,250,0,300)
  236. open.Size = UDim2.new(0,80,0,30)
  237. name.Size = UDim2.new(0,180,0,40)
  238. arrest.Size = UDim2.new(0.9,12,0,30)
  239. btools.Size = UDim2.new(0.9,12,0,30)
  240. escape.Size = UDim2.new(0.9,12,0,30)
  241. exit.Size = UDim2.new(0,50,0,40)
  242. killaura.Size = UDim2.new(0.9,12,0,30)
  243. melee.Size = UDim2.new(0.9,12,0,30)
  244. removedoors.Size = UDim2.new(0.9,12,0,30)
  245. tools.Size = UDim2.new(0.9,12,0,30)
  246. speedplus.Size = UDim2.new(0.9,12,0,30)
  247. speedminus.Size = UDim2.new(0.9,12,0,30)
  248. jumpplus.Size = UDim2.new(0.9,12,0,30)
  249. jumpminus.Size = UDim2.new(0.9,12,0,30)
  250. sedan.Size = UDim2.new(0.9,12,0,30)
  251. squad.Size = UDim2.new(0.9,12,0,30)
  252.  
  253. -- Objects Position
  254. frame.Position = UDim2.new(0,5,0.4,0)
  255. open.Position = UDim2.new(0,0,0,0)
  256. name.Position = UDim2.new(0,0,0,0)
  257. arrest.Position = UDim2.new(0,0,0,320)
  258. btools.Position = UDim2.new(0,0,0,185)
  259. escape.Position = UDim2.new(0,0,0,230)
  260. exit.Position = UDim2.new(0,184,0,0)
  261. killaura.Position = UDim2.new(0,0,0,275)
  262. melee.Position = UDim2.new(0,0,0,140)
  263. removedoors.Position = UDim2.new(0,0,0,50)
  264. tools.Position = UDim2.new(0,0,0,95)
  265. speedplus.Position = UDim2.new(0,0,0,365)
  266. speedminus.Position = UDim2.new(0,0,0,410)
  267. jumpplus.Position = UDim2.new(0,0,0,455)
  268. jumpminus.Position = UDim2.new(0,0,0,500)
  269. sedan.Position = UDim2.new(0,0,0,545)
  270. squad.Position = UDim2.new(0,0,0,590)
  271.  
  272. -- Objects Text Color
  273. open.TextColor3 = Color3.new(0,0,0)
  274. name.TextColor3 = Color3.new(0,255,255)
  275. arrest.TextColor3 = Color3.new(0,0,0)
  276. btools.TextColor3 = Color3.new(0,0,0)
  277. escape.TextColor3 = Color3.new(0,0,0)
  278. exit.TextColor3 = Color3.new(0,0,0)
  279. killaura.TextColor3 = Color3.new(0,0,0)
  280. melee.TextColor3 = Color3.new(0,0,0)
  281. removedoors.TextColor3 = Color3.new(0,0,0)
  282. tools.TextColor3 = Color3.new(0,0,0)
  283. speedplus.TextColor3 = Color3.new(0,0,0)
  284. speedminus.TextColor3 = Color3.new(0,0,0)
  285. jumpplus.TextColor3 = Color3.new(0,0,0)
  286. jumpminus.TextColor3 = Color3.new(0,0,0)
  287. sedan.TextColor3 = Color3.new(0,0,0)
  288. squad.TextColor3 = Color3.new(0,0,0)
  289.  
  290. -- Object Font
  291. name.Font = 'Fantasy'
  292.  
  293. -- Object Text
  294. open.Text = 'Open'
  295. name.Text = 'Prison Life v2.0 Commands'
  296. arrest.Text = 'Arrest [Cops Only]'
  297. btools.Text = 'Give Btools'
  298. escape.Text = 'Escape The Prison'
  299. exit.Text = 'Exit'
  300. killaura.Text = 'Kill Aura [Danger]'
  301. melee.Text = 'Give Melee'
  302. removedoors.Text = 'Remove Doors'
  303. tools.Text = 'Give Guns'
  304. speedplus.Text = 'WalkSpeed + 10'
  305. speedminus.Text = 'WalkSpeed - 10'
  306. jumpplus.Text = 'JumpPower + 10'
  307. jumpminus.Text = 'JumpPower - 10'
  308. sedan.Text = 'Teleport Seden [If got]'
  309. squad.Text = 'Teleport Squad [If got]'
  310.  
  311. -- Object Text Scaled
  312. open.TextScaled = true
  313. name.TextScaled = true
  314. arrest.TextScaled = true
  315. btools.TextScaled = true
  316. escape.TextScaled = true
  317. exit.TextScaled = true
  318. killaura.TextScaled = true
  319. melee.TextScaled = true
  320. removedoors.TextScaled = true
  321. tools.TextScaled = true
  322. speedplus.TextScaled = true
  323. speedminus.TextScaled = true
  324. jumpplus.TextScaled = true
  325. jumpminus.TextScaled = true
  326. sedan.TextScaled = true
  327. squad.TextScaled = true
  328.  
  329. -- Frame Moveable
  330. frame.Active = true
  331. frame.Draggable = true
  332.  
  333. -- Open Function
  334. open.MouseButton1Down:connect(function()
  335. frame.Visible = true
  336. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  337. open.Visible = false
  338. open.Position = UDim2.new(0,0,0,0)
  339. end)
  340.  
  341. -- Close/Exit Function
  342. exit.MouseButton1Down:connect(function()
  343. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  344. wait(1)
  345. frame.Visible = false
  346. wait(.1)
  347. open.Visible = true
  348. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  349. end)
  350.  
  351. -- Remove Doors Function
  352. removedoors.MouseButton1Down:connect(function()
  353. game.Workspace.Doors:Destroy()
  354. end)
  355.  
  356. -- Guns Function
  357. tools.MouseButton1Down:connect(function()
  358. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  359. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  360. for j, k in pairs(weapons) do
  361. if v.Name == k then
  362. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  363. end
  364. end
  365. end
  366. end)
  367.  
  368. -- Melee Function
  369. melee.MouseButton1Down:connect(function()
  370. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  371. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  372. for j, k in pairs(weapons) do
  373. if v.Name == k then
  374. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  375. end
  376. end
  377. end
  378. end)
  379.  
  380. -- Btools Function
  381. btools.MouseButton1Down:connect(function()
  382. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  383. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  384. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  385. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  386. end)
  387.  
  388. -- Escape Function
  389. escape.MouseButton1Down:connect(function()
  390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  391. end)
  392.  
  393. -- Kill Aura Function
  394. killaura.MouseButton1Down:connect(function()
  395. while wait(0.1) do
  396. for i, plr in pairs(game.Players:GetChildren()) do
  397. if plr.Name ~= game.Players.LocalPlayer.Name then
  398. for i = 1, 10 do
  399. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  400. end
  401. end
  402. end
  403. end
  404. end)
  405.  
  406. -- Arrest Function
  407. local mouse = game.Players.LocalPlayer:GetMouse()
  408. local arrestEvent = game.Workspace.Remote.arrest
  409. mouse.Button1Down:connect(function()
  410. local obj = mouse.Target
  411. local response = arrestEvent:InvokeServer(obj)
  412. end)
  413.  
  414. -- WalkSpeed Increase
  415. speedplus.MouseButton1Down:connect(function()
  416. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  417. end)
  418.  
  419. -- WalkSpeed Decrease
  420. speedminus.MouseButton1Down:connect(function()
  421. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  422. end)
  423.  
  424. -- JumpPower Increase
  425. jumpplus.MouseButton1Down:connect(function()
  426. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  427. end)
  428.  
  429. -- JumpPower Decrease
  430. jumpminus.MouseButton1Down:connect(function()
  431. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  432. end)
  433.  
  434. -- Seden
  435. sedan.MouseButton1Down:connect(function()
  436. local Cars = {"Sedan"}
  437. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  438. for j, k in pairs(Cars) do
  439. if v.Name == k then
  440. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  441. wait(.1)
  442. v.Parent = game.Workspace
  443. elseif not v.Name == k then
  444. sedan.Text = 'No Sedan Founded yet !'
  445. wait(2)
  446. sedan.Text = 'Teleport Seden [If got]'
  447. end
  448. end
  449. end
  450. end)
  451.  
  452. -- Squad
  453. squad.MouseButton1Down:connect(function()
  454. local Cars = {"Squad"}
  455. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  456. for j, k in pairs(Cars) do
  457. if v.Name == k then
  458. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  459. wait(.1)
  460. v.Parent = game.Workspace
  461. elseif not v.Name == k then
  462. squad.Text = 'No Squad Founded yet !'
  463. wait(2)
  464. squad.Text = 'Teleport Squad [If got]'
  465. end
  466. end
  467. end
  468. end)
  469. end)
  470.  
  471. ESP.Name = "ESP"
  472. ESP.Parent = MainGui
  473. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  474. ESP.BorderSizePixel = 2
  475. ESP.Position = UDim2.new(0.483279049, 0, 0.18496722, 0)
  476. ESP.Size = UDim2.new(0, 234, 0, 32)
  477. ESP.Font = Enum.Font.SourceSans
  478. ESP.Text = "ESP"
  479. ESP.TextColor3 = Color3.new(0, 0, 0)
  480. ESP.TextScaled = true
  481. ESP.TextSize = 16
  482. ESP.TextWrapped = true
  483. ESP.MouseButton1Down:connect(function()
  484. for i,v in pairs(game.Players:GetChildren()) do
  485. if v ~= game.Players.LocalPlayer.Character.Torso then
  486.  
  487. local base = Instance.new("BillboardGui", workspace.Camera)
  488. local esP = Instance.new("Frame", base)
  489. -- Billboard
  490. base.AlwaysOnTop = true
  491. base.Enabled = true
  492. base.Size = UDim2.new(4.5,0,6,0)
  493. base.Name = "ESP"
  494. base.Adornee = v.Character.Torso
  495. base.StudsOffset = Vector3.new(0, -0.6, 0)
  496. -- Frame
  497. esP.BackgroundColor3 = Color3.new(170, 255, 0)
  498. esP.BackgroundTransparency = 0.8
  499. esP.BorderColor3 = Color3.new(0,0,0)
  500. esP.BorderSizePixel = 1
  501. esP.Size = UDim2.new(1,0,1,0)
  502. --Names
  503. local name = Instance.new("TextLabel",base)
  504. name.Size = UDim2.new(1,0,1,0)
  505. name.BackgroundTransparency = 1
  506. name.Position = UDim2.new(0,0,0,0)
  507. name.Text = v.Name
  508. name.TextScaled = true
  509. name.TextColor3 = Color3.new(255,255,255)
  510. name.TextXAlignment = "Center"
  511. name.TextYAlignment = "Top"
  512. name.Font = "Highway"
  513. name.Position = UDim2.new(0,0,0,-100)
  514. end
  515. end
  516. print("ESP Loaded!")
  517. print("Created by Kid Atlaas/FileExplorer")
  518. end)
  519.  
  520. SoundTroll.Name = "SoundTroll"
  521. SoundTroll.Parent = MainGui
  522. SoundTroll.BackgroundColor3 = Color3.new(1, 1, 1)
  523. SoundTroll.BorderSizePixel = 2
  524. SoundTroll.Position = UDim2.new(-0.0021978023, 0, 0.434895366, 0)
  525. SoundTroll.Size = UDim2.new(0, 219, 0, 32)
  526. SoundTroll.Font = Enum.Font.SourceSans
  527. SoundTroll.Text = "SoundTroll"
  528. SoundTroll.TextColor3 = Color3.new(0, 0, 0)
  529. SoundTroll.TextScaled = true
  530. SoundTroll.TextSize = 16
  531. SoundTroll.TextWrapped = true
  532. SoundTroll.MouseButton1Down:connect(function()
  533. while wait() do
  534. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  535. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  536. for _,x in pairs(v.Character.Head:GetChildren()) do
  537. if x:IsA'Sound' then x.Playing = true end
  538. end
  539. end
  540. end
  541. end
  542.  
  543. end)
  544.  
  545. Close.Name = "Close"
  546. Close.Parent = MainGui
  547. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  548. Close.Position = UDim2.new(0.949450552, 0, 0, 0)
  549. Close.Size = UDim2.new(0, 23, 0, 23)
  550. Close.Font = Enum.Font.SourceSans
  551. Close.Text = "X"
  552. Close.TextColor3 = Color3.new(0, 0, 0)
  553. Close.TextSize = 14
  554. Close.MouseButton1Down:connect(function()
  555. MainGui.Visible = false
  556. end)
  557.  
  558. Rape.Name = "Rape"
  559. Rape.Parent = MainGui
  560. Rape.BackgroundColor3 = Color3.new(1, 1, 1)
  561. Rape.BorderSizePixel = 2
  562. Rape.Position = UDim2.new(0.485476851, 0, 0.686912715, 0)
  563. Rape.Size = UDim2.new(0, 234, 0, 32)
  564. Rape.Font = Enum.Font.SourceSans
  565. Rape.Text = "Rape"
  566. Rape.TextColor3 = Color3.new(0, 0, 0)
  567. Rape.TextScaled = true
  568. Rape.TextSize = 16
  569. Rape.TextWrapped = true
  570. Rape.MouseButton1Down:connect(function()
  571. --[[=========================================[DK PLR GUI V1.0 lOCAL SCRIPT BY HEAT507]========================]]---
  572. --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
  573. users=game:GetService("Players") -- call the service.
  574. usr=users.LocalPlayer-- local because I dont need you finding out my code -- Its what you can't comprehend.
  575. usrg=usr.PlayerGui --- to reconnect ur joint from the usr
  576. --pcall(function() usr:Remove() end) -- you will unblock this if you cant script
  577. --bannd={"noob" , "noob" , "h4x" , "some cballr"}
  578. --Keeping it a function , so to where it will always be on your plr gui "PlayerAdded"
  579. TheChat=true TheGhost=false TheLag=false -- random distractions
  580. usr.Chatted:connect(function(msg)
  581. if msg=="noban" then
  582. usr.Character.Parent=workspace
  583. if msg=='nochat' then
  584. TheChat=false
  585. end
  586. end end)
  587. usr.Chatted:connect(function(WhatChat)
  588. if TheChat==true then
  589. Game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , WhatChat, "Blue")
  590. end end) DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs=Instance.new("ScreenGui",usrg)
  591. DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs.Name="NastySQLAdded"
  592. TextBoxForTheDakGuiOneCreated = Instance.new("TextBox" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  593. TextBoxForTheDakGuiOneCreated.Position = UDim2.new(0,0,0,156)
  594. TextBoxForTheDakGuiOneCreated.TextColor = BrickColor.new(255,255,255)
  595. TextBoxForTheDakGuiOneCreated.FontSize = "Size11"
  596. TextBoxForTheDakGuiOneCreated.Font = "ArialBold"
  597. --TextBoxForTheDakGuiOneCreated.TextStrokeColor3 = Color3.new(0,0,1) error('Thus is a broken function!');
  598. --TextBoxForTheDakGuiOneCreated.TextStrokeTransparency = 0 ;
  599. TextBoxForTheDakGuiOneCreated.Size = UDim2.new(0,156,0,100)
  600. TextBoxForTheDakGuiOneCreated.Text = "Player Name gose here [FULL NAME]"
  601. TextBoxForTheDakGuiOneCreated.BackgroundTransparency = 0.8
  602. TextBoxForTheDakGuiOneCreated.BackgroundColor = BrickColor.new("Really Black")
  603. TextBoxForTheDakGuiOneCreated.BorderColor = BrickColor.new("Black")
  604. TextBoxForTheDakGuiOneCreated.MultiLine = true
  605. TextButtonNumberOneInTheDakGuiXSDA = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  606. TextButtonNumberOneInTheDakGuiXSDA.Position = UDim2.new(0,68,0,386)
  607. TextButtonNumberOneInTheDakGuiXSDA.TextColor = BrickColor.new(255,255,255)
  608. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  609. TextButtonNumberOneInTheDakGuiXSDA.FontSize = "Size11"
  610. TextButtonNumberOneInTheDakGuiXSDA.Font = "ArialBold"
  611. TextButtonNumberOneInTheDakGuiXSDA.Size = UDim2.new(0, 56, 0, 100)
  612. TextButtonNumberOneInTheDakGuiXSDA.Text = "KICK"
  613. TextButtonNumberOneInTheDakGuiXSDA.BackgroundTransparency = 0
  614. TextButtonNumberOneInTheDakGuiXSDA.BackgroundColor = BrickColor.new("Really Black")
  615. TextButtonNumberOneInTheDakGuiXSDA.BorderColor = BrickColor.new("Black")
  616. TextButtonNumberOneInTheDakGuiXSDA.Style = "RobloxButton"
  617. TextButtonNumberOneInTheDakGuiXSD = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  618. TextButtonNumberOneInTheDakGuiXSD.Position = UDim2.new(0,0,0,386)
  619. TextButtonNumberOneInTheDakGuiXSD.TextColor = BrickColor.new(255,255,255)
  620. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  621. TextButtonNumberOneInTheDakGuiXSD.FontSize = "Size11"
  622. TextButtonNumberOneInTheDakGuiXSD.Font = "ArialBold"
  623. TextButtonNumberOneInTheDakGuiXSD.Size = UDim2.new(0, 56, 0, 100)
  624. TextButtonNumberOneInTheDakGuiXSD.Text = "FF"
  625. TextButtonNumberOneInTheDakGuiXSD.BackgroundTransparency = 0
  626. TextButtonNumberOneInTheDakGuiXSD.BackgroundColor = BrickColor.new("Really Black")
  627. TextButtonNumberOneInTheDakGuiXSD.BorderColor = BrickColor.new("Black")
  628. TextButtonNumberOneInTheDakGuiXSD.Style = "RobloxButton"
  629. TextButtonNumberOneInTheDakGuiXSFL = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  630. TextButtonNumberOneInTheDakGuiXSFL.Position = UDim2.new(0,0,0,586)
  631. TextButtonNumberOneInTheDakGuiXSFL.TextColor = BrickColor.new(255,255,255)
  632. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  633. TextButtonNumberOneInTheDakGuiXSFL.FontSize = "Size11"
  634. TextButtonNumberOneInTheDakGuiXSFL.Font = "ArialBold"
  635. TextButtonNumberOneInTheDakGuiXSFL.Size = UDim2.new(0, 56, 0, 100)
  636. TextButtonNumberOneInTheDakGuiXSFL.Text = "COM"
  637. TextButtonNumberOneInTheDakGuiXSFL.BackgroundTransparency = 0
  638. TextButtonNumberOneInTheDakGuiXSFL.BackgroundColor = BrickColor.new("Really Black")
  639. TextButtonNumberOneInTheDakGuiXSFL.BorderColor = BrickColor.new("Black")
  640. TextButtonNumberOneInTheDakGuiXSFL.Style = "RobloxButton"
  641. TextButtonNumberOneInTheDakGuiXSF = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  642. TextButtonNumberOneInTheDakGuiXSF.Position = UDim2.new(0,136,0,386)
  643. TextButtonNumberOneInTheDakGuiXSF.TextColor = BrickColor.new(255,255,255)
  644. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  645. TextButtonNumberOneInTheDakGuiXSF.FontSize = "Size11"
  646. TextButtonNumberOneInTheDakGuiXSF.Font = "ArialBold"
  647. TextButtonNumberOneInTheDakGuiXSF.Size = UDim2.new(0, 56, 0, 100)
  648. TextButtonNumberOneInTheDakGuiXSF.Text = "S3X"
  649. TextButtonNumberOneInTheDakGuiXSF.BackgroundTransparency = 0
  650. TextButtonNumberOneInTheDakGuiXSF.BackgroundColor = BrickColor.new("Really Black")
  651. TextButtonNumberOneInTheDakGuiXSF.BorderColor = BrickColor.new("Black")
  652. TextButtonNumberOneInTheDakGuiXSF.Style = "RobloxButton"
  653. TextButtonNumberOneInTheDakGuiXS = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  654. TextButtonNumberOneInTheDakGuiXS.Position = UDim2.new(0,68,0,586)
  655. TextButtonNumberOneInTheDakGuiXS.TextColor = BrickColor.new(255,255,255)
  656. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  657. TextButtonNumberOneInTheDakGuiXS.FontSize = "Size11"
  658. TextButtonNumberOneInTheDakGuiXS.Font = "ArialBold"
  659. TextButtonNumberOneInTheDakGuiXS.Size = UDim2.new(0, 56, 0, 100)
  660. TextButtonNumberOneInTheDakGuiXS.Text = "GOD HEALTH"
  661. TextButtonNumberOneInTheDakGuiXS.BackgroundTransparency = 0
  662. TextButtonNumberOneInTheDakGuiXS.BackgroundColor = BrickColor.new("Really Black")
  663. TextButtonNumberOneInTheDakGuiXS.BorderColor = BrickColor.new("Black")
  664. TextButtonNumberOneInTheDakGuiXS.Style = "RobloxButton"
  665. TextButtonNumberOneInTheDakGuiX = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  666. TextButtonNumberOneInTheDakGuiX.Position = UDim2.new(0,0,0,256)
  667. TextButtonNumberOneInTheDakGuiX.TextColor = BrickColor.new(255,255,255)
  668. --sd.TextStrokeColor = bcn(8,8,8) --YoGetSuMuKuizALoPusFromGakuza
  669. TextButtonNumberOneInTheDakGuiX.FontSize = "Size11"
  670. TextButtonNumberOneInTheDakGuiX.Font = "ArialBold"
  671. TextButtonNumberOneInTheDakGuiX.Size = UDim2.new(0, 156, 0, 100)
  672. TextButtonNumberOneInTheDakGuiX.Text = "DK PLR [BIGGA]"
  673. TextButtonNumberOneInTheDakGuiX.BackgroundTransparency = 0
  674. TextButtonNumberOneInTheDakGuiX.BackgroundColor = BrickColor.new("Really Black")
  675. TextButtonNumberOneInTheDakGuiX.BorderColor = BrickColor.new("Black")
  676. TextButtonNumberOneInTheDakGuiX.Style = "RobloxButton"
  677. TextButtonNumberOneInTheDakGui = Instance.new("TextButton" ,DakGuiInstanceWithANewTypeOfObjectThatControllYouSirs)
  678. TextButtonNumberOneInTheDakGui.Position = UDim2.new(0,0,0,0)
  679. TextButtonNumberOneInTheDakGui.TextColor = BrickColor.new(255,255,255)
  680. --sd.TextStrokeColor = bcn(8,8,8)
  681. TextButtonNumberOneInTheDakGui.FontSize = "Size11"
  682. TextButtonNumberOneInTheDakGui.Font = "ArialBold"
  683. TextButtonNumberOneInTheDakGui.Size = UDim2.new(0, 156, 0, 100)
  684. TextButtonNumberOneInTheDakGui.Text = "DK PLR"
  685. TextButtonNumberOneInTheDakGui.BackgroundTransparency = 0
  686. TextButtonNumberOneInTheDakGui.BackgroundColor = BrickColor.new("Really Black")
  687. TextButtonNumberOneInTheDakGui.BorderColor = BrickColor.new("Black")
  688. TextButtonNumberOneInTheDakGui.Style = "RobloxButton"
  689. TextButtonNumberOneInTheDakGui.MouseButton1Up:connect(function()
  690. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  691. person=v.Name
  692. color = "Pastel brown"
  693. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  694. D = Instance.new("Model",workspace[person])
  695. D.Name = "Nice thing"
  696. bg = Instance.new("BodyGyro",workspace[person].Torso)
  697. d = Instance.new("Part")
  698. d.TopSurface = 0
  699. d.BottomSurface = 0
  700. d.Name = "Main"
  701. d.Parent = workspace[person]["Nice thing"]
  702. d.formFactor = 3
  703. d.Size = Vector3.new(0.6,2.5,0.6)
  704. d.BrickColor = BrickColor.new(color)
  705. d.Position = workspace[person].Head.Position
  706. d.CanCollide = false
  707. local cy = Instance.new("CylinderMesh")
  708. cy.Parent = d
  709. w = Instance.new("Weld")
  710. w.Parent = workspace[person].Head
  711. w.Part0 = d
  712. w.Part1 = workspace[person].Head
  713. w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0)
  714. local c = Instance.new("Part")
  715. c.Name = "Mush"
  716. c.BottomSurface = 0
  717. c.TopSurface = 0
  718. c.FormFactor = 3
  719. c.Size = Vector3.new(0.6,0.6,0.6)
  720. c.CFrame = CFrame.new(d.Position)
  721. c.BrickColor = BrickColor.new("Pink")
  722. c.CanCollide = false
  723. c.Parent = workspace[person]["Nice thing"]
  724. local msm = Instance.new("SpecialMesh")
  725. msm.Parent = c
  726. msm.MeshType = "Sphere"
  727. local cw = Instance.new("Weld")
  728. cw.Parent = c
  729. cw.Part0 = d
  730. cw.Part1 = c
  731. cw.C0 = CFrame.new(0,1.3,0)
  732. local ball1 = Instance.new("Part")
  733. ball1.Parent = workspace[person]["Nice thing"]
  734. ball1.Name = "Left Ball"
  735. ball1.BottomSurface = 0
  736. ball1.TopSurface = 0
  737. ball1.CanCollide = false
  738. ball1.formFactor = 3
  739. ball1.Size = Vector3.new(1,1,1)
  740. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  741. ball1.BrickColor = BrickColor.new(color)
  742. local bsm = Instance.new("SpecialMesh")
  743. bsm.Parent = ball1
  744. bsm.MeshType = "Sphere"
  745. local b1w = Instance.new("Weld")
  746. b1w.Parent = ball1
  747. b1w.Part0 = workspace[person]["Left Leg"]
  748. b1w.Part1 = ball1
  749. b1w.C0 = CFrame.new(0,0.5,-.5)
  750. local ball2 = Instance.new("Part")
  751. ball2.Parent = workspace[person]["Nice thing"]
  752. ball2.Name = "Right Ball"
  753. ball2.BottomSurface = 0
  754. ball2.CanCollide = false
  755. ball2.TopSurface = 0
  756. ball2.formFactor = 3
  757. ball2.Size = Vector3.new(1,1,1)
  758. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  759. ball2.BrickColor = BrickColor.new(color)
  760. local b2sm = Instance.new("SpecialMesh")
  761. b2sm.Parent = ball2
  762. b2sm.MeshType = "Sphere"
  763. local b2w = Instance.new("Weld")
  764. b2w.Parent = ball2
  765. b2w.Part0 = workspace[person]["Right Leg"]
  766. b2w.Part1 = ball2
  767. b2w.C0 = CFrame.new(0,0.5,-.5)
  768. end)
  769. DakGuiComBrick=function()
  770. ComBrick=Instance.new("Part" ,game.Players.LocalPlayer.Character)
  771. ComBrick.Name="ComBrickFromTheDakGuiByUkikarus"
  772. ComBrick.BrickColor=BrickColor.new("White")
  773. ComBrick.FormFactor="Custom"
  774. ComBrick.Size=Vector3.new(0.4,0.4,0.4)
  775. ComBrick.CFrame=CFrame.new(usr.Head.Position)
  776. ComBrick.Transparency=0
  777. end
  778. DakGuiFkPlayer=function()
  779. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  780. n1 = usr.Name
  781. n2 = v.Name
  782.  
  783.  
  784.  
  785. function fWeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  786. local funcw = Instance.new("Weld")
  787. funcw.Name = zName
  788. funcw.Parent = zParent
  789. funcw.Part0 = zPart0
  790. funcw.Part1 = zPart1
  791. if (zCoco == true) then
  792. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  793. else
  794. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  795. end
  796. return funcw
  797. end
  798.  
  799. t1 = workspace[n1].Torso
  800. t2 = workspace[n2].Torso
  801.  
  802. t2.Parent.Humanoid.PlatformStand = true
  803.  
  804.  
  805. t1["Left Shoulder"]:Remove()
  806. ls1 = Instance.new("Weld")
  807. ls1.Parent = t1
  808. ls1.Part0 = t1
  809. ls1.Part1 = t1.Parent["Left Arm"]
  810. ls1.C0 = CFrame.new(-1.5,0,0)
  811. ls1.Name = "Left Shoulder"
  812.  
  813. t1["Right Shoulder"]:Remove()
  814. rs1 = Instance.new("Weld")
  815. rs1.Parent = t1
  816. rs1.Part0 = t1
  817. rs1.Part1 = t1.Parent["Right Arm"]
  818. rs1.C0 = CFrame.new(1.5,0,0)
  819. rs1.Name = "Right Shoulder"
  820. --[[
  821. t1["Left Hip"]:Remove()
  822. lh1 = Instance.new("Weld")
  823. lh1.Parent = t1
  824. lh1.Part0 = t1
  825. lh1.Part1 = t1.Parent["Left Leg"]
  826. lh1.C0 = CFrame.new(-0.5,-2,0)
  827. lh1.Name = "Left Hip"
  828.  
  829. t1["Right Hip"]:Remove()
  830. rh1 = Instance.new("Weld")
  831. rh1.Parent = t1
  832. rh1.Part0 = t1
  833. rh1.Part1 = t1.Parent["Right Leg"]
  834. rh1.C0 = CFrame.new(0.5,-2,0)
  835. rh1.Name = "Right Hip"]]
  836. ---------------------------------
  837.  
  838. t2["Left Shoulder"]:Remove()
  839. ls2 = Instance.new("Weld")
  840. ls2.Parent = t2
  841. ls2.Part0 = t2
  842. ls2.Part1 = t2.Parent["Left Arm"]
  843. ls2.C0 = CFrame.new(-1.5,0,0)
  844. ls2.Name = "Left Shoulder"
  845.  
  846. t2["Right Shoulder"]:Remove()
  847. rs2 = Instance.new("Weld")
  848. rs2.Parent = t2
  849. rs2.Part0 = t2
  850. rs2.Part1 = t2.Parent["Right Arm"]
  851. rs2.C0 = CFrame.new(1.5,0,0)
  852. rs2.Name = "Right Shoulder"
  853.  
  854. t2["Left Hip"]:Remove()
  855. lh2 = Instance.new("Weld")
  856. lh2.Parent = t2
  857. lh2.Part0 = t2
  858. lh2.Part1 = t2.Parent["Left Leg"]
  859. lh2.C0 = CFrame.new(-0.5,-2,0)
  860. lh2.Name = "Left Hip"
  861.  
  862. t2["Right Hip"]:Remove()
  863. rh2 = Instance.new("Weld")
  864. rh2.Parent = t2
  865. rh2.Part0 = t2
  866. rh2.Part1 = t2.Parent["Right Leg"]
  867. rh2.C0 = CFrame.new(0.5,-2,0)
  868. rh2.Name = "Right Hip"
  869.  
  870.  
  871. local d = Instance.new("Part")
  872. d.TopSurface = 0
  873. d.BottomSurface = 0
  874. d.CanCollide = false
  875. d.BrickColor = BrickColor.new("Reddish brown")
  876. d.Shape = "Ball"
  877. d.Parent = t1
  878. d.Size = Vector3.new(1,1,1)
  879. local dm = Instance.new("SpecialMesh")
  880. dm.MeshType = "Sphere"
  881. dm.Parent = d
  882. dm.Scale = Vector3.new(0.4,0.4,0.4)
  883. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  884. d2 = d:Clone()
  885. d2.Parent = t1
  886. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  887. local c = Instance.new("Part")
  888. c.TopSurface = 0
  889. c.BottomSurface = 0
  890. c.CanCollide = false
  891. c.BrickColor = BrickColor.new("Reddish brown")
  892. c.Parent = t1
  893. c.formFactor = "Custom"
  894. c.Size = Vector3.new(0.4,1.3,0.4)
  895. cm = Instance.new("CylinderMesh")
  896. cm.Parent = c
  897. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  898. c2 = d:Clone()
  899. c2.BrickColor = BrickColor.new("Reddish brown")
  900. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  901. c2.Parent = t1
  902. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  903.  
  904. local bl = Instance.new("Part")
  905. bl.TopSurface = 0
  906. bl.BottomSurface = 0
  907. bl.CanCollide = false
  908. bl.BrickColor = BrickColor.new("Reddish brown")
  909. bl.Shape = "Ball"
  910. bl.Parent = t2
  911. bl.Size = Vector3.new(1,1,1)
  912. local dm = Instance.new("SpecialMesh")
  913. dm.MeshType = "Sphere"
  914. dm.Parent = bl
  915. dm.Scale = Vector3.new(1.2,1.2,1.2)
  916. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  917. local br = Instance.new("Part")
  918. br.TopSurface = 0
  919. br.BottomSurface = 0
  920. br.CanCollide = false
  921. br.BrickColor = BrickColor.new("Reddish brown")
  922. br.Shape = "Ball"
  923. br.Parent = t2
  924. br.Size = Vector3.new(1,1,1)
  925. local dm = Instance.new("SpecialMesh")
  926. dm.MeshType = "Sphere"
  927. dm.Parent = br
  928. dm.Scale = Vector3.new(1.2,1.2,1.2)
  929. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  930. local bln = Instance.new("Part")
  931. bln.TopSurface = 0
  932. bln.BottomSurface = 0
  933. bln.CanCollide = false
  934. bln.Shape = "Ball"
  935. bln.Parent = t2
  936. bln.Size = Vector3.new(1,1,1)
  937. local dm = Instance.new("SpecialMesh")
  938. dm.MeshType = "Sphere"
  939. dm.Parent = bln
  940. dm.Scale = Vector3.new(0.2,0.2,0.2)
  941. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  942. local brn = Instance.new("Part")
  943. brn.TopSurface = 0
  944. brn.BottomSurface = 0
  945. brn.CanCollide = false
  946. brn.Shape = "Ball"
  947. brn.Parent = t2
  948. brn.Size = Vector3.new(1,1,1)
  949. local dm = Instance.new("SpecialMesh")
  950. dm.MeshType = "Sphere"
  951. dm.Parent = brn
  952. dm.Scale = Vector3.new(0.2,0.2,0.2)
  953. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  954.  
  955.  
  956. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  957. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  958.  
  959. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  960. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  961.  
  962. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  963. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  964.  
  965. if t1:findFirstChild("weldx") ~= nil then t1.weldx:Remove() end
  966. we = fWeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  967.  
  968. n = t2.Neck
  969. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  970.  
  971. while true do
  972. wait()
  973. for i=1,6 do
  974. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  975. wait()
  976. end
  977. for i=1,6 do
  978. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  979. wait()
  980. end
  981.  
  982.  
  983. end
  984. end
  985. DakGuiFk=function()
  986. usr.Character.Humanoid.MaxHealth=math.huge
  987. end
  988. DakGuiKickNEbola=function()
  989. s=Instance.new("ForceField" ,game.Players.LocalPlayer.Character)
  990. end
  991. DakGuiKickPlay=function()
  992. s=game.Players:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  993. s:Destroy();
  994. end
  995. --YoZuMinGetSutotMazmi
  996. DakGuiButt=function()
  997. v=workspace:FindFirstChild(TextBoxForTheDakGuiOneCreated.Text);
  998. person=v.Name
  999. color = "Black"
  1000. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  1001. D = Instance.new("Model",workspace[person])
  1002. D.Name = "Nice thing"
  1003. bg = Instance.new("BodyGyro",workspace[person].Torso)
  1004. d = Instance.new("Part")
  1005. d.TopSurface = 0
  1006. d.BottomSurface = 0
  1007. d.Name = "Main"
  1008. d.Parent = workspace[person]["Nice thing"]
  1009. d.formFactor = 3
  1010. d.Size = Vector3.new(0.6,3.1,0.6)
  1011. d.BrickColor = BrickColor.new(color)
  1012. d.Position = workspace[person].Head.Position
  1013. d.CanCollide = false
  1014. local cy = Instance.new("CylinderMesh")
  1015. cy.Parent = d
  1016. w = Instance.new("Weld")
  1017. w.Parent = workspace[person].Head
  1018. w.Part0 = d
  1019. w.Part1 = workspace[person].Head
  1020. w.C0 = CFrame.new(0,0.30,2.1)*CFrame.Angles(math.rad(45),0,0)
  1021. local c = Instance.new("Part")
  1022. c.Name = "Mush"
  1023. c.BottomSurface = 0
  1024. c.TopSurface = 0
  1025. c.FormFactor = 3
  1026. c.Size = Vector3.new(0.6,0.6,0.6)
  1027. c.CFrame = CFrame.new(d.Position)
  1028. c.BrickColor = BrickColor.new("Pink")
  1029. c.CanCollide = false
  1030. c.Parent = workspace[person]["Nice thing"]
  1031. local msm = Instance.new("SpecialMesh")
  1032. msm.Parent = c
  1033. msm.MeshType = "Sphere"
  1034. local cw = Instance.new("Weld")
  1035. cw.Parent = c
  1036. cw.Part0 = d
  1037. cw.Part1 = c
  1038. cw.C0 = CFrame.new(0,1.3,0)
  1039. local ball1 = Instance.new("Part")
  1040. ball1.Parent = workspace[person]["Nice thing"]
  1041. ball1.Name = "Left Ball"
  1042. ball1.BottomSurface = 0
  1043. ball1.TopSurface = 0
  1044. ball1.CanCollide = false
  1045. ball1.formFactor = 3
  1046. ball1.Size = Vector3.new(1,1,1)
  1047. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  1048. ball1.BrickColor = BrickColor.new(color)
  1049. local bsm = Instance.new("SpecialMesh")
  1050. bsm.Parent = ball1
  1051. bsm.MeshType = "Sphere"
  1052. local b1w = Instance.new("Weld")
  1053. b1w.Parent = ball1
  1054. b1w.Part0 = workspace[person]["Left Leg"]
  1055. b1w.Part1 = ball1
  1056. b1w.C0 = CFrame.new(0,0.5,-.5)
  1057. local ball2 = Instance.new("Part")
  1058. ball2.Parent = workspace[person]["Nice thing"]
  1059. ball2.Name = "Right Ball"
  1060. ball2.BottomSurface = 0
  1061. ball2.CanCollide = false
  1062. ball2.TopSurface = 0
  1063. ball2.formFactor = 3
  1064. ball2.Size = Vector3.new(1,1,1)
  1065. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  1066. ball2.BrickColor = BrickColor.new(color)
  1067. local b2sm = Instance.new("SpecialMesh")
  1068. b2sm.Parent = ball2
  1069. b2sm.MeshType = "Sphere"
  1070. local b2w = Instance.new("Weld")
  1071. b2w.Parent = ball2
  1072. b2w.Part0 = workspace[person]["Right Leg"]
  1073. b2w.Part1 = ball2
  1074. b2w.C0 = CFrame.new(0,0.5,-.5)
  1075. end
  1076. TextButtonNumberOneInTheDakGuiXSFL.MouseButton1Up:connect(DakGuiComBrick);
  1077. TextButtonNumberOneInTheDakGuiXSDA.MouseButton1Up:connect(DakGuiKickPlay);
  1078. TextButtonNumberOneInTheDakGuiXSD.MouseButton1Up:connect(DakGuiKickNEbola);
  1079. TextButtonNumberOneInTheDakGuiXSF.MouseButton1Up:connect(DakGuiFkPlayer);
  1080. TextButtonNumberOneInTheDakGuiXS.MouseButton1Up:connect(DakGuiFk);
  1081. TextButtonNumberOneInTheDakGuiX.MouseButton1Up:connect(DakGuiButt);
  1082. game:GetService("Chat"):Chat(usr.Character:FindFirstChild("Head") , "Loaded.", "Blue")
  1083.  
  1084. --mediafire gtfo password
  1085. end)
  1086.  
  1087. AllweaponsRedwood.Name = "AllweaponsRedwood"
  1088. AllweaponsRedwood.Parent = MainGui
  1089. AllweaponsRedwood.BackgroundColor3 = Color3.new(1, 1, 1)
  1090. AllweaponsRedwood.BorderSizePixel = 2
  1091. AllweaponsRedwood.Position = UDim2.new(-0.000237433458, 0, 0.686912715, 0)
  1092. AllweaponsRedwood.Size = UDim2.new(0, 221, 0, 32)
  1093. AllweaponsRedwood.Font = Enum.Font.SourceSans
  1094. AllweaponsRedwood.Text = "AllweaponsRedwood"
  1095. AllweaponsRedwood.TextColor3 = Color3.new(0, 0, 0)
  1096. AllweaponsRedwood.TextScaled = true
  1097. AllweaponsRedwood.TextSize = 16
  1098. AllweaponsRedwood.TextWrapped = true
  1099. AllweaponsRedwood.MouseButton1Down:connect(function()
  1100. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  1101. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  1102. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  1103. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  1104. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  1105. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  1106. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Btools")
  1107. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  1108. end)
  1109.  
  1110. KillAll.Name = "Kill All"
  1111. KillAll.Parent = MainGui
  1112. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1113. KillAll.BorderSizePixel = 2
  1114. KillAll.Position = UDim2.new(-0.000534235965, 0, 0.635684609, 0)
  1115. KillAll.Size = UDim2.new(0, 221, 0, 32)
  1116. KillAll.Font = Enum.Font.SourceSans
  1117. KillAll.Text = "Kill All Redwood"
  1118. KillAll.TextColor3 = Color3.new(0, 0, 0)
  1119. KillAll.TextScaled = true
  1120. KillAll.TextSize = 16
  1121. KillAll.TextWrapped = true
  1122. KillAll.MouseButton1Down:connect(function()
  1123. for _, v in pairs(game.Players:GetChildren()) do
  1124. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100) --keep in mind friendly fire is off
  1125. end
  1126. end)
  1127.  
  1128. OpenGui.Name = "Open Gui"
  1129. OpenGui.Parent = ScreenGui
  1130. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1131. OpenGui.Position = UDim2.new(0, 0, 0.484577209, 0)
  1132. OpenGui.Size = UDim2.new(0, 35, 0, 42)
  1133. OpenGui.Visible = false
  1134.  
  1135. Open.Name = "Open"
  1136. Open.Parent = OpenGui
  1137. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1138. Open.Position = UDim2.new(-0.0113563538, 0, -0.00264355727, 0)
  1139. Open.Size = UDim2.new(0, 35, 0, 40)
  1140. Open.Font = Enum.Font.SourceSans
  1141. Open.Text = "-->"
  1142. Open.TextColor3 = Color3.new(0, 0, 0)
  1143. Open.TextSize = 14
  1144. Open.MouseButton1Down:connect(function()
  1145. MainGui.Visible = true
  1146. end)
  1147.  
  1148. --Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement