Results 1 to 5 of 5
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Aika XTrap Eliminator Full Delphi Source with comments

    Prologue: I rechecked my app archive and decided to share with world all (nearly all) sources. Sometime ago I wrote programs on Delphi and collected some bags of useful stuff and solutions. Now all these stuff collect dust. Today I don’t see much point in storing these things on my hdd, ‘cuz someone can find something interesting in sources.

    Project name:
    AikaDeXTrap

    This project seems to be interesting, 'cuz in source you will find some functions which makes app operable on 64bit OS. Also functions for reading memory, launching and freezing app process and so on.

    Project features:
    • Detect debugger
    • Detect 64bit OS
    • Reading and writing to process memory
    • Function to replace one byte string to another in process memory
    • Function to create process on 32/64bit OS
    • Function to extract file name with or without extension from path
    • Form dragging: move your Delphi form by clicking on bg image (of you used forms without borders)
    • Function to get process Id by process name in task manager
    • Function to kill process by using process name
    • Function to change process privilege
    • Function for calculating file md5
    • Threads and threads synchronization
    • Reading files and manipulating binary data
    • Using file streams
    • Some comments in code


    Useful string and array functions:
    • String to byte: Return byte for string
    • Byte to string: Return string for byte
    • BinaryB: Return binary string for byte
    • BinaryL: Return binary string for longint
    • HexB: Return hex string for byte
    • HexStr2Byte: Return byte for hex string
    • HexStringToBinString: Return bin string from hex string
    • String2Hex: Return hex string from string


    Notes:
    Some graphics were removed. You can’t compile this project without assigning image to some vars.

    Dependency:
    • Raize Components are used in project. So, you should have these components for successful compilation
    • DCPcrypt v2.0


    Copyright and license:
    Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported

    Bin files: https://progamercity.net/aika-hack/3...ap-bypass.html

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following 6 Users Say Thank You to Dwar For This Useful Post:


  3. #2
    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
    So this is a tools to make xtrap disable??..
    but its not work again right..but maybe its useful for education..i'm make a class library to read,write process, trainer class..and will add some features like dextrap have..but i make it on C#, hope i can done wit it ..

    by the way you know how to restore SSDT, i trying to make it in C# but its hard to make...if you have some Delphi code or another language..hope i can try make it on C#, couse i doest expert on low level programming just now the basic, never work with kernel mode and driver..
    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 ..

  4. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by emoisback View Post
    So this is a tools to make xtrap disable
    When it was possible... now it's just an example how to make something, that run another app and patch process memory

    Quote Originally Posted by emoisback View Post
    how to restore SSDT
    C++ completely suitable for such stuff... also, there are lots of example... It's hard to use C#
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  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
    Quote Originally Posted by Dwar View Post
    When it was possible... now it's just an example how to make something, that run another app and patch process memory
    yeah i make same library for C# with the same feature..


    Quote Originally Posted by Dwar View Post
    C++ completely suitable for such stuff... also, there are lots of example... It's hard to use C#
    i try to find example but its hard to understand because i just know C++ Basic...
    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
    karraksc
    karraksc is offline
    Guest
    Join Date
    2012 Jan
    Location
    US
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by Dwar View Post
    Prologue: I rechecked my app archive and decided to share with world all (nearly all) sources. Sometime ago I wrote programs on Delphi and collected some bags of useful stuff and solutions. Now all these stuff collect dust. Today I don’t see much point in storing these things on my hdd, ‘cuz someone can find something interesting in sources.
    I am very interested in seeing how you set this up, especially since Netgame just put XTrap into Hero Plus (formerly Hero Online) and it is screwing around with my Hellfire bot (written in Delphi) I just ran across this forum after being away for a couple years and find I can't download the source yet.

Similar Threads

  1. [Source] AikaBin Cryptor Decryptor Full Delphi code
    By Dwar in forum Delphi
    Replies: 3
    Last Post: 2017-04-02, 06:48 PM
  2. Replies: 1
    Last Post: 2013-10-23, 07:09 PM
  3. [Source] Aika jit to dds Converter Full Delphi source.
    By Dwar in forum Delphi
    Replies: 1
    Last Post: 2012-07-23, 02:21 PM
  4. [Help] Delphi, C++ , What Aika uses?
    By axlguns in forum Aika Online
    Replies: 1
    Last Post: 2012-07-10, 12:07 AM
  5. delphi source code - npcgen.data NPC dumper
    By idk123 in forum Perfect World
    Replies: 3
    Last Post: 2012-05-22, 04:23 AM

Posting Permissions

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