Never . Pastebin is a website where you can store text online for a set period of time. Sign Up, it unlocks many cool features! By continuing to use Pastebin, you agree to our use of cookies as described in the, for i,v in pairs(game.ReplicatedStorage.assets.items:GetChildren()) do, --I'm just gonna start releasing all my stuff on here people tend to find their way here even without me linking them. a guest . May 12th, 2019. Script GUI NightHax. 40 min ago, Lua | 8,294 . Join The Server! Not a member of Pastebin yet?
NightPlays. 28,262 .
Roblox Aimbot Script. Sign Up, it unlocks many cool features! 43 min ago, C | 50,293 . Jan 15th, 2019. 40 min ago, Lua | JSON | 58 min ago, T-SQL | 48 min ago, T-SQL | 1 hour ago, We use cookies for various purposes including analytics. 19 min ago, C++ | 45 min ago, Python | -- Hold E when you shoot to automatically aimbot and the ESP is still a work in progress --, local Gui = Instance.new("ScreenGui",game.CoreGui), mouse = game.Players.LocalPlayer:GetMouse(), function onKeyPress(inputObject, gameProcessedEvent), if inputObject.KeyCode == Headshot_Key then, if HDown == false and TDown == false then, print("[AIMBOT] Calculating closest player"), if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil and p[i].Character~=nil and p[i].TeamColor~=game.Players.LocalPlayer.TeamColor and p[i].Character.Humanoid.Health >0 and p[i].TeamColor~=BrickColor.new("White") then, local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z)), print("[AIMBOT] Targeting "..lowestplayer.Name), local TPos = lowestplayer.Character.Head.Position, cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z)), elseif inputObject.KeyCode == Torsoshot_Key then, if TDown == false and HDown == false then, local TPos = lowestplayer.Character.Torso.Position, function onKeyRelease(inputObject, gameProcessedEvent), if player ~= Players.LocalPlayer and player.Character then, local torso = player.Character:FindFirstChild("Torso"), local base = Instance.new("BillboardGui", workspace.CurrentCamera), base.StudsOffset = Vector3.new(0, -0.6, 0), for x,player in pairs(Players:GetChildren()) do, if player.TeamColor ~= plr.TeamColor then, local torso = char:FindFirstChild("Torso"), local currentcam = workspace.CurrentCamera, if currentcam:FindFirstChild(playerName) == nil then, local function createframe(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex), newframe.BackgroundTransparency = bkgtrans, 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), local newlabel = Instance.new("TextLabel"), newlabel.BackgroundTransparency = bkgtrans, newlabel.TextStrokeTransparency = textstroketrans, 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), local newbutton = Instance.new("TextButton"), newbutton.BackgroundTransparency = bkgtrans, newbutton.TextStrokeColor3 = textstrokec3, newbutton.TextStrokeTransparency = textstroketrans, 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), newbox.TextStrokeTransparency = textstroketrans, local function createimagelabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, image, imagetrans), local newimage = Instance.new("ImageLabel"), newimage.BackgroundTransparency = bkgtrans, -------------------------------INITIALIZE INTRO GUI-------------------------------------, 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), --[[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), --[[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), --[[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,"Symplicity",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center), --[[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), --[[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,"Feel free to share, just give me creds :) The ESP was not originally created by me, I don't know who created it",Color3.new(0,0,0), true,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center), --[[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), --[[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,"FPS",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center), IntroFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true), IntroFrame:TweenPosition(UDim2.new(0,-330,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Quart,0.5,true), game:GetService("UserInputService").InputBegan:connect(onKeyPress), game:GetService("UserInputService").InputEnded:connect(onKeyRelease), JSON | Join our discord server, here you can contact me, submit your own scripts onto the website, talk to other people, play with others, share scripts, exploit together and have fun! LocalPlayer .
Lua 14.29 KB . 48 min ago, T-SQL | ¯\_(ツ)_/¯ -------Scapters. 59 min ago, Python | AutoMC. Pastebin is a website where you can store text online for a set period of time. Not a member of Pastebin yet? Roblox ESP Script.
Pastebin.com is the number one paste tool since 2002. Not a member of Pastebin yet? 45 min ago, Python | local Char = script. 19 min ago, C++ |
Pastebin.com is the number one paste tool since 2002. Sign Up, it unlocks many cool features!
Players. Sep 13th, 2019. In Need Of An Exploit? If you're in need of an exploit, you can install multiple good and free exploits from my website. text 7.24 KB . 43 min ago, C | 1 hour ago, We use cookies for various purposes including analytics. Parent. 58 min ago, T-SQL | text 10.91 KB . Never . local plr = game. 59 min ago, Python | raw download clone embed print report. By continuing to use Pastebin, you agree to our use of cookies as described in the.