Advertisement
subaru112g

scam bot

Jan 23rd, 2019
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. --Banned people
  2. if owner.Name == "" then
  3. owner.Character:Destroy()
  4. print("You got banned boi!")
  5. print("Duration: Until despacito 3 comes out xdddd")
  6. end
  7. --[THE SCAM BOT]--
  8. local plr = owner
  9. local char = owner.Character
  10. --Getting Character Elements
  11. local head = char.Head
  12. local tors = char.Torso
  13. local larm = char["Left Arm"]
  14. local rarm = char["Right Arm"]
  15. local lleg = char["Left Leg"]
  16. local rleg = char["Right Leg"]
  17. local bc = char["Body Colors"]
  18. local hum = char.Humanoid
  19. hum.Name = "SCAMBOTLOL"
  20. --customization
  21.  
  22. for i,v in pairs(char:GetChildren()) do
  23. if not(v.ClassName == "Script" or v.ClassName == "LocalScript" or v.ClassName == "Part" or v.ClassName == "Humanoid" or v.ClassName == "BodyColors") then
  24. v:Destroy()
  25. end
  26. end
  27. local BillboardGui = Instance.new("BillboardGui")
  28. local TextLabel = Instance.new("TextLabel")
  29.  
  30. BillboardGui.Name = "scam"
  31. BillboardGui.Parent = head
  32. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33. BillboardGui.AlwaysOnTop = true
  34. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  35. BillboardGui.LightInfluence = 1
  36. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  37.  
  38. TextLabel.Parent = BillboardGui
  39. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel.BackgroundTransparency = 1
  41. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  42. TextLabel.Font = Enum.Font.SourceSans
  43. TextLabel.Text = "script made by Subaru112 don't leak"
  44. TextLabel.TextColor3 = Color3.new(0, 0.635294, 0.694118)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14
  47. TextLabel.TextWrapped = true
  48.  
  49. wait(3)
  50. TextLabel.Text = "Scam Bot"
  51.  
  52. head.face.Texture = "rbxasset://textures/face.png"
  53.  
  54. local bot = math.random(1,5)
  55. if bot == 1 then
  56. bc.HeadColor = BrickColor.new("Toothpaste")
  57. bc.RightArmColor = BrickColor.new("Toothpaste")
  58. bc.LeftArmColor = BrickColor.new("Toothpaste")
  59. bc.RightLegColor = BrickColor.new("Toothpaste")
  60. bc.LeftLegColor = BrickColor.new("Toothpaste")
  61. bc.TorsoColor = BrickColor.new("Magenta")
  62. end
  63.  
  64. if bot == 2 then
  65. bc.HeadColor = BrickColor.new("Dark stone gray")
  66. bc.RightArmColor = BrickColor.new("Dark stone gray")
  67. bc.LeftArmColor = BrickColor.new("Dark stone gray")
  68. bc.RightLegColor = BrickColor.new("Dark stone gray")
  69. bc.LeftLegColor = BrickColor.new("Dark stone gray")
  70. bc.TorsoColor = BrickColor.new("Really red")
  71. end
  72.  
  73. if bot == 3 then
  74. bc.HeadColor = BrickColor.new("Lime green")
  75. bc.RightArmColor = BrickColor.new("Lime green")
  76. bc.LeftArmColor = BrickColor.new("Lime green")
  77. bc.RightLegColor = BrickColor.new("Lime green")
  78. bc.LeftLegColor = BrickColor.new("Lime green")
  79. bc.TorsoColor = BrickColor.new("Forest green")
  80. end
  81.  
  82. if bot == 4 then
  83. bc.HeadColor = BrickColor.new("Institutional white")
  84. bc.RightArmColor = BrickColor.new("Institutional white")
  85. bc.LeftArmColor = BrickColor.new("Institutional white")
  86. bc.RightLegColor = BrickColor.new("Institutional white")
  87. bc.LeftLegColor = BrickColor.new("Institutional white")
  88. bc.TorsoColor = BrickColor.new("Smoky gray")
  89. end
  90.  
  91. if bot == 5 then
  92. bc.HeadColor = BrickColor.new("Hot pink")
  93. bc.RightArmColor = BrickColor.new("Hot pink")
  94. bc.LeftArmColor = BrickColor.new("Hot pink")
  95. bc.RightLegColor = BrickColor.new("Hot pink")
  96. bc.LeftLegColor = BrickColor.new("Hot pink")
  97. bc.TorsoColor = BrickColor.new("Cyan")
  98. end
  99.  
  100. local attacking = false
  101.  
  102. --functions
  103. function onTouched(fire)
  104. local hu = fire.Parent:FindFirstChildOfClass("Humanoid")
  105. if hu then
  106. if not(hu.Name == "SCAMBOTLOL") then
  107. if attacking == false then
  108. attacking = true
  109. local scam = Instance.new("Model",char)
  110. scam.Name = "scammed"
  111.  
  112. local humano = Instance.new("Humanoid",scam)
  113. humano.MaxHealth = 100
  114. humano.Name = "SCAMBOTLOL"
  115.  
  116. for i,v in pairs(fire.Parent:GetChildren()) do
  117. if not(v.ClassName == "Humanoid" or v.ClassName == "BodyColors") then
  118. v.Parent = scam
  119. scam:MakeJoints()
  120. end
  121. end
  122.  
  123. wait(0.000000000000000000000000000000000001)
  124. for i,v in pairs(char:GetChildren()) do
  125. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  126. v.Parent = scam
  127. scam:MakeJoints()
  128. end
  129. end
  130. for i,v in pairs(fire.Parent:GetChildren()) do
  131. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  132. v.Parent = scam
  133. scam:MakeJoints()
  134. end
  135. end
  136. scam:MakeJoints()
  137. wait(1)
  138. local m = Instance.new("Model", char)
  139. m.Name = "scam bot"
  140.  
  141. local h = Instance.new("Part",m)
  142. h.Name = "Head"
  143. local me = plr.Character.Head.Mesh:Clone()
  144. me.Parent = h
  145. local facee = plr.Character.Head.face:Clone()
  146. facee.Parent = h
  147. h.Size = scam.Head.Size
  148. h:BreakJoints()
  149. h.CanCollide = false
  150. h.Position = scam.Head.Position
  151. h.face.Texture = "rbxasset://textures/face.png"
  152. head.scam:Clone().Parent = h
  153. local t = Instance.new("Part",m)
  154. t.Name = "Torso"
  155. t.Size = plr.Character.Torso.Size
  156. t:BreakJoints()
  157. t.CanCollide = false
  158. t.Position = plr.Character.Torso.Position
  159. t.Position = h.Position - Vector3.new(0, 2, 0)
  160.  
  161. local ra = Instance.new("Part",m)
  162. ra.Name = "Right Arm"
  163. ra.Size = plr.Character["Right Arm"].Size
  164. ra:BreakJoints()
  165. ra.Position = plr.Character["Right Arm"].Position
  166. ra.Position = ra.Position + Vector3.new(0, 10, 0)
  167.  
  168. local la = Instance.new("Part",m)
  169. la.Name = "Left Arm"
  170. la.Size = plr.Character["Left Arm"].Size
  171. la:BreakJoints()
  172. la.Position = plr.Character["Left Arm"].Position
  173. la.Position = la.Position + Vector3.new(0, 10, 0)
  174.  
  175. local ll = Instance.new("Part",m)
  176. ll.Name = "Left Leg"
  177. ll.Size = plr.Character["Left Leg"].Size
  178. ll:BreakJoints()
  179. ll.Position = plr.Character["Left Leg"].Position
  180. ll.Position = ll.Position + Vector3.new(0, 10, 0)
  181.  
  182. local rl = Instance.new("Part",m)
  183. rl.Name = "Right Leg"
  184. rl.Size = plr.Character["Right Leg"].Size
  185. rl:BreakJoints()
  186. rl.Position = plr.Character["Right Leg"].Position
  187. rl.Position = rl.Position + Vector3.new(0, 10, 0)
  188.  
  189. for i,v in pairs(m:GetChildren()) do
  190. v:BreakJoints()
  191. end
  192.  
  193. local neck = Instance.new("Motor6D")
  194. neck.Name = "Neck"
  195. neck.Part0 = t
  196. neck.Part1 = h
  197. neck.Parent = t
  198. neck.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  199. neck.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  200.  
  201. local rs = Instance.new("Motor6D")
  202. rs.Name = "Right Shoulder"
  203. rs.Part0 = t
  204. rs.Part1 = ra
  205. rs.Parent = t
  206. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  207. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  208.  
  209. local ls = Instance.new("Motor6D")
  210. ls.Name = "Left Shoulder"
  211. ls.Part0 = t
  212. ls.Part1 = la
  213. ls.Parent = t
  214. ls.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  215. ls.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  216.  
  217. local lh = Instance.new("Motor6D")
  218. lh.Name = "Left Hip"
  219. lh.Part0 = t
  220. lh.Part1 = ll
  221. lh.Parent = t
  222. lh.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  223. lh.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  224.  
  225. local rh = Instance.new("Motor6D")
  226. rh.Name = "Right Hip"
  227. rh.Part0 = t
  228. rh.Part1 = rl
  229. rh.Parent = t
  230. rh.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  231. rh.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  232.  
  233. wait(0.000000000000001)
  234.  
  235. local hum = Instance.new("Humanoid", m)
  236. hum.MaxHealth = 100
  237. hum.Health = 100
  238. hum.WalkSpeed = 13
  239. hum.Name = "SCAMBOTLOL"
  240.  
  241. function onTouched(fire)
  242. local humn = fire.Parent:FindFirstChild("Humanoid")
  243. if humn then
  244. for i,v in pairs (humn.Parent:GetChildren()) do
  245. if v.ClassName == "Part" then
  246. humn:TakeDamage(0.5)
  247. humn.Name = "SCAMBOTLOL"
  248. local par = fire.Parent
  249. for i,v in pairs(par:GetChildren()) do
  250. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Pants" or v.ClassName == "Shirt" or v.ClassName == "CharacterMesh" then
  251.  
  252. v:Destroy()
  253.  
  254. end
  255. end
  256. local bc2 = Instance.new("BodyColors",fire.Parent)
  257.  
  258. local bot = math.random(1,5)
  259. if bot == 1 then
  260. bc2.HeadColor = BrickColor.new("Toothpaste")
  261. bc2.RightArmColor = BrickColor.new("Toothpaste")
  262. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  263. bc2.RightLegColor = BrickColor.new("Toothpaste")
  264. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  265. bc2.TorsoColor = BrickColor.new("Magenta")
  266. end
  267.  
  268. if bot == 2 then
  269. bc2.HeadColor = BrickColor.new("Dark stone gray")
  270. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  271. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  272. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  273. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  274. bc2.TorsoColor = BrickColor.new("Really red")
  275. end
  276.  
  277. if bot == 3 then
  278. bc2.HeadColor = BrickColor.new("Lime green")
  279. bc2.RightArmColor = BrickColor.new("Lime green")
  280. bc2.LeftArmColor = BrickColor.new("Lime green")
  281. bc2.RightLegColor = BrickColor.new("Lime green")
  282. bc2.LeftLegColor = BrickColor.new("Lime green")
  283. bc2.TorsoColor = BrickColor.new("Forest green")
  284. end
  285.  
  286. if bot == 4 then
  287. bc2.HeadColor = BrickColor.new("Institutional white")
  288. bc2.RightArmColor = BrickColor.new("Institutional white")
  289. bc2.LeftArmColor = BrickColor.new("Institutional white")
  290. bc2.RightLegColor = BrickColor.new("Institutional white")
  291. bc2.LeftLegColor = BrickColor.new("Institutional white")
  292. bc2.TorsoColor = BrickColor.new("Smoky gray")
  293. end
  294.  
  295. if bot == 5 then
  296. bc2.HeadColor = BrickColor.new("Hot pink")
  297. bc2.RightArmColor = BrickColor.new("Hot pink")
  298. bc2.LeftArmColor = BrickColor.new("Hot pink")
  299. bc2.RightLegColor = BrickColor.new("Hot pink")
  300. bc2.LeftLegColor = BrickColor.new("Hot pink")
  301. bc2.TorsoColor = BrickColor.new("Cyan")
  302. end
  303. fire.Parent.Head.face.Texture = "rbxasset://textures/face.png"
  304. function onTouched(fire)
  305. local humn = fire.Parent:FindFirstChild("Humanoid")
  306. if humn then
  307. for i,v in pairs (humn.Parent:GetChildren()) do
  308. if v.ClassName == "Part" then
  309. humn:TakeDamage(0.5)
  310. fire.Parent.Head.face.Texture = "rbxasset://textures/face.png"
  311. humn.Name = "SCAMBOTLOL"
  312. local par = fire.Parent
  313. for i,v in pairs(par:GetChildren()) do
  314. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Pants" or v.ClassName == "Shirt" or v.ClassName == "CharacterMesh" then
  315.  
  316. v:Destroy()
  317.  
  318. end
  319. end
  320. local bc2 = Instance.new("BodyColors",fire.Parent)
  321.  
  322. local bot = math.random(1,5)
  323. if bot == 1 then
  324. bc2.HeadColor = BrickColor.new("Toothpaste")
  325. bc2.RightArmColor = BrickColor.new("Toothpaste")
  326. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  327. bc2.RightLegColor = BrickColor.new("Toothpaste")
  328. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  329. bc2.TorsoColor = BrickColor.new("Magenta")
  330. end
  331.  
  332. if bot == 2 then
  333. bc2.HeadColor = BrickColor.new("Dark stone gray")
  334. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  335. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  336. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  337. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  338. bc2.TorsoColor = BrickColor.new("Really red")
  339. end
  340.  
  341. if bot == 3 then
  342. bc2.HeadColor = BrickColor.new("Lime green")
  343. bc2.RightArmColor = BrickColor.new("Lime green")
  344. bc2.LeftArmColor = BrickColor.new("Lime green")
  345. bc2.RightLegColor = BrickColor.new("Lime green")
  346. bc2.LeftLegColor = BrickColor.new("Lime green")
  347. bc2.TorsoColor = BrickColor.new("Forest green")
  348. end
  349.  
  350. if bot == 4 then
  351. bc2.HeadColor = BrickColor.new("Institutional white")
  352. bc2.RightArmColor = BrickColor.new("Institutional white")
  353. bc2.LeftArmColor = BrickColor.new("Institutional white")
  354. bc2.RightLegColor = BrickColor.new("Institutional white")
  355. bc2.LeftLegColor = BrickColor.new("Institutional white")
  356. bc2.TorsoColor = BrickColor.new("Smoky gray")
  357. end
  358.  
  359. if bot == 5 then
  360. bc2.HeadColor = BrickColor.new("Hot pink")
  361. bc2.RightArmColor = BrickColor.new("Hot pink")
  362. bc2.LeftArmColor = BrickColor.new("Hot pink")
  363. bc2.RightLegColor = BrickColor.new("Hot pink")
  364. bc2.LeftLegColor = BrickColor.new("Hot pink")
  365. bc2.TorsoColor = BrickColor.new("Cyan")
  366. end
  367. function onTouched(fire)
  368. local humn = fire.Parent:FindFirstChild("Humanoid")
  369. if humn then
  370. for i,v in pairs (humn.Parent:GetChildren()) do
  371. if v.ClassName == "Part" then
  372. humn:TakeDamage(0.5)
  373. fire.Parent.Head.face.Texture = "rbxasset://textures/face.png"
  374. humn.Name = "SCAMBOTLOL"
  375. local par = fire.Parent
  376. for i,v in pairs(par:GetChildren()) do
  377. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Pants" or v.ClassName == "Shirt" or v.ClassName == "CharacterMesh" then
  378.  
  379. v:Destroy()
  380.  
  381. end
  382. end
  383. local bc2 = Instance.new("BodyColors",fire.Parent)
  384.  
  385. local bot = math.random(1,5)
  386. if bot == 1 then
  387. bc2.HeadColor = BrickColor.new("Toothpaste")
  388. bc2.RightArmColor = BrickColor.new("Toothpaste")
  389. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  390. bc2.RightLegColor = BrickColor.new("Toothpaste")
  391. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  392. bc2.TorsoColor = BrickColor.new("Magenta")
  393. end
  394.  
  395. if bot == 2 then
  396. bc2.HeadColor = BrickColor.new("Dark stone gray")
  397. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  398. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  399. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  400. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  401. bc2.TorsoColor = BrickColor.new("Really red")
  402. end
  403.  
  404. if bot == 3 then
  405. bc2.HeadColor = BrickColor.new("Lime green")
  406. bc2.RightArmColor = BrickColor.new("Lime green")
  407. bc2.LeftArmColor = BrickColor.new("Lime green")
  408. bc2.RightLegColor = BrickColor.new("Lime green")
  409. bc2.LeftLegColor = BrickColor.new("Lime green")
  410. bc2.TorsoColor = BrickColor.new("Forest green")
  411. end
  412.  
  413. if bot == 4 then
  414. bc2.HeadColor = BrickColor.new("Institutional white")
  415. bc2.RightArmColor = BrickColor.new("Institutional white")
  416. bc2.LeftArmColor = BrickColor.new("Institutional white")
  417. bc2.RightLegColor = BrickColor.new("Institutional white")
  418. bc2.LeftLegColor = BrickColor.new("Institutional white")
  419. bc2.TorsoColor = BrickColor.new("Smoky gray")
  420. end
  421.  
  422. if bot == 5 then
  423. bc2.HeadColor = BrickColor.new("Hot pink")
  424. bc2.RightArmColor = BrickColor.new("Hot pink")
  425. bc2.LeftArmColor = BrickColor.new("Hot pink")
  426. bc2.RightLegColor = BrickColor.new("Hot pink")
  427. bc2.LeftLegColor = BrickColor.new("Hot pink")
  428. bc2.TorsoColor = BrickColor.new("Cyan")
  429. function onTouched(fire)
  430. local humn = fire.Parent:FindFirstChild("Humanoid")
  431. if humn then
  432. for i,v in pairs (humn.Parent:GetChildren()) do
  433. if v.ClassName == "Part" then
  434. humn:TakeDamage(0.5)
  435. fire.Parent.Head.face.Texture = "rbxasset://textures/face.png"
  436. humn.Name = "SCAMBOTLOL"
  437. local par = fire.Parent
  438. for i,v in pairs(par:GetChildren()) do
  439. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Pants" or v.ClassName == "Shirt" or v.ClassName == "CharacterMesh" then
  440.  
  441. v:Destroy()
  442.  
  443. end
  444. end
  445. local bc2 = Instance.new("BodyColors",fire.Parent)
  446.  
  447. local bot = math.random(1,5)
  448. if bot == 1 then
  449. bc2.HeadColor = BrickColor.new("Toothpaste")
  450. bc2.RightArmColor = BrickColor.new("Toothpaste")
  451. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  452. bc2.RightLegColor = BrickColor.new("Toothpaste")
  453. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  454. bc2.TorsoColor = BrickColor.new("Magenta")
  455. end
  456.  
  457. if bot == 2 then
  458. bc2.HeadColor = BrickColor.new("Dark stone gray")
  459. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  460. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  461. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  462. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  463. bc2.TorsoColor = BrickColor.new("Really red")
  464. end
  465.  
  466. if bot == 3 then
  467. bc2.HeadColor = BrickColor.new("Lime green")
  468. bc2.RightArmColor = BrickColor.new("Lime green")
  469. bc2.LeftArmColor = BrickColor.new("Lime green")
  470. bc2.RightLegColor = BrickColor.new("Lime green")
  471. bc2.LeftLegColor = BrickColor.new("Lime green")
  472. bc2.TorsoColor = BrickColor.new("Forest green")
  473. end
  474.  
  475. if bot == 4 then
  476. bc2.HeadColor = BrickColor.new("Institutional white")
  477. bc2.RightArmColor = BrickColor.new("Institutional white")
  478. bc2.LeftArmColor = BrickColor.new("Institutional white")
  479. bc2.RightLegColor = BrickColor.new("Institutional white")
  480. bc2.LeftLegColor = BrickColor.new("Institutional white")
  481. bc2.TorsoColor = BrickColor.new("Smoky gray")
  482. end
  483.  
  484. if bot == 5 then
  485. bc2.HeadColor = BrickColor.new("Hot pink")
  486. bc2.RightArmColor = BrickColor.new("Hot pink")
  487. bc2.LeftArmColor = BrickColor.new("Hot pink")
  488. bc2.RightLegColor = BrickColor.new("Hot pink")
  489. bc2.LeftLegColor = BrickColor.new("Hot pink")
  490. bc2.TorsoColor = BrickColor.new("Cyan")
  491. function onTouched(fire)
  492. local humn = fire.Parent:FindFirstChild("Humanoid")
  493. if humn then
  494. for i,v in pairs (humn.Parent:GetChildren()) do
  495. if v.ClassName == "Part" then
  496. humn:TakeDamage(0.5)
  497. fire.Parent.Head.face.Texture = "rbxasset://textures/face.png"
  498. humn.Name = "SCAMBOTLOL"
  499. local par = fire.Parent
  500. for i,v in pairs(par:GetChildren()) do
  501. if v.ClassName == "Accessory" or v.ClassName == "Hat" or v.ClassName == "Pants" or v.ClassName == "Shirt" or v.ClassName == "CharacterMesh" then
  502.  
  503. v:Destroy()
  504.  
  505. end
  506. end
  507. local bc2 = Instance.new("BodyColors",fire.Parent)
  508.  
  509. local bot = math.random(1,5)
  510. if bot == 1 then
  511. bc2.HeadColor = BrickColor.new("Toothpaste")
  512. bc2.RightArmColor = BrickColor.new("Toothpaste")
  513. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  514. bc2.RightLegColor = BrickColor.new("Toothpaste")
  515. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  516. bc2.TorsoColor = BrickColor.new("Magenta")
  517. end
  518.  
  519. if bot == 2 then
  520. bc2.HeadColor = BrickColor.new("Dark stone gray")
  521. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  522. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  523. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  524. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  525. bc2.TorsoColor = BrickColor.new("Really red")
  526. end
  527.  
  528. if bot == 3 then
  529. bc2.HeadColor = BrickColor.new("Lime green")
  530. bc2.RightArmColor = BrickColor.new("Lime green")
  531. bc2.LeftArmColor = BrickColor.new("Lime green")
  532. bc2.RightLegColor = BrickColor.new("Lime green")
  533. bc2.LeftLegColor = BrickColor.new("Lime green")
  534. bc2.TorsoColor = BrickColor.new("Forest green")
  535. end
  536.  
  537. if bot == 4 then
  538. bc2.HeadColor = BrickColor.new("Institutional white")
  539. bc2.RightArmColor = BrickColor.new("Institutional white")
  540. bc2.LeftArmColor = BrickColor.new("Institutional white")
  541. bc2.RightLegColor = BrickColor.new("Institutional white")
  542. bc2.LeftLegColor = BrickColor.new("Institutional white")
  543. bc2.TorsoColor = BrickColor.new("Smoky gray")
  544. end
  545.  
  546. if bot == 5 then
  547. bc2.HeadColor = BrickColor.new("Hot pink")
  548. bc2.RightArmColor = BrickColor.new("Hot pink")
  549. bc2.LeftArmColor = BrickColor.new("Hot pink")
  550. bc2.RightLegColor = BrickColor.new("Hot pink")
  551. bc2.LeftLegColor = BrickColor.new("Hot pink")
  552. bc2.TorsoColor = BrickColor.new("Cyan")
  553. end
  554. end
  555. end
  556. end
  557. end
  558. fire.Parent.Head.Touched:connect(onTouched)
  559. end
  560. end
  561. end
  562. end
  563. end
  564. fire.Parent.Head.Touched:connect(onTouched)
  565. end
  566. end
  567. end
  568. end
  569. end
  570. fire.Parent.Head.Touched:connect(onTouched)
  571. end
  572. end
  573. end
  574. end
  575. fire.Parent.Head.Touched:connect(onTouched)
  576. end
  577. end
  578. end
  579. end
  580. t.Touched:connect(onTouched)
  581.  
  582. for i,v in pairs(char:GetChildren()) do
  583. if v.Name == "scam bot" then
  584. s = v
  585. wait(0.5)
  586. local larm = s:FindFirstChild("Left Arm")
  587. local rarm = s:FindFirstChild("Right Arm")
  588.  
  589. function findNearestTorso(pos)
  590. local list = game.Workspace:children()
  591. local torso = nil
  592. local dist = 100000000000000000000000000000000000000000
  593. local temp = nil
  594. local human = nil
  595. local temp2 = nil
  596. for x = 1, #list do
  597. temp2 = list[x]
  598. if (temp2.className == "Model") and (temp2 ~= s) then
  599. temp = temp2:FindFirstChild("Torso")
  600. h = temp2:FindFirstChild("Humanoid")
  601. if (temp ~= nil) and (h ~= nil) and (h.Health > 0) then
  602. s.SCAMBOTLOL.WalkSpeed = 10
  603. if (temp.Position - pos).magnitude < dist then
  604. torso = temp
  605. dist = (temp.Position - pos).magnitude
  606. end
  607. end
  608. end
  609. end
  610. return torso
  611. end
  612. end
  613. end
  614.  
  615. scam:Destroy()
  616. attacking = false
  617. local bc2 = Instance.new("BodyColors",s)
  618.  
  619. local bot = math.random(1,5)
  620. if bot == 1 then
  621. bc2.HeadColor = BrickColor.new("Toothpaste")
  622. bc2.RightArmColor = BrickColor.new("Toothpaste")
  623. bc2.LeftArmColor = BrickColor.new("Toothpaste")
  624. bc2.RightLegColor = BrickColor.new("Toothpaste")
  625. bc2.LeftLegColor = BrickColor.new("Toothpaste")
  626. bc2.TorsoColor = BrickColor.new("Magenta")
  627. end
  628.  
  629. if bot == 2 then
  630. bc2.HeadColor = BrickColor.new("Dark stone gray")
  631. bc2.RightArmColor = BrickColor.new("Dark stone gray")
  632. bc2.LeftArmColor = BrickColor.new("Dark stone gray")
  633. bc2.RightLegColor = BrickColor.new("Dark stone gray")
  634. bc2.LeftLegColor = BrickColor.new("Dark stone gray")
  635. bc2.TorsoColor = BrickColor.new("Really red")
  636. end
  637.  
  638. if bot == 3 then
  639. bc2.HeadColor = BrickColor.new("Lime green")
  640. bc2.RightArmColor = BrickColor.new("Lime green")
  641. bc2.LeftArmColor = BrickColor.new("Lime green")
  642. bc2.RightLegColor = BrickColor.new("Lime green")
  643. bc2.LeftLegColor = BrickColor.new("Lime green")
  644. bc2.TorsoColor = BrickColor.new("Forest green")
  645. end
  646.  
  647. if bot == 4 then
  648. bc2.HeadColor = BrickColor.new("Institutional white")
  649. bc2.RightArmColor = BrickColor.new("Institutional white")
  650. bc2.LeftArmColor = BrickColor.new("Institutional white")
  651. bc2.RightLegColor = BrickColor.new("Institutional white")
  652. bc2.LeftLegColor = BrickColor.new("Institutional white")
  653. bc2.TorsoColor = BrickColor.new("Smoky gray")
  654. end
  655.  
  656. if bot == 5 then
  657. bc2.HeadColor = BrickColor.new("Hot pink")
  658. bc2.RightArmColor = BrickColor.new("Hot pink")
  659. bc2.LeftArmColor = BrickColor.new("Hot pink")
  660. bc2.RightLegColor = BrickColor.new("Hot pink")
  661. bc2.LeftLegColor = BrickColor.new("Hot pink")
  662. bc2.TorsoColor = BrickColor.new("Cyan")
  663. end
  664. while true do
  665. wait(0.1)
  666. local antibug = s:FindFirstChild("Torso")
  667. if antibug ~= nil then
  668. local target = findNearestTorso(antibug.Position)
  669. if target ~= nil then
  670. s.SCAMBOTLOL:MoveTo(target.Position, target)
  671. s.SCAMBOTLOL.WalkSpeed = 11
  672. end
  673. end
  674. end
  675. end
  676. end
  677. end
  678. end
  679. owner.Character.Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement