Tailoring BOD Filler

  • Автор темы
  • Посетитель

Tailoring BOD Filler

#16718
// Author: Kraz
// Description: Tailoring BOD Filler
if not @findobject 'Bulk Source'
  promptalias 'Bulk Source'
endif
if not @findobject 'Bulk Destination'
  promptalias 'Bulk Destination'
endif
if not @findobject 'Restock'
  promptalias 'Restock'
endif
if not @findobject 'Trash BODs Destination'
  promptalias 'Trash BODs Destination'
endif
if not @findobject 'Trash Barrel'
  promptalias 'Trash Barrel'
endif
// Craft Info
if not listexists 'CraftInfo'
  @createlist 'CraftInfo'
  // Hats
  @pushlist 'CraftInfo' 0x1544
  @pushlist 'CraftInfo' 0x1540
  @pushlist 'CraftInfo' 0x1713
  @pushlist 'CraftInfo' 0x1715
  @pushlist 'CraftInfo' 0x1714
  @pushlist 'CraftInfo' 0x1716
  @pushlist 'CraftInfo' 0x1717
  @pushlist 'CraftInfo' 0x1718
  @pushlist 'CraftInfo' 0x1719
  @pushlist 'CraftInfo' 0x171a
  @pushlist 'CraftInfo' 0x171b
  @pushlist 'CraftInfo' 0x171c
  @pushlist 'CraftInfo' 0x2306
  // Shirts
  @pushlist 'CraftInfo' 0x1f7b
  @pushlist 'CraftInfo' 0x1efd
  @pushlist 'CraftInfo' 0x2310
  @pushlist 'CraftInfo' 0x1517
  @pushlist 'CraftInfo' 0x1fa1
  @pushlist 'CraftInfo' 0x1ffd
  @pushlist 'CraftInfo' 0x1f01
  @pushlist 'CraftInfo' 0x1f00
  @pushlist 'CraftInfo' 0x1515
  @pushlist 'CraftInfo' 0x1f03
  @pushlist 'CraftInfo' 0x1f9f
  @pushlist 'CraftInfo' 0x230a
  @pushlist 'CraftInfo' 0x230e
  // Pants
  @pushlist 'CraftInfo' 0x152e
  @pushlist 'CraftInfo' 0x1539
  @pushlist 'CraftInfo' 0x1537
  @pushlist 'CraftInfo' 0x1516
  // Miscellaneous
  @pushlist 'CraftInfo' 0x1541
  @pushlist 'CraftInfo' 0x153b
  @pushlist 'CraftInfo' 0x153d
  // Footwear
  @pushlist 'CraftInfo' 0x2307
  @pushlist 'CraftInfo' 0x1711
  // Leather
  @pushlist 'CraftInfo' 0x13c7
  @pushlist 'CraftInfo' 0x1db9
  @pushlist 'CraftInfo' 0x13c6
  @pushlist 'CraftInfo' 0x13cd
  @pushlist 'CraftInfo' 0x13cb
  @pushlist 'CraftInfo' 0x13cc
  // Studded
  @pushlist 'CraftInfo' 0x13d6
  @pushlist 'CraftInfo' 0x13d5
  @pushlist 'CraftInfo' 0x13dc
  @pushlist 'CraftInfo' 0x13da
  @pushlist 'CraftInfo' 0x13db
  // Female Armor
  @pushlist 'CraftInfo' 0x1c00
  @pushlist 'CraftInfo' 0x1c08
  @pushlist 'CraftInfo' 0x1c0a
  @pushlist 'CraftInfo' 0x1c0c
  @pushlist 'CraftInfo' 0x1c06
  @pushlist 'CraftInfo' 0x1c02
endif
// Search for a Tailoring BOD to fill
if @findtype 0x2258 0x483 'backpack'
  @setalias 'bod' 'found'
  useobject! 'bod'
  waitforgump 0x5afbd742 15000
  // Combine
  if not targetexists 'server'
    replygump 0x5afbd742 2
    waitforgump 0x5afbd742 15000
    waitfortarget 5000
  endif
  // Check for sewing kits
  if @findtype 0xf9d 0 'backpack'
    pause 1500
    @setalias 'sewing kit' 'found'
    useobject! 'sewing kit'
    waitforgump 0x38920abd 15000
    // Craft
    while targetexists 'server'
      // Check for sewing kit before craft
      if not @findobject 'sewing kit'
        break
      endif
      if not @ingump 0x5afbd742 'leather' and not @ingump 0x5afbd742 'studded'
        // Check for cut cloths
        if @counttype 0x1766 'any' 'backpack' < 50 and @counttype 0x1767 'any' 'backpack' < 50
          if @movetype 0x1766 'Restock' 'backpack' 0 0 0 'any' 100
            pause 1500
          elseif @movetype 0x1767 'Restock' 'backpack' 0 0 0 'any' 100
            pause 1500
          else
            sysmsg 'Out of cloths!' 25
            @canceltarget
            stop
          endif
        endif
        // Hats
        if @ingump 0x5afbd742 'skullcap'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;0&#93;
        elseif @ingump 0x5afbd742 'bandana'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;1&#93;
        elseif @ingump 0x5afbd742 'floppy hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;2&#93;
        elseif @ingump 0x5afbd742 'cap'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;3&#93;
        elseif @ingump 0x5afbd742 'wide-brim hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 30
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;4&#93;
        elseif @ingump 0x5afbd742 'tall straw hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 44
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;5&#93;
        elseif @ingump 0x5afbd742 'straw hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 37
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;6&#93;
        elseif @ingump 0x5afbd742 "wizard's hat"
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 51
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;7&#93;
        elseif @ingump 0x5afbd742 'bonnet'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 58
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;8&#93;
        elseif @ingump 0x5afbd742 'feathered hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 65
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;9&#93;
        elseif @ingump 0x5afbd742 'tricorne hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 72
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;10&#93;
        elseif @ingump 0x5afbd742 'jester hat'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 79
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;11&#93;
        elseif @ingump 0x5afbd742 'flower garland'
          replygump 0x38920abd 1
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 86
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;12&#93;
          // Shirts
        elseif @ingump 0x5afbd742 'doublet'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;13&#93;
        elseif @ingump 0x5afbd742 'fancy shirt'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;14&#93;
        elseif @ingump 0x5afbd742 'formal shirt'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 86
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;15&#93;
        elseif @ingump 0x5afbd742 'shirt'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;16&#93;
        elseif @ingump 0x5afbd742 'tunic'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;17&#93;
        elseif @ingump 0x5afbd742 'surcoat'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 30
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;18&#93;
        elseif @ingump 0x5afbd742 'plain dress'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 37
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;19&#93;
        elseif @ingump 0x5afbd742 'fancy dress'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 44
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;20&#93;
        elseif @ingump 0x5afbd742 'cloak'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 51
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;21&#93;
        elseif @ingump 0x5afbd742 'robe'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 58
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;22&#93;
        elseif @ingump 0x5afbd742 'jester suit'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 65
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;23&#93;
        elseif @ingump 0x5afbd742 'fur cape'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 72
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;24&#93;
        elseif @ingump 0x5afbd742 'gilded dress'
          replygump 0x38920abd 8
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 79
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;25&#93;
          // Pants
        elseif @ingump 0x5afbd742 'short pants'
          replygump 0x38920abd 15
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;26&#93;
        elseif @ingump 0x5afbd742 'long pants'
          replygump 0x38920abd 15
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;27&#93;
        elseif @ingump 0x5afbd742 'kilt'
          replygump 0x38920abd 15
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;28&#93;
        elseif @ingump 0x5afbd742 'skirt'
          replygump 0x38920abd 15
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;29&#93;
          // Miscellaneous
        elseif @ingump 0x5afbd742 'body sash'
          replygump 0x38920abd 22
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;30&#93;
        elseif @ingump 0x5afbd742 'half apron'
          replygump 0x38920abd 22
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;31&#93;
        elseif @ingump 0x5afbd742 'full apron'
          replygump 0x38920abd 22
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;32&#93;
          // Footwear
        elseif @ingump 0x5afbd742 'fur boots'
          replygump 0x38920abd 29
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;33&#93;
        elseif @ingump 0x5afbd742 'thigh boots'
          replygump 0x38920abd 29
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 44
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;34&#93;
        else
          @unsetalias 'found'
        endif
      else
        // Check for leathers
        if @counttype 0x1081 'any' 'backpack' < 50
          if @movetype 0x1081 'Restock' 'backpack' 0 0 0 0 100
            pause 1500
          else
            sysmsg 'Out of leathers!' 25
            @canceltarget
            stop
          endif
        endif
        // Leather
        if @ingump 0x5afbd742 'leather gorget'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;35&#93;
        elseif @ingump 0x5afbd742 'leather cap'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 30
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;36&#93;
        elseif @ingump 0x5afbd742 'leather gloves'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 37
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;37&#93;
        elseif @ingump 0x5afbd742 'leather sleeves'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 44
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;38&#93;
        elseif @ingump 0x5afbd742 'leather leggings'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 51
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;39&#93;
        elseif @ingump 0x5afbd742 'leather tunic'
          replygump 0x38920abd 36
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 58
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;40&#93;
          // Studded
        elseif @ingump 0x5afbd742 'studded gorget'
          replygump 0x38920abd 43
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;41&#93;
        elseif @ingump 0x5afbd742 'studded gloves'
          replygump 0x38920abd 43
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;42&#93;
        elseif @ingump 0x5afbd742 'studded sleeves'
          replygump 0x38920abd 43
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;43&#93;
        elseif @ingump 0x5afbd742 'studded leggings'
          replygump 0x38920abd 43
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;44&#93;
        elseif @ingump 0x5afbd742 'studded tunic'
          replygump 0x38920abd 43
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 30
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;45&#93;
          // Female Armor
        elseif @ingump 0x5afbd742 'leather shorts'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 2
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;46&#93;
        elseif @ingump 0x5afbd742 'leather skirt'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 9
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;47&#93;
        elseif @ingump 0x5afbd742 'leather bustier'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 16
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;48&#93;
        elseif @ingump 0x5afbd742 'studded bustier'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 23
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;49&#93;
        elseif @ingump 0x5afbd742 'female leather armor'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 30
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;50&#93;
        elseif @ingump 0x5afbd742 'studded armor'
          replygump 0x38920abd 50
          waitforgump 0x38920abd 15000
          replygump 0x38920abd 37
          waitforgump 0x38920abd 15000
          pause 250
          @findtype CraftInfo&#91;51&#93;
        else
          @unsetalias 'found'
        endif
      endif
      // No crafted items were found
      if not @findobject 'found'
        // Craft failed, try again
        if @ingump 0x38920abd 'failed to create the item'
          continue
        endif
        // Trash BOD or missing definitions
        @moveitem! 'bod' 'Trash BODs Destination'
        pause 1500
        break
      endif
      target! 'found'
      waitfortarget 5000
      if not targetexists and @injournal 'must be exceptional' 'system'
        // Recycle this item
        if usetype! 0xf9f
          waitfortarget 5000
          target! 'found'
          pause 1500
        endif
        // Unable to recycle, trash item
        if @findobject 'found'
          @moveitem! 'found' 'Trash Barrel'
          pause 1500
        endif
        replygump 0x5afbd742 2
        waitforgump 0x5afbd742 15000
        waitfortarget 5000
        clearjournal
      endif
    endwhile
    // BOD is complete, move to destination
    if not targetexists 'server'
      @moveitem 'bod' 'Bulk Destination'
    endif
    pause 1500
    // Out of sewing kits
  elseif @movetype 0xf9d 'Restock' 'backpack'
    pause 1500
  else
    sysmsg 'Out of sewing kits!' 25
    @canceltarget
    stop
  endif
elseif not property 'Deeds In Book: 0' 'Bulk Source'
  useobject! 'Bulk Source'
  waitforgump 0x54f555df 15000
  replygump 0x54f555df 5
  pause 1500
else
  sysmsg 'Unable to find BODs to fill.' 64
  @canceltarget
  stop
endif

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Не в сети
  • Lepra
  • Junior Member
  • Сообщений: 4
  • Thanks: 0
Не в сети

Re: Tailoring BOD Filler

#43458
Помогите пожалуйста запуская указываю все он открывает книгу заказов стоит и потом пишет не найден какой то gump

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Old Man аватар
    Не в сети
  • Old Man
  • Администрация
  • Сообщений: 3507+
  • Сообщений: 1358
  • Thanks: 316
Old Man аватар
Не в сети

Re: Tailoring BOD Filler

#43461

Помогите пожалуйста запуская указываю все он открывает книгу заказов стоит и потом пишет не найден какой то gump

Гамп это название "окна", с визуальными элементами, т.е. то, что у вас открывается на экране.
Посмотрите тут:

В корне нашего клиента (бэкап скриптов KrT):
\UOGames Tools\Scripts & Macros\uosteam_easyuo_scripts_by_KrT_Guild\craft\index.html

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Не в сети
  • Lepra
  • Junior Member
  • Сообщений: 4
  • Thanks: 0
Не в сети

Re: Tailoring BOD Filler

#43465
Чего то я не могу понять куда мне че там посмотреть надо? )))))

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Rodrigo Amarante аватар
    Не в сети
  • Rodrigo Amarante
  • Модератор: PvE
  • Сообщений: 175
  • Thanks: 36
Rodrigo Amarante аватар
Не в сети

Re: Tailoring BOD Filler

#43467

Часть сообщения скрыта для гостей. Пожалуйста, авторизуйтесь или зарегистрируйтесь, чтобы увидеть его.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Не в сети
  • Lepra
  • Junior Member
  • Сообщений: 4
  • Thanks: 0
Не в сети

Re: Tailoring BOD Filler

#43469
Ну этот я тоже пробовал он у меня почему то на всех скриптах встаёт в ступор и пишет что какой гама не найден на любой даже на прокачку бс пробовал понять не могу а каком именно месте скрипта встаёт вскрою т.к. Там паузы нет я так понял как в изиуо

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Rodrigo Amarante аватар
    Не в сети
  • Rodrigo Amarante
  • Модератор: PvE
  • Сообщений: 175
  • Thanks: 36
Rodrigo Amarante аватар
Не в сети

Re: Tailoring BOD Filler

#43471

Ну этот я тоже пробовал он у меня почему то на всех скриптах встаёт в ступор и пишет что какой гама не найден на любой даже на прокачку бс пробовал понять не могу а каком именно месте скрипта встаёт вскрою т.к. Там паузы нет я так понял как в изиуо

Запускай тимвивер - твоих условий не достаточно для решения проблемы.

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Не в сети
  • Lepra
  • Junior Member
  • Сообщений: 4
  • Thanks: 0
Не в сети

Re: Tailoring BOD Filler

#43473
ща скачаю разберусь )))как пользоваться

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

  • Rodrigo Amarante аватар
    Не в сети
  • Rodrigo Amarante
  • Модератор: PvE
  • Сообщений: 175
  • Thanks: 36
Rodrigo Amarante аватар
Не в сети

Re: Tailoring BOD Filler

#43474
run only

personal/not-commercial

OK


и мне в личку или скайп логин и пароль

Чтобы разорвать соединение, достаточно закрыть программу alt+f4/

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.