Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    The_USDL
    The_USDL is offline
    Senior Member The_USDL's Avatar
    Join Date
    2011 Oct
    Posts
    201
    Thanks Thanks Given 
    24
    Thanks Thanks Received 
    538
    Thanked in
    47 Posts
    Rep Power
    0

    Aika Memory Editor v1

    * Whats is This? / Oque é isto

    A small tool to read and write a value in aika memory.
    -
    Um pequeno programa para ler e escrever na memoria do aika.

    What support? / Oque Suporte?
    [+]Simples Values
    [+]Integer - Size 4 Bytes
    [+]Float - Size 4 Bytes
    [+]Long - Size 4 Bytes

    What I can do with memory editing? / Oque Posso fazer com memory editing?
    It's easy to do many things with memory editing, such as Zoom Hack Speed ​​Hack MOV, and more that is client side.
    -
    É Fácil fazer muitas coisas com ediçao de moria, como Hack de Zoom, de Mov Speed, e tudo mais que for client side.

    What are the plans? / Quais os Planos?
    This is just one example. if you like the idea, the next version may include options for editing pointers and offsets.
    if you like, press THANKS.
    -
    Isto é apenas um exemplo, se vocês gostarem da ideia, a proxima versão pode conter opções para editar pointers e offsets.
    Se você gostar APERTE THANKS !!

    Please register or login to download attachments.


  2. The Following 27 Users Say Thank You to The_USDL For This Useful Post:


  3. #2
    justwenz
    justwenz is offline
    New member justwenz's Avatar
    Join Date
    2011 Dec
    Posts
    40
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    18
    Thanked in
    3 Posts
    Rep Power
    0
    this for what Aika ? AikaBr, Aika Global, Aika SEA, AikaEn, AikaIn ?

  4. #3
    susimilikiti
    susimilikiti is offline
    New member
    Join Date
    2011 Dec
    Posts
    48
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    144
    Thanked in
    9 Posts
    Rep Power
    0
    its a memory editor.. just like cheat engine.. just more simple than cheat engine
    can be used to all game online client

  5. #4
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    i think it cant be used for another games because the code is inject to specific process...

    and its just read, and write in specific address too, unlike cheat engine, that can browse address in memory then get the value..

    but this is a nice tools..

    Write in VB?..
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

  6. #5
    pkedpker
    pkedpker is offline
    Member-in-training
    Join Date
    2011 Mar
    Posts
    67
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    41
    Thanked in
    14 Posts
    Rep Power
    0
    if you wish to make a memory editor don't use Windows API like OpenProcess / WriteProcessMemory/ ReadProcessMemory. Those will always be detected by Xtrap/HackShield/GameGuard..

    Best work off cheat engine's driver (code in C) get it from cheatengine.org when you make your cheat engine driver very minimal.. move some code around to different functions etc.. keep trying until the driver is undetected when loaded in background.

    Then you can use VB.NET / C#.. to access the driver.

    You can even make driver listen on port.. then connect to that port with your VB.NET / C# tool.. and it will be like a packet hack to driver.. which does memory scanning , the driver bypasses all gameguard / trap / hackshield.. if you make sure the driver is never leaked publicly.

    I still have my UCE.. i made years ago still undetected by all Xtrap/hackshield/gameguard!

  7. The Following 2 Users Say Thank You to pkedpker For This Useful Post:


  8. #6
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    Private UCE will better..
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

  9. #7
    The_USDL
    The_USDL is offline
    Senior Member The_USDL's Avatar
    Join Date
    2011 Oct
    Posts
    201
    Thanks Thanks Given 
    24
    Thanks Thanks Received 
    538
    Thanked in
    47 Posts
    Rep Power
    0
    Quote Originally Posted by emoisback View Post
    i think it cant be used for another games because the code is inject to specific process...

    and its just read, and write in specific address too, unlike cheat engine, that can browse address in memory then get the value..

    but this is a nice tools..

    Write in VB?..

    I Coded to automatic detect aika process, more yes, if a remove this funcion and add a process list to inject, it can be used for any game.
    And yes, its vb
    if it be useful to all, I can code a full CE.

    Quote Originally Posted by pkedpker View Post
    if you wish to make a memory editor don't use Windows API like OpenProcess / WriteProcessMemory/ ReadProcessMemory. Those will always be detected by Xtrap/HackShield/GameGuard..

    Best work off cheat engine's driver (code in C) get it from cheatengine.org when you make your cheat engine driver very minimal.. move some code around to different functions etc.. keep trying until the driver is undetected when loaded in background.

    Then you can use VB.NET / C#.. to access the driver.

    You can even make driver listen on port.. then connect to that port with your VB.NET / C# tool.. and it will be like a packet hack to driver.. which does memory scanning , the driver bypasses all gameguard / trap / hackshield.. if you make sure the driver is never leaked publicly.

    I still have my UCE.. i made years ago still undetected by all Xtrap/hackshield/gameguard!
    Thanks.
    My intention was just to start a project.
    If I some API Call like OpenProcess, WriteProcessMemory are detected, i can Bypass this detection.
    There are many methods to make something undetectable.
    For example, I can Call Api by name, without declaring it, of by Hash, or use a TLB.
    This is extremely useful for making tools undetectable.
    If you want I can post a tutorial on how to use these methods to obfuscate apis.

  10. #8
    cipher18
    cipher18 is offline
    New member
    Join Date
    2012 Jan
    Posts
    15
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Thank you for this The_USDL, this tool can help me to better understand what "really" is within this field of programming or hacking

  11. #9
    Yoshi-
    Yoshi- is offline
    Member-in-training Yoshi-'s Avatar
    Join Date
    2012 Jan
    Posts
    101
    Thanks Thanks Given 
    34
    Thanks Thanks Received 
    41
    Thanked in
    21 Posts
    Rep Power
    0
    Cool, very good, just have a doubt, this program also makes client side of gold? it told me I do not know if it works, which the client side in gold char can be useful, for example, do client side 1b of the title in the account active multi-millionaire

    Legal, muito bom, só tenho uma duvida, este programa também faz client side de gold? pois me falaram, não sei se funciona, que client side de gold no char pode ser útil, por exemplo, fazer client side de 1b na conta ativa o titulo de multi-milionário

  12. #10
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    yap..

    just teach other how to make it, maybe after my graduation i'll try to put using C# or Java...hope its can be true..
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

Page 1 of 3 123 LastLast

Similar Threads

  1. [Packets] rEdox Packet Editor
    By Dwar in forum Files & Tools
    Replies: 3
    Last Post: 2020-03-14, 09:01 PM
  2. [Packets] Winsock Packet Editor Pro 0.9a
    By Dwar in forum Files & Tools
    Replies: 5
    Last Post: 2019-10-26, 12:26 AM
  3. [C++] Memory Hacking with C and CheatEngine, writing to Process Memory
    By Grooguz in forum Programming Tutorials
    Replies: 7
    Last Post: 2013-10-12, 08:15 PM
  4. [Tool] Blizzard Entertainment MPQ Editor
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2011-10-07, 04:09 PM
  5. [Memory Scanner] Memory Hacking Software
    By Dwar in forum Files & Tools
    Replies: 3
    Last Post: 2010-11-29, 03:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •