Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. cal FavIDs = {
  2. 340106355, --Nefl Crystals
  3. 927529620, --Dimension
  4. 876981900, --Fantasy
  5. 398987889, --Ordinary Days
  6. 1117396305, --Oh wait, it's you.
  7. 885996042, --Action Winter Journey
  8. 919231299, --Sprawling Idiot Effigy
  9. 743466274, --Good Day Sunshine
  10. 727411183, --Knife Fight
  11. 1402748531, --The Earth Is Counting On You!
  12. 595230126 --Robot Language
  13. }
  14.  
  15.  
  16.  
  17. --The reality of my life isn't real but a Universe -makhail07
  18. wait()
  19. local Player = game.Players.localPlayer
  20. local Character = Player.Character
  21. local plr = game:service'Players'.LocalPlayer
  22. local Humanoid = Character.Humanoid
  23. local char = plr.Character
  24. local hum = char.Humanoid
  25. local ra = char["Right Arm"]
  26. local la= char["Left Arm"]
  27. local rl= char["Right Leg"]
  28. local ll = char["Left Leg"]
  29. local hed = char.Head
  30. local root = char.HumanoidRootPart
  31. local rootj = root.RootJoint
  32. local tors = char.Torso
  33. local mouse = plr:GetMouse()
  34. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  35. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  36. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  37. local cam = game.Workspace.CurrentCamera
  38. trazx = Instance.new("ParticleEmitter")
  39. c = game.Players.LocalPlayer.Character
  40.  
  41. --where i put all the warn things
  42.  
  43. warn ("Well Look at that, I finished it.")
  44. --Looks Like you decided to look though the script. Well, Hello.
  45. warn ("I had a fun time making this edit.")
  46. --I Really DID have fun editing this.
  47. warn ("I hope you Enjoy this. Go have Fun!")
  48. --Just don't abuse.
  49. warn ("Also, the original MemeusV2 was made by makhail07.")
  50. --Support makhail07 for making the original!
  51. warn ("This edit was made by me, 2003boobear.")
  52. --This is one of my best edits BY FAR, though.
  53. Character.Head.face.Texture = "rbxassetid://620619801"
  54.  
  55. -------------------------------------------------------
  56. --Start Good Stuff--
  57. -------------------------------------------------------
  58. CF = CFrame.new
  59. angles = CFrame.Angles
  60. attack = false
  61. timetofly = true
  62. Euler = CFrame.fromEulerAnglesXYZ
  63. Rad = math.rad
  64. IT = Instance.new
  65. BrickC = BrickColor.new
  66. Cos = math.cos
  67. Acos = math.acos
  68. Sin = math.sin
  69. Asin = math.asin
  70. Abs = math.abs
  71. Mrandom = math.random
  72. Floor = math.floor
  73. random = math.random
  74. radian = math.rad
  75. Vec3 = Vector3.new
  76. cFrame = CFrame.new
  77. Euler = CFrame.fromEulerAnglesXYZ
  78. -------------------------------------------------------
  79. --End Good Stuff--
  80. -------------------------------------------------------
  81. necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  82. RSH, LSH = nil, nil
  83. RW = Instance.new("Weld")
  84. LW = Instance.new("Weld")
  85. RH = tors["Right Hip"]
  86. LH = tors["Left Hip"]
  87. RSH = tors["Right Shoulder"]
  88. LSH = tors["Left Shoulder"]
  89. RSH.Parent = nil
  90. LSH.Parent = nil
  91. RW.Name = "RW"
  92. RW.Part0 = tors
  93. RW.C0 = CF(1.5, 0.5, 0)
  94. RW.C1 = CF(0, 0.5, 0)
  95. RW.Part1 = ra
  96. RW.Parent = tors
  97. LW.Name = "LW"
  98. LW.Part0 = tors
  99. LW.C0 = CF(-1.5, 0.5, 0)
  100. LW.C1 = CF(0, 0.5, 0)
  101. LW.Part1 = la
  102. LW.Parent = tors
  103. Effects = {}
  104.  
  105. -------------------------------------------------------
  106. --Start HeartBeat--
  107. -------------------------------------------------------
  108. ArtificialHB = Instance.new("BindableEvent", script)
  109. ArtificialHB.Name = "Heartbeat"
  110. script:WaitForChild("Heartbeat")
  111.  
  112. frame = 1 / 60
  113. tf = 0
  114. allowframeloss = false
  115. tossremainder = false
  116.  
  117.  
  118. lastframe = tick()
  119. script.Heartbeat:Fire()
  120.  
  121.  
  122. game:GetService("RunService").Heartbeat:connect(function(s, p)
  123. tf = tf + s
  124. if tf >= frame then
  125. if allowframeloss then
  126. script.Heartbeat:Fire()
  127. lastframe = tick()
  128. else
  129. for i = 1, math.floor(tf / frame) do
  130. script.Heartbeat:Fire()
  131. end
  132. lastframe = tick()
  133. end
  134. if tossremainder then
  135. tf = 0
  136. else
  137. tf = tf - frame * math.floor(tf / frame)
  138. end
  139. end
  140. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement