elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO Coding Corner (https://www.elitepvpers.com/forum/sro-coding-corner/)
-   -   C# Code (https://www.elitepvpers.com/forum/sro-coding-corner/4523893-c-code.html)

TREXSRO 08/30/2018 10:07

C# Code
 
any one have Code Uniques Event with MobID Like eBot or SAVi Event i want it

SubZero** 08/30/2018 16:17

cant create ur own?

#HB 08/30/2018 17:18

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.

TREXSRO 08/30/2018 18:25

Quote:

Originally Posted by Zoro.Sro (Post 37102049)
cant create ur own?

no

Quote:

Originally Posted by #HB (Post 37102157)
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

B1Q 08/30/2018 19:48

what it is you want to achieve?
spawning a unique or parsing unique kills

TREXSRO 08/30/2018 20:05

[IMG=expandable: 1, float: right]http://www9.0zz0.com/2018/08/30/21/388639041.png[/IMG]
I want it to learn to do it :)

B1Q 08/30/2018 21:05

Quote:

Originally Posted by TREXSRO (Post 37102475)
[IMG=expandable: 1, float: right]http://www9.0zz0.com/2018/08/30/21/388639041.png[/IMG]
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.

TREXSRO 08/30/2018 21:22

Quote:

Originally Posted by B1Q (Post 37102571)
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

B1Q 08/30/2018 22:06

Quote:

Originally Posted by TREXSRO (Post 37102601)
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...]

TREXSRO 08/31/2018 22:14

Quote:

Originally Posted by B1Q (Post 37102685)
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
            {
            }
        }


B1Q 08/31/2018 23:46

Quote:

Originally Posted by TREXSRO (Post 37104586)
thank you bro
Can you help me modify this Packet?

sorry idk what that is

$WeGs 09/06/2018 00:21

Quote:

Originally Posted by TREXSRO (Post 37104586)
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

TREXSRO 09/08/2018 18:10

Quote:

Originally Posted by $WeGs (Post 37113285)
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

$WeGs 09/08/2018 18:19

Quote:

Originally Posted by TREXSRO (Post 37118017)
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

[IMG=expandable: 1]https://image.prntscr.com/image/kp-j1RsCTFSNEio1t3rCvQ.png[/IMG]

TREXSRO 09/09/2018 01:50

Quote:

Originally Posted by $WeGs (Post 37118030)
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

[IMG=expandable: 1]https://image.prntscr.com/image/kp-j1RsCTFSNEio1t3rCvQ.png[/IMG]

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


All times are GMT +2. The time now is 04:54.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.