Advertisement
Guest User

Untitled

a guest
May 6th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.19 KB | None | 0 0
  1. -- Objects
  2.  
  3. local KermitHub = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Login = Instance.new("TextButton")
  6. local Password = Instance.new("TextBox")
  7. local Username = Instance.new("TextBox")
  8. local Kermit_GUI = Instance.new("TextLabel")
  9. local MainFrame = Instance.new("Frame")
  10. local ControlGUI = Instance.new("TextButton")
  11. local JailBreakAutoRob = Instance.new("TextButton")
  12. local Arrest = Instance.new("TextButton")
  13. local Rape = Instance.new("TextButton")
  14. local UgandaKnuckles = Instance.new("TextButton")
  15. local Glock = Instance.new("TextButton")
  16. local Penny_Wise_Dancing = Instance.new("TextButton")
  17. local Grab_Knife_V3 = Instance.new("TextButton")
  18. local credits = Instance.new("TextLabel")
  19. local TextLabel = Instance.new("TextLabel")
  20.  
  21. -- Properties
  22.  
  23. KermitHub.Name = "KermitHub"
  24. KermitHub.Parent = game.CoreGui
  25.  
  26. LoginFrame.Name = "LoginFrame"
  27. LoginFrame.Parent = KermitHub
  28. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. LoginFrame.BackgroundTransparency = 0.20000000298023
  30. LoginFrame.Position = UDim2.new(0.389999986, 0, 0.259000003, 0)
  31. LoginFrame.Size = UDim2.new(0, 249, 0, 378)
  32.  
  33. Kermit_GUI.Name = "Kermit_GUI"
  34. Kermit_GUI.Parent = LoginFrame
  35. Kermit_GUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. Kermit_GUI.BackgroundTransparency = 1
  37. Kermit_GUI.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. Kermit_GUI.Position = UDim2.new(0.0967101008, 0, 0.0338735357, 0)
  39. Kermit_GUI.Size = UDim2.new(0, 200, 0, 50)
  40. Kermit_GUI.Font = Enum.Font.SourceSans
  41. Kermit_GUI.Text = "Kermit GUI"
  42. Kermit_GUI.TextColor3 = Color3.new(1, 1, 1)
  43. Kermit_GUI.TextSize = 14
  44.  
  45. Login.Name = "Login"
  46. Login.Parent = LoginFrame
  47. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  48. Login.BorderColor3 = Color3.new(0, 0, 0)
  49. Login.BorderSizePixel = 4
  50. Login.Position = UDim2.new(0.100726172, 0, 0.766326249, 0)
  51. Login.Size = UDim2.new(0, 200, 0, 50)
  52. Login.Font = Enum.Font.SourceSans
  53. Login.Text = "Login"
  54. Login.TextColor3 = Color3.new(1, 1, 1)
  55. Login.TextSize = 14
  56.  
  57. Login.MouseButton1Down:connect(function()
  58. if Username.Text == "Admin" and Password.Text == β€œAdmin” then
  59. LoginFrame.Visible = false
  60. MainFrame.Visible = true
  61. end
  62. end)
  63.  
  64. Password.Name = "Password"
  65. Password.Parent = LoginFrame
  66. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. Password.BorderColor3 = Color3.new(0, 0, 0)
  68. Password.BorderSizePixel = 4
  69. Password.Position = UDim2.new(0.100726143, 0, 0.524272025, 0)
  70. Password.Size = UDim2.new(0, 200, 0, 50)
  71. Password.Font = Enum.Font.SourceSans
  72. Password.Text = "Password"
  73. Password.TextColor3 = Color3.new(1, 1, 1)
  74. Password.TextSize = 14
  75.  
  76. Username.Name = "Username"
  77. Username.Parent = LoginFrame
  78. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. Username.BorderColor3 = Color3.new(0, 0, 0)
  80. Username.BorderSizePixel = 4
  81. Username.Position = UDim2.new(0, 25, 0, 107)
  82. Username.Size = UDim2.new(0, 200, 0, 50)
  83. Username.Font = Enum.Font.SourceSans
  84. Username.Text = "Username"
  85. Username.TextColor3 = Color3.new(1, 1, 1)
  86. Username.TextSize = 14
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. MainFrame.Name = "MainFrame"
  94. MainFrame.Parent = KermitHub
  95. MainFrame.Active = true
  96. MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  97. MainFrame.Position = UDim2.new(0, 527, 0, 235)
  98. MainFrame.Size = UDim2.new(0, 457, 0, 352)
  99. MainFrame.Visible = false
  100.  
  101. ControlGUI.Name = "Control GUI"
  102. ControlGUI.Parent = MainFrame
  103. ControlGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  104. ControlGUI.Position = UDim2.new(0, 20, 0, 32)
  105. ControlGUI.Size = UDim2.new(0, 176, 0, 50)
  106. ControlGUI.Font = Enum.Font.SourceSansBold
  107. ControlGUI.Text = "Control GUI"
  108. ControlGUI.TextScaled = true
  109. ControlGUI.TextSize = 14
  110. ControlGUI.TextWrapped = true
  111. ControlGUI.MouseButton1Click:connect(function()
  112. -- Objects
  113. plr = game.Players.LocalPlayer
  114. ControlGui = Instance.new("ScreenGui")
  115. Frame = Instance.new("Frame")
  116. TextButton = Instance.new("TextButton")
  117. TextBox = Instance.new("TextBox")
  118.  
  119. -- Properties
  120.  
  121. ControlGui.Name = "ControlGui"
  122. ControlGui.Parent = plr.PlayerGui
  123.  
  124. Frame.Parent = ControlGui
  125. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Frame.Position = UDim2.new(0, 300, 0, 200)
  127. Frame.Size = UDim2.new(0, 300, 0, 150)
  128. Frame.Active = true
  129. Frame.Draggable = true
  130.  
  131. TextButton.Parent = Frame
  132. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  133. TextButton.Position = UDim2.new(0, 50, 0, 90)
  134. TextButton.Size = UDim2.new(0, 200, 0, 50)
  135. TextButton.Font = Enum.Font.SourceSans
  136. TextButton.FontSize = Enum.FontSize.Size32
  137. TextButton.Text = "Control"
  138. TextButton.TextSize = 30
  139. TextButton.MouseButton1Down:connect(function()
  140. if TextButton.Text == "Control" then
  141. TextButton.Text = "UnControl"
  142. workspace[TextBox.Text].Humanoid.PlatformStand = true
  143. W1 = Instance.new("Weld",workspace)
  144. W1.Name = "Weld1"
  145. W1.Part0 = plr.Character.Torso
  146. W1.Part1 = workspace[TextBox.Text].Torso
  147. W2 = Instance.new("Weld",workspace)
  148. W2.Name = "Weld2"
  149. W2.Part0 = plr.Character.Head
  150. W2.Part1 = workspace[TextBox.Text].Head
  151. W3 = Instance.new("Weld",workspace)
  152. W3.Name = "Weld3"
  153. W3.Part0 = plr.Character.HumanoidRootPart
  154. W3.Part1 = workspace[TextBox.Text].HumanoidRootPart
  155. W4 = Instance.new("Weld",workspace)
  156. W4.Name = "Weld4"
  157. W4.Part0 = plr.Character["Left Arm"]
  158. W4.Part1 = workspace[TextBox.Text]["Left Arm"]
  159. W5 = Instance.new("Weld",workspace)
  160. W5.Name = "Weld5"
  161. W5.Part0 = plr.Character["Left Leg"]
  162. W5.Part1 = workspace[TextBox.Text]["Left Leg"]
  163. W6 = Instance.new("Weld",workspace)
  164. W6.Name = "Weld6"
  165. W6.Part0 = plr.Character["Right Arm"]
  166. W6.Part1 = workspace[TextBox.Text]["Right Arm"]
  167. W7 = Instance.new("Weld",workspace)
  168. W7.Name = "Weld7"
  169. W7.Part0 = plr.Character["Right Leg"]
  170. W7.Part1 = workspace[TextBox.Text]["Right Leg"]
  171. for i,v in pairs(plr.Character:GetChildren()) do
  172. if v.ClassName == "Part" then
  173. v.Transparency = 1
  174. end
  175. plr.Character.HumanoidRootPart.Transparency = 1
  176. if v.ClassName == "Accessory" then
  177. v.Handle.Transparency = 1
  178. end
  179. plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  180. end
  181. elseif TextButton.Text == "UnControl" then
  182. TextButton.Text = "Control"
  183. workspace[TextBox.Text].Humanoid.PlatformStand = false
  184. workspace.Weld1:Remove()
  185. workspace.Weld2:Remove()
  186. workspace.Weld3:Remove()
  187. workspace.Weld4:Remove()
  188. workspace.Weld5:Remove()
  189. workspace.Weld6:Remove()
  190. workspace.Weld7:Remove()
  191. for i,v in pairs(plr.Character:GetChildren()) do
  192. if v.ClassName == "Part" then
  193. v.Transparency = 0
  194. end
  195. plr.Character.HumanoidRootPart.Transparency = 1
  196. if v.ClassName == "Accessory" then
  197. v.Handle.Transparency = 0
  198. end
  199. plr.Character.Humanoid.NameOcclusion = "OccludeAll"
  200. end
  201. end
  202. end)
  203.  
  204. TextBox.Parent = Frame
  205. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  206. TextBox.Position = UDim2.new(0, 50, 0, 20)
  207. TextBox.Size = UDim2.new(0, 200, 0, 30)
  208. TextBox.Font = Enum.Font.SourceSans
  209. TextBox.FontSize = Enum.FontSize.Size28
  210. TextBox.Text = "Name"
  211. TextBox.TextSize = 25
  212. end)
  213.  
  214. JailBreakAutoRob.Name = "JailBreakAutoRob"
  215. JailBreakAutoRob.Parent = MainFrame
  216. JailBreakAutoRob.BackgroundColor3 = Color3.new(1, 1, 1)
  217. JailBreakAutoRob.Position = UDim2.new(0, 19, 0, 183)
  218. JailBreakAutoRob.Size = UDim2.new(0, 176, 0, 50)
  219. JailBreakAutoRob.Font = Enum.Font.SourceSansBold
  220. JailBreakAutoRob.Text = "JailBreakAutoRob"
  221. JailBreakAutoRob.TextScaled = true
  222. JailBreakAutoRob.TextSize = 14
  223. JailBreakAutoRob.TextWrapped = true
  224. JailBreakAutoRob.MouseButton1Click:connect(function()
  225. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  226. end)
  227.  
  228. Arrest.Name = "Arrest"
  229. Arrest.Parent = MainFrame
  230. Arrest.BackgroundColor3 = Color3.new(1, 1, 1)
  231. Arrest.Position = UDim2.new(0, 19, 0, 107)
  232. Arrest.Size = UDim2.new(0, 176, 0, 50)
  233. Arrest.Font = Enum.Font.SourceSansBold
  234. Arrest.Text = "Arrest (Broken)"
  235. Arrest.TextScaled = true
  236. Arrest.TextSize = 14
  237. Arrest.TextWrapped = true
  238. Arrest.MouseButton1Click:connect(function()
  239. ----i didn't made the arrest em original script i just add the avatar.
  240. Character = game.Players.LocalPlayer.Character
  241. Player = game.Players.LocalPlayer
  242. char = Character
  243. hum = Character.Humanoid
  244. Torso = Character.Torso
  245. Head = Character.Head
  246.  
  247. char.Shirt.ShirtTemplate = "rbxassetid://1073211165"
  248. char.Pants.PantsTemplate = "rbxassetid://997496591"
  249.  
  250.  
  251. local BC = char["Body Colors"]
  252. BC.HeadColor = BrickColor.new("Pastel brown")
  253. BC.LeftArmColor = BrickColor.new("Pastel brown")
  254. BC.LeftLegColor = BrickColor.new("Pastel brown")
  255. BC.RightArmColor = BrickColor.new("Pastel brown")
  256. BC.RightLegColor = BrickColor.new("Pastel brown")
  257. BC.TorsoColor = BrickColor.new("Pastel brown")
  258.  
  259. char.Head.face.Texture = "rbxassetid://42070872"
  260.  
  261. hum.MaxHealth = math.huge
  262.  
  263.  
  264.  
  265.  
  266. for i,v in pairs(char:children()) do
  267. if v:IsA("Hat") then
  268. v:Destroy()
  269. end
  270. end
  271. for i,v in pairs(char:children()) do
  272. if v:IsA("Accessory") then
  273. v:Destroy()
  274. end
  275. end
  276. for i,v in pairs(char:children()) do
  277. if v:IsA("Hair") then
  278. v:Destroy()
  279. end
  280. end
  281. --141378828
  282. Reaper = Instance.new("Model")
  283. Reaper.Parent = Player.Character
  284. Reaper.Name = "Reaper"
  285. rh = Instance.new("Part")
  286. rh.Parent = Reaper
  287. rh.BrickColor = BrickColor.new("Really red")
  288. rh.Locked = true
  289. rh.CanCollide = false
  290. mesh = Instance.new("SpecialMesh")
  291. rh.formFactor = "Symmetric"
  292. mesh.MeshType = "FileMesh"
  293. mesh.MeshId = "http://www.roblox.com/asset/?id=1028788"
  294. mesh.TextureId = "http://www.roblox.com/asset/?id=1081380"
  295. mesh.Parent = rh
  296. local weld = Instance.new("Weld")
  297. weld.Parent = rh
  298. rh.Transparency = 0
  299. weld.Part0 = rh
  300. weld.Part1 = Player.Character.Head
  301. weld.C0 = weld.C0 * CFrame.new(0,-0.70,0.10)
  302.  
  303. local s = Instance.new("Sound",char)
  304. s.SoundId = "http://www.roblox.com/asset/?id=458157165"
  305. s.Pitch = 1
  306. s.Volume = 2
  307. s.Looped = true
  308. wait(1)
  309. s:play()
  310.  
  311.  
  312. function sandbox(var,func)
  313. local env = getfenv(func)
  314. local newenv = setmetatable({},{
  315. __index = function(self,k)
  316. if k=="script" then
  317. return var
  318. else
  319. return env[k]
  320. end
  321. end,
  322. })
  323. setfenv(func,newenv)
  324. return func
  325. end
  326. cors = {}
  327. mas = Instance.new("Model",game:GetService("Lighting"))
  328. Tool0 = Instance.new("Tool")
  329. Part1 = Instance.new("Part")
  330. SpecialMesh2 = Instance.new("SpecialMesh")
  331. Script3 = Instance.new("Script")
  332. Tool0.Name = "Arrest"
  333. Tool0.Parent = mas
  334. Tool0.GripForward = Vector3.new(-0.77155745, 0.462976098, 0.43629396)
  335. Tool0.GripPos = Vector3.new(0.899999976, 0.5, 0.400000006)
  336. Tool0.GripRight = Vector3.new(0.632408082, 0.63257581, 0.447110623)
  337. Tool0.GripUp = Vector3.new(0.0689874813, -0.620887339, 0.780858338)
  338. Tool0.ToolTip = "Take those skids to gulag!"
  339. Tool0.CanBeDropped = false
  340. Part1.Name = "Handle"
  341. Part1.Parent = Tool0
  342. Part1.FormFactor = Enum.FormFactor.Custom
  343. Part1.Size = Vector3.new(2, 2, 2)
  344. Part1.CFrame = CFrame.new(1.70000003e-05, 1.00001395, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  345. Part1.Position = Vector3.new(1.70000003e-05, 1.00001395, 0)
  346. SpecialMesh2.Parent = Part1
  347. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=88046657"
  348. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  349. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=88046679"
  350. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  351. SpecialMesh2.Scale = Vector3.new(2, 2, 2)
  352. Script3.Parent = Part1
  353. debounce = false
  354.  
  355. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  356.  
  357. table.insert(cors,sandbox(Script3,function()
  358. function arrest(hit)
  359. if hit.Parent ~= nil and hit.Parent:FindFirstChild("Head") ~= nil and hit.Parent.Name ~= game.Players.LocalPlayer.Name and debounce ~= true and hit.Parent.Head:FindFirstChild("ArrestedGui") == nil then
  360. debounce = true
  361. num = math.random(1,99)
  362. local message = Instance.new("Hint",workspace)
  363. message.Text = hit.Parent.Name.." Has been arrested by "..game.Players.LocalPlayer.Name.."! He or she has to spend "..num.." years in jail!"
  364. --hit.Parent:Destroy()
  365.  
  366. hit.Parent.Humanoid.MaxHealth = math.huge
  367. print("Godded!")
  368. a = Instance.new("ForceField", hit.Parent)
  369. a.Visible = false
  370. print("FFed!")
  371.  
  372. local SOUND = Instance.new("Sound", script.Parent)
  373. SOUND.SoundId = "rbxassetid://460919688"
  374. SOUND.Volume = 10
  375. SOUND:Play()
  376. BillboardGui0 = Instance.new("BillboardGui")
  377. TextLabel1 = Instance.new("TextLabel")
  378. BillboardGui0.Name = "ArrestedGui"
  379. BillboardGui0.Parent = hit.Parent.Head
  380. BillboardGui0.Size = UDim2.new(10, 0, 2, 0)
  381. BillboardGui0.StudsOffset = Vector3.new(0, 3, 0)
  382. TextLabel1.Name = "Text"
  383. TextLabel1.Parent = BillboardGui0
  384. TextLabel1.Transparency = 1
  385. TextLabel1.Size = UDim2.new(1, 0, 1, 0)
  386. TextLabel1.Text = hit.Parent.Name.."| Arrested | "..num.. " Years until release"
  387. TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  388. TextLabel1.BackgroundTransparency = 1
  389. TextLabel1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  390. TextLabel1.Font = Enum.Font.ArialBold
  391. TextLabel1.FontSize = Enum.FontSize.Size48
  392. TextLabel1.TextColor3 = Color3.new(1, 1, 1)
  393. TextLabel1.TextScaled = true
  394. TextLabel1.TextStrokeTransparency = 0
  395. TextLabel1.TextWrapped = true
  396. TextLabel1.TextYAlignment = Enum.TextYAlignment.Top
  397. game:GetService("Debris"):AddItem(SOUND,5)
  398. game:GetService("Debris"):AddItem(message,5)
  399. hit.Parent.Humanoid:Destroy()
  400. --jailtime(hit.Parent)
  401. wait(3)
  402. debounce = false
  403. end
  404.  
  405. end
  406.  
  407.  
  408. function jailtime(char)
  409. for i = num, 0, -1 do
  410. wait(1)
  411. TextLabel1.Text = char.Name.."| Arrested | "..i.. " Years until release"
  412. end
  413.  
  414. char.Humanoid.MaxHealth = 100
  415. print("Godded!")
  416. char.ForceField:Destroy()
  417. print("UNFFed!")
  418.  
  419. char.Humanoid.PlatformStand = false
  420.  
  421. BillboardGui0:Destroy()
  422. end
  423.  
  424. script.Parent.Touched:connect(arrest)
  425. end))
  426. for i,v in pairs(mas:GetChildren()) do
  427. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  428. pcall(function() v:MakeJoints() end)
  429. end
  430. mas:Destroy()
  431. for i,v in pairs(cors) do
  432. spawn(function()
  433. pcall(v)
  434. end)
  435. end
  436. end)
  437.  
  438. Rape.Name = "Rape"
  439. Rape.Parent = MainFrame
  440. Rape.BackgroundColor3 = Color3.new(1, 1, 1)
  441. Rape.Position = UDim2.new(0, 245, 0, 32)
  442. Rape.Size = UDim2.new(0, 176, 0, 50)
  443. Rape.Font = Enum.Font.SourceSansBold
  444. Rape.Text = "Rape Menue"
  445. Rape.TextScaled = true
  446. Rape.TextSize = 14
  447. Rape.TextWrapped = true
  448.  
  449. Rape.MouseButton1Click:connect(function()
  450. local RapeGUI = Instance.new("ScreenGui")
  451. local Rape = Instance.new("Frame")
  452. local plr1 = Instance.new("TextBox")
  453. local plr2 = Instance.new("TextBox")
  454. local Rape_2 = Instance.new("TextButton")
  455.  
  456. RapeGUI.Name = "RapeGUI"
  457. RapeGUI.Parent = game.CoreGui
  458.  
  459. Rape.Name = "Rape"
  460. Rape.Parent = RapeGUI
  461. Rape.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  462. Rape.BorderColor3 = Color3.new(0, 0, 0)
  463. Rape.Position = UDim2.new(0, 5, 1, -50)
  464. Rape.Size = UDim2.new(0, 200, 0, 45)
  465.  
  466. plr1.Name = "plr1"
  467. plr1.Parent = Rape
  468. plr1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  469. plr1.BorderColor3 = Color3.new(0, 0, 0)
  470. plr1.Size = UDim2.new(1, -100, 0, 20)
  471. plr1.Font = Enum.Font.Fantasy
  472. plr1.FontSize = Enum.FontSize.Size14
  473. plr1.Text = "Player1"
  474. plr1.TextColor3 = Color3.new(1, 1, 1)
  475. plr1.TextScaled = true
  476. plr1.TextStrokeTransparency = 0
  477. plr1.TextWrapped = true
  478.  
  479. plr2.Name = "plr2"
  480. plr2.Parent = Rape
  481. plr2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  482. plr2.BorderColor3 = Color3.new(0, 0, 0)
  483. plr2.Position = UDim2.new(1, -100, 0, 0)
  484. plr2.Size = UDim2.new(1, -100, 0, 20)
  485. plr2.Font = Enum.Font.Fantasy
  486. plr2.FontSize = Enum.FontSize.Size14
  487. plr2.Text = "Player2"
  488. plr2.TextColor3 = Color3.new(1, 1, 1)
  489. plr2.TextScaled = true
  490. plr2.TextStrokeTransparency = 0
  491. plr2.TextWrapped = true
  492.  
  493. Rape_2.Name = "Rape"
  494. Rape_2.Parent = Rape
  495. Rape_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  496. Rape_2.BorderColor3 = Color3.new(0, 0, 0)
  497. Rape_2.Position = UDim2.new(0, 0, 1, -25)
  498. Rape_2.Size = UDim2.new(1, 0, 0, 25)
  499. Rape_2.Font = Enum.Font.Fantasy
  500. Rape_2.FontSize = Enum.FontSize.Size14
  501. Rape_2.Text = "Rape"
  502. Rape_2.TextColor3 = Color3.new(1, 1, 1)
  503. Rape_2.TextScaled = true
  504. Rape_2.TextStrokeTransparency = 0
  505. Rape_2.TextWrapped = true
  506.  
  507. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  508. local funcw = Instance.new("Weld")
  509. funcw.Name = zName
  510. funcw.Parent = zParent
  511. funcw.Part0 = zPart0
  512. funcw.Part1 = zPart1
  513. if (zCoco == true) then
  514. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  515. else
  516. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  517. end
  518. return funcw
  519. end
  520.  
  521. Rape_2.MouseButton1Click:connect(function()
  522.  
  523. function fun(n1, n2)
  524. pcall(function()
  525. t1 = game.Players[n1].Character.Torso
  526. t2 = game.Players[n2].Character.Torso
  527. t2.Parent.Humanoid.PlatformStand = true
  528. t1["Left Shoulder"]:Remove()
  529. ls1 = Instance.new("Weld")
  530. ls1.Parent = t1
  531. ls1.Part0 = t1
  532. ls1.Part1 = t1.Parent["Left Arm"]
  533. ls1.C0 = CFrame.new(-1.5,0,0)
  534. ls1.Name = "Left Shoulder"
  535. t1["Right Shoulder"]:Remove()
  536. rs1 = Instance.new("Weld")
  537. rs1.Parent = t1
  538. rs1.Part0 = t1
  539. rs1.Part1 = t1.Parent["Right Arm"]
  540. rs1.C0 = CFrame.new(1.5,0,0)
  541. rs1.Name = "Right Shoulder"
  542. t2["Left Shoulder"]:Remove()
  543. ls2 = Instance.new("Weld")
  544. ls2.Parent = t2
  545. ls2.Part0 = t2
  546. ls2.Part1 = t2.Parent["Left Arm"]
  547. ls2.C0 = CFrame.new(-1.5,0,0)
  548. ls2.Name = "Left Shoulder"
  549. t2["Right Shoulder"]:Remove()
  550. rs2 = Instance.new("Weld")
  551. rs2.Parent = t2
  552. rs2.Part0 = t2
  553. rs2.Part1 = t2.Parent["Right Arm"]
  554. rs2.C0 = CFrame.new(1.5,0,0)
  555. rs2.Name = "Right Shoulder"
  556. t2["Left Hip"]:Remove()
  557. lh2 = Instance.new("Weld")
  558. lh2.Parent = t2
  559. lh2.Part0 = t2
  560. lh2.Part1 = t2.Parent["Left Leg"]
  561. lh2.C0 = CFrame.new(-0.5,-2,0)
  562. lh2.Name = "Left Hip"
  563. t2["Right Hip"]:Remove()
  564. rh2 = Instance.new("Weld")
  565. rh2.Parent = t2
  566. rh2.Part0 = t2
  567. rh2.Part1 = t2.Parent["Right Leg"]
  568. rh2.C0 = CFrame.new(0.5,-2,0)
  569. rh2.Name = "Right Hip"
  570. local d = Instance.new("Part")
  571. d.TopSurface = 0
  572. d.BottomSurface = 0
  573. d.CanCollide = false
  574. d.BrickColor = BrickColor.new("Medium stone grey")
  575. d.Shape = "Ball"
  576. d.Parent = t1
  577. d.Size = Vector3.new(1,1,1)
  578. local dm = Instance.new("SpecialMesh")
  579. dm.MeshType = "Sphere"
  580. dm.Parent = d
  581. dm.Scale = Vector3.new(0.4,0.4,0.4)
  582. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  583. d2 = d:Clone()
  584. d2.Parent = t1
  585. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  586. local c = Instance.new("Part")
  587. c.TopSurface = 0
  588. c.BottomSurface = 0
  589. c.CanCollide = false
  590. c.BrickColor = BrickColor.new("Pastel brown")
  591. c.Parent = t1
  592. c.formFactor = "Custom"
  593. c.Size = Vector3.new(0.4,1.3,0.4)
  594. cm = Instance.new("CylinderMesh")
  595. cm.Parent = c
  596. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  597. c2 = d:Clone()
  598. c2.BrickColor = BrickColor.new("Medium stone grey")
  599. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  600. c2.Parent = t1
  601. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  602. local bl = Instance.new("Part")
  603. bl.TopSurface = 0
  604. bl.BottomSurface = 0
  605. bl.CanCollide = false
  606. bl.BrickColor = BrickColor.new("Pastel brown")
  607. bl.Shape = "Ball"
  608. bl.Parent = t2
  609. bl.Size = Vector3.new(1,1,1)
  610. local dm = Instance.new("SpecialMesh")
  611. dm.MeshType = "Sphere"
  612. dm.Parent = bl
  613. dm.Scale = Vector3.new(1.2,1.2,1.2)
  614. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  615. local br = Instance.new("Part")
  616. br.TopSurface = 0
  617. br.BottomSurface = 0
  618. br.CanCollide = false
  619. br.BrickColor = BrickColor.new("Pastel brown")
  620. br.Shape = "Ball"
  621. br.Parent = t2
  622. br.Size = Vector3.new(1,1,1)
  623. local dm = Instance.new("SpecialMesh")
  624. dm.MeshType = "Sphere"
  625. dm.Parent = br
  626. dm.Scale = Vector3.new(1.2,1.2,1.2)
  627. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  628. local bln = Instance.new("Part")
  629. bln.TopSurface = 0
  630. bln.BottomSurface = 0
  631. bln.CanCollide = false
  632. bln.Shape = "Ball"
  633. bln.Parent = t2
  634. bln.Size = Vector3.new(1,1,1)
  635. local dm = Instance.new("SpecialMesh")
  636. dm.MeshType = "Sphere"
  637. dm.Parent = bln
  638. dm.Scale = Vector3.new(0.2,0.2,0.2)
  639. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  640. local brn = Instance.new("Part")
  641. brn.TopSurface = 0
  642. brn.BottomSurface = 0
  643. brn.CanCollide = false
  644. brn.Shape = "Ball"
  645. brn.Parent = t2
  646. brn.Size = Vector3.new(1,1,1)
  647. local dm = Instance.new("SpecialMesh")
  648. dm.MeshType = "Sphere"
  649. dm.Parent = brn
  650. dm.Scale = Vector3.new(0.2,0.2,0.2)
  651. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  652. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  653. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  654. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  655. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  656. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  657. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  658. if t1:findFirstChild("weldx") ~= nil then
  659. t1.weldx:Remove()
  660. end
  661. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  662. n = t2.Neck
  663. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  664. end)
  665. coroutine.resume(coroutine.create(function()
  666. while wait() do
  667. for i = 1,6 do
  668. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  669. wait()
  670. end
  671.  
  672. for i = 1,6 do
  673. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  674. wait()
  675. end
  676. end
  677. end))
  678. end
  679. fun(plr1.Text, plr2.Text)
  680. end)
  681. end)
  682.  
  683. UgandaKnuckles.Name = "Uganda Knuckles"
  684. UgandaKnuckles.Parent = MainFrame
  685. UgandaKnuckles.BackgroundColor3 = Color3.new(1, 1, 1)
  686. UgandaKnuckles.Position = UDim2.new(0, 245, 0, 102)
  687. UgandaKnuckles.Size = UDim2.new(0, 176, 0, 50)
  688. UgandaKnuckles.Font = Enum.Font.SourceSansBold
  689. UgandaKnuckles.Text = "Uganda Knuckles"
  690. UgandaKnuckles.TextScaled = true
  691. UgandaKnuckles.TextSize = 14
  692. UgandaKnuckles.TextWrapped = true
  693. UgandaKnuckles.MouseButton1Click:connect(function()
  694.  
  695. end)
  696.  
  697. credits.Name = "credits"
  698. credits.Parent = MainFrame
  699. credits.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  700. credits.BorderSizePixel = 0
  701. credits.Position = UDim2.new(0, 0, 0, 302)
  702. credits.Size = UDim2.new(0, 228, 0, 50)
  703. credits.Font = Enum.Font.SourceSansBold
  704. credits.Text = "Made By KermitTheFrog"
  705. credits.TextScaled = true
  706. credits.TextSize = 14
  707. credits.TextWrapped = true
  708.  
  709. TextLabel.Parent = MainFrame
  710. TextLabel.Active = true
  711. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  712. TextLabel.BackgroundTransparency = 1
  713. TextLabel.BorderSizePixel = 0
  714. TextLabel.Size = UDim2.new(0, 457, 0, 50)
  715. TextLabel.Font = Enum.Font.SourceSansBold
  716. TextLabel.Text = "Kermit Hub"
  717. TextLabel.TextColor3 = Color3.new(0, 0.333333, 0)
  718. TextLabel.TextScaled = true
  719. TextLabel.TextSize = 14
  720. TextLabel.TextWrapped = true
  721.  
  722. Glock.Name = "Glock"
  723. Glock.Parent = MainFrame
  724. Glock.BackgroundColor3 = Color3.new(1, 1, 1)
  725. Glock.Position = UDim2.new(0, 245, 0, 183)
  726. Glock.Size = UDim2.new(0, 176, 0, 50)
  727. Glock.Font = Enum.Font.SourceSansBold
  728. Glock.Text = "Glock"
  729. Glock.TextScaled = true
  730. Glock.TextSize = 14
  731. Glock.TextWrapped = true
  732. Glock.MouseButton1Click:connect(function()
  733.  
  734. end)
  735.  
  736. Penny_Wise_Dancing.Name = "Penny_Wise_Dancing"
  737. Penny_Wise_Dancing.Parent = MainFrame
  738. Penny_Wise_Dancing.BackgroundColor3 = Color3.new(1, 1, 1)
  739. Penny_Wise_Dancing.Position = UDim2.new(0, 19, 0, 270)
  740. Penny_Wise_Dancing.Size = UDim2.new(0, 176, 0, 50)
  741. Penny_Wise_Dancing.Font = Enum.Font.SourceSansBold
  742. Penny_Wise_Dancing.Text = "Penny Wise Dancing"
  743. Penny_Wise_Dancing.TextScaled = true
  744. Penny_Wise_Dancing.TextSize = 14
  745. Penny_Wise_Dancing.TextWrapped = true
  746. Penny_Wise_Dancing.MouseButton1Click:connect(function()
  747.  
  748. end)
  749.  
  750. Grab_Knife_V3.Name = "Grab_Knife_V3"
  751. Grab_Knife_V3.Parent = MainFrame
  752. Grab_Knife_V3.BackgroundColor3 = Color3.new(1, 1, 1)
  753. Grab_Knife_V3.Position = UDim2.new(0, 245, 0, 262)
  754. Grab_Knife_V3.Size = UDim2.new(0, 176, 0, 50)
  755. Grab_Knife_V3.Font = Enum.Font.SourceSansBold
  756. Grab_Knife_V3.Text = "Grab Knife V3"
  757. Grab_Knife_V3.TextScaled = true
  758. Grab_Knife_V3.TextSize = 14
  759. Grab_Knife_V3.TextWrapped = true
  760. Grab_Knife_V3.MouseButton1Click:connect(function()
  761.  
  762. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement