Advertisement
sawgamer1

Untitled

Jun 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1. --The Boi
  2.  
  3. --\\ Sounds
  4.  
  5. clawsound = Instance.new("Sound", hed)
  6. clawsound.SoundId = "rbxassetid://1304235530"
  7. clawsound.Volume = 3
  8.  
  9. local slashsound1 = Instance.new("Sound", hed)
  10. slashsound1.SoundId = "rbxassetid://220833967"
  11. slashsound1.Volume = 5
  12. local slashsound2 = Instance.new("Sound", hed)
  13. slashsound2.SoundId = "rbxassetid://220833967"
  14. slashsound2.Volume = 5
  15. local slashsound3 = Instance.new("Sound", hed)
  16. slashsound3.SoundId = "rbxassetid://220833967"
  17. slashsound3.Volume = 5
  18. local slashsoundglobal = Instance.new("Sound", hed)
  19. slashsoundglobal.SoundId = "rbxassetid://545219984" --220833967
  20. slashsoundglobal.Volume = 5
  21. slashsoundglobal.MaxDistance = 10000
  22.  
  23. --// Main
  24.  
  25. player = game.Players.LocalPlayer
  26. chara = player.Character
  27. plr = game.Players.LocalPlayer
  28. char = plr.Character
  29. mouse = plr:GetMouse()
  30. whitecolor = Color3.new(1,1,1)
  31. mouse = game.Players.LocalPlayer:GetMouse()
  32. player = game.Players.LocalPlayer
  33. local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new(0/0,0/255,0/255)),ColorSequenceKeypoint.new(1, Color3.new(0/0,0/0,0/0))}
  34. local Player = game.Players.LocalPlayer
  35. local Character = Player.Character
  36. local torso = Character.Torso
  37. local hed = Character.Head
  38. local p = game.Players.LocalPlayer
  39. local char = p.Character
  40. invisibleclawlimit = false
  41.  
  42.  
  43. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 99999999999999999
  44. game.Players.LocalPlayer.Character.Humanoid.Health = 99999999999999
  45.  
  46.  
  47. char.Humanoid.WalkSpeed = 30
  48.  
  49. cam = game.Workspace.CurrentCamera
  50. CF = CFrame.new
  51. angles = CFrame.Angles
  52. attack = false
  53. Euler = CFrame.fromEulerAnglesXYZ
  54. Rad = math.rad
  55. IT = Instance.new
  56. BrickC = BrickColor.new
  57. Cos = math.cos
  58. Acos = math.acos
  59. Sin = math.sin
  60. Asin = math.asin
  61. Abs = math.abs
  62. Mrandom = math.random
  63. Floor = math.floor
  64.  
  65. --\\ Short keys
  66.  
  67. RArm = Character["Right Arm"]
  68. LArm = Character["Left Arm"]
  69. RLeg = Character["Right Leg"]
  70. LLeg = Character["Left Leg"]
  71.  
  72. --// Armour
  73.  
  74.  
  75.  
  76.  
  77. --\\ Hair and claws
  78.  
  79. --hair
  80.  
  81.  
  82. --\\ Chat
  83.  
  84.  
  85.  
  86. local talksound = Instance.new("Sound",char.Torso)
  87. talksound.SoundId = "rbxassetid://0"
  88. talksound.Volume = 0
  89. function swait(num)
  90. if num==0 or num==nil then
  91. game:service'RunService'.Stepped:wait(0)
  92. else
  93. for i=0,num do
  94. game:service'RunService'.Stepped:wait(0)
  95. end
  96. end
  97. end
  98.  
  99. function chatfunc(text)
  100. local chat = coroutine.wrap(function()
  101. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  102. char:FindFirstChild("TalkingBillBoard"):Destroy()
  103. end
  104. local naeeym2 = Instance.new("BillboardGui",char)
  105. naeeym2.Size = UDim2.new(0,100,0,40)
  106. naeeym2.StudsOffset = Vector3.new(0,1.5,0)
  107. naeeym2.Adornee = char.Head
  108. naeeym2.Name = "TalkingBillBoard"
  109. local tecks2 = Instance.new("TextLabel",naeeym2)
  110. tecks2.BackgroundTransparency = 1
  111. tecks2.BorderSizePixel = 0
  112. tecks2.Text = "Boi"
  113. tecks2.Font = "Fantasy"
  114. tecks2.TextSize = 30
  115. tecks2.TextStrokeTransparency = 0
  116. tecks2.TextColor3 = Color3.new(0, 0, 255)
  117. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  118. tecks2.Size = UDim2.new(1,0,0.5,0)
  119. local tecks3 = Instance.new("TextLabel",naeeym2)
  120. tecks3.BackgroundTransparency = 1
  121. tecks3.BorderSizePixel = 0
  122. tecks3.Text = "Boi"
  123. tecks3.Font = "Fantasy"
  124. tecks3.TextSize = 30
  125. tecks3.TextStrokeTransparency = 0
  126. tecks3.TextColor3 = Color3.new(0, 0, 255)
  127. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  128. tecks3.Size = UDim2.new(1,0,0.5,0)
  129. for i = 1,string.len(text),1 do
  130. tecks2.Text = string.sub(text,1,i)
  131. tecks3.Text = string.sub(text,1,i)
  132. talksound:Play()
  133. wait(0.01)
  134. end
  135. wait(2)
  136. for i = 1, 50 do
  137. swait()
  138. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  139. tecks2.Rotation = tecks2.Rotation - .8
  140. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  141. tecks2.TextTransparency = tecks2.TextTransparency + .04
  142. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  143. tecks3.Rotation = tecks2.Rotation + .8
  144. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  145. tecks3.TextTransparency = tecks2.TextTransparency + .04
  146. end
  147. naeeym2:Destroy()
  148. end)
  149. chat()
  150. end
  151. function onChatted(msg)
  152. chatfunc(msg)
  153. end
  154. plr.Chatted:connect(onChatted)
  155. wait(0.5)
  156.  
  157. --// Name tag
  158.  
  159.  
  160. --Converted with ttyyuu12345's model to script plugin v4
  161. function sandbox(var,func)
  162. local env = getfenv(func)
  163. local newenv = setmetatable({},{
  164. __index = function(self,k)
  165. if k=="script" then
  166. return var
  167. else
  168. return env[k]
  169. end
  170. end,
  171. })
  172. setfenv(func,newenv)
  173. return func
  174. end
  175. cors = {}
  176. mas = Instance.new("Model",game:GetService("Lighting"))
  177. BillboardGui0 = Instance.new("BillboardGui")
  178. ImageLabel1 = Instance.new("ImageLabel")
  179. BillboardGui2 = Instance.new("BillboardGui")
  180. ImageLabel3 = Instance.new("ImageLabel")
  181. BillboardGui4 = Instance.new("BillboardGui")
  182. ImageLabel5 = Instance.new("ImageLabel")
  183. BillboardGui6 = Instance.new("BillboardGui")
  184. BillboardGui0.Parent = mas
  185. BillboardGui0.Size = UDim2.new(3, 0, 3, 0)
  186. BillboardGui0.StudsOffset = Vector3.new(0, 4.5, 0)
  187. ImageLabel1.Parent = BillboardGui0
  188. ImageLabel1.Position = UDim2.new(0, 5, -0.25, 0)
  189. ImageLabel1.Transparency = 1
  190. ImageLabel1.Size = UDim2.new(1, 0, 1, 0)
  191. ImageLabel1.BackgroundTransparency = 1
  192. ImageLabel1.Image = "http://www.roblox.com/asset/?id=1494905651"
  193. BillboardGui2.Parent = mas
  194. BillboardGui2.Size = UDim2.new(3, 0, 3, 0)
  195. BillboardGui2.StudsOffset = Vector3.new(0, 4.5, 0)
  196. ImageLabel3.Parent = BillboardGui2
  197. ImageLabel3.Position = UDim2.new(0, 5, -0.25, 0)
  198. ImageLabel3.Transparency = 1
  199. ImageLabel3.Size = UDim2.new(1, 0, 1, 0)
  200. ImageLabel3.BackgroundTransparency = 1
  201. ImageLabel3.Image = "http://www.roblox.com/asset/?id=1494905651"
  202. BillboardGui4.Parent = mas
  203. BillboardGui4.Size = UDim2.new(3, 0, 3, 0)
  204. BillboardGui4.StudsOffset = Vector3.new(0, 4.5, 0)
  205. ImageLabel5.Parent = BillboardGui4
  206. ImageLabel5.Position = UDim2.new(0, 5, -0.25, 0)
  207. ImageLabel5.Transparency = 1
  208. ImageLabel5.Size = UDim2.new(1, 0, 1, 0)
  209. ImageLabel5.BackgroundTransparency = 1
  210. ImageLabel5.Image = "http://www.roblox.com/asset/?id=1494905651"
  211. BillboardGui6.Name = "PlayerName"
  212. BillboardGui6.Parent = mas
  213. BillboardGui6.Size = UDim2.new(5, 0, 1.20000005, 0)
  214. BillboardGui6.AlwaysOnTop = true
  215. BillboardGui6.StudsOffset = Vector3.new(0, 3, 0)
  216. for i,v in pairs(mas:GetChildren()) do
  217. v.Parent = game:GetService("Players").LocalPlayer.Character
  218. pcall(function() v:MakeJoints() end)
  219. end
  220. mas:Destroy()
  221. for i,v in pairs(cors) do
  222. spawn(function()
  223. pcall(v)
  224. end)
  225. end
  226.  
  227. local naeeym2 = IT("BillboardGui",char)
  228. naeeym2.AlwaysOnTop = true
  229. naeeym2.Size = UDim2.new(5,35,2,15)
  230. naeeym2.StudsOffset = Vector3.new(0,2.5,0)
  231. naeeym2.MaxDistance = 75
  232. naeeym2.Adornee = hed
  233. naeeym2.Name = "Name"
  234. local tecks2 = IT("TextLabel",naeeym2)
  235. tecks2.BackgroundTransparency = 1
  236. tecks2.TextScaled = true
  237. tecks2.BorderSizePixel = 0
  238. tecks2.Text = "The Oof"
  239. tecks2.Font = "Fantasy"
  240. tecks2.TextSize = 30
  241. tecks2.TextStrokeTransparency = 0
  242. tecks2.TextColor3 = Color3.new(0,0,0)
  243. tecks2.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  244. tecks2.Size = UDim2.new(1,0,0.5,0)
  245. tecks2.Parent = naeeym2
  246.  
  247.  
  248. --\\ Decoration
  249.  
  250.  
  251. --// Anti Stop Time
  252.  
  253.  
  254.  
  255. --Made by ttyyuu12345, but im only passing it on ;D
  256. function descend(obj,class,func)
  257. for i,v in pairs(obj:GetChildren()) do
  258. if v:IsA(class) then
  259. func(v)
  260. end
  261. descend(v,class,func)
  262. end
  263. end
  264. local pls = game:GetService("Players").LocalPlayer
  265. function initiateCharacter(char)
  266. if not char then return end
  267. wait()
  268. descend(char,"BasePart",function(obj)
  269. obj.Anchored = false
  270. obj.Changed:connect(function()
  271. if obj.Anchored then
  272. obj.Anchored = false
  273. end
  274. end)
  275. end)
  276. descend(char,"Humanoid",function(obj)
  277. obj.WalkSpeed = 16
  278. obj.Changed:connect(function()
  279. if obj.WalkSpeed == 0 then
  280. obj.WalkSpeed = 16
  281. end
  282. end)
  283. end)
  284. end
  285. initiateCharacter(pls.Character)
  286. pls.CharacterAdded:connect(function(c)
  287. initiateCharacter(c)
  288. end)
  289.  
  290. local Player = game:service'Players'.LocalPlayer
  291. print('I dont know who created original')
  292. print('But ITS edit, enjoy kiddo')
  293. print('No credits 4 u')
  294. warn("Edited By iliketrainsornot")
  295. script.Parent = Player.PlayerGui
  296. local Character = Player.Character
  297. local Humanoid = Character.Humanoid
  298. local Mouse = Player:GetMouse()
  299. local Head = Character.Head
  300. local Camera = game.Workspace.CurrentCamera
  301. local attack = false
  302. local Anim = "Idle"
  303. local attacktype = 1
  304. local sine = 0
  305. local change = 1
  306. local equipped = false
  307. local maincolor = BrickColor.new("Really red")
  308. local hum = Character.Humanoid
  309. local Create = LoadLibrary("RbxUtility").Create
  310. local p = Instance.new("Part")
  311. local cn = CFrame.new
  312. local angles = CFrame.Angles
  313.  
  314. BillboardGui0 = Instance.new("BillboardGui")
  315. Frame1 = Instance.new("Frame")
  316. ImageLabel2 = Instance.new("ImageLabel")
  317. BillboardGui0.Parent = Head
  318. BillboardGui0.MaxDistance = 50
  319. BillboardGui0.Size = UDim2.new(0, 100, 0, 100)
  320. BillboardGui0.ExtentsOffset = Vector3.new(0, 8, 0)
  321. BillboardGui0.ClipsDescendants = true
  322. Frame1.Parent = BillboardGui0
  323. Frame1.Transparency = 1
  324. Frame1.Size = UDim2.new(0, 100, 0, 100)
  325. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  326. Frame1.BackgroundTransparency = 1
  327.  
  328.  
  329.  
  330.  
  331. local HairMain = Instance.new("Part", Character)
  332. HairMain.Material = Enum.Material.Plastic
  333. HairMain.Size = Vector3.new(0,0,0)
  334. HairMain.BackSurface = "SmoothNoOutlines"
  335. HairMain.RightSurface = "SmoothNoOutlines"
  336. HairMain.TopSurface = "SmoothNoOutlines"
  337. HairMain.BottomSurface = "SmoothNoOutlines"
  338. HairMain.LeftSurface = "SmoothNoOutlines"
  339. HairMain.FrontSurface = "SmoothNoOutlines"
  340. HairMain.BackSurface = "SmoothNoOutlines"
  341. HairMain.Anchored = false
  342. HairMain.CanCollide = false
  343. HairMain.Shape = "Block"
  344. local HairMesh1 = Instance.new("SpecialMesh", HairMain)
  345. HairMesh1.MeshId = "rbxassetid://26768040"
  346. HairMesh1.MeshType = Enum.MeshType.FileMesh
  347. HairMesh1.TextureId = "rbxassetid://145524476"
  348. HairMesh1.Scale = Vector3.new(1, 1, 1)
  349. local Band6Weld = Instance.new("Weld", HairMain)
  350. Band6Weld.Part0 = Head
  351. Band6Weld.Part1 = HairMain
  352. Band6Weld.C0 = CFrame.new(0,0.8,-0.1)
  353. ----------------------------------------
  354. SurfaceLight1 = Instance.new("SurfaceLight")
  355. ParticleEmitter0 = Instance.new("ParticleEmitter")
  356. ParticleEmitter1 = Instance.new("ParticleEmitter")
  357. ParticleEmitter0.Name = "Flame"
  358. ParticleEmitter0.Parent = HairMain
  359. ParticleEmitter0.Transparency = NumberSequence.new(1,0.5,0.25,0.25,0.5,1)
  360. ParticleEmitter0.Rotation = NumberRange.new(-180, 180)
  361. ParticleEmitter0.Size = NumberSequence.new(1.5,0.56249976158142)
  362. ParticleEmitter0.Color = ColorSequence.new(Color3.new(1, 0.494118, 0.239216),Color3.new(1, 0, 0))
  363. ParticleEmitter0.LightEmission = 0.75
  364. ParticleEmitter0.Acceleration = Vector3.new(0, 2.5, 0)
  365. ParticleEmitter0.Lifetime = NumberRange.new(.5)
  366. ParticleEmitter0.Rate = 100
  367. ParticleEmitter0.RotSpeed = NumberRange.new(-200, 200)
  368. ParticleEmitter0.Speed = NumberRange.new(2, 2)
  369. ParticleEmitter0.Color = ColorSequence.new(Color3.new(1, 0.494118, 0.239216),Color3.new(1, 0.572549, 0.223529))
  370. ParticleEmitter1.Name = "Sparks"
  371. ParticleEmitter1.Parent = HairMain
  372. ParticleEmitter1.Transparency = NumberSequence.new(1,0,0,1)
  373. ParticleEmitter1.Rotation = NumberRange.new(-180, 180)
  374. ParticleEmitter1.Size = NumberSequence.new(0,0.075000002980232,0.025000000372529)
  375. ParticleEmitter1.Color = ColorSequence.new(Color3.new(1, 0.72549, 0.482353),Color3.new(1, 0.72549, 0.482353))
  376. ParticleEmitter1.LightEmission = 0.5
  377. ParticleEmitter1.Acceleration = Vector3.new(0, 2.5, 0)
  378. ParticleEmitter1.Lifetime = NumberRange.new(1)
  379. ParticleEmitter1.Rate = 50
  380. ParticleEmitter1.Speed = NumberRange.new(2, 3)
  381. ParticleEmitter1.VelocitySpread = 22.5
  382. ParticleEmitter1.Color = ColorSequence.new(Color3.new(1, 0.72549, 0.482353),Color3.new(1, 0.72549, 0.482353))
  383. SurfaceLight1.Parent = HairMain
  384. SurfaceLight1.Color = Color3.new(1, 0.639216, 0.227451)
  385. SurfaceLight1.Angle = 135
  386. SurfaceLight1.Face = Enum.NormalId.Top
  387. SurfaceLight1.Color = Color3.new(1, 0.639216, 0.227451)
  388.  
  389. ----// \\----
  390. ---// \\---
  391. ---|| E N D ||---
  392. ---\\ //---
  393. ----\\ //----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement