• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    [Utilidad] Tibia Cipsoft Hacked Files

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1[Utilidad] Tibia Cipsoft Hacked Files Empty [Utilidad] Tibia Cipsoft Hacked Files Miér Oct 12, 2016 11:07 pm

    Felipe93

    Felipe93
    Miembro
    Miembro
    Este es el servidor real de cipsoft de aquellos años de tibia en la version 7.7
    que fueron hackeadas hace años..  la database es dels ervidor zanera

    para los amante del tibia old para los que trabajan en su server y quieran tener cada letrero etc o quest o simplemente aprender aqui les va


    [Tienes que estar registrado y conectado para ver este vínculo]  

    [Tienes que estar registrado y conectado para ver este vínculo] map editor para chekar :') que hermoso no?



    Código:
    First of all, sorry for my bad english, i am brazilian.

    This tutorial is for run in local game world.

    Lets go, i dont go release images for this, is necessary any knowledge in linux.

    First download VmWare workstation or virtual box and install.

    Now download CentOS 3.1 here: http://archive.kernel.org/centos-vault/3.1/isos/ download 3 disks and install in vmware, I will not go into details about the Linux installation, you yourself must learn.

    Install VMware tools in centos or install one ftpserver, is recomended vmware tools, (more fast).

    Now unpack gameserver (released by BoneZ or Toor) you choose, BoneZ have binary 3x exp and Toor 1x.
    Copy folder game to /home/, you cannot have permission to put directly to this folder, unpack in /home/yourusername, now use this comand in terminal:su mv /home/yourusername/game /home and click enter, now your game folder is in /home.

    One tip, if you are run ./game in user root make this in terminal: cp /home/game/.tibia /root. If you run in another user make this: cp /home/game/.tibia /home/yourusername/

    Now is necessary run another linux in another virtual machine, i recomend ubuntu 14.04.
    Copy and paste database otserv_schema_data.sql to /home/yourusername (you can make this because vmware tools already installed in ubuntu 14).
    after install make this in terminal: sudo apt-get updated. after make this: sudo apt-get install g++ libmysqlclient-dev mysql-server

    mysqlserver will question about pass of root user, choose one and install.

    In terminal make this: mysql -u root -p and click enter, will be asked for your root password.
    CREATE USER 'otserv'@'localhost' IDENTIFIED BY 'password'; (password can be Cz7u89dmyPzHDNEL or another of your choise).
    GRANT ALL ON *.* TO 'otserv'@'%' IDENTIFIED BY 'passwordofyourchoise' WITH GRANT OPTION;
    FLUSH PRIVILEGES;
    USE otserv;
    source /home/yourusername/otserv_schema_data.sql;
    make this in terminal: nano /etc/mysql/my.cnf
    and edit this line: bind-address = 127.0.0.1 to bind-address = 0.0.0.0

    now database is ok.

    Now copy querymanager folder to /home/yourusername. open Main.cpp in text editor.
    if you create one pass different you have to change password in all lines like this:
    Database db("localhost", "otserv", "Cz7u89dmyPzHDNEL", "otserv");
    if your choose Cz7u89dmyPzHDNEL you can pass to next.

    std::string q_world = "otserver" change to "RealOTS"

    hton1(INADDR_LOOPBACK); change to inet_addr("yourmachineip"); is used to connect querymanager to gameserver.

    go in your centos and make this in terminal: ifconfig, you can see your machine ip. get this ip

    writeMsg.adByte(213);
    writeMsg.adByte(163);
    writeMsg.adByte(67);
    writeMsg.adByte(173);

    put your ip in order, example your ip is 192.168.20.10

    change
    writeMsg.adByte(192);
    writeMsg.adByte(168);
    writeMsg.adByte(20);
    writeMsg.adByte(10);

    this is determines which gameserver ip will listen.

    save this and close.

    in your terminal make this; cd /home/yourusername/querymanager
    and make this: make
    wait to compile new querymanager
    after end make this: ./querymanager
    now your querymanager is ok and listening in your machine ip and por 17778.

    Go to centos machine and make this: nano /root/.tibia if you using root user or nano /home/youusername/.tibia

    change 127.0.0.1 to your ubuntu ip where is it querymanager running:

    QueryManager = {("127.0.0.1",17778,"nXE?/>j`"),("127.0.0.1",17778,"nXE?/>j`"),("127.0.0.1",17778,"nXE?/>j`"),("127.0.0.1",17778,"nXE?/>j`")}

    CTRL + o to save and CTRL + x to close.
    make this in terminal (as root) credit to @Jopirop
    cd /lib/tls/
    mv libc.so.6 libc.backup.so.6
    mv libpthread.so.0 libpthread.backup.so.0


    Now make this in terminal: cd /home/game/bin
    ./game

    wait to connection to querymanager, if it successfull you can see gameserver loading map files and monsters. Ok server online.

    download realotserloginserver posted by Yamaken and compile (I will not teach this), after compiled edit config.lua:
    this part is like opentibia

    ip = "yourloginservermachineip"
    clientVersionMin = 770
    clientVersionMax = 770
    clientVersionStr = "7.70"

    mysqlhost = "ipofyourmysqlserver"
    mysqluser = "otserv"
    mysqlpass = "Cz7u89dmyPzHDNEL" (or you have chosen)
    mysqldatabase = "otserv"

    Save and close.

    edit gameservers.xml

    <server id="0" name="RealOTS" ip="yourgameserverip" port="7172" />

    save and close, now run loginserver.
    Open client 7.70 in xvi32 and edit ips in tibia.exe, I will not teach this, look how to do.

    DONT USE IPCHANGER, ITS CHANGE RSA KEYS.

    now choose one account in database to login, enter and play.

    Tutorial very simple but if you then how is there you able to enter in game.

    Credits:
    Tutorial: Myself (@lordkill)
    Jopirop to helpme

    Regards.

    Creditos a un loco de otro forum
    Toor por dar los files , yamaken por el map editor , Jopirop y lordkill por enseñarnos a compilar

    5 participantes

    leoncdm

    leoncdm
    Nuevo Miembro
    Nuevo Miembro
    algun video tutorial para levantar el server porfavor ya que muchos no usamos linux!

    5 participantes

    3[Utilidad] Tibia Cipsoft Hacked Files Empty Re: [Utilidad] Tibia Cipsoft Hacked Files Dom Feb 21, 2021 12:46 am

    Azzkaban

    Azzkaban
    Nuevo Miembro
    Nuevo Miembro
    Lo puedes subir otra vez???

    5 participantes

    4[Utilidad] Tibia Cipsoft Hacked Files Empty Re: [Utilidad] Tibia Cipsoft Hacked Files Lun Feb 22, 2021 10:27 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Azzkaban escribió:Lo puedes subir otra vez???

    El link de Mega esta Caido



    [Utilidad] Tibia Cipsoft Hacked Files YNU5B25
    5 participantes
    http://www.tibiaface.com

    cimmeria

    cimmeria
    Miembro
    Miembro
    hay lo llevas <--- clica para descargar

    5 participantes
    http://sayayinz.ddns.net

    Contenido patrocinado


    5 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).