Categories > Coding > Lua >
HELP! WALKSPEED DETECTOR
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!
Exploit i have : Synapse X , Sir hurt .Â
Hubs i use , Dark hub , Alpha XÂ
Guis I made : Tower of hell > https://pastebin.com/5gV0H08w
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
Cancel
Post
Hello, i'm TotallyNotWabz, and i'm not Wabz at all!
DM for key sys.
full time arch user
Replied
hello , Note im a beginer , learing how to use remote spy , make teleport scripts etc so yeah
also it didnt work lol
Cancel
Post
Exploit i have : Synapse X , Sir hurt .Â
Hubs i use , Dark hub , Alpha XÂ
Guis I made : Tower of hell > https://pastebin.com/5gV0H08w
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.
Cancel
Post
it will no longer be possible to contact me here, but i will be on session for at least a bit :)
0520984e5ed65f84673ff6d3421d89a3b3e1dff2ed54cbd4ed012351789a347913
Replied
while wait() do
print(game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Walkspeed) --prints walkspeed into dev console every milisecond
end
Cancel
Post
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 )
Cancel
Post