ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Evade
671 Views

Auto Walk

EvadeUploaded by
3 months ago
Please login to perform these actions:

Description

Make Your character walks by itself MOVE_DIRECTION = Vector3.new(0, 0, 1) = backwards MOVE_DIRECTION = Vector3.new(0, 0, -1) = frontwards MOVE_DIRECTION = Vector3.new(-1, 0, 0) = left MOVE_DIRECTION = Vector3.new(1, 0, 0) =right you can use this to create bot player for auto farming if you never wanted to get ban

View Raw
Edited By: ItzPnsdg Download


Comments
2
User profile picture
helloimgregory89 3 months ago
I want a script that auto walks me to avoid nextbot...not teleporting
helloimgregory89's profile picturehelloimgregory89I want a script that auto walks me to avoid nextbo...
User profile picture
ItzPnsdg 3 months ago
@helloimgregory89 u can write new logic with this script
Please Login to add a comment.