Jump to content

Recommended Posts

Posted (edited)

dual_blue.jpgdual_red.jpgfist_red.jpghero.jpg

 

 

 

 

 
The problem exists only in dual weapons, fists.
I want to shine other weapons too.
 
My weapongrp.dat
LineageEffect.w_vari_r4_004_a    LineageEffect.w_vari_r4_004_a    0.000000    0.000000    0.000000    0.000000    0.000000    0.000000    2.000000    2.000000    2.000000    2.000000

 

 

 

Info :

 

Chronicle : Interlude

Pack Files : L2jFrozen "Last Rev"

Edited by Shilien
Posted

Bcs the grp is done for 1 handed weapon. Copy other dual weapon grp and edit it to match your effect and glow size.

Posted (edited)
0    10034    1    1    6    1    0    SHEV_antaras_cutter_m00.SHEV_antaras_cutter_m00    SHEV_antaras_cutter_m00.SHEV_antaras_cutter_m00        ioioioii_weapon_fire.cutter.SHEV_BoosWeapon_cutter_01    ioioioii_weapon_fire.cutter.SHEV_BoosWeapon_cutter_01        ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01    ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01    ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01            -1    2080    47    1    0    14    3    2    SHEV_antaras_cutter_m00.SHEV_antaras_cutter_m00    SHEV_antaras_cutter_m00.SHEV_antaras_cutter_m00    2    ioioioii_weapon_fire.cutter.SHEV_BoosWeapon_cutter_01    ioioioii_weapon_fire.cutter.SHEV_BoosWeapon_cutter_01        4    ItemSound.public_sword_shing_8    ItemSound.sword_great_4    ItemSound.sword_mid_2    ItemSound.public_sword_shing_4    ItemSound.itemdrop_dualsword    ItemSound.itemequip_dualsword        10    342    132    8    5    8    0    0    0    0    325    0    1    1    1000    0    -1    0    LineageEffect.w_vari_r4_004_a    LineageEffect.w_vari_r4_004_a    2.000000    2.000000    2.000000    2.000000    2.000000    2.000000    2.000000    2.000000    2.000000    2.000000    Lineageweapons.rangesample    Lineageweapons.rangesample    1.400000    0.800000    0.800000    1.500000    0.800000    0.800000    12.000000    0.000000    0.000000    11.500000    0.000000    0.000000    6    4    -1    -1    ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01    ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01    ioioioii_weapon_fire.icons.weapon_antaras_dual_sword_i01    



and not working...

 

I downloaded the new system and checked standard hero weapon and the same problem is.

Maybe something in the files l2jfrozen is wrong?

Edited by Shilien
Posted (edited)

Now I know that nothing is on the client side and weapongrp.dat.
This is something in the files l2jfrozen (java code).
But where I do not know AugmentationData.java? L2Weapon.java? L2WeaponType?

Edited by Shilien
Posted (edited)

Can here somewhere in the code is an error?

 

l2weapon.java

 

 

 

 

/*
* L2jFrozen Project - www.l2jfrozen.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* http://www.gnu.org/copyleft/gpl.html
*/
package com.l2jfrozen.gameserver.templates;

import java.io.IOException;
import java.util.List;

import javolution.util.FastList;

import com.l2jfrozen.Config;
import com.l2jfrozen.gameserver.datatables.SkillTable;
import com.l2jfrozen.gameserver.handler.ISkillHandler;
import com.l2jfrozen.gameserver.handler.SkillHandler;
import com.l2jfrozen.gameserver.model.L2Character;
import com.l2jfrozen.gameserver.model.L2Effect;
import com.l2jfrozen.gameserver.model.L2Skill;
import com.l2jfrozen.gameserver.model.L2Skill.SkillType;
import com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance;
import com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance;
import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance;
import com.l2jfrozen.gameserver.model.quest.Quest;
import com.l2jfrozen.gameserver.skills.Env;
import com.l2jfrozen.gameserver.skills.conditions.ConditionGameChance;
import com.l2jfrozen.gameserver.skills.funcs.Func;
import com.l2jfrozen.gameserver.skills.funcs.FuncTemplate;

/**
* This class is dedicated to the management of weapons.
* @version $Revision: 1.4.2.3.2.5 $ $Date: 2005/04/02 15:57:51 $
*/
public final class L2Weapon extends L2Item
{
    private final int _soulShotCount;
    private final int _spiritShotCount;
    private final int _pDam;
    private final int _rndDam;
    private final int _critical;
    private final double _hitModifier;
    private final int _avoidModifier;
    private final int _shieldDef;
    private final double _shieldDefRate;
    private final int _atkSpeed;
    private final int _atkReuse;
    private final int _mpConsume;
    private final int _mDam;
    private L2Skill _itemSkill = null; // for passive skill
    private L2Skill _enchant4Skill = null; // skill that activates when item is enchanted +4 (for duals)
    
    // Attached skills for Special Abilities
    protected L2Skill[] _skillsOnCast;
    protected L2Skill[] _skillsOnCrit;
    
    /**
     * Constructor for Weapon.<BR>
     * <BR>
     * <U><I>Variables filled :</I></U><BR>
     * <LI>_soulShotCount & _spiritShotCount</LI> <LI>_pDam & _mDam & _rndDam</LI> <LI>_critical</LI> <LI>_hitModifier</LI> <LI>_avoidModifier</LI> <LI>_shieldDes & _shieldDefRate</LI> <LI>_atkSpeed & _AtkReuse</LI> <LI>_mpConsume</LI>
     * @param type : L2ArmorType designating the type of armor
     * @param set : StatsSet designating the set of couples (key,value) caracterizing the armor
     * @see L2Item constructor
     */
    public L2Weapon(final L2WeaponType type, final StatsSet set)
    {
        super(type, set);
        _soulShotCount = set.getInteger("soulshots");
        _spiritShotCount = set.getInteger("spiritshots");
        _pDam = set.getInteger("p_dam");
        _rndDam = set.getInteger("rnd_dam");
        _critical = set.getInteger("critical");
        _hitModifier = set.getDouble("hit_modify");
        _avoidModifier = set.getInteger("avoid_modify");
        _shieldDef = set.getInteger("shield_def");
        _shieldDefRate = set.getDouble("shield_def_rate");
        _atkSpeed = set.getInteger("atk_speed");
        _atkReuse = set.getInteger("atk_reuse", type == L2WeaponType.BOW ? 1500 : 0);
        _mpConsume = set.getInteger("mp_consume");
        _mDam = set.getInteger("m_dam");
        
        int sId = set.getInteger("item_skill_id");
        int sLv = set.getInteger("item_skill_lvl");
        if (sId > 0 && sLv > 0)
        {
            _itemSkill = SkillTable.getInstance().getInfo(sId, sLv);
        }
        
        sId = set.getInteger("enchant4_skill_id");
        sLv = set.getInteger("enchant4_skill_lvl");
        if (sId > 0 && sLv > 0)
        {
            _enchant4Skill = SkillTable.getInstance().getInfo(sId, sLv);
        }
        
        sId = set.getInteger("onCast_skill_id");
        sLv = set.getInteger("onCast_skill_lvl");
        int sCh = set.getInteger("onCast_skill_chance");
        if (sId > 0 && sLv > 0 && sCh > 0)
        {
            final L2Skill skill = SkillTable.getInstance().getInfo(sId, sLv);
            skill.attach(new ConditionGameChance(sCh), true);
            attachOnCast(skill);
        }
        
        sId = set.getInteger("onCrit_skill_id");
        sLv = set.getInteger("onCrit_skill_lvl");
        sCh = set.getInteger("onCrit_skill_chance");
        if (sId > 0 && sLv > 0 && sCh > 0)
        {
            final L2Skill skill = SkillTable.getInstance().getInfo(sId, sLv);
            skill.attach(new ConditionGameChance(sCh), true);
            attachOnCrit(skill);
        }
    }
    
    /**
     * Returns the type of Weapon
     * @return L2WeaponType
     */
    @Override
    public L2WeaponType getItemType()
    {
        return (L2WeaponType) super._type;
    }
    
    /**
     * Returns the ID of the Etc item after applying the mask.
     * @return int : ID of the Weapon
     */
    @Override
    public int getItemMask()
    {
        return getItemType().mask();
    }
    
    /**
     * Returns the quantity of SoulShot used.
     * @return int
     */
    public int getSoulShotCount()
    {
        return _soulShotCount;
    }
    
    /**
     * Returns the quatity of SpiritShot used.
     * @return int
     */
    public int getSpiritShotCount()
    {
        return _spiritShotCount;
    }
    
    /**
     * Returns the physical damage.
     * @return int
     */
    public int getPDamage()
    {
        return _pDam;
    }
    
    /**
     * Returns the random damage inflicted by the weapon
     * @return int
     */
    public int getRandomDamage()
    {
        return _rndDam;
    }
    
    /**
     * Returns the attack speed of the weapon
     * @return int
     */
    public int getAttackSpeed()
    {
        return _atkSpeed;
    }
    
    /**
     * Return the Attack Reuse Delay of the L2Weapon.<BR>
     * <BR>
     * @return int
     */
    public int getAttackReuseDelay()
    {
        return _atkReuse;
    }
    
    /**
     * Returns the avoid modifier of the weapon
     * @return int
     */
    public int getAvoidModifier()
    {
        return _avoidModifier;
    }
    
    /**
     * Returns the rate of critical hit
     * @return int
     */
    public int getCritical()
    {
        return _critical;
    }
    
    /**
     * Returns the hit modifier of the weapon
     * @return double
     */
    public double getHitModifier()
    {
        return _hitModifier;
    }
    
    /**
     * Returns the magical damage inflicted by the weapon
     * @return int
     */
    public int getMDamage()
    {
        return _mDam;
    }
    
    /**
     * Returns the MP consumption with the weapon
     * @return int
     */
    public int getMpConsume()
    {
        return _mpConsume;
    }
    
    /**
     * Returns the shield defense of the weapon
     * @return int
     */
    public int getShieldDef()
    {
        return _shieldDef;
    }
    
    /**
     * Returns the rate of shield defense of the weapon
     * @return double
     */
    public double getShieldDefRate()
    {
        return _shieldDefRate;
    }
    
    /**
     * Returns passive skill linked to that weapon
     * @return
     */
    public L2Skill getSkill()
    {
        return _itemSkill;
    }
    
    /**
     * Returns skill that player get when has equiped weapon +4 or more (for duals SA)
     * @return
     */
    public L2Skill getEnchant4Skill()
    {
        return _enchant4Skill;
    }
    
    /**
     * Returns array of Func objects containing the list of functions used by the weapon
     * @param instance : L2ItemInstance pointing out the weapon
     * @param player : L2Character pointing out the player
     * @return Func[] : array of functions
     */
    @Override
    public Func[] getStatFuncs(final L2ItemInstance instance, final L2Character player)
    {
        final List<Func> funcs = new FastList<>();
        if (_funcTemplates != null)
        {
            for (final FuncTemplate t : _funcTemplates)
            {
                final Env env = new Env();
                env.player = player;
                env.item = instance;
                final Func f = t.getFunc(env, instance);
                if (f != null)
                {
                    funcs.add(f);
                }
            }
        }
        return funcs.toArray(new Func[funcs.size()]);
    }
    
    /**
     * Returns effects of skills associated with the item to be triggered onHit.
     * @param caster : L2Character pointing out the caster
     * @param target : L2Character pointing out the target
     * @param crit : boolean tells whether the hit was critical
     * @return L2Effect[] : array of effects generated by the skill
     */
    public L2Effect[] getSkillEffects(final L2Character caster, final L2Character target, final boolean crit)
    {
        if (_skillsOnCrit == null || !crit)
            return _emptyEffectSet;
        final List<L2Effect> effects = new FastList<>();
        
        for (final L2Skill skill : _skillsOnCrit)
        {
            if (target.isRaid() && (skill.getSkillType() == SkillType.CONFUSION || skill.getSkillType() == SkillType.MUTE || skill.getSkillType() == SkillType.PARALYZE || skill.getSkillType() == SkillType.ROOT))
            {
                continue; // These skills should not work on RaidBoss
            }
            
            if (!skill.checkCondition(caster, target, true))
            {
                continue; // Skill condition not met
            }
            
            if (target.getFirstEffect(skill.getId()) != null)
            {
                target.getFirstEffect(skill.getId()).exit(false);
            }
            for (final L2Effect e : skill.getEffects(caster, target, false, false, false))
            {
                effects.add(e);
            }
        }
        if (effects.size() == 0)
            return _emptyEffectSet;
        return effects.toArray(new L2Effect[effects.size()]);
    }
    
    /**
     * Returns effects of skills associated with the item to be triggered onCast.
     * @param caster : L2Character pointing out the caster
     * @param target : L2Character pointing out the target
     * @param trigger : L2Skill pointing out the skill triggering this action
     * @return L2Effect[] : array of effects generated by the skill
     */
    public boolean getSkillEffects(final L2Character caster, final L2Character target, final L2Skill trigger)
    {
        boolean output = false;
        
        if (_skillsOnCast == null)
            return output;
        
        // return _emptyEffectSet;
        // List<L2Effect> effects = new FastList<L2Effect>();
        
        for (final L2Skill skill : _skillsOnCast)
        {
            if (trigger.isOffensive() != skill.isOffensive())
            {
                continue; // Trigger only same type of skill
            }
            
            if (trigger.getId() >= 1320 && trigger.getId() <= 1322)
            {
                continue; // No buff with Common and Dwarven Craft
            }
            
            if (trigger.isPotion())
            {
                continue; // No buff with potions
            }
            
            if (target.isRaid() && (skill.getSkillType() == SkillType.CONFUSION || skill.getSkillType() == SkillType.MUTE || skill.getSkillType() == SkillType.PARALYZE || skill.getSkillType() == SkillType.ROOT))
            {
                continue; // These skills should not work on RaidBoss
            }
            
            if (trigger.isToggle()/* && skill.getSkillType() == SkillType.BUFF */)
            {
                continue; // No buffing with toggle skills
            }
            
            if (!skill.checkCondition(caster, target, true)) // check skill condition and chance
            {
                continue; // Skill condition not met
            }
            
            try
            {
                // Get the skill handler corresponding to the skill type
                final ISkillHandler handler = SkillHandler.getInstance().getSkillHandler(skill.getSkillType());
                
                final L2Character[] targets = new L2Character[1];
                targets[0] = target;
                
                // Launch the magic skill and calculate its effects
                if (handler != null)
                {
                    handler.useSkill(caster, skill, targets);
                }
                else
                {
                    skill.useSkill(caster, targets);
                }
                
                if (caster instanceof L2PcInstance && target instanceof L2NpcInstance)
                {
                    for (final Quest quest : ((L2NpcInstance) target).getTemplate().getEventQuests(Quest.QuestEventType.ON_SKILL_USE))
                    {
                        quest.notifySkillUse((L2NpcInstance) target, (L2PcInstance) caster, skill);
                    }
                }
                
                output = true;
            }
            catch (final IOException e)
            {
                if (Config.ENABLE_ALL_EXCEPTIONS)
                    e.printStackTrace();
            }
        }
        // if(effects.size() == 0)
        // return _emptyEffectSet;
        // return effects.toArray(new L2Effect[effects.size()]);
        
        return output;
    }
    
    /**
     * Add the L2Skill skill to the list of skills generated by the item triggered by critical hit
     * @param skill : L2Skill
     */
    public void attachOnCrit(final L2Skill skill)
    {
        if (_skillsOnCrit == null)
        {
            _skillsOnCrit = new L2Skill[]
            {
                skill
            };
        }
        else
        {
            final int len = _skillsOnCrit.length;
            final L2Skill[] tmp = new L2Skill[len + 1];
            // Definition : arraycopy(array source, begins copy at this position of source, array destination, begins copy at this position in dest,
            // number of components to be copied)
            System.arraycopy(_skillsOnCrit, 0, tmp, 0, len);
            tmp[len] = skill;
            _skillsOnCrit = tmp;
        }
    }
    
    /**
     * Add the L2Skill skill to the list of skills generated by the item triggered by casting spell
     * @param skill : L2Skill
     */
    public void attachOnCast(final L2Skill skill)
    {
        if (_skillsOnCast == null)
        {
            _skillsOnCast = new L2Skill[]
            {
                skill
            };
        }
        else
        {
            final int len = _skillsOnCast.length;
            final L2Skill[] tmp = new L2Skill[len + 1];
            // Definition : arraycopy(array source, begins copy at this position of source, array destination, begins copy at this position in dest,
            // number of components to be copied)
            System.arraycopy(_skillsOnCast, 0, tmp, 0, len);
            tmp[len] = skill;
            _skillsOnCast = tmp;
        }
    }
}

 

 


Edited by Shilien
Posted

I as a player i see only one weapon glow.
Player who looks at me sees that shines on the two weapons ...

 

 

Can here somewhere in the code is an error?

 

UserInfo.java

 

 

 

/*

 * L2jFrozen Project - www.l2jfrozen.com

 *

 * This program is free software; you can redistribute it and/or modify

 * it under the terms of the GNU General Public License as published by

 * the Free Software Foundation; either version 2, or (at your option)

 * any later version.

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.

 *

 * You should have received a copy of the GNU General Public License

 * along with this program; if not, write to the Free Software

 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA

 * 02111-1307, USA.

 *

 * http://www.gnu.org/copyleft/gpl.html

 */

package com.l2jfrozen.gameserver.network.serverpackets;



import java.util.Map;



import com.l2jfrozen.Config;

import com.l2jfrozen.gameserver.datatables.sql.NpcTable;

import com.l2jfrozen.gameserver.managers.CursedWeaponsManager;

import com.l2jfrozen.gameserver.model.Inventory;

import com.l2jfrozen.gameserver.model.L2Summon;

import com.l2jfrozen.gameserver.model.actor.instance.L2CubicInstance;

import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance;

import com.l2jfrozen.gameserver.templates.L2NpcTemplate;



/**

 * 0000: 04 03 15 00 00 77 ff 00 00 80 f1 ff ff 00 00 00 .....w.......... 0010: 00 2a 89 00 4c 43 00 61 00 6c 00 61 00 64 00 6f .*..LC.a.l.a.d.o 0020: 00 6e 00 00 00 01 00 00 00 00 00 00 00 19 00 00 .n.............. 0030: 00 0d 00 00 00 ee 81 02 00 15 00 00 00 18 00 00 ................ 0040: 00 19

 * 00 00 00 25 00 00 00 17 00 00 00 28 00 00 .....%.......(.. 0050: 00 14 01 00 00 14 01 00 00 02 01 00 00 02 01 00 ................ 0060: 00 fa 09 00 00 81 06 00 00 26 34 00 00 2e 00 00 .........&4..... 0070: 00 00 00 00 00 db 9f a1 41 93 26 64 41 de c8 31 ........A.&dA..1 0080: 41 ca 73 c0 41 d5

 * 22 d0 41 83 bd 41 41 81 56 10 A.s.A.".A..AA.V. 0090: 41 00 00 00 00 27 7d 30 41 69 aa e0 40 b4 fb d3 A....'}0Ai..@... 00a0: 41 91 f9 63 41 00 00 00 00 81 56 10 41 00 00 00 A..cA.....V.A... 00b0: 00 71 00 00 00 71 00 00 00 76 00 00 00 74 00 00 .q...q...v...t.. 00c0: 00 74 00 00 00 2a 00 00 00 e8

 * 02 00 00 00 00 00 .t...*.......... 00d0: 00 5f 04 00 00 ac 01 00 00 cf 01 00 00 62 04 00 ._...........b.. 00e0: 00 00 00 00 00 e8 02 00 00 0b 00 00 00 52 01 00 .............R.. 00f0: 00 4d 00 00 00 2a 00 00 00 2f 00 00 00 29 00 00 .M...*.../...).. 0100: 00 12 00 00 00 82 01 00 00 52 01 00 00 53

 * 00 00 .........R...S.. 0110: 00 00 00 00 00 00 00 00 00 7a 00 00 00 55 00 00 .........z...U.. 0120: 00 32 00 00 00 32 00 00 00 00 00 00 00 00 00 00 .2...2.......... 0130: 00 00 00 00 00 00 00 00 00 a4 70 3d 0a d7 a3 f0 ..........p=.... 0140: 3f 64 5d dc 46 03 78 f3 3f 00 00 00 00 00 00 1e

 * ?d].F.x.?....... 0150: 40 00 00 00 00 00 00 38 40 02 00 00 00 01 00 00 @......8@....... 0160: 00 00 00 00 00 00 00 00 00 00 00 c1 0c 00 00 01 ................ 0170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0180: 00 00 00 00 ....

 * dddddSdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddffffddddSdddcccdd (h) dddddSddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd ffffddddSdddddcccddh (h) c dc hhdh

 * dddddSdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddffffddddSdddddcccddh (h) c dc hhdh ddddc c dcc cddd d (from 654) but it actually reads dddddSdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddffffddddSdddddcccddh (h) c dc *dddddddd* hhdh ddddc dcc

 * cddd d *...*: here i am not sure at least it looks like it reads that much data (32 bytes), not sure about the format inside because it is not read thanks to the ususal

 * parsingfunctiondddddSddddQddddddddddddddddddddddddddddddddddddddddddddddddhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhddddddddddddddddddddffffddddSdddddcccddh [h] c dc d hhdh ddddc c dcc cddd d c dd d d

 * @version $Revision: 1.14.2.4.2.12 $ $Date: 2005/04/11 10:05:55 $

 */

public class UserInfo extends L2GameServerPacket

{

    private static final String _S__04_USERINFO = "[S] 04 UserInfo";

    private final L2PcInstance _activeChar;

    private final int _runSpd, _walkSpd, _swimRunSpd, _swimWalkSpd;

    private int _flRunSpd;

    private int _flWalkSpd;

    private int _flyRunSpd;

    private int _flyWalkSpd;

    private int _relation;

    private final float _moveMultiplier;

    

    public boolean _critical_test = false;

    

    /**

     * @param character

     */

    public UserInfo(final L2PcInstance character)

    {

        _activeChar = character;

        

        _moveMultiplier = _activeChar.getMovementSpeedMultiplier();

        _runSpd = (int) (_activeChar.getRunSpeed() / _moveMultiplier);

        _walkSpd = (int) (_activeChar.getWalkSpeed() / _moveMultiplier);

        _swimRunSpd = _flRunSpd = _flyRunSpd = _runSpd;

        _swimWalkSpd = _flWalkSpd = _flyWalkSpd = _walkSpd;

        _relation = _activeChar.isClanLeader() ? 0x40 : 0;

        

        if (_activeChar.getSiegeState() == 1)

        {

            _relation |= 0x180;

        }

        if (_activeChar.getSiegeState() == 2)

        {

            _relation |= 0x80;

        }

    }

    

    @Override

    protected final void writeImpl()

    {

        writeC(0x04);

        

        if (!_critical_test)

        {

            

            writeD(_activeChar.getX());

            writeD(_activeChar.getY());

            writeD(_activeChar.getZ());

            writeD(_activeChar.getHeading());

            

        }

        else

        { // critical values

        

            writeD(-999999999);

            writeD(-999999999);

            writeD(-999999999);

            writeD(-999999999);

            writeD(-999999999); // one more to change the UserInfo packet size

            

        }

        

        writeD(_activeChar.getObjectId());

        writeS(_activeChar.getName());

        writeD(_activeChar.getRace().ordinal());

        writeD(_activeChar.getAppearance().getSex() ? 1 : 0);

        

        if (_activeChar.getClassIndex() == 0)

        {

            writeD(_activeChar.getClassId().getId());

        }

        else

        {

            writeD(_activeChar.getBaseClass());

        }

        

        writeD(_activeChar.getLevel());

        writeQ(_activeChar.getExp());

        writeD(_activeChar.getSTR());

        writeD(_activeChar.getDEX());

        writeD(_activeChar.getCON());

        writeD(_activeChar.getINT());

        writeD(_activeChar.getWIT());

        writeD(_activeChar.getMEN());

        writeD(_activeChar.getMaxHp());

        writeD((int) _activeChar.getCurrentHp());

        writeD(_activeChar.getMaxMp());

        writeD((int) _activeChar.getCurrentMp());

        writeD(_activeChar.getSp());

        writeD(_activeChar.getCurrentLoad());

        writeD(_activeChar.getMaxLoad());

        

        writeD(_activeChar.getActiveWeaponItem() != null ? 40 : 20); // 20 no weapon, 40 weapon equippe

        

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_DHAIR));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_REAR));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LEAR));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_NECK));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_RFINGER));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LFINGER));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_HEAD));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_RHAND));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LHAND));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_GLOVES));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_CHEST));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LEGS));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FEET));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_BACK));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LRHAND));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_HAIR));

        writeD(_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FACE));

        

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_DHAIR));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_REAR));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEAR));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_NECK));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_RFINGER));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LFINGER));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_HEAD));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_RHAND));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LHAND));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_GLOVES));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_CHEST));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEGS));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FEET));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_BACK));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LRHAND));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_HAIR));

        writeD(_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FACE));

        

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeD(_activeChar.getInventory().getPaperdollAugmentationId(Inventory.PAPERDOLL_RHAND));

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeD(_activeChar.getInventory().getPaperdollAugmentationId(Inventory.PAPERDOLL_LRHAND));

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        writeH(0x00);

        

        writeD(_activeChar.getPAtk(null));

        writeD(_activeChar.getPAtkSpd());

        writeD(_activeChar.getPDef(null));

        writeD(_activeChar.getEvasionRate(null));

        writeD(_activeChar.getAccuracy());

        writeD(_activeChar.getCriticalHit(null, null));

        writeD(_activeChar.getMAtk(null, null));

        

        writeD(_activeChar.getMAtkSpd());

        writeD(_activeChar.getPAtkSpd());

        

        writeD(_activeChar.getMDef(null, null));

        

        writeD(_activeChar.getPvpFlag()); // 0-non-pvp 1-pvp = violett name

        writeD(_activeChar.getKarma());

        

        writeD(_runSpd);

        writeD(_walkSpd);

        writeD(_swimRunSpd); // swimspeed

        writeD(_swimWalkSpd); // swimspeed

        writeD(_flRunSpd);

        writeD(_flWalkSpd);

        writeD(_flyRunSpd);

        writeD(_flyWalkSpd);

        writeF(_moveMultiplier);

        writeF(_activeChar.getAttackSpeedMultiplier());

        

        final L2Summon pet = _activeChar.getPet();

        if (_activeChar.getMountType() != 0 && pet != null)

        {

            writeF(pet.getTemplate().collisionRadius);

            writeF(pet.getTemplate().collisionHeight);

        }

        else

        {

            writeF(_activeChar.getBaseTemplate().collisionRadius);

            writeF(_activeChar.getBaseTemplate().collisionHeight);

        }

        

        writeD(_activeChar.getAppearance().getHairStyle());

        writeD(_activeChar.getAppearance().getHairColor());

        writeD(_activeChar.getAppearance().getFace());

        writeD(_activeChar.isGM() ? 1 : 0); // builder level

        

        String title = _activeChar.getTitle();

        if (_activeChar.getAppearance().getInvisible() && _activeChar.isGM())

        {

            title = "Invisible";

        }

        if (_activeChar.getPoly().isMorphed())

        {

            final L2NpcTemplate polyObj = NpcTable.getInstance().getTemplate(_activeChar.getPoly().getPolyId());

            if (polyObj != null)

            {

                title += " - " + polyObj.name;

            }

        }

        writeS(title);

        

        writeD(_activeChar.getClanId());

        writeD(_activeChar.getClanCrestId());

        writeD(_activeChar.getAllyId());

        writeD(_activeChar.getAllyCrestId()); // ally crest id

        // 0x40 leader rights

        // siege flags: attacker - 0x180 sword over name, defender - 0x80 shield, 0xC0 crown (|leader), 0x1C0 flag (|leader)

        writeD(_relation);

        writeC(_activeChar.getMountType()); // mount type

        writeC(_activeChar.getPrivateStoreType());

        writeC(_activeChar.hasDwarvenCraft() ? 1 : 0);

        writeD(_activeChar.getPkKills());

        writeD(_activeChar.getPvpKills());

        

        final Map<Integer, L2CubicInstance> cubics = _activeChar.getCubics();

        writeH(cubics.size());

        for (final Integer id : cubics.keySet())

        {

            writeH(id);

        }

        

        writeC(_activeChar.isInPartyMatchRoom() ? 1 : 0);

        

        writeD(_activeChar.getAbnormalEffect());

        writeC(0x00); // unk

        

        writeD(_activeChar.getClanPrivileges());

        

        writeH(_activeChar.getRecomLeft()); // c2 recommendations remaining

        writeH(_activeChar.getRecomHave()); // c2 recommendations received

        writeD(0x00); // FIXME: MOUNT NPC ID

        writeH(_activeChar.getInventoryLimit());

        

        writeD(_activeChar.getClassId().getId());

        writeD(0x00); // FIXME: special effects? circles around player...

        writeD(_activeChar.getMaxCp());

        writeD((int) _activeChar.getCurrentCp());

        writeC(_activeChar.isMounted() ? 0 : _activeChar.getEnchantEffect());

        

        if (_activeChar.getTeam() == 1)

        {

            writeC(0x01); // team circle around feet 1= Blue, 2 = red

        }

        else if (_activeChar.getTeam() == 2)

        {

            writeC(0x02); // team circle around feet 1= Blue, 2 = red

        }

        else

        {

            writeC(0x00); // team circle around feet 1= Blue, 2 = red

        }

        

        writeD(_activeChar.getClanCrestLargeId());

        writeC(_activeChar.isNoble() ? 1 : 0); // 0x01: symbol on char menu ctrl+I

        writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) ? 1 : 0); // 0x01: Hero Aura

        

        writeC(_activeChar.isFishing() ? 1 : 0); // Fishing Mode

        writeD(_activeChar.GetFishx()); // fishing x

        writeD(_activeChar.GetFishy()); // fishing y

        writeD(_activeChar.GetFishz()); // fishing z

        writeD(_activeChar.getAppearance().getNameColor());

        

        writeC(_activeChar.isRunning() ? 0x01 : 0x00); // changes the Speed display on Status Window

        

        writeD(_activeChar.getPledgeClass()); // changes the text above CP on Status Window

        writeD(_activeChar.getPledgeType()); // TODO: PLEDGE TYPE

        

        writeD(_activeChar.getAppearance().getTitleColor());

        

        if (_activeChar.isCursedWeaponEquiped())

        {

            writeD(CursedWeaponsManager.getInstance().getLevel(_activeChar.getCursedWeaponEquipedId()));

        }

        else

        {

            writeD(0x00);

        }

    }

    

    /*

     * (non-Javadoc)

     * @see com.l2jfrozen.gameserver.serverpackets.ServerBasePacket#getType()

     */

    @Override

    public String getType()

    {

        return _S__04_USERINFO;

    }

}

 

 

 

Guest
This topic is now closed to further replies.


  • Posts

    • START ALREADY - TOMORROW ! GRAND OPENING FROM - 15/08/2025, FRIDAY, 20:00 +3 GMT !
    • Looking for a Specialist to Upgrade Lineage II Interlude PTS to High Five Part 5 (We are also interested in upgrades to Garcia Final and Gracia Epilogue) Hello, and thank you for taking the time to view our listing! We are seeking an experienced specialist to help transfer and upgrade Lineage II server parts and core from the Interlude PTS chronicles to High Five, ensuring full functionality and stable operation. Responsibilities: Transfer and adapt all game resources and settings. Ensure correct operation and maintain the functionality of the PTS core according to High Five Part 5 chronicles. Optimize graphics, fonts, interface, and system files for High Five Part 5. Requirements: Deep understanding of the Lineage II client and server structure. Experience with PTS (L2OFF), system files, resources, and geodata. Attention to detail, accuracy, and ability to meet deadlines. Conditions: Remote work. Payment negotiable; prepayment possible. Opportunity for long-term cooperation.
    • Hello, and thank you for taking the time to check out our listing! We truly appreciate your interest and look forward to sharing more details about the project, the tasks involved, and our terms of collaboration. We are looking for an experienced specialist to port and adapt the Interlude PTS client to the Ertheia chronicles or newer. Responsibilities: Transfer and proper integration of all interface elements and client resources. Ensure compatibility with new chronicles without loss of functionality. Optimize graphics, fonts, system files, and interface elements for newer versions. Requirements: Deep understanding of the Lineage II client structure. Experience working with resources, system files, interface, and geodata. Attention to detail, accuracy, and ability to meet deadlines. Conditions: Remote work format. Payment negotiable, prepayment possible. Opportunity for long-term cooperation upon successful completion of the task.
    • SOCNET STORE — 一家销售各类数字账户和礼品卡(订阅服务)的商店,涵盖所有服务:TikTok、Instagram、Reddit、Twitter、Telegram、Facebook、LinkedIn、WhatsApp、Snapchat、YouTube、Google账户、Discord、电子邮箱(Outlook、Hotmail、Gmail、Rambler、Firstmail 等)、ChatGPT 5,以及众多服务的礼品卡(高级订阅),人人都能享受实惠价格! 可用的支付方式: 通过 PayPal、任意加密货币(+Binance Pay)、Telegram Stars、Cash App 或任意银行卡。 ⭐ 在线商店 ⭐ SOCNET.STORE ⭐ 社交媒体推广 SMM 面板 ⭐ SOCNET.PRO ⭐ Telegram 商店 ⭐ SOCNET.SHOP ⭐ 新闻:⭐ ➡ Telegram 频道: https://t.me/socnet_news 联系方式与支持: ➡ Telegram 支持: https://t.me/socnet_support ➡ Discord 支持: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ WhatsApp 支持: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ 电子邮件 支持: solomonbog@socnet.store 我们经营已久,积累了大量关于我们工作的评价!我们网站上展示了大量真实、积极的客户好评!   ⭐ TELEGRAM ⭐   ㅤ ㅤ GROUPS/STARS/CHANNELS Telegram Stars on Posts | 1 star from $0.016 | Discounts for bulk orders | Delivery within 1 hour of purchase | Possible writing variations Telegram Stars | 1 star from $0.0149 | Discounts for bulk orders | Delivery within 1 hour of purchase Groups IMPORT and REAL | From 2014 to 2024 available! | For safe invitations | Low price and high quality! | Price from $4 Real old Telegram Channels (2022–2023: choose the year) | Real channels | Ownership transfer to your account | Price from $2.5 OLD ACCOUNTS Telegram USA/CANADA +1 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 Telegram Indonesia +62 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 Telegram South Africa +27 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $1.8 Telegram Philippines +63 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2 Telegram Israel +972 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 NEW ACCOUNTS USA (+1) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from $0.5 Canada (+1) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from $0.5 Russia (+7) | Auto-reg | TDATA | No spam block | 2FA enabled (if enabled!) | Price from: $2 Brazil (+55) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $2.5 United Kingdom (+44) | Auto-reg | Age from 3 days | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $1.3 Germany (+49) | Auto-reg | Age from 3 days | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $4 Myanmar (+95) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.38 Bangladesh (+880) | Auto-reg | TDATA SESSION+JSON 2FA | 2FA enabled | Price from: $0.4 Indonesia (+62) | Auto-reg | Age from 3 days | TDATA SESSION+JSON 2FA | 2FA enabled | Price from: $0.5 Chile (+56) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.8 Philippines (+63) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.64   ⭐ FACEBOOK ⭐   Verified Facebook account with old Meta version and active blue checkmark | Subscription paid 1 month in advance + account verified with documents | Price from: $69 Facebook accounts | GEO: USA/Europe (Germany, France, UK, Italy, Spain, etc.) | Registered on a real Android device with a real phone number | SMS, cookies, photos, posts | Price from: $0.49 Facebook accounts | GEO: Europe (UK, Italy, France, Germany, Ukraine, etc.) | Age: from 6 months to 1 year | Registered on a real Android device with a real phone number | Format: login + password + UserAgent + cookies | Price from: $1 Facebook KING USA/Canada/Europe with 1-2 BM + Marketplace + Fan Page | Verified phone and email (included) | Manually farmed with ACTIVATED BUSINESS MANAGER | Filled-out profile, FUN PAGE + FARMed for 7+ days | Two-factor authentication enabled | Price from: $4.5 Facebook KING USA/Canada/Europe with 1-2 BM | Verified phone and email (included) | Manually farmed with ACTIVATED BUSINESS MANAGER | Filled-out profile, FUN PAGE + FARMed for 7+ days | Two-factor authentication enabled | Price from: $3 Facebook KING+FP 2022 | GEO: Europe (Ukraine, UK, France, Italy, Germany) | Friends: 30–100+ | Verified by phone and email (included) | Filled-out FunPage + FARMed for 7+ days | Two-factor authentication enabled | Price from: $8 Facebook Business Manager (BM) | Linked to an account with connected Business Manager | $50 limit (first day) + $250 (following days) + email confirmation | Ads Manager created | Price from: $40 OLD Facebook account (2010–2020) | Year of your choice | Filled-out profile and added friends | Email included (may not work) | Real accounts | Price from: $6 OLD Facebook account (2010–2022) with friends (50–500+) and activity | GEO: Europe and USA | Year of your choice | Filled-out profile and added friends | Email included (may not work) | Real accounts | Price from: $3 BM Facebook account with unlocked ad account limit $250, YEAR 2025 (NO RESTRICTIONS) | Facebook | 4 ACCOUNTS | EACH WITH $250 FROM START | NO DROPS IN LIMIT | Price from: $60 BM Facebook account with unlocked ad cabinet | GEO: Europe (Poland, Ukraine) | Facebook | FARMED: 7+ DAYS | 1–3 photos + email access + cookies + ad ban passed | 1–2 Business Managers | Documents included | Price from: $4.5 Old Facebook account (2008–2023) with linked ad account and $250 limit | Price from: $65 Verified Facebook Business Manager 250$ with $50 limit | GEO: USA | Verified by company | Price from: $29 OLD Facebook FanPage (2010–2023), converted to new type. Creation year: 2010–2023 | With real followers from 20 to 1000 (choose the number) | MORE TRUST THAN AD BAN | Price from: $10.5 Old Facebook FanPages (created in 2017–2022) — name can be changed | Price from: $7 Old Facebook accounts | GEO: Asia (India, Philippines, Vietnam, Indonesia, Malaysia) — choose your country | Age: 2010–2020 | Friends: from 20+ | Registered on real Android device with real number | Username | Password | 2FA Key | Email access | Backup Hotmail | DOB | Price from $8 Verified Facebook Business Manager (BM) account with open WhatsApp Account Manager and ability to link up to 2 WhatsApp numbers to your profile | Price from $89 Facebook account with ad ban. Age: 2022–2023. Country: USA/Europe (UK, France, Poland) — your choice. Ad account closed. Marketplace available (optional). Includes Mail + Ava + EAAB token + Cookies + UserAgent + 2FA (optional) | Price from $1   ⭐ TWITTER ⭐   Twitter Premium X/Premium+ subscription on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $13 per month Twitter Premium Plus subscription with GROK AI assistant on your Twitter account for 1 year. Authorization in your Twitter account is required. Price from: $55 Twitter | New and clean accounts | AUTHORIZATION TOKEN | Email + 2FA TOKEN | Price from: $0.2 Twitter accounts filled with NFT and crypto content | IP EUROPE/ASIA | 1–5 follows | 1–5 followers | avatar + banner + geo + bio + authorization token | suitable for following, liking, reposting – everything | Price from: $0.5 Super promoted Twitter accounts with 100–10,000+ real followers | Full access (via email, login, and token) | Complete profile (avatar set, possibly cover and posts in account, regular username) | Refill: 30 days | Price from: $1 Twitter | Aged clean accounts (6+ months) | Login, password, email, and token included | Price from: $0.5 Old Twitter accounts 2009–2023 (YEAR OF YOUR CHOICE) | Verified by phone number and email | Access via login, email, and token | Price from: $1.2 Old Twitter accounts 2010–2020 with real followers from 1,000 to 20,000+ (followers of your choice) | Access via email, password, and token | Price from: $10 Old Twitter accounts 2010–2023 with BLUE Regular Tick for Tier 1/2/3 countries | Full access with login, password, and token included! | Price from: $16 Old Twitter accounts 2010–2023 with BLUE Regular Tick and real followers: 100–20,000 (your choice) Tier 1/2/3 countries | Full access with login, password, and token included | Refill: from 30 days | Price from: $17 Old Twitter NFT accounts 2010–2023 with BLUE Regular Tick Tier 1/2/3 countries | Full access with login, password, and token included! | Price from: $17 Old Twitter NFT accounts 2010–2023 with BLUE Regular Tick and high-quality real followers: 100–20,000 (your choice) Tier 1/2/3 countries | Full access with login, password, and token included | Refill: from 30 days | Price from: $18   ⭐ GOOGLE/YOUTUBE ⭐   Gmail.com | Registered from MIX IP address | Clean and without messages | Valid for 2–3 days | Invalid accounts are replaced | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $0.15 Old Gmail.com | Age: from 2005 to 2023 (real accounts) – YEAR OF YOUR CHOICE | Accounts may contain messages | Registered from MIX IP | Invalid accounts are replaced | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $0.85 Old Gmail.com | Registered from US IP address | Age: from 2010 to 2023 – YEAR OF YOUR CHOICE | Accounts can send messages | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $1.89 Google Voice Accounts (GMAIL US NEW) | Age/Year: Random 2024 | Phone Verified: Yes | Price from: $15 GOOGLE ADS ACCOUNT USA/EUROPE (UK, Germany, France, etc.) | Manually farmed 7+ days | Google Ads account created | Includes two-factor authentication (2FA), backup codes, backup email with access, UserAgent and cookies | Price from: $13 GOOGLE ADS ACCOUNT USA/EUROPE (UK, Germany, France, etc.) | VERIFICATION COMPLETED — €10 BALANCE | Manually farmed 7+ days | Ads created | Includes two-factor authentication (2FA), backup email with access, UserAgent and cookies | Price from: $55 Google Ads Account Europe/USA with ad campaigns and spend of $100/$500/$1000 | Advertiser verification not completed | Full access and account setup | Price from: $200 Google Ads Account Europe/USA with ad campaigns and spend of $100/$500/$1000 | Advertiser verification completed | Full access and account setup | Price from: $400   ⭐ YOUTUBE CHANNELS ⭐   YouTube channel accounts | Age: 2006–2020 (year of your choice) | With or without videos (your choice) | Price from: $1 YouTube channel accounts | Age: 2006–2020 (year of your choice) | With videos and views (views of your choice) | Price from: $23 Organic YouTube channels with real subscribers (year of your choice) – and organic views (10K–1M) – both customizable | Price from: $24   ⭐ DISCORD ⭐   Discord – email:password:token with attached working email | Activated via SMS | 1 order = 3 accounts | Price from: $0.44 DISCORD Real Android Devices | Verified on RAMBLER.RU or FIRSTMAIL, working email, phone SMS verified | Age 3+ months | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.5 DISCORD Account | 1 order = 3 accounts, only verified email (@rambler.ru/@firstmail (working) included), Gender MIX | Price from: $0.5 DISCORD Account | Real Android device | 1 order = 3 accounts | Verified via RAMBLER.RU or FIRSTMAIL | Working email included | Phone verified | Age from 1 month | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.75 DISCORD Account | Real Android devices | Verified on RAMBLER.RU or FIRSTMAIL | Email included (may not work) | Phone verified | Age from 1 year | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.8 DISCORD NITRO   Discord Nitro Classic (Basic) GIFT | 1/12 MONTHS | NO ACCOUNT LOGIN REQUIRED | Full duration guarantee | Price from: $3.15 Discord Nitro FULL | 1/12 MONTHS | NO ACCOUNT LOGIN REQUIRED | Full duration guarantee | Price from: $6.8   ⭐ REDDIT ⭐   Reddit Karma Brute Account | 1 KARMA | Access via cookies only (password may not work) | Cheapest account | Price from: $1 Reddit Karma Brute Account | KARMA from 20–100 POSTS & COMMENTS | Registered via MIX IP | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: $5 Reddit Karma Brute Account | KARMA from 500/1000/2000/5000/10000/20000 POSTS & COMMENTS (YOUR CHOICE) | Registered via MIX IP | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: $9+   ⭐ INSTAGRAM ⭐   Old verified Instagram Meta account with active blue checkmark | Subscription already paid for 1 month ahead + account verified by documents | Price from: $69 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: MIX | Email included! | Price from: $1.1 New Instagram accounts | PREMIUM Auto-reg quality (API FRESH) | Registered via SMS | Completely new | Up to 24 hours | Format: login | password | cookies (for InstAccountsManager) | Price from: $0.05 OLD Instagram accounts (2011–2020) | NO FLAG | Suitable for follower boosting | Country: MIX | Email included | Price from: $1.15 OLD Instagram accounts (2011–2015) | Clean and quality account | Country: MIX | Email included! | Price from: $1.3 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: MIX | Email included! | Price from: $1.35 OLD Instagram accounts (2011–2015) with followers | 100 followers | Country: MIX | Email included! | Price from: $1.45 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: Europe and USA | Email included! | Price from: $2 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: USA | Email included! | Price from: $2.5 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: Europe and USA | Email included! | Price from: $3 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: USA | Email included! | Price from: $2.75 OLD Instagram accounts (2010–2020) | Account ready for purchase | META VERIFIED | The account has posts | Price from: $4.99 OLD Instagram META account (2010–2020) with 100/500/1000/5000/10000 followers (YOUR CHOICE) | Account ready for purchase | META VERIFIED | Account has posts | Price from: $5.99   ⭐ PROXIES / VPN / VIRTUAL SERVERS ⭐   IPv6 PROXIES | Individual IPv6 proxy protocol | Format: HTTP/SOCKS5 | Any country | 30 days | Unlimited traffic | Price from: $0.35 IPv4 DATACENTER PROXIES | Individual IPv4 protocol | Format: HTTP/SOCKS5 | Any country | 30 days | Unlimited traffic | Price from: $1 DYNAMIC IPv4 PROXIES (with time-based rotation) | Any country | Format: HTTP/SOCKS5 | 30 days | Price per 1GB traffic | Price from: $3 RESIDENTIAL IPv4 PROXIES | Any country | Format: HTTP/SOCKS5 | 30 days | UNLIMITED TRAFFIC | HIGH SPEED UP TO 1 GB/s | Price from: $2.5 Private mobile proxies | Unlimited traffic | Any GEO (your choice) | Duration: 1/30/365 days (your choice) | Speed up to 30 MB/s | Price from: $10 OutLine VPN | Any country of your choice | Works on all devices and in any country (including Russia!) | Duration: 30 days | Price from: $2.5 WireGuard VPN | Any country of your choice | Works on all devices and in any country (including Russia!) | Duration: 30 days | Price from: $2.5 VDS (1–12 months) | GEO: USA, UK, Canada, Germany, India, France, Australia | RAM: 2–16 GB | Disk space (SSD): 60 GB – 8 TB | Custom configuration! | Lowest price! | Price from: $3   ⭐ TIKTOK ⭐   TIKTOK – Clean (wiped) auto-reg accounts II VERIFIED @RAMBLER.RU/@FIRSTMAIL II EMAIL INCLUDED, registered with RU IP | Price from: $0.1 TikTok auto-reg account II Verified via rambler.ru email, email included II Gender: MIX II Latin name II Empty profile II Registered with MIX IP | Price from: $0.1 TikTok auto-reg account II 100/1000/5000/10000+ followers (your choice) II Email verified @hotmail/@outlook/@firstmail/@rambler, email included (working) II Gender: MIX II Latin name II Registered with MIX IP | Price from: $1 ㅤ ㅤ ADVERTISING ACCOUNTS TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | PREPAID | Manual registration | Email access + Cookies + VAT info | Price from: $1 TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | Business verified + POSTPAY | Manual registration | Email access + Cookies + VAT info | Price from: $3.5 TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | POSTPAY + BUSINESS CENTER | 3 ad accounts for running ads + 1 personal | Possible ad coupons from $20 to $100 | Manual registration | Email access + Cookies + VAT info | Price from: $8   ⭐ LINKEDIN & SNAPCHAT ⭐   Linkedin.com accounts | Email included: @outlook/@hotmail/@firstmail | Male or Female | Partially filled profiles | Registered from US/Europe/MIX IP | Price from: $2.5 LinkedIn Old Brute account with real connections (0 connections) | Mixed GEO | Filled profile | Registered on real device | Price from: $10 LinkedIn Premium Brute account (Premium) with active Premium subscription for 1 month | GEO: MIX | Registered on real device | Full access to account | Price from: $20 LinkedIn Old Brute account with real connections (50/100/500/1000+ connections) – YOUR CHOICE | Mixed GEO | Filled profile | Registered on real device | Price from: $20 Verified LinkedIn Brute account with confirmed documents | GEO: MIX | Registered on real device | Full access to account | Price from: $89 Snapchat Brute Old Account with real activity and score (from 0/10k/20k/50k/100k+ points) | GEO: USA, UK, Saudi Arabia, Dubai, India | Real accounts with real posts and followers (random amount) | Price from: $15   ⭐ WHATSAPP ⭐   WhatsApp real accounts | USA (+1 code) | High-quality accounts | QR-code or code from phone: from $3   ⭐ EMAIL ACCOUNTS ⭐   Outlook.com auto-reg account | Age: from 6 months | Registered on random IPs, IMAP and POP3 enabled | Valid for a long time and suitable for any purpose | Price from: $0.1 Firstmail.ltd auto-reg account | 1 order = 10 inboxes | IMAP enabled | High quality and functionality on all sites | Domains: maillerbox.com, fmailler.com, fmailnex.com, fmailler.net and others | Price from: $0.04 Rambler.ru auto-reg account | NEVER USED BEFORE | High quality and functionality on all sites | Price from: $0.02 Onet.pl auto-reg account | Email format: @ONET | Gender: mixed | SMTP, POP3, IMAP enabled | Price from: $0.1 Gazeta.pl auto-reg account | Email format: email@gazeta.pl | Gender: mixed | SMTP, POP3, IMAP enabled | Price from: $0.1 GMX.net / GMX.com auto-reg account | Email format: email@gmx.com/.at/.ch/.de/.net | Gender: mixed | SMS verification (+49) | SMTP, POP3, IMAP enabled | Price from: $0.05 GMX OLD account 2020–2023 | Email format: email@gmx.com/.at/.ch/.de/.net | Gender: mixed | Verified via SMS (+49) | SMTP, POP3, IMAP enabled | Price from: $0.3 Yahoo.com auto-reg account | IP and gender: MIX | Verified via SMS | IMAP, POP3, SMTP enabled | Phone and IMAP password included | Price from: $0.15 Auto-registered accounts Protonmail.com / Proton.me auto-reg account | Age: from 10 days | English first and last names | MIX IPs | Price from: $0.15 Web.de OLD account 2020–2023 | Email format: @web.de | Gender: MIX | Verified via SMS (+49) | SMTP, POP3, IMAP enabled | Price from: $0.4   ⭐ OTHER SERVICES & PREMIUM SUBSCRIPTIONS ⭐   ㅤ ㅤ DISCORD NITRO Discord Nitro Classic (Basic) GIFT | 1/12 MONTHS | NO LOGIN OR PASSWORD NEEDED | Full subscription guarantee | Price from: $3.15 Discord Nitro FULL | 1/12 MONTHS | NO LOGIN OR PASSWORD NEEDED | Full subscription guarantee | Price from: $6.8 SPOTIFY PREMIUM Individual Spotify Premium plan for 1 month ON YOUR ACCOUNT | Available worldwide | Price from: $2.49 Family Spotify Premium plan for 1 month ON YOUR ACCOUNT | Works in any country | Price from: $3.75 Personal YouTube Premium Music on your account | 1 month | Ad-free YouTube | Price from: $3.75 Family YouTube Premium Music on your account | 1 month | Ad-free YouTube | Price from: $4.35 TELEGRAM PREMIUM Telegram Premium subscription for 1 month on your account | Authorization required (via TDATA or phone number) | Price from: $6 Telegram Premium subscription for 3 months on your account | No account authorization required | Guaranteed for full period | Price from: $17 Telegram Premium subscription for 6 months on your account | No account authorization required | Guaranteed for full period | Price from: $22 Telegram Premium subscription for 12 months on your account | No account authorization required | Guaranteed for full period | Price from: $37 GOOGLE VOICE Google Voice Accounts (GMAIL US NEW) | Age/Year: Random 2024 | Phone Verified: Yes | Price from: $13 TWITTER(X) PREMIUM Twitter Premium X subscription on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $13 per month Twitter X Premium Plus subscription with GROK AI on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $55 NETFLIX PREMIUM Netflix Premium subscription for 1 month on your personal account for any country, renewable after expiration | Price from: $10 CANVA PRO CANVA PRO subscription for 1 month via invitation to your email | Price from: $1 CHATGPT 5 Shared ChatGPT 5 Plus account FOR 2/5 USERS | Price from: $5 / $10 Group ChatGPT 5 Plus subscription on your own email address for 1 month | Price from: $5 Personal ChatGPT 5 Plus account FOR 1 USER or CHAT GPT PLUS subscription on your own account | Price from: $18 ChatGPT 5 PRO account with UNLIMITED REQUESTS | Dedicated personal account FOR 1 USER ONLY or ON YOUR ACCOUNT | Works in any country or region | Price from: $220   注意: 此文本块并不代表我们的全部产品范围;如需更多详情,请访问下方相关链接! 如果您有任何问题,我们的客服团队随时准备为您提供帮助! 可用的支付方式: 通过 PayPal、任意加密货币(+Binance Pay)、Telegram Stars、Cash App 或任意银行卡。 ⭐ 在线商店 ⭐ SOCNET.STORE ⭐ 社交媒体推广 SMM 面板 ⭐ SOCNET.PRO ⭐ Telegram 商店 ⭐ SOCNET.SHOP ⭐ 新闻:⭐ ➡ Telegram 频道: https://t.me/socnet_news 联系方式与支持: ➡ Telegram 客服: https://t.me/socnet_support ➡ Discord 客服: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ WhatsApp 客服: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ 电子邮件 客服: solomonbog@socnet.store ⭐ 10% – 20% 折扣 或 $1 奖励 用于您的 注册 ⭐ 如果您想在 注册 后获得 $1 奖励,或在 首次购买 时获得 10% – 20% 折扣,只需留言: "发送我的奖励, 我的用户名是..." 您还可以在我们所有商店使用现成的优惠码:"SOCNET"(15% 折扣!) ⭐ 我们邀请您合作 并与我们一起赚钱 ⭐ 想在我们的商店销售您的产品或服务并赚钱吗? 想成为我们的合作伙伴或提出互利的合作建议吗? 您可以通过本帖中列出的联系方式与我们联系。 常见问题与退款政策 如果您有任何问题或疑问,我们的快速客户支持将随时为您服务! 对于未完全符合说明要求或质量的服务,只有在商品描述中明确标注了保障和期限的情况下才会退款。在所有其他情况下,将不予全额退款!购买此类服务即表示您自动同意我们的未提供服务退款政策。 我们目前接受 CRYPTOMUS、Payeer、NotPayments、Perfect Money、俄罗斯和乌克兰银行卡、支付宝、BinancePay、CryptoBot、信用卡以及 PayPal。 注册奖励 $1 仅可用于购物,且仅限首次注册任何 SOCNET 项目后使用一次。 我们重视每一位客户,并通过联系方式在账号无效时提供替换! 附注:购物奖励可用于任何 SOCNET 项目:网页商店或 Telegram 机器人。
    • SOCNET STORE — 一家销售各类数字账户和礼品卡(订阅服务)的商店,涵盖所有服务:TikTok、Instagram、Reddit、Twitter、Telegram、Facebook、LinkedIn、WhatsApp、Snapchat、YouTube、Google账户、Discord、电子邮箱(Outlook、Hotmail、Gmail、Rambler、Firstmail 等)、ChatGPT 5,以及众多服务的礼品卡(高级订阅),人人都能享受实惠价格! 可用的支付方式: 通过 PayPal、任意加密货币(+Binance Pay)、Telegram Stars、Cash App 或任意银行卡。 ⭐ 在线商店 ⭐ SOCNET.STORE ⭐ 社交媒体推广 SMM 面板 ⭐ SOCNET.PRO ⭐ Telegram 商店 ⭐ SOCNET.SHOP ⭐ 新闻:⭐ ➡ Telegram 频道: https://t.me/socnet_news 联系方式与支持: ➡ Telegram 支持: https://t.me/socnet_support ➡ Discord 支持: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ WhatsApp 支持: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ 电子邮件 支持: solomonbog@socnet.store 我们经营已久,积累了大量关于我们工作的评价!我们网站上展示了大量真实、积极的客户好评!     ⭐ TELEGRAM ⭐ ㅤ ㅤ GROUPS/STARS/CHANNELS Telegram Stars on Posts | 1 star from $0.016 | Discounts for bulk orders | Delivery within 1 hour of purchase | Possible writing variations Telegram Stars | 1 star from $0.0149 | Discounts for bulk orders | Delivery within 1 hour of purchase Groups IMPORT and REAL | From 2014 to 2024 available! | For safe invitations | Low price and high quality! | Price from $4 Real old Telegram Channels (2022–2023: choose the year) | Real channels | Ownership transfer to your account | Price from $2.5 OLD ACCOUNTS Telegram USA/CANADA +1 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 Telegram Indonesia +62 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 Telegram South Africa +27 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $1.8 Telegram Philippines +63 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2 Telegram Israel +972 | Auto-reg | Age 180+ days | TDATA+SESSION+JSON+2FA | +2FA enabled | Price from $2.5 NEW ACCOUNTS USA (+1) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from $0.5 Canada (+1) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from $0.5 Russia (+7) | Auto-reg | TDATA | No spam block | 2FA enabled (if enabled!) | Price from: $2 Brazil (+55) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $2.5 United Kingdom (+44) | Auto-reg | Age from 3 days | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $1.3 Germany (+49) | Auto-reg | Age from 3 days | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $4 Myanmar (+95) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.38 Bangladesh (+880) | Auto-reg | TDATA SESSION+JSON 2FA | 2FA enabled | Price from: $0.4 Indonesia (+62) | Auto-reg | Age from 3 days | TDATA SESSION+JSON 2FA | 2FA enabled | Price from: $0.5 Chile (+56) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.8 Philippines (+63) | Auto-reg | TDATA SESSION JSON 2FA | 2FA enabled | Price from: $0.64   ⭐ FACEBOOK ⭐   Verified Facebook account with old Meta version and active blue checkmark | Subscription paid 1 month in advance + account verified with documents | Price from: $69 Facebook accounts | GEO: USA/Europe (Germany, France, UK, Italy, Spain, etc.) | Registered on a real Android device with a real phone number | SMS, cookies, photos, posts | Price from: $0.49 Facebook accounts | GEO: Europe (UK, Italy, France, Germany, Ukraine, etc.) | Age: from 6 months to 1 year | Registered on a real Android device with a real phone number | Format: login + password + UserAgent + cookies | Price from: $1 Facebook KING USA/Canada/Europe with 1-2 BM + Marketplace + Fan Page | Verified phone and email (included) | Manually farmed with ACTIVATED BUSINESS MANAGER | Filled-out profile, FUN PAGE + FARMed for 7+ days | Two-factor authentication enabled | Price from: $4.5 Facebook KING USA/Canada/Europe with 1-2 BM | Verified phone and email (included) | Manually farmed with ACTIVATED BUSINESS MANAGER | Filled-out profile, FUN PAGE + FARMed for 7+ days | Two-factor authentication enabled | Price from: $3 Facebook KING+FP 2022 | GEO: Europe (Ukraine, UK, France, Italy, Germany) | Friends: 30–100+ | Verified by phone and email (included) | Filled-out FunPage + FARMed for 7+ days | Two-factor authentication enabled | Price from: $8 Facebook Business Manager (BM) | Linked to an account with connected Business Manager | $50 limit (first day) + $250 (following days) + email confirmation | Ads Manager created | Price from: $40 OLD Facebook account (2010–2020) | Year of your choice | Filled-out profile and added friends | Email included (may not work) | Real accounts | Price from: $6 OLD Facebook account (2010–2022) with friends (50–500+) and activity | GEO: Europe and USA | Year of your choice | Filled-out profile and added friends | Email included (may not work) | Real accounts | Price from: $3 BM Facebook account with unlocked ad account limit $250, YEAR 2025 (NO RESTRICTIONS) | Facebook | 4 ACCOUNTS | EACH WITH $250 FROM START | NO DROPS IN LIMIT | Price from: $60 BM Facebook account with unlocked ad cabinet | GEO: Europe (Poland, Ukraine) | Facebook | FARMED: 7+ DAYS | 1–3 photos + email access + cookies + ad ban passed | 1–2 Business Managers | Documents included | Price from: $4.5 Old Facebook account (2008–2023) with linked ad account and $250 limit | Price from: $65 Verified Facebook Business Manager 250$ with $50 limit | GEO: USA | Verified by company | Price from: $29 OLD Facebook FanPage (2010–2023), converted to new type. Creation year: 2010–2023 | With real followers from 20 to 1000 (choose the number) | MORE TRUST THAN AD BAN | Price from: $10.5 Old Facebook FanPages (created in 2017–2022) — name can be changed | Price from: $7 Old Facebook accounts | GEO: Asia (India, Philippines, Vietnam, Indonesia, Malaysia) — choose your country | Age: 2010–2020 | Friends: from 20+ | Registered on real Android device with real number | Username | Password | 2FA Key | Email access | Backup Hotmail | DOB | Price from $8 Verified Facebook Business Manager (BM) account with open WhatsApp Account Manager and ability to link up to 2 WhatsApp numbers to your profile | Price from $89 Facebook account with ad ban. Age: 2022–2023. Country: USA/Europe (UK, France, Poland) — your choice. Ad account closed. Marketplace available (optional). Includes Mail + Ava + EAAB token + Cookies + UserAgent + 2FA (optional) | Price from $1   ⭐ TWITTER ⭐   Twitter Premium X/Premium+ subscription on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $13 per month Twitter Premium Plus subscription with GROK AI assistant on your Twitter account for 1 year. Authorization in your Twitter account is required. Price from: $55 Twitter | New and clean accounts | AUTHORIZATION TOKEN | Email + 2FA TOKEN | Price from: $0.2 Twitter accounts filled with NFT and crypto content | IP EUROPE/ASIA | 1–5 follows | 1–5 followers | avatar + banner + geo + bio + authorization token | suitable for following, liking, reposting – everything | Price from: $0.5 Super promoted Twitter accounts with 100–10,000+ real followers | Full access (via email, login, and token) | Complete profile (avatar set, possibly cover and posts in account, regular username) | Refill: 30 days | Price from: $1 Twitter | Aged clean accounts (6+ months) | Login, password, email, and token included | Price from: $0.5 Old Twitter accounts 2009–2023 (YEAR OF YOUR CHOICE) | Verified by phone number and email | Access via login, email, and token | Price from: $1.2 Old Twitter accounts 2010–2020 with real followers from 1,000 to 20,000+ (followers of your choice) | Access via email, password, and token | Price from: $10 Old Twitter accounts 2010–2023 with BLUE Regular Tick for Tier 1/2/3 countries | Full access with login, password, and token included! | Price from: $16 Old Twitter accounts 2010–2023 with BLUE Regular Tick and real followers: 100–20,000 (your choice) Tier 1/2/3 countries | Full access with login, password, and token included | Refill: from 30 days | Price from: $17 Old Twitter NFT accounts 2010–2023 with BLUE Regular Tick Tier 1/2/3 countries | Full access with login, password, and token included! | Price from: $17 Old Twitter NFT accounts 2010–2023 with BLUE Regular Tick and high-quality real followers: 100–20,000 (your choice) Tier 1/2/3 countries | Full access with login, password, and token included | Refill: from 30 days | Price from: $18   ⭐ GOOGLE/YOUTUBE ⭐   Gmail.com | Registered from MIX IP address | Clean and without messages | Valid for 2–3 days | Invalid accounts are replaced | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $0.15 Old Gmail.com | Age: from 2005 to 2023 (real accounts) – YEAR OF YOUR CHOICE | Accounts may contain messages | Registered from MIX IP | Invalid accounts are replaced | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $0.85 Old Gmail.com | Registered from US IP address | Age: from 2010 to 2023 – YEAR OF YOUR CHOICE | Accounts can send messages | Format: email:password:submail | SMS verification not required | IMAP ON | Submail included | Price from: $1.89 Google Voice Accounts (GMAIL US NEW) | Age/Year: Random 2024 | Phone Verified: Yes | Price from: $15 GOOGLE ADS ACCOUNT USA/EUROPE (UK, Germany, France, etc.) | Manually farmed 7+ days | Google Ads account created | Includes two-factor authentication (2FA), backup codes, backup email with access, UserAgent and cookies | Price from: $13 GOOGLE ADS ACCOUNT USA/EUROPE (UK, Germany, France, etc.) | VERIFICATION COMPLETED — €10 BALANCE | Manually farmed 7+ days | Ads created | Includes two-factor authentication (2FA), backup email with access, UserAgent and cookies | Price from: $55 Google Ads Account Europe/USA with ad campaigns and spend of $100/$500/$1000 | Advertiser verification not completed | Full access and account setup | Price from: $200 Google Ads Account Europe/USA with ad campaigns and spend of $100/$500/$1000 | Advertiser verification completed | Full access and account setup | Price from: $400   ⭐ YOUTUBE CHANNELS ⭐   YouTube channel accounts | Age: 2006–2020 (year of your choice) | With or without videos (your choice) | Price from: $1 YouTube channel accounts | Age: 2006–2020 (year of your choice) | With videos and views (views of your choice) | Price from: $23 Organic YouTube channels with real subscribers (year of your choice) – and organic views (10K–1M) – both customizable | Price from: $24   ⭐ DISCORD ⭐   Discord – email:password:token with attached working email | Activated via SMS | 1 order = 3 accounts | Price from: $0.44 DISCORD Real Android Devices | Verified on RAMBLER.RU or FIRSTMAIL, working email, phone SMS verified | Age 3+ months | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.5 DISCORD Account | 1 order = 3 accounts, only verified email (@rambler.ru/@firstmail (working) included), Gender MIX | Price from: $0.5 DISCORD Account | Real Android device | 1 order = 3 accounts | Verified via RAMBLER.RU or FIRSTMAIL | Working email included | Phone verified | Age from 1 month | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.75 DISCORD Account | Real Android devices | Verified on RAMBLER.RU or FIRSTMAIL | Email included (may not work) | Phone verified | Age from 1 year | Suitable for all purposes | Accounts without restrictions and SMS | Price from: $0.8 DISCORD NITRO   Discord Nitro Classic (Basic) GIFT | 1/12 MONTHS | NO ACCOUNT LOGIN REQUIRED | Full duration guarantee | Price from: $3.15 Discord Nitro FULL | 1/12 MONTHS | NO ACCOUNT LOGIN REQUIRED | Full duration guarantee | Price from: $6.8   ⭐ REDDIT ⭐   Reddit Karma Brute Account | 1 KARMA | Access via cookies only (password may not work) | Cheapest account | Price from: $1 Reddit Karma Brute Account | KARMA from 20–100 POSTS & COMMENTS | Registered via MIX IP | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: $5 Reddit Karma Brute Account | KARMA from 500/1000/2000/5000/10000/20000 POSTS & COMMENTS (YOUR CHOICE) | Registered via MIX IP | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: $9+   ⭐ INSTAGRAM ⭐   Old verified Instagram Meta account with active blue checkmark | Subscription already paid for 1 month ahead + account verified by documents | Price from: $69 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: MIX | Email included! | Price from: $1.1 New Instagram accounts | PREMIUM Auto-reg quality (API FRESH) | Registered via SMS | Completely new | Up to 24 hours | Format: login | password | cookies (for InstAccountsManager) | Price from: $0.05 OLD Instagram accounts (2011–2020) | NO FLAG | Suitable for follower boosting | Country: MIX | Email included | Price from: $1.15 OLD Instagram accounts (2011–2015) | Clean and quality account | Country: MIX | Email included! | Price from: $1.3 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: MIX | Email included! | Price from: $1.35 OLD Instagram accounts (2011–2015) with followers | 100 followers | Country: MIX | Email included! | Price from: $1.45 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: Europe and USA | Email included! | Price from: $2 OLD Instagram accounts (2011–2020) | Clean and quality account | Country: USA | Email included! | Price from: $2.5 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: Europe and USA | Email included! | Price from: $3 OLD Instagram accounts (2011–2020) with followers | 100/500/1000/5000/10000+ followers (YOUR CHOICE) | Country: USA | Email included! | Price from: $2.75 OLD Instagram accounts (2010–2020) | Account ready for purchase | META VERIFIED | The account has posts | Price from: $4.99 OLD Instagram META account (2010–2020) with 100/500/1000/5000/10000 followers (YOUR CHOICE) | Account ready for purchase | META VERIFIED | Account has posts | Price from: $5.99   ⭐ PROXIES / VPN / VIRTUAL SERVERS ⭐   IPv6 PROXIES | Individual IPv6 proxy protocol | Format: HTTP/SOCKS5 | Any country | 30 days | Unlimited traffic | Price from: $0.35 IPv4 DATACENTER PROXIES | Individual IPv4 protocol | Format: HTTP/SOCKS5 | Any country | 30 days | Unlimited traffic | Price from: $1 DYNAMIC IPv4 PROXIES (with time-based rotation) | Any country | Format: HTTP/SOCKS5 | 30 days | Price per 1GB traffic | Price from: $3 RESIDENTIAL IPv4 PROXIES | Any country | Format: HTTP/SOCKS5 | 30 days | UNLIMITED TRAFFIC | HIGH SPEED UP TO 1 GB/s | Price from: $2.5 Private mobile proxies | Unlimited traffic | Any GEO (your choice) | Duration: 1/30/365 days (your choice) | Speed up to 30 MB/s | Price from: $10 OutLine VPN | Any country of your choice | Works on all devices and in any country (including Russia!) | Duration: 30 days | Price from: $2.5 WireGuard VPN | Any country of your choice | Works on all devices and in any country (including Russia!) | Duration: 30 days | Price from: $2.5 VDS (1–12 months) | GEO: USA, UK, Canada, Germany, India, France, Australia | RAM: 2–16 GB | Disk space (SSD): 60 GB – 8 TB | Custom configuration! | Lowest price! | Price from: $3   ⭐ TIKTOK ⭐ TIKTOK – Clean (wiped) auto-reg accounts II VERIFIED @RAMBLER.RU/@FIRSTMAIL II EMAIL INCLUDED, registered with RU IP | Price from: $0.1 TikTok auto-reg account II Verified via rambler.ru email, email included II Gender: MIX II Latin name II Empty profile II Registered with MIX IP | Price from: $0.1 TikTok auto-reg account II 100/1000/5000/10000+ followers (your choice) II Email verified @hotmail/@outlook/@firstmail/@rambler, email included (working) II Gender: MIX II Latin name II Registered with MIX IP | Price from: $1 ㅤ ㅤ ADVERTISING ACCOUNTS TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | PREPAID | Manual registration | Email access + Cookies + VAT info | Price from: $1 TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | Business verified + POSTPAY | Manual registration | Email access + Cookies + VAT info | Price from: $3.5 TIKTOK AD ACCOUNTS | GEO: USA/EUROPE | POSTPAY + BUSINESS CENTER | 3 ad accounts for running ads + 1 personal | Possible ad coupons from $20 to $100 | Manual registration | Email access + Cookies + VAT info | Price from: $8   ⭐ LINKEDIN & SNAPCHAT ⭐ Linkedin.com accounts | Email included: @outlook/@hotmail/@firstmail | Male or Female | Partially filled profiles | Registered from US/Europe/MIX IP | Price from: $2.5 LinkedIn Old Brute account with real connections (0 connections) | Mixed GEO | Filled profile | Registered on real device | Price from: $10 LinkedIn Premium Brute account (Premium) with active Premium subscription for 1 month | GEO: MIX | Registered on real device | Full access to account | Price from: $20 LinkedIn Old Brute account with real connections (50/100/500/1000+ connections) – YOUR CHOICE | Mixed GEO | Filled profile | Registered on real device | Price from: $20 Verified LinkedIn Brute account with confirmed documents | GEO: MIX | Registered on real device | Full access to account | Price from: $89 Snapchat Brute Old Account with real activity and score (from 0/10k/20k/50k/100k+ points) | GEO: USA, UK, Saudi Arabia, Dubai, India | Real accounts with real posts and followers (random amount) | Price from: $15   ⭐ WHATSAPP ⭐ WhatsApp real accounts | USA (+1 code) | High-quality accounts | QR-code or code from phone: from $3   ⭐ EMAIL ACCOUNTS ⭐ Outlook.com auto-reg account | Age: from 6 months | Registered on random IPs, IMAP and POP3 enabled | Valid for a long time and suitable for any purpose | Price from: $0.1 Firstmail.ltd auto-reg account | 1 order = 10 inboxes | IMAP enabled | High quality and functionality on all sites | Domains: maillerbox.com, fmailler.com, fmailnex.com, fmailler.net and others | Price from: $0.04 Rambler.ru auto-reg account | NEVER USED BEFORE | High quality and functionality on all sites | Price from: $0.02 Onet.pl auto-reg account | Email format: @ONET | Gender: mixed | SMTP, POP3, IMAP enabled | Price from: $0.1 Gazeta.pl auto-reg account | Email format: email@gazeta.pl | Gender: mixed | SMTP, POP3, IMAP enabled | Price from: $0.1 GMX.net / GMX.com auto-reg account | Email format: email@gmx.com/.at/.ch/.de/.net | Gender: mixed | SMS verification (+49) | SMTP, POP3, IMAP enabled | Price from: $0.05 GMX OLD account 2020–2023 | Email format: email@gmx.com/.at/.ch/.de/.net | Gender: mixed | Verified via SMS (+49) | SMTP, POP3, IMAP enabled | Price from: $0.3 Yahoo.com auto-reg account | IP and gender: MIX | Verified via SMS | IMAP, POP3, SMTP enabled | Phone and IMAP password included | Price from: $0.15 Auto-registered accounts Protonmail.com / Proton.me auto-reg account | Age: from 10 days | English first and last names | MIX IPs | Price from: $0.15 Web.de OLD account 2020–2023 | Email format: @web.de | Gender: MIX | Verified via SMS (+49) | SMTP, POP3, IMAP enabled | Price from: $0.4   ⭐ OTHER SERVICES & PREMIUM SUBSCRIPTIONS ⭐ ㅤ ㅤ DISCORD NITRO Discord Nitro Classic (Basic) GIFT | 1/12 MONTHS | NO LOGIN OR PASSWORD NEEDED | Full subscription guarantee | Price from: $3.15 Discord Nitro FULL | 1/12 MONTHS | NO LOGIN OR PASSWORD NEEDED | Full subscription guarantee | Price from: $6.8 SPOTIFY PREMIUM Individual Spotify Premium plan for 1 month ON YOUR ACCOUNT | Available worldwide | Price from: $2.49 Family Spotify Premium plan for 1 month ON YOUR ACCOUNT | Works in any country | Price from: $3.75 Personal YouTube Premium Music on your account | 1 month | Ad-free YouTube | Price from: $3.75 Family YouTube Premium Music on your account | 1 month | Ad-free YouTube | Price from: $4.35 TELEGRAM PREMIUM Telegram Premium subscription for 1 month on your account | Authorization required (via TDATA or phone number) | Price from: $6 Telegram Premium subscription for 3 months on your account | No account authorization required | Guaranteed for full period | Price from: $17 Telegram Premium subscription for 6 months on your account | No account authorization required | Guaranteed for full period | Price from: $22 Telegram Premium subscription for 12 months on your account | No account authorization required | Guaranteed for full period | Price from: $37 GOOGLE VOICE Google Voice Accounts (GMAIL US NEW) | Age/Year: Random 2024 | Phone Verified: Yes | Price from: $13 TWITTER(X) PREMIUM Twitter Premium X subscription on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $13 per month Twitter X Premium Plus subscription with GROK AI on your Twitter account for 1 month/1 year (your choice). Authorization in your Twitter account is required. Price from: $55 NETFLIX PREMIUM Netflix Premium subscription for 1 month on your personal account for any country, renewable after expiration | Price from: $10 CANVA PRO CANVA PRO subscription for 1 month via invitation to your email | Price from: $1 CHATGPT 5 Shared ChatGPT 5 Plus account FOR 2/5 USERS | Price from: $5 / $10 Group ChatGPT 5 Plus subscription on your own email address for 1 month | Price from: $5 Personal ChatGPT 5 Plus account FOR 1 USER or CHAT GPT PLUS subscription on your own account | Price from: $18 ChatGPT 5 PRO account with UNLIMITED REQUESTS | Dedicated personal account FOR 1 USER ONLY or ON YOUR ACCOUNT | Works in any country or region | Price from: $220   注意: 此文本块并不代表我们的全部产品范围;如需更多详情,请访问下方相关链接! 如果您有任何问题,我们的客服团队随时准备为您提供帮助! 可用的支付方式: 通过 PayPal、任意加密货币(+Binance Pay)、Telegram Stars、Cash App 或任意银行卡。 ⭐ 在线商店 ⭐ SOCNET.STORE ⭐ 社交媒体推广 SMM 面板 ⭐ SOCNET.PRO ⭐ Telegram 商店 ⭐ SOCNET.SHOP ⭐ 新闻:⭐ ➡ Telegram 频道: https://t.me/socnet_news 联系方式与支持: ➡ Telegram 客服: https://t.me/socnet_support ➡ Discord 客服: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ WhatsApp 客服: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ 电子邮件 客服: solomonbog@socnet.store ⭐ 10% – 20% 折扣 或 $1 奖励 用于您的 注册 ⭐ 如果您想在 注册 后获得 $1 奖励,或在 首次购买 时获得 10% – 20% 折扣,只需留言: "发送我的奖励, 我的用户名是..." 您还可以在我们所有商店使用现成的优惠码:"SOCNET"(15% 折扣!) ⭐ 我们邀请您合作 并与我们一起赚钱 ⭐ 想在我们的商店销售您的产品或服务并赚钱吗? 想成为我们的合作伙伴或提出互利的合作建议吗? 您可以通过本帖中列出的联系方式与我们联系。 常见问题与退款政策 如果您有任何问题或疑问,我们的快速客户支持将随时为您服务! 对于未完全符合说明要求或质量的服务,只有在商品描述中明确标注了保障和期限的情况下才会退款。在所有其他情况下,将不予全额退款!购买此类服务即表示您自动同意我们的未提供服务退款政策。 我们目前接受 CRYPTOMUS、Payeer、NotPayments、Perfect Money、俄罗斯和乌克兰银行卡、支付宝、BinancePay、CryptoBot、信用卡以及 PayPal。 注册奖励 $1 仅可用于购物,且仅限首次注册任何 SOCNET 项目后使用一次。 我们重视每一位客户,并通过联系方式在账号无效时提供替换! 附注:购物奖励可用于任何 SOCNET 项目:网页商店或 Telegram 机器人。
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock