Add files via upload

This commit is contained in:
Freaku17 2022-03-22 22:30:50 +05:30 committed by GitHub
parent 991f086e21
commit da7d93f4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@ from .Handlers import handlemsg, handlemsg_all
import ba, _ba
from tools import corelib
Commands = ['fly', 'invisible', 'headless', 'creepy', 'celebrate', 'spaz','speed']
CommandAliases = ['inv', 'hl', 'creep', 'celeb']
Commands = ['fly', 'invisible', 'headless', 'creepy', 'celebrate', 'spaz', 'speed', 'floater']
CommandAliases = ['inv', 'hl', 'creep', 'celeb', 'flo']
@ -43,6 +43,16 @@ def ExcelCommand(command, arguments, clientid, accountid):
elif command == 'spaz':
spaz(arguments)
elif command in ['floater','flo']:
floater(clientid)
def floater(clientid):
try:
from .. import floater
floater.assignFloInputs(clientid)
except:
pass
def speed(arguments):
if arguments ==[] or arguments==['']: