Advertisement
GabeTheDog

the770zone script (with chat)

Mar 17th, 2018
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. --Made By Bartus2009_Bro/GabeTheDog
  2. --Discord: Gabe#2408
  3.  
  4. CV="Blue"
  5.  
  6. p = game.Players.LocalPlayer
  7. char = p.Character
  8. local txt = Instance.new("BillboardGui", char)
  9. txt.Adornee = char .Head
  10. txt.Name = "_status"
  11. txt.Size = UDim2.new(2, 0, 1.2, 0)
  12. txt.StudsOffset = Vector3.new(-9, 8, 0)
  13. local text = Instance.new("TextLabel", txt)
  14. text.Size = UDim2.new(10, 0, 7, 0)
  15. text.FontSize = "Size24"
  16. text.TextScaled = true
  17. text.TextTransparency = 0
  18. text.BackgroundTransparency = 1
  19. text.TextTransparency = 0
  20. text.TextStrokeTransparency = 1
  21. text.Font = "Arial"
  22. text.TextStrokeColor3 = Color3.new(6,2,255)
  23.  
  24. v=Instance.new("Part")
  25. v.Name = "ColorBrick"
  26. v.Parent=p.Character
  27. v.FormFactor="Symmetric"
  28. v.Anchored=true
  29. v.CanCollide=false
  30. v.BottomSurface="Smooth"
  31. v.TopSurface="Smooth"
  32. v.Size=Vector3.new(10,5,3)
  33. v.Transparency=1
  34. v.CFrame=char.Torso.CFrame
  35. v.BrickColor=BrickColor.new(CV)
  36. v.Transparency=1
  37. text.TextColor3 = Color3.new(255,2,6)
  38. v.Shape="Block"
  39. text.Text = "VengefulExtras"
  40. wait(1 / 60)
  41.  
  42. local plr = game:GetService("Players").LocalPlayer
  43. local char = plr.Character
  44.  
  45. function FindInTable(t, n)
  46. for i,v in pairs(t) do
  47. if v == n then
  48. return true
  49. end
  50. end
  51. return false
  52. end
  53. --Transformaaaaation--
  54. char["Left Arm"].BrickColor = BrickColor.new("Medium stone")
  55. char["Right Arm"].BrickColor = BrickColor.new("Medium stone")
  56. char.Head.BrickColor = BrickColor.new("Medium stone")
  57. char["Left Leg"].BrickColor = BrickColor.new("Medium stone")
  58. char["Right Leg"].BrickColor = BrickColor.new("Medium stone")
  59.  
  60. for i,v in pairs(char:children'') do
  61. local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  62. if FindInTable(toremove, v.ClassName) then v:Destroy() end
  63. if v.ClassName == "BodyColors" then
  64. v.HeadColor = BrickColor.new("Medium stone")
  65. v.LeftArmColor = BrickColor.new("Medium stone")
  66. v.LeftLegColor = BrickColor.new("Medium stone")
  67. v.RightArmColor = BrickColor.new("Medium stone")
  68. v.RightLegColor = BrickColor.new("Medium stone")
  69. v.TorsoColor = BrickColor.new("Medium stone")
  70. end
  71. end
  72.  
  73. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=13038247" end
  74. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=120599107"
  75. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=281982286"
  76. local function CreateHat(name, meshid, textureid)
  77. local h = Instance.new("Accessory")
  78. h.Name = name
  79. local han = Instance.new("Part", h)
  80. han.Name = "Handle"
  81. local mesh = Instance.new("SpecialMesh", han)
  82. mesh.Name = "Mesh"
  83. mesh.MeshId = meshid
  84. mesh.TextureId = textureid
  85. return h,han,mesh
  86. end
  87. hum = char:FindFirstChildOfClass'Humanoid'
  88. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=329798434", "http://www.roblox.com/asset/?id=329790966")
  89. han.Size = Vector3.new(1, 1, 1)
  90. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  91. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  92. hum:AddAccessory(h)
  93. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=138054351", "http://www.roblox.com/asset/?id=138052904")
  94. mesh.Scale = Vector3.new(3, 3, 3)
  95. han.Size = Vector3.new(1.9, 2, 2)
  96. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  97. hum:AddAccessory(h)
  98. h,han,mesh = CreateHat("Ultra-Fabulous Hair", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=16627494")
  99. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  100. han.Size = Vector3.new(2, 2, 2)
  101. hum:AddAccessory(h)
  102. --a function--
  103. function Say(text)
  104. local head = char.Head
  105. local fh = head:Clone()
  106. fh:ClearAllChildren()
  107. fh.Transparency = 1
  108. local bg = Instance.new("BillboardGui", fh)
  109. bg.Size = UDim2.new(6, 0, 6, 0)
  110. bg.StudsOffset = Vector3.new(0, 3, 0)
  111. local f = Instance.new("Frame", bg)
  112. f.Size = UDim2.new(1, 0, 1, 0)
  113. f.BackgroundTransparency = 1
  114. local tl = Instance.new("TextLabel", f)
  115. tl.BackgroundTransparency = 1
  116. tl.Size = UDim2.new(5, 0, 1, 0)
  117. tl.Position = UDim2.new(-2, 0, 0)
  118. tl.TextColor3 = Color3.new(1, 1, 1)
  119. tl.TextScaled = true
  120. tl.Text = ""
  121. tl.TextColor3 = BrickColor.new("Really black").Color
  122. tl.Font = Enum.Font.Fantasy
  123. tl.TextSize = 120
  124. fh.Parent = Instance.new("Model", plr.Character)
  125. local Joint = Instance.new("Weld", game.JointsService)
  126. Joint.Part0 = head
  127. Joint.Part1 = fh
  128.  
  129. local letters = {}
  130. text:gsub(".",function(c) table.insert(letters,c) end)
  131. for i,v in pairs(letters) do
  132. tl.Text = tl.Text .. tostring(v)
  133. wait(1/20)
  134. end
  135. wait(1)
  136. fh.Parent:Destroy()
  137. end
  138.  
  139. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement