Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Archlord
You last visited: Today at 11:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] JUSTAC Enemy Info Tool

Discussion on [RELEASE] JUSTAC Enemy Info Tool within the Archlord forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
[RELEASE] JUSTAC Enemy Info Tool

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:


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.
Attached Files
File Type: zip JUSTAC Info Tool.zip (2.48 MB, 75 views)
expo_botter is offline  
Old 01/20/2016, 10:17   #2
 
elite*gold: 0
Join Date: Jun 2008
Posts: 166
Received Thanks: 31
magierhauck is offline  
Old 01/20/2016, 15:25   #3
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
this program is packed and only the ****** anti-viruses detect it as maleware. if you don't trust it don't use it.
expo_botter is offline  
Old 01/24/2016, 19:47   #4
 
D0gm4's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 47
Received Thanks: 17
Can u make a Video to proof it?
D0gm4 is offline  
Old 01/24/2016, 21:36   #5
 
wsv's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 1,407
Received Thanks: 705
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
wsv is offline  
Thanks
1 User
Old 01/24/2016, 22:35   #6
 
phantomboot's Avatar
 
elite*gold: 50
Join Date: Dec 2011
Posts: 741
Received Thanks: 318
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)
phantomboot is offline  
Old 01/24/2016, 22:58   #7
 
WTF-imdoinyamom's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,014
Received Thanks: 679
Quote:
Originally Posted by phantomboot View Post
(or pm me)
Well played
WTF-imdoinyamom is offline  
Thanks
1 User
Old 01/25/2016, 11:35   #8
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
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?
expo_botter is offline  
Old 01/25/2016, 15:27   #9
 
wsv's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 1,407
Received Thanks: 705
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
wsv is offline  
Old 01/26/2016, 00:33   #10
 
mlukac89's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 473
Received Thanks: 104
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
mlukac89 is offline  
Old 01/26/2016, 02:51   #11
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
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);

expo_botter is offline  
Old 01/26/2016, 03:48   #12
 
osiy1996's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 397
Received Thanks: 640
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.
osiy1996 is offline  
Old 01/26/2016, 04:01   #13
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
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.

expo_botter is offline  
Old 01/26/2016, 13:08   #14
 
Hypnotiz3r's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 130
Received Thanks: 81
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.

Well you got banned once for using this tool friend in justac. Still didn't learn your lesson?
Hypnotiz3r is offline  
Old 01/26/2016, 14:23   #15
 
elite*gold: 10
Join Date: Apr 2009
Posts: 1,165
Received Thanks: 6,024
the admin himself said it's allowed to use macro tools.

expo_botter is offline  
Reply


Similar Threads Similar Threads
[RELEASE] Classic-AL Enemy Info Tool
01/26/2016 - Archlord - 4 Replies
How to use: 1. Close the game 2. Start "Classic-AL Info Tool.exe" 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:
AL Info Tool release
08/22/2013 - Archlord - 196 Replies
Archlord Info Tool With this tool you can see all important stats, Lvl, Guild, equipment, buffs, wc items of your selected target. Screen: http://i.epvpimg.com/9paDb.png History: # 30.12.2012 V4.8.2
[Release] Web Aion EXP Info Tool
10/20/2012 - Aion Hacks, Bots, Cheats & Exploits - 1 Replies
Hello! I posted in another thread that I have been using RUBot and Aionscript but I am unable to see what their current status is from away from the computer, I put together a small program that posts the information to a website so I can check on my phone at work. If you want to use it, simply run the program at the bottom of this thread and it will give you a url to check your stats on, bookmark it on your phone or something then you can check it where you want! I've never uploaded...
[Release] PC-Info Tool
02/26/2012 - Coding Releases - 6 Replies
PC-Info Tool Das PC-Info Tool zeigt euch viele Daten von euern PC/Notebook/Netbook. Es kann auch die Firewall -ein & ausschalten. (soweit das nicht euer Antivirenprogramm übernimmt) PC-Info Tool kann euch folgende Sachen anzeigen: - Benutzername
[RELEASE] Info + Botting-Coder Tool [GER / ENG]
01/27/2011 - Coding Releases - 14 Replies
Version 1.0.1 Deutsch Basiert komplett auf AutoIt v3 Funktionen: - Verschiedene Einstellungen - Mausposition X / Y - Pixelfarbe - (Kleiner) Coder für Bots mit MouseMove, etc.



All times are GMT +2. The time now is 11:53.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.