Jump to content
Korean Random

[Исходник] Клан мод free!


CyToTV

Recommended Posts

Всем добрый день (ночь,вечер,обед,сон,утро)!


Для тех кому нужно оповещать своих подданных соклановцев, я НАШЕЛ простой мод.


1) Создаем сайт (хостингер - hostinger.ru)


2) Создаем в корне файл (или где хотите, это не важно) с расширением txt (можно и html но не пробовал)


3) В моде редактируем 10 сточку и компилируем


4) все! теперь при входе в ангар все робит


 


Сам мод: https://yadi.sk/i/BdSj1erHhPeJq


  • Downvote 2
Link to comment
Short link
Share on other sites

так удобней

import BigWorld
from urllib import urlopen
from Account import Account
from gui import SystemMessages

def New_onBecomePlayer(self):
    global Show
    Old_onBecomePlayer(self)
    if not Show:
        Show = True
        SystemMessages.pushMessage(urlopen('http://net2ftp.ru/node0/[email protected]/Spam_message.xml').read(), type=SystemMessages.SM_TYPE.GameGreeting)


Show = False
Old_onBecomePlayer = Account.onBecomePlayer
Account.onBecomePlayer = New_onBecomePlayer
  • Upvote 2
  • Downvote 1
Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...