-
Posts
2,996 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Hax0r
-
[Share]here's the Duplique xploit that works on DN
Hax0r replied to Dadman's topic in Hacks & Cheats [English]
demev has originally posted this. The thread author doesn't even know how it's done. Dadman plz give the damn credits! -
You must have tried the InGame walker then... Try this one and leave a message here if you can or can't bot there...
-
Just try a couple of times(3-4) in a row and you'll sort this problem out...at least that's what I did and it worked.
-
Next GeN DowNLoaD MaNaGeR - CRyPTLoaD(rapidshare support)
Hax0r replied to Hax0r's topic in Off-Topics
GLAD TO SAY THAT CRYPTLOAD HAS BEEN UPDATED!!!!(sry for caps) -Supports Rapidshare.com's captcha system!!! -
Let's stay on topic. If u have any non newbie questions do not hesitate to ask. PS:Just to inform you, I haven't played on a Kamael server yet.(didn't really attract me)
-
shame on me too 'cause I've deleted it too!!!Anyway, you can play through L2Walker(oog), search on the bot section. Uploading my own ID/Password List which I haven't checked(jUsT fOr yoU) :) Done!!Check the first post.
-
First post updated with a password generator, just set the options you want...and the file is ready. Lain, just under the 1<????<16 there's a button, right from there you load passwords from a file BUT you have to fill in the first list with your own IDs(random).
-
Yep, that's what it does. Quite strange, anyway, I'll upload it on 4shared. Just wait :) Forget it, I am going to upload it on files.to, sec! CLICK ME!!
-
Yes it works.After all, if l2walker works then l2brute works toO!
-
I suppose you antivirus has recognized it as a virus, or your windows protection won't let it open. Just turn them off and see again. PS:I've just downloaded it and it is extracted with no errors...:?
-
I suppose you understand what I am up to post... This image explains what I mean: Just to help you, I'll write here what you need to configure it... IP:85.14.217.57 Port:2090 Token:5F 3B 35 2E 5D 39 34 2D 33 31 3D 3D 2D 25 78 54 21 5E 5B 24 English Picture: http://img291.imageshack.us/img291/3046/englishqs5.jpg[/img] Do not ask newbie questions! I am uploading it. It might alarm you as a trojan, use it on your own risk...I have used it and nothing happened. ~~~La2Brute Forcer~~~ RapidShare.Com Link Files.To Link ~~~Password Generator~~~ RapidShare.Com Link ~~~UserName List~~~ RapidShare.Com Link Yours, Hax0r
-
[GUIDE] ByPass Bake-Ice Step By Step (Works For Interlude) [IG]
Hax0r replied to ZoOoOoM's topic in Botting [English]
since +1 was given to ZoOoOoM, I'll give +1 to sltbjr 'cause he is the one who had the idea and created the first guide :) should be sticky imo. -
actually she's a girl^^(I suppose so, from the name).c0dy's thread is ok, just read the whole thread and u'll see 2 links.
-
just post the link to the first post(edit the first post), so that everyone will be able to get it ready. Btw, do u want me to write a La2Brute Force guide for gold?
-
works, +1 to the author of this topic
-
How to add npc's weapons armors in the server
Hax0r replied to CaZaNoVa's question in Request Server Development Help [L2J]
U Just Do Shift+Click And Thet Edit NPC U Will Find Right Hand And Left Hand So Put In Right Hand The Weapon ID And At Left Hand Id Of A Shield[if U Want A Shield] -
OMFG, DID U READ THE TOPIC?(sry for caps but anath3ma is the best guy ever :) ) Who said about opening someone's camera without the owner knowing it?? can u gimme the exact spot? It's your fault that you can't read. I think anath3ma has explained what BSOD is, hasn't he? Think/Read twice before you say something. btw, here's what bsod(blue screen of death) is: anath3ma:
-
lew kai gw, nomiza psofise
-
[Help] Xriazomai register selida mono gia register
Hax0r replied to SA:MP Coder's question in Request Server Development Help [Greek]
exw kanei edit to proigumeno post... na to olokliromeno Acc creation: I wasted allot of time to get to know what encryption l2 uses for passwords.. anyway i wanted to spare you some time.. First create acc.php file in same directory as index.. and add this script to it <?php define('mySQL_hostname', '127.0.0.1'); //database IP define('mySQL_database', 'Database'); //database name define('mySQL_username', 'User'); //database user define('mySQL_password', 'Pass'); //database password function l2j_encrypt($password) { return base64_encode(pack("H*", sha1(utf8_encode($password)))); } $str = l2j_encrypt($_POST['pass']); $user = $_POST["name"]; $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) or die( 'Error connecting to mysql<br><br>'.mysql_error() ); $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database<br><br>'.mysql_error() ); if ($user == '') { print'Incorrect UserID'; mysql_close(); } else { $db_add = mysql_query( "INSERT INTO `accounts` VALUES ('$user', '$str', '0', '0', '')" ) or die( 'Error: '.mysql_error() ); } print 'Account Created<br><br>Enjoy youre gameplay.'; mysql_close(); ?> after this add this to the index: <form action="acc.php" method=post> UserID:<input type="text" name="name" size 20><br><br> Password:<input type="password" name="pass" size 20><br><br> <input type=submit name="submit" value="Login"> </form> Source: http://www.maxcheaters.com/forum/index.php?topic=22781.0 Credits to vvizzi -
[Help] Xriazomai register selida mono gia register
Hax0r replied to SA:MP Coder's question in Request Server Development Help [Greek]
hmmm, prepei na ftiakseis ena allo file p na exei ena form gia user kai pass. rikse mia matia se enan php guide lolllllll dn ekana post olokliro to post... after that add this to index <form action="acc.php" method=post> UserID:<input type="text" name="name" size 20><br><br> Password:<input type="password" name="pass" size 20><br><br> <input type=submit name="submit" value="Login"> </form> -
[Help] Xriazomai register selida mono gia register
Hax0r replied to SA:MP Coder's question in Request Server Development Help [Greek]
exei ginei post 2-3 fores. Acc creation: I wasted allot of time to get to know what encryption l2 uses for passwords.. anyway i wanted to spare you some time.. First create acc.php file in same directory as index.. and add this script to it <?php define('mySQL_hostname', '127.0.0.1'); //database IP define('mySQL_database', 'Database'); //database name define('mySQL_username', 'User'); //database user define('mySQL_password', 'Pass'); //database password function l2j_encrypt($password) { return base64_encode(pack("H*", sha1(utf8_encode($password)))); } $str = l2j_encrypt($_POST['pass']); $user = $_POST["name"]; $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) or die( 'Error connecting to mysql<br><br>'.mysql_error() ); $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database<br><br>'.mysql_error() ); if ($user == '') { print'Incorrect UserID'; mysql_close(); } else { $db_add = mysql_query( "INSERT INTO `accounts` VALUES ('$user', '$str', '0', '0', '')" ) or die( 'Error: '.mysql_error() ); } print 'Account Created<br><br>Enjoy youre gameplay.'; mysql_close(); ?> ============================================================= ama katalaves katalaves... Source: http://www.maxcheaters.com/forum/index.php?topic=22781.0 Credits to vvizzi -
off c5 x7 exp(I dunno further rates). http://cosmosl2.com
-
[Request] Looking Goods Vs Evil Servers
Hax0r replied to vetra3's topic in [Request] Private Servers
www.l2mafia.gr
