Advertisement
Carles0_0

Untitled

Aug 21st, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  52. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  53. end
  54. for _,t in pairs(CAS.Actions) do
  55. for _,k in pairs(t.Keys) do
  56. if k==io.KeyCode then
  57. t.Function(t.Name,io.UserInputState,io)
  58. end
  59. end
  60. end
  61. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  62. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  63. end
  64. end)
  65. Event.Parent = NLS([==[
  66. local Player = game:GetService("Players").LocalPlayer
  67. local Event = script:WaitForChild("UserInput_Event")
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77. local h,t
  78. --Give the server mouse data 30 times every second, but only if the values changed
  79. --If player is not moving their mouse, client won't fire events
  80. while wait(1/30) do
  81. if h~=Mouse.Hit or t~=Mouse.Target then
  82. h,t=Mouse.Hit,Mouse.Target
  83. Event:FireServer({isMouse=true,Target=t,Hit=h})
  84. end
  85. end]==],Player.Character)
  86.  
  87. ----Sandboxed game object that allows the usage of client-side methods and services
  88. --Real game object
  89. local _rg = game
  90.  
  91. --Metatable for fake service
  92. local fsmt = {
  93. __index = function(self,k)
  94. local s = rawget(self,"_RealService")
  95. if s then
  96. return typeof(s[k])=="function"
  97. and function(_,...)return s[k](s,...)end or s[k]
  98. end
  99. end,
  100. __newindex = function(self,k,v)
  101. local s = rawget(self,"_RealService")
  102. if s then s[k]=v end
  103. end
  104. }
  105. local function FakeService(t,RealService)
  106. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  107. return setmetatable(t,fsmt)
  108. end
  109.  
  110. --Fake game object
  111. local g = {
  112. GetService = function(self,s)
  113. return self[s]
  114. end,
  115. Players = FakeService({
  116. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  117. },"Players"),
  118. UserInputService = FakeService(UIS,"UserInputService"),
  119. ContextActionService = FakeService(CAS,"ContextActionService"),
  120. }
  121. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  122. g.service = g.GetService
  123.  
  124. g.RunService = FakeService({
  125. RenderStepped = _rg:GetService("RunService").Heartbeat,
  126. BindToRenderStep = function(self,name,_,fun)
  127. self._btrs[name] = self.Heartbeat:Connect(fun)
  128. end,
  129. UnbindFromRenderStep = function(self,name)
  130. self._btrs[name]:Disconnect()
  131. end,
  132. },"RunService")
  133.  
  134. setmetatable(g,fsmt)
  135. --Changing owner to fake player object to support owner:GetMouse()
  136. game,owner = g,g.Players.LocalPlayer
  137. end
  138. --By UNKNOWN
  139. --Converted with ttyyuu12345's model to script plugin v4
  140. player = owner
  141. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  142. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  143. txtfag.Adornee = suckadick
  144. txtfag.Name = "kys nigga"
  145. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  146. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  147. local textfag = Instance.new("TextLabel", txtfag)
  148. textfag.Size = UDim2.new(6, 0, 1, 0)
  149. textfag.FontSize = "Size8"
  150. textfag.TextScaled = true
  151. textfag.TextTransparency = 0
  152. textfag.BackgroundTransparency = 1
  153. textfag.TextTransparency = 0
  154. textfag.TextStrokeTransparency = 0
  155. textfag.Font = "Cartoon"
  156. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  157. v = Instance.new("Part")
  158. v.Name = "ColorBrick"
  159. v.Parent = part
  160. v.FormFactor = "Symmetric"
  161. v.Anchored = true
  162. v.CanCollide = false
  163. v.BottomSurface = "Smooth"
  164. v.TopSurface = "Smooth"
  165. v.Size = Vector3.new(10, 5, 3)
  166. v.Transparency = 0.7
  167. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  168. v.Transparency = 1
  169. textfag.TextColor3 = v.BrickColor.Color
  170. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  171. v.Shape = "Block"
  172. textfag.Text = "Script By FUCKED UP SHIT AND ASSHOLES LIKE WHO IS READING THIS LOL THIS SCRIPT IS HACKED! (EDITED REALLY)"
  173. wait(2)
  174. textfag.Text = "lol"
  175. wait(0.3)
  176. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Content Cop"
  177. local music = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  178. music.Volume = 10
  179. music.SoundId = "rbxassetid://515347026"
  180. music:Play()
  181. music.Looped = true
  182. music.Name = "Youfaggot"
  183. cloneofmusic = music:Clone()
  184. alert = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  185. alert.Volume = 10
  186. alert.SoundId = "rbxassetid://1011639456"
  187. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  188. --Converted with ttyyuu12345's model to script plugin v4
  189. function sandbox(var,func)
  190. local env = getfenv(func)
  191. local newenv = setmetatable({},{
  192. __index = function(self,k)
  193. if k=="script" then
  194. return var
  195. else
  196. return env[k]
  197. end
  198. end,
  199. })
  200. setfenv(func,newenv)
  201. return func
  202. end
  203. cors = {}
  204. mas = Instance.new("Model",game:GetService("Lighting"))
  205. Model0 = Instance.new("Model")
  206. Part1 = Instance.new("Part")
  207. Part2 = Instance.new("Part")
  208. Part3 = Instance.new("Part")
  209. Part4 = Instance.new("Part")
  210. Part5 = Instance.new("Part")
  211. Part6 = Instance.new("Part")
  212. Part7 = Instance.new("Part")
  213. Part8 = Instance.new("Part")
  214. Part9 = Instance.new("Part")
  215. Model0.Name = "Jailol"
  216. Model0.Parent = mas
  217. Part1.Parent = Model0
  218. Part1.Material = Enum.Material.Brick
  219. Part1.BrickColor = BrickColor.new("Crimson")
  220. Part1.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843)
  221. Part1.CFrame = CFrame.new(-14.9545441, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  222. Part1.BottomSurface = Enum.SurfaceType.Smooth
  223. Part1.TopSurface = Enum.SurfaceType.Smooth
  224. Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  225. Part1.Position = Vector3.new(-14.9545441, 10.4772959, -87.8842926)
  226. Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  227. Part2.Parent = Model0
  228. Part2.Material = Enum.Material.Brick
  229. Part2.BrickColor = BrickColor.new("Crimson")
  230. Part2.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843)
  231. Part2.CFrame = CFrame.new(26.9545403, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  232. Part2.BottomSurface = Enum.SurfaceType.Smooth
  233. Part2.TopSurface = Enum.SurfaceType.Smooth
  234. Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  235. Part2.Position = Vector3.new(26.9545403, 10.4772959, -87.8842926)
  236. Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  237. Part3.Name = "GlassDoor"
  238. Part3.Parent = Model0
  239. Part3.Material = Enum.Material.Glass
  240. Part3.BrickColor = BrickColor.new("Dark stone grey")
  241. Part3.Transparency = 0.55000001192093
  242. Part3.Size = Vector3.new(14.6681786, 20.9545422, 4.19090843)
  243. Part3.CFrame = CFrame.new(5.99999619, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  244. Part3.BottomSurface = Enum.SurfaceType.Smooth
  245. Part3.TopSurface = Enum.SurfaceType.Smooth
  246. Part3.Color = Color3.new(0.392157, 0.392157, 0.392157)
  247. Part3.Position = Vector3.new(5.99999619, 10.4772959, -87.8842926)
  248. Part3.Color = Color3.new(0.392157, 0.392157, 0.392157)
  249. Part4.Parent = Model0
  250. Part4.Material = Enum.Material.Brick
  251. Part4.BrickColor = BrickColor.new("Crimson")
  252. Part4.Rotation = Vector3.new(0, -90, 0)
  253. Part4.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843)
  254. Part4.CFrame = CFrame.new(38.4795341, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  255. Part4.BottomSurface = Enum.SurfaceType.Smooth
  256. Part4.TopSurface = Enum.SurfaceType.Smooth
  257. Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  258. Part4.Position = Vector3.new(38.4795341, 10.4772959, -116.696777)
  259. Part4.Orientation = Vector3.new(0, -90, 0)
  260. Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  261. Part5.Parent = Model0
  262. Part5.Material = Enum.Material.Brick
  263. Part5.BrickColor = BrickColor.new("Crimson")
  264. Part5.Rotation = Vector3.new(0, -90, 0)
  265. Part5.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843)
  266. Part5.CFrame = CFrame.new(-26.4795418, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  267. Part5.BottomSurface = Enum.SurfaceType.Smooth
  268. Part5.TopSurface = Enum.SurfaceType.Smooth
  269. Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  270. Part5.Position = Vector3.new(-26.4795418, 10.4772959, -116.696777)
  271. Part5.Orientation = Vector3.new(0, -90, 0)
  272. Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  273. Part6.Parent = Model0
  274. Part6.Material = Enum.Material.Brick
  275. Part6.BrickColor = BrickColor.new("Crimson")
  276. Part6.Rotation = Vector3.new(-180, 0, -180)
  277. Part6.Size = Vector3.new(60.7681732, 20.9545422, 4.19090843)
  278. Part6.CFrame = CFrame.new(5.99999619, 10.4772959, -141.318375, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  279. Part6.BottomSurface = Enum.SurfaceType.Smooth
  280. Part6.TopSurface = Enum.SurfaceType.Smooth
  281. Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  282. Part6.Position = Vector3.new(5.99999619, 10.4772959, -141.318375)
  283. Part6.Orientation = Vector3.new(0, 180, 0)
  284. Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  285. Part7.Parent = Model0
  286. Part7.Material = Enum.Material.Glass
  287. Part7.BrickColor = BrickColor.new("Really black")
  288. Part7.Transparency = 0.55000001192093
  289. Part7.Size = Vector3.new(61.1681786, 0.0900000036, 49.6909103)
  290. Part7.CFrame = CFrame.new(5.91590881, 0.0546672344, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  291. Part7.BottomSurface = Enum.SurfaceType.Smooth
  292. Part7.TopSurface = Enum.SurfaceType.Smooth
  293. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  294. Part7.Position = Vector3.new(5.91590881, 0.0546672344, -114.696777)
  295. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  296. Part7.Name = "Floor"
  297. function parttouchedddd(part)
  298. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  299. if humanoid then
  300. if humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  301. for i,v in pairs(humanoid.Parent:GetChildren()) do
  302. if v.ClassName == "LocalScript" or v.ClassName == "Script" or v.ClassName == "Sound" then
  303. v:Remove()
  304. end
  305. for q,w in pairs(v:GetChildren()) do
  306. if w.ClassName == "LocalScript" or w.ClassName == "Script" or w.ClassName == "Sound" then
  307. w:Remove()
  308. end
  309. end
  310. end
  311. end
  312. end
  313. end
  314. Part7.Touched:connect(parttouchedddd)
  315. Part8.Parent = Model0
  316. Part8.Material = Enum.Material.Glass
  317. Part8.BrickColor = BrickColor.new("Teal")
  318. Part8.Transparency = 0.55000001192093
  319. Part8.Size = Vector3.new(69.1681824, 0.45454216, 57.6909103)
  320. Part8.CFrame = CFrame.new(5.915905, 21.1818428, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  321. Part8.BottomSurface = Enum.SurfaceType.Smooth
  322. Part8.TopSurface = Enum.SurfaceType.Smooth
  323. Part8.Color = Color3.new(0.0784314, 1, 0.862745)
  324. Part8.Position = Vector3.new(5.915905, 21.1818428, -114.696777)
  325. Part8.Color = Color3.new(0.0784314, 1, 0.862745)
  326. Part9.Name = "wow"
  327. Part9.Parent = Model0
  328. Part9.Material = Enum.Material.Concrete
  329. Part9.BrickColor = BrickColor.new("Lime green")
  330. Part9.Rotation = Vector3.new(-180, 0, -165)
  331. Part9.Anchored = true
  332. Part9.Size = Vector3.new(14.7681732, 6.70454216, 0.190908432)
  333. Part9.CFrame = CFrame.new(2.99999595, 11.2613897, -139.068375, -0.965925872, 0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, -1)
  334. Part9.BottomSurface = Enum.SurfaceType.Smooth
  335. Part9.TopSurface = Enum.SurfaceType.Smooth
  336. Part9.Color = Color3.new(0.054902, 1, 0.0392157)
  337. Part9.Position = Vector3.new(2.99999595, 11.2613897, -139.068375)
  338. Part9.Orientation = Vector3.new(0, 180, 15)
  339. Part9.Color = Color3.new(0.054902, 1, 0.0392157)
  340. for i,v in pairs(mas:GetChildren()) do
  341. v.Parent = game:GetService("Players").LocalPlayer.Character
  342. pcall(function() v:MakeJoints() end)
  343. end
  344. mas:Destroy()
  345. for i,v in pairs(cors) do
  346. spawn(function()
  347. pcall(v)
  348. end)
  349. end
  350. --Converted with ttyyuu12345's model to script plugin v4
  351. function sandbox(var,func)
  352. local env = getfenv(func)
  353. local newenv = setmetatable({},{
  354. __index = function(self,k)
  355. if k=="script" then
  356. return var
  357. else
  358. return env[k]
  359. end
  360. end,
  361. })
  362. setfenv(func,newenv)
  363. return func
  364. end
  365. cors = {}
  366. mas = Instance.new("Model",game:GetService("Lighting"))
  367. Part0 = Instance.new("Part")
  368. Part0.Name = "Posof"
  369. Part0.Parent = mas
  370. Part0.Material = Enum.Material.Glass
  371. Part0.BrickColor = BrickColor.new("Dark stone grey")
  372. Part0.Transparency = 0.55000001192093
  373. Part0.Anchored = true
  374. Part0.CanCollide = false
  375. Part0.Size = Vector3.new(14.6681786, 0.0500000007, 4.19090843)
  376. Part0.CFrame = Part3.CFrame * CFrame.new(0,-10,3)
  377. Part0.BottomSurface = Enum.SurfaceType.Smooth
  378. Part0.TopSurface = Enum.SurfaceType.Smooth
  379. Part0.Color = Color3.new(0.392157, 0.392157, 0.392157)
  380. Part0.Color = Color3.new(0.392157, 0.392157, 0.392157)
  381. for i,v in pairs(mas:GetChildren()) do
  382. v.Parent = Model0
  383. pcall(function() v:MakeJoints() end)
  384. end
  385. mas:Destroy()
  386. for i,v in pairs(cors) do
  387. spawn(function()
  388. pcall(v)
  389. end)
  390. end
  391. for i,v in pairs(Model0:GetChildren()) do
  392. if v.ClassName == "Part" then
  393. v.Anchored = true
  394. end
  395. end
  396. -- Objects
  397.  
  398. local SurfaceGui = Instance.new("SurfaceGui")
  399. local TextBox = Instance.new("TextBox")
  400.  
  401. -- Properties
  402.  
  403. SurfaceGui.Parent = game.Players.LocalPlayer.Character.Jailol.wow
  404.  
  405. TextBox.Parent = SurfaceGui
  406. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TextBox.BackgroundTransparency = 1
  408. TextBox.Size = UDim2.new(1, 0, 1, 0)
  409. TextBox.Font = Enum.Font.Cartoon
  410. TextBox.FontSize = Enum.FontSize.Size14
  411. TextBox.Text = "ur memes are not dank lol."
  412. TextBox.TextScaled = true
  413. TextBox.TextSize = 14
  414. TextBox.TextWrapped = true
  415. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  416. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  417. v:destroy()
  418. end
  419. end
  420. --Converted with ttyyuu12345's model to script plugin v4
  421. function sandbox(var,func)
  422. local env = getfenv(func)
  423. local newenv = setmetatable({},{
  424. __index = function(self,k)
  425. if k=="script" then
  426. return var
  427. else
  428. return env[k]
  429. end
  430. end,
  431. })
  432. setfenv(func,newenv)
  433. return func
  434. end
  435. cors = {}
  436. mas = Instance.new("Model",game:GetService("Lighting"))
  437. Part0hat = Instance.new("Part")
  438. SpecialMesh1 = Instance.new("SpecialMesh")
  439. Part0hat.Name = "Police Cap"
  440. Part0hat.Parent = mas
  441. Part0hat.Rotation = Vector3.new(0, -90, 0)
  442. Part0hat.Anchored = false
  443. Part0hat.FormFactor = Enum.FormFactor.Plate
  444. Part0hat.Size = Vector3.new(2, 0.400000006, 1)
  445. Part0hat.CFrame = CFrame.new(-6.5, 0.599538267, -62, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  446. Part0hat.BottomSurface = Enum.SurfaceType.Weld
  447. Part0hat.TopSurface = Enum.SurfaceType.Smooth
  448. Part0hat.Position = Vector3.new(-6.5, 0.599538267, -62)
  449. Part0hat.Orientation = Vector3.new(0, -90, 0)
  450. SpecialMesh1.Parent = Part0hat
  451. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=1028788"
  452. SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
  453. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=1028787"
  454. SpecialMesh1.VertexColor = Vector3.new(2, 1, 1)
  455. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  456. SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
  457. for i,v in pairs(mas:GetChildren()) do
  458. v.Parent = game:GetService("Players").LocalPlayer.Character
  459. pcall(function() v:MakeJoints() end)
  460. end
  461. mas:Destroy()
  462. for i,v in pairs(cors) do
  463. spawn(function()
  464. pcall(v)
  465. end)
  466. end
  467. local weldofcap = Instance.new("Weld", Part0hat)
  468. weldofcap.Part0 = game.Players.LocalPlayer.Character.Head
  469. weldofcap.Part1 = Part0hat
  470. weldofcap.C0 = CFrame.new(0,0.5,0)
  471. canwalk = true
  472. using = false
  473. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  474. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  475. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  476. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  477. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  478. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  479. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  480. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  481. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  482. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  483. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  484. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  485. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  486. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  487. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  488. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  489. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  490. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  491. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  492. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  493. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  494. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  495. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  496. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  497. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  498. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  499. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  500. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  501. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  502. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  503. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  504. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  505. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  506. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 450
  507. game.Players.LocalPlayer.Character.Humanoid.Health = 450
  508. jailedbois = {}
  509. function clicked()
  510. local humanoid = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  511. if humanoid and not using then
  512. if humanoid.Parent.Name ~= "Rufus14" then
  513. using = true
  514. canwalk = false
  515. table.insert(jailedbois, humanoid.Parent.Name)
  516. local donttp = Instance.new("BoolValue", humanoid.Parent)
  517. donttp.Name = "DontTp"
  518. humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  519. for i,v in pairs(humanoid.Parent:GetChildren()) do
  520. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  521. v:Remove()
  522. end
  523. end
  524. --Converted with ttyyuu12345's model to script plugin v4
  525. function sandbox(var,func)
  526. local env = getfenv(func)
  527. local newenv = setmetatable({},{
  528. __index = function(self,k)
  529. if k=="script" then
  530. return var
  531. else
  532. return env[k]
  533. end
  534. end,
  535. })
  536. setfenv(func,newenv)
  537. return func
  538. end
  539. cors = {}
  540. mas = Instance.new("Model",game:GetService("Lighting"))
  541. local Sound0 = Instance.new("Sound")
  542. Sound0.Name = "crybabi"
  543. Sound0.Parent = mas
  544. Sound0.SoundId = "rbxassetid://553084572"
  545. Sound0.Volume = 10
  546. for i,v in pairs(mas:GetChildren()) do
  547. v.Parent = game:GetService("Players").LocalPlayer.Character
  548. pcall(function() v:MakeJoints() end)
  549. end
  550. mas:Destroy()
  551. for i,v in pairs(cors) do
  552. spawn(function()
  553. pcall(v)
  554. end)
  555. end
  556. humanoid.Name = "ContentCOPP'D"
  557. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  558. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  559. alert:Play()
  560. music.Volume = 5
  561. textfag.Text = "OH SHIT I'M HAVING A SEIZURE!"
  562. for i = 0,1 , 0.05 do
  563. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i)
  564. --humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i)
  565. game:GetService("RunService").RenderStepped:wait()
  566. end
  567. wait(0.5)
  568. humanoid.WalkSpeed = 0
  569. humanoid.JumpPower = 0
  570. textfag.Text = "DONT STOP LOL!"
  571. for i = 0,1 , 0.05 do
  572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i)
  573. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i)
  574. game:GetService("RunService").RenderStepped:wait()
  575. end
  576. for i = 0,1 , 0.08 do
  577. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0):inverse(),i)
  578. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.436240673, -0.959949374, 1, -5.23747954e-22, -2.65673535e-22, -2.65673535e-22, 3.13253081e-22, -1, 5.23747954e-22, 1, 3.13253081e-22),i)
  579. game:GetService("RunService").RenderStepped:wait()
  580. end
  581. wait(1)
  582. textfag.Text = "You are (ARRESTED) by U ARE ME SO U ARE DUMB AND IM A COP SO I CAN SAY THAT (SHOWS MIDDLE FINGER) (NOTICE U SHOW THE MIDDLE FINGER AND CALLED YOURSELF DUMB)"
  583. wait(2)
  584. textfag.Text = "BECAUSE YOUR DUMB AND YOUR A ASSHOLE (Notice u called yourself dumb for calling him u)"
  585. wait(2)
  586. Sound0:Play()
  587. local path = game:GetService("PathfindingService"):ComputeRawPathAsync(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.Posof.Position,200)
  588. local go = path:GetPointCoordinates()
  589. Sound0:Play()
  590. canwalk = true
  591. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Content Cop"
  592. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  593. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80
  594. for i = 1, #go do
  595. local pos = Instance.new("Part", humanoid.Parent)
  596. pos.Name = "GoTo1"
  597. pos.TopSurface = "Smooth"
  598. pos.BottomSurface = "Smooth"
  599. pos.Transparency = 1
  600. pos.CanCollide = false
  601. pos.Size = Vector3.new(0.4,0.4,0.4)
  602. pos.Anchored = true
  603. pos.Position = go[i] + Vector3.new(0,2.8,0)
  604. for i = 0,0.5 , 0.04 do
  605. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(pos.CFrame,i)
  606. game:GetService("RunService").RenderStepped:wait()
  607. end
  608. pos:destroy()
  609. --humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.GlassDoor.Position)
  610. end
  611. using = false
  612. humanoid.Parent.Torso.Anchored = true
  613. for i = 0,1 , 0.03 do
  614. humanoid.Parent.Torso.CFrame = Part3.CFrame:lerp(humanoid.Parent.Torso.CFrame * CFrame.new(0,-1,-1.5),i)
  615. game:GetService("RunService").RenderStepped:wait()
  616. end
  617. local isinjail = Instance.new("BoolValue", humanoid.Parent)
  618. isinjail.Name = "injail"
  619. donttp:destroy()
  620. local torposit = humanoid.Parent.Torso.CFrame
  621. local txtfage = Instance.new("BillboardGui", humanoid.Parent.Head)
  622. txtfage.Adornee = oboi
  623. txtfage.Name = "time"
  624. txtfage.Size = UDim2.new(2, 0, 1.2, 0)
  625. txtfage.StudsOffset = Vector3.new(-5, 3, 0)
  626. local textfag = Instance.new("TextLabel", txtfage)
  627. textfag.Size = UDim2.new(6, 0, 1, 0)
  628. textfag.FontSize = "Size8"
  629. textfag.TextScaled = true
  630. textfag.TextTransparency = 0
  631. textfag.BackgroundTransparency = 1
  632. textfag.TextTransparency = 0
  633. textfag.TextStrokeTransparency = 0
  634. textfag.Font = "Arial"
  635. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  636. v = Instance.new("Part")
  637. v.Name = "ColorBrick"
  638. v.Parent = part
  639. v.FormFactor = "Symmetric"
  640. v.Anchored = true
  641. v.CanCollide = false
  642. v.BottomSurface = "Smooth"
  643. v.TopSurface = "Smooth"
  644. v.Size = Vector3.new(10, 5, 3)
  645. v.Transparency = 0.7
  646. v.BrickColor = humanoid.Parent.Torso.BrickColor
  647. v.Transparency = 1
  648. textfag.TextColor3 = v.BrickColor.Color
  649. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  650. v.Shape = "Block"
  651. local numberfag = Instance.new("NumberValue", txtfage)
  652. numberfag.Name = "TimeValue"
  653. numberfag.Value = math.random(500,1000)
  654. textfag.Text = humanoid.Parent.Name.." (Time: "..numberfag.Value..")"
  655. humanoid.Parent.Torso.Anchored = false
  656. humanoid.WalkSpeed = 16
  657. humanoid.JumpPower = 80
  658. wait(2)
  659. donttp:destroy()
  660. humanoid.Parent.Torso.CFrame = torposit
  661. end
  662. end
  663. end
  664. mouse.Button1Down:connect(clicked)
  665. while true do
  666. for i,v in pairs(game.Players:GetChildren()) do
  667. if v.Character then
  668. for i = 1,#jailedbois do
  669. if v.Character.Name == jailedbois[i] then
  670. if not v.Character:findFirstChild("DontTp") then
  671. if not v.Character:findFirstChild("injail") then
  672. if v.Character:findFirstChild("Head") then
  673. local isinjail = Instance.new("BoolValue", v.Character)
  674. isinjail.Name = "injail"
  675. v.Character.Head.CFrame = Part3.CFrame * CFrame.new(0,0,-4)
  676. local txtfage = Instance.new("BillboardGui", v.Character.Head)
  677. txtfage.Adornee = oboi
  678. txtfage.Name = "time"
  679. txtfage.Size = UDim2.new(2, 0, 1.2, 0)
  680. txtfage.StudsOffset = Vector3.new(-5, 3, 0)
  681. local textfag = Instance.new("TextLabel", txtfage)
  682. textfag.Size = UDim2.new(6, 0, 1, 0)
  683. textfag.FontSize = "Size8"
  684. textfag.TextScaled = true
  685. textfag.TextTransparency = 0
  686. textfag.BackgroundTransparency = 1
  687. textfag.TextTransparency = 0
  688. textfag.TextStrokeTransparency = 0
  689. textfag.Font = "Arial"
  690. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  691. e = Instance.new("Part")
  692. e.Name = "ColorBrick"
  693. e.Parent = v.Character
  694. e.FormFactor = "Symmetric"
  695. e.Anchored = true
  696. e.CanCollide = false
  697. e.BottomSurface = "Smooth"
  698. e.TopSurface = "Smooth"
  699. e.Size = Vector3.new(10, 5, 3)
  700. e.Transparency = 0.7
  701. e.BrickColor = v.Character.Torso.BrickColor
  702. e.Transparency = 1
  703. textfag.TextColor3 = e.BrickColor.Color
  704. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  705. e.Shape = "Block"
  706. local numberfag = Instance.new("NumberValue", txtfage)
  707. numberfag.Name = "TimeValue"
  708. numberfag.Value = math.random(500,1000)
  709. textfag.Text = v.Character.Name.." (Time: "..numberfag.Value..")"
  710. end
  711. end
  712. end
  713. end
  714. end
  715. if v.Character:findFirstChild("Head") then
  716. local timebillboard = v.Character.Head:findFirstChild("time")
  717. if timebillboard then
  718. local timetxt = timebillboard:findFirstChild("TimeValue")
  719. if timetxt then
  720. for q,w in pairs(v.Character:GetChildren()) do
  721. if w.ClassName == "LocalScript" or w.ClassName == "Script" then
  722. w:Remove()
  723. end
  724. end
  725. timetxt.Value = timetxt.Value - 1
  726. timebillboard.TextLabel.Text = v.Character.Name.." (Time: "..timetxt.Value..")"
  727. end
  728. if timetxt.Value < 1 then
  729. v.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Jailol.Posof.CFrame * CFrame.new(0,2,0)
  730. timebillboard:destroy()
  731. local humm = v.Character:findFirstChildOfClass("Humanoid")
  732. for i,v in pairs(jailedbois) do
  733. if v == humm.Parent.Name then
  734. table.remove(jailedbois, i)
  735. end
  736. end
  737. if humm then
  738. humm.Name = "Humanoid"
  739. humm:SetStateEnabled(Enum.HumanoidStateType.Dead, true)
  740. end
  741. end
  742. end
  743. end
  744. end
  745. end
  746. if canwalk then
  747. if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 then
  748. for i = 0,0.45 , 0.035 do
  749. if canwalk then
  750. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i)
  751. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1.00000024, -2.65673585e-22, 0, 2.61637394e-22, 0.984807849, -0.17364803, 4.61336744e-23, 0.173647985, 0.984808087):inverse(),i)
  752. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86566889, 0.695530891, 1.00000024, 2.03517657e-22, 1.70771776e-22, -2.65673585e-22, 0.76604414, 0.642788053, 0, -0.642788231, 0.766044319),i)
  753. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.530218601, -1.82889962, -0.714493513, 0.992945731, -0.0400093496, -0.111618601, -0.0400080197, 0.773099542, -0.633021653, 0.111619085, 0.633021772, 0.766045153),i)
  754. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.64980125, 0.0399148464, 0.717731237, 0.984808087, 0.133022189, 0.111618683, -0.173647985, 0.754407108, 0.633021653, 5.43957649e-23, -0.642787218, 0.766045153),i)
  755. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.136151552, -0.559810162, 0.984808087, -0.173648104, -2.98209869e-07, 0.133021981, 0.754406869, -0.642787337, 0.111619018, 0.63302213, 0.766044855),i)
  756. game:GetService("RunService").RenderStepped:wait()
  757. end
  758. end
  759. for i = 0,0.45 , 0.035 do
  760. if canwalk then
  761. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i)
  762. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.0726344585, -2.38418579e-07, 1.00000024, -2.65673585e-22, 0, 2.6163742e-22, 0.984807968, -0.173648044, 4.61336838e-23, 0.173648, 0.984808207):inverse(),i)
  763. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86078393, -0.713530302, 1.00000024, 2.03517695e-22, -1.70771801e-22, -2.65673585e-22, 0.766044259, -0.642788112, 0, 0.642788291, 0.766044438),i)
  764. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.70853138, -1.75833619, 0.89703536, 0.992945731, 0.102975316, -0.0587838776, -0.0400080234, 0.757652104, 0.651431441, 0.111619093, -0.644484162, 0.756427169),i)
  765. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.66348219, 0.137681007, -0.535534859, 0.984808087, 0.133022189, -0.111618683, -0.173648, 0.754407227, -0.633021653, 0, 0.642787278, 0.766045332),i)
  766. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.118935108, 0.435078144, 0.984808207, -0.173647344, -9.4095941e-07, 0.111619018, 0.63302201, 0.766044796, -0.133021042, -0.754407227, 0.642787576),i)
  767. game:GetService("RunService").RenderStepped:wait()
  768. end
  769. end
  770. else
  771. if canwalk then
  772. for i = 0,0.5 , 0.03 do
  773. if canwalk then
  774. --macheteweld.C0 = macheteweld.C0:lerp(CFrame.new(-0.0285909176, -0.964775562, -1.62501633, 2.65673535e-22, 1, 5.23747954e-22, 1, -2.65673535e-22, -3.13253081e-22, -3.13253081e-22, 5.23747954e-22, -1),i)
  775. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.939692736, 2.65673535e-22, -0.342019886, -1.42512683e-22, 1, 3.85227261e-22, 0.342019916, -3.13253081e-22, 0.939692736),i)
  776. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.866025388, -3.86706633e-22, -0.500000238, 2.65673535e-22, 1, -3.13253081e-22, 0.500000238, 1.38448295e-22, 0.866025388):inverse(),i)
  777. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -2, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  778. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.790345192, -1.96068549, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i)
  779. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.65210819, 0.0268206596, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i)
  780. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805298, 0.00370526314, -0.166603565, 0.984807849, -0.173648134, -3.13053391e-07, 0.171009988, 0.969846368, -0.173648238, 0.0301539954, 0.171010062, 0.984807789),i)
  781. game:GetService("RunService").RenderStepped:wait()
  782. end
  783. end
  784. end
  785. end
  786. end
  787. if music.Parent == nil then
  788. music.Parent = game.Players.LocalPlayer.Character.Head
  789. end
  790. wait()
  791. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement