Advertisement
Guest User

asd

a guest
Sep 18th, 2019
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. local a=game:GetService('Players').LocalPlayer;local b=false;function GetPlayer(c)local d={}local e=c:lower()if e=="all"then for f,g in pairs(game:GetService("Players"):GetPlayers())do table.insert(d,g)end elseif e=="others"then for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name~=a.Name then table.insert(d,g)end end elseif e=="me"then for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name==a.Name then table.insert(d,g)end end else for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name:lower():sub(1,#c)==c:lower()then table.insert(d,g)end end end;return d end;local h=Instance.new("ScreenGui")local i=Instance.new("Frame")local j=Instance.new("TextLabel")local k=Instance.new("TextBox")local l=Instance.new("TextButton")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextButton")local p=Instance.new("ImageLabel")h.Name="yeetguiv4"h.Parent=game:GetService('CoreGui')h.ResetOnSpawn=false;i.Name="onetwoseventhree"i.Parent=h;i.Active=true;i.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)i.BorderSizePixel=0;i.Position=UDim2.new(0.112530395,0,0.565217376,0)i.Size=UDim2.new(0.239294425,0,0.260869563,0)j.Parent=i;j.BackgroundColor3=Color3.new(0.14902,0.14902,0.14902)j.BorderSizePixel=0;j.Position=UDim2.new(3.87869541e-08,0,0,0)j.Size=UDim2.new(1.00000048,0,0.190522879,0)j.Font=Enum.Font.SourceSans;j.Text="fe yeet gui v4 | by scuba kermit"j.TextColor3=Color3.new(1,1,1)j.TextSize=18;k.Name="player"k.Parent=i;k.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)k.BorderSizePixel=0;k.Position=UDim2.new(0.162684351,0,0.266666681,0)k.Size=UDim2.new(0.674478829,0,0.194444448,0)k.Font=Enum.Font.SourceSans;k.PlaceholderText="player name (can be shortened)"k.Text=""k.TextColor3=Color3.new(1,1,1)k.TextSize=14;l.Name="yeet"l.Parent=i;l.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)l.BorderSizePixel=0;l.Position=UDim2.new(0.0381292067,0,0.51111114,0)l.Size=UDim2.new(0.453329861,0,0.177777782,0)l.Font=Enum.Font.SourceSans;l.Text="Yeet Player"l.TextColor3=Color3.new(1,1,1)l.TextSize=18;m.Name="ultrayeet"m.Parent=i;m.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)m.BorderSizePixel=0;m.Position=UDim2.new(0.513472319,0,0.51111114,0)m.Size=UDim2.new(0.453329861,0,0.177777782,0)m.Font=Enum.Font.SourceSans;m.Text="Ultra Yeet Player"m.TextColor3=Color3.new(1,1,1)m.TextSize=18;n.Name="supernovayeet"n.Parent=i;n.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)n.BorderSizePixel=0;n.Position=UDim2.new(0.0381291807,0,0.722222269,0)n.Size=UDim2.new(0.453329861,0,0.177777782,0)n.Font=Enum.Font.SourceSans;n.Text="Supernova Yeet Player"n.TextColor3=Color3.new(1,1,1)n.TextSize=18;o.Name="stop"o.Parent=i;o.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)o.BorderSizePixel=0;o.Position=UDim2.new(0.513472319,0,0.722222269,0)o.Size=UDim2.new(0.453329861,0,0.177777782,0)o.Font=Enum.Font.SourceSans;o.Text="Stop Yeeting"o.TextColor3=Color3.new(1,1,1)o.TextSize=18;p.Parent=i;p.BackgroundColor3=Color3.new(1,1,1)p.BackgroundTransparency=1;p.BorderSizePixel=0;p.Position=UDim2.new(0.0228774771,0,0,0)p.Size=UDim2.new(0.104219697,0,0.190522939,0)p.Image="rbxassetid://2941043433"l.MouseButton1Click:Connect(function()local q=unpack(GetPlayer(k.Text)).Character;a.Character.Humanoid.PlatformStand=true;b=true;local r=Instance.new('BodyThrust',a.Character.HumanoidRootPart)r.Force=Vector3.new(2590,2590,2590)r.Name="yeetforce"repeat a.Character.HumanoidRootPart.CFrame=q.Head.CFrame;r.Location=q.Head.Position;game:GetService('RunService').Heartbeat:wait()until not q.Head or b==false end)m.MouseButton1Click:Connect(function()local q=unpack(GetPlayer(k.Text)).Character;a.Character.Humanoid.PlatformStand=true;b=true;local r=Instance.new('BodyThrust',a.Character.HumanoidRootPart)r.Force=Vector3.new(9999,9999,9999)r.Name="yeetforce"repeat a.Character.HumanoidRootPart.CFrame=q.Head.CFrame;r.Location=q.Head.Position;game:GetService('RunService').Heartbeat:wait()until not q.Head or b==false end)n.MouseButton1Click:Connect(function()local q=unpack(GetPlayer(k.Text)).Character;a.Character.Humanoid.PlatformStand=true;b=true;local r=Instance.new('BodyThrust',a.Character.HumanoidRootPart)r.Force=Vector3.new(18000,18000,18000)r.Name="yeetforce"repeat a.Character.HumanoidRootPart.CFrame=q.Head.CFrame;r.Location=q.Head.Position;game:GetService('RunService').Heartbeat:wait()until not q.Head or b==false end)local s=game:GetService("UserInputService")function dragify(t)dragToggle=nil;dragSpeed=1;dragInput=nil;dragStart=nil;dragPos=nil;function updateInput(u)Delta=u.Position-dragStart;Position=UDim2.new(startPos.X.Scale,startPos.X.Offset+Delta.X,startPos.Y.Scale,startPos.Y.Offset+Delta.Y)game:GetService("TweenService"):Create(t,TweenInfo.new(0.25),{Position=Position}):Play()end;t.InputBegan:Connect(function(u)if u.UserInputType==Enum.UserInputType.MouseButton1 or u.UserInputType==Enum.UserInputType.Touch then if s:GetFocusedTextBox()==nil then dragToggle=true;dragStart=u.Position;startPos=t.Position;u.Changed:Connect(function()if u.UserInputState==Enum.UserInputState.End then dragToggle=false end end)end end end)t.InputChanged:Connect(function(u)if u.UserInputType==Enum.UserInputType.MouseMovement or u.UserInputType==Enum.UserInputType.Touch then dragInput=u end end)game:GetService("UserInputService").InputChanged:Connect(function(u)if u==dragInput and dragToggle then updateInput(u)end end)end;dragify(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement