Lag7 Strategic Lagtool menu

User Tag List

Page 11 of 11 FirstFirst ... 7891011
Results 151 to 163 of 163
  1. #151
    MrNoble's Avatar ezclap CoreCoins Purchaser
    Reputation
    535
    Join Date
    Sep 2015
    Posts
    357
    Thanks G/R
    170/218
    Trade Feedback
    2 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    I'm sorry for necroing this post once more but since no one knows who the original author of this tool is and since some people are breaking their internet connections with it, I thought I'd share with you how this tool works. For those of you that don't know, Lag7 is built with AutoIT and is distributed as a single executable. I went ahead and decompiled it to figure out how it works. It turns out that it uses IPsec policies to filter out traffic on the ports which WoW uses. See below for the relevant code. Lag7 invokes these commands with "netsh.exe" via a hidden command-line window.

    Code:
    # First time initialization
    ipsec static delete all
    ipsec static add policy lag
    ipsec static add filterlist lag
    ipsec static add filter filterlist=lag srcaddr=any dstaddr=any protocol=tcp dstport=1119
    ipsec static add filter filterlist=lag srcaddr=any dstaddr=any protocol=tcp dstport=3724
    ipsec static add filter filterlist=lag srcaddr=any dstaddr=any protocol=tcp dstport=4000
    ipsec static add filter filterlist=lag srcaddr=any dstaddr=any protocol=tcp dstport=6112
    ipsec static add filteraction lag action=block
    ipsec static add rule name=lag policy=lag filterlist=lag filteraction=lag
    
    # Called when lag enabled
    ipsec static set policy lag assign=y
    
    # Called when lag disabled
    ipsec static set policy lag assign=n
    
    # Called when Lag7 is being closed
    ipsec static delete all
    Do you still have the original file?
    Wold be nice taking a look into it, i somehow found a way to make myself lagg for like 1-20 seconds, without d/c from the game.

    Edit: Is there also a way to instant disconnect the character from the game? For example, if i press alt+f4 or use a d/c macro my action bars/keybindings and macros i made won't get saved.
    How can i make somthing that let me logout without saving my keybindings/action bars?
    Last edited by MrNoble; 03-21-2017 at 01:44 PM.

    Lag7 Strategic Lagtool
  2. #152
    PainMultibox's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for necroing, but I would like to know how does this tool work exactly. Or even source code if that's possible, that'd be amazing. Which commands does it use? How does it lag the client out?

  3. #153
    KiLLer_001's Avatar Active Member
    Reputation
    80
    Join Date
    Feb 2007
    Posts
    47
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ift works by blocking certain ports with your firewall for the time you set it up as..

    i currently working on reworking this alreadey added a progress bar that whows while lagging so you can actually visualise it better.

  4. #154
    macintelk's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check this decompiled version (autoit)

    Uploadfiles.io - lag7_.au3

  5. #155
    KiLLer_001's Avatar Active Member
    Reputation
    80
    Join Date
    Feb 2007
    Posts
    47
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well guys i just finished my enhanced Lag7 tool .
    Extra functions as follows.

    - Since game requires some time to reconnect ( around 5 seconds in my case ) i added a Cooldown that can be switched off if you like


    - Lag tool now has progress tooltip, That will show on screen how long the Lagg will last before going over to cooldown if active.



    This makes it more easy to use mostly cause you cant accidentally chain a few laggs together and therefore get disconnected, that is if you use the CD correctly and ste the time to correctly reflect that of the actual time the game needs.

    Therefore maximising the use of this tool.
    DOWNLOAD

    Lag7 Enhanced.zip
    Attached Thumbnails Attached Thumbnails Lag7 Strategic Lagtool-0v2orop4sjmkkuq3novsca-png  
    Last edited by KiLLer_001; 05-31-2018 at 02:07 PM.

  6. #156
    Patt_French's Avatar Active Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    70
    Thanks G/R
    6/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KiLLer_001 View Post
    Well guys i just finished my enhanced Lag7 tool .
    Extra functions as follows.

    - Since game requires some time to reconnect ( around 5 seconds in my case ) i added a Cooldown that can be switched off if you like


    - Lag tool now has progress tooltip, That will show on screen how long the Lagg will last before going over to cooldown if active.



    This makes it more easy to use mostly cause you cant accidentally chain a few laggs together and therefore get disconnected, that is if you use the CD correctly and ste the time to correctly reflect that of the actual time the game needs.

    Therefore maximising the use of this tool.
    DOWNLOAD

    Lag7 Enhanced.zip
    You forgot to put a Virus Total link:
    https://www.virustotal.com/#/file/71...71991/behavior
    RIP Walljump [1.x - 2.4]



  7. Thanks KiLLer_001 (1 members gave Thanks to Patt_French for this useful post)
  8. #157
    pinny's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2010
    Posts
    211
    Thanks G/R
    7/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KiLLer_001 View Post
    Well guys i just finished my enhanced Lag7 tool .
    Extra functions as follows.

    - Since game requires some time to reconnect ( around 5 seconds in my case ) i added a Cooldown that can be switched off if you like


    - Lag tool now has progress tooltip, That will show on screen how long the Lagg will last before going over to cooldown if active.



    This makes it more easy to use mostly cause you cant accidentally chain a few laggs together and therefore get disconnected, that is if you use the CD correctly and ste the time to correctly reflect that of the actual time the game needs.

    Therefore maximising the use of this tool.
    DOWNLOAD

    Lag7 Enhanced.zip

    Any chance you could upload the source code?

  9. #158
    Hazzbazzy's Avatar wannabe hackerlol Authenticator enabled
    Reputation
    1335
    Join Date
    Aug 2011
    Posts
    1,206
    Thanks G/R
    243/484
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by macintelk View Post
    check this decompiled version (autoit)

    Uploadfiles.io - lag7_.au3
    Can you reupload this?
    "HOLY TIME MACHINE BATMAN! it's 1973!"
    https://youtube.com/Hazzbazzy

  10. #159
    KiLLer_001's Avatar Active Member
    Reputation
    80
    Join Date
    Feb 2007
    Posts
    47
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinny View Post
    Any chance you could upload the source code?
    Yes see answer below

    Originally Posted by Hazzbazzy View Post
    Can you reupload this?

    well this is the source for the updated variant , youll have to copy this into the .au3 file but..

    Lagtool Enhanced Source - Pastebin.com
    Last edited by KiLLer_001; 06-22-2018 at 02:09 PM.

  11. #160
    Turkey11's Avatar Sergeant Major
    Reputation
    51
    Join Date
    Jun 2013
    Posts
    148
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why does virus total flag this?

  12. #161
    KiLLer_001's Avatar Active Member
    Reputation
    80
    Join Date
    Feb 2007
    Posts
    47
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everything created with autoit gets those flags even if its a hello world messagebox.
    cause the ease of creation and the includes it has its get flaged
    Last edited by KiLLer_001; 07-31-2018 at 12:45 AM.

  13. #162
    akrantzz's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone reupload this? does it work for windows10?

  14. #163
    Strath's Avatar Elite User
    Reputation
    585
    Join Date
    Apr 2013
    Posts
    531
    Thanks G/R
    75/136
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone still fuckin with this in 2023? I was dumb and got banned a while back, I used it in LFG with rocket boots and got reported I think. But i've also heard programs like this are immediately detected now. Any thoughts?

Page 11 of 11 FirstFirst ... 7891011

Similar Threads

  1. [Guide] Lag7 Full Use
    By Augury13 in forum World of Warcraft Guides
    Replies: 11
    Last Post: 08-25-2013, 06:07 PM
  2. Looking for Lag Tool like Lag7
    By vixing in forum World of Warcraft General
    Replies: 3
    Last Post: 02-08-2012, 04:09 PM
  3. Lagtool
    By OverLordErIcH in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 11-03-2010, 10:23 AM
All times are GMT -5. The time now is 04:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search