Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - -- Farewell Infortality.
 - -- Version: 2.82
 - -- Instances:
 - local Byarfi = Instance.new("ScreenGui")
 - local Gui = Instance.new("Frame")
 - local craft = Instance.new("TextButton")
 - local craftitem = Instance.new("TextBox")
 - local TextLabel = Instance.new("TextLabel")
 - local Speed = Instance.new("TextButton")
 - local TextLabel_2 = Instance.new("TextLabel")
 - local TextLabel_3 = Instance.new("TextLabel")
 - local TextLabel_4 = Instance.new("TextLabel")
 - --Properties:
 - Byarfi.Name = "By:arfi"
 - Byarfi.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
 - Gui.Name = "Gui"
 - Gui.Parent = Byarfi
 - Gui.Active = true
 - Gui.BackgroundColor3 = Color3.new(1, 1, 1)
 - Gui.BackgroundTransparency = 0.69999998807907
 - Gui.BorderColor3 = Color3.new(0, 0, 0)
 - Gui.BorderSizePixel = 0
 - Gui.Draggable = true
 - Gui.Position = UDim2.new(0, 168, 0, 242)
 - Gui.Size = UDim2.new(0, 361, 0, 181)
 - craft.Name = "craft"
 - craft.Parent = Gui
 - craft.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
 - craft.Position = UDim2.new(0.12087632, 0, 0.633404076, 0)
 - craft.Size = UDim2.new(0, 130, 0, 40)
 - craft.Font = Enum.Font.SourceSans
 - craft.Text = "Craft!"
 - craft.TextColor3 = Color3.new(0, 0, 0)
 - craft.TextSize = 20
 - craft.MouseButton1Down:connect(function()
 - local item = craftitem.Text
 - local CI = item
 - local Event = game:GetService("ReplicatedStorage").Events.CraftItem
 - Event:FireServer(CI)
 - end)
 - craftitem.Name = "craftitem"
 - craftitem.Parent = Gui
 - craftitem.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
 - craftitem.Position = UDim2.new(0.0851171613, 0, 0.249630511, 0)
 - craftitem.Size = UDim2.new(0, 157, 0, 44)
 - craftitem.Font = Enum.Font.SourceSans
 - craftitem.Text = "\"Item To Craft Here!\""
 - craftitem.TextColor3 = Color3.new(0, 0, 0)
 - craftitem.TextSize = 14
 - TextLabel.Parent = Gui
 - TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
 - TextLabel.Position = UDim2.new(0.564089596, 0, 0.176370025, 0)
 - TextLabel.Size = UDim2.new(0, 3, 0, 129)
 - TextLabel.Font = Enum.Font.SourceSans
 - TextLabel.Text = ""
 - TextLabel.TextColor3 = Color3.new(0, 0, 0)
 - TextLabel.TextSize = 14
 - Speed.Name = "Speed"
 - Speed.Parent = Gui
 - Speed.BackgroundColor3 = Color3.new(0.596078, 0.596078, 0.596078)
 - Speed.Position = UDim2.new(0.600100696, 0, 0.246663749, 0)
 - Speed.Size = UDim2.new(0, 130, 0, 40)
 - Speed.Font = Enum.Font.SourceSans
 - Speed.Text = "Speed (q)"
 - Speed.TextColor3 = Color3.new(0, 0, 0)
 - Speed.TextSize = 20
 - Speed.MouseButton1Down:connect(function()
 - local plr = game:GetService("Players").LocalPlayer
 - local char = plr.Character
 - local mouse = game:GetService("Players").LocalPlayer:GetMouse()
 - local hum = char:FindFirstChild("HumanoidRootPart")
 - local speed = 3
 - mouse.KeyDown:connect(function(key)
 - if key == "q" then
 - loop = true
 - while loop do
 - hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
 - wait()
 - end
 - end
 - end)
 - mouse.KeyUp:connect(function(key)
 - if key == "q" then
 - loop = false
 - end
 - end)
 - end)
 - TextLabel_2.Parent = Gui
 - TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
 - TextLabel_2.Position = UDim2.new(0.63334167, 0, 0.528431773, 0)
 - TextLabel_2.Size = UDim2.new(0, 112, 0, 22)
 - TextLabel_2.Font = Enum.Font.SourceSans
 - TextLabel_2.Text = "-ComingSoon"
 - TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
 - TextLabel_2.TextSize = 14
 - TextLabel_3.Parent = Gui
 - TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
 - TextLabel_3.Position = UDim2.new(0.63334167, 0, 0.68312788, 0)
 - TextLabel_3.Size = UDim2.new(0, 112, 0, 22)
 - TextLabel_3.Font = Enum.Font.SourceSans
 - TextLabel_3.Text = "-Remove Efek"
 - TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
 - TextLabel_3.TextSize = 14
 - TextLabel_4.Parent = Gui
 - TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
 - TextLabel_4.Position = UDim2.new(0.627801538, 0, 0.898597479, 0)
 - TextLabel_4.Size = UDim2.new(0, 112, 0, 15)
 - TextLabel_4.Font = Enum.Font.SourceSans
 - TextLabel_4.Text = "ArfiAkbar#1221"
 - TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
 - TextLabel_4.TextSize = 14
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment