Categories > Coding > Lua >

HELP! WALKSPEED DETECTOR

Posts: 227

Threads: 45

Joined: Mar, 2020

Reputation: -16

Posted

can someone please give me a script that tells me my speed , im trying to make a script that gives me speed boost without needing the speed Enhancer!

  • 0

Exploit i have : Synapse X , Sir hurt . 

Hubs i use , Dark hub , Alpha X 

Guis I made : Tower of hell > https://pastebin.com/5gV0H08w

Posts: 91

Threads: 5

Joined: Aug, 2020

Reputation: 7

Replied

not trying to offend or whatever, but you own a huge server with a ton of scripts, and you cant write something like that?

 

what i would do if i knew lua would be to write an async function (or a coroutine) which displays your speed and refreshes each 0.1 secs

 

game:GetService("Players").LocalPlayer.WalkSpeed if i look at the roblox docs

 

for GUIs idk and im very lazy, maybe watch a tutorial or something, lua is very easy to learn

  • 0

Hello, i'm TotallyNotWabz, and i'm not Wabz at all!

DM for key sys.

full time arch user

Posts: 227

Threads: 45

Joined: Mar, 2020

Reputation: -16

Replied

hello , Note im a beginer , learing how to use remote spy , make teleport scripts etc so yeah

also it didnt work lol

  • 0

Exploit i have : Synapse X , Sir hurt . 

Hubs i use , Dark hub , Alpha X 

Guis I made : Tower of hell > https://pastebin.com/5gV0H08w

Posts: 247

Threads: 6

Joined: Nov, 2020

Reputation: 8

Replied

The unsafe way to monitor the player's speed is to simply read the value that defines what the speed of the player should be when moving, this is WalkSpeed. You can access it with game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed, which will return a float which is 16 at default and is measured in studs per second.

You can combine this with the .Changed event in order to monitor for any changes. A more accurate but tradeoff method for measuring player speed is to factor in time and distance moved, although this is only ever useful for anticheats or scenarios when certain physics interactions propel the user and cannot be calculated accurately on their own.

  • 0

it will no longer be possible to contact me here, but i will be on session for at least a bit :)

0520984e5ed65f84673ff6d3421d89a3b3e1dff2ed54cbd4ed012351789a347913

Posts: 18

Threads: 6

Joined: Sep, 2020

Reputation: 0

Replied

while wait() do

print(game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Walkspeed) --prints walkspeed into dev console every milisecond

end

  • 0

Exploits i use: Sentinel, toaster and Random exploit projects i have, And Synapse  click for KRNL source code

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )