Results 1 to 3 of 3
  1. #1
    F4DE's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Location
    The Netherlands
    Posts
    158
    Reputation
    10
    Thanks
    973

    b_spotted radar not working

    Hi,

    I'm trying to create a b_spotted radar hack, but it doesn't seem to do anything / show any enemies.
    Current code is in a while loop:

    Code:
     for (int r = 0; r < 64; r++)
                    {
    
                     int currentPlayer = OdczytajWartosc(clientO + 0x00A8C53C + ((r - 1) * 16));
                     MessageBox.Show("" + currentPlayer);
                     int currentPlayerDormant = OdczytajWartosc(currentPlayer + 0x000000E9); // Current Entity dormant or not
                     int currentPlayerbSpotted = OdczytajWartosc(currentPlayer + 0x00000939); // Current Entity Spotted or not
    
                     if (currentPlayerDormant <= 0 && currentPlayerbSpotted <= 0)
                     {
                         WriteMem(currentPlayer + 0x00000939, BitConverter.GetBytes(1));
                     }
                    }
    
                    System.Threading.Thread.Sleep(1);

  2. #2
    F4DE's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Location
    The Netherlands
    Posts
    158
    Reputation
    10
    Thanks
    973
    Bumb it up

  3. #3
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Patched] [Not Working] [MW3 1.9.433] Portable Radar Tweaker - The New Constant UAV
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 15
    Last Post: 07-19-2012, 08:43 AM
  2. TerrainGeometry Not Working Anymore?
    By Jammy in forum WarRock - International Hacks
    Replies: 0
    Last Post: 03-16-2007, 05:31 PM
  3. why warrock not working now??
    By tolik13 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-09-2006, 03:27 PM
  4. WPE not work
    By trekpik in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-09-2006, 10:09 AM