Advertisement
v_Burn

Untitled

Mar 17th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.23 KB | None | 0 0
  1. -- Made by PPATTA/Cass/Inkyy/lynks -- I name change alot --
  2.  
  3. -- This is a anti fm spray --
  4. -- Rekts most titans, Tomas dank shit, Absaloms, Terrorist --
  5. -- Outdated now --
  6. Player = game.Players.LocalPlayer
  7. Char = Player.Character
  8. Human = Char.Humanoid
  9. mouse = Player:GetMouse()
  10. BModel = Instance.new("Model",Char)
  11. BModel.Name = "Anti-Titan Bottle"
  12. Bottle = Instance.new("Part",BModel)
  13. Bottle.Transparency = 0.7
  14. Bottle.TopSurface = 0
  15. Bottle.BottomSurface = 0
  16. Bottle.FormFactor = 3
  17. Bottle.BrickColor = BrickColor.new("White")
  18. Bottle.Size = Vector3.new(0.8,1.3,0.8)
  19. Blood = Instance.new("Part",BModel)
  20. Blood.Material = "Neon"
  21. Blood.TopSurface = 0
  22. Blood.BottomSurface = 0
  23. Blood.FormFactor = 3
  24. Blood.BrickColor = BrickColor.new("Deep green")
  25. Blood.Size = Vector3.new(0.75,0.7,0.75)
  26. Cork = Instance.new("Part",BModel)
  27. Cork.Material = "Wood"
  28. Cork.TopSurface = 0
  29. Cork.BottomSurface = 0
  30. Cork.FormFactor = 3
  31. Cork.BrickColor = BrickColor.new("CGA brown")
  32. Cork.Size = Vector3.new(0.78,0.24,0.78)
  33. BottleWeld = Instance.new("Weld",Bottle)
  34. BottleWeld.Part0 = Bottle
  35. BottleWeld.Part1 = Blood
  36. BottleWeld.C0 = CFrame.new(0,-0.5,0)
  37. BloodWeld = Instance.new("Weld", Cork)
  38. BloodWeld.Part0 = Bottle
  39. BloodWeld.Part1 = Blood
  40. BloodWeld.C0 = CFrame.new(0,-0.2,0)
  41. CorkWeld = Instance.new("Weld",Bottle)
  42. CorkWeld.Part0 = Cork
  43. CorkWeld.Part1 = Bottle
  44. CorkWeld.C0 = CFrame.new(0,-0.7,0)
  45. RAWeld = Instance.new("Weld",Char.Torso)
  46. RAWeld.Part0 = Bottle
  47. RAWeld.Part1 = Char["Right Arm"]
  48. RAWeld.C0 = CFrame.new(0,-0.15,1.3) *CFrame.Angles(math.rad(90),0,0)
  49. used = false
  50. function GetDistance(Obj,Mag)
  51. for _,v in pairs(workspace:GetChildren()) do
  52. if v.ClassName == "Part" and v.Size >= Vector3.new(2,2,2) then
  53. if v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') and v ~= Char then
  54. local Mag2 = (v.Torso.Position - Obj.Position).magnitude
  55. if Mag2 < Mag then
  56. return v
  57. end
  58. end
  59. end
  60. end
  61. end
  62. function sbexe(cmd, plr)
  63. if not type(cmd) == 'string' then
  64. return
  65. end
  66. if plr then
  67. if type(plr) == 'userdata' then
  68. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  69. elseif type(plr) == 'string' then
  70. plr = game:GetService('Players'):FindFirstChild(plr)
  71. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  72. end
  73. else
  74. for i, v in pairs(game:GetService('Players'):children()) do
  75. v:findFirstChild("SB_CommandRemote", true).Value = cmd
  76. end
  77. end
  78. end
  79. for g,plr in pairs(game.Players:GetPlayers()) do
  80. mouse.Button1Down:connect(function()
  81. wait(1.5)
  82.  
  83.  
  84. if plr.Character:findFirstChild("Leg2") then
  85. plr.Character:BreakJoints()
  86. end
  87. end)
  88. mouse.Button1Down:connect(function()
  89. wait(1.5)
  90.  
  91. if plr.Character:findFirstChild("Hand") then
  92. plr.Character:BreakJoints()
  93. end
  94. end)
  95. mouse.Button1Down:connect(function()
  96. wait(1.5)
  97.  
  98. if plr.Character:findFirstChild("Model") then
  99. plr.Character:BreakJoints()
  100. end
  101. end)
  102. mouse.Button1Down:connect(function()
  103. wait(1.5)
  104.  
  105.  
  106. if plr.Character:findFirstChild("Star Platinum") then
  107. plr.Character:BreakJoints()
  108. end
  109. end)
  110. mouse.Button1Down:connect(function()
  111. wait(1.5)
  112.  
  113.  
  114. if plr.Character:findFirstChild("FlagLogo") then
  115. plr.Character:BreakJoints()
  116. end
  117. end)
  118. mouse.Button1Down:connect(function()
  119. wait(1.5)
  120.  
  121.  
  122. if plr.Character.Head:findFirstChild("Hair") then
  123. plr.Character:BreakJoints()
  124. end
  125. end)
  126. mouse.Button1Down:connect(function()
  127. wait(1.5)
  128.  
  129.  
  130. if plr.Character.Head:findFirstChild("BillboardGui") then
  131. plr.Character:BreakJoints()
  132. end
  133. end)
  134. mouse.Button1Down:connect(function()
  135. wait(1.5)
  136.  
  137.  
  138. if plr.Character:findFirstChild("Hair") then
  139. plr.Character:BreakJoints()
  140. end
  141. end)
  142. function newscript()
  143. BModel:Destroy()
  144. Player = game.Players.LocalPlayer
  145. Char = Player.Character
  146. Human = Char.Humanoid
  147. mouse = Player:GetMouse()
  148. BModel = Instance.new("Model",Char)
  149. BModel.Name = "Anti-Titan Bottle"
  150. Bottle = Instance.new("Part",BModel)
  151. Bottle.Transparency = 0.7
  152. Bottle.TopSurface = 0
  153. Bottle.BottomSurface = 0
  154. Bottle.FormFactor = 3
  155. Bottle.BrickColor = BrickColor.new("Institutional white")
  156. Bottle.Size = Vector3.new(0.8,1.3,0.8)
  157. Blood = Instance.new("Part",BModel)
  158. Blood.Material = "Neon"
  159. Blood.TopSurface = 0
  160. Blood.BottomSurface = 0
  161. Blood.FormFactor = 3
  162. Blood.BrickColor = BrickColor.new("Deep green")
  163. Blood.Size = Vector3.new(0.75,0.7,0.75)
  164. Cork = Instance.new("Part",BModel)
  165. Cork.Material = "Wood"
  166. Cork.TopSurface = 0
  167. Cork.BottomSurface = 0
  168. Cork.FormFactor = 3
  169. Cork.BrickColor = BrickColor.new("CGA brown")
  170. Cork.Size = Vector3.new(0.78,0.24,0.78)
  171. BottleWeld = Instance.new("Weld",Bottle)
  172. BottleWeld.Part0 = Bottle
  173. BottleWeld.Part1 = Blood
  174. BottleWeld.C0 = CFrame.new(0,-0.5,0)
  175. BloodWeld = Instance.new("Weld", Cork)
  176. BloodWeld.Part0 = Bottle
  177. BloodWeld.Part1 = Blood
  178. BloodWeld.C0 = CFrame.new(0,-0.2,0)
  179. CorkWeld = Instance.new("Weld",Bottle)
  180. CorkWeld.Part0 = Cork
  181. CorkWeld.Part1 = Bottle
  182. CorkWeld.C0 = CFrame.new(0,-0.7,0)
  183. RAWeld = Instance.new("Weld",Char.Torso)
  184. RAWeld.Part0 = Bottle
  185. RAWeld.Part1 = Char["Right Arm"]
  186. RAWeld.C0 = CFrame.new(0,-0.15,1.3) *CFrame.Angles(math.rad(90),0,0)
  187. used = false
  188. function GetDistance(Obj,Mag)
  189. for _,v in pairs(workspace:GetChildren()) do
  190. if v.ClassName == "Part" and v.Size >= Vector3.new(2,2,2) then
  191. if v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') and v ~= Char then
  192. local Mag2 = (v.Torso.Position - Obj.Position).magnitude
  193. if Mag2 < Mag then
  194. return v
  195. end
  196. end
  197. end
  198. end
  199. end
  200. function sbexe(cmd, plr)
  201. if not type(cmd) == 'string' then
  202. return
  203. end
  204. if plr then
  205. if type(plr) == 'userdata' then
  206. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  207. elseif type(plr) == 'string' then
  208. plr = game:GetService('Players'):FindFirstChild(plr)
  209. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  210. end
  211. else
  212. for i, v in pairs(game:GetService('Players'):children()) do
  213. v:findFirstChild("SB_CommandRemote", true).Value = cmd
  214. end
  215. end
  216. end
  217. for g,plr in pairs(game.Players:GetPlayers()) do
  218. mouse.Button1Down:connect(function()
  219. wait(1.5)
  220.  
  221.  
  222. if plr.Character:findFirstChild("Hand") then
  223. plr.Character:BreakJoints()
  224. end
  225. end)
  226. mouse.Button1Down:connect(function()
  227. wait(1.5)
  228. if plr.Character:findFirstChild("Leg2") then
  229. plr.Character:BreakJoints()
  230. end
  231. end)
  232. mouse.Button1Down:connect(function()
  233. wait(1.5)
  234.  
  235. if plr.Character:findFirstChild("Model") then
  236. plr.Character:BreakJoints()
  237. end
  238. end)
  239. mouse.Button1Down:connect(function()
  240. wait(1.5)
  241.  
  242. if plr.Character:findFirstChild("Star Platinum") then
  243. plr.Character:BreakJoints()
  244. end
  245. end)
  246. mouse.Button1Down:connect(function()
  247. wait(1.5)
  248.  
  249. if plr.Character.Head:findFirstChild("Hair") then
  250. plr.Character:BreakJoints()
  251. end
  252. end)
  253. mouse.Button1Down:connect(function()
  254. wait(1.5)
  255.  
  256.  
  257. if plr.Character.Head:findFirstChild("BillboardGui") then
  258. plr.Character:BreakJoints()
  259. end
  260. end)
  261. Char = Player.Character
  262. Human = Char.Humanoid
  263. mouse = Player:GetMouse()
  264. BModel = Instance.new("Model",Char)
  265. BModel.Name = "Anti-Titan Bottle"
  266. Bottle = Instance.new("Part",BModel)
  267. Bottle.Transparency = 0.3
  268. Bottle.TopSurface = 0
  269. Bottle.BottomSurface = 0
  270. Bottle.FormFactor = 3
  271. Bottle.BrickColor = BrickColor.new("Institutional white")
  272. Bottle.Size = Vector3.new(0.8,1.3,0.8)
  273. Blood = Instance.new("Part",BModel)
  274. Blood.Material = "Neon"
  275. Blood.TopSurface = 0
  276. Blood.BottomSurface = 0
  277. Blood.FormFactor = 3
  278. Blood.BrickColor = BrickColor.new("Institutional white")
  279. Blood.Size = Vector3.new(0.75,0.7,0.75)
  280. Cork = Instance.new("Part",BModel)
  281. Cork.Material = "Wood"
  282. Cork.TopSurface = 0
  283. Cork.BottomSurface = 0
  284. Cork.FormFactor = 3
  285. Cork.BrickColor = BrickColor.new("CGA brown")
  286. Cork.Size = Vector3.new(0.78,0.24,0.78)
  287. BottleWeld = Instance.new("Weld",Bottle)
  288. BottleWeld.Part0 = Bottle
  289. BottleWeld.Part1 = Blood
  290. BottleWeld.C0 = CFrame.new(0,-0.5,0)
  291. BloodWeld = Instance.new("Weld", Cork)
  292. BloodWeld.Part0 = Bottle
  293. BloodWeld.Part1 = Blood
  294. BloodWeld.C0 = CFrame.new(0,-0.2,0)
  295. CorkWeld = Instance.new("Weld",Bottle)
  296. CorkWeld.Part0 = Cork
  297. CorkWeld.Part1 = Bottle
  298. CorkWeld.C0 = CFrame.new(0,-0.7,0)
  299. RAWeld = Instance.new("Weld",Char.Torso)
  300. RAWeld.Part0 = Bottle
  301. RAWeld.Part1 = Char["Right Arm"]
  302. RAWeld.C0 = CFrame.new(0,-0.15,1.3) *CFrame.Angles(math.rad(90),0,0)
  303. used = false
  304. function GetDistance(Obj,Mag)
  305. for _,v in pairs(workspace:GetChildren()) do
  306. if v.ClassName == "Part" and v.Size >= Vector3.new(2,2,2) then
  307. if v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') and v ~= Char then
  308. local Mag2 = (v.Torso.Position - Obj.Position).magnitude
  309. if Mag2 < Mag then
  310. return v
  311. end
  312. end
  313. end
  314. end
  315. end
  316. function sbexe(cmd, plr)
  317. if not type(cmd) == 'string' then
  318. return
  319. end
  320. if plr then
  321. if type(plr) == 'userdata' then
  322. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  323. elseif type(plr) == 'string' then
  324. plr = game:GetService('Players'):FindFirstChild(plr)
  325. plr:findFirstChild("SB_CommandRemote", true).Value = cmd
  326. end
  327. else
  328. for i, v in pairs(game:GetService('Players'):children()) do
  329. v:findFirstChild("SB_CommandRemote", true).Value = cmd
  330. end
  331. end
  332. end
  333. for g,plr in pairs(game.Players:GetPlayers()) do
  334. mouse.Button1Down:connect(function()
  335. wait(1.5)
  336.  
  337.  
  338. if plr.Character:findFirstChild("Leg2") then
  339. plr.Character:BreakJoints()
  340. end
  341. end)
  342. mouse.Button1Down:connect(function()
  343. wait(1.5)
  344.  
  345. if plr.Character:findFirstChild("Model") then
  346. plr.Character:BreakJoints()
  347. end
  348. end)
  349. mouse.Button1Down:connect(function()
  350. wait(1.5)
  351.  
  352. if plr.Character:findFirstChild("Star Platinum") then
  353. plr.Character:BreakJoints()
  354. end
  355. end)
  356. mouse.Button1Down:connect(function()
  357. wait(1.5)
  358.  
  359.  
  360. if plr.Character:findFirstChild("Hand") then
  361. plr.Character:BreakJoints()
  362. end
  363. end)
  364. mouse.Button1Down:connect(function()
  365. wait(1.5)
  366.  
  367. if plr.Character.Head:findFirstChild("BillboardGui") then
  368. plr.Character:BreakJoints()
  369. end
  370. end)
  371. mouse.Button1Down:connect(function()
  372. wait(1.5)
  373.  
  374.  
  375. if plr.Character:findFirstChild("Hair") then
  376. plr.Character:BreakJoints()
  377. end
  378. end)
  379. mouse.Button1Down:connect(function()
  380. wait(1.5)
  381.  
  382.  
  383. if plr.Character:findFirstChild("Model") then
  384. plr.Character:BreakJoints()
  385. end
  386. end)
  387. mouse.Button1Down:connect(function()
  388. if used == true then return end
  389. used = true
  390. RAWeld:remove()
  391. BV = Instance.new("BodyVelocity",Bottle)
  392. BV.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  393. BV.Velocity = Char.Torso.CFrame.lookVector *100
  394. BV.Velocity = BV.Velocity +Vector3.new(0,50,0)
  395. game.Debris:AddItem(BV,0.1)
  396. wait(1)
  397. smoke = Instance.new("Smoke",Bottle)
  398. smoke.Color = Color3.new(1,1,1)
  399. smoke.Opacity = 0.8
  400. smoke.Size = 25
  401. smoke.RiseVelocity = 0
  402. while true do
  403. Body = GetDistance(Bottle,25)
  404. if Body ~= nil then
  405. if dmoke == nil then
  406. dmoke = Instance.new("Smoke",Bottle)
  407. dmoke.Color = Color3.new(1,1,1)
  408. dmoke.Opacity = 0.8
  409. dmoke.Size = 25
  410. dmoke.RiseVelocity = 10
  411. end
  412. if Body.Humanoid.MaxHealth >= 200 then
  413. Body.Humanoid.MaxHealth = Body.Humanoid.MaxHealth -10
  414. end
  415. end
  416. wait()
  417. end
  418. end)
  419. end
  420. wait(10)
  421. BModel:Destroy()
  422. end
  423. end
  424. mouse.Button1Down:connect(function()
  425. if used == true then return end
  426. used = true
  427. RAWeld:remove()
  428. BV = Instance.new("BodyVelocity",Bottle)
  429. BV.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  430. BV.Velocity = Char.Torso.CFrame.lookVector *100
  431. BV.Velocity = BV.Velocity +Vector3.new(0,50,0)
  432. game.Debris:AddItem(BV,0.1)
  433. wait(1)
  434. smoke = Instance.new("Smoke",Bottle)
  435. smoke.Color = Color3.new(1,1,1)
  436. smoke.Opacity = 0.8
  437. smoke.Size = 25
  438. smoke.RiseVelocity = 0
  439. while true do
  440. Body = GetDistance(Bottle,25)
  441. if Body ~= nil then
  442. if dmoke == nil then
  443. dmoke = Instance.new("Smoke",Bottle)
  444. dmoke.Color = Color3.new(1,1,1)
  445. dmoke.Opacity = 0.8
  446. dmoke.Size = 25
  447. dmoke.RiseVelocity = 10
  448. end
  449. if Body.Humanoid.MaxHealth >= 200 then
  450. Body.Humanoid.MaxHealth = Body.Humanoid.MaxHealth -10
  451. end
  452. end
  453. wait()
  454. end
  455. end)
  456. end
  457. mouse.KeyDown:connect(function(key)
  458. if key == 'k' then
  459. newscript()
  460. end
  461. end)
  462. mouse.Button1Down:connect(function()
  463. if used == true then return end
  464. used = true
  465. RAWeld:remove()
  466. BV = Instance.new("BodyVelocity",Bottle)
  467. BV.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  468. BV.Velocity = Char.Torso.CFrame.lookVector *100
  469. BV.Velocity = BV.Velocity +Vector3.new(0,50,0)
  470. game.Debris:AddItem(BV,0.1)
  471. wait(1)
  472. smoke = Instance.new("Smoke",Bottle)
  473. smoke.Color = Color3.new(1,1,1)
  474. smoke.Opacity = 0.8
  475. smoke.Size = 25
  476. smoke.RiseVelocity = 0
  477. while true do
  478. Body = GetDistance(Bottle,25)
  479. if Body ~= nil then
  480. if dmoke == nil then
  481. dmoke = Instance.new("Smoke",Bottle)
  482. dmoke.Color = Color3.new(1,1,1)
  483. dmoke.Opacity = 0.8
  484. dmoke.Size = 25
  485. dmoke.RiseVelocity = 10
  486. end
  487. if Body.Humanoid.MaxHealth >= 200 then
  488. Body.Humanoid.MaxHealth = Body.Humanoid.MaxHealth -10
  489. end
  490. end
  491. wait()
  492. end
  493. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement