GabeTheDog

tixfree1212121 Mail Script (ROBLOX)

Mar 5th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.23 KB | None | 0 0
  1. --Made By Bartus2009_Bro
  2. --Note: its not full okay?!, also troll tixfree1212121 with it xd
  3.  
  4. CV="White"
  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(255,255,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,255,255)
  38. v.Shape="Block"
  39. text.Text = "tixfree1212121 the mailer"
  40. wait(1 / 60)
  41.  
  42. music = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  43. music.Volume = 0
  44. music.SoundId = "rbxassetid://0"
  45. music.Looped = true
  46. music:Play()
  47. mouse = game.Players.LocalPlayer:GetMouse()
  48. gun = Instance.new("Part", game.Players.LocalPlayer.Character)
  49. gun:BreakJoints()
  50. gun.CanCollide = false
  51. gun.Name = "Shotgun"
  52. mesh = Instance.new("SpecialMesh", gun)
  53. mesh.MeshId = "rbxassetid://477037714"
  54. mesh.TextureId = "rbxassetid://477037796"
  55. mesh.Scale = Vector3.new(0.03,0.03,0.03)
  56. weld = Instance.new("Weld", gun)
  57. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  58. weld.Part1 = gun
  59. weld.C0 = weld.C0 * CFrame.Angles(-1.5,0,0) * CFrame.new(0,0,-2.5)
  60. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  61. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  62. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  63. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  64. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  65. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  66. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  67. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  68. shot = Instance.new("Sound", gun)
  69. shot.Volume = 10
  70. shot.SoundId = "rbxassetid://431839999"
  71. pump = Instance.new("Sound", gun)
  72. pump.Volume = 10
  73. pump.SoundId = "rbxassetid://431839999"
  74. pump.PlaybackSpeed = 0.7
  75. function owtheedge()
  76. workspace.CurrentCamera.FieldOfView = 70 + music.PlaybackLoudness / 80
  77. end
  78. game:GetService("RunService").RenderStepped:connect(owtheedge)
  79. for i = 0,0.7 , 0.01 do
  80. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  81. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.399175882, -0.578536987, 0.978147507, 0.204753578, -0.0361040607, -0.0289359875, -0.0378959738, -0.998862624, -0.205888897, 0.978079677, -0.0311431047),i)
  82. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.409558296, -1.4746933, 0.939692736, -0.342019886, -2.0985492e-06, 0.0238559935, 0.0655499771, -0.997564137, 0.341186911, 0.937403619, 0.0697560608),i)
  83. game:GetService("RunService").RenderStepped:wait()
  84. end
  85. using = false
  86. ammo = 5
  87. function shoot()
  88. if not using then
  89. using = true
  90. shot:Play()
  91. for i = 1,5 do
  92. local missle = Instance.new("Part", workspace)
  93. missle:BreakJoints()
  94. missle.Name = "bullet"
  95. missle.CanCollide = false
  96. missle.Material = "Neon"
  97. missle.Size = Vector3.new(0.1,0.1,0.1)
  98. missle.CFrame = gun.CFrame * CFrame.new(0,0,2)
  99. missle.Transparency = 1
  100. local vel = Instance.new("BodyVelocity", missle)
  101. vel.Velocity = mouse.Hit.lookVector * math.random(500,500) + Vector3.new(math.random(-50,50),math.random(-50,50),0)
  102. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  103. local function hit(part)
  104. local hitval = math.random(25,40)
  105. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  106. if humanoid then
  107. if humanoid.Health == math.huge or humanoid.Health >= 600 then
  108. humanoid.Health = 100
  109. end
  110. if humanoid.MaxHealth == math.huge or humanoid.MaxHealth >= 600 then
  111. humanoid.MaxHealth = 100
  112. end
  113. if humanoid.Parent.Name == game.Players.LocalPlayer.Name then
  114.  
  115. else
  116. if humanoid.Health < hitval then
  117. humanoid.JumpPower = 0
  118. humanoid.PlatformStand = true
  119. humanoid.WalkSpeed = 0
  120. local findlefthip = humanoid.Parent.Torso:findFirstChild("Left Hip")
  121. if findlefthip then
  122. findlefthip:Remove()
  123. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  124. glue.Part0 = humanoid.Parent.Torso
  125. glue.Part1 = humanoid.Parent["Left Leg"]
  126. glue.Name = "Left leg"
  127. local collider = Instance.new("Part", humanoid.Parent["Left Leg"])
  128. collider.Position = Vector3.new(0,999,0)
  129. collider.Size = Vector3.new(1.5, 1, 1)
  130. collider.Shape = "Cylinder"
  131. local weld = Instance.new("Weld", collider)
  132. weld.Part0 = humanoid.Parent["Left Leg"]
  133. weld.Part1 = collider
  134. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  135. collider.TopSurface = "Smooth"
  136. collider.BottomSurface = "Smooth"
  137. collider.formFactor = "Symmetric"
  138. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  139. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  140. collider.Transparency = 1
  141. end
  142. --
  143. local findrighthip = humanoid.Parent.Torso:findFirstChild("Right Hip")
  144. if findrighthip then
  145. findrighthip:Remove()
  146. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  147. glue.Part0 = humanoid.Parent.Torso
  148. glue.Part1 = humanoid.Parent["Right Leg"]
  149. glue.Name = "Right leg"
  150. local collider = Instance.new("Part", humanoid.Parent["Right Leg"])
  151. collider.Position = Vector3.new(0,999,0)
  152. collider.Size = Vector3.new(1.5, 1, 1)
  153. collider.Shape = "Cylinder"
  154. local weld = Instance.new("Weld", collider)
  155. weld.Part0 = humanoid.Parent["Right Leg"]
  156. weld.Part1 = collider
  157. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  158. collider.TopSurface = "Smooth"
  159. collider.BottomSurface = "Smooth"
  160. collider.formFactor = "Symmetric"
  161. glue.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  162. glue.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  163. collider.Transparency = 1
  164. end
  165. --
  166. local findrightshoulder = humanoid.Parent.Torso:findFirstChild("Right Shoulder")
  167. if findrightshoulder then
  168. findrightshoulder:Remove()
  169. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  170. glue.Part0 = humanoid.Parent.Torso
  171. glue.Part1 = humanoid.Parent["Right Arm"]
  172. glue.Name = "Right arm"
  173. local collider = Instance.new("Part", humanoid.Parent["Right Arm"])
  174. collider.Position = Vector3.new(0,999,0)
  175. collider.Size = Vector3.new(1.5, 1, 1)
  176. collider.Shape = "Cylinder"
  177. local weld = Instance.new("Weld", collider)
  178. weld.Part0 = humanoid.Parent["Right Arm"]
  179. weld.Part1 = collider
  180. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  181. collider.TopSurface = "Smooth"
  182. collider.BottomSurface = "Smooth"
  183. collider.formFactor = "Symmetric"
  184. glue.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  185. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  186. collider.Transparency = 1
  187. end
  188. --
  189. local findleftshoulder = humanoid.Parent.Torso:findFirstChild("Left Shoulder")
  190. if findleftshoulder then
  191. findleftshoulder:Remove()
  192. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  193. glue.Part0 = humanoid.Parent.Torso
  194. glue.Part1 = humanoid.Parent["Left Arm"]
  195. glue.Name = "Left arm"
  196. local collider = Instance.new("Part", humanoid.Parent["Left Arm"])
  197. collider.Position = Vector3.new(0,999,0)
  198. collider.Size = Vector3.new(1.5, 1, 1)
  199. collider.Shape = "Cylinder"
  200. local weld = Instance.new("Weld", collider)
  201. weld.Part0 = humanoid.Parent["Left Arm"]
  202. weld.Part1 = collider
  203. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  204. collider.TopSurface = "Smooth"
  205. collider.BottomSurface = "Smooth"
  206. collider.formFactor = "Symmetric"
  207. glue.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  208. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  209. collider.Transparency = 1
  210. end
  211. local findhead = humanoid.Parent:findFirstChild("Head")
  212. if findhead then
  213. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  214. attachment.Position = Vector3.new(0, -0.5, 0)
  215. attachment.Name = "lol"
  216. attachment.Visible = false
  217. humanoid.Parent.Torso.NeckAttachment.Visible = false
  218. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  219. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  220. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  221. ball.Attachment1 = attachment
  222. ball.LimitsEnabled = true
  223. ball.TwistLimitsEnabled = true
  224. ball.UpperAngle = 90
  225. ball.Restitution = 0.5
  226. ball.TwistUpperAngle = 90
  227. ball.TwistLowerAngle = -90
  228. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  229. collidepartofleftleg.Name = "Bone"
  230. collidepartofleftleg.Size = Vector3.new(0.7,0.7,0.7)
  231. collidepartofleftleg.Transparency = 1
  232. collidepartofleftleg:BreakJoints()
  233. local weeld = Instance.new("Weld", collidepartofleftleg)
  234. weeld.Part0 = collidepartofleftleg
  235. weeld.Part1 = humanoid.Parent["Head"]
  236. if humanoid.Parent.Torso:findFirstChild("Neck") then
  237. humanoid.Parent.Torso.Neck:destroy()
  238. end
  239. end
  240. wait(10)
  241. humanoid.Health = 0
  242. else
  243. humanoid.Health = humanoid.Health - hitval
  244. end
  245. end
  246. else
  247. if part.Name == "Shotgun" or "bullet" then
  248.  
  249. else
  250. missle:destroy()
  251. end
  252. end
  253. end
  254. missle.Touched:connect(hit)
  255. end
  256. for i = 0,1 , 0.07 do
  257. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  258. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i)
  259. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.748803854, -1.02752113, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i)
  260. game:GetService("RunService").RenderStepped:wait()
  261. end
  262. for i = 0,1 , 0.05 do
  263. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  264. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i)
  265. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.201648712, 0.903478384, -1.75520706, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i)
  266. game:GetService("RunService").RenderStepped:wait()
  267. end
  268. pump:Play()
  269. for i = 0,1 , 0.05 do
  270. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  271. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i)
  272. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.44393158, 0.765078783, -1.10408783, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i)
  273. game:GetService("RunService").RenderStepped:wait()
  274. end
  275. for i = 0,1 , 0.05 do
  276. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  277. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.491810799, -0.168943405, 0.978147507, 0.204753578, -0.0361040607, 0.0289353225, -0.306021929, -0.951584637, -0.205889001, 0.929745436, -0.305259228),i)
  278. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.201648712, 0.903478384, -1.75520706, 0.939693093, -0.342019022, -2.66768012e-07, -0.0711100101, -0.195373133, -0.978147566, 0.334545016, 0.919158578, -0.207911715),i)
  279. game:GetService("RunService").RenderStepped:wait()
  280. end
  281. for i = 0,0.7 , 0.04 do
  282. weld.C0 = weld.C0:lerp(CFrame.new(-0.342021942, -1.88848877, -0.088739872, 0.978147507, -0.0289359875, -0.205888897, 0.204753578, -0.0378959738, 0.978079677, -0.0361040607, -0.998862624, -0.0311431047),i)
  283. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.917564392, 0.399175882, -0.578536987, 0.978147507, 0.204753578, -0.0361040607, -0.0289359875, -0.0378959738, -0.998862624, -0.205888897, 0.978079677, -0.0311431047),i)
  284. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.472423553, 0.409558296, -1.4746933, 0.939692736, -0.342019886, -2.0985492e-06, 0.0238559935, 0.0655499771, -0.997564137, 0.341186911, 0.937403619, 0.0697560608),i)
  285. game:GetService("RunService").RenderStepped:wait()
  286. end
  287. using = false
  288. end
  289. end
  290. mouse.Button1Down:connect(shoot)
Add Comment
Please, Sign In to add comment