[RELEASE] JUSTAC Enemy Info Tool

01/18/2016 22:50 expo_botter#1
How to use:

1. Close the game
2. Start "JUSTAC Info Tool.exe" as Administrator
3. Start the game and login
4. #Done

You are able to toggle the info overlay by pressing F2 on the keyboard at any time.

How it looks like:
[Only registered and activated users can see links. Click Here To Register...]

On the top it the current and maximum health and below is the current skill-cast of the selected target.

PS: It doesn't work on players who are on a mount.
01/20/2016 10:17 magierhauck#2
[Only registered and activated users can see links. Click Here To Register...]
01/20/2016 15:25 expo_botter#3
this program is packed and only the shitty anti-viruses detect it as maleware. if you don't trust it don't use it.
01/24/2016 19:47 D0gm4#4
Can u make a Video to proof it?
01/24/2016 21:36 wsv#5
Quote:
Originally Posted by D0gm4 View Post
Can u make a Video to proof it?
for what?
this tool gives you nothing comparing Ace's thing :)
hp and cast? c'mon
01/24/2016 22:35 phantomboot#6
Quote:
Originally Posted by wsv View Post
for what?
this tool gives you nothing comparing Ace's thing :)
hp and cast? c'mon
true story but ace's tool doesn't work anymore (or pm me)
01/24/2016 22:58 WTF-imdoinyamom#7
Quote:
Originally Posted by phantomboot View Post
(or pm me)
Well played
01/25/2016 11:35 expo_botter#8
idc what information it gives, i just want to know the pointer for the hp and a debug message that's all. I'm just a good guy and share stuff with this community. If you want more information you can just give me the pointer and I can add more stuff like the program from ACE. What did you do to help this community?
01/25/2016 15:27 wsv#9
Quote:
Originally Posted by expo_botter View Post
What did you do to help this community?
if you don't know, you probably didn't play long time
01/26/2016 00:33 mlukac89#10
Quote:
Originally Posted by expo_botter View Post
idc what information it gives, i just want to know the pointer for the hp and a debug message that's all. I'm just a good guy and share stuff with this community. If you want more information you can just give me the pointer and I can add more stuff like the program from ACE. What did you do to help this community?
How u find pointer for hp and mana then u can find pointer for other stats too its not a science fiction.


Btw where is GUI of the program ? Hp same as Mana i dont think so, this is a paint.exe work and really bad one.


Turn on hax, login to archlord so u get user and pass to send u ? lol


Dont be such a naive, better show it in action or put source code.


How download this forget ur account if its worth :D
01/26/2016 02:51 expo_botter#11
the ui is a d3d9 endscene hook and i don't want to the start the injector every time so i need archlord to be closed to edit the IAT of some dll in order to start the program every time i start archlord. if somebody don't have something productive to say send me a pm so this thread don't get spammed with nonsense or i have to report the post. thx.

btw: do you see any post on ppl saying their account was hacked because of this program and you cann't even create a macro tool and maybe only be able to code in autoit so yeah.

PHP Code:
HRESULT WINAPI hkEndScene(LPDIRECT3DDEVICE9 pDevice) {    
    if(!
xy){
        
D3DDEVICE_CREATION_PARAMETERS cparams;
        
RECT rect;
        
        
pDevice->GetCreationParameters(&cparams);
        
GetClientRect(cparams.hFocusWindow, &rect);
        
= (int)(rect.right/2) - 318;
        
x2 55;
        
xy true;
    }

    if (
Directx_Font == NULL)
        
D3DXCreateFontA(pDevice200FW_BOLD00DEFAULT_CHARSETOUT_TT_ONLY_PRECISPROOF_QUALITYDEFAULT_PITCH FF_DONTCARE"Arial", &Directx_Font);
    

    if(!
f2_pressed && GetAsyncKeyState(0x71)){
        
show_overlay = !show_overlay;
        
f2_pressed true;
    }else if(
f2_pressed && !GetAsyncKeyState(0x71))
        
f2_pressed false;

    if(
show_overlay){
        
DrawRect(pDevicex2011044black);
        
DrawFont(x3greendisplay_text);
    }

    return 
pEndScene(pDevice);

01/26/2016 03:48 osiy1996#12
This is quite a useful concept actually. You can hook other functions such as PostMessage and connect it to your macro with sockets or other pipes. I've got gameguard heartbeat in/out key samples so if you know how to generate out keys with the 4 dwords sent from server we can work on something together.
01/26/2016 04:01 expo_botter#13
i already did a macro tool for justac that works with gameguard if you want to take a look at it and i said if some people would like to use the macro tool in their program i can make a sdk for it and i'm not interested in making a hearthbeat bypass for gg.

[Only registered and activated users can see links. Click Here To Register...]
01/26/2016 13:08 Hypnotiz3r#14
Quote:
Originally Posted by expo_botter View Post
i already did a macro tool for justac that works with gameguard if you want to take a look at it and i said if some people would like to use the macro tool in their program i can make a sdk for it and i'm not interested in making a hearthbeat bypass for gg.

[Only registered and activated users can see links. Click Here To Register...]
Well you got banned once for using this tool friend in justac. Still didn't learn your lesson?
01/26/2016 14:23 expo_botter#15
the admin himself said it's allowed to use macro tools.

[Only registered and activated users can see links. Click Here To Register...]