Userguyinbin

aimbot script

Jul 30th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.80 KB | None | 0 0
  1. iPlayer = game.Players.LocalPlayer.Name
  2. local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
  3. Gui.Name = 'Aimware'
  4. local Grab_f = Instance.new('Frame', Gui)
  5. Grab_f.Name = 'Grab'
  6. Grab_f.Active = true
  7. Grab_f.BackgroundColor3 = Color3.new(255,0,0)
  8. Grab_f.BackgroundTransparency = 0
  9. Grab_f.BorderSizePixel = 0
  10. Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
  11. Grab_f.Size = UDim2.new(0,700,0,24)
  12. Grab_f.Draggable = true
  13. Grab_f.Visible = false
  14. local Body_f = Instance.new('Frame', Grab_f)
  15. Body_f.Name = 'Body'
  16. Body_f.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
  17. Body_f.BackgroundTransparency = 0.5
  18. Body_f.BorderSizePixel = 0
  19. Body_f.Position = UDim2.new(0,0,0,25)
  20. Body_f.Size = UDim2.new(0,700,0,170)
  21. Body_f.Visible = false
  22. local Title = Instance.new('TextLabel', Grab_f)
  23. Title.Name = 'Title'
  24. Title.BackgroundTransparency = 1
  25. Title.Position = UDim2.new(0,130,0,0)
  26. Title.Size = UDim2.new(0,200,1,0)
  27. Title.Font = 'SourceSansLight'
  28. Title.FontSize = 'Size18'
  29. Title.Text = "Aimware for ROBLOX v1 Pink Buttons are for APOC only!"
  30. Title.TextColor3 = Color3.new(255,255,255)
  31. Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
  32. Title.TextStrokeTransparency = 0
  33. Title.Visible = false
  34. local PlayerName = Instance.new('TextBox', Body_f)
  35. PlayerName.Name = 'PlayerName'
  36. PlayerName.BorderSizePixel = 0
  37. PlayerName.Position = UDim2.new(0,10,0,10)
  38. PlayerName.Size = UDim2.new(0,280,0,30)
  39. PlayerName.Font = 'SourceSans'
  40. PlayerName.FontSize = 'Size18'
  41. PlayerName.Text = 'Player name [plr]'
  42. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  43. PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
  44. PlayerName.TextWrapped = true
  45. PlayerName.BackgroundColor3 = Color3.new(255,170/255,255)
  46.  
  47. local Credits = Instance.new('TextLabel', Body_f)
  48. Credits.BackgroundTransparency = 1
  49. Credits.Text = 'Apoc stuff is pasted from Raspberry Pi'
  50. Credits.Position = UDim2.new(0,0,1,0)
  51. Credits.Size = UDim2.new(1,0,0,20)
  52.  
  53. local Command_Aimbot_Esp = Instance.new('TextButton', Body_f)
  54. Command_Aimbot_Esp.Name = 'Aimbot_esp'
  55. Command_Aimbot_Esp.BackgroundColor3 = Color3.new(255, 255, 255)
  56. Command_Aimbot_Esp.BackgroundTransparency = 0.1
  57. Command_Aimbot_Esp.BorderSizePixel = 0
  58. Command_Aimbot_Esp.Position = UDim2.new(0,300,0,50)
  59. Command_Aimbot_Esp.Size = UDim2.new(0,135,0,30)
  60. Command_Aimbot_Esp.Font = 'SourceSansItalic'
  61. Command_Aimbot_Esp.FontSize = 'Size18'
  62. Command_Aimbot_Esp.Text = 'Load Aimbot/Esp'
  63. Command_Aimbot_Esp.TextColor3 = Color3.new(80/255,80/255,80/255)
  64. Command_Aimbot_Esp.TextWrapped = true
  65.  
  66. local Command_Bighead = Instance.new('TextButton', Body_f)
  67. Command_Bighead.Name = 'Bighead'
  68. Command_Bighead.BackgroundColor3 = Color3.new(255, 255, 255)
  69. Command_Bighead.BackgroundTransparency = 0.1
  70. Command_Bighead.BorderSizePixel = 0
  71. Command_Bighead.Position = UDim2.new(0,300,0,90)
  72. Command_Bighead.Size = UDim2.new(0,135,0,30)
  73. Command_Bighead.Font = 'SourceSansItalic'
  74. Command_Bighead.FontSize = 'Size18'
  75. Command_Bighead.Text = 'Bighead Hack'
  76. Command_Bighead.TextColor3 = Color3.new(80/255,80/255,80/255)
  77. Command_Bighead.TextWrapped = true
  78.  
  79. local Command_Bigtors = Instance.new('TextButton', Body_f)
  80. Command_Bigtors.Name = 'Bighead'
  81. Command_Bigtors.BackgroundColor3 = Color3.new(255, 255, 255)
  82. Command_Bigtors.BackgroundTransparency = 0.1
  83. Command_Bigtors.BorderSizePixel = 0
  84. Command_Bigtors.Position = UDim2.new(0,300,0,130)
  85. Command_Bigtors.Size = UDim2.new(0,135,0,30)
  86. Command_Bigtors.Font = 'SourceSansItalic'
  87. Command_Bigtors.FontSize = 'Size18'
  88. Command_Bigtors.Text = 'BigTorso Hack'
  89. Command_Bigtors.TextColor3 = Color3.new(80/255,80/255,80/255)
  90. Command_Bigtors.TextWrapped = true
  91.  
  92. local Command_God = Instance.new('TextButton', Body_f)
  93. Command_God.Name = 'God'
  94. Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
  95. Command_God.BackgroundTransparency = 0.1
  96. Command_God.BorderSizePixel = 0
  97. Command_God.Position = UDim2.new(0,10,0,50)
  98. Command_God.Size = UDim2.new(0,135,0,30)
  99. Command_God.Font = 'SourceSansItalic'
  100. Command_God.FontSize = 'Size18'
  101. Command_God.Text = 'GOD [plr]'
  102. Command_God.TextColor3 = Color3.new(80/255,80/255,80/255)
  103. Command_God.TextWrapped = true
  104.  
  105. local Command_KillAll = Command_God:Clone()
  106. Command_KillAll.Name = 'KillAll'
  107. Command_KillAll.Parent = Body_f
  108. Command_KillAll.Position = UDim2.new(0,155,0,50)
  109. Command_KillAll.Text = 'KILL ALL'
  110.  
  111. local Command_KillPlr = Command_God:Clone()
  112. Command_KillPlr.Name = 'KillPlr'
  113. Command_KillPlr.Parent = Body_f
  114. Command_KillPlr.Position = UDim2.new(0,10,0,90)
  115. Command_KillPlr.Text = 'KILL [plr]'
  116.  
  117. local Command_TpMe = Command_God:Clone()
  118. Command_TpMe.Name = 'TpMe'
  119. Command_TpMe.Parent = Body_f
  120. Command_TpMe.Position = UDim2.new(0,10,0,130)
  121. Command_TpMe.Text = 'TP [plr] ME'
  122.  
  123. local Command_TpTo = Command_God:Clone()
  124. Command_TpTo.Name = 'TpTo'
  125. Command_TpTo.Parent = Body_f
  126. Command_TpTo.Position = UDim2.new(0,155,0,130)
  127. Command_TpTo.Text = 'TP ME [plr]'
  128.  
  129. local Command_TpAllMe = Command_God:Clone()
  130. Command_TpAllMe.Name = 'TpAllMe'
  131. Command_TpAllMe.Parent = Body_f
  132. Command_TpAllMe.Position = UDim2.new(0,155,0,90)
  133. Command_TpAllMe.Text = 'TP ALL ME'
  134.  
  135. Command_God.MouseButton1Down:connect(function()
  136. Player = game.Workspace:FindFirstChild(PlayerName.Text)
  137. while wait() do
  138. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 5000000)
  139. end
  140. end)
  141.  
  142. Command_Bighead.MouseButton1Down:connect(function()
  143. __Hed.HeadSize = 40
  144. __Hed.HeadOffset = 20
  145. __Hed.Enabled = true
  146. game:service'RunService'.Stepped:connect(function()
  147. if __Hed.Enabled then
  148. for i,v in pairs(game:service'Players':GetPlayers()) do
  149. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  150. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  151. pcall(function()
  152. v.Character.Head.CanCollide = false
  153. v.Character.Head.Size = Vector3.new(__Hed.HeadSize,__Hed.HeadSize,__Hed.HeadSize)
  154. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Hed.HeadOffset,0)
  155. end)
  156. --end
  157. end
  158. end
  159. end
  160. end)
  161. end)
  162. Command_Bigtors.MouseButton1Down:connect(function()
  163. __Tors.TorsoSize = 40
  164. __Tors.TorsoOffset = 20
  165. __Tors.Enabled = true
  166. game:service'RunService'.Stepped:connect(function()
  167. if __Tors.Enabled then
  168. for i,v in pairs(game:service'Players':GetPlayers()) do
  169. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  170. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  171. pcall(function()
  172. v.Character.Torso.CanCollide = false
  173. v.Character.Torso.Size = Vector3.new(__Tors.TorsoSize,__Tors.TorsoSize,__Tors.TorsoSize)
  174. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Tors.TorsoOffset,0)
  175. end)
  176. --end
  177. end
  178. end
  179. end
  180. end)
  181. end)
  182. Command_KillAll.MouseButton1Down:connect(function()
  183. for i,v in pairs(game.Players:GetPlayers()) do
  184. if v.Name == game.Players.LocalPlayer.Name then
  185. print('nope')
  186. else
  187. getPlayer = game.Workspace:FindFirstChild(v.Name)
  188. wait(.01)
  189. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -5345355)
  190. end
  191. end
  192. end)
  193.  
  194. Command_KillPlr.MouseButton1Down:connect(function()
  195. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  196. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -5000000)
  197. end)
  198.  
  199. Command_TpMe.MouseButton1Down:connect(function()
  200. gitPlayer = PlayerName.Text
  201. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  202. end)
  203.  
  204. Command_TpTo.MouseButton1Down:connect(function()
  205. gitPlayer = PlayerName.Text
  206. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  207. end)
  208.  
  209. Command_TpAllMe.MouseButton1Down:connect(function()
  210. for i,v in pairs(game.Players:GetPlayers()) do
  211. if v.Name == game.Players.LocalPlayer.Name then
  212. print'nope'
  213. else
  214. wait(.01)
  215. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  216. end
  217. end
  218. end)
  219.  
  220. Command_Aimbot_Esp.MouseButton1Down:connect(function()
  221. local Headshot_Key = Enum.KeyCode.C
  222. local Torsoshot_Key = Enum.KeyCode.V
  223.  
  224. local plr = game.Players.LocalPlayer
  225. local Gui = Instance.new("ScreenGui",game.CoreGui)
  226. Gui.Name = "AimbotGui"
  227. local version = "1.0.1"
  228.  
  229. HDown = false
  230. TDown = false
  231. mouse = game.Players.LocalPlayer:GetMouse()
  232. cam = game.Workspace.CurrentCamera
  233. Players = game:service("Players")
  234.  
  235. function onKeyPress(inputObject, gameProcessedEvent)
  236. if inputObject.KeyCode == Headshot_Key then
  237. if HDown == false and TDown == false then
  238. HDown = true
  239. print("[AIMBOT] Calculating closest player")
  240. local targetpoint = mouse.Hit
  241. local p = game.Players:GetChildren()
  242. local lowestdist = 99999999999
  243. local lowestplayer = nil
  244. local lowesthum = nil
  245. for i=1,#p do
  246. if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
  247. if (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
  248. local hum = p[i].Character:FindFirstChild("Humanoid")
  249. if hum==nil then
  250. hum = p[i].Character:FindFirstChild("Hum")
  251. end
  252. if hum then
  253. if hum.Health >0 then
  254. local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
  255. if dist < lowestdist then
  256. lowestdist = dist
  257. lowestplayer = p[i]
  258. lowesthum = hum
  259. end
  260. end
  261. end
  262. end
  263. end
  264. end
  265. if lowestplayer~=nil then
  266. print("[AIMBOT] Targeting "..lowestplayer.Name)
  267. while HDown and lowesthum.Health>0 do
  268. wait()
  269. local TPos = nil
  270. if game.PlaceId==245240458 then -- Impulse
  271. TPos = lowestplayer.Character.PsuedoHead
  272. if TPos~=nil then
  273. TPos = TPos.Position
  274. end
  275. else
  276. TPos = lowestplayer.Character.Head
  277. if TPos~=nil then
  278. TPos = TPos.Position
  279. end
  280. end
  281. if TPos~=nil then
  282. cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
  283. end
  284. end
  285. end
  286. end
  287. elseif inputObject.KeyCode == Torsoshot_Key then
  288. if TDown == false and HDown == false then
  289. TDown = true
  290. print("[AIMBOT] Calculating closest player")
  291. local targetpoint = mouse.Hit
  292. local p = game.Players:GetChildren()
  293. local lowestdist = 99999999999
  294. local lowestplayer = nil
  295. local lowesthum = nil
  296. for i=1,#p do
  297. if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
  298. if p[i].Character~=nil and (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
  299. local hum = p[i].Character:FindFirstChild("Humanoid")
  300. if hum==nil then
  301. hum = p[i].Character:FindFirstChild("Hum")
  302. end
  303. if hum then
  304. if hum.Health >0 then
  305. local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
  306. if dist < lowestdist then
  307. lowestdist = dist
  308. lowestplayer = p[i]
  309. lowesthum = hum
  310. end
  311. end
  312. end
  313. end
  314. end
  315. end
  316. if lowestplayer~=nil then
  317. print("[AIMBOT] Targeting "..lowestplayer.Name)
  318. while TDown and lowesthum.Health>0 do
  319. wait()
  320. local TPos = nil
  321. if game.PlaceId==245240458 then -- Impulse
  322. TPos = lowestplayer.Character.Torso
  323. if TPos~=nil then
  324. TPos = TPos.Position
  325. end
  326. else
  327. TPos = lowestplayer.Character.Torso
  328. if TPos~=nil then
  329. TPos = TPos.Position
  330. end
  331. end
  332. cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
  333. end
  334. end
  335. end
  336. end
  337. end
  338.  
  339. function onKeyRelease(inputObject, gameProcessedEvent)
  340. if inputObject.KeyCode == Headshot_Key then
  341. HDown = false
  342. elseif inputObject.KeyCode == Torsoshot_Key then
  343. TDown = false
  344. end
  345. end
  346.  
  347. function Esp(player, username)
  348. if player ~= Players.LocalPlayer and player.Character then
  349. local torso = nil
  350. if game.PlaceId==245240458 then -- impulse
  351. torso = player.Character:FindFirstChild("PsuedoTorso")
  352. else
  353. torso = player.Character:FindFirstChild("Torso")
  354. end
  355. if torso then
  356. local base = Instance.new("BillboardGui", workspace.CurrentCamera)
  357. local esP = Instance.new("Frame", base)
  358. base.AlwaysOnTop = true
  359. base.Enabled = true
  360. base.Size = UDim2.new(3.5,0,4.7,0)
  361. base.Name = username
  362. base.Adornee = torso
  363. base.StudsOffset = Vector3.new(0, -0.6, 0)
  364. esP.BackgroundColor3 = Color3.new(1,0,0)
  365. esP.BackgroundTransparency = 0.8
  366. esP.BorderColor3 = Color3.new(0,0,0)
  367. esP.BorderSizePixel = 1
  368. esP.Size = UDim2.new(1,0,1,0)
  369. end
  370. end
  371. end
  372.  
  373. function CheckEsp()
  374. for x,player in pairs(Players:GetChildren()) do
  375. if player then
  376. if player.TeamColor ~= plr.TeamColor or game.PlaceId==245240458 or game.PlaceId==492156726 or (game.PlaceId==146449216--[[hex uses values]] and player.TeamId.Value~=game.Players.LocalPlayer.TeamId.Value) then -- impulse doesn't use teams
  377. local char = player.Character
  378. if char then
  379. local torso = nil
  380. if game.PlaceId==245240458 then
  381. torso = char:FindFirstChild("PsuedoTorso")
  382. else
  383. torso = char:FindFirstChild("Torso")
  384. end
  385. if torso then
  386. local currentcam = workspace.CurrentCamera
  387. local playerName = player.Name
  388. if currentcam:FindFirstChild(playerName) == nil then
  389. Esp(player, playerName)
  390. end
  391. end
  392. end
  393. end
  394. end
  395. end
  396. end
  397.  
  398. local function createframe(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex)
  399. local newframe = Instance.new("Frame")
  400. newframe.BackgroundColor3 = bkgc3
  401. newframe.BackgroundTransparency = bkgtrans
  402. newframe.BorderColor3 = borderc3
  403. newframe.BorderSizePixel = bordersize
  404. newframe.Name = name
  405. newframe.Parent = parent
  406. newframe.Position = pos
  407. newframe.Rotation = rot
  408. newframe.Size = size
  409. newframe.Visible = visible
  410. newframe.ZIndex = zindex
  411. return newframe
  412. end
  413.  
  414. local function createlabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
  415. local newlabel = Instance.new("TextLabel")
  416. newlabel.BackgroundColor3 = bkgc3
  417. newlabel.BackgroundTransparency = bkgtrans
  418. newlabel.BorderColor3 = borderc3
  419. newlabel.BorderSizePixel = bordersize
  420. newlabel.Name = name
  421. newlabel.Parent = parent
  422. newlabel.Position = pos
  423. newlabel.Rotation = rot
  424. newlabel.Size = size
  425. newlabel.Visible = visible
  426. newlabel.ZIndex = zindex
  427. newlabel.Font = font
  428. newlabel.FontSize = fontsize
  429. newlabel.Text = text
  430. newlabel.TextColor3 = textc3
  431. newlabel.TextScaled = textscaled
  432. newlabel.TextStrokeColor3 = textstrokec3
  433. newlabel.TextStrokeTransparency = textstroketrans
  434. newlabel.TextTransparency = texttrans
  435. newlabel.TextWrapped = textwrapped
  436. newlabel.TextXAlignment = xalign
  437. newlabel.TextYAlignment = yalign
  438. return newlabel
  439. end
  440.  
  441. local function createbutton(autocolor, bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
  442. local newbutton = Instance.new("TextButton")
  443. newbutton.AutoButtonColor = autocolor
  444. newbutton.BackgroundColor3 = bkgc3
  445. newbutton.BackgroundTransparency = bkgtrans
  446. newbutton.BorderColor3 = borderc3
  447. newbutton.BorderSizePixel = bordersize
  448. newbutton.Name = name
  449. newbutton.Parent = parent
  450. newbutton.Position = pos
  451. newbutton.Rotation = rot
  452. newbutton.Size = size
  453. newbutton.Visible = visible
  454. newbutton.ZIndex = zindex
  455. newbutton.Font = font
  456. newbutton.FontSize = fontsize
  457. newbutton.Text = text
  458. newbutton.TextColor3 = textc3
  459. newbutton.TextScaled = textscaled
  460. newbutton.TextStrokeColor3 = textstrokec3
  461. newbutton.TextStrokeTransparency = textstroketrans
  462. newbutton.TextTransparency = texttrans
  463. newbutton.TextWrapped = textwrapped
  464. newbutton.TextXAlignment = xalign
  465. newbutton.TextYAlignment = yalign
  466. return newbutton
  467. end
  468.  
  469. local function createtextbox(bkgc3,bkgtrans,borderc3, bordersize, clrtext, multiline, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
  470. local newbox = Instance.new("TextBox")
  471. newbox.BackgroundColor3 = bkgc3
  472. newbox.BackgroundTransparency = bkgtrans
  473. newbox.BorderColor3 = borderc3
  474. newbox.BorderSizePixel = bordersize
  475. newbox.ClearTextOnFocus = clrtext
  476. newbox.MultiLine = multiline
  477. newbox.Name = name
  478. newbox.Parent = parent
  479. newbox.Position = pos
  480. newbox.Rotation = rot
  481. newbox.Size = size
  482. newbox.Visible = visible
  483. newbox.ZIndex = zindex
  484. newbox.Font = font
  485. newbox.FontSize = fontsize
  486. newbox.Text = text
  487. newbox.TextColor3 = textc3
  488. newbox.TextScaled = textscaled
  489. newbox.TextStrokeColor3 = textstrokec3
  490. newbox.TextStrokeTransparency = textstroketrans
  491. newbox.TextTransparency = texttrans
  492. newbox.TextWrapped = textwrapped
  493. newbox.TextXAlignment = xalign
  494. newbox.TextYAlignment = yalign
  495. return newbox
  496. end
  497.  
  498. local function createimagelabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, image, imagetrans)
  499. local newimage = Instance.new("ImageLabel")
  500. newimage.BackgroundColor3 = bkgc3
  501. newimage.BackgroundTransparency = bkgtrans
  502. newimage.BorderColor3 = borderc3
  503. newimage.BorderSizePixel = bordersize
  504. newimage.Name = name
  505. newimage.Parent = parent
  506. newimage.Position = pos
  507. newimage.Rotation = rot
  508. newimage.Size = size
  509. newimage.Visible = visible
  510. newimage.ZIndex = zindex
  511. newimage.Image = "rbxassetid://"..image
  512. newimage.ImageTransparency = imagetrans
  513. return newimage
  514. end
  515.  
  516. -------------------------------INITIALIZE INTRO GUI-------------------------------------
  517. local IntroFrame = createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(27/255,42/255,53/255),0,"IntroFrame",Gui,UDim2.new(0,-330,0,0),0,UDim2.new(0,300,1,0),true,1)
  518. --[[bar]] createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(0,0,0),0,"bar",IntroFrame,UDim2.new(1,0,0,0),0,UDim2.new(0,30,0,90),true,1)
  519. --[[slant]] createimagelabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Slant",IntroFrame,UDim2.new(1,0,0,90),90,UDim2.new(0,30,0,30),true,1,474172996,0)
  520. --[[creator]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Creator",IntroFrame,UDim2.new(0,80,1,-40),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size28,"Vape",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
  521. --[[creatorlabel]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"CreatorLabel",IntroFrame,UDim2.new(0,80,1,-70),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size18,"Made by:",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
  522. --[[desc]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Desc",IntroFrame,UDim2.new(0,0,0,120),0,UDim2.new(1,0,0,90),true,1,Enum.Font.SourceSansLight,Enum.FontSize.Size14,"Headshot Key is C Bodyshot Key is V",Color3.new(0,0,0), true,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
  523. --[[subtitle]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"SubTitle",IntroFrame,UDim2.new(0.5,-150,0,70),0,UDim2.new(0,300,0,40),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size32,"Aimbot/ESP",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
  524. --[[title]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Title",IntroFrame,UDim2.new(0.5,-105,0,20),0,UDim2.new(0,210,0,60),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size60,"Aimware",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
  525.  
  526. IntroFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true)
  527. wait(3.5)
  528. IntroFrame:TweenPosition(UDim2.new(0,-330,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Quart,0.5,true)
  529. wait(0.5)
  530. Gui:Destroy()
  531.  
  532. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  533. game:GetService("UserInputService").InputEnded:connect(onKeyRelease)
  534.  
  535.  
  536.  
  537. while wait(1) do
  538. CheckEsp()
  539. end
  540. end)
  541.  
  542. local mouse = game.Players.LocalPlayer:GetMouse()
  543.  
  544. mouse.KeyDown:connect(function(key)
  545. if key == "q" then
  546. if Body_f.Visible == true then
  547. Body_f.Visible = false
  548. Grab_f.Visible = false
  549. Title.Visible = false
  550. elseif Body_f.Visible == false then
  551. Body_f.Visible = true
  552. Grab_f.Visible = true
  553. Title.Visible = true
  554. end
  555. end
  556. end)
  557. --
  558.  
  559. while wait() do
  560. Credits.TextColor3 = Color3.new(1,0,0)
  561. for i=1,15 do
  562. game:GetService("RunService").RenderStepped:wait()
  563. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
  564. end
  565. for i=1,15 do
  566. game:GetService("RunService").RenderStepped:wait()
  567. Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  568. end
  569. for i=1,15 do
  570. game:GetService("RunService").RenderStepped:wait()
  571. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
  572. end
  573. for i=1,15 do
  574. game:GetService("RunService").RenderStepped:wait()
  575. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
  576. end
  577. for i=1,15 do
  578. game:GetService("RunService").RenderStepped:wait()
  579. Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
  580. end
  581. for i=1,15 do
  582. game:GetService("RunService").RenderStepped:wait()
  583. Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
  584. end
  585. end
Add Comment
Please, Sign In to add comment