Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SkiddingOffAScript = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local btn = Instance.new("TextButton")
- local find = Instance.new("TextBox")
- local btn2 = Instance.new("TextButton")
- SkiddingOffAScript.Name = "SkiddingOffAScript"
- SkiddingOffAScript.Parent = game.CoreGui
- SkiddingOffAScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = SkiddingOffAScript
- Main.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.620057821, 0, 0.333965838, 0)
- Main.Size = UDim2.new(0, 359, 0, 213)
- Main.Draggable=true
- Main.Active=true
- btn.Name = "btn"
- btn.Parent = Main
- btn.BackgroundColor3 = Color3.new(0.466667, 0.992157, 1)
- btn.BorderSizePixel = 0
- btn.Position = UDim2.new(0.267826349, 0, 0.4852, 0)
- btn.Size = UDim2.new(0, 165, 0, 41)
- btn.Font = Enum.Font.SourceSans
- btn.Text = "Hat them"
- btn.TextColor3 = Color3.new(0, 0, 0)
- btn.TextSize = 23
- btn.MouseButton1Click:connect(function()
- for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
- if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
- game:GetService("RunService").Heartbeat:connect(function()
- v.Velocity = Vector3.new(45,0,0)
- end)
- end
- end
- if CONNECTION then
- CONNECTION:Disconnect()
- end getgenv().CONNECTION=game:GetService("RunService").RenderStepped:Connect(function()
- settings().Physics.AllowSleep = false
- settings().Physics.PhysicsEnvironmentalThrottle = Enum.EnviromentalPhysicsThrottle.Disabled
- setsimulationradius(math.huge*math.huge,math.huge*math.huge)
- end)
- wait(.8)
- game.StarterGui:SetCore("SendNotification",{
- Title="Loaded";
- Text="Well cool script";
- Duration=".8";
- Button1="NO!";
- })
- wait(.9)
- local ms=game.Players.LocalPlayer:GetMouse()
- local plr=game.Players.LocalPlayer
- local char=game.Players.LocalPlayer.Character
- local seeeeeee2=find.Text
- local plr=game.Workspace:FindFirstChild(seeeeeee2)
- for i,b in next, char:GetChildren() do
- if b.ClassName=="Accessory"then
- local ap=Instance.new("AlignPosition",b.Handle)
- local t1=Instance.new("Attachment",b.Handle)
- local t2=Instance.new("Attachment",char.Head)
- t2.Name="HiroAttachmentLillypad"
- ap.Attachment0=t1
- ap.RigidityEnabled=true
- ap.Attachment1=t2
- local ao=Instance.new("AlignOrientation",b.Handle)
- ao.Attachment0=t1
- ao.RigidityEnabled=true
- ao.Attachment1=t2
- b.Handle:BreakJoints()
- t2.Position=Vector3.new(0,.67,0)
- t2.Rotation=Vector3.new(2,0,0)
- wait(.8)
- t2.Parent=plr.Head
- end
- end
- end)
- find.Name = "find"
- find.Parent = Main
- find.BackgroundColor3 = Color3.new(1, 1, 1)
- find.Position = UDim2.new(0.16698879, 0, 0.154071063, 0)
- find.Size = UDim2.new(0, 238, 0, 34)
- find.Font = Enum.Font.SourceSans
- find.Text = ""
- find.TextColor3 = Color3.new(0, 0, 0)
- find.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement