cr8brooo

Untitled

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