Speedhack Roblox

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üye
Katılım
17 Mar 2022
Mesajlar
22
Tepki puanı
17
Ödüller
1
Yaş
23
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)
 
Onaylı Üye
Katılım
4 Ara 2021
Mesajlar
70
Tepki puanı
12
Ödüller
2
Yaş
25
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)
paylaştığın için teşekkürler
 
Seçkin Üye
Katılım
12 May 2020
Mesajlar
588
Tepki puanı
40
Ödüller
5
Yaş
31
6 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)
Working on official servers as well?
 
Süper Üye
Katılım
31 Mar 2019
Mesajlar
621
Çözümler
2
Tepki puanı
58
Ödüller
8
Yaş
23
7 HİZMET YILI
very nice job i like it very much
 
Uzman Üye
Katılım
1 Mar 2020
Mesajlar
154
Tepki puanı
8
Ödüller
6
Yaş
27
6 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)
Thank you very good job
 
ERROR PROBLEM FIXER
Support
Katılım
25 Eyl 2018
Mesajlar
5,366
Çözümler
1,450
Tepki puanı
2,351
Ödüller
20
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)
look good dude thank you man
 
Onaylı Üye
Katılım
11 Ocak 2017
Mesajlar
71
Çözümler
1
Tepki puanı
14
Ödüller
6
9 HİZMET YILI
Working on official servers as well?
with an executor you can use it all it doesnt matter offical or unoffical also you can use this:

_G.Doge = true;
_G.dogespeed = 80;

local mt = getrawmetatable(game)
local old = mt.__newindex
setreadonly(mt, false)

mt.__newindex = newcclosure(function(t,k,v)
pcall(function()
if t == game:GetService("Players").LocalPlayer.Character.Humanoid and k == "WalkSpeed" and _G.Doge then
v = _G.dogespeed;
end
end)
return old(t,k,v)
end)

this one for shindo life but you can modify for you game.
 
Seçkin Üye
Katılım
12 May 2020
Mesajlar
588
Tepki puanı
40
Ödüller
5
Yaş
31
6 HİZMET YILI
with an executor you can use it all it doesnt matter offical or unoffical also you can use this:

_G.Doge = true;
_G.dogespeed = 80;

local mt = getrawmetatable(game)
local old = mt.__newindex
setreadonly(mt, false)

mt.__newindex = newcclosure(function(t,k,v)
pcall(function()
if t == game:GetService("Players").LocalPlayer.Character.Humanoid and k == "WalkSpeed" and _G.Doge then
v = _G.dogespeed;
end
end)
return old(t,k,v)
end)

this one for shindo life but you can modify for you game.
Thanks for confirmation :)
 
Seçkin Üye
Katılım
18 Ocak 2019
Mesajlar
301
Çözümler
1
Tepki puanı
19
Ödüller
8
Yaş
30
7 HİZMET YILI
is it safe to use it ?
 
Onaylı Üye
Katılım
24 Ocak 2021
Mesajlar
51
Tepki puanı
6
Ödüller
1
Yaş
23
5 HİZMET YILI
Very nice bu arada ben beğendim elinize emeğinize sağlık iyi oyunlar
 
Uzman Üye
Katılım
5 Eyl 2018
Mesajlar
183
Tepki puanı
14
Ödüller
5
Yaş
27
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)
what compiler do you use?
 
Warrior
Süper Üye
Katılım
19 Tem 2020
Mesajlar
653
Çözümler
4
Tepki puanı
56
Ödüller
4
5 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)
thanks for code have a nice days
 
Onaylı Üye
Katılım
16 Ara 2018
Mesajlar
145
Çözümler
1
Tepki puanı
6
Ödüller
5
Yaş
26
7 HİZMET YILI
güzel düşünmüşsün ama bu tarz hileler zaten var yinede sağ ol noclip yaparsanız daha iyi olur fix yemişti
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst