any one have Code Uniques Event with MobID Like eBot or SAVi Event i want it
noQuote:
cant create ur own?
I want to learn from it anything I am a beginner in this language C#Quote:
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.
sorry i can't teach you.Quote:
[Only registered and activated users can see links. Click Here To Register...]
I want it to learn to do it :)
you said "i want to learn to do it"Quote:
I do not want you to teach me I just want a code similar to I learn from it
thank you broQuote:
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...]
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 ? !Quote:
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 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.Quote:
I know bro but I can not know the meaning of the words that have been decoded Like.(method_32)what do you mean
Quote:
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...]
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
{
}
public void method_12()
{
try
{
this.method_32(0x1922, 0x36d);
}
catch
{
}