Advertisement
Guest User

aimbot

a guest
Dec 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. local plrs = game:G etService("Players" ) local TeamBased = true ; local teambasedswitch = "o" local presskeytoaim = true; local aimkey = "e" local raycast = false local espupdatetime = 5; autoesp = false local lockaim = true; local lockangle = 5 --function findwat(folder, what) -- for i, smth in pairs(folder:GetChi ldren()) do -- if string.find(string. lower(tostring(smth )), string.lower(what)) then -- return smth -- end -- end --end -- --l ocal plrs = findwat(game, "Players") local Gui = Instance.new("Scree nGui") local Move = Instance.new("Fra me") local Main = Instance.new("Frame ") local EspStatus = Instance.new("TextL abel") local st1 = Instance.new("Tex tLabel") local st1_2 = Instance.new("TextL abel") local st1_3 = Instance.new("TextL abel") local Name = Instance.new("Tex tLabel") --Propert ies: Gui.Name = "Gui" Gui.Parent = plrs.LocalPlayer: WaitForChild("Playe rGui") Move.Name = "Move" Move.Parent = Gui Move.Backgr oundColor3 = Color3.new(0.043137 3, 1, 0.0745098) Move.Ba ckgroundTransparenc y = 0.40000000596046 M ove.BorderSizePixel = 0 Move.Position = UDim2.new(0.005, 0,0.018, 0) Move.Size = UDim2.new(0.2814158 5, 0, 0.0320388414, 0) Main.Name = "Main" Main.Parent = Move Main.Backg roundColor3 = Color3.new(0.176471 , 0.176471, 0.176471) Main.Bac kgroundTransparency = 0.69999998807907 Main.Position = UDim2.new(0, 0, 0.995670795, 0) Main.Size = UDim2.new(1.0000006 , 0, 9.79697132, 0) EspStatus.Name = "EspStatus" EspSta tus.Parent = Main EspStatus.Bac kgroundColor3 = Color3.new(1, 1, 1) EspStatus.Backg roundTransparency = 1 EspStatus.Size = UDim2.new(0.2729 55924, 0, 0.161862016, 0) EspStatus.Font = Enum.Font.ArialBo ld EspStatus.Text = "Press T to update Esp" EspStatus.Tex tColor3 = Color3.new(0.043137 3, 1, 0.0745098) EspStat us.TextScaled = true EspStatus.Tex tSize = 14 EspStatus.TextW rapped = true st1.Name = "st1" st1.Parent = Main st1.Backgro undColor3 = Color3.new(1, 1, 1) st1.BackgroundT ransparency = 1 st1.Position = UDim2.new(0.2717878 82, 0, 0, 0) st1.Size = UDim2.new(0.7282113 43, 0, 0.161862016, 0) st1.Font = Enum.Font.ArialBold st1.Text = "Press "..aimkey.." to lock on a person inside ur view" st1.TextColo r3 = Color3.new(0.043137 3, 1, 0.0745098) st1.Tex tScaled = true st1.TextSize = 14 st1.TextWrapp ed = true st1_2.Name = "st1" st1_2.Parent = Main st1_2.Back groundColor3 = Color3.new(1, 1, 1) st1_2.Backgroun dTransparency = 1 st1_2.Position = UDim2.new(0, 0, 0.375590861, 0) st1_2.Size = UDim2.new(0.9999998 81, 0,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement