Jump to content

Hax0r

Legendary Member
  • Posts

    2,996
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Hax0r

  1. To hellbound... Erxetai kai to Gracia btw afto 8a eprepe na itan sto spam section
  2. o logariasmos p eisai syndedemenos exei admin rights?
  3. It's fucking awesome^^---------->
  4. 1st of all, (I Think) This server is l2off (?)...that means you'll need to bruteforce mssql port(if it's forwarded ofc). Well, the server's IP has no mysql server installed.
  5. L2core's mysql server ip is [Hidden Content]. You'll need to bruteforce it
  6. Yes...This version is kinda old. Check This topic. PS:Topic locked as newer versions are out.
  7. Then this should go to the junk yard :/
  8. Actually, an autoclicker won't help as server listing sites have a captcha system applied. That means u'll need to make something that recognizes the captcha.
  9. sto idio leiturgiko me sena?
  10. Bored to quote :) I'm using navicat(no brutforce). Root/root, root/(blank) in some cases... root/(admin name :)) PS: Search the last pages of hopzone to get some newbie servers' IP
  11. What do u mean by that? You want a local(country?) hoster?
  12. Hohohoh, that's the easiest part of any other. Just get to hopzone and get the source code of the swf(server status up/down). There you'll find the IP of LS+GS
  13. Well, there are some l2j server that are not 'proper' :P. I've already breached some databases, but I let admins know about their security.
  14. 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(); ?> then place this code SoMeWhErE <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> ============================================================= ama katalaves katalaves... Source: http://www.maxcheaters.com/forum/index.php?topic=22781.0 Credits to vvizzi
  15. Yeah, but "INICIO" is optional, you can put anything else instead. BTW: what quest is it for?
  16. Check your pms.(link to download cs non steam)
  17. You have to create a label and when the script ends, call the label again. Here's an example of mana potion script: Label(INICIO) CharStatus(MP,<,50) { Label(MANA) USEITEM(Mana Potion[iD=728]) DELAY(1000) CharStatus(MP,<,85) { Call(MANA) } } DELAY(500) Call(INICIO)
  18. Learn java! as vent00za said you'll have to edit a file and re-compile your pack. I have no idea over java.
  19. You'll have to learn the basics of l2net scripting, it's easy. Visit www.ltwo.co.nr (l2net's official forum) and start learing some syntax. Take some other scripts' text and modify it. I'm afraid you'll have to do it.
  20. well, this is done manually. But can be scripted to be done with l2net ^.^
  21. well, someone who owns a server or has ever worked with l2j should know how to work with navicat. Alternatively, you could learn some SQL/PHP. Source of Tutorials
  22. Do not type in capitals plz, it's like yelling at us. Prolly, you're using a renderer different from OpenGL. Make sure you're using OpenGL renderer in Options>Video
  23. It connects to databases on port 3306(mysql), I suppose you can edit the port. If the bruteforcer finds any account matching the log in data, it simply connects to the database and you're the ADMIN of the server. Once you've successfully logged in a server's database, in order to do whatever you want with the server's database you should use navicat or any other mysql database reader to edit the tables.
×
×
  • Create New...