PAY FOR IT 3$ for id

02/09/2021 09:35 netraxes#1
Hello good, how can I get the id of a new client.


example (28044)

class OreCountModule
{
public const short ID = 28044; <------

public OreTypeModule oreType;

public double count;

public OreCountModule(OreTypeModule oreType, double count)
{
this.oreType = oreType;
this.count = count;
}

public void read(ByteParser parser)
{
parser.readShort();
oreType = new OreTypeModule(-1);
oreType.read(parser);
count = parser.readDouble();
}
}

I would pay for it all the id would need the id,

thank you very much for your attention.
02/09/2021 13:13 #Heizer™#2
OreCountModule = 15781;
OreTypeModule = 4539;
02/09/2021 23:18 netraxes#3
does not match any main 10.1 package

:S

i need 3 packet id

using Ow.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ow.Net.netty.commands.RefinementSystem
{
class AttributeOreCountUpdateCommand
{
public const short ID = 21142; //bad id

public static Command write(List<OreCountModule> ores)
{
var cmd = new ByteArray(ID);
cmd.writeInt(ores.Count);
foreach (var ore in ores)
cmd.write(ore.write());
return new Command(cmd.ToByteArray(), false);
}
}
}

----------------------------------------------------------------------


using Ow.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ow.Net.netty.commands.RefinementSystem
{
class OreCountModule
{
public const short ID = 28044; //revisar

public OreTypeModule oreType;

public double count;

public OreCountModule(OreTypeModule oreType, double count)
{
this.oreType = oreType;
this.count = count;
}

public void read(ByteParser parser)
{
parser.readShort();
oreType = new OreTypeModule(-1);
oreType.read(parser);
count = parser.readDouble();
}

public byte[] write()
{
var cmd = new ByteArray(ID);
cmd.write(oreType.write());
cmd.writeDouble(count);
return cmd.Message.ToArray();
}
}
}


-----------------------------------------------------------------------------

using Ow.Net.netty.commands.RefinementSystem;
using Ow.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ow.Net.netty.requests.RefinementSystem
{
class LabRefinementRequest
{
public const short ID = 6752; //bad id

public OreCountModule toProduce;

public void readCommand(byte[] bytes)
{
var parser = new ByteParser(bytes);
toProduce = new OreCountModule(null, 0);
toProduce.read(parser);
}
}
}
02/10/2021 16:33 PNTX#4
which client?
would be important to know tho
02/10/2021 22:33 netraxes#5
my emulator is The DarkOrbit CMS and 10.0 emulator
02/11/2021 15:49 #Heizer™#6
Quote:
Originally Posted by netraxes View Post
my emulator is The DarkOrbit CMS and 10.0 emulator
Never used the Public Client.. I recommend you to export the script folder from the main.swf to scalp the packages faster by using notepad++ or any other text software which allows you to search for something in every document.
02/11/2021 20:38 netraxes#7
someone sell an update of main with id?
payment, talk to me privately.
02/12/2021 14:34 TweezyJDM#8
i can do it
contact me Rene#5203
02/12/2021 18:45 Eatforyou#9
Quote:
Originally Posted by TweezyJDM View Post
i can do it
contact me Rene#5203
Hello Rene :cool:
02/12/2021 19:23 TweezyJDM#10
Quote:
Originally Posted by Eatforyou View Post
Hello Rene :cool:
Na Tim ;) hehe