Advertisement
mememasterYT

Jump in dah caac Its fe and its a edit GIRLLLLLLLL

May 2nd, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.37 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. --[[
  145. Jump in the CAAC
  146. by EthanHong0407
  147.  
  148. why the hell did i make this
  149. i dont even know anymore
  150. ]]
  151.  
  152. local plr = game.Players.LocalPlayer
  153. local char = plr.Character
  154. local hum = char:FindFirstChildOfClass("Humanoid")
  155. local t = tick()
  156. local action = ""
  157. local torsorot = 0
  158. if hum:FindFirstChild("Animator") then
  159. hum.Animator:Destroy()
  160. end
  161.  
  162. hum.WalkSpeed = 0
  163.  
  164.  
  165. local song = Instance.new("Sound", char)
  166. song.SoundId = "rbxassetid://1883633498"
  167. song.Volume = 1
  168. song.TimePosition = 3
  169. song:Play()
  170. function createJoint(wp0, wp1, wc0x, wc0y, wc0z, wc1x, wc1y, wc1z, name)
  171. local joint = Instance.new("Motor6D", wp0)
  172. joint.Part0 = wp0
  173. joint.Part1 = wp1
  174. joint.C0 = CFrame.new(wc0x, wc0y, wc0z)
  175. joint.C1 = CFrame.new(wc1x, wc1y, wc1z)
  176. joint.Name = name
  177. return joint
  178. end
  179.  
  180. local RS = createJoint(char.Torso, char["Right Arm"], 1.5, 0.5, 0, 0, 0.5, 0, "Right Shoulder")
  181. local TS = createJoint(char.HumanoidRootPart, char.Torso, 0, 0, 0, 0, 0, 0, "RootJoint")
  182. local LS = createJoint(char.Torso, char["Left Arm"], -1.5, 0.5, 0, 0, 0.5, 0, "Left Shoulder")
  183. local RH = createJoint(char.Torso, char["Right Leg"], 0.5, -1, 0, 0, 1, 0, "Right Hip")
  184. local LH = createJoint(char.Torso, char["Left Leg"], -0.5, -1, 0, 0, 1, 0, "Left Hip")
  185. local NK = createJoint(char.Torso, char.Head, 0, 1, 0, 0, -1/2, 0, "Neck")
  186.  
  187. local rsc0 = RS.C0
  188. local lsc0 = LS.C0
  189. local tsc0 = TS.C0
  190. local rhc0 = RH.C0
  191. local lhc0 = LH.C0
  192. local nkc0 = NK.C0
  193.  
  194. local gun = Instance.new("Part", char)
  195. gun.Size = Vector3.new(1, 1, 1)
  196. gun.Anchored = false
  197. gun.CFrame = CFrame.new(0, 10, 0)
  198. gun.BrickColor = BrickColor.new("Lily white")
  199. gun:BreakJoints()
  200. local gunMesh = Instance.new("SpecialMesh", gun)
  201. gunMesh.MeshId = "rbxassetid://430633087"
  202. gunMesh.Scale = Vector3.new(2, 2, 2)
  203.  
  204. local gunWeld = Instance.new("Weld", gun)
  205. gunWeld.Part0 = char["Right Arm"]
  206. gunWeld.Part1 = gun
  207. gunWeld.C0 = CFrame.new(0, -1.2, -0.3) * CFrame.Angles(0, 0, math.rad(90))
  208. * CFrame.Angles(math.rad(-90), 0, 0)
  209. * CFrame.Angles(0, math.rad(180), 0)
  210. TS.C0 = CFrame.new(0, 10000, 0)
  211. game:GetService("RunService").RenderStepped:connect(function()
  212. t = t + 0.5
  213. if action == "IGotAGun" then
  214. local speed = 0.3
  215. torsorot = torsorot + 45
  216. NK.C0 = NK.C0:lerp(nkc0, speed)
  217. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.rad(torsorot), 0, 0)
  218. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  219. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  220. * CFrame.Angles(math.rad(90), 0, 0), speed)
  221. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  222. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  223. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  224. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  225. elseif action == "IGotAGun2" then
  226. local speed = 0.3
  227.  
  228. NK.C0 = NK.C0:lerp(nkc0, speed)
  229. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  230. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  231. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  232. * CFrame.Angles(math.rad(90), 0, 0), speed)
  233. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  234. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  235. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  236. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  237. elseif action == "CoufCouf" then
  238. local speed = 1
  239. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  240. math.rad(math.random(-360, 360)),
  241. math.rad(math.random(-360, 360))), speed)
  242. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  243. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  244. math.rad(math.random(-360, 360)),
  245. math.rad(math.random(-360, 360))), speed)
  246. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  247. math.rad(math.random(-360, 360)),
  248. math.rad(math.random(-360, 360))), speed)
  249. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  250. math.rad(math.random(-360, 360)),
  251. math.rad(math.random(-360, 360))), speed)
  252. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  253. math.rad(math.random(-360, 360)),
  254. math.rad(math.random(-360, 360))), speed)
  255. elseif action == "Sleep" then
  256. local speed = 1
  257. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(10), 0), speed)
  258. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -0.5, 1)
  259. * CFrame.Angles(math.rad(90), 0, 0), speed)
  260. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(60)), speed)
  261. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(-45)), speed)
  262. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  263. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(0, 0, math.rad(-40)), speed)
  264. gun
  265. elseif action == "WakeUp" then
  266. local speed = 0.3
  267. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-10), 0, 0), speed)
  268. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  269. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(-20)), speed)
  270. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  271. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  272. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  273. elseif action == "Whehw" then
  274. local speed = 1
  275. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  276. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  277. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  278. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  279. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  280. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  281. elseif action == "Julioliolio" then
  282. local speed = 1
  283. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  284. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  285. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  286. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  287. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  288. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  289. elseif action == "ICan" then
  290. local speed = 1
  291. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  292. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  293. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  294. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  295. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  296. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  297. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  298. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  299. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  300. elseif action == "ICan2" then
  301. local speed = 0.4
  302. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  303. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  304. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  305. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  306. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  307. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  308. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  309. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  310. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  311. elseif action == "ICant" then
  312. local speed = 0.4
  313. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  314. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  315. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  316. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  317. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  318. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  319. * CFrame.Angles(math.rad(90), 0, math.rad(-70)), speed)
  320. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  321. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  322. elseif action == "BabyJeans" then
  323. NK.C0 = nkc0
  324. TS.C0 = tsc0 * CFrame.new(0, 8, 0)
  325. LS.C0 = lsc0
  326. RS.C0 = rsc0
  327. LH.C0 = lhc0
  328. RH.C0 = rhc0
  329. elseif action == "YouAndYour" then
  330. local speed = 1
  331. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, -math.rad(20), 0), speed)
  332. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(20), 0)
  333. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  334. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  335. * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  336. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0), speed)
  337. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  338. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  339. elseif action == "Painis" then
  340. local speed = 0.4
  341. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-20), 0, 0), speed)
  342. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  343. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  344. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(-0.5, -0.1, 0)
  345. * CFrame.Angles(math.rad(10), 0, math.rad(-45)), speed)
  346. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0.5, -0.1, 0)
  347. * CFrame.Angles(math.rad(10), 0, math.rad(45)), speed)
  348. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  349. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  350. elseif action == "Impoopments" then
  351. local speed = 1
  352. NK.C0 = NK.C0:lerp(nkc0, speed)
  353. TS.C0 = TS.C0:lerp(tsc0, speed)
  354. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  355. math.rad(math.random(-360, 360)),
  356. math.rad(math.random(-360, 360))), speed)
  357. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  358. math.rad(math.random(-360, 360)),
  359. math.rad(math.random(-360, 360))), speed)
  360. RH.C0 = RH.C0:lerp(rhc0, speed)
  361. LH.C0 = LH.C0:lerp(lhc0, speed)
  362. elseif action == "Normal" then
  363. local speed = 1
  364. NK.C0 = nkc0
  365. TS.C0 = tsc0
  366. LS.C0 = lsc0
  367. RS.C0 = rsc0
  368. LH.C0 = lhc0
  369. RH.C0 = rhc0
  370. elseif action == "Jooj" then
  371. NK.C0 = nkc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  372. TS.C0 = tsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  373. LS.C0 = lsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  374. LH.C0 = lhc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  375. RS.C0 = rsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  376. RH.C0 = rhc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  377. elseif action == "Upsidedown" then
  378. local speed = 1
  379. NK.C0 = nkc0
  380. TS.C0 = tsc0 * CFrame.Angles(0, 0, math.rad(180))
  381. LS.C0 = lsc0
  382. RS.C0 = rsc0
  383. LH.C0 = lhc0
  384. RH.C0 = rhc0
  385. elseif action == "CAAC" then
  386. local speed = 0.1
  387. NK.C0 = nkc0
  388. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 4, 0), speed)
  389. LS.C0 = lsc0
  390. RS.C0 = rsc0
  391. LH.C0 = lhc0
  392. RH.C0 = rhc0
  393. end
  394. end)
  395.  
  396.  
  397. action = "IGotAGun"
  398. wait(0.5)
  399. action = "IGotAGun2"
  400. wait(2.9)
  401. action = "CoufCouf"
  402. local part = Instance.new("Part", char)
  403. part.Anchored = true
  404. part.Material = "Neon"
  405. part.BrickColor = BrickColor.new("New Yeller")
  406. part.CanCollide = false
  407. part.Size = Vector3.new(0.1, 0.1, 100)
  408. for i = 1, 16 do
  409.  
  410.  
  411. part.CFrame = CFrame.new(char.HumanoidRootPart.Position, Vector3.new(math.random(-100, 100), math.random(-100, 100),math.random(-100, 100)))
  412. wait(0.5/16)
  413.  
  414. end
  415. part:Destroy()
  416. gun:Destroy()
  417. local bed = Instance.new("Part", char)
  418. bed.Anchored = false
  419. bed.CanCollide = false
  420. bed.Size = Vector3.new(4, 8, 2)
  421. bed:BreakJoints()
  422. local bedmesh = Instance.new("SpecialMesh", bed)
  423. bedmesh.Scale = Vector3.new(0.4, 0.5, 0.4)
  424. bedmesh.MeshId = "rbxassetid://473508427"
  425. bedmesh.TextureId = "rbxassetid://473508936"
  426. local bedweld = Instance.new("Weld", bed)
  427. bedweld.Part0 = char.HumanoidRootPart
  428. bedweld.Part1 = bed
  429. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  430. * CFrame.Angles(math.rad(-90), 0, 0)
  431. action = "Sleep"
  432. wait(0.25)
  433. action = "WakeUp"
  434. wait(0.5)
  435. action = "Whehw"
  436. wait(0.7)
  437. action = "Julioliolio"
  438. for i = 1, 16 do
  439. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  440. * CFrame.Angles(math.rad(-90) + math.random(-360, 360), math.random(-360, 360), math.random(-360, 360))
  441. wait(1/16)
  442. end
  443. bed:Destroy()
  444. action = "ICan"
  445. wait(0.2)
  446. action = "ICant"
  447. wait(0.25)
  448. action = "ICan2"
  449. wait(0.2)
  450. action = "ICant"
  451. wait(0.35)
  452. action = "BabyJeans"
  453. local baby = Instance.new("Part", char)
  454. baby.Size = Vector3.new(2, 2, 1)
  455. baby.Anchored = false
  456. baby.CanCollide = false
  457. baby:BreakJoints()
  458.  
  459. local baby2 = Instance.new("SpecialMesh", baby)
  460. baby2.MeshId = "rbxassetid://430300723"
  461. baby2.Scale = Vector3.new(5, 5, 5)
  462. baby2.TextureId = "rbxassetid://430300725"
  463.  
  464. local babyweld = Instance.new("Weld", baby)
  465. babyweld.Part0 = char.Torso
  466. babyweld.Part1 = baby
  467. babyweld.C0 = CFrame.new(0, -1, 0)
  468. * CFrame.Angles(0, math.rad(180), 0)
  469. wait(0.5)
  470. baby2.TextureId = "rbxassetid://140688857"
  471. wait(1.1)
  472. baby:Destroy()
  473. action = "YouAndYour"
  474. wait(0.5)
  475. action = "Painis"
  476. wait(0.4)
  477. action = "Impoopments"
  478. wait(1)
  479.  
  480. local pp = Instance.new("Part", char)
  481. pp.Size = Vector3.new(1, 1, 1)
  482. pp.Anchored = true
  483. pp.CanCollide = false
  484. pp.BrickColor = char.Torso.BrickColor
  485. pp:BreakJoints()
  486. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  487.  
  488. for i = 1, 20 do
  489. pp.Size = pp.Size + Vector3.new(0, 0, 2)
  490. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, -i)
  491. wait(0.5/20)
  492. end
  493. pp:Destroy()
  494. action = "Jooj"
  495. wait(1.7)
  496. action = "Normal"
  497. wait(0.5)
  498. action = "Upsidedown"
  499. wait(0.5)
  500. action = "Normal"
  501. TS.C0 = tsc0 * CFrame.new(0, 10, 0)
  502. local caac = Instance.new("Part", char)
  503. caac.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  504. caac.Anchored = true
  505. caac.CanCollide = true
  506. caac.Size = Vector3.new(8, 4, 1)
  507. caac:BreakJoints()
  508. local caactext = Instance.new("SurfaceGui", caac)
  509. caactext.Adornee = caac
  510. local caactext2 = Instance.new("TextLabel", caactext)
  511. caactext2.Size = UDim2.new(1, 0, 1, 0)
  512. caactext2.TextScaled = true
  513. caactext2.Text = "the true C A A C"
  514. caactext2.Font = "Legacy"
  515. action = "CAAC"
  516. wait(1.7)
  517. wait(0.5/100)
  518. wait(1)
  519. caac.Anchored = false
  520. caactext2.Text = "Self destruct in a minute"
  521. wait(1)
  522. caactext2.text = "Self destruct NOW"
  523. wait(1)
  524. local explosion = Instance.new("Explosion", char)
  525. explosion.BlastRadius = 1
  526. explosion.BlastPressure = 9000
  527. explosion.Position = char.Torso.Position
  528. local sound = Instance.new("Sound", char.Torso)
  529. sound.SoundId = "rbxassetid://440431180"
  530. sound.Volume = 1
  531. sound:Play()
  532. local sound = Instance.new("Sound", char.Torso)
  533. sound.SoundId = "rbxassetid://440431180"
  534. sound.Volume = 1
  535. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement