Grantrookie

xray for phantom forces

Jun 30th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.13 KB | None | 0 0
  1. --Phantom Forces ESP V3 By RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  2. --Please credit me in any videos you use this in. Thanks.
  3. wait(0.5)
  4. plrs = nil
  5. for _,p in pairs(game:GetChildren()) do
  6. if p.ClassName == ("Players") then
  7. plrs = p
  8. end
  9. end
  10. function tors(plr)
  11. local fr = Instance.new("SurfaceGui",plr.Character.Torso)
  12. local frf = Instance.new("Frame",fr)
  13. fr.Face = "Front"
  14. fr.AlwaysOnTop = true
  15. frf.Size = UDim2.new(1,0,1,0)
  16. frf.BorderSizePixel = 0
  17. frf.BackgroundColor3 = Color3.new(1,0,0)
  18. frf.BackgroundTransparency = 0.2
  19. local ba = Instance.new("SurfaceGui",plr.Character.Torso)
  20. local baf = Instance.new("Frame",ba)
  21. ba.Face = "Back"
  22. ba.AlwaysOnTop = true
  23. baf.Size = UDim2.new(1,0,1,0)
  24. baf.BorderSizePixel = 0
  25. baf.BackgroundColor3 = Color3.new(1,0,0)
  26. baf.BackgroundTransparency = 0.2
  27. local le = Instance.new("SurfaceGui",plr.Character.Torso)
  28. local lef = Instance.new("Frame",le)
  29. le.Face = "Left"
  30. le.AlwaysOnTop = true
  31. lef.Size = UDim2.new(1,0,1,0)
  32. lef.BorderSizePixel = 0
  33. lef.BackgroundColor3 = Color3.new(1,0,0)
  34. lef.BackgroundTransparency = 0.2
  35. local ri = Instance.new("SurfaceGui",plr.Character.Torso)
  36. local rif = Instance.new("Frame",ri)
  37. ri.Face = "Right"
  38. ri.AlwaysOnTop = true
  39. rif.Size = UDim2.new(1,0,1,0)
  40. rif.BorderSizePixel = 0
  41. rif.BackgroundColor3 = Color3.new(1,0,0)
  42. rif.BackgroundTransparency = 0.2
  43. local to = Instance.new("SurfaceGui",plr.Character.Torso)
  44. local tof = Instance.new("Frame",to)
  45. to.Face = "Top"
  46. to.AlwaysOnTop = true
  47. tof.Size = UDim2.new(1,0,1,0)
  48. tof.BorderSizePixel = 0
  49. tof.BackgroundColor3 = Color3.new(1,0,0)
  50. tof.BackgroundTransparency = 0.2
  51. local bo = Instance.new("SurfaceGui",plr.Character.Torso)
  52. local bof = Instance.new("Frame",bo)
  53. bo.Face = "Bottom"
  54. bo.AlwaysOnTop = true
  55. bof.Size = UDim2.new(1,0,1,0)
  56. bof.BorderSizePixel = 0
  57. bof.BackgroundColor3 = Color3.new(1,0,0)
  58. bof.BackgroundTransparency = 0.2
  59. end
  60. function rightar(plr)
  61. local fr = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  62. local frf = Instance.new("Frame",fr)
  63. fr.Face = "Front"
  64. fr.AlwaysOnTop = true
  65. frf.Size = UDim2.new(1,0,1,0)
  66. frf.BorderSizePixel = 0
  67. frf.BackgroundColor3 = Color3.new(1,0,0)
  68. frf.BackgroundTransparency = 0.2
  69. local ba = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  70. local baf = Instance.new("Frame",ba)
  71. ba.Face = "Back"
  72. ba.AlwaysOnTop = true
  73. baf.Size = UDim2.new(1,0,1,0)
  74. baf.BorderSizePixel = 0
  75. baf.BackgroundColor3 = Color3.new(1,0,0)
  76. baf.BackgroundTransparency = 0.2
  77. local le = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  78. local lef = Instance.new("Frame",le)
  79. le.Face = "Left"
  80. le.AlwaysOnTop = true
  81. lef.Size = UDim2.new(1,0,1,0)
  82. lef.BorderSizePixel = 0
  83. lef.BackgroundColor3 = Color3.new(1,0,0)
  84. lef.BackgroundTransparency = 0.2
  85. local ri = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  86. local rif = Instance.new("Frame",ri)
  87. ri.Face = "Right"
  88. ri.AlwaysOnTop = true
  89. rif.Size = UDim2.new(1,0,1,0)
  90. rif.BorderSizePixel = 0
  91. rif.BackgroundColor3 = Color3.new(1,0,0)
  92. rif.BackgroundTransparency = 0.2
  93. local to = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  94. local tof = Instance.new("Frame",to)
  95. to.Face = "Top"
  96. to.AlwaysOnTop = true
  97. tof.Size = UDim2.new(1,0,1,0)
  98. tof.BorderSizePixel = 0
  99. tof.BackgroundColor3 = Color3.new(1,0,0)
  100. tof.BackgroundTransparency = 0.2
  101. local bo = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  102. local bof = Instance.new("Frame",bo)
  103. bo.Face = "Bottom"
  104. bo.AlwaysOnTop = true
  105. bof.Size = UDim2.new(1,0,1,0)
  106. bof.BorderSizePixel = 0
  107. bof.BackgroundColor3 = Color3.new(1,0,0)
  108. bof.BackgroundTransparency = 0.2
  109. end
  110. function leftar(plr)
  111. local fr = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  112. local frf = Instance.new("Frame",fr)
  113. fr.Face = "Front"
  114. fr.AlwaysOnTop = true
  115. frf.Size = UDim2.new(1,0,1,0)
  116. frf.BorderSizePixel = 0
  117. frf.BackgroundColor3 = Color3.new(1,0,0)
  118. frf.BackgroundTransparency = 0.2
  119. local ba = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  120. local baf = Instance.new("Frame",ba)
  121. ba.Face = "Back"
  122. ba.AlwaysOnTop = true
  123. baf.Size = UDim2.new(1,0,1,0)
  124. baf.BorderSizePixel = 0
  125. baf.BackgroundColor3 = Color3.new(1,0,0)
  126. baf.BackgroundTransparency = 0.2
  127. local le = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  128. local lef = Instance.new("Frame",le)
  129. le.Face = "Left"
  130. le.AlwaysOnTop = true
  131. lef.Size = UDim2.new(1,0,1,0)
  132. lef.BorderSizePixel = 0
  133. lef.BackgroundColor3 = Color3.new(1,0,0)
  134. lef.BackgroundTransparency = 0.2
  135. local ri = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  136. local rif = Instance.new("Frame",ri)
  137. ri.Face = "Right"
  138. ri.AlwaysOnTop = true
  139. rif.Size = UDim2.new(1,0,1,0)
  140. rif.BorderSizePixel = 0
  141. rif.BackgroundColor3 = Color3.new(1,0,0)
  142. rif.BackgroundTransparency = 0.2
  143. local to = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  144. local tof = Instance.new("Frame",to)
  145. to.Face = "Top"
  146. to.AlwaysOnTop = true
  147. tof.Size = UDim2.new(1,0,1,0)
  148. tof.BorderSizePixel = 0
  149. tof.BackgroundColor3 = Color3.new(1,0,0)
  150. tof.BackgroundTransparency = 0.2
  151. local bo = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  152. local bof = Instance.new("Frame",bo)
  153. bo.Face = "Bottom"
  154. bo.AlwaysOnTop = true
  155. bof.Size = UDim2.new(1,0,1,0)
  156. bof.BorderSizePixel = 0
  157. bof.BackgroundColor3 = Color3.new(1,0,0)
  158. bof.BackgroundTransparency = 0.2
  159. end
  160. function leftle(plr)
  161. local fr = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  162. local frf = Instance.new("Frame",fr)
  163. fr.Face = "Front"
  164. fr.AlwaysOnTop = true
  165. frf.Size = UDim2.new(1,0,1,0)
  166. frf.BorderSizePixel = 0
  167. frf.BackgroundColor3 = Color3.new(1,0,0)
  168. frf.BackgroundTransparency = 0.2
  169. local ba = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  170. local baf = Instance.new("Frame",ba)
  171. ba.Face = "Back"
  172. ba.AlwaysOnTop = true
  173. baf.Size = UDim2.new(1,0,1,0)
  174. baf.BorderSizePixel = 0
  175. baf.BackgroundColor3 = Color3.new(1,0,0)
  176. baf.BackgroundTransparency = 0.2
  177. local le = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  178. local lef = Instance.new("Frame",le)
  179. le.Face = "Left"
  180. le.AlwaysOnTop = true
  181. lef.Size = UDim2.new(1,0,1,0)
  182. lef.BorderSizePixel = 0
  183. lef.BackgroundColor3 = Color3.new(1,0,0)
  184. lef.BackgroundTransparency = 0.2
  185. local ri = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  186. local rif = Instance.new("Frame",ri)
  187. ri.Face = "Right"
  188. ri.AlwaysOnTop = true
  189. rif.Size = UDim2.new(1,0,1,0)
  190. rif.BorderSizePixel = 0
  191. rif.BackgroundColor3 = Color3.new(1,0,0)
  192. rif.BackgroundTransparency = 0.2
  193. local to = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  194. local tof = Instance.new("Frame",to)
  195. to.Face = "Top"
  196. to.AlwaysOnTop = true
  197. tof.Size = UDim2.new(1,0,1,0)
  198. tof.BorderSizePixel = 0
  199. tof.BackgroundColor3 = Color3.new(1,0,0)
  200. tof.BackgroundTransparency = 0.2
  201. local bo = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  202. local bof = Instance.new("Frame",bo)
  203. bo.Face = "Bottom"
  204. bo.AlwaysOnTop = true
  205. bof.Size = UDim2.new(1,0,1,0)
  206. bof.BorderSizePixel = 0
  207. bof.BackgroundColor3 = Color3.new(1,0,0)
  208. bof.BackgroundTransparency = 0.2
  209. end
  210. function rightle(plr)
  211. local fr = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  212. local frf = Instance.new("Frame",fr)
  213. fr.Face = "Front"
  214. fr.AlwaysOnTop = true
  215. frf.Size = UDim2.new(1,0,1,0)
  216. frf.BorderSizePixel = 0
  217. frf.BackgroundColor3 = Color3.new(1,0,0)
  218. frf.BackgroundTransparency = 0.2
  219. local ba = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  220. local baf = Instance.new("Frame",ba)
  221. ba.Face = "Back"
  222. ba.AlwaysOnTop = true
  223. baf.Size = UDim2.new(1,0,1,0)
  224. baf.BorderSizePixel = 0
  225. baf.BackgroundColor3 = Color3.new(1,0,0)
  226. baf.BackgroundTransparency = 0.2
  227. local le = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  228. local lef = Instance.new("Frame",le)
  229. le.Face = "Left"
  230. le.AlwaysOnTop = true
  231. lef.Size = UDim2.new(1,0,1,0)
  232. lef.BorderSizePixel = 0
  233. lef.BackgroundColor3 = Color3.new(1,0,0)
  234. lef.BackgroundTransparency = 0.2
  235. local ri = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  236. local rif = Instance.new("Frame",ri)
  237. ri.Face = "Right"
  238. ri.AlwaysOnTop = true
  239. rif.Size = UDim2.new(1,0,1,0)
  240. rif.BorderSizePixel = 0
  241. rif.BackgroundColor3 = Color3.new(1,0,0)
  242. rif.BackgroundTransparency = 0.2
  243. local to = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  244. local tof = Instance.new("Frame",to)
  245. to.Face = "Top"
  246. to.AlwaysOnTop = true
  247. tof.Size = UDim2.new(1,0,1,0)
  248. tof.BorderSizePixel = 0
  249. tof.BackgroundColor3 = Color3.new(1,0,0)
  250. tof.BackgroundTransparency = 0.2
  251. local bo = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  252. local bof = Instance.new("Frame",bo)
  253. bo.Face = "Bottom"
  254. bo.AlwaysOnTop = true
  255. bof.Size = UDim2.new(1,0,1,0)
  256. bof.BorderSizePixel = 0
  257. bof.BackgroundColor3 = Color3.new(1,0,0)
  258. bof.BackgroundTransparency = 0.2
  259. end
  260. function hea(plr)
  261. local fr = Instance.new("SurfaceGui",plr.Character.Head)
  262. local frf = Instance.new("Frame",fr)
  263. fr.Face = "Front"
  264. fr.AlwaysOnTop = true
  265. frf.Size = UDim2.new(1,0,1,0)
  266. frf.BorderSizePixel = 0
  267. frf.BackgroundColor3 = Color3.new(1,0,0)
  268. frf.BackgroundTransparency = 0.2
  269. local ba = Instance.new("SurfaceGui",plr.Character.Head)
  270. local baf = Instance.new("Frame",ba)
  271. ba.Face = "Back"
  272. ba.AlwaysOnTop = true
  273. baf.Size = UDim2.new(1,0,1,0)
  274. baf.BorderSizePixel = 0
  275. baf.BackgroundColor3 = Color3.new(1,0,0)
  276. baf.BackgroundTransparency = 0.2
  277. local le = Instance.new("SurfaceGui",plr.Character.Head)
  278. local lef = Instance.new("Frame",le)
  279. le.Face = "Left"
  280. le.AlwaysOnTop = true
  281. lef.Size = UDim2.new(1,0,1,0)
  282. lef.BorderSizePixel = 0
  283. lef.BackgroundColor3 = Color3.new(1,0,0)
  284. lef.BackgroundTransparency = 0.2
  285. local ri = Instance.new("SurfaceGui",plr.Character.Head)
  286. local rif = Instance.new("Frame",ri)
  287. ri.Face = "Right"
  288. ri.AlwaysOnTop = true
  289. rif.Size = UDim2.new(1,0,1,0)
  290. rif.BorderSizePixel = 0
  291. rif.BackgroundColor3 = Color3.new(1,0,0)
  292. rif.BackgroundTransparency = 0.2
  293. local to = Instance.new("SurfaceGui",plr.Character.Head)
  294. local tof = Instance.new("Frame",to)
  295. to.Face = "Top"
  296. to.AlwaysOnTop = true
  297. tof.Size = UDim2.new(1,0,1,0)
  298. tof.BorderSizePixel = 0
  299. tof.BackgroundColor3 = Color3.new(1,0,0)
  300. tof.BackgroundTransparency = 0.2
  301. local bo = Instance.new("SurfaceGui",plr.Character.Head)
  302. local bof = Instance.new("Frame",bo)
  303. bo.Face = "Bottom"
  304. bo.AlwaysOnTop = true
  305. bof.Size = UDim2.new(1,0,1,0)
  306. bof.BorderSizePixel = 0
  307. bof.BackgroundColor3 = Color3.new(1,0,0)
  308. bof.BackgroundTransparency = 0.2
  309. end
  310. ------------------------------------------------------------------------------------------------------------------------
  311.  
  312.  
  313.  
  314. function ttors(plr)
  315. local fr = Instance.new("SurfaceGui",plr.Character.Torso)
  316. local frf = Instance.new("Frame",fr)
  317. fr.Face = "Front"
  318. fr.AlwaysOnTop = true
  319. frf.Size = UDim2.new(1,0,1,0)
  320. frf.BorderSizePixel = 0
  321. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  322. frf.BackgroundTransparency = 0.2
  323. local ba = Instance.new("SurfaceGui",plr.Character.Torso)
  324. local baf = Instance.new("Frame",ba)
  325. ba.Face = "Back"
  326. ba.AlwaysOnTop = true
  327. baf.Size = UDim2.new(1,0,1,0)
  328. baf.BorderSizePixel = 0
  329. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  330. baf.BackgroundTransparency = 0.2
  331. local le = Instance.new("SurfaceGui",plr.Character.Torso)
  332. local lef = Instance.new("Frame",le)
  333. le.Face = "Left"
  334. le.AlwaysOnTop = true
  335. lef.Size = UDim2.new(1,0,1,0)
  336. lef.BorderSizePixel = 0
  337. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  338. lef.BackgroundTransparency = 0.2
  339. local ri = Instance.new("SurfaceGui",plr.Character.Torso)
  340. local rif = Instance.new("Frame",ri)
  341. ri.Face = "Right"
  342. ri.AlwaysOnTop = true
  343. rif.Size = UDim2.new(1,0,1,0)
  344. rif.BorderSizePixel = 0
  345. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  346. rif.BackgroundTransparency = 0.2
  347. local to = Instance.new("SurfaceGui",plr.Character.Torso)
  348. local tof = Instance.new("Frame",to)
  349. to.Face = "Top"
  350. to.AlwaysOnTop = true
  351. tof.Size = UDim2.new(1,0,1,0)
  352. tof.BorderSizePixel = 0
  353. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  354. tof.BackgroundTransparency = 0.2
  355. local bo = Instance.new("SurfaceGui",plr.Character.Torso)
  356. local bof = Instance.new("Frame",bo)
  357. bo.Face = "Bottom"
  358. bo.AlwaysOnTop = true
  359. bof.Size = UDim2.new(1,0,1,0)
  360. bof.BorderSizePixel = 0
  361. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  362. bof.BackgroundTransparency = 0.2
  363. end
  364. function trightar(plr)
  365. local fr = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  366. local frf = Instance.new("Frame",fr)
  367. fr.Face = "Front"
  368. fr.AlwaysOnTop = true
  369. frf.Size = UDim2.new(1,0,1,0)
  370. frf.BorderSizePixel = 0
  371. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  372. frf.BackgroundTransparency = 0.2
  373. local ba = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  374. local baf = Instance.new("Frame",ba)
  375. ba.Face = "Back"
  376. ba.AlwaysOnTop = true
  377. baf.Size = UDim2.new(1,0,1,0)
  378. baf.BorderSizePixel = 0
  379. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  380. baf.BackgroundTransparency = 0.2
  381. local le = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  382. local lef = Instance.new("Frame",le)
  383. le.Face = "Left"
  384. le.AlwaysOnTop = true
  385. lef.Size = UDim2.new(1,0,1,0)
  386. lef.BorderSizePixel = 0
  387. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  388. lef.BackgroundTransparency = 0.2
  389. local ri = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  390. local rif = Instance.new("Frame",ri)
  391. ri.Face = "Right"
  392. ri.AlwaysOnTop = true
  393. rif.Size = UDim2.new(1,0,1,0)
  394. rif.BorderSizePixel = 0
  395. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  396. rif.BackgroundTransparency = 0.2
  397. local to = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  398. local tof = Instance.new("Frame",to)
  399. to.Face = "Top"
  400. to.AlwaysOnTop = true
  401. tof.Size = UDim2.new(1,0,1,0)
  402. tof.BorderSizePixel = 0
  403. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  404. tof.BackgroundTransparency = 0.2
  405. local bo = Instance.new("SurfaceGui",plr.Character["Right Arm"])
  406. local bof = Instance.new("Frame",bo)
  407. bo.Face = "Bottom"
  408. bo.AlwaysOnTop = true
  409. bof.Size = UDim2.new(1,0,1,0)
  410. bof.BorderSizePixel = 0
  411. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  412. bof.BackgroundTransparency = 0.2
  413. end
  414. function tleftar(plr)
  415. local fr = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  416. local frf = Instance.new("Frame",fr)
  417. fr.Face = "Front"
  418. fr.AlwaysOnTop = true
  419. frf.Size = UDim2.new(1,0,1,0)
  420. frf.BorderSizePixel = 0
  421. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  422. frf.BackgroundTransparency = 0.2
  423. local ba = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  424. local baf = Instance.new("Frame",ba)
  425. ba.Face = "Back"
  426. ba.AlwaysOnTop = true
  427. baf.Size = UDim2.new(1,0,1,0)
  428. baf.BorderSizePixel = 0
  429. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  430. baf.BackgroundTransparency = 0.2
  431. local le = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  432. local lef = Instance.new("Frame",le)
  433. le.Face = "Left"
  434. le.AlwaysOnTop = true
  435. lef.Size = UDim2.new(1,0,1,0)
  436. lef.BorderSizePixel = 0
  437. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  438. lef.BackgroundTransparency = 0.2
  439. local ri = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  440. local rif = Instance.new("Frame",ri)
  441. ri.Face = "Right"
  442. ri.AlwaysOnTop = true
  443. rif.Size = UDim2.new(1,0,1,0)
  444. rif.BorderSizePixel = 0
  445. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  446. rif.BackgroundTransparency = 0.2
  447. local to = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  448. local tof = Instance.new("Frame",to)
  449. to.Face = "Top"
  450. to.AlwaysOnTop = true
  451. tof.Size = UDim2.new(1,0,1,0)
  452. tof.BorderSizePixel = 0
  453. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  454. tof.BackgroundTransparency = 0.2
  455. local bo = Instance.new("SurfaceGui",plr.Character["Left Arm"])
  456. local bof = Instance.new("Frame",bo)
  457. bo.Face = "Bottom"
  458. bo.AlwaysOnTop = true
  459. bof.Size = UDim2.new(1,0,1,0)
  460. bof.BorderSizePixel = 0
  461. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  462. bof.BackgroundTransparency = 0.2
  463. end
  464. function tleftle(plr)
  465. local fr = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  466. local frf = Instance.new("Frame",fr)
  467. fr.Face = "Front"
  468. fr.AlwaysOnTop = true
  469. frf.Size = UDim2.new(1,0,1,0)
  470. frf.BorderSizePixel = 0
  471. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  472. frf.BackgroundTransparency = 0.2
  473. local ba = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  474. local baf = Instance.new("Frame",ba)
  475. ba.Face = "Back"
  476. ba.AlwaysOnTop = true
  477. baf.Size = UDim2.new(1,0,1,0)
  478. baf.BorderSizePixel = 0
  479. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  480. baf.BackgroundTransparency = 0.2
  481. local le = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  482. local lef = Instance.new("Frame",le)
  483. le.Face = "Left"
  484. le.AlwaysOnTop = true
  485. lef.Size = UDim2.new(1,0,1,0)
  486. lef.BorderSizePixel = 0
  487. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  488. lef.BackgroundTransparency = 0.2
  489. local ri = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  490. local rif = Instance.new("Frame",ri)
  491. ri.Face = "Right"
  492. ri.AlwaysOnTop = true
  493. rif.Size = UDim2.new(1,0,1,0)
  494. rif.BorderSizePixel = 0
  495. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  496. rif.BackgroundTransparency = 0.2
  497. local to = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  498. local tof = Instance.new("Frame",to)
  499. to.Face = "Top"
  500. to.AlwaysOnTop = true
  501. tof.Size = UDim2.new(1,0,1,0)
  502. tof.BorderSizePixel = 0
  503. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  504. tof.BackgroundTransparency = 0.2
  505. local bo = Instance.new("SurfaceGui",plr.Character["Left Leg"])
  506. local bof = Instance.new("Frame",bo)
  507. bo.Face = "Bottom"
  508. bo.AlwaysOnTop = true
  509. bof.Size = UDim2.new(1,0,1,0)
  510. bof.BorderSizePixel = 0
  511. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  512. bof.BackgroundTransparency = 0.2
  513. end
  514. function trightle(plr)
  515. local fr = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  516. local frf = Instance.new("Frame",fr)
  517. fr.Face = "Front"
  518. fr.AlwaysOnTop = true
  519. frf.Size = UDim2.new(1,0,1,0)
  520. frf.BorderSizePixel = 0
  521. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  522. frf.BackgroundTransparency = 0.2
  523. local ba = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  524. local baf = Instance.new("Frame",ba)
  525. ba.Face = "Back"
  526. ba.AlwaysOnTop = true
  527. baf.Size = UDim2.new(1,0,1,0)
  528. baf.BorderSizePixel = 0
  529. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  530. baf.BackgroundTransparency = 0.2
  531. local le = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  532. local lef = Instance.new("Frame",le)
  533. le.Face = "Left"
  534. le.AlwaysOnTop = true
  535. lef.Size = UDim2.new(1,0,1,0)
  536. lef.BorderSizePixel = 0
  537. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  538. lef.BackgroundTransparency = 0.2
  539. local ri = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  540. local rif = Instance.new("Frame",ri)
  541. ri.Face = "Right"
  542. ri.AlwaysOnTop = true
  543. rif.Size = UDim2.new(1,0,1,0)
  544. rif.BorderSizePixel = 0
  545. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  546. rif.BackgroundTransparency = 0.2
  547. local to = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  548. local tof = Instance.new("Frame",to)
  549. to.Face = "Top"
  550. to.AlwaysOnTop = true
  551. tof.Size = UDim2.new(1,0,1,0)
  552. tof.BorderSizePixel = 0
  553. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  554. tof.BackgroundTransparency = 0.2
  555. local bo = Instance.new("SurfaceGui",plr.Character["Right Leg"])
  556. local bof = Instance.new("Frame",bo)
  557. bo.Face = "Bottom"
  558. bo.AlwaysOnTop = true
  559. bof.Size = UDim2.new(1,0,1,0)
  560. bof.BorderSizePixel = 0
  561. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  562. bof.BackgroundTransparency = 0.2
  563. end
  564. function thea(plr)
  565. local fr = Instance.new("SurfaceGui",plr.Character.Head)
  566. local frf = Instance.new("Frame",fr)
  567. fr.Face = "Front"
  568. fr.AlwaysOnTop = true
  569. frf.Size = UDim2.new(1,0,1,0)
  570. frf.BorderSizePixel = 0
  571. frf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  572. frf.BackgroundTransparency = 0.2
  573. local ba = Instance.new("SurfaceGui",plr.Character.Head)
  574. local baf = Instance.new("Frame",ba)
  575. ba.Face = "Back"
  576. ba.AlwaysOnTop = true
  577. baf.Size = UDim2.new(1,0,1,0)
  578. baf.BorderSizePixel = 0
  579. baf.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  580. baf.BackgroundTransparency = 0.2
  581. local le = Instance.new("SurfaceGui",plr.Character.Head)
  582. local lef = Instance.new("Frame",le)
  583. le.Face = "Left"
  584. le.AlwaysOnTop = true
  585. lef.Size = UDim2.new(1,0,1,0)
  586. lef.BorderSizePixel = 0
  587. lef.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  588. lef.BackgroundTransparency = 0.2
  589. local ri = Instance.new("SurfaceGui",plr.Character.Head)
  590. local rif = Instance.new("Frame",ri)
  591. ri.Face = "Right"
  592. ri.AlwaysOnTop = true
  593. rif.Size = UDim2.new(1,0,1,0)
  594. rif.BorderSizePixel = 0
  595. rif.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  596. rif.BackgroundTransparency = 0.2
  597. local to = Instance.new("SurfaceGui",plr.Character.Head)
  598. local tof = Instance.new("Frame",to)
  599. to.Face = "Top"
  600. to.AlwaysOnTop = true
  601. tof.Size = UDim2.new(1,0,1,0)
  602. tof.BorderSizePixel = 0
  603. tof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  604. tof.BackgroundTransparency = 0.2
  605. local bo = Instance.new("SurfaceGui",plr.Character.Head)
  606. local bof = Instance.new("Frame",bo)
  607. bo.Face = "Bottom"
  608. bo.AlwaysOnTop = true
  609. bof.Size = UDim2.new(1,0,1,0)
  610. bof.BorderSizePixel = 0
  611. bof.BackgroundColor3 = Color3.new(0/255, 255/255, 255/255)
  612. bof.BackgroundTransparency = 0.2
  613. end
  614. while true do
  615. wait(0.1)
  616. for _, v in pairs(plrs:GetChildren()) do
  617. if v.TeamColor ~= plrs.LocalPlayer.TeamColor and not v.Character.Torso:FindFirstChild("SurfaceGui") then -- ~=
  618. tors(v)
  619. rightar(v)
  620. leftar(v)
  621. leftle(v)
  622. rightle(v)
  623. hea(v)
  624. end
  625. if v.TeamColor == plrs.LocalPlayer.TeamColor and v.Name ~= plrs.LocalPlayer.Name and not v.Character.Torso:FindFirstChild("SurfaceGui") then -- ~=
  626. ttors(v)
  627. trightar(v)
  628. tleftar(v)
  629. tleftle(v)
  630. trightle(v)
  631. thea(v)
  632. end
  633. end
  634. end
Add Comment
Please, Sign In to add comment