
Stealth
Legendary Member-
Posts
1,178 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Stealth
-
Interlude L2J_Tool Buff Time Changer
Stealth replied to bekomen's topic in Server Development Discussion [L2J]
Lol DAFUQ at least give me proper credits, its my fucking tool (and it has bugs yet) -
[help] l2jserver interlude protection
Stealth replied to dzumara's question in Request Server Development Help [L2J]
http://maxcheaters.com/forum/index.php?topic=249067.0 you can find a lot of stuff in that topic, protections against various hacks like enchant and other also! -
Im checking this again. Yes I found the problem. On buffs that can be enchanted my app doesn't work well, Im going to fix this and pm you. <for> <effect count="1" name="Buff" time="7200" val="0" stackOrder="#Tab-runSpd" stackType="SpeedUp"> <add order="0x40" stat="runSpd" val="#Tab-runSpd" /> </effect> </for> <enchant1for> <effect count="1" name="Buff" time="#ench1time" val="0" stackOrder="33" stackType="SpeedUp"> <add order="0x40" stat="runSpd" val="33" /> </effect> </enchant1for>
-
Well for all people tired to change the time of buffs on interlude one by one and edit all those freaking xml files (like me FML), I made this tool which will save them A LOT OF TIME. Yeah true story, and the thing is that this tool is ridiculously easy to use, so Im gonna post pictures and video along with the tool so you can get an idea. Download link: http://www.mediafire.com/download.php?mlsctttnvt1auk8 Bugfix v0.3b Bug reports and shit: sparda-x@hotmail.com or pm me here, cause I ll probably answer the mail that you send me after a year or so, thankies. HIDDEN TO PREVENT LEECHING :D LOL
-
Υπάρχει ένα εργαλείο στα backtrack λέγεται Reaver είναι σχετικά νέο και μπορεί ακόμη και να βρει ευπάθειες (σε συγκεκριμένα routers) για σπάσεις WPA/WPA2 passwords.Δεν το έχω χρησιμοποιήσει συνήθως το aircrack είναι αρκετό για WEP κλειδιά, και για WPA/WPA2 αν έχεις καλό wordlist και αρκετή επεξεργαστική ισχύ. BT5 = http://www.backtrack-linux.org/downloads/ Reaver = http://code.google.com/p/reaver-wps/ Σημείωση* μιλάμε πάντα για bruteforce.
-
κάτι πρόχειρο αλλά δουλεύει νομίζω using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main() { string[] args = new string[2]; args[0] = "username"; args[1] = "password"; int fAttempts = 0; while (fAttempts <= 3) { Console.WriteLine("Username:"); string username = Console.ReadLine(); Console.WriteLine("Password:"); string password = Console.ReadLine(); if (username == args[0] && password == args[1]) { break; //exit while } else { fAttempts++; Console.WriteLine("Login failed invalid credentials!\n"); } } if (fAttempts == 3) { Console.WriteLine("Your login attempts limit has been reached, application will now exit!"); Console.ReadLine(); return; } //Exit int menu = 1; while (menu != 0) { showMenu(); menu = Convert.ToInt32(Console.ReadLine()); //ksanadiavazei if (menu == 1) { Console.WriteLine("Dwse to M:"); int m = Convert.ToInt32(Console.ReadLine()); if (m>0) { int sum = 0; int tSum = 0; int i; for (i = 0; i <= m; i++) { if (sum >= m) break; sum = sum * 2 + 1; // ((0x2) + 1 ),(1x2)+1) klp klp tSum += sum; // Console.WriteLine(sum + "\n"); } Console.WriteLine(tSum + "\n"); } } else if (menu == 2) { Console.WriteLine("Dwse prwto akeraio:"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("Dwse deutero akeraio:"); int b = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(gcd(a, b)); } else if (menu == 3) { int i = 100; for (i = 100; i <= 999; i++) { int f = (i / 100) % 10; int s = (i / 10) % 10; int t = i % 10; int sum = f + s + t; if (i % sum == 0) Console.WriteLine(i+","); } Console.WriteLine("\n"); } else if (menu == 0) { Console.WriteLine("The application will not exit, you typed 0!"); Console.ReadLine(); return; } } } static int gcd(int u, int v) { // simple cases (termination) if (u == v) return u; if (u == 0) return v; if (v == 0) return u; // look for factors of 2 if (u%2==0) // u is even if (v%2==1) // v is odd return gcd(u >> 1, v); else // both u and v are even return gcd(u >> 1, v >> 1) << 1; if (v%2==0) // u is odd, v is even return gcd(u, v >> 1); // reduce larger argument if (u > v) return gcd((u - v) >> 1, v); return gcd((v - u) >> 1, u); } static void showMenu() { Console.WriteLine("MiniProject C#\n"); Console.WriteLine("1 - Ypologismos Ginomenou"); Console.WriteLine("2 - Megistos Koinos Diairetis"); Console.WriteLine("3 - 3psifioi Arithmoi Harshad"); Console.WriteLine("0 - Exit\n"); Console.Write("Epiloges (1,2,3,or 0): "); } } } se VS 2008
-
I code, or a least think I code PHP,VB.net,a bit of C#, C, some Java, some html (if that can be considered a programming language although I highly doubt that), some batch scripting in windows and linux scripts (shell scripts). That's all.
-
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
Yeah its for mysql.I have some ideas... let me work on them.I can do a lot of stuff with the database. -
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
That's was my point all along, to explain you that cracked navicat is illegal while this app is perfectly legal, and coded from scratch, I said on my previous post that this will have custom stuff specifically for l2j db's, its pretty crappy for now but hey its alpha version dafuq I coded in 20min. -
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
Seriously?!L2OFF servers were illegal actually again, this is getting off topic.Either know what you talk about or stop posting, thanks. -
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
This means its not free, cracked does not mean free. -
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
Navicat is not free.I will add many custom stuff for l2jserver specific :P Its not, I haven't seen any sources shared online sorry.It actually stops the WebBrowser you saw the wrong btn in reflector. -
[Tool]Nyancat (my navicat troll app)
Stealth replied to Stealth's topic in Server Shares & Files [L2J]
(Read 14 times) 1 response? uum why so shy? -
I made a tool that has like 20% of the functionality of navicat, it will be a clone and actually a free clone of navicat for l2j based database's.I have implemented search and reload functions so far and it haz bugz please report them at NOWHERE because Im not gonna fix em', thx. ze right click has options! Download [Free] Help me please
-
First of all it will be a low rate server, and he wants to develop it further but has little java knowledge.
-
Which project would you suggest for an Interlude server, a friend of mine wants to start one. I 've heard about l2acis but dunno and its been a while since I 've used l2j stuff.
-
Prebeta version is ready check the video, no proxy so far, i will embed them now.