Advertisement
Zebula_The_Scripter

Untitled

Jun 1st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1.  
  2. --Edited Only By Creator
  3.  
  4. --Credits kalvin0316,
  5.  
  6. print("Hi Void Script Builder Or Exploiters")
  7. print("So you have watched The Last Guest")
  8. print("For those who didn't watch spell the last guest in youtube search bar")
  9. print("then select the first one")
  10. warn("Remember Always first one or scroll down if you don't see it")
  11.  
  12.  
  13. wear.StarterCharacter("StarterCharacter")
  14.  
  15. BodyColors("Institutional white, Really black")
  16.  
  17. HeadColor("Institutional white")
  18. HeadColor3("[248, 248, 248]")
  19. LeftArmColor("Institutional white")
  20. LeftArmColor3("[248, 248, 248]")
  21. LeftLegColor("Really black")
  22. LeftLegColor3("[17, 17, 17]")
  23. RightArmColor("Institutional white")
  24. RightArmColor3("[248, 248, 248]")
  25. RightLegColor("Really black")
  26. RightLegColor3("[17, 17, 17]")
  27.  
  28. BodyColors = true
  29.  
  30. CoolBoyHair = ("Weld")
  31. --Welding Do Not Delete--
  32.  
  33. local all,last = {}
  34. function scan(p)
  35. for _,v in pairs(p:GetChildren()) do
  36. if (v:IsA("BasePart")) then
  37. if (last) then
  38. local w = Instance.new("Weld")
  39. w.Part0,w.Part1 = last,v
  40. w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
  41. w.Parent = last
  42. end
  43. table.insert(all,v)
  44. last = v
  45. end
  46. scan(v)
  47. end
  48. end
  49. scan(script.Parent)
  50. for _,v in pairs(all) do v.Anchored = false end
  51.  
  52. script.StarterCharacter.ShirtID = 1268378286
  53. script.StarterCharacter.PantsID = 1261244472
  54.  
  55. local char = script.Parent
  56. local hum = char:WaitForChild("Humanoid")
  57. local animation = hum:LoadAnimation(script.Animation)
  58. if char ~= nil then
  59. animation:Play()
  60.  
  61. end
  62.  
  63. local idle animationID = (507766951)
  64. local idle2 animationID = (850975409)
  65. local walk animationID = (507767714)
  66.  
  67. --Face script on here
  68.  
  69. local all,last = {"Decal"}
  70. function scan(p)
  71. for _,v in pairs(p:GetChildren()) do
  72. if (v:IsA("BasePart")) then
  73. if (last) then
  74. local w = Instance.new("Weld")
  75. w.Part0,w.Part1 = last,v
  76. w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
  77. w.Parent = last
  78. end
  79. table.insert(all,v)
  80. last = v
  81. end
  82. scan(v)
  83. end
  84. end
  85. FaceID = (981618411)
  86.  
  87. LeftFootID = (645273190)
  88. LeftHandID = (645273163)
  89. LeftLowerArmID = (645273166)
  90. LeftLowerLegID = (645273191)
  91. LeftUpperArmID = (645273172)
  92. LeftUpperLegID = (645273195)
  93. LowerTorsoID = (645273213)
  94. RightFootID = (645273201)
  95. RightHandID = (645273175)
  96. RightLowerArmID = (645273178)
  97. RightLowerLegID = (645273207)
  98. RightUpperArmID = (645273181)
  99. RightUpperLegID = (645273209)
  100. UpperTorsoID = (645273187)
  101.  
  102. hum = ("HumanoidRootPart, Humanoid")
  103.  
  104. RigType = R15
  105.  
  106. humHealth = (100)
  107. MaxHealth = (100)
  108.  
  109. walkspeed = (16)
  110. JumpPower = (50)
  111.  
  112. CanCollide = false
  113.  
  114. me = game.Players.djface203
  115.  
  116. char = me.Character
  117.  
  118. selected = false
  119.  
  120. attacking = false
  121.  
  122. hurt = false
  123.  
  124. grabbed = nil
  125.  
  126. mode = "drop"
  127.  
  128. bloodcolors = {"Really red", "Bright red"}
  129.  
  130.  
  131.  
  132. function prop(part, parent, collide, tran, ref, x, y, z, color, anchor, form)
  133.  
  134. part.Parent = parent
  135.  
  136. part.formFactor = form
  137.  
  138. part.CanCollide = collide
  139.  
  140. part.Transparency = tran
  141.  
  142. part.Reflectance = ref
  143.  
  144. part.Size = Vector3.new(x,y,z)
  145.  
  146. part.BrickColor = BrickColor.new(color)
  147.  
  148. part.TopSurface = 0
  149.  
  150. part.BottomSurface = 0
  151.  
  152. part.Anchored = anchor
  153.  
  154. part.Locked = true
  155.  
  156. part:BreakJoints()
  157.  
  158. end
  159.  
  160.  
  161. function weld(w, p, p1, a, b, c, x, y, z)
  162.  
  163. w.Parent = p
  164.  
  165. w.Part0 = p
  166.  
  167. w.Part1 = p1
  168.  
  169. w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z)
  170.  
  171. end
  172.  
  173.  
  174. function mesh(mesh, parent, x, y, z, type)
  175.  
  176. mesh.Parent = parent
  177.  
  178. mesh.Scale = Vector3.new(x, y, z)
  179.  
  180. mesh.MeshType = type
  181.  
  182. end
  183.  
  184.  
  185. function remgui()
  186.  
  187. for _,v in pairs(me.PlayerGui:GetChildren()) do
  188.  
  189. if v.Name == "Modeshow" then
  190.  
  191. v:remove()
  192.  
  193. end
  194.  
  195. end
  196.  
  197. end
  198.  
  199.  
  200. function inform(text,delay)
  201.  
  202. remgui()
  203.  
  204. local sc = Instance.new("ScreenGui")
  205.  
  206. sc.Parent = me.PlayerGui
  207.  
  208. sc.Name = "Modeshow"
  209.  
  210. local bak = Instance.new("Frame",sc)
  211.  
  212. bak.BackgroundColor3 = Color3.new(1,1,1)
  213.  
  214. bak.Size = UDim2.new(0.94,0,0.1,0)
  215.  
  216. bak.Position = UDim2.new(0.03,0,0.037,0)
  217.  
  218. bak.BorderSizePixel = 0
  219.  
  220. local gi = Instance.new("TextLabel",sc)
  221.  
  222. gi.Size = UDim2.new(0.92,0,0.09,0)
  223.  
  224. gi.BackgroundColor3 = Color3.new(0,0,0)
  225.  
  226. gi.Position = UDim2.new(0.04,0,0.042,0)
  227.  
  228. gi.TextColor3 = Color3.new(1,1,1)
  229.  
  230. gi.FontSize = "Size12"
  231.  
  232. gi.Text = text
  233.  
  234. coroutine.resume(coroutine.create(function()
  235.  
  236. wait(delay)
  237.  
  238. sc:remove()
  239.  
  240. end))
  241.  
  242. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement