Advertisement
Guest User

noob

a guest
Jan 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. wait()
  2. end
  3. shared(script)
  4. local p = game.Players.LocalPlayer
  5. local bkp = p:WaitForChild("Backpack")
  6. local char = p.Character
  7. local bc = char["Body Colors"]
  8. local mouse = p:GetMouse()
  9. local la = char["Left Arm"]
  10. local ra = char["Right Arm"]
  11. local ll = char["Left Leg"]
  12. local rl = char["Right Leg"]
  13. local hed = char.Head
  14. local tor = char.Torso
  15. local hum = char.Humanoid
  16. local cam = workspace.CurrentCamera or workspace.Camera
  17. local min = 1
  18. local max = 2
  19. local autism = false
  20. local CanGoThroughPlayers = true
  21. bc.LeftArmColor = BrickColor.new("Bright yellow")
  22. bc.RightArmColor = BrickColor.new("Bright yellow")
  23. bc.HeadColor = BrickColor.new("Bright yellow")
  24. bc.LeftLegColor = BrickColor.new("Bright green")
  25. bc.RightLegColor = BrickColor.new("Bright green")
  26. bc.TorsoColor = BrickColor.new("Bright blue")
  27. function FF()
  28. ff = Instance.new("ForceField", char)
  29. ff:Destroy()
  30. end
  31. char.Archivable = true
  32. for i, v in pairs(char:GetChildren()) do
  33. if v:IsA("Part") then
  34. v.Anchored = true
  35. end
  36. if v:IsA("Hat") then
  37. v:Destroy()
  38. end
  39. end
  40. clon = char:Clone()
  41. clon.Parent = char
  42. clon.Humanoid:Remove()
  43. function God()
  44. clon.Parent = char.Parent
  45. char.Parent = cam
  46. local rekt = Instance.new("Model", char)
  47. rekt.Name = "ACTIVE"
  48. clon.Archivable = false
  49. end
  50. local cla = clon["Left Arm"]
  51. local cra = clon["Right Arm"]
  52. local cll = clon["Left Leg"]
  53. local crl = clon["Right Leg"]
  54. local ched = clon.Head
  55. local ctor = clon.Torso
  56. for i, v in pairs(clon:GetChildren()) do
  57. if v:IsA("Part") then
  58. v.TopSurface = "Studs"
  59. v.BottomSurface = "Inlet"
  60. v.CanCollide = false
  61. v.FrontSurface = "Smooth"
  62. v.BackSurface = "Smooth"
  63. if v.Name == "Torso" then
  64. v.LeftSurface = "Smooth"
  65. v.RightSurface = "Smooth"
  66. end
  67. end
  68. if v:IsA("Accoutrement") then
  69. v:Remove()
  70. end
  71. end
  72. for i, v in pairs(char:GetChildren()) do
  73. if v:IsA("Part") then
  74. v.Transparency = 1
  75. v.Anchored = false
  76. end
  77. if v:IsA("Accoutrement") then
  78. v:Remove()
  79. end
  80. end
  81. if hed:findFirstChild("face") then
  82. hed.face:Remove()
  83. end
  84. ArtificialHB = Instance.new("BindableEvent", script)
  85. ArtificialHB.Name = "Heartbeat"
  86. script:WaitForChild("Heartbeat")
  87. frame = 0.03333333333333333
  88. tf = 0
  89. allowframeloss = true
  90. tossremainder = false
  91. lastframe = tick()
  92. script.Heartbeat:Fire()
  93. game:GetService("RunService").Heartbeat:connect(function(s, p)
  94. tf = tf + s
  95. if tf >= frame then
  96. if allowframeloss then
  97. script.Heartbeat:Fire()
  98. lastframe = tick()
  99. else
  100. for i = 1, math.floor(tf / frame) do
  101. script.Heartbeat:Fire()
  102. end
  103. lastframe = tick()
  104. end
  105. if tossremainder then
  106. tf = 0
  107. else
  108. tf = tf - frame * math.floor(tf / frame)
  109. end
  110. end
  111. end)
  112. game:GetService("RunService").Stepped:connect(function()
  113. if CanGoThroughPlayers and game.Players ~= nil and game.Players.LocalPlayer ~= nil and game.Players.LocalPlayer.Character ~= nil and game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil and game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  114. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  115. game.Players.LocalPlayer.Character.Head.CanCollide = false
  116. end
  117. end)
  118. cla_size = Vector3.new(1, 2, 1)
  119. cra_size = Vector3.new(1, 2, 1)
  120. ched_size = Vector3.new(2, 1, 1)
  121. ctor_size = Vector3.new(2, 2, 1)
  122. cll_size = Vector3.new(1, 2, 1)
  123. crl_size = Vector3.new(1, 2, 1)
  124. God()
  125. game:GetService("RunService").RenderStepped:connect(function()
  126. for _, hb in pairs(bkp:GetChildren()) do
  127. if hb.Name == "HopperBin" then
  128. hb:Destroy()
  129. end
  130. end
  131. wait(0.5)
  132. for i, v in pairs(char:GetChildren()) do
  133. if v:IsA("Part") then
  134. v.CanCollide = false
  135. end
  136. end
  137. cla.CFrame = la.CFrame
  138. cra.CFrame = ra.CFrame
  139. ched.CFrame = hed.CFrame
  140. ctor.CFrame = tor.CFrame
  141. cll.CFrame = ll.CFrame
  142. crl.CFrame = rl.CFrame
  143. for i, v in pairs(clon:GetChildren()) do
  144. if v:IsA("Part") then
  145. v.CanCollide = false
  146. end
  147. end
  148. if autism then
  149. cla.Size = cla_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  150. cra.Size = cra_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  151. ched.Size = ched_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  152. ctor.Size = ctor_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  153. cll.Size = cll_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  154. crl.Size = crl_size * Vector3.new(math.random(min, max), math.random(min, max), math.random(min, max))
  155. end
  156. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement