What's new

Search results for query: *

  1. Hacksorce

    Tutorial Offset Updater

    I made this script that can help find pattern signatures from existing functions and export them to a idc file. Here is the link if anyone is interested https://github.com/crobject/IDA-Finder/ I believe that you could use the signatures that it produces in this tool, so you wouldn't even have to...
  2. Hacksorce

    Code Community Codes List

    All the data for the structure is stores in the xex, so its a matter of putting it together, the devs over at treyarch make it easy lol.
  3. Hacksorce

    Code Community Codes List

    Entire Playerstate structure struct playerstate_s { int clientNum; int commandTime; int pm_type; int bobCycle; __int64 pm_flags; __int64 weapFlags; int otherFlags; int pm_time; int id; __int16 fade; char gap_2E[2]; float origin[3]; float...
  4. Hacksorce

    Code Community Codes List

    Here are some enums I found. enum PresencePrimary { PRESENCE_PRIMARY_UNKNOWN = 0xffff, PRESENCE_PRIMARY_OFFLINE = 0x0, PRESENCE_PRIMARY_ONLINE = 0x1, PRESENCE_PRIMARY_LOCAL = 0x2, PRESENCE_PRIMARY_TITLE = 0x3, PRESENCE_PRIMARY_AWAY = 0x4, PRESENCE_PRIMARY_BLOCKED =...
  5. Hacksorce

    HudElements Release (not sure what update)

    I coded this back in tu11 for my ghost menu, then I gave the source to domo, and after that, I found out he sent it out to everyone.
  6. Hacksorce

    HudElements Release (not sure what update)

    Lol, I remember coding this.
  7. Hacksorce

    Discussion TU8 Managed Code List (Post Codes/Sources Here C# and C++)

    How to do waittilll http://www.se7ensins.com/forums/threads/waittil-tu8.1167012/
  8. Hacksorce

    Waittil TU8

    Hello today I will show you how to use the waittil on tu8, enjoy :). The first step is to hook the Scr_Notifty Function, here is how to do it. Put this in the part of your dll where it attaches or where you do your hooks. PatchInJump((PDWORD)0x822097A8,(DWORD)Scr_NotiftyHook,false); void...
  9. Hacksorce

    Hosting Iron Wolf v2

    Closed
  10. Hacksorce

    Hosting Iron Wolf v2

    My Gamertag is swagsauce5
  11. Hacksorce

    BO2 TU18 Offset and Code List

    SV_SetClientStat ox8243CB30
  12. Hacksorce

    Solved Black ops 2 offset for zombie round?

    0x8354A990 is in game rounds
  13. Hacksorce

    Hosting Iron Wolf v2

    closed.
  14. Hacksorce

    Hosting Iron Wolf v2

    Updated it, sorry
  15. Hacksorce

    Hosting Iron Wolf v2

    Gamertag is PendantKnight90
  16. Hacksorce

    Hosting Iron Wolf v2

    Closed until I fix the crashing.
  17. Hacksorce

    Hosting Iron Wolf v2

    Back online, sorry for being off.
  18. Hacksorce

    Hosting Iron Wolf v2

    I want to host my menu to see how stable it is my gamertag is: PendantKnight90
  19. Hacksorce

    BO2 Gravity

    *(float*)0x83C44398 default = 800 enjoy :D
  20. Hacksorce

    Tools COD: Ghosts Modding Tool Showcase & Preview Thread

    Thanks for the criticism, that is the reason I posted it :) I didn't include all perks, considering that there are 53 in the game lol, but for giving all perks, I did do somthing which I thought was cool the top part is the give all
Top Bottom
Login
Register