Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7 
	Еда
Еда
Подгоните кто нибудь обычный скрипт что бы чар кушал.(стики)
			
			
									
									
						Re: Еда
Code: Select all
from datetime import datetime as dt
from time import sleep as wait
food = 0x1234 #type of food
def main():
    msg = 'simply full'
    now_ = dt.now()
    while InJournalBetweenTimes(msg, now_, dt.now()) < 0 and not Dead():
        UseType(food, -1)
        wait(1)        
if __name__ == '__main__':
    main()