Search results

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    1. ven0m

      Important Buying Rules

      You are allowed to bump your thread once in 24 hours. Any scam reports it's permanently ban!
    2. ven0m

      Important Selling Rules

      Sell only things that you own. Post at least 1 screenshot that prove the item you are selling. You can ask a staff member to review and/or vouch your item first. You are allowed to bump your thread once in 24 hours. Any scam reports it's permanently ban! You cannot sell HWID Locked accounts, it...
    3. ven0m

      New Member Welcome Welcome, Onurss

      Welcome to NulledLand - Ultimate Forum Network, @Onurss. Please be sure to read our Rules and if you have any issues or questions please contact a member of our staff or please post your question in the appropriate forum. Also if you are wanting to download from our site you will need to upgrade...
    4. ven0m

      New Member Welcome Welcome, code777

      Welcome to NulledLand - Ultimate Forum Network, @code777. Please be sure to read our Rules and if you have any issues or questions please contact a member of our staff or please post your question in the appropriate forum. Also if you are wanting to download from our site you will need to...
    5. ven0m

      New Member Welcome Welcome, T.Hutter

      Welcome to NulledLand - Ultimate Forum Network, @T.Hutter. Please be sure to read our Rules and if you have any issues or questions please contact a member of our staff or please post your question in the appropriate forum. Also if you are wanting to download from our site you will need to...
    6. ven0m

      IDA 7.0 Pro x86/x64

      It has plugins pre-installed so yeah enjoy! DOWNLOAD
    7. ven0m

      Tutorial How to find CCSGOAnimState offset

      1. string search "animset_version" in client.dll 2. go to to any of those subs (those are the same) 3. xref the sub (should only have 1) 4. Now you're in CCSGOAnimState::Update 5. Jump to xref and choose the first one. Its a void type. .text:1038F170 C_CSPlayer__Spawn proc near ...
    8. ven0m

      Tutorial How to find SetClantag

      How to get the sig: 1. Open client.dll with ida 1.1 String search "ClanTagChanged" 2. Go to the xref .text:100894F0 sub_100894F0 proc near ; CODE XREF: sub_10089570+35p .text:100894F0 ; sub_10089570+D8p .text:100894F0 push...
    9. ven0m

      Tutorial How to find GetCSWpnData Index

      How to get the GetCSWpnData Index: string search: "Inaccuracy =\t%f\tSpread =\t%f\tSpreadDistance =\t%f\tPlayer Velocity =\t%f\n" and xref it Note: v2 = vtable .text:105EEDB3 68 88 D7 B8 10 push offset aInaccuracyFSpr ; "Inaccuracy...
    10. ven0m

      Tutorial How to find GetSpread Index

      How to get the GetSpread Index: string search: "whiteAdditive" and xref it Note: v2 = vtable .text:105EEA6B 68 D0 D7 B8 10 push offset aWhiteadditive ; "whiteAdditive" .text:105EEA70 B9 F4 C5 CE 10 mov...
    11. ven0m

      Tutorial How to find GetInaccuracy Index

      How to get the GetInaccuracy Index: string search: "whiteAdditive" and xref it Note: v2 = vtable .text:105EEA6B 68 D0 D7 B8 10 push offset aWhiteadditive ; "whiteAdditive" .text:105EEA70 B9 F4 C5 CE 10 mov...
    12. ven0m

      Tutorial How to find IsPlayer Index

      How to find IsPlayer Index: string search "effects/nightvision" and xref until you see a function looking similar to this: .text:103E2066 0F 84 01 01 00 00 jz loc_103E216D .text:103E206C F3 0F 10 86 D8 A3 00 00 movss xmm0, dword ptr...
    13. ven0m

      Tutorial How to find GetAnimOverlays & GetNumAnimOverlays Offset

      How to find GetAnimOverlays & GetNumAnimOverlays Offset: string search "animset_version" and goto to any of its xrefs now you're in CCSGOPlayerAnimState::CacheSequences and xref that too (only has 1) now you're in CCSGOPlayerAnimState::Update, create pseudo. void __userpurge...
    14. ven0m

      Tutorial How to find SetAbsAngle & SetAbsOrigin

      SetAbsAngle 1. string search "animset_version" and xref it 2. Now you're in CCSGOAnimState::CacheSequences xref it and you land it CCSGOAnimState 3. Create Pseudo void __userpurge CCSGOPlayerAnimState::Update(int a1@<ecx>, int a2@<xmm1>, float a3@<xmm2>, int a4) { int v4; // edi int v5...
    15. ven0m

      Tutorial How to find CreateMove Index

      How to find the index with IDA 1. open engine module 2. string search "@%.03f:loss(%.05f)" and go to its only xref which is cl_move 3. create pseudo if ( v32 <= 0.0 ) { if ( v30 <= 0.0 ) { if ( dword_1058B414 & 0x1000 )...
    16. ven0m

      Tutorial Local Time Clan Tag

      #include "atltime.h" void TimeClanTag() { time_t t; struct tm *t_m; t = time(NULL); t_m = localtime(&t); string time = "[" + to_string(t_m->tm_hour) + ":" + to_string(t_m->tm_min) + ":" + to_string(t_m->tm_sec) + "]"; SetMyClanTag(time.c_str(), "nn")...
    17. ven0m

      Tutorial Latest csgo offsets

      Hidden content
    18. ven0m

      Important Read This First!

      Before you post in sources make sure you read bottom No malware or other shits! If we find something suspicious you will get permanently banned! Make sure you post a picture when you creating a thread!
    19. ven0m

      Important Read This First!

      Before you post in sources make sure you read bottom No malware or other shits! If we find something suspicious you will get permanently banned! Make sure you post a picture when you creating a thread!
    20. ven0m

      Important Read This First!

      Before you post in release make sure you read bottom No .exe files! It's easily can be a RAT or a trojan. Dlls only no .exe or sources. No malware or other shits! Make sure you post a virus total of your dll, if we find something suspicious you will get permanently banned! Make sure you post a...