awzp

Noob (Not by me)

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