Advertisement
Guest User

Untitled

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