Advertisement
thegameplayer

Teen titants gui

Mar 1st, 2022 (edited)
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1. --[ Updates And Changes Hitbox Changed 10-50 due to small hitbox, ESP gui added for esp chams but only visual BUG FIXES ]--
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local label = Instance.new("TextLabel")
  5. local Hitbox = Instance.new("TextButton")
  6. local FlyGUI = Instance.new("TextButton")
  7. local Visualgui = Instance.new("TextButton")
  8. local Speedtool = Instance.new("TextButton")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. main.Name = "main"
  15. main.Parent = ScreenGui
  16. main.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  17. main.Position = UDim2.new(0.40427351, 0, 0.34591195, 0)
  18. main.Size = UDim2.new(0, 315, 0, 220)
  19. main.Active = true
  20. main.Draggable = true
  21.  
  22. label.Name = "label"
  23. label.Parent = main
  24. label.BackgroundColor3 = Color3.fromRGB(144, 144, 144)
  25. label.Size = UDim2.new(0, 315, 0, 40)
  26. label.Font = Enum.Font.SourceSans
  27. label.Text = "Teen Titan GUI"
  28. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. label.TextScaled = true
  30. label.TextSize = 14.000
  31. label.TextWrapped = true
  32.  
  33. Hitbox.Name = "Hit box"
  34. Hitbox.Parent = main
  35. Hitbox.BackgroundColor3 = Color3.fromRGB(60, 255, 1)
  36. Hitbox.Position = UDim2.new(0.114285722, 0, 0.372448981, 0)
  37. Hitbox.Size = UDim2.new(0, 113, 0, 50)
  38. Hitbox.Font = Enum.Font.SourceSans
  39. Hitbox.Text = "Hit box"
  40. Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. Hitbox.TextSize = 40.000
  42. Hitbox.MouseButton1Down:connect(function()
  43. _G.HeadSize = 50
  44.  
  45. _G.Disabled = true
  46.  
  47. game:GetService('RunService').RenderStepped:connect(function()
  48. if _G.Disabled then
  49. for i,v in next, game:GetService('Players'):GetPlayers() do
  50. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  51. pcall(function()
  52. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  53. v.Character.HumanoidRootPart.Transparency = 0.7
  54. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
  55. v.Character.HumanoidRootPart.Material = "Neon"
  56. v.Character.HumanoidRootPart.CanCollide = false
  57. end)
  58. end
  59. end
  60. end
  61. end)
  62. end)
  63.  
  64. FlyGUI.Name = "Fly GUI"
  65. FlyGUI.Parent = main
  66. FlyGUI.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  67. FlyGUI.Position = UDim2.new(0.584127009, 0, 0.372448981, 0)
  68. FlyGUI.Size = UDim2.new(0, 113, 0, 50)
  69. FlyGUI.Font = Enum.Font.SourceSans
  70. FlyGUI.Text = "Fly GUI"
  71. FlyGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. FlyGUI.TextSize = 40.000
  73. FlyGUI.MouseButton1Down:connect(function()
  74. --ARCEUS X FLY V2 SCRIPT BY me_ozoneYT
  75. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  76.  
  77. end)
  78.  
  79. Visualgui.Name = "Visual gui"
  80. Visualgui.Parent = main
  81. Visualgui.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  82. Visualgui.Position = UDim2.new(0.114285737, 0, 0.681539893, 0)
  83. Visualgui.Size = UDim2.new(0, 113, 0, 50)
  84. Visualgui.Font = Enum.Font.SourceSans
  85. Visualgui.Text = "Visual gui"
  86. Visualgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. Visualgui.TextSize = 30.000
  88. Visualgui.MouseButton1Down:connect(function()
  89. -- press v to use aimbot and press q to disable aimbot
  90. loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  91.  
  92. PLAYER = game.Players.LocalPlayer
  93. MOUSE = PLAYER:GetMouse()
  94. CC = game.Workspace.CurrentCamera
  95.  
  96. ENABLED = false
  97. ESP_ENABLED = false
  98.  
  99. _G.FREE_FOR_ALL = false
  100.  
  101. _G.BIND = 118
  102. _G.ESP_BIND = 49
  103. _G.CHANGE_AIM = 'q'
  104.  
  105. _G.AIM_AT = 'Head'
  106.  
  107. wait(1)
  108.  
  109. function GetNearestPlayerToMouse()
  110. local PLAYERS = {}
  111. local PLAYER_HOLD = {}
  112. local DISTANCES = {}
  113. for i, v in pairs(game.Players:GetPlayers()) do
  114. if v ~= PLAYER then
  115. table.insert(PLAYERS, v)
  116. end
  117. end
  118. for i, v in pairs(PLAYERS) do
  119. if _G.FREE_FOR_ALL == false then
  120. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  121. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  122. if AIM ~= nil then
  123. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  124. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  125. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  126. local DIFF = math.floor((POS - AIM.Position).magnitude)
  127. PLAYER_HOLD[v.Name .. i] = {}
  128. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  129. PLAYER_HOLD[v.Name .. i].plr = v
  130. PLAYER_HOLD[v.Name .. i].diff = DIFF
  131. table.insert(DISTANCES, DIFF)
  132. end
  133. end
  134. elseif _G.FREE_FOR_ALL == true then
  135. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  136. if AIM ~= nil then
  137. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  138. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  139. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  140. local DIFF = math.floor((POS - AIM.Position).magnitude)
  141. PLAYER_HOLD[v.Name .. i] = {}
  142. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  143. PLAYER_HOLD[v.Name .. i].plr = v
  144. PLAYER_HOLD[v.Name .. i].diff = DIFF
  145. table.insert(DISTANCES, DIFF)
  146. end
  147. end
  148. end
  149.  
  150. if unpack(DISTANCES) == nil then
  151. return false
  152. end
  153.  
  154. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  155. if L_DISTANCE > 20 then
  156. return false
  157. end
  158.  
  159. for i, v in pairs(PLAYER_HOLD) do
  160. if v.diff == L_DISTANCE then
  161. return v.plr
  162. end
  163. end
  164. return false
  165. end
  166.  
  167. GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
  168. GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
  169. GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
  170.  
  171. GUI_MAIN.Name = 'AIMBOT'
  172.  
  173. GUI_TARGET.Size = UDim2.new(0,200,0,30)
  174. GUI_TARGET.BackgroundTransparency = 0.5
  175. GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
  176. GUI_TARGET.BorderSizePixel = 0
  177. GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
  178. GUI_TARGET.Text = 'AIMBOT : OFF'
  179. GUI_TARGET.TextColor3 = Color3.new(1,1,1)
  180. GUI_TARGET.TextStrokeTransparency = 1
  181. GUI_TARGET.TextWrapped = true
  182. GUI_TARGET.FontSize = 'Size24'
  183. GUI_TARGET.Font = 'SourceSansBold'
  184.  
  185. GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
  186. GUI_AIM_AT.BackgroundTransparency = 0.5
  187. GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
  188. GUI_AIM_AT.BorderSizePixel = 0
  189. GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
  190. GUI_AIM_AT.Text = 'AIMING : HEAD'
  191. GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
  192. GUI_AIM_AT.TextStrokeTransparency = 1
  193. GUI_AIM_AT.TextWrapped = true
  194. GUI_AIM_AT.FontSize = 'Size18'
  195. GUI_AIM_AT.Font = 'SourceSansBold'
  196.  
  197. local TRACK = false
  198.  
  199. function CREATE(BASE, TEAM)
  200. local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
  201. local ESP_DOT = Instance.new('Frame', ESP_MAIN)
  202. local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
  203.  
  204. ESP_MAIN.Name = 'ESP'
  205. ESP_MAIN.Adornee = BASE
  206. ESP_MAIN.AlwaysOnTop = true
  207. ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
  208. ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
  209.  
  210. ESP_DOT.Name = 'DOT'
  211. ESP_DOT.BackgroundColor = BrickColor.new('Bright red')
  212. ESP_DOT.BackgroundTransparency = 0.3
  213. ESP_DOT.BorderSizePixel = 0
  214. ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  215. ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
  216. ESP_DOT.Visible = true
  217. ESP_DOT.ZIndex = 10
  218.  
  219. ESP_NAME.Name = 'NAME'
  220. ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
  221. ESP_NAME.BackgroundTransparency = 1
  222. ESP_NAME.BorderSizePixel = 0
  223. ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
  224. ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
  225. ESP_NAME.Visible = true
  226. ESP_NAME.ZIndex = 10
  227. ESP_NAME.Font = 'ArialBold'
  228. ESP_NAME.FontSize = 'Size14'
  229. ESP_NAME.Text = BASE.Parent.Name:upper()
  230. ESP_NAME.TextColor = BrickColor.new('Bright red')
  231. end
  232.  
  233. function CLEAR()
  234. for _,v in pairs(PLAYER.PlayerGui:children()) do
  235. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  236. v:Destroy()
  237. end
  238. end
  239. end
  240.  
  241. function FIND()
  242. CLEAR()
  243. TRACK = true
  244. spawn(function()
  245. while wait() do
  246. if TRACK then
  247. CLEAR()
  248. for i,v in pairs(game.Players:GetChildren()) do
  249. if v.Character and v.Character:FindFirstChild('Head') then
  250. if _G.FREE_FOR_ALL == false then
  251. if v.TeamColor ~= PLAYER.TeamColor then
  252. if v.Character:FindFirstChild('Head') then
  253. CREATE(v.Character.Head, true)
  254. end
  255. end
  256. else
  257. if v.Character:FindFirstChild('Head') then
  258. CREATE(v.Character.Head, true)
  259. end
  260. end
  261. end
  262. end
  263. end
  264. end
  265. wait(1)
  266. end)
  267. end
  268.  
  269. MOUSE.KeyDown:connect(function(KEY)
  270. KEY = KEY:lower():byte()
  271. if KEY == _G.BIND then
  272. ENABLED = true
  273. end
  274. end)
  275.  
  276. MOUSE.KeyUp:connect(function(KEY)
  277. KEY = KEY:lower():byte()
  278. if KEY == _G.BIND then
  279. ENABLED = false
  280. end
  281. end)
  282.  
  283. MOUSE.KeyDown:connect(function(KEY)
  284. KEY = KEY:lower():byte()
  285. if KEY == _G.ESP_BIND then
  286. if ESP_ENABLED == false then
  287. FIND()
  288. ESP_ENABLED = true
  289. print('ESP : ON')
  290. elseif ESP_ENABLED == true then
  291. wait()
  292. CLEAR()
  293. TRACK = false
  294. ESP_ENABLED = true
  295. print('ESP : OFF')
  296. end
  297. end
  298. end)
  299.  
  300. MOUSE.KeyDown:connect(function(KEY)
  301. if KEY == _G.CHANGE_AIM then
  302. if _G.AIM_AT == 'Head' then
  303. _G.AIM_AT = 'Torso'
  304. GUI_AIM_AT.Text = 'AIMING : TORSO'
  305. elseif _G.AIM_AT == 'Torso' then
  306. _G.AIM_AT = 'Head'
  307. GUI_AIM_AT.Text = 'AIMING : HEAD'
  308. end
  309. end
  310. end)
  311.  
  312. game:GetService('RunService').RenderStepped:connect(function()
  313. if ENABLED then
  314. local TARGET = GetNearestPlayerToMouse()
  315. if (TARGET ~= false) then
  316. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  317. if AIM then
  318. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  319. end
  320. GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  321. else
  322. GUI_TARGET.Text = 'AIMBOT : OFF'
  323. end
  324. end
  325. end)
  326.  
  327. repeat
  328. wait()
  329. if ESP_ENABLED == true then
  330. FIND()
  331. end
  332. until ESP_ENABLED == false
  333. wait()
  334. _G.FREE_FOR_ALL = false
  335. _G.BIND = 118 -- LEFT ALT
  336. _G.ESP_BIND = 49 -- RIGHT CTRL
  337. end)
  338.  
  339. Speedtool.Name = "Speed tool"
  340. Speedtool.Parent = main
  341. Speedtool.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  342. Speedtool.Position = UDim2.new(0.584127009, 0, 0.681539893, 0)
  343. Speedtool.Size = UDim2.new(0, 113, 0, 50)
  344. Speedtool.Font = Enum.Font.SourceSans
  345. Speedtool.Text = "Speed tool"
  346. Speedtool.TextColor3 = Color3.fromRGB(0, 0, 0)
  347. Speedtool.TextSize = 28.000
  348. Speedtool.MouseButton1Down:connect(function()
  349. --Made By Raspyredstoner
  350. mouse = game.Players.LocalPlayer:GetMouse()
  351. tool = Instance.new("Tool")
  352. tool.RequiresHandle = false
  353. tool.Name = "Click To Speed Up"
  354. tool.Activated:connect(function()
  355. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  356. end)
  357. tool.Parent = game.Players.LocalPlayer.Backpack
  358.  
  359. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement