Advertisement
ConTheKoala

Magic Red jar

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