Donate Now Goal amount for this month: 95 USD, Received: 20 USD (21%)

  1. 06-02-2005
    Views:
    27,823
+ Post New Thread
Threads 1 to 1 of 1

Forum: Jedi Knight: Jedi Academy

Jedi Knight: Jedi Academy Development

  1.   Sticky Threads  

  2. Sticky Thread Sticky: jka health esp

    Simple health esp for jka, it's not 100% accurate but it's nice to have especially in duels because you can switch up to fast weak attacks when their hp gets low and kill them easy. If people heal, get gripped or use drain their hp won't be right, but it will update with the next EV_PAIN event. The...

    Started by sp0rky, 05-06-2005 12:28 AM
    2 Pages
    1 2
    10 Staff Post(s) esp, health, jka
    • Replies: 16
    • Views: 1,796
    4 Weeks Ago 08:12 AM Go to last post
  3. Sticky Thread Sticky: jka events

    This is really simple if done after DrawActiveFrame since most of the work will be done for you. I just call CheckEvents before I draw esp in CG_DRAW_ACTIVE_FRAME since I update health there. void CG_EntityEvent( centity_t *cent ) { int event; entityState_t *es = NULL; es =...

    Started by sp0rky, 05-26-2005 08:59 PM
    4 Staff Post(s) events, jka
    • Replies: 4
    • Views: 517
    05-27-2005 12:36 PM Go to last post
  4. Sticky Thread Sticky: jka offsets

    Current jka offsets that I've found are: cg_entities: 0x30741880 cg: 0x306F9200 cg_items: 306F2BE0 cgs: 306B6AA0 cg_weapons: 306B4AE0 centity_t *pcg_entities = NULL; cg_t *pcg = NULL;

    Started by sp0rky, 04-25-2005 03:32 PM
    9 Staff Post(s) jka, offsets
    • Replies: 11
    • Views: 734
    05-07-2005 05:03 PM Go to last post
  5. Sticky Thread Sticky: jka dueling stuff

    trap_S_UpdateEntityPosition updates all ents in your pvs. arg0 is the index of the ent, arg1 is the origin but we don't need that, just the index. trap_R_AddRefEntityToScene is called for every player before it's added to the render, so if we return without calling the syscall the ent isn't...

    Started by sp0rky, 05-01-2005 12:57 PM
    10 Staff Post(s) dueling, jka, stuff
    • Replies: 11
    • Views: 641
    05-04-2005 03:02 AM Go to last post
  6. Sticky Thread Sticky: jka anti mind trick

    This works even if you don't actually have force seeing. No this won't make you see people through walls as though you had force seeing on, but it makes it render players who mind trick you. It also will render players on ja+ servers if the admin is ghosted or if they do that thing "you lose your...

    Started by sp0rky, 04-26-2005 06:47 AM
    3 Staff Post(s) anti, jka, mind, trick
    • Replies: 4
    • Views: 612
    04-28-2005 12:19 PM Go to last post
  7. Sticky Thread Sticky: jka ent esp

    Basic name and distance esp. CG_WorldCoordToScreenCoord gives you proper coords. I'll leave it up to you to work out the actual text drawing bit for now. if(command == CG_DRAW_ACTIVE_FRAME) { if(pcg && pcg->snap) { int iLocalIndex = pcg->snap->ps.clientNum; centity_t *pMe =...

    Started by sp0rky, 04-17-2005 06:50 PM
    6 Staff Post(s) ent, esp, jka
    • Replies: 13
    • Views: 1,040
    04-19-2005 02:06 PM Go to last post
  8. Sticky Thread Sticky: jka xqz2 wh

    This shows the models and sabers through walls, it also adds some lighting to it. If I figure out how Bon did glowshells I'll post that. if(command == CG_R_ADDREFENTITYTOSCENE) { refEntity_t *pEnt = (refEntity_t *)arg0; if(pEnt->reType == RT_MODEL) pEnt->renderfx |= (RF_NODEPTH |...

    Started by sp0rky, 04-17-2005 06:15 PM
    6 Staff Post(s) jka, xqz2
    • Replies: 9
    • Views: 676
    04-18-2005 09:41 AM Go to last post
  9. Sticky Thread Sticky: jka syscalls

    This is the dllEntry func from cgamex86.dll. First line it puts the arg in eax which is the addr of syscall, then it movs that addr into the cgamex86.dll ptr, then it returns. 3005E0F0 8B4424 04 MOV EAX,DWORD PTR SS: 3005E0F4 A3 BCE10930 MOV DWORD PTR DS:,EAX 3005E0F9 C3 ...

    Started by sp0rky, 04-15-2005 08:51 PM
    7 Staff Post(s) jka, syscalls
    • Replies: 8
    • Views: 752
    04-16-2005 08:25 PM Go to last post
  10. Sticky Thread Sticky: jka engine text

    JKA, based off the q3 engine, uses a 640x480 virtual screen which means you gotta scale text if you want to put it on screen. (You don't with ent esp because the CG_WorldCoordToScreenCoord func gives you screen coords in 640x480 virtual screen.) The main use for this code would be if you were...

    Started by sp0rky, 04-16-2005 01:47 PM
    2 Staff Post(s) engine, jka, text
    • Replies: 5
    • Views: 638
    04-16-2005 07:04 PM Go to last post
  11.   Normal Threads  

  1. Engine jka Bone Aim (ghoult2 yo)

    Hey all, Just thought I'd share some cool stuff I found while updating my JKA MovieBattles mod client hook. JKA uses the ghoul2 system that sof2 uses for bone animations (ragdoll and stuff). As such, you can use bone positions for aimbot, instead of just using the entities->lerpOrigin. ...

    Started by owen, 1 Week Ago 12:33 PM
    • Replies: 0
    • Views: 74
    1 Week Ago 12:33 PM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 500 views
Hot thread with unread posts
More than 15 replies or 500 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

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