Speedhack Roblox

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
🔥MemoryHackers🔥
Seçkin Üye
Katılım
2 Nis 2021
Mesajlar
304
Tepki puanı
42
Ödüller
5
Yaş
28
Sosyal
5 HİZMET YILI
tnx
Post automatically merged:

ow tnx i will try
 
Ultra Üye
Katılım
27 Ocak 2020
Mesajlar
1,994
Çözümler
139
Tepki puanı
531
Ödüller
10
6 HİZMET YILI
thank you man i have been looking for it to use it on my menu
 
Onaylı Üye
Katılım
24 Ağu 2021
Mesajlar
53
Tepki puanı
3
Ödüller
3
Yaş
24
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)
yess\
Post automatically merged:

y
 
Onaylı Üye
Katılım
6 Haz 2021
Mesajlar
49
Çözümler
1
Tepki puanı
10
Ödüller
1
Yaş
27
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)
cool script
 
Süper Üye
Katılım
19 Haz 2021
Mesajlar
937
Çözümler
1
Tepki puanı
158
Ödüller
4
Yaş
28
4 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.
oh great
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst