Results 1 to 4 of 4
  1. #1
    aikun7's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Lightbulb AVA UAV SAUCECODE

    Will you kindly tell me where UAVSAUCECODE is?

  2. #2
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Here it is:
    Code:
    if (Controller)
    {
    	DWORD MyPlayerReplicationInfo = *(DWORD*)(Controller + 0x023C);
    
    	if (MyPlayerReplicationInfo)
    	{
    		DWORD WorldInfo = *(DWORD*)(Controller + 0x00B4);
    
    		if (WorldInfo)
    		{
    			DWORD MyPawn = *(DWORD*)(Controller + 0x238);
    			DWORD PawnList = *(DWORD*)(WorldInfo + 0x068C);
    			DWORD MyTeam = *(DWORD*)(MyPlayerReplicationInfo + 0x026C);
    
    			for (DWORD Pawn = PawnList; Pawn; Pawn = *(DWORD*)(Pawn + 0x0244))
    			{
    				if (MyPawn && Pawn == MyPawn) continue;
    
    				DWORD PlayerReplicationInfo = *(DWORD*)(Pawn + 0x03A4);
    
    				if (!PlayerReplicationInfo || (MyTeam && MyTeam == *(DWORD*)(PlayerReplicationInfo + 0x026C)))
    					continue;
    
    				*(DWORD*)(Pawn + 0x5C8) |= 0x10 | 0x4000 | 0x04000000;
    			}
    		}
    	}
    }
    Even familiar landscapes will
    reveal a different kind of beauty
    if you change your viewpoint.
    Where these new encounters
    and new bonds will lead you...
    Such dazzling golden days.
    I, too, look forward to
    what I might behold.

  3. #3
    aikun7's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    THXS!!!!!!

  4. #4
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    Solved, closed.

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

Similar Threads

  1. [Outdated] AVA UAV
    By Jabberwock in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 88
    Last Post: 10-03-2015, 10:27 AM
  2. [Patched] AVA - uav hack
    By Lilly in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 103
    Last Post: 12-27-2013, 10:30 PM
  3. [Solved] AVA UAV
    By stewen112 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 04-18-2013, 12:51 AM
  4. [Patched] AVA UAV Hack [Made easy]
    By DarkSt0rmX in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 43
    Last Post: 10-03-2012, 12:40 PM
  5. AVA UAV [Wallhack] Hack
    By koreabsp in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 09-16-2012, 08:16 PM