moonscript
Search…
moonscript
Main page
Setup moonscript
How to use moonscript
Documentation
Examples
BHop
Spinbot
API
Events
Functions
Objects
Powered By
GitBook
Spinbot
Simple Spin Bot (use if you want to get banned on every server possible)
This script will make you spin:
1
var
module
=
moduleManager
.
addModule
(
"SpinBot"
,
"Spins like a retard."
,
"Spin Bot"
);
2
var
yaw
=
0
;
3
4
module
.
hook
(
"eventPreUpdate"
,
function
(
event
)
{
5
yaw
+=
45
;
6
event
.
yaw
=
yaw
;
7
event
.
pitch
=
180
;
8
return
event
;
9
})
Copied!
Previous
BHop
Next - API
Events
Last modified
1yr ago
Copy link