C# Code

08/30/2018 10:07 TREXSRO#1
any one have Code Uniques Event with MobID Like eBot or SAVi Event i want it
08/30/2018 16:17 SubZero**#2
cant create ur own?
08/30/2018 17:18 #HB#3
Do your own work, you can see [Only registered and activated users can see links. Click Here To Register...] tho which might help you with some commands & packet structures.
08/30/2018 18:25 TREXSRO#4
Quote:
Originally Posted by Zoro.Sro View Post
cant create ur own?
no

Quote:
Originally Posted by #HB View Post
Do your own work, you can see [Only registered and activated users can see links. Click Here To Register...] tho which might help you with some commands & packet structures.
I want to learn from it anything I am a beginner in this language C#
and I did not take any courses
08/30/2018 19:48 B1Q#5
what it is you want to achieve?
spawning a unique or parsing unique kills
08/30/2018 20:05 TREXSRO#6
[Only registered and activated users can see links. Click Here To Register...]
I want it to learn to do it :)
08/30/2018 21:05 B1Q#7
Quote:
Originally Posted by TREXSRO View Post
[Only registered and activated users can see links. Click Here To Register...]
I want it to learn to do it :)
sorry i can't teach you.
however, you could use any public sources and do it yourself.
08/30/2018 21:22 TREXSRO#8
Quote:
Originally Posted by B1Q View Post
sorry i can't teach you.
however, you could use any public sources and do it yourself.
I do not want you to teach me I just want a code similar to I learn from it
08/30/2018 22:06 B1Q#9
Quote:
Originally Posted by TREXSRO View Post
I do not want you to teach me I just want a code similar to I learn from it
you said "i want to learn to do it"
language barrier

ok here it is [Only registered and activated users can see links. Click Here To Register...]
08/31/2018 22:14 TREXSRO#10
Quote:
Originally Posted by B1Q View Post
you said "i want to learn to do it"
language barrier

ok here it is [Only registered and activated users can see links. Click Here To Register...]
thank you bro
Can you help me modify this Packet?

Code:
public void method_9()
        {
            try
            {
                this.method_32(0xe67, 0x840);
            }
            catch
            {
            }
        }
public void method_10()
        {
            try
            {
                this.method_32(0xdd9, 0x768);
            }
            catch
            {
            }
        }

        public void method_11()
        {
            try
            {
                this.method_32(0x1a54, 0x476);
            }
            catch
            {
            }
        }

        public void method_12()
        {
            try
            {
                this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
        }

        public void method_13()
        {
            try
            {
                this.method_32(-4937, 0xb47);
            }
            catch
            {
            }
        }
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
        }
08/31/2018 23:46 B1Q#11
Quote:
Originally Posted by TREXSRO View Post
thank you bro
Can you help me modify this Packet?
sorry idk what that is
09/06/2018 00:21 $WeGs#12
Quote:
Originally Posted by TREXSRO View Post
thank you bro
Can you help me modify this Packet?

Code:
public void method_9()
        {
            try
            {
                this.method_32(0xe67, 0x840);
            }
            catch
            {
            }
        }
public void method_10()
        {
            try
            {
                this.method_32(0xdd9, 0x768);
            }
            catch
            {
            }
        }

        public void method_11()
        {
            try
            {
                this.method_32(0x1a54, 0x476);
            }
            catch
            {
            }
        }

        public void method_12()
        {
            try
            {
                this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
        }

        public void method_13()
        {
            try
            {
                this.method_32(-4937, 0xb47);
            }
            catch
            {
            }
        }
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
        }
it's a warp packet (teleport bot char to some places), what you need to edit ? !
it also extracted from Packed file
09/08/2018 18:10 TREXSRO#13
Quote:
Originally Posted by $WeGs View Post
it's a warp packet (teleport bot char to some places), what you need to edit ? !
it also extracted from Packed file
I know bro but I can not know the meaning of the words that have been decoded Like.(method_32)what do you mean
09/08/2018 18:19 $WeGs#14
Quote:
Originally Posted by TREXSRO View Post
I know bro but I can not know the meaning of the words that have been decoded Like.(method_32)what do you mean
It's shown as method_xx cuz the deobfuscator , i can't know what the real name of this method unless you have the original source code.
I already told you what this method used for .

you can rename it to what ever you like , ex : Move to postion , teleport bot char etc... or just use it with that name it doesn't matter .

btw , it's the original warp packet

[Only registered and activated users can see links. Click Here To Register...]
09/09/2018 01:50 TREXSRO#15
Quote:
Originally Posted by $WeGs View Post
It's shown as method_xx cuz the deobfuscator , i can't know what the real name of this method unless you have the original source code.
I already told you what this method used for .

you can rename it to what ever you like , ex : Move to postion , teleport bot char etc... or just use it with that name it doesn't matter .

btw , it's the original warp packet

[Only registered and activated users can see links. Click Here To Register...]
Code:
public void method_32(int int_0, int int_1)
        {
            try
            {
                int num = (int_0 % 0xc0) * 10;
                int num2 = (int_1 % 0xc0) * 10;
                int num3 = ((int_0 - (num / 10)) / 0xc0) + 0x87;
                int num4 = ((int_1 - (num2 / 10)) / 0xc0) + 0x5c;
                int num5 = Convert.ToInt32((double) ((num4 * Math.Pow(2.0, 8.0)) + num3));
                Class9 class2 = new Class9(0x7010);
                class2.method_34(0x10);
                class2.method_34(0);
                class2.method_50(num5);
                class2.method_42((float) num);
                class2.method_42(1000f);
                class2.method_42((float) num2);
                class2.method_35(1);
                class2.method_34(0);
                Class4.smethod_4(class2);
                Thread.Sleep(0x3e8);
                Class9 class3 = new Class9(0x34b6);
                Class4.smethod_4(class3);
            }
            catch
            {
            }
Class3 indicate to userevears(0x34b6)

Code:
public void method_12()
        {
            try
            {
                    this.method_32(0x1922, 0x36d);
            }
            catch
            {
            }
this.method_32(0x1922, 0x36d);indicate to RagionID and X,y,z in janganSouth