Results 1 to 12 of 12
  1. #1
    Smilyz's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Smile Guide to create UAV from scratch.

    Looking for any experienced hackers or coder that has created their own UAV hack in AvA to teach me personally. Hopefully i will be able to learn and release hacks for those that needed in the future.

  2. #2
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    From scratch? Too bothersome. What do you know already? Nothing? I suggest you learn how to use Cheat Engine. And while you are at it to learn C++
    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
    iAnimes's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Could you then pass me the bypass and uav code to the cheat engine?

  4. #4
    Scythen's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    delusional
    Posts
    528
    Reputation
    114
    Thanks
    723
    My Mood
    Relaxed
    Quote Originally Posted by iAnimes View Post
    Could you then pass me the bypass and uav code to the cheat engine?
    Heartbeat has been re-implemented. So, bypass doesn't work anymore. When I have some time I'll hopefully start releasing some stuff.

  5. #5
    Smilyz's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Is there any good youtuber or source you would recommend learning Cheat Engine from?

  6. #6
    sena_4's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    dear Jabberwock

    please teach me how to use this uav hack source 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;
    }
    }
    }
    }

  7. #7
    Scythen's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    delusional
    Posts
    528
    Reputation
    114
    Thanks
    723
    My Mood
    Relaxed
    Quote Originally Posted by sena_4 View Post
    dear Jabberwock

    please teach me how to use this uav hack source 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;
    }
    }
    }
    }
    You need Visual Studio. I recommend learning C++ and game hacking before copy and pasting this code.

  8. #8
    sena_4's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Scythen View Post
    You need Visual Studio. I recommend learning C++ and game hacking before copy and pasting this code.
    I pasted this code. but occurred error..

    what Controller ?

  9. #9
    Cheng's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1,910
    Reputation
    22
    Thanks
    940
    My Mood
    Devilish
    Quote Originally Posted by sena_4 View Post
    I pasted this code. but occurred error..

    what Controller ?
    Dude just learn C++ before trying to do something real.
     
    1BGqqtYrYMKiY7HpuZwUNtcAG6LUrjPavQ
     

    Member Since: Dec 2013
    Donator Since: Feb 2017


  10. #10
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    It's a pseudocode. You need to find Controller yourself. I can't spoon feed you
    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.

  11. #11
    antep2727's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    744
    Reputation
    10
    Thanks
    4,606
    My Mood
    Inspired
    Too much hardcode lmao

  12. #12
    denmekseris's Avatar
    Join Date
    Jul 2017
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    hi im new to all this so i need a bit help...i just want uav but i dont know anything from hacks..pls some1 can help me :/ ?

Similar Threads

  1. Replies: 14
    Last Post: 08-01-2014, 08:14 PM
  2. how to create a mmorpg bot from scratch??
    By Twisted Fate86 in forum General Game Hacking
    Replies: 3
    Last Post: 10-03-2013, 03:40 PM
  3. 95% from scratch
    By SupB in forum Showroom
    Replies: 12
    Last Post: 08-23-2009, 01:36 PM
  4. Replies: 9
    Last Post: 08-23-2009, 06:35 AM
  5. 100% From Scratch?
    By SupB in forum Showroom
    Replies: 35
    Last Post: 08-20-2009, 04:46 PM