+ Reply to Thread
Page 1 of 6 1 2 3 4 ... LastLast
Results 1 to 15 of 86

Thread: [RELEASE]Zero-Tolerance Preset Offsets v1

  1. #1
    teh native god Evil One KizZamP-'s Avatar
    Join Date
    28th Jan 2005
    Location
    vectorcity
    Posts
    4,436

    Wink [RELEASE]Zero-Tolerance Preset Offsets v1

    Code:
    Project : Zero Tolerance Offset Changing hack v1.0
    
    Coders
    • -[z-tol]Poland'-[Did The Most]
    • -[z-tol]KizZamP'-[General Help]
    • Trundle-[GUI Related]
    What This Does : It changes the offsets in various u-files. Detection Status : detected by pb (this will be fixed in the next release)
    • Features :
      • ->NoRecoil
      • ->Reload && Jump at the same time
      • ->No Flash
      • ->Auto eRate Of Fire
      • ->LongDistanceActions
    • How-To-Use :
      • ->Put The EXE in the System Folder
      • ->Launch the EXE
      • ->Tick the things you want to see changed
      • ->Click "Change Offsets"
      • ->Close The EXE and launch your game and play.
      • ->IF you're willing to play on a pb server again just run the EXE again and click on "Return Original Offsets"
      • ->DELETE the exe from your system folder.
    bugs or need help ? : email or msn
    • -poland5@wp.pl [Poland'-]
    • -kizz_private@hotmail.com [KizZamP'-]
    btw : this of course is for 2.6
    Enjoy (Poland and Kizzamp)-
    Attached Files
    kizzamp@visualcoding.com (MSN - No email.)








    BattleApps, Your private cheating resource since 2005

  2. #2
    haha, nice one. shame you were not the first though

  3. #3
    temp2 s*cks Devil of Hell
    Join Date
    27th Jul 2005
    Posts
    316
    Second
    Good job

  4. #4
    » Ex Super ********* « Evil One noob-cheater's Avatar
    Join Date
    29th Jun 2004
    Location
    cheatville
    Posts
    4,788
    <= Attachment Approved =>

    Thanks

    Zero-Tolerance Hack v1.0
    February 11th 2006
    Thread Link | Download Link
    Last edited by noob-cheater; 11th February 2006 at 19:53.
    Former MPC Super Moderater

  5. #5
    [[XHFC]]Fu$ioN™ Lord of Destiny
    Join Date
    15th Oct 2005
    Location
    Somewhere in germany
    Posts
    61
    Man man , i knew poland will be damn good at coding , Great job both!

    is it detected?
    i love mcdonalds!

  6. #6
    Polanator Angel of Darkness
    Join Date
    21st Aug 2005
    Posts
    269
    Detection Status : detected by pb (this will be fixed in the next release)
    just read readme

  7. #7
    Cheater ® Bronze Dragon itwasfunny's Avatar
    Join Date
    21st Sep 2004
    Location
    MuLtiPlaYerCheAts.De®
    Posts
    820
    Nice 1 guys..

    Oh yes.. 2.6 Hacks are comming to public :p

  8. #8
    Necromancer of the Light
    Join Date
    24th Jan 2005
    Location
    Nederland
    Posts
    668
    nj both off u

  9. #9
    War Titan [R]>>Killer's Avatar
    Join Date
    13th May 2005
    Location
    Bosnia
    Posts
    236
    ey kizzamp
    nice man very good job
    so as you poland
    keep them coming

    how about some public undetected hack ( together ) might be cool
    Last edited by [R]>>Killer; 11th February 2006 at 21:10.
    DarkEvilKiller

    {T.P}DarkEvilKiller

  10. #10
    teh native god Evil One KizZamP-'s Avatar
    Join Date
    28th Jan 2005
    Location
    vectorcity
    Posts
    4,436
    wouldn't be that hard to make native and this to cooperate with each other
    we'll see on msn.
    kizzamp@visualcoding.com (MSN - No email.)








    BattleApps, Your private cheating resource since 2005

  11. #11
    c:\tmp\~8b045cf75687.tmp Golden Dragon temp2's Avatar
    Join Date
    10th Jul 2004
    Posts
    1,067

    Thumbs up

    Quote Originally Posted by kizZamP-
    Detection Status : detected by pb (this will be fixed in the next release)
    It’s probably pretty easy to make this undetected. Instead of returning TRUE from DllMain return FALSE and the DLL will never get injected. You don’t even need a hook.

    Such a hack is a nightmare for PB as you can't detect it via CVAR's, UFunctions move in the address space, file CRC32's are fine and there is no foreign or hooked code because it dropped out ...

    Make you proggie read XML and the community will spend hours searching for nice offsets for you ...

    I've show you the path ...

    PHP Code:
    BOOL APIENTRY DllMain (HMODULE hDllDWORD reasonPVOID lpReserved)
    {
        if( 
    reason == DLL_PROCESS_ATTACH )
          {
            
    ByteHackUnrealScript();
            return 
    FALSE;
        }
        return 
    TRUE;


  12. #12
    teh native god Evil One KizZamP-'s Avatar
    Join Date
    28th Jan 2005
    Location
    vectorcity
    Posts
    4,436
    to be honest,i haven't even tested it on pb...it was just a "wild" guess.
    so it could be that it isn't even detected by pb.i'll test later on this day.
    kizzamp@visualcoding.com (MSN - No email.)








    BattleApps, Your private cheating resource since 2005

  13. #13
    c:\tmp\~8b045cf75687.tmp Golden Dragon temp2's Avatar
    Join Date
    10th Jul 2004
    Posts
    1,067

    Exclamation

    Quote Originally Posted by kizZamP-
    it was just a "wild" guess.
    Read what I wrote and learn kizZamP-.

    There were gold nuggets there that you either did not understand or did not bother to digest.

  14. #14
    i r teh leet at pb server Devil of Hell
    Join Date
    23rd Jun 2005
    Location
    Leased PB servers
    Posts
    344
    Good Job Poland+kiZZamp
    Hooah!

  15. #15
    temp2 s*cks Devil of Hell
    Join Date
    27th Jul 2005
    Posts
    316
    Quote Originally Posted by temp2
    Such a hack is a nightmare for PB as you can't detect it via CVAR's...
    Are you sure? CVars are read from the memory, not from the file, aren't they?

+ Reply to Thread
Page 1 of 6 1 2 3 4 ... LastLast

Bookmarks

Posting Permissions

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