|
| 29 Apr 2013 04:50 PM |
I would try it myself, but I'm on my laptop. And studio always crashes on it. Anyway, it's supposed to kick players from the game if they're speed hacking.
game.Players.PlayerAdded:connect(function(p) while wait(0.03) do if p.Character.Humanoid.Walkspeed>16 then p.Character:Destroy() end end end) |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 04:53 PM |
| Error "Walkspeed is not a valid member of Humanoid" |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 04:53 PM |
I don't think speedhacking changes the humanoid's speed. But if it does, then:
Game.Players.PlayerAdded:connect(function(Player) while wait(1/30) do if Player.Character.Humanoid.WalkSpeed > 16 then -- It's WalkSpeed Player:Destroy() -- Not their character end end end) |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 29 Apr 2013 05:03 PM |
@Cody It does, you search a arny and bytes version of "WalkSpeed 16" and change it To stop speed hacking, make everyones walkspeed something like 15.99999999 |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 05:16 PM |
| UnBuild that would not prevent any exploiter who knew what hey were doing. |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 05:18 PM |
| And when you speed hack is does not change the humanoids actual walkspeed. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 29 Apr 2013 05:32 PM |
@Not Go into play solo Speed hack they way I said it Look at your walkspeed Now change you walkspeed to 15.999999 and try and do it. I've done it before (In solo) it works. |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 05:38 PM |
Nope your still wrong... If the players find a STATIC address for th walkspeed it does not matter if the walkspeed in your game is 56. They can still change it. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 29 Apr 2013 05:40 PM |
| Most people won't know that though, they will just be like "omg youtub lied!!!!!" |
|
|
| Report Abuse |
|
|
| |
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
|
| 29 Apr 2013 05:42 PM |
@UnB,
Either "Speed hacking" has downgraded since I knew about that stuff, or the way you know is terrible...
The way I remember it just sped up your game time.. |
|
|
| Report Abuse |
|
|
|
| 29 Apr 2013 05:44 PM |
Woof that's what i thought too...
But i have actually made an anti hack that prevents speeding up the client...
|
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 29 Apr 2013 05:44 PM |
@Woof It did do that, now you lose connection for making it 1.1 speed (1 is default) |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
|
| 29 Apr 2013 05:45 PM |
Haha, that's funny. =)
Speed hacking is the stupidest exploit out there... :/ If you're going to risk your account do something different...
^Probably shouldn't be saying that but... I doubt most exploiters know how. |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 29 Apr 2013 05:49 PM |
The only reason I learned how was so I could learn how to stop it. 15.999999 will stop most people But you could have a changed event check if there speed higher then is aloud and change it back or crashban them |
|
|
| Report Abuse |
|
|