Jump to content

DragonHunter

Legendary Member
  • Posts

    596
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DragonHunter

  1. Server Computer:

    Processor: Quadcore 2.6GHz

    RAM: 4GB

    HDD: 1TB

    Network Speed: 50mb

    Advanced Firewall (Anti-DOS Attacks)

     

    Server Rates:

    RateXp: 5000

    RateSp: 5000

    Adena: 5000

    Drop: 1

     

    Features:

    Starting Adena = 20.000.000

    Start level: 40

    Auto loot

    Max Attack Speed: 3000

    Max Casting Speed: 3000

    Max run speed: 400

     

    Karma Player Can Be Killed In PeaceZone: False

    Karma Player Can Shop = True

    Karma Player Can Teleport = True

    Karma Player Can UseGK = True

    Karma Player Can Trade = True

    Karma Player Can Use WareHouse = True

     

    Class Master: On (when you reach level 40 and higher you will get a popup to change ur class)

     

    Geodata: On

    Allow discard items: False

    Community board Enabled: False

    DeathPenaltyChance: 0%

    GM-Shop

    Npc Buffer

    Global Gatekeeper

    Noblesse Manager (Become instantly noblesse without needing items)

    Raidboss Teleport (Teleport to any boss you like)

    EnchantChanceWeapon: 75%

    EnchantChanceArmor: 75%

    EnchantChanceJewelry: 64%

    Max Enchant: 50

    Can enchant hero weapons: True

     

    Automatically Team Versus Team events

     

    Custom commands:

    .jointvt

     

    Don't think oh.. hes using ucoz so his server is probably fucked up orsomething because its not, I just didn't like to buy a webhost atm lol :P

     

     

    http://l2maniac.ucoz.com

  2. Hey guys

     

    This is a new program i've made and it's working pretty good

     

    This is a bruteforce program and it's illegal! so use it at your own risk!

     

    I've made this program today in some hours and its working now without bugs (i hope so)

     

    Bruteforcing a mysql database can take a long time because its trying alot of passwords + combinations

    It's trying upper/lower characters and numeric in different combinations, This will make the bruteforce a success

     

    Just fillin the ip you want to bruteforce and then the username.... mostly its root

     

    This should work at every server that has the port open 3306 (mysql port)

     

    Video preview:

    http://www.youtube.com/watch?v=EQvkqNbLGR4

    This is the hidden content, please

  3. for generating random numbers use RND (example: rnd() * 50000, output will be between 0 and 50000)

     

    and for +1 all the time just use a simple loop for that (i just know it for C++,,, dont know atm for vb lol but you maybe will get my point :P)

     

    for(unsigned int i = 0; i < 50000; i++)

    {

    //Here the numbers will go +1 till 50000

    //out put will be:

    // 0

    // 1

    // 2

    // 3

    // 4

    //.....

    }

  4. The truth is.. c# is newer and like stealth said, uses .NET(which comes with windows since xp sp2 and generally all users have at least 1.0) and thus provides much more functionality, basically its easyer to write more complicated things, while c++ is more basic, tho not a lot lol.. the difference is mostly in syntax.. if you see c#, j#... they are trying to make syntax same in more advanced languages and imo that should of been standardized from the start (thank god that at least logic is). Anyway, the most important thing is that.. c# is a language that is not compiled to native code.. which does not necessarily mean that its slower! it does in most cases tho. =P

    C# can't be newer then C++ because windows is created in C and few years later C++ came... and when some guy made .net then all the other languages came like VB2003/2005/2008 C# and some others...

     

    C and C++ don't require .net but you can say ofcourse if you want to use .net framework in a C or C++ program

    but my experience from C++ is that you can do whatever you want anyway im mostly just doing stuff in DirectX9, Api-hooking etc (some advanced stuff)

    I don't think u can do that in C# and i dont think C# and change the PE Header and making sections/encryptions in the PE Header :)

  5. If there will come programming sections i will upload my VisualStudio2008 that contains the following languages:

    Visualbasic 2008 (Forms, console, dll...etc)

    C++ (win32, console, dll....etc)

    C# (Forms, console, dll...etc)

    Making office projects

    Smart devices (like a PDA)

  6. Hey guys lets make some programming sections for the programmers here  8)

     

    I was thinking about the following languages...

    C++

    ASM (Assembly)

    VisualBasic6, 2005, 2008

    Delphi

    Python

    Perl

    Java (Do not only post bullshit about l2j xD)

     

    This are just the main languages that most people use for making programs

    And not for making websites?!

     

    Vote please :)

×
×
  • Create New...