Page 6 of 9 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 90
  1. #51
    blackkot
    blackkot is offline
    New member
    Join Date
    2011 Aug
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    2 yizheng: can u post all offsets (in Private Message) and help me with some code?
    When I use function GetModuleBase(PID,'TROY.EXE') result is 0 why?
    I try to use 'Game.dll', 'Engine.dll', but CE says 'TROY.EXE+20B9777B0'
    ---
    Win7x64
    PS: Sorry for bad eng.

  2. #52
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Quote Originally Posted by blackkot View Post
    2 yizheng: but CE says 'TROY.EXE+20B9777B0'
    it means its a static address. & i'm not even sure what that address is, it gives me "??" result in CE

    i only allow a couple of people to use the bot( the ones that support/release useful stuff for troy in this forum ), and it's not packet bot. all memory base bot with background sending key press.
    Last edited by yizheng; 2011-08-30 at 11:37 AM.

  3. The Following User Says Thank You to yizheng For This Useful Post:


  4. #53
    schadowhunter
    schadowhunter is offline
    Guest
    Join Date
    2011 Aug
    Posts
    3
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by yizheng View Post
    i only allow a couple of people to use the bot( the ones that support/release useful stuff in this forum ), and it's not packet. all memory base with background sending key press.
    May i ask what command in what language you're using to send keys to the client?

  5. #54
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Quote Originally Posted by schadowhunter View Post
    May i ask what command in what language you're using to send keys to the client?
    PostMessage Function (Windows)

  6. #55
    blackkot
    blackkot is offline
    New member
    Join Date
    2011 Aug
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I not remember correct offset, try 02B977B8 or 02B977B0, is not matter, how did u read Troy.exe enter point?
    For pressing key try to use sendkey.pas (w_w_w.tt.rim.or.jp/~muramatu/delphi/SendKey/SENDKEY.PAS (for Delphi..)
    some code:
    Code:
      GetWindowThreadProcessId(HandleWindow  ,{at}ProcessId);
        ProcHandle   := OpenProcess(PROCESS_QUERY_INFORMATION or PROCESS_VM_READ or PROCESS_VM_OPERATION,False,ProcessId);
        GameEntryPoint      :=GetModuleBase(ProcessId, 'TROY.EXE');
        outbytes     := sizeof(Dword);
    
       with TroyPlayer do
        begin
        // Stats
         PlayerHP.Offset    := $02B977B0; //may be is not correct offset
         PlayerHP.ValueName := 'HP: ';
         ReadProcessMemory(ProcHandle, Pointer(GameEntryPoint+PlayerHP.Offset), {at}PlayerHP.ValueInt, sizeof(PlayerHP.ValueInt), outbytes);
    -----
    GameEntryPoint return 0, wtf?

  7. #56
    yizheng
    yizheng is offline
    Awesome to the MAX yizheng's Avatar
    Join Date
    2010 Aug
    Posts
    743
    Thanks Thanks Given 
    124
    Thanks Thanks Received 
    728
    Thanked in
    187 Posts
    Rep Power
    14
    Quote Originally Posted by blackkot View Post
    I not remember correct offset, try 02B977B8 or 02B977B0, is not matter, how did u read Troy.exe enter point?
    For pressing key try to use sendkey.pas (w_w_w.tt.rim.or.jp/~muramatu/delphi/SendKey/SENDKEY.PAS (for Delphi..)
    some code:
    Code:
      GetWindowThreadProcessId(HandleWindow  ,{at}ProcessId);
        ProcHandle   := OpenProcess(PROCESS_QUERY_INFORMATION or PROCESS_VM_READ or PROCESS_VM_OPERATION,False,ProcessId);
        GameEntryPoint      :=GetModuleBase(ProcessId, 'TROY.EXE');
        outbytes     := sizeof(Dword);
    
       with TroyPlayer do
        begin
        // Stats
         PlayerHP.Offset    := $02B977B0; //is not correct offset
         PlayerHP.ValueName := 'HP: ';
         ReadProcessMemory(ProcHandle, Pointer(GameEntryPoint+PlayerHP.Offset), {at}PlayerHP.ValueInt, sizeof(PlayerHP.ValueInt), outbytes);
    -----
    GameEntryPoint return 0, wtf?
    Sorry i'm not familiar with Delphi.

    but try these addresses, it should show some results(without changing the code you wrote)
    Current HP 2B977B4
    Max HP 2B9A81C

  8. #57
    blackkot
    blackkot is offline
    New member
    Join Date
    2011 Aug
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    your bot work only with unpack troy.exe or official, both?
    I think I wrong somewere in my code...
    can u post piece of code where u read HP?

  9. #58
    darkmago12
    darkmago12 is offline
    Guest
    Join Date
    2011 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    No Abuse

    the hacker can not be made ​​available to all people who have used very noticeably

  10. #59
    mikbad
    mikbad is offline
    New member
    Join Date
    2011 Aug
    Posts
    9
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    ok....yizheng but you can tell with what kind of program do you make it ??? bot ?? plzz

  11. #60
    lirikmel
    lirikmel is offline
    New member
    Join Date
    2010 Jul
    Location
    tver
    Posts
    41
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    67
    Thanked in
    2 Posts
    Rep Power
    0
    Quote Originally Posted by mikbad View Post
    ok....yizheng but you can tell with what kind of program do you make it ??? bot ?? plzz
    Autoit I think

    ---------- Post added at 02:05 PM ---------- Previous post was at 02:02 PM ----------

    im cant find Current mob HP -( anyone can help me ?

Page 6 of 9 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. [Guide] BOI Speed Hack with CE
    By Dwar in forum Battle of the Immortals
    Replies: 21
    Last Post: 2012-06-28, 03:27 PM
  2. Troy Online (Open Beta Aug 12, 2011)
    By ShoutAtMe in forum Games Lounge
    Replies: 8
    Last Post: 2011-09-03, 05:14 AM
  3. Hot to hack speed ATK or No animation
    By apisitboat69 in forum Aika Online
    Replies: 0
    Last Post: 2011-05-19, 03:40 AM
  4. [Help] How to hack Speed run AIKATH
    By infosser in forum Aika Online
    Replies: 8
    Last Post: 2011-04-27, 10:01 PM
  5. Attack Hack, Speed Hack
    By Mimisiku in forum Martial Empires
    Replies: 2
    Last Post: 2010-11-29, 04:16 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
  •