Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local U1 = game:GetService("Players").LocalPlayer
- local U2 = game:GetService("Workspace").CurrentCamera
- local U3 = game:GetService("TweenService")
- local U4 = Instance.new("ScreenGui")
- local U5 = Instance.new("Frame")
- local U6 = Instance.new("TextButton")
- local U7 = Instance.new("TextLabel")
- U4.Parent = U1:WaitForChild("PlayerGui")
- U4.ResetOnSpawn = false
- U5.Parent = U4
- U5.Size = UDim2.new(0, 200, 0, 80)
- U5.Position = UDim2.new(0.5, -100, 0.5, -40)
- U5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- U5.BorderSizePixel = 0
- U5.Active = true
- U5.Draggable = true
- U6.Parent = U5
- U6.Size = UDim2.new(1, -30, 1, -30)
- U6.Position = UDim2.new(0, 15, 0, 15)
- U6.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- U6.Text = "Throw Far"
- U6.TextColor3 = Color3.fromRGB(255, 255, 255)
- U6.Font = Enum.Font.SourceSansBold
- U6.TextSize = 16
- U7.Parent = U4
- U7.Size = UDim2.new(0, 200, 0, 50)
- U7.Position = UDim2.new(0.5, -100, 0.1, 0)
- U7.BackgroundTransparency = 0
- U7.Text = "Script by Vanihgol333"
- U7.TextColor3 = Color3.fromRGB(255, 255, 255)
- U7.TextScaled = true
- spawn(function()
- wait(3)
- U7.Visible = false
- end)
- spawn(function()
- while wait(1) do
- if U7.Text ~= "Script by Vanihgol333" then
- error("Script has been modified. Unauthorized change detected!")
- end
- end
- end)
- local X1 = "S".."c".."r".."i".."p".."t".." by ".."V".."a".."n".."i".."h".."g".."o".."l".."3".."3".."3"
- assert(X1 == "Script by Vanihgol333", "Hidden message corrupted!")
- local function U8()
- if U2 then
- local V1 = U2.CFrame
- local V2 = V1 * CFrame.new(0, 0, -100)
- local V3 = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
- local V4 = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut)
- local V5 = U3:Create(U2, V3, {CFrame = V2})
- local V6 = U3:Create(U2, V4, {CFrame = V1})
- V5:Play()
- task.wait(0.18)
- game:GetService("ReplicatedStorage"):WaitForChild("Shared"):WaitForChild("Remotes"):WaitForChild("RequestStopDrag"):FireServer()
- task.wait(0.02)
- V6:Play()
- end
- end
- U6.MouseButton1Click:Connect(function()
- U6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- U8()
- task.wait(0.2)
- U6.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement