Thread: W1zwareESP

Results 1 to 5 of 5
  1. #1
    Hazemore's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    W1zwareESP

    i would like an undetectable (preferably ahk) wallhack that doesn't read/write memory. I only know of W1zware that does this. if someone could link a cracked version of this without the need to be admin, it would be very much appreciated

  2. #2
    LopplioGaming's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    US
    Posts
    814
    Reputation
    47
    Thanks
    353
    My Mood
    Devilish
    There's a cracked version of W1zware in the CSGO Scripts section, scroll down just a bit and you'll see it.

  3. #3
    Second_Jesus's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    You cannot get an external hack that doesn't read-write memory. How do you think it gets the player information from behind walls?

  4. #4
    MoHatKnock's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    733
    My Mood
    Bitchy
    Quote Originally Posted by Hazemore View Post
    i would like an undetectable (preferably ahk) wallhack that doesn't read/write memory. I only know of W1zware that does this. if someone could link a cracked version of this without the need to be admin, it would be very much appreciated
    Download the source: https://www.mpgh.net/forum/showthrea...hlight=w1zware

    And replace the line if (A_IsAdmin=0) with if (false)

    It should look like this ():
    Code:
    #SingleInstance force
    SetBatchLines, -1
    SetWinDelay, -1
    ListLines Off
    Process, Priority,, high
    DetectHiddenWindows, On
    SetControlDelay -1
    if (false)
    {
    if (A_UserName!="kylea")
    {
    msgbox,, Error, You must run this script as administrator!
    ExitApp
    }
    }

  5. #5
    capyoazz's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MoHatKnock View Post
    Download the source: https://www.mpgh.net/forum/showthrea...hlight=w1zware

    And replace the line if (A_IsAdmin=0) with if (false)

    It should look like this ():
    Code:
    #SingleInstance force
    SetBatchLines, -1
    SetWinDelay, -1
    ListLines Off
    Process, Priority,, high
    DetectHiddenWindows, On
    SetControlDelay -1
    if (false)
    {
    if (A_UserName!="kylea")
    {
    msgbox,, Error, You must run this script as administrator!
    ExitApp
    }
    }
    This can work give it a try!