AlxeBoii

strucid sucks script by FunTrat0r leaked (ez to deobsfucate)

Nov 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1. warn("Created By FunTrat0r#0020")
  2.  
  3. local uc = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local esp = Instance.new("TextButton")
  6. local aimbot = Instance.new("TextButton")
  7. local headname = Instance.new("TextBox")
  8. local teleports = Instance.new("TextButton")
  9. local xray = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local teleportsframe = Instance.new("Frame")
  12. local itemtp = Instance.new("TextButton")
  13. local itemname = Instance.new("TextBox")
  14. local flagtp = Instance.new("TextButton")
  15. local flagname = Instance.new("TextBox")
  16. local alltp = Instance.new("TextButton")
  17. local plrname = Instance.new("TextBox")
  18. local plrtp = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. uc.Name = "uc"
  23. uc.Parent = game.CoreGui
  24.  
  25. main.Name = "main"
  26. main.Parent = uc
  27. main.Active = true
  28. main.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  29. main.BorderSizePixel = 0
  30. main.Position = UDim2.new(0.162035763, 0, 0.19850187, 0)
  31. main.Size = UDim2.new(0, 12, 0, 126)
  32. main.Draggable = true
  33.  
  34. esp.Name = "esp"
  35. esp.Parent = main
  36. esp.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  37. esp.BackgroundTransparency = 0.20000000298023
  38. esp.BorderSizePixel = 0
  39. esp.Position = UDim2.new(1.66666663, 0, 0.0399999991, 0)
  40. esp.Size = UDim2.new(0, 92, 0, 15)
  41. esp.Font = Enum.Font.Fantasy
  42. esp.Text = "ESP"
  43. esp.TextColor3 = Color3.new(1, 1, 1)
  44. esp.TextSize = 14
  45. esp.MouseButton1Down:connect(function()
  46. esp.BackgroundColor3 = Color3.new(0.517647, 0, 0.00784314)
  47. local Holder = Instance.new("Folder", game.CoreGui)
  48. Holder.Name = "ESP"
  49.  
  50. local UpdateFuncs = {}
  51.  
  52. local Box = Instance.new("BoxHandleAdornment")
  53. Box.Name = "nilBox"
  54. Box.Size = Vector3.new(4, 7, 4)
  55. Box.Color3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  56. Box.Transparency = 0.7
  57. Box.ZIndex = 0
  58. Box.AlwaysOnTop = true
  59. Box.Visible = true
  60.  
  61. local NameTag = Instance.new("BillboardGui")
  62. NameTag.Name = "nilNameTag"
  63. NameTag.Enabled = false
  64. NameTag.Size = UDim2.new(0, 200, 0, 50)
  65. NameTag.AlwaysOnTop = true
  66. NameTag.StudsOffset = Vector3.new(0, 1.8, 0)
  67. local Tag = Instance.new("TextLabel", NameTag)
  68. Tag.Name = "Tag"
  69. Tag.BackgroundTransparency = 1
  70. Tag.Position = UDim2.new(0, -50, 0, 0)
  71. Tag.Size = UDim2.new(0, 300, 0, 20)
  72. Tag.TextSize = 20
  73. Tag.TextColor3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  74. Tag.TextStrokeColor3 = Color3.new(0 / 255, 0 / 255, 0 / 255)
  75. Tag.TextStrokeTransparency = 0.4
  76. Tag.Text = "nil"
  77. Tag.Font = Enum.Font.SourceSansBold
  78. Tag.TextScaled = false
  79.  
  80. local LoadCharacter = function(v)
  81. repeat wait() until v.Character ~= nil
  82. v.Character:WaitForChild("Humanoid")
  83. local vHolder = Holder:FindFirstChild(v.Name)
  84. vHolder:ClearAllChildren()
  85. local b = Box:Clone()
  86. b.Name = v.Name .. "Box"
  87. b.Adornee = v.Character
  88. b.Parent = vHolder
  89. local t = NameTag:Clone()
  90. t.Name = v.Name .. "NameTag"
  91. t.Enabled = true
  92. t.Parent = vHolder
  93. t.Adornee = v.Character:WaitForChild("Head", 5)
  94. if not t.Adornee then
  95. return UnloadCharacter(v)
  96. end
  97. t.Tag.Text = v.Name
  98. b.Color3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  99. t.Tag.TextColor3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  100. local UpdateNameTag = function()
  101. if not pcall(function()
  102. --v.Character.Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  103. local maxh = math.floor(v.Character.Humanoid.MaxHealth)
  104. local h = math.floor(v.Character.Humanoid.Health)
  105. t.Tag.Text = v.Name .. "\n" .. ((maxh ~= 0 and tostring(math.floor((h / maxh) * 100))) or "0") .. "% " .. tostring(h) .. "/" .. tostring(maxh)
  106. end) then
  107. UpdateFuncs[v] = nil
  108. end
  109. end
  110. UpdateNameTag()
  111. UpdateFuncs[v] = UpdateNameTag
  112. end
  113.  
  114. local UnloadCharacter = function(v)
  115. local vHolder = Holder:FindFirstChild(v.Name)
  116. if vHolder and (vHolder:FindFirstChild(v.Name .. "Box") ~= nil or vHolder:FindFirstChild(v.Name .. "NameTag") ~= nil) then
  117. vHolder:ClearAllChildren()
  118. end
  119. end
  120.  
  121. local LoadPlayer = function(v)
  122. local vHolder = Instance.new("Folder", Holder)
  123. vHolder.Name = v.Name
  124. v.CharacterAdded:Connect(function()
  125. pcall(LoadCharacter, v)
  126. end)
  127. v.CharacterRemoving:Connect(function()
  128. pcall(UnloadCharacter, v)
  129. end)
  130. LoadCharacter(v)
  131. end
  132.  
  133. local UnloadPlayer = function(v)
  134. UnloadCharacter(v)
  135. local vHolder = Holder:FindFirstChild(v.Name)
  136. if vHolder then
  137. vHolder:Destroy()
  138. end
  139. end
  140.  
  141. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  142. spawn(function() pcall(LoadPlayer, v) end)
  143. end
  144.  
  145. game:GetService("Players").PlayerAdded:Connect(function(v)
  146. pcall(LoadPlayer, v)
  147. end)
  148.  
  149. game:GetService("Players").PlayerRemoving:Connect(function(v)
  150. pcall(UnloadPlayer, v)
  151. end)
  152.  
  153. game.ItemChanged:Connect(function(i, v)
  154. if i:IsA("Player") and v == "TeamColor" then
  155. if Holder:FindFirstChild(i.Name) then
  156. UnloadCharacter(i)
  157. wait()
  158. LoadCharacter(i)
  159. end
  160. elseif i:IsA("Humanoid") and i.Parent then
  161. local p = game:GetService("Players"):GetPlayerFromCharacter(i.Parent)
  162. if p and Holder:FindFirstChild(p.Name) then
  163. UpdateFuncs[p]()
  164. end
  165. end
  166. end)
  167.  
  168. game:GetService("Players").LocalPlayer.NameDisplayDistance = 0
  169. game:GetService("Players").LocalPlayer.HealthDisplayDistance = 0
  170. end)
  171.  
  172. aimbot.Name = "aimbot"
  173. aimbot.Parent = main
  174. aimbot.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  175. aimbot.BackgroundTransparency = 0.20000000298023
  176. aimbot.BorderSizePixel = 0
  177. aimbot.Position = UDim2.new(1.66666663, 0, 0.392380923, 0)
  178. aimbot.Size = UDim2.new(0, 92, 0, 15)
  179. aimbot.Font = Enum.Font.Fantasy
  180. aimbot.Text = "Aimbot"
  181. aimbot.TextColor3 = Color3.new(1, 1, 1)
  182. aimbot.TextSize = 14
  183. aimbot.MouseButton1Down:connect(function()
  184. aimbot.BackgroundColor3 = Color3.new(0.517647, 0, 0.00784314)
  185. local Credits = Instance.new('Hint', game.Workspace)
  186. Credits.Text = "Dark Devs"
  187.  
  188. local Cam = game.Workspace.CurrentCamera
  189. while true do
  190.  
  191. local Distances = {}
  192. local Players = {}
  193. for i,v in pairs(game.Workspace.Dummies:GetChildren()) do
  194. for i,v in pairs(v:GetChildren()) do
  195. if v.Name == headname.Text then
  196. table.insert(Players, v.Parent.Name)
  197. table.insert(Distances, (v.Position - Cam.CoordinateFrame.p).magnitude)
  198. end
  199. end
  200. end
  201.  
  202. local Target
  203. for i,v in pairs(Distances) do
  204. if v == math.min(unpack(Distances)) then
  205. Target = Players[i]
  206. end
  207. end
  208.  
  209. Cam.CoordinateFrame = CFrame.new(Cam.CoordinateFrame.p, game.Workspace.Dummies[Target].Head.CFrame.p)
  210. warn(Target)
  211. wait(0.001)
  212. end
  213. end)
  214.  
  215. headname.Name = "headname"
  216. headname.Parent = main
  217. headname.BackgroundColor3 = Color3.new(0, 0, 0)
  218. headname.BackgroundTransparency = 0.20000000298023
  219. headname.BorderSizePixel = 0
  220. headname.Position = UDim2.new(1.66666663, 0, 0.221269831, 0)
  221. headname.Size = UDim2.new(0, 92, 0, 15)
  222. headname.Font = Enum.Font.Fantasy
  223. headname.Text = "Head/Torso"
  224. headname.TextColor3 = Color3.new(1, 1, 1)
  225. headname.TextSize = 14
  226.  
  227. teleports.Name = "teleports"
  228. teleports.Parent = main
  229. teleports.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  230. teleports.BackgroundTransparency = 0.20000000298023
  231. teleports.BorderSizePixel = 0
  232. teleports.Position = UDim2.new(1.66666663, 0, 0.5657143, 0)
  233. teleports.Size = UDim2.new(0, 92, 0, 16)
  234. teleports.Font = Enum.Font.Fantasy
  235. teleports.Text = "Teleports"
  236. teleports.TextColor3 = Color3.new(1, 1, 1)
  237. teleports.TextSize = 14
  238. teleports.MouseButton1Down:connect(function()
  239. if teleportsframe.Visible == false then
  240. teleports.BackgroundColor3 = Color3.new(0.517647, 0, 0.00784314)
  241. teleportsframe.Visible = true else
  242. teleports.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  243. teleportsframe.Visible = false
  244. end
  245. end)
  246.  
  247. xray.Name = "xray"
  248. xray.Parent = main
  249. xray.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  250. xray.BackgroundTransparency = 0.20000000298023
  251. xray.BorderSizePixel = 0
  252. xray.Position = UDim2.new(1.66666663, 0, 0.76285708, 0)
  253. xray.Size = UDim2.new(0, 92, 0, 15)
  254. xray.Font = Enum.Font.Fantasy
  255. xray.Text = "X Ray"
  256. xray.TextColor3 = Color3.new(1, 1, 1)
  257. xray.TextSize = 14
  258. xray.MouseButton1Down:connect(function()
  259. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  260. if string.match(v.ClassName, "Part") then
  261. v.Transparency = .5
  262. end
  263. end
  264. end)
  265.  
  266. TextLabel.Parent = main
  267. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  268. TextLabel.BackgroundTransparency = 1
  269. TextLabel.Position = UDim2.new(1.66666663, 0, 0.942857146, 0)
  270. TextLabel.Size = UDim2.new(0, 92, 0, 10)
  271. TextLabel.Font = Enum.Font.Fantasy
  272. TextLabel.Text = "DarkDevs.Pro"
  273. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  274. TextLabel.TextSize = 14
  275.  
  276. teleportsframe.Name = "teleportsframe"
  277. teleportsframe.Parent = main
  278. teleportsframe.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  279. teleportsframe.BorderSizePixel = 0
  280. teleportsframe.Position = UDim2.new(10.750001, 0, 0.0399999991, 0)
  281. teleportsframe.Size = UDim2.new(0, 138, 0, 168)
  282. teleportsframe.Visible = false
  283.  
  284. itemtp.Name = "itemtp"
  285. itemtp.Parent = teleportsframe
  286. itemtp.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  287. itemtp.BackgroundTransparency = 0.20000000298023
  288. itemtp.BorderSizePixel = 0
  289. itemtp.Position = UDim2.new(0.286830902, 0, 0.178095251, 0)
  290. itemtp.Size = UDim2.new(0, 58, 0, 15)
  291. itemtp.Font = Enum.Font.Fantasy
  292. itemtp.Text = "Teleport"
  293. itemtp.TextColor3 = Color3.new(1, 1, 1)
  294. itemtp.TextSize = 14
  295. itemtp.MouseButton1Down:connect(function()
  296. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  297. for i,v in pairs(game.Workspace.IgnoreThese:GetChildren()) do --
  298. if v.name == itemname.Text then
  299. for _, b in pairs(v:GetChildren()) do
  300. if b.name == "Handle1" then
  301. d.CFrame = b.CFrame
  302. end
  303. end
  304. end
  305. end
  306. end)
  307.  
  308. itemname.Name = "itemname"
  309. itemname.Parent = teleportsframe
  310. itemname.BackgroundColor3 = Color3.new(0, 0, 0)
  311. itemname.BackgroundTransparency = 0.20000000298023
  312. itemname.BorderSizePixel = 0
  313. itemname.Position = UDim2.new(0.160219073, 0, 0.0396428294, 0)
  314. itemname.Size = UDim2.new(0, 92, 0, 15)
  315. itemname.Font = Enum.Font.Fantasy
  316. itemname.Text = "Item Name"
  317. itemname.TextColor3 = Color3.new(1, 1, 1)
  318. itemname.TextSize = 14
  319.  
  320. flagtp.Name = "flagtp"
  321. flagtp.Parent = teleportsframe
  322. flagtp.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  323. flagtp.BackgroundTransparency = 0.20000000298023
  324. flagtp.BorderSizePixel = 0
  325. flagtp.Position = UDim2.new(0.289773464, 0, 0.451904774, 0)
  326. flagtp.Size = UDim2.new(0, 58, 0, 15)
  327. flagtp.Font = Enum.Font.Fantasy
  328. flagtp.Text = "Flag TP"
  329. flagtp.TextColor3 = Color3.new(1, 1, 1)
  330. flagtp.TextSize = 14
  331. flagtp.MouseButton1Down:connect(function()
  332. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  333. for i,v in pairs(game.Workspace:GetDescendants()) do
  334. if v.Name == flagname.Text then
  335. plr.CFrame = v.CFrame
  336. wait()
  337. end
  338. end
  339. end)
  340.  
  341. flagname.Name = "flagname"
  342. flagname.Parent = teleportsframe
  343. flagname.BackgroundColor3 = Color3.new(0, 0, 0)
  344. flagname.BackgroundTransparency = 0.20000000298023
  345. flagname.BorderSizePixel = 0
  346. flagname.Position = UDim2.new(0.152972698, 0, 0.307499975, 0)
  347. flagname.Size = UDim2.new(0, 92, 0, 15)
  348. flagname.Font = Enum.Font.Fantasy
  349. flagname.Text = "Flag Name"
  350. flagname.TextColor3 = Color3.new(1, 1, 1)
  351. flagname.TextSize = 14
  352.  
  353. alltp.Name = "alltp"
  354. alltp.Parent = teleportsframe
  355. alltp.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  356. alltp.BackgroundTransparency = 0.20000000298023
  357. alltp.BorderSizePixel = 0
  358. alltp.Position = UDim2.new(0.181077823, 0, 0.850714326, 0)
  359. alltp.Size = UDim2.new(0, 89, 0, 15)
  360. alltp.Font = Enum.Font.Fantasy
  361. alltp.Text = "Teleport To All"
  362. alltp.TextColor3 = Color3.new(1, 1, 1)
  363. alltp.TextSize = 14
  364. alltp.MouseButton1Down:connect(function()
  365. local me = game.Players.LocalPlayer.Character
  366. local Players = game:GetService("Players")
  367. for i = 1, 50 do
  368. for _,v in pairs(Players:GetPlayers()) do
  369. me:SetPrimaryPartCFrame(v.Character:GetPrimaryPartCFrame())
  370. wait(1)
  371. end
  372. end
  373. end)
  374.  
  375. plrname.Name = "plrname"
  376. plrname.Parent = teleportsframe
  377. plrname.BackgroundColor3 = Color3.new(0, 0, 0)
  378. plrname.BackgroundTransparency = 0.20000000298023
  379. plrname.BorderSizePixel = 0
  380. plrname.Position = UDim2.new(0.152972698, 0, 0.57535708, 0)
  381. plrname.Size = UDim2.new(0, 92, 0, 15)
  382. plrname.Font = Enum.Font.Fantasy
  383. plrname.Text = "Player Name"
  384. plrname.TextColor3 = Color3.new(1, 1, 1)
  385. plrname.TextSize = 14
  386.  
  387. plrtp.Name = "plrtp"
  388. plrtp.Parent = teleportsframe
  389. plrtp.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  390. plrtp.BackgroundTransparency = 0.20000000298023
  391. plrtp.BorderSizePixel = 0
  392. plrtp.Position = UDim2.new(0.289773464, 0, 0.71380955, 0)
  393. plrtp.Size = UDim2.new(0, 58, 0, 15)
  394. plrtp.Font = Enum.Font.Fantasy
  395. plrtp.Text = "Teleport"
  396. plrtp.TextColor3 = Color3.new(1, 1, 1)
  397. plrtp.TextSize = 14
  398. plrtp.MouseButton1Down:connect(function()
  399. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  400. for i,v in pairs(game.Workspace:GetChildren()) do --
  401. if v.name == plrname.Text"Sathopian" then
  402. for _, b in pairs(v:GetChildren()) do
  403. if b.name == "HumanoidRootPart" then
  404. d.CFrame = b.CFrame
  405. end
  406. end
  407. end
  408. end
  409. end)
  410. warn("Flag Names Are BlueFlag Or RedFlag")
  411. warn("Write Head Or Torso In Aimbot")
  412. warn("Check Out Our Website : DarkDevs.Pro")
Add Comment
Please, Sign In to add comment