anuisud1

Untitled

Mar 10th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 KB | None | 0 0
  1. plr = game:GetService'Players'.LocalPlayer
  2. mouse = plr:GetMouse()
  3. _G.on = false
  4. _G.type = "none"
  5. _G.tracer = false
  6.  
  7.  
  8. spawn(function()
  9. gui = Instance.new("ScreenGui")
  10. tracers = Instance.new("ImageLabel")
  11. BorderPixel = Instance.new("ImageLabel")
  12. stat = Instance.new("TextButton")
  13. chams = Instance.new("ImageLabel")
  14. BorderPixel_2 = Instance.new("ImageLabel")
  15. stat_2 = Instance.new("TextButton")
  16. dot = Instance.new("ImageLabel")
  17. BorderPixel_3 = Instance.new("ImageLabel")
  18. stat_3 = Instance.new("TextButton")
  19. on = Instance.new("ImageLabel")
  20. BorderPixel_4 = Instance.new("ImageLabel")
  21. stat_4 = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. gui.Name = "gui"
  26. gui.Parent = game.CoreGui
  27.  
  28. tracers.Name = "tracers"
  29. tracers.Parent = gui
  30. tracers.BackgroundTransparency = 1
  31. tracers.BorderSizePixel = 0
  32. tracers.Position = UDim2.new(0.699999988, 0, 0.200000003, 0)
  33. tracers.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  34. tracers.Image = "rbxassetid://1285684053"
  35. tracers.ImageColor3 = Color3.new(0, 0, 0)
  36. tracers.ScaleType = Enum.ScaleType.Slice
  37. tracers.SliceCenter = Rect.new(37, 37, 219, 219)
  38.  
  39. BorderPixel.Name = "BorderPixel"
  40. BorderPixel.Parent = tracers
  41. BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  42. BorderPixel.BackgroundTransparency = 1
  43. BorderPixel.BorderSizePixel = 0
  44. BorderPixel.Position = UDim2.new(0.5, 0, 0.5, 0)
  45. BorderPixel.Size = UDim2.new(1, 2, 1, 2)
  46. BorderPixel.Image = "rbxassetid://1285684053"
  47. BorderPixel.ImageColor3 = Color3.new(255, 0, 0)
  48. BorderPixel.ScaleType = Enum.ScaleType.Slice
  49. BorderPixel.SliceCenter = Rect.new(37, 37, 219, 219)
  50.  
  51. stat.Name = "stat"
  52. stat.Parent = tracers
  53. stat.BackgroundColor3 = Color3.new(1, 1, 1)
  54. stat.BackgroundTransparency = 1
  55. stat.Size = UDim2.new(1, 0, 1, 0)
  56. stat.Text = "Tracers"
  57. stat.TextColor3 = Color3.new(0, 0, 0)
  58. stat.TextSize = 30
  59. stat.TextWrapped = true
  60.  
  61. chams.Name = "chams"
  62. chams.Parent = gui
  63. chams.BackgroundTransparency = 1
  64. chams.BorderSizePixel = 0
  65. chams.Position = UDim2.new(0.699999988, 0, 0.300000012, 0)
  66. chams.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  67. chams.Image = "rbxassetid://1285684053"
  68. chams.ImageColor3 = Color3.new(0, 0, 0)
  69. chams.ScaleType = Enum.ScaleType.Slice
  70. chams.SliceCenter = Rect.new(37, 37, 219, 219)
  71.  
  72. BorderPixel_2.Name = "BorderPixel"
  73. BorderPixel_2.Parent = chams
  74. BorderPixel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  75. BorderPixel_2.BackgroundTransparency = 1
  76. BorderPixel_2.BorderSizePixel = 0
  77. BorderPixel_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  78. BorderPixel_2.Size = UDim2.new(1, 2, 1, 2)
  79. BorderPixel_2.Image = "rbxassetid://1285684053"
  80. BorderPixel_2.ImageColor3 = Color3.new(255, 0, 0)
  81. BorderPixel_2.ScaleType = Enum.ScaleType.Slice
  82. BorderPixel_2.SliceCenter = Rect.new(37, 37, 219, 219)
  83.  
  84. stat_2.Name = "stat"
  85. stat_2.Parent = chams
  86. stat_2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. stat_2.BackgroundTransparency = 1
  88. stat_2.Size = UDim2.new(1, 0, 1, 0)
  89. stat_2.Text = "Chams"
  90. stat_2.TextColor3 = Color3.new(0, 0, 0)
  91. stat_2.TextSize = 30
  92. stat_2.TextWrapped = true
  93.  
  94. dot.Name = "dot"
  95. dot.Parent = gui
  96. dot.BackgroundTransparency = 1
  97. dot.BorderSizePixel = 0
  98. dot.Position = UDim2.new(0.699999988, 0, 0.400000006, 0)
  99. dot.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  100. dot.Image = "rbxassetid://1285684053"
  101. dot.ImageColor3 = Color3.new(0, 0, 0)
  102. dot.ScaleType = Enum.ScaleType.Slice
  103. dot.SliceCenter = Rect.new(37, 37, 219, 219)
  104.  
  105. BorderPixel_3.Name = "BorderPixel"
  106. BorderPixel_3.Parent = dot
  107. BorderPixel_3.AnchorPoint = Vector2.new(0.5, 0.5)
  108. BorderPixel_3.BackgroundTransparency = 1
  109. BorderPixel_3.BorderSizePixel = 0
  110. BorderPixel_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  111. BorderPixel_3.Size = UDim2.new(1, 2, 1, 2)
  112. BorderPixel_3.Image = "rbxassetid://1285684053"
  113. BorderPixel_3.ImageColor3 = Color3.new(255, 0, 0)
  114. BorderPixel_3.ScaleType = Enum.ScaleType.Slice
  115. BorderPixel_3.SliceCenter = Rect.new(37, 37, 219, 219)
  116.  
  117. stat_3.Name = "stat"
  118. stat_3.Parent = dot
  119. stat_3.BackgroundColor3 = Color3.new(1, 1, 1)
  120. stat_3.BackgroundTransparency = 1
  121. stat_3.Size = UDim2.new(1, 0, 1, 0)
  122. stat_3.Text = "Head"
  123. stat_3.TextColor3 = Color3.new(0, 0, 0)
  124. stat_3.TextSize = 30
  125. stat_3.TextWrapped = true
  126.  
  127. on.Name = "on"
  128. on.Parent = gui
  129. on.BackgroundTransparency = 1
  130. on.BorderSizePixel = 0
  131. on.Position = UDim2.new(0.699999988, 0, 0.100000001, 0)
  132. on.Size = UDim2.new(0.150000006, 0, 0.075000003, 0)
  133. on.Image = "rbxassetid://1285684053"
  134. on.ImageColor3 = Color3.new(0, 0, 0)
  135. on.ScaleType = Enum.ScaleType.Slice
  136. on.SliceCenter = Rect.new(37, 37, 219, 219)
  137.  
  138. BorderPixel_4.Name = "BorderPixel"
  139. BorderPixel_4.Parent = on
  140. BorderPixel_4.AnchorPoint = Vector2.new(0.5, 0.5)
  141. BorderPixel_4.BackgroundTransparency = 1
  142. BorderPixel_4.BorderSizePixel = 0
  143. BorderPixel_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  144. BorderPixel_4.Size = UDim2.new(1, 2, 1, 2)
  145. BorderPixel_4.Image = "rbxassetid://1285684053"
  146. BorderPixel_4.ImageColor3 = Color3.new(1, 0, 0)
  147. BorderPixel_4.ScaleType = Enum.ScaleType.Slice
  148. BorderPixel_4.SliceCenter = Rect.new(37, 37, 219, 219)
  149.  
  150. stat_4.Name = "stat"
  151. stat_4.Parent = on
  152. stat_4.BackgroundColor3 = Color3.new(1, 1, 1)
  153. stat_4.BackgroundTransparency = 1
  154. stat_4.Size = UDim2.new(1, 0, 1, 0)
  155. stat_4.Text = "Disabled"
  156. stat_4.TextColor3 = Color3.new(0, 0, 0)
  157. stat_4.TextSize = 30
  158. stat_4.TextWrapped = true
  159.  
  160. gui.Enabled = false
  161. end)
  162.  
  163. spawn(function()
  164. stat_3.MouseButton1Click:Connect(function()
  165. if BorderPixel_3.ImageColor3 == Color3.new(0,255,0) then
  166. BorderPixel_3.ImageColor3 = Color3.new(255,0,0)
  167. _G.type = "none"
  168. elseif BorderPixel_3.ImageColor3 == Color3.new(255,0,0) then
  169. BorderPixel_3.ImageColor3 = Color3.new(0,255,0)
  170. _G.type = "dot"
  171. if BorderPixel_2.ImageColor3 == Color3.new(0,255,0) then
  172. BorderPixel_2.ImageColor3 = Color3.new(255,0,0)
  173. BorderPixel_3.ImageColor3 = Color3.new(0,255,0)
  174. _G.type = "dot"
  175. end
  176. end
  177. end)
  178. end)
  179.  
  180. spawn(function()
  181. stat_2.MouseButton1Click:Connect(function()
  182. if BorderPixel_2.ImageColor3 == Color3.new(0,255,0) then
  183. BorderPixel_2.ImageColor3 = Color3.new(255,0,0)
  184. _G.type = "none"
  185. elseif BorderPixel_2.ImageColor3 == Color3.new(255,0,0) then
  186. BorderPixel_2.ImageColor3 = Color3.new(0,255,0)
  187. _G.type = "chams"
  188. if BorderPixel_3.ImageColor3 == Color3.new(0,255,0) then
  189. BorderPixel_3.ImageColor3 = Color3.new(255,0,0)
  190. BorderPixel_2.ImageColor3 = Color3.new(0,255,0)
  191. _G.type = "chams"
  192. end
  193. end
  194. end)
  195. end)
  196.  
  197. spawn(function()
  198. stat.MouseButton1Click:Connect(function()
  199. if BorderPixel.ImageColor3 == Color3.new(0,255,0) then
  200. BorderPixel.ImageColor3 = Color3.new(255,0,0)
  201. _G.tracer = false
  202. elseif BorderPixel.ImageColor3 == Color3.new(255,0,0) then
  203. BorderPixel.ImageColor3 = Color3.new(0,255,0)
  204. _G.tracer = true
  205. end
  206. end)
  207. end)
  208.  
  209. spawn(function()
  210. stat_4.MouseButton1Click:Connect(function()
  211. if stat_4.Text == "Disabled" then
  212. stat_4.Text = "Enabled"
  213. _G.on = true
  214. BorderPixel_4.ImageColor3 = Color3.new(0,255,0)
  215. elseif stat_4.Text == "Enabled" then
  216. stat_4.Text = "Disabled"
  217. _G.on = false
  218. BorderPixel_4.ImageColor3 = Color3.new(255,0,0)
  219. end
  220. end)
  221. end)
  222.  
  223. spawn(function()
  224. while wait(0.2) do
  225. if stat_4.Text == "Disabled" then
  226. for i,v in next, gui:GetChildren() do
  227. if v ~= on then
  228. v.Visible = false
  229. end
  230. end
  231. end
  232. if stat_4.Text == "Enabled" then
  233. for i,v in next, gui:GetChildren() do
  234. if v~= on then
  235. v.Visible = true
  236. end
  237. end
  238. end
  239. end
  240. end)
  241.  
  242.  
  243. spawn(function()
  244. plr:GetMouse().KeyDown:Connect(function(key)
  245. if key == "m" then
  246. if not gui.Enabled then
  247. gui.Enabled = true
  248. elseif gui.Enabled then
  249. gui.Enabled = false
  250. end
  251. end
  252. end)
  253. end)
  254.  
  255.  
  256. spawn(function()
  257. while wait(0.2) do
  258. if _G.type == "chams" then
  259. for i,v in next, game:GetService'Players':GetChildren() do
  260. if v.Character:WaitForChild("Head"):FindFirstChild("BillboardGui") then
  261. v.Character.Head.BillboardGui:Destroy()
  262. end
  263. end
  264. end
  265. end
  266. end)
  267.  
  268. spawn(function()
  269. while wait(0.2) do
  270. if _G.type == "none" then
  271. for i,v in next, game:GetService'Players':GetChildren() do
  272. if v.Character:WaitForChild("Head"):FindFirstChild("BillboardGui") then
  273. v.Character.Head.BillboardGui:Destroy()
  274. end
  275. end
  276. for i,b in next, game:GetService'Players':GetChildren() do
  277. for i,c in next, b.Character:GetChildren() do
  278. if c:FindFirstChildWhichIsA("BoxHandleAdornment") then
  279. c.BoxHandleAdornment:Destroy()
  280. end
  281. end
  282. end
  283. end
  284. end
  285. end)
  286.  
  287. spawn(function()
  288. while wait(0.2) do
  289. if _G.type == "dot" then
  290. for i,b in next, game:GetService'Players':GetChildren() do
  291. for i,c in next, b.Character:GetChildren() do
  292. if c:FindFirstChildWhichIsA("BoxHandleAdornment") then
  293. c.BoxHandleAdornment:Destroy()
  294. end
  295. end
  296. end
  297. end
  298. end
  299. end)
  300.  
  301.  
  302. spawn(function()
  303. plr.Character.HumanoidRootPart.Changed:Connect(function(h)
  304. if plr.Character.HumanoidRootPart.CFrame.Y > 999 then
  305. for i,v in next, game:GetService'Players':GetChildren() do
  306. if v.Character:WaitForChild("Head"):FindFirstChild("BillboardGui") then
  307. v.Character.Head.BillboardGui:Destroy()
  308. elseif v.Character:WaitForChild("Head"):FindFirstChild("SurfaceGui") then
  309. for i,b in next, game:GetService'Players':GetChildren() do
  310. for i,c in next, b.Character:GetChildren() do
  311. if c:FindFirstChild("BoxHandleAdornment") then
  312. c.BoxHandleAdornment:Destroy()
  313. elseif c:FindFirstChild("Attachment") then
  314. if c.Name == "Head" then
  315. for i,m in next, c:GetChildren() do
  316. if m:IsA("Attachment") then
  317. m:Destroy()
  318. for i,k in next, workspace:GetChildren() do
  319. if k:IsA("Beam") then
  320. k:Destroy()
  321. for i,l in next, plr.Character:GetChildren() do
  322. for i,o in next, l:GetChildren() do
  323. if o:IsA("Attachment") then
  324. o:Destroy()
  325. end
  326. end
  327. end
  328. end
  329. end
  330. end
  331. end
  332. end
  333. end
  334. end
  335. end
  336. end
  337. end
  338. end
  339. end)
  340. end)
  341.  
  342. spawn(function()
  343. while wait(0.2) do
  344. for i,v in next, game:GetService'Players':GetChildren() do
  345. if v.Character:WaitForChild("Head"):FindFirstChild("BillboardGui") then
  346. if _G.on == false then
  347. v.Character:WaitForChild("Head").BillboardGui:Destroy()
  348. end
  349. end
  350. end
  351. end
  352. end)
  353.  
  354. spawn(function()
  355. while wait(0.2) do
  356. if not _G.tracer then
  357. for i,v in next, workspace:GetChildren() do
  358. if v:IsA("Beam") then
  359. v:Destroy()
  360. end
  361. end
  362. for i,v in next, plr.Character:WaitForChild("Head"):GetChildren() do
  363. if v:IsA("Attachment") then
  364. v:Destroy()
  365. end
  366. end
  367. for i,v in next, game:GetService'Players':GetChildren() do
  368. for i,c in next, v.Character:GetChildren() do
  369. for i,b in next, c:GetChildren() do
  370. if b:IsA("Attachment") then
  371. b:Destroy()
  372. end
  373. end
  374. end
  375. end
  376. end
  377. end
  378. end)
  379.  
  380.  
  381.  
  382. spawn(function()
  383. while wait(0.2) do
  384. for i,v in next, game:GetService'Players':GetChildren() do
  385. for i,c in next, v.Character:GetChildren() do
  386. if c:FindFirstChildWhichIsA("BoxHandleAdornment") then
  387. if _G.on == false then
  388. c.BoxHandleAdornment:Destroy()
  389. end
  390. end
  391. end
  392. end
  393. end
  394. end)
  395.  
  396. spawn(function()
  397. while wait(0.2) do
  398. if _G.on then
  399. if _G.tracer then
  400. if plr.Character:FindFirstChildWhichIsA("Shirt") then
  401. for i,v in next, game:GetService'Players':GetChildren() do
  402. if v.Character:FindFirstChildWhichIsA("Shirt") then
  403. if v.Character:FindFirstChildWhichIsA("Shirt").Name ~= plr.Character:FindFirstChildWhichIsA("Shirt").Name then
  404. if v.Character:WaitForChild("Head").CFrame.Y < 1000 then
  405. if not v.Character.Head:FindFirstChild("Attachment") then
  406. local a1 = Instance.new("Attachment", plr.Character:WaitForChild("Torso"))
  407. local a2 = Instance.new("Attachment", v.Character:WaitForChild("Head"))
  408. local b = Instance.new("Beam", workspace)
  409. b.Transparency = NumberSequence.new(0)
  410. b.Segments = 1
  411. b.Width0 = 0.003
  412. b.Width1 = 0.003
  413. b.FaceCamera = true
  414. b.Attachment0 = a1
  415. b.Attachment1 = a2
  416. b.Color = ColorSequence.new(Color3.new(255,0,0), Color3.new(255,0,0))
  417. end
  418. end
  419. end
  420. end
  421. end
  422. end
  423. end
  424. end
  425. end
  426. end)
  427.  
  428. spawn(function()
  429. while wait(0.2) do
  430. if _G.on then
  431. if _G.type == "chams" then
  432. if plr.Character:FindFirstChildWhichIsA("Shirt") then
  433. for i,v in next, game:GetService'Players':GetChildren() do
  434. if v.Character:FindFirstChildWhichIsA("Shirt") then
  435. if v.Character:FindFirstChildWhichIsA("Shirt").Name ~= plr.Character:FindFirstChildWhichIsA("Shirt").Name then
  436. for i,c in next, v.Character:GetChildren() do
  437. if c.Name == "Head" or c.Name == "Torso" or c.Name == "Left Arm" or c.Name == "Right Arm" or c.Name == "Left Leg" or c.Name == "Right Leg" then
  438. if not c:FindFirstChild("BoxHandleAdornment") then
  439. local sb = Instance.new("BoxHandleAdornment", c)
  440. sb.AlwaysOnTop = true
  441. sb.Adornee = c
  442. sb.Color3 = Color3.new(255,0,0)
  443. sb.ZIndex = 10
  444. if sb.Parent.Name ~= "Head" then
  445. sb.Size = sb.Parent.Size + Vector3.new(0.001,0.001,0.001)
  446. elseif sb.Parent.Name == "Head" then
  447. sb.Size = sb.Size + Vector3.new(0.25,0.25,0.25)
  448. end
  449. end
  450. end
  451. end
  452. end
  453. end
  454. end
  455. end
  456. end
  457. end
  458. end
  459. end)
  460.  
  461. spawn(function()
  462. while wait(0.2) do
  463. if _G.on then
  464. if _G.type == "dot" then
  465. if plr.Character:FindFirstChildWhichIsA("Shirt") then
  466. for i,v in next, game:GetService'Players':GetChildren() do
  467. if v.Character:FindFirstChildWhichIsA("Shirt") then
  468. if v.Character:FindFirstChildWhichIsA("Shirt").Name ~= plr.Character:FindFirstChildWhichIsA("Shirt").Name then
  469. local sg = Instance.new("BillboardGui", v.Character:WaitForChild("Head"))
  470. sg.Size = UDim2.new(1,1.5, 1,1.5)
  471. sg.AlwaysOnTop = true
  472. sg.StudsOffset = Vector3.new(0, 2, 0)
  473. local t = Instance.new("Frame", sg)
  474. t.AutoLocalize = true
  475. t.BackgroundTransparency = 0
  476. t.BackgroundColor3 = Color3.new(255,0,0)
  477. t.BorderSizePixel = 0
  478. t.Position = UDim2.new(0,-2, 0,-2)
  479. t.Rotation = 45
  480. t.Size = UDim2.new(1,0, 1,0)
  481. end
  482. end
  483. end
  484. end
  485. end
  486. end
  487. end
  488. end)
Add Comment
Please, Sign In to add comment