Stripped ProjectAlchemy Source Code

02/24/2011 20:58 denominator#1006
Ok so I have a far superior broadband now compared to the one I had before but the login issues are still there? Is there any way to make the login more stable? Could it be due to my laptop?
02/25/2011 00:27 pro4never#1007
Quote:
Originally Posted by { Angelius } View Post
do i need to change anything else but there authIP in order to connect to the Capricorn server .
You don't need to change any of the ips... you simply need to use a loader using the hamachi/external ip for your own computer and the ports you set the proxy to use (by default game server is 5000, login ports 5001 or 5002 depending on server groups)
02/25/2011 00:39 { Angelius }#1008
Quote:
Originally Posted by pro4never View Post
You don't need to change any of the ips... you simply need to use a loader using the hamachi/external ip for your own computer and the ports you set the proxy to use (by default game server is 5000, login ports 5001 or 5002 depending on server groups)
shit yeah i know that but i dident know that i dont need to change the ips .
and yeah i got it working so thank you .

ANOTHER EDIT:
FUUUUCK YEAH I LOVE YOU MEAN YOU SAVED LOTS OF TIME YOU GAVE ME A NEW WAY TO SNIFF THE DAMN PACKET WITH AN UP TO DATE CLINT AND YOU GAVE ME THE BASE OF AN UP TO DATE PSERVER

I CHANGED MY MIND ABOUT THE DOUBLE POSTING :P

YEEEHAA YOU MADE MY DAY :bandit:

EDIT ..DONT ASK HOW ITS JUST HAPPENING :XD
02/25/2011 04:32 kimbola#1009
Help here , whats wrong!??!?!?!

Quote:
case "/addrespawn":
{
Coord Z = new Coord();
Z.X = ushort.Parse(Cmd[1]);
Z.Y = ushort.Parse(Cmd[2]);
if (Calculations.ValidDmap(C.StaticMap, Z.X, Z.Y))
{
Console.WriteLine("Valid Coord!");
C.InGoTo = true;
C.To = Z;
}
else
Console.WriteLine("invalid Coord!");
break;
Quote:
private static void RandomJump(Client C)
{

Mob M = GetClosestMonster(C);
Items.GroundItem moneyloot2 = GetClosestItemz(C);
if (M == null)
{
if (Calculations.ValidDmap(C.StaticMap, C.To.X, C.To.Y))
{
Packets.CliJump(C.To.X, C.To.Y, 156, C);
Packets.Jump(C, C.To.X, C.To.Y, 137);
C.X = C.To.X;
C.Y = C.To.Y;
C.UpdatedX = C.To.X;
C.UpdatedY = C.To.Y;
Calculations.UpdateLocal(C);
System.Threading.Thread.Sleep(800);
C.LastJump = DateTime.Now;


}
whats wrong
02/25/2011 05:33 Henrique MD#1010
pro4never...

im delphi programmer, i know that what i know is not soo much for a proxy...
but i wanna make it work on conquest(BR), can you just give me good links where i can learn about packets, enc/decry, to change what i need to work on CO(br)
thks for everything
02/25/2011 05:37 pro4never#1011
Quote:
Originally Posted by Henrique MD View Post
pro4never...

im delphi programmer, i know that what i know is not soo much for a proxy...
but i wanna make it work on conquest(BR), can you just give me good links where i can learn about packets, enc/decry, to change what i need to work on CO(br)
thks for everything
Why not read the entire packet/botting/proxy sticky that I wrote?

Or you could browse through this source to get some examples of all of the things you'd need.

Quote:
Originally Posted by kimbola View Post
Help here , whats wrong!??!?!?!





whats wrong
The real question is what's right.

Nothing in that code relates to path finding (I assume that's what you're trying to do seeing as you're doing a 'to' code.

You should be setting a coord for where you're traveling to. Then in your bot code doing something like.


if(C.InRoute)
{
Coord Try = Calculate best coord to move to within range (there's a calculation for that in the source ^^)
//jump to coord pulled
//if To coord = in range, in route = false;
}

Simple stuff.
02/25/2011 10:16 OELABOELA#1012
Ok guys, im back to coding on this proxy. I've been doing some java to cool down, and i had exams to. Just had my re-exam, and i feeled good about it.

I will start from a scratch and maybe post a few tutorials on the way to the perfect bot. :)
02/25/2011 12:15 kimbola#1013
We need tutorials , codes , solutions

Isnt this a OPEN SOURCE thread? Why the hell am I the only willing to release my code here?

We need to unite to make things better

If it wasnt p4n releasing his proxy source , no one would be working on it. Im pretty sure the more people working on a code solution , the better the bot will be

Dont call me leecher , read the **ucking thread I developed my own code ( even I being a damn noob at C ).

Are we bringing this proxy to a new level or everyone wanna keep your own "broken code" to yourselves?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
02/25/2011 14:21 OELABOELA#1014
Quote:
Originally Posted by kimbola View Post
We need tutorials , codes , solutions

Isnt this a OPEN SOURCE thread? Why the hell am I the only willing to release my code here?

We need to unite to make things better

If it wasnt p4n releasing his proxy source , no one would be working on it. Im pretty sure the more people working on a code solution , the better the bot will be

Dont call me leecher , read the **ucking thread I developed my own code ( even I being a damn noob at C ).

Are we bringing this proxy to a new level or everyone wanna keep your own "broken code" to yourselves?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
That's why im wanting to post some tutorials etc.
02/25/2011 21:11 awesome100able#1015
Alot of comments
02/25/2011 21:13 awesome100able#1016
Ill try need thanks first
So thank me!
02/26/2011 12:14 OELABOELA#1017
Ok, i said i was recoding right? Im on a good way, i have 450 kills with a warrior and still not dcing, 380 kills in superman and superfast looting. Ill put up a video soon :)
02/26/2011 12:55 darkopp#1018
OELABOELA
When you will give tutorials to make perfect bot.
If you give tutorials, i`ll give you BIG THANKS
02/26/2011 21:12 hippie#1019
keep up ur good work OELABOELA
02/27/2011 00:25 OELABOELA#1020
It's about to get heavy with my normal melee code!


Code:
1k
[URL=http://img163.imageshack.us/i/82204558.png/][IMG]http://img163.imageshack.us/img163/8207/82204558.png[/IMG][/URL]

Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]

2k
Coming soon, its at 1.6k atm.