Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SpeedSimulator = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local TextLabel3 = Instance.new("TextLabel")
- local TextLabel2 = Instance.new("TextLabel")
- local TextLabel1 = Instance.new("TextLabel")
- local TextLabel4 = Instance.new("TextLabel")
- local Buy = Instance.new("TextButton")
- local Exp = Instance.new("TextButton")
- local Diamonds = Instance.new("TextButton")
- local Steps = Instance.new("TextButton")
- local Crates = Instance.new("TextButton")
- --Properties:
- SpeedSimulator.Name = "Speed Simulator"
- SpeedSimulator.Parent = game.CoreGui
- Frame.Parent = SpeedSimulator
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.0101302462, 0, 0.482566237, 0)
- Frame.Size = UDim2.new(0, 103, 0, 36)
- Frame.Style = Enum.FrameStyle.DropShadow
- Open.Name = "Open"
- Open.Parent = Frame
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.89999997615814
- Open.Position = UDim2.new(0.0485436879, 0, -0.305555552, 0)
- Open.Size = UDim2.new(0, 79, 0, 30)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- main.Visible = true
- Frame.Visible = false
- end)
- main.Name = "main"
- main.Parent = SpeedSimulator
- main.BackgroundColor3 = Color3.new(1, 1, 1)
- main.Position = UDim2.new(0.32132262, 0, 0.27573061, 0)
- main.Size = UDim2.new(0, 440, 0, 273)
- main.Style = Enum.FrameStyle.DropShadow
- main.Visible = false
- main.Active = true
- main.Draggable = true
- Close.Name = "Close"
- Close.Parent = main
- Close.BackgroundColor3 = Color3.new(0, 0, 0)
- Close.BackgroundTransparency = 0.5
- Close.Position = UDim2.new(0.954666674, 0, -0.0113636367, 0)
- Close.Size = UDim2.new(0, 19, 0, 16)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.333333, 1, 1)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- Frame.Visible = true
- main.Visible = false
- end)
- TextLabel3.Name = "TextLabel3"
- TextLabel3.Parent = main
- TextLabel3.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel3.BackgroundTransparency = 0.89999997615814
- TextLabel3.Position = UDim2.new(0.258607715, 0, 0.746706605, 0)
- TextLabel3.Size = UDim2.new(0, 200, 0, 17)
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.Text = "More Coming Soon"
- TextLabel3.TextColor3 = Color3.new(1, 1, 0)
- TextLabel3.TextSize = 14
- TextLabel2.Name = "TextLabel2"
- TextLabel2.Parent = main
- TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel2.BackgroundTransparency = 0.89999997615814
- TextLabel2.Position = UDim2.new(0.255587548, 0, 0.521157861, 0)
- TextLabel2.Size = UDim2.new(0, 200, 0, 18)
- TextLabel2.Font = Enum.Font.SourceSans
- TextLabel2.Text = "My Discord:Dont Know#8913"
- TextLabel2.TextColor3 = Color3.new(1, 1, 0)
- TextLabel2.TextSize = 14
- TextLabel1.Name = "TextLabel1"
- TextLabel1.Parent = main
- TextLabel1.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel1.BackgroundTransparency = 0.89999997615814
- TextLabel1.Position = UDim2.new(0.254083663, 0, 0.640161335, 0)
- TextLabel1.Size = UDim2.new(0, 200, 0, 17)
- TextLabel1.Font = Enum.Font.SourceSans
- TextLabel1.Text = "Created by Ionut v3rm"
- TextLabel1.TextColor3 = Color3.new(1, 1, 0)
- TextLabel1.TextSize = 14
- TextLabel4.Name = "TextLabel4"
- TextLabel4.Parent = main
- TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel4.BackgroundTransparency = 0.80000001192093
- TextLabel4.Position = UDim2.new(-0.00699300691, 0, -0.0118110273, 0)
- TextLabel4.Size = UDim2.new(0, 419, 0, 20)
- TextLabel4.Font = Enum.Font.SourceSans
- TextLabel4.Text = "Speed Simulator GUI"
- TextLabel4.TextColor3 = Color3.new(0, 1, 0)
- TextLabel4.TextSize = 14
- Buy.Name = "Buy"
- Buy.Parent = main
- Buy.BackgroundColor3 = Color3.new(0, 0, 0)
- Buy.BackgroundTransparency = 0.60000002384186
- Buy.Position = UDim2.new(-0.00348305237, 0, 0.279727668, 0)
- Buy.Size = UDim2.new(0, 124, 0, 34)
- Buy.Font = Enum.Font.SourceSans
- Buy.Text = "Buy Legends Crates"
- Buy.TextColor3 = Color3.new(0, 1, 1)
- Buy.TextSize = 14
- Buy.MouseButton1Down:connect(function()
- while wait() do
- local A_1 = "buyCrate"
- local A_2 = "Legends Crate"
- local Event = game:GetService("ReplicatedStorage").rEvents.crateEvent
- Event:FireServer(A_1, A_2)
- end
- end)
- Exp.Name = "Exp"
- Exp.Parent = main
- Exp.BackgroundColor3 = Color3.new(0, 0, 0)
- Exp.BackgroundTransparency = 0.60000002384186
- Exp.Position = UDim2.new(0.701709092, 0, 0.09706451, 0)
- Exp.Size = UDim2.new(0, 124, 0, 34)
- Exp.Font = Enum.Font.SourceSans
- Exp.Text = "Inf.Exp"
- Exp.TextColor3 = Color3.new(0, 1, 1)
- Exp.TextSize = 14
- Exp.MouseButton1Down:connect(function()
- while true do
- local A_1 = "exp"
- local A_2 = 50000000
- local Event = game:GetService("ReplicatedStorage").SpeedHandler
- Event:FireServer(A_1, A_2)
- wait(0)
- end
- end)
- Diamonds.Name = "Diamonds"
- Diamonds.Parent = main
- Diamonds.BackgroundColor3 = Color3.new(0, 0, 0)
- Diamonds.BackgroundTransparency = 0.60000002384186
- Diamonds.Position = UDim2.new(-0.00581402704, 0, 0.101001516, 0)
- Diamonds.Size = UDim2.new(0, 124, 0, 34)
- Diamonds.Font = Enum.Font.SourceSans
- Diamonds.Text = "Inf.Diamonds"
- Diamonds.TextColor3 = Color3.new(0, 1, 1)
- Diamonds.TextSize = 14
- Diamonds.MouseButton1Down:connect(function()
- while wait() do
- local A_1 = "diamonds"
- local A_2 = 6666666
- local Event = game:GetService("ReplicatedStorage").SpeedHandler
- Event:FireServer(A_1, A_2)
- end
- end)
- Steps.Name = "Steps"
- Steps.Parent = main
- Steps.BackgroundColor3 = Color3.new(0, 0, 0)
- Steps.BackgroundTransparency = 0.60000002384186
- Steps.Position = UDim2.new(0.348498315, 0, 0.0986253023, 0)
- Steps.Size = UDim2.new(0, 124, 0, 34)
- Steps.Font = Enum.Font.SourceSans
- Steps.Text = "Inf.Steps"
- Steps.TextColor3 = Color3.new(0, 1, 1)
- Steps.TextSize = 14
- Steps.MouseButton1Down:connect(function()
- local A_1 = "steps"
- local A_2 = 5000000
- local Event = game:GetService("ReplicatedStorage").SpeedHandler
- Event:FireServer(A_1, A_2)
- end)
- Crates.Name = "Crates"
- Crates.Parent = main
- Crates.BackgroundColor3 = Color3.new(0, 0, 0)
- Crates.BackgroundTransparency = 0.60000002384186
- Crates.Position = UDim2.new(0.702810705, 0, 0.279727668, 0)
- Crates.Size = UDim2.new(0, 124, 0, 34)
- Crates.Font = Enum.Font.SourceSans
- Crates.Text = "Open Legends Crates"
- Crates.TextColor3 = Color3.new(0, 1, 1)
- Crates.TextSize = 14
- Crates.MouseButton1Down:connect(function()
- while wait() do
- local A_1 = "Legends Crate"
- local Event = game:GetService("ReplicatedStorage").rEvents.crateRemote
- Event:InvokeServer(A_1)
- end
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment