zhangfengshan

透视自瞄

Feb 18th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  17. Frame.BackgroundTransparency = 0.5
  18. Frame.Draggable = true
  19. Frame.Position = UDim2.new(0, 460, 0, 370)
  20. Frame.Size = UDim2.new(0, 240, 0, 250)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BackgroundTransparency = 3
  25. TextLabel.Position = UDim2.new(0, 0, 0, 20)
  26. TextLabel.Size = UDim2.new(0, 240, 0, 60)
  27. TextLabel.Font = Enum.Font.SciFi
  28. TextLabel.Text = "Vietnam GUI v1.0"
  29. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14
  32. TextLabel.TextWrapped = true
  33.  
  34. TextLabel_2.Parent = Frame
  35. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextLabel_2.BackgroundTransparency = 3
  37. TextLabel_2.Position = UDim2.new(0, 0, 0, 180)
  38. TextLabel_2.Size = UDim2.new(0, 240, 0, 80)
  39. TextLabel_2.Font = Enum.Font.SciFi
  40. TextLabel_2.Text = "Made By Silent"
  41. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  42. TextLabel_2.TextScaled = true
  43. TextLabel_2.TextSize = 14
  44. TextLabel_2.TextWrapped = true
  45.  
  46. TextButton.Parent = Frame
  47. TextButton.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  48. TextButton.BackgroundTransparency = 0.40000000596046
  49. TextButton.Position = UDim2.new(0, 0, 0, 80)
  50. TextButton.Size = UDim2.new(0, 240, 0, 50)
  51. TextButton.Font = Enum.Font.Highway
  52. TextButton.Text = "Aimbot"
  53. TextButton.TextColor3 = Color3.new(1, 0, 0)
  54. TextButton.TextScaled = true
  55. TextButton.TextSize = 24
  56. TextButton.TextWrapped = true
  57. TextButton.MouseButton1Click:connect(function()
  58. loadstring(game:GetObjects('rbxassetid://574594561')[1].Source)()
  59. end)
  60.  
  61. TextButton_2.Parent = Frame
  62. TextButton_2.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  63. TextButton_2.BackgroundTransparency = 0.40000000596046
  64. TextButton_2.Position = UDim2.new(0, 0, 0, 130)
  65. TextButton_2.Size = UDim2.new(0, 240, 0, 50)
  66. TextButton_2.Font = Enum.Font.Highway
  67. TextButton_2.Text = "ESP"
  68. TextButton_2.TextColor3 = Color3.new(1, 0, 0)
  69. TextButton_2.TextScaled = true
  70. TextButton_2.TextSize = 24
  71. TextButton_2.TextWrapped = true
  72. TextButton_2.MouseButton1Click:connect(function()
  73. --[[
  74. ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  75. ¦¦_¦¯_-¦¦¯¦¯¦¦¦¯¦¯¦¦¦¦¯¯¦¦¦_¦¦¦¦¦¦¯¦¯¦¦¦¦¦¦¦¦¯¯¦¦¦¦¦_¦¦¦¦¦
  76. ¦¦¦__¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¯¦¦¦¦¦¦¦¦¦¦¦¦¦¦-¦¦¦¦¦¦_¦¦¦¦¦¦¦¦¦¦¦¦
  77. ¦¦¦-¦¦¦¦¦_¦_¦¦¦_¦_¦¦¦¦__¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦_¦¦¦¦¦¦¦¦¦¦¦
  78. ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  79.  
  80. ESP made by Crystal Junkie
  81. v3rmillion.net/member.php?action=profile&uid=372628
  82.  
  83. Have Fun with it
  84. --]]
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. trans = 0.5
  98.  
  99. warn ("....................................................................................")
  100. print (" ESP loaded. Enjoy!")
  101. warn ("....................................................................................")
  102.  
  103. while true do
  104. for i,l in pairs(game:GetService("Players"):GetChildren()) do
  105. if l ~= game:GetService("Players").LocalPlayer then
  106. for i,v in pairs(l.Character:GetChildren()) do
  107. if v.ClassName == "MeshPart" or "Part" and v.Name ~= "HumanoidRootPart" then
  108. --
  109. xd = Instance.new("SurfaceGui")
  110. xd.Face = Enum.NormalId.Back
  111. xd.Parent = v
  112. xd.AlwaysOnTop = true
  113. Frame = Instance.new("Frame")
  114. Frame.Parent = xd
  115. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Frame.Size = UDim2.new(1, 0, 1, 0)
  117. Frame.BackgroundTransparency = trans
  118.  
  119. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  120. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  121. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  122.  
  123. end
  124.  
  125. --
  126.  
  127. xd = Instance.new("SurfaceGui")
  128. xd.Face = Enum.NormalId.Bottom
  129. xd.Parent = v
  130. xd.AlwaysOnTop = true
  131. Frame = Instance.new("Frame")
  132. Frame.Parent = xd
  133. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Frame.Size = UDim2.new(1, 0, 1, 0)
  135. Frame.BackgroundTransparency = trans
  136.  
  137. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  138. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  139. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  140.  
  141. end
  142.  
  143. --
  144.  
  145. xd = Instance.new("SurfaceGui")
  146. xd.Face = Enum.NormalId.Front
  147. xd.Parent = v
  148. xd.AlwaysOnTop = true
  149. Frame = Instance.new("Frame")
  150. Frame.Parent = xd
  151. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Frame.Size = UDim2.new(1, 0, 1, 0)
  153. Frame.BackgroundTransparency = trans
  154.  
  155. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  156. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  157. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  158.  
  159. end
  160.  
  161.  
  162. --
  163.  
  164. xd = Instance.new("SurfaceGui")
  165. xd.Face = Enum.NormalId.Left
  166. xd.Parent = v
  167. xd.AlwaysOnTop = true
  168. Frame = Instance.new("Frame")
  169. Frame.Parent = xd
  170. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  171. Frame.Size = UDim2.new(1, 0, 1, 0)
  172. Frame.BackgroundTransparency = trans
  173.  
  174. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  175. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  176. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  177.  
  178. end
  179. --
  180.  
  181. xd = Instance.new("SurfaceGui")
  182. xd.Face = Enum.NormalId.Right
  183. xd.Parent = v
  184. xd.AlwaysOnTop = true
  185. Frame = Instance.new("Frame")
  186. Frame.Parent = xd
  187. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  188. Frame.Size = UDim2.new(1, 0, 1, 0)
  189. Frame.BackgroundTransparency = trans
  190.  
  191. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  192. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  193. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  194.  
  195. end
  196. --
  197.  
  198. xd = Instance.new("SurfaceGui")
  199. xd.Face = Enum.NormalId.Top
  200. xd.Parent = v
  201. xd.AlwaysOnTop = true
  202. Frame = Instance.new("Frame")
  203. Frame.Parent = xd
  204. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Frame.Size = UDim2.new(1, 0, 1, 0)
  206. Frame.BackgroundTransparency = trans
  207.  
  208.  
  209. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  210. Frame.BackgroundColor3 = Color3.new(255,0 ,0)
  211. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  212.  
  213. end
  214.  
  215.  
  216.  
  217.  
  218. end
  219. end
  220. end
  221. end
  222.  
  223. wait (5)
  224. for i,v in pairs (game:GetService("Players"):GetChildren()) do
  225. for i,k in pairs(v.Character:GetChildren()) do
  226. for i,l in pairs(k:GetChildren()) do
  227. if l.ClassName == "SurfaceGui" then
  228. l:Remove()
  229. end
  230. end
  231. end
  232. end
  233.  
  234. end
  235. end)
Add Comment
Please, Sign In to add comment