Advertisement
Josemmoya

ssss

Feb 13th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.80 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility by WaverlyCole & Fireboltofdeath");print("https://github.com/WaverlyCole/FE-Compatibility-VoidSb-")
  2. local Wrapper = {};Wrapper.Fake = {};Wrapper.Real = {};Wrapper.Data = {};
  3. local sGame = game;local sScript = script;local sOwner = owner;local sInstance = Instance;local sLoadLibrary = LoadLibrary
  4. Wrapper.Event = Instance.new("RemoteEvent");Wrapper.Event.Name = "UserInput";
  5. Wrapper.CreateObject = function(connections, index)
  6. local proxy = newproxy (true);local meta = getmetatable (proxy);
  7. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  8. while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end;
  9. meta.__index = function (self, i)
  10. if (i == 'TriggerEvent') then return runbind end;
  11. return connections[i] and connections[i].Event or index[i];
  12. end;
  13. meta.__newindex = index;meta.__metatable = false;return proxy
  14. end;
  15. Wrapper.Mouse = Wrapper.CreateObject({"KeyUp","KeyDown","Button1Down","Button1Up","Move","Button2Down","Button2Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  16. Wrapper.UserInputService = Wrapper.CreateObject({"InputBegan","InputEnded"},{})
  17. Wrapper.ContextActionService = {Actions={};BindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end;UnBindAction = function(self,actionName,Func,touch,...)self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil end};
  18. Wrapper.Sandbox = function(...)
  19. local Unwrap = {...};
  20. for obi = 1,#Unwrap do
  21. local Object = Unwrap[obi];
  22. if (Wrapper.Fake[Object] == nil and Wrapper.Real[Object] == nil) then
  23. local Type = typeof(Object);local Replacement = Object;
  24. if (Type == "function") then
  25. Replacement = function(...)
  26. local IsRoblox = not (pcall(function() string.dump(Object) end))
  27. if IsRoblox then
  28. return Object(Wrapper.Unsandbox(...))
  29. end
  30. return Object(Wrapper.Sandbox(...))
  31. end
  32. elseif (Type == "table") then
  33. Replacement = {};
  34. setmetatable(Replacement, {
  35. __index = function(self, i)
  36. return Wrapper.Sandbox(Object[Wrapper.Unsandbox(i)])
  37. end,
  38. __newindex = function(self,i,v)
  39. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v)
  40. end;
  41. })
  42. elseif (Type == "Instance") then
  43. Replacement = newproxy(true);
  44. local Mt = getmetatable(Replacement);
  45. Mt.__namecall = function(self, ...)
  46. local Pack = {...};local Name = Pack[#Pack];table.remove(Pack, #Pack);
  47. local Rest = nil;pcall(function()Rest = Object[Name];end);
  48. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  49. if (Object:IsA(g) or g == "Global") then
  50. for t, v in pairs(x) do
  51. for str in string.gmatch(t .. ",", "(%w+),") do
  52. if (Name == str) then
  53. if typeof(v) == "function" then
  54. return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  55. else
  56. return v;
  57. end
  58. end
  59. end
  60. end
  61. end
  62. end
  63. if (Rest == nil) then
  64. if Wrapper.Sandbox(sGame):GetService(unpack(Pack)) then return Wrapper.Sandbox(sGame):GetService(unpack(Pack))end;
  65. return Wrapper.Sandbox(Object[Name]);
  66. elseif (typeof(Rest) == "function") then
  67. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(unpack(Pack))))
  68. end
  69. return Wrapper.Sandbox(Object[Name]);
  70. end
  71. Mt.__index = function(self, i)
  72. local Rest = nil;pcall(function()Rest = Object[i];end)
  73. for g, x in pairs (Wrapper.InstanceMT["GET"]) do
  74. if (Object:IsA(g) or g == "Global") then
  75. for t, v in pairs(x) do
  76. for str in string.gmatch(t .. ",", "(%w+),") do
  77. if (i == str) then
  78. if typeof(v) == "function" then
  79. return function(...)return Wrapper.Sandbox(v(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))end;
  80. else
  81. return v;
  82. end
  83. end
  84. end
  85. end
  86. end
  87. end
  88. if (Object:IsA("Sound") and i == "PlaybackLoudness") then return Wrapper.SoundLoudness[Wrapper.Unsandbox(Object)];end;
  89. if (Rest == nil) then
  90. if Wrapper.Sandbox(sGame):GetService(i) then return Wrapper.Sandbox(sGame):GetService(i)end;
  91. return Wrapper.Sandbox(Object[i]);
  92. elseif (typeof(Rest) == "function") then
  93. local isService,Service = pcall(function() return sGame:GetService(i) end)
  94. if isService and Service then return Wrapper.Sandbox(Service) end
  95. return function(self, ...)
  96. return Wrapper.Sandbox(Rest(Wrapper.Unsandbox(self), Wrapper.Unsandbox(...)))
  97. end
  98. end
  99. return Wrapper.Sandbox(Object[i]);
  100. end
  101. Mt.__newindex = function(self, i, v)
  102. for g,x in pairs (Wrapper.InstanceMT["SET"]) do
  103. if (Object:IsA(g)) then
  104. for t, v in pairs(x) do
  105. for str in string.gmatch( t .. ",", "(%w+),") do
  106. if v(Wrapper.Unsandbox(self, i, v)) == true then
  107. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);return
  108. end
  109. end
  110. end
  111. end
  112. end
  113. Object[Wrapper.Unsandbox(i)] = Wrapper.Unsandbox(v);
  114. end
  115. Mt.__tostring = function(self) return tostring(Object) end
  116. --elseif (Type == "") then -- Etc
  117. end
  118. Wrapper.Fake[Object] = Replacement;Wrapper.Real[Replacement] = Object;Unwrap[obi] = Replacement;
  119. else
  120. return Wrapper.Fake[Object] or Object;
  121. end
  122. end
  123. return unpack(Unwrap);
  124. end
  125. Wrapper.Unsandbox = function(...)
  126. local Unsandbox = {...};
  127. for i,v in pairs (Unsandbox) do Unsandbox[i] = Wrapper.Real[v] or Unsandbox[i]end;
  128. return unpack(Unsandbox)
  129. end
  130. Wrapper.Services = {
  131. ['contextactionservice'] = Wrapper.ContextActionService;
  132. ["userinputservice"] = Wrapper.UserInputService;
  133. }
  134. Wrapper.InstanceMT = {
  135. ["GET"] = {
  136. ["Global"] = {
  137. ["IsFake,isFake"] = function(self)return true;end;
  138. };
  139. ["Player"] = {
  140. ["mouse,Mouse,getMouse,GetMouse"] = function(self)return Wrapper.Mouse;end;
  141. };
  142. ["Players"] = {
  143. ["localPlayer,LocalPlayer"] = Wrapper.Sandbox(owner)
  144. };
  145. ["DataModel"] = {
  146. ["getService,GetService"] = function(self,service)
  147. if Wrapper.Services[service:lower()] then return Wrapper.Sandbox(Wrapper.Services[service:lower()])end;
  148. return Wrapper.Sandbox(sGame:GetService(service))
  149. end
  150. };
  151. ["RunService"] = {
  152. ["renderstepped,renderStepped,RenderStepped"] = sGame:GetService("RunService").Stepped;
  153. }
  154. };
  155. ["SET"] = {
  156. }
  157. }
  158. Wrapper.SoundLoudness = {};
  159. Wrapper.Event.OnServerEvent:Connect(function(FiredBy,Input)
  160. if FiredBy ~= sOwner then return end
  161. if Input.MouseEvent then
  162. Wrapper.Mouse.Target = Input.Target;Wrapper.Mouse.Hit = Input.Hit;Wrapper.Mouse:TriggerEvent("Move")
  163. elseif Input.Sound then
  164. if Wrapper.SoundLoudness[Input.Sound] then Wrapper.SoundLoudness[Input.Sound] = Input.Loudness end
  165. else
  166. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  167. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Wrapper.Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  168. if Input.UserInputType == Enum.UserInputType.MouseButton2 then return Wrapper.Mouse:TriggerEvent(Begin and "Button2Down" or "Button2Up") end
  169. for _,Action in pairs(Wrapper.ContextActionService.Actions) do
  170. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  171. end
  172. Wrapper.Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());Wrapper.UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  173. end
  174. end);
  175. Wrapper.Event.Parent = NLS([[
  176. local Player = owner;local Sounds = {};local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse();
  177. local Input = function(Input,gameProcessedEvent)
  178. if gameProcessedEvent then return end;
  179. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  180. end
  181. Event.OnClientEvent:connect(function(Args)
  182. if Args[1] == "NewSound" and Args[2]:IsA("Sound") then table.insert(Sounds,Args[2]) end
  183. end)
  184. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  185. local Hit,Target;while wait(1/30) do
  186. for x,Sound in pairs(Sounds) do if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end; end;
  187. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  188. Hit = Mouse.Hit;Target = Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  189. end
  190. end]],sOwner.Character)
  191. Instance = {
  192. ["new"] = function(Type,Parent)
  193. local Real = sInstance.new(Type,Wrapper.Unsandbox(Parent))
  194. if Type:lower() == "sound" then
  195. if not Parent then
  196. Parent = sOwner.Character
  197. end
  198. Wrapper.SoundLoudness[Real] = 0;Wrapper.Event:FireClient(sOwner,{"NewSound",Real})
  199. end
  200. return Wrapper.Sandbox(Real)
  201. end
  202. }
  203. LoadLibrary = function(Library)
  204. if Library == "RbxUtility" then
  205. return setmetatable({},{
  206. __tostring = function() return "RbxUtility" end;
  207. __index = function(self, Index)
  208. if Index:lower() == "create" then
  209. return function(Type) return function(Data)
  210. Data = Data or {};local Inst = Instance.new(Type)
  211. for x,y in pairs(Data) do Inst[x] = y end
  212. return Inst
  213. end;end;
  214. end
  215. return sLoadLibrary(Library)[Index]
  216. end})
  217. end
  218. return sLoadLibrary(Library)
  219. end
  220. owner = Wrapper.Sandbox(owner);game = Wrapper.Sandbox(game)workspace = Wrapper.Sandbox(workspace)
  221. Game= game;Workspace = workspace;
  222.  
  223. --//Paste script below this line.
  224. --By Rufus14
  225. --Converted with ttyyuu12345's model to script plugin v4
  226. mouse = game.Players.LocalPlayer:GetMouse()
  227. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  228. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  229. txtfag.Adornee = game.Players.LocalPlayer.Character.Head
  230. txtfag.Name = "no u, rufus14"
  231. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  232. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  233. local textfag = Instance.new("TextLabel", txtfag)
  234. textfag.Size = UDim2.new(6, 0, 1, 0)
  235. textfag.FontSize = "Size8"
  236. textfag.TextScaled = true
  237. textfag.TextTransparency = 0
  238. textfag.BackgroundTransparency = 1
  239. textfag.TextTransparency = 0
  240. textfag.TextStrokeTransparency = 0
  241. textfag.Font = "Cartoon"
  242. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  243. v = Instance.new("Part")
  244. v.Name = "ColorBrick"
  245. v.Parent = part
  246. v.FormFactor = "Symmetric"
  247. v.Anchored = true
  248. v.CanCollide = false
  249. v.BottomSurface = "Smooth"
  250. v.TopSurface = "Smooth"
  251. v.Size = Vector3.new(10, 5, 3)
  252. v.Transparency = 0.7
  253. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  254. v.Transparency = 1
  255. textfag.TextColor3 = v.BrickColor.Color
  256. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  257. v.Shape = "Block"
  258. textfag.Text = "Script By Rufus14"
  259. wait(2)
  260. textfag.Text = "lol"
  261. wait(0.3)
  262. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Star Glitcher Cop (no bad word version)"
  263. local music = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  264. music.Volume = 10
  265. music.SoundId = "rbxassetid://515347026"
  266. music:Play()
  267. music.Looped = true
  268. music.Name = "chill"
  269. cloneofmusic = music:Clone()
  270. alert = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  271. alert.Volume = 10
  272. alert.SoundId = "rbxassetid://1011639456"
  273. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  274. --Converted with ttyyuu12345's model to script plugin v4
  275. function sandbox(var,func)
  276. local env = getfenv(func)
  277. local newenv = setmetatable({},{
  278. __index = function(self,k)
  279. if k=="script" then
  280. return var
  281. else
  282. return env[k]
  283. end
  284. end,
  285. })
  286. setfenv(func,newenv)
  287. return func
  288. end
  289. cors = {}
  290. --mas = Instance.new("Model",game:GetService("Lighting"))
  291. mas = game.Players:GetService().LocalPlayer.Character.Jailol.wow
  292. Model0 = Instance.new("Model")
  293. Part1 = Instance.new("Part")
  294. Part2 = Instance.new("Part")
  295. Part3 = Instance.new("Part")
  296. Part4 = Instance.new("Part")
  297. Part5 = Instance.new("Part")
  298. Part6 = Instance.new("Part")
  299. Part7 = Instance.new("Part")
  300. Part8 = Instance.new("Part")
  301. Part9 = Instance.new("Part")
  302. Model0.Name = "Jailol"
  303. Model0.Parent = mas
  304. Part1.Parent = Model0
  305. Part1.Material = Enum.Material.Brick
  306. Part1.BrickColor = BrickColor.new("Crimson")
  307. Part1.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843)
  308. Part1.CFrame = CFrame.new(-14.9545441, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  309. Part1.BottomSurface = Enum.SurfaceType.Smooth
  310. Part1.TopSurface = Enum.SurfaceType.Smooth
  311. Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  312. Part1.Position = Vector3.new(-14.9545441, 10.4772959, -87.8842926)
  313. Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  314. Part2.Parent = Model0
  315. Part2.Material = Enum.Material.Brick
  316. Part2.BrickColor = BrickColor.new("Crimson")
  317. Part2.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843)
  318. Part2.CFrame = CFrame.new(26.9545403, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  319. Part2.BottomSurface = Enum.SurfaceType.Smooth
  320. Part2.TopSurface = Enum.SurfaceType.Smooth
  321. Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  322. Part2.Position = Vector3.new(26.9545403, 10.4772959, -87.8842926)
  323. Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  324. Part3.Name = "GlassDoor"
  325. Part3.Parent = Model0
  326. Part3.Material = Enum.Material.Glass
  327. Part3.BrickColor = BrickColor.new("Dark stone grey")
  328. Part3.Transparency = 0.55000001192093
  329. Part3.Size = Vector3.new(14.6681786, 20.9545422, 4.19090843)
  330. Part3.CFrame = CFrame.new(5.99999619, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  331. Part3.BottomSurface = Enum.SurfaceType.Smooth
  332. Part3.TopSurface = Enum.SurfaceType.Smooth
  333. Part3.Color = Color3.new(0.392157, 0.392157, 0.392157)
  334. Part3.Position = Vector3.new(5.99999619, 10.4772959, -87.8842926)
  335. Part3.Color = Color3.new(0.392157, 0.392157, 0.392157)
  336. Part4.Parent = Model0
  337. Part4.Material = Enum.Material.Brick
  338. Part4.BrickColor = BrickColor.new("Crimson")
  339. Part4.Rotation = Vector3.new(0, -90, 0)
  340. Part4.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843)
  341. Part4.CFrame = CFrame.new(38.4795341, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  342. Part4.BottomSurface = Enum.SurfaceType.Smooth
  343. Part4.TopSurface = Enum.SurfaceType.Smooth
  344. Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  345. Part4.Position = Vector3.new(38.4795341, 10.4772959, -116.696777)
  346. Part4.Orientation = Vector3.new(0, -90, 0)
  347. Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  348. Part5.Parent = Model0
  349. Part5.Material = Enum.Material.Brick
  350. Part5.BrickColor = BrickColor.new("Crimson")
  351. Part5.Rotation = Vector3.new(0, -90, 0)
  352. Part5.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843)
  353. Part5.CFrame = CFrame.new(-26.4795418, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  354. Part5.BottomSurface = Enum.SurfaceType.Smooth
  355. Part5.TopSurface = Enum.SurfaceType.Smooth
  356. Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  357. Part5.Position = Vector3.new(-26.4795418, 10.4772959, -116.696777)
  358. Part5.Orientation = Vector3.new(0, -90, 0)
  359. Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  360. Part6.Parent = Model0
  361. Part6.Material = Enum.Material.Brick
  362. Part6.BrickColor = BrickColor.new("Crimson")
  363. Part6.Rotation = Vector3.new(-180, 0, -180)
  364. Part6.Size = Vector3.new(60.7681732, 20.9545422, 4.19090843)
  365. Part6.CFrame = CFrame.new(5.99999619, 10.4772959, -141.318375, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  366. Part6.BottomSurface = Enum.SurfaceType.Smooth
  367. Part6.TopSurface = Enum.SurfaceType.Smooth
  368. Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  369. Part6.Position = Vector3.new(5.99999619, 10.4772959, -141.318375)
  370. Part6.Orientation = Vector3.new(0, 180, 0)
  371. Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588)
  372. Part7.Parent = Model0
  373. Part7.Material = Enum.Material.Glass
  374. Part7.BrickColor = BrickColor.new("Really black")
  375. Part7.Transparency = 0.55000001192093
  376. Part7.Size = Vector3.new(61.1681786, 0.0900000036, 49.6909103)
  377. Part7.CFrame = CFrame.new(5.91590881, 0.0546672344, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  378. Part7.BottomSurface = Enum.SurfaceType.Smooth
  379. Part7.TopSurface = Enum.SurfaceType.Smooth
  380. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  381. Part7.Position = Vector3.new(5.91590881, 0.0546672344, -114.696777)
  382. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  383. Part7.Name = "Floor"
  384. function parttouchedddd(part)
  385. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  386. if humanoid then
  387. if humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then
  388. for i,v in pairs(humanoid.Parent:GetChildren()) do
  389. if v.ClassName == "LocalScript" or v.ClassName == "Script" or v.ClassName == "Sound" then
  390. v:Remove()
  391. end
  392. for q,w in pairs(v:GetChildren()) do
  393. if w.ClassName == "LocalScript" or w.ClassName == "Script" or w.ClassName == "Sound" then
  394. w:Remove()
  395. end
  396. end
  397. end
  398. end
  399. end
  400. end
  401. Part7.Touched:connect(parttouchedddd)
  402. Part8.Parent = Model0
  403. Part8.Material = Enum.Material.Glass
  404. Part8.BrickColor = BrickColor.new("Teal")
  405. Part8.Transparency = 0.55000001192093
  406. Part8.Size = Vector3.new(69.1681824, 0.45454216, 57.6909103)
  407. Part8.CFrame = CFrame.new(5.915905, 21.1818428, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  408. Part8.BottomSurface = Enum.SurfaceType.Smooth
  409. Part8.TopSurface = Enum.SurfaceType.Smooth
  410. Part8.Color = Color3.new(0.0784314, 1, 0.862745)
  411. Part8.Position = Vector3.new(5.915905, 21.1818428, -114.696777)
  412. Part8.Color = Color3.new(0.0784314, 1, 0.862745)
  413. Part9.Name = "wow"
  414. Part9.Parent = Model0
  415. Part9.Material = Enum.Material.Concrete
  416. Part9.BrickColor = BrickColor.new("Lime green")
  417. Part9.Rotation = Vector3.new(-180, 0, -165)
  418. Part9.Anchored = true
  419. Part9.Size = Vector3.new(14.7681732, 6.70454216, 0.190908432)
  420. Part9.CFrame = CFrame.new(2.99999595, 11.2613897, -139.068375, -0.965925872, 0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, -1)
  421. Part9.BottomSurface = Enum.SurfaceType.Smooth
  422. Part9.TopSurface = Enum.SurfaceType.Smooth
  423. Part9.Color = Color3.new(0.054902, 1, 0.0392157)
  424. Part9.Position = Vector3.new(2.99999595, 11.2613897, -139.068375)
  425. Part9.Orientation = Vector3.new(0, 180, 15)
  426. Part9.Color = Color3.new(0.054902, 1, 0.0392157)
  427. for i,v in pairs(mas:GetChildren()) do
  428. v.Parent = game:GetService("Players").LocalPlayer.Character
  429. pcall(function() v:MakeJoints() end)
  430. end
  431. mas:Destroy()
  432. for i,v in pairs(cors) do
  433. spawn(function()
  434. pcall(v)
  435. end)
  436. end
  437. --Converted with ttyyuu12345's model to script plugin v4
  438. function sandbox(var,func)
  439. local env = getfenv(func)
  440. local newenv = setmetatable({},{
  441. __index = function(self,k)
  442. if k=="script" then
  443. return var
  444. else
  445. return env[k]
  446. end
  447. end,
  448. })
  449. setfenv(func,newenv)
  450. return func
  451. end
  452. cors = {}
  453. mas = Instance.new("Model",game:GetService("Lighting"))
  454. Part0 = Instance.new("Part")
  455. Part0.Name = "Posof"
  456. Part0.Parent = mas
  457. Part0.Material = Enum.Material.Glass
  458. Part0.BrickColor = BrickColor.new("Dark stone grey")
  459. Part0.Transparency = 0.55000001192093
  460. Part0.Anchored = true
  461. Part0.CanCollide = false
  462. Part0.Size = Vector3.new(14.6681786, 0.0500000007, 4.19090843)
  463. Part0.CFrame = Part3.CFrame * CFrame.new(0,-10,3)
  464. Part0.BottomSurface = Enum.SurfaceType.Smooth
  465. Part0.TopSurface = Enum.SurfaceType.Smooth
  466. Part0.Color = Color3.new(0.392157, 0.392157, 0.392157)
  467. Part0.Color = Color3.new(0.392157, 0.392157, 0.392157)
  468. for i,v in pairs(mas:GetChildren()) do
  469. v.Parent = Model0
  470. pcall(function() v:MakeJoints() end)
  471. end
  472. mas:Destroy()
  473. for i,v in pairs(cors) do
  474. spawn(function()
  475. pcall(v)
  476. end)
  477. end
  478. for i,v in pairs(Model0:GetChildren()) do
  479. if v.ClassName == "Part" then
  480. v.Anchored = true
  481. end
  482. end
  483. -- Objects
  484.  
  485. local SurfaceGui = Instance.new("SurfaceGui")
  486. local TextBox = Instance.new("TextBox")
  487.  
  488. -- Properties
  489.  
  490. SurfaceGui.Parent = game.Players.LocalPlayer.Character.Jailol.wow
  491.  
  492. TextBox.Parent = SurfaceGui
  493. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  494. TextBox.BackgroundTransparency = 1
  495. TextBox.Size = UDim2.new(1, 0, 1, 0)
  496. TextBox.Font = Enum.Font.Cartoon
  497. TextBox.FontSize = Enum.FontSize.Size14
  498. TextBox.Text = "u skid lol"
  499. TextBox.TextScaled = true
  500. TextBox.TextSize = 14
  501. TextBox.TextWrapped = true
  502. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  503. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  504. v:destroy()
  505. end
  506. end
  507. --Converted with ttyyuu12345's model to script plugin v4
  508. function sandbox(var,func)
  509. local env = getfenv(func)
  510. local newenv = setmetatable({},{
  511. __index = function(self,k)
  512. if k=="script" then
  513. return var
  514. else
  515. return env[k]
  516. end
  517. end,
  518. })
  519. setfenv(func,newenv)
  520. return func
  521. end
  522. cors = {}
  523. mas = Instance.new("Model",game:GetService("Lighting"))
  524. Part0hat = Instance.new("Part")
  525. SpecialMesh1 = Instance.new("SpecialMesh")
  526. Part0hat.Name = "Police Cap"
  527. Part0hat.Parent = mas
  528. Part0hat.Rotation = Vector3.new(0, -90, 0)
  529. Part0hat.Anchored = false
  530. Part0hat.FormFactor = Enum.FormFactor.Plate
  531. Part0hat.Size = Vector3.new(2, 0.400000006, 1)
  532. Part0hat.CFrame = CFrame.new(-6.5, 0.599538267, -62, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  533. Part0hat.BottomSurface = Enum.SurfaceType.Weld
  534. Part0hat.TopSurface = Enum.SurfaceType.Smooth
  535. Part0hat.Position = Vector3.new(-6.5, 0.599538267, -62)
  536. Part0hat.Orientation = Vector3.new(0, -90, 0)
  537. SpecialMesh1.Parent = Part0hat
  538. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=1028788"
  539. SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
  540. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=1028787"
  541. SpecialMesh1.VertexColor = Vector3.new(2, 1, 1)
  542. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  543. SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
  544. for i,v in pairs(mas:GetChildren()) do
  545. v.Parent = game:GetService("Players").LocalPlayer.Character
  546. pcall(function() v:MakeJoints() end)
  547. end
  548. mas:Destroy()
  549. for i,v in pairs(cors) do
  550. spawn(function()
  551. pcall(v)
  552. end)
  553. end
  554. local weldofcap = Instance.new("Weld", Part0hat)
  555. weldofcap.Part0 = game.Players.LocalPlayer.Character.Head
  556. weldofcap.Part1 = Part0hat
  557. weldofcap.C0 = CFrame.new(0,0.5,0)
  558. canwalk = true
  559. using = false
  560. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  561. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  562. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  563. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  564. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  565. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  566. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  567. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  568. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  569. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  570. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  571. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  572. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  573. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  574. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  575. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  576. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  577. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  578. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  579. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  580. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  581. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  582. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  583. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  584. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  585. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  586. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  587. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  588. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  589. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  590. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  591. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  592. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  593. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 450
  594. game.Players.LocalPlayer.Character.Humanoid.Health = 450
  595. jailedbois = {}
  596. function clicked()
  597. local humanoid = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  598. if humanoid and not using then
  599. if humanoid.Parent.Name ~= "Rufus14" then
  600. using = true
  601. canwalk = false
  602. table.insert(jailedbois, humanoid.Parent.Name)
  603. local donttp = Instance.new("BoolValue", humanoid.Parent)
  604. donttp.Name = "DontTp"
  605. humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  606. for i,v in pairs(humanoid.Parent:GetChildren()) do
  607. if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  608. v:Remove()
  609. end
  610. end
  611. --Converted with ttyyuu12345's model to script plugin v4
  612. function sandbox(var,func)
  613. local env = getfenv(func)
  614. local newenv = setmetatable({},{
  615. __index = function(self,k)
  616. if k=="script" then
  617. return var
  618. else
  619. return env[k]
  620. end
  621. end,
  622. })
  623. setfenv(func,newenv)
  624. return func
  625. end
  626. cors = {}
  627. mas = Instance.new("Model",game:GetService("Lighting"))
  628. local Sound0 = Instance.new("Sound")
  629. Sound0.Name = "crybabi"
  630. Sound0.Parent = mas
  631. Sound0.SoundId = "rbxassetid://553084572"
  632. Sound0.Volume = 10
  633. for i,v in pairs(mas:GetChildren()) do
  634. v.Parent = game:GetService("Players").LocalPlayer.Character
  635. pcall(function() v:MakeJoints() end)
  636. end
  637. mas:Destroy()
  638. for i,v in pairs(cors) do
  639. spawn(function()
  640. pcall(v)
  641. end)
  642. end
  643. humanoid.Name = "GlitcherCOPP'D"
  644. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  645. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  646. alert:Play()
  647. music.Volume = 5
  648. textfag.Text = "OH MY GOD!"
  649. for i = 0,1 , 0.05 do
  650. 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)
  651. --humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i)
  652. game:GetService("RunService").RenderStepped:wait()
  653. end
  654. wait(0.5)
  655. humanoid.WalkSpeed = 0
  656. humanoid.JumpPower = 0
  657. textfag.Text = "Stop!"
  658. for i = 0,1 , 0.05 do
  659. 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)
  660. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i)
  661. game:GetService("RunService").RenderStepped:wait()
  662. end
  663. for i = 0,1 , 0.08 do
  664. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0):inverse(),i)
  665. 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)
  666. game:GetService("RunService").RenderStepped:wait()
  667. end
  668. wait(1)
  669. textfag.Text = "You are arrested by skid glitcher police"
  670. wait(2)
  671. textfag.Text = "BECAUSE YOU ARE BIG SKID GLITCHER!"
  672. wait(2)
  673. Sound0:Play()
  674. local path = game:GetService("PathfindingService"):ComputeRawPathAsync(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.Posof.Position,200)
  675. local go = path:GetPointCoordinates()
  676. Sound0:Play()
  677. canwalk = true
  678. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Star Glitcher Cop (no bad word version)"
  679. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  680. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80
  681. for i = 1, #go do
  682. local pos = Instance.new("Part", humanoid.Parent)
  683. pos.Name = "GoTo1"
  684. pos.TopSurface = "Smooth"
  685. pos.BottomSurface = "Smooth"
  686. pos.Transparency = 1
  687. pos.CanCollide = false
  688. pos.Size = Vector3.new(0.4,0.4,0.4)
  689. pos.Anchored = true
  690. pos.Position = go[i] + Vector3.new(0,2.8,0)
  691. for i = 0,0.5 , 0.04 do
  692. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(pos.CFrame,i)
  693. game:GetService("RunService").RenderStepped:wait()
  694. end
  695. pos:destroy()
  696. --humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.GlassDoor.Position)
  697. end
  698. using = false
  699. humanoid.Parent.Torso.Anchored = true
  700. for i = 0,1 , 0.03 do
  701. humanoid.Parent.Torso.CFrame = Part3.CFrame:lerp(humanoid.Parent.Torso.CFrame * CFrame.new(0,-1,-1.5),i)
  702. game:GetService("RunService").RenderStepped:wait()
  703. end
  704. local isinjail = Instance.new("BoolValue", humanoid.Parent)
  705. isinjail.Name = "injail"
  706. donttp:destroy()
  707. local torposit = humanoid.Parent.Torso.CFrame
  708. local txtfage = Instance.new("BillboardGui", humanoid.Parent.Head)
  709. txtfage.Adornee = oboi
  710. txtfage.Name = "time"
  711. txtfage.Size = UDim2.new(2, 0, 1.2, 0)
  712. txtfage.StudsOffset = Vector3.new(-5, 3, 0)
  713. local textfag = Instance.new("TextLabel", txtfage)
  714. textfag.Size = UDim2.new(6, 0, 1, 0)
  715. textfag.FontSize = "Size8"
  716. textfag.TextScaled = true
  717. textfag.TextTransparency = 0
  718. textfag.BackgroundTransparency = 1
  719. textfag.TextTransparency = 0
  720. textfag.TextStrokeTransparency = 0
  721. textfag.Font = "Arial"
  722. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  723. v = Instance.new("Part")
  724. v.Name = "ColorBrick"
  725. v.Parent = part
  726. v.FormFactor = "Symmetric"
  727. v.Anchored = true
  728. v.CanCollide = false
  729. v.BottomSurface = "Smooth"
  730. v.TopSurface = "Smooth"
  731. v.Size = Vector3.new(10, 5, 3)
  732. v.Transparency = 0.7
  733. v.BrickColor = humanoid.Parent.Torso.BrickColor
  734. v.Transparency = 1
  735. textfag.TextColor3 = v.BrickColor.Color
  736. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  737. v.Shape = "Block"
  738. local numberfag = Instance.new("NumberValue", txtfage)
  739. numberfag.Name = "TimeValue"
  740. numberfag.Value = math.random(99999,99999)
  741. textfag.Text = humanoid.Parent.Name.." (Time: "..numberfag.Value..")"
  742. humanoid.Parent.Torso.Anchored = false
  743. humanoid.WalkSpeed = 16
  744. humanoid.JumpPower = 80
  745. wait(2)
  746. donttp:destroy()
  747. humanoid.Parent.Torso.CFrame = torposit
  748. end
  749. end
  750. end
  751. mouse.Button1Down:connect(clicked)
  752. while true do
  753. for i,v in pairs(game.Players:GetChildren()) do
  754. if v.Character then
  755. for i = 1,#jailedbois do
  756. if v.Character.Name == jailedbois[i] then
  757. if not v.Character:findFirstChild("DontTp") then
  758. if not v.Character:findFirstChild("injail") then
  759. if v.Character:findFirstChild("Head") then
  760. local isinjail = Instance.new("BoolValue", v.Character)
  761. isinjail.Name = "injail"
  762. v.Character.Head.CFrame = Part3.CFrame * CFrame.new(0,0,-4)
  763. local txtfage = Instance.new("BillboardGui", v.Character.Head)
  764. txtfage.Adornee = oboi
  765. txtfage.Name = "time"
  766. txtfage.Size = UDim2.new(2, 0, 1.2, 0)
  767. txtfage.StudsOffset = Vector3.new(-5, 3, 0)
  768. local textfag = Instance.new("TextLabel", txtfage)
  769. textfag.Size = UDim2.new(6, 0, 1, 0)
  770. textfag.FontSize = "Size8"
  771. textfag.TextScaled = true
  772. textfag.TextTransparency = 0
  773. textfag.BackgroundTransparency = 1
  774. textfag.TextTransparency = 0
  775. textfag.TextStrokeTransparency = 0
  776. textfag.Font = "Arial"
  777. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  778. e = Instance.new("Part")
  779. e.Name = "ColorBrick"
  780. e.Parent = v.Character
  781. e.FormFactor = "Symmetric"
  782. e.Anchored = true
  783. e.CanCollide = false
  784. e.BottomSurface = "Smooth"
  785. e.TopSurface = "Smooth"
  786. e.Size = Vector3.new(10, 5, 3)
  787. e.Transparency = 0.7
  788. e.BrickColor = v.Character.Torso.BrickColor
  789. e.Transparency = 1
  790. textfag.TextColor3 = e.BrickColor.Color
  791. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  792. e.Shape = "Block"
  793. local numberfag = Instance.new("NumberValue", txtfage)
  794. numberfag.Name = "TimeValue"
  795. numberfag.Value = math.random(9999999,99999999)
  796. textfag.Text = v.Character.Name.." (Time: "..numberfag.Value..")"
  797. end
  798. end
  799. end
  800. end
  801. end
  802. if v.Character:findFirstChild("Head") then
  803. local timebillboard = v.Character.Head:findFirstChild("time")
  804. if timebillboard then
  805. local timetxt = timebillboard:findFirstChild("TimeValue")
  806. if timetxt then
  807. for q,w in pairs(v.Character:GetChildren()) do
  808. if w.ClassName == "LocalScript" or w.ClassName == "Script" then
  809. w:Remove()
  810. end
  811. end
  812. timetxt.Value = timetxt.Value - 1
  813. timebillboard.TextLabel.Text = v.Character.Name.." (Time: "..timetxt.Value..")"
  814. end
  815. if timetxt.Value < 1 then
  816. v.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Jailol.Posof.CFrame * CFrame.new(0,2,0)
  817. timebillboard:destroy()
  818. local humm = v.Character:findFirstChildOfClass("Humanoid")
  819. for i,v in pairs(jailedbois) do
  820. if v == humm.Parent.Name then
  821. table.remove(jailedbois, i)
  822. end
  823. end
  824. if humm then
  825. humm.Name = "Humanoid"
  826. humm:SetStateEnabled(Enum.HumanoidStateType.Dead, true)
  827. end
  828. end
  829. end
  830. end
  831. end
  832. end
  833. if canwalk then
  834. 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
  835. for i = 0,0.45 , 0.035 do
  836. if canwalk then
  837. 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)
  838. 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)
  839. 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)
  840. 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)
  841. 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)
  842. 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)
  843. game:GetService("RunService").RenderStepped:wait()
  844. end
  845. end
  846. for i = 0,0.45 , 0.035 do
  847. if canwalk then
  848. 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)
  849. 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)
  850. 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)
  851. 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)
  852. 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)
  853. 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)
  854. game:GetService("RunService").RenderStepped:wait()
  855. end
  856. end
  857. else
  858. if canwalk then
  859. for i = 0,0.5 , 0.03 do
  860. if canwalk then
  861. --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)
  862. 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)
  863. 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)
  864. 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)
  865. 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)
  866. 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)
  867. 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)
  868. game:GetService("RunService").RenderStepped:wait()
  869. end
  870. end
  871. end
  872. end
  873. end
  874. if music.Parent == nil then
  875. music.Parent = game.Players.LocalPlayer.Character.Head
  876. end
  877. wait()
  878. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement