Speedhack Roblox

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
26 Nis 2022
Mesajlar
50
Tepki puanı
2
Ödüller
2
Yaş
24
4 HİZMET YILI
vouch thx but like this scripts is outdated you can use iy or other hubs
 
Onaylı Üye
Katılım
18 Nis 2022
Mesajlar
50
Tepki puanı
1
Ödüller
3
Yaş
45
4 HİZMET YILI
-- This walkspeed script is the same as others , but does not change to default speed when you reset. ENJOY !
_G.HackedWalkSpeed = 100 local Plrs = game:GetService("Players") local MyPlr = Plrs.LocalPlayer local MyChar = MyPlr.Character if MyChar then local Hum = MyChar.Humanoid Hum.Changed:connect(function() Hum.WalkSpeed = _G.HackedWalkSpeed end) Hum.WalkSpeed = _G.HackedWalkSpeed end MyPlr.CharacterAdded:connect(function(Char) MyChar = Char repeat wait() until Char:FindFirstChild("Humanoid") local Hum = Char.Humanoid Hum.Changed:connect(function() Hum.WalkSpeed = _G.HackedWalkSpeed end) Hum.WalkSpeed = _G.HackedWalkSpeed end) -- end of script
da3651e59d6006dfa5fa07ec3102d1f3.svg
 
average professional lua scripter
Banlı Üye
Katılım
24 Kas 2018
Mesajlar
153
Tepki puanı
23
Ödüller
4
Sosyal
7 HİZMET YILI
Roblox speedhack
You can change speed here fifth line: speed = 15 --Only change this
Button: "c"
Lua:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Character = player.Character or player.CharacterAdded:wait()

speed = 15 --Only change this
getgenv().Toggled=false
getgenv().KeyBind="c" --Only change this
getgenv().Delay=0
local UIS=game:GetService'UserInputService'

local function Source()
    --Script
    player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + player.Character.HumanoidRootPart.CFrame.lookVector*speed --Change 10 the distance you want the player to be able to teleport
    print('l')
end
UIS.InputBegan:Connect(function(Key)
    if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind:upper()] and not UIS:GetFocusedTextBox() then
        if getgenv().Toggled then
            getgenv().Toggled=false
            warn'Disabled!'
        elseif not getgenv().Toggled then
            getgenv().Toggled=true
            warn'Enabled!'
            while getgenv().Toggled do
                Source()
                wait(getgenv().Delay)
            end
        end
    end
end)
bu kadar uzatmana hiç gerek yoktu
ben direk sana çözümü vereyim
Lua:
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 31
Post automatically merged:

eğer speedi bindlemek isteniyorsa
Enum.KeyCode.C
 
Onaylı Üye
Katılım
1 Nis 2022
Mesajlar
50
Tepki puanı
1
Ödüller
2
Yaş
43
4 HİZMET YILI
Roblox speedhack
You can change speed here fifth line: speed = 15 --Only change this
Button: "c"
Lua:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Character = player.Character or player.CharacterAdded:wait()

speed = 15 --Only change this
getgenv().Toggled=false
getgenv().KeyBind="c" --Only change this
getgenv().Delay=0
local UIS=game:GetService'UserInputService'

local function Source()
    --Script
    player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + player.Character.HumanoidRootPart.CFrame.lookVector*speed --Change 10 the distance you want the player to be able to teleport
    print('l')
end
UIS.InputBegan:Connect(function(Key)
    if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind:upper()] and not UIS:GetFocusedTextBox() then
        if getgenv().Toggled then
            getgenv().Toggled=false
            warn'Disabled!'
        elseif not getgenv().Toggled then
            getgenv().Toggled=true
            warn'Enabled!'
            while getgenv().Toggled do
                Source()
                wait(getgenv().Delay)
            end
        end
    end
end)
knk bende olmadı krnl üzerinden yaptım hangi executor üzerinden yapıcaz
 
Uzman Üye
Katılım
24 May 2022
Mesajlar
206
Tepki puanı
5
Ödüller
2
Yaş
24
4 HİZMET YILI
speedhack ın ayarlamasını yapamıyorum nasıl yapılıcak
 
Banlı Üye
Katılım
11 Haz 2022
Mesajlar
131
Çözümler
2
Tepki puanı
8
Yaş
26
3 HİZMET YILI
beyler daha iyi hileler var bu okadar gelişmiş deyil iyi akşamlar
 
Onaylı Üye
Katılım
7 Ara 2021
Mesajlar
53
Tepki puanı
5
Ödüller
2
Yaş
26
4 HİZMET YILI
I've been playing roblox for almost 8 years this game really changed my life omg
 
Onaylı Üye
Katılım
26 Ara 2021
Mesajlar
73
Tepki puanı
5
Ödüller
2
4 HİZMET YILI
Roblox speedhack
You can change speed here fifth line: speed = 15 --Only change this
Button: "c"
Lua:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Character = player.Character or player.CharacterAdded:wait()

speed = 15 --Only change this
getgenv().Toggled=false
getgenv().KeyBind="c" --Only change this
getgenv().Delay=0
local UIS=game:GetService'UserInputService'

local function Source()
    --Script
    player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + player.Character.HumanoidRootPart.CFrame.lookVector*speed --Change 10 the distance you want the player to be able to teleport
    print('l')
end
UIS.InputBegan:Connect(function(Key)
    if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind:upper()] and not UIS:GetFocusedTextBox() then
        if getgenv().Toggled then
            getgenv().Toggled=false
            warn'Disabled!'
        elseif not getgenv().Toggled then
            getgenv().Toggled=true
            warn'Enabled!'
            while getgenv().Toggled do
                Source()
                wait(getgenv().Delay)
            end
        end
    end
end)
kod yararlı eline sağlık.
 
Seçkin Üye
Katılım
12 Nis 2019
Mesajlar
311
Tepki puanı
15
Ödüller
6
Yaş
32
7 HİZMET YILI
Roblox speedhack
You can change speed here fifth line: speed = 15 --Only change this
Button: "c"
Lua:
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local Character = player.Character or player.CharacterAdded:wait()

speed = 15 --Only change this
getgenv().Toggled=false
getgenv().KeyBind="c" --Only change this
getgenv().Delay=0
local UIS=game:GetService'UserInputService'

local function Source()
    --Script
    player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + player.Character.HumanoidRootPart.CFrame.lookVector*speed --Change 10 the distance you want the player to be able to teleport
    print('l')
end
UIS.InputBegan:Connect(function(Key)
    if Key.KeyCode==Enum.KeyCode[getgenv().KeyBind:upper()] and not UIS:GetFocusedTextBox() then
        if getgenv().Toggled then
            getgenv().Toggled=false
            warn'Disabled!'
        elseif not getgenv().Toggled then
            getgenv().Toggled=true
            warn'Enabled!'
            while getgenv().Toggled do
                Source()
                wait(getgenv().Delay)
            end
        end
    end
end)
sağol kanka kod olumlu problem yoktur.
 
Silver Chariot Requiem
Banlı Üye
Katılım
15 Şub 2020
Mesajlar
62
Tepki puanı
1
Ödüller
3
6 HİZMET YILI
hocam FE insanları yanımıza çekme varmı?
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst