UTCheats.net - Unreal Tournament & Tactical Ops cheats and hacks

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to UTCHEATS.NET

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - lien

Pages: 1 ... 4 5 [6] 7 8
76
General Discussion / Re: UScript Tutorials NEEDED! DESPERATLY!!
« on: May 31, 2011, 12:48:35 PM »
for hack without uscript --- damn i know nothing about it & i want to know what programming language/software are needed for complete novice like me

C++ and microsoft visual c++

77
Cheats / Re: NoName 1.0 for Tactical Ops 3.40
« on: May 30, 2011, 01:21:11 PM »
It doesn't work for 0.8h on purpose.

78
Cheats / Re: Donkey triggerbot
« on: May 30, 2011, 01:19:06 PM »
It's not.

79
Cheats / Re: NoName 1.0 for Tactical Ops 3.40
« on: May 22, 2011, 01:25:50 PM »
Will think about this ;)

80
General Discussion / Re: thecheater is back!!
« on: April 30, 2011, 05:12:38 PM »
Welcome :)

81
Cheats / Re: NoName 1.0 for Tactical Ops 3.40
« on: April 24, 2011, 02:19:57 PM »
added alternative link ;)

82
Cheats / Re: NoName 1.0 for Tactical Ops 3.40
« on: April 24, 2011, 12:08:08 PM »
There is a problem with attachments on IE & Chrome, try download it using FireFox.

83
Cheats / NoName 1.0 for Tactical Ops 3.40
« on: April 23, 2011, 04:21:42 PM »
I've decided it's time to release something for TO 3.40.

Features:
  • BoundingBox

Bypass:
  • ACEv08g

Keep in mind that the cheat does work ONLY on ACEv08g protected servers.

Password: utcheats.tk
click here to download

84
Cheats / Re: cheats on ACE 0.8g
« on: April 22, 2011, 02:16:33 AM »
Currently there is no free cheats for ACE.

85
Cheats / UTDCv21 ScreenShot blocker + source
« on: April 10, 2011, 05:52:24 PM »
Just a simple sshot blocker for UTDCv21 made by me long time ago. It does patch memory of second utdc module (yes, it's saved as resource in UTDCv21.dll) which UTDC manual map afterwards.
Quote
/*
   Screenshot blocker for UTDCv21 made by lien
   www.utcheats.tk
*/


typedef LPVOID (WINAPI *tpLockResource)(HGLOBAL);
tpLockResource oLockResource = NULL;

void memSet(void* dest, int value, DWORD len)
{
   DWORD dwProtect;
   VirtualProtect(dest, len, PAGE_EXECUTE_READWRITE, &dwProtect);
   memset(dest, value, len);

   VirtualProtect(dest, len, dwProtect, NULL);
}

LPVOID WINAPI xLockResource(HGLOBAL hInfo)
{
   void* Result = oLockResource(hInfo);
   memSet((void*)((DWORD)Result + 0xC6B4), 0x90, 5);

   return Result;
}

void HookFunctions()
{
   oLockResource = (tpLockResource)DetourFunction((PBYTE)LockResource, (PBYTE)xLockResource);
}

Password: utcheats.tk

86
Cheats / [UT2004] D2LITE-Plugin-v1.2
« on: March 21, 2011, 10:13:34 PM »
Quote
         ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Release Information                                                    ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    Project : D2LITEPlugin                                                     ¦
         ¦    Version : 1.2                                                              ¦
         ¦    Coder   : [в]x22                                                          ¦
         ¦    Game    : UT2k4 3369                                                       ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Bypass                                                                 ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + AntiTCC119beta26                                                         ¦
         ¦    + SafeGame101beta7b                                                        ¦
         ¦    + All others versions!                                                     ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Included Files                                                         ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + ReadMe.txt : This file                                                   ¦
         ¦    + D2LITEPlugin.ini : The config file                                       ¦
         ¦    + D2LITEPlugin.u   : The plugin                                            ¦
         ¦    + NVidiaLogo.dll : The plugin loader                                            ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Install Notes                                                          ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + Extract the archive in your system directory                             ¦
         ¦                                  ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Feature                                                                ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + Auto Aim                                                                 ¦  
         ¦    + Auto Fire                                                                ¦
         ¦    + Slow Aim                                                                 ¦  
         ¦    + Bone Aim                                                                 ¦
         ¦    + Parts Aim                                                                ¦  
         ¦    + Aim Angle                                                                ¦
         ¦    + Aim Tweak                                                                ¦  
         ¦    + Ping Correction                                                          ¦  
         ¦    + Bullet Correction                                                        ¦
         ¦    + Spawn Protect                                                            ¦  
         ¦    + Warning System                                                           ¦
         ¦    + Admin Disconnect                                                         ¦  
         ¦    + Skin Hack                                                                ¦
         ¦    + Glow Hack                                                                ¦  
         ¦    + 3D Radar                                                                 ¦
         ¦    + 2D Radar                                                                 ¦  
         ¦    + Bright Radar                                                             ¦
         ¦    + Health Bar                                                               ¦  
         ¦    + Friendly Fire                                                            ¦
         ¦    + Trigger Bot                                                              ¦  
         ¦    + Target Info                                                              ¦
         ¦    + Behind View                                                              ¦  
         ¦    + ONSTexture                                                               ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ How to use                                                             ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + Run UT2004.exe                                                           ¦
         ¦    + Type 'Do Help' in console (without ' ') to get the commands list         ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Change                                                                 ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + 1.2                                                                      ¦
         ¦      - [FIXED] AntiTCC v1.18 & v1.19 crashes                                  ¦
         ¦      - [FIXED] GlowHack detection by SafeGame                                 ¦
         ¦      - [FIXED] Detection by AntiTCC119Beta1                                   ¦
         ¦                                                                               ¦
         ¦    + 1.1                                                                      ¦
         ¦      - [ADDED] Unknown/Recognized command message for console commands        ¦
         ¦      - [FIXED] Access None in ValidTarget                                     ¦
         ¦      - [REMOVED] DLL Injector (Useless)                                       ¦
         ¦      - [REMOVED] SystemPath value in D2LITEPlugin.ini                         ¦
         ¦                                                                               ¦
         ¦    + 1.0                                                                      ¦
         ¦      - Initial Release                                                        ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Thanks To                                                              ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    + [в]HelioS for the original elfLITEPlugin                                ¦
         ¦    + All others [в] members for being leet!                                  ¦
         ¦                                                                               ¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦¦ ¦¦¦¦ Known Bugs                                                             ¦¦
         ¦+-----------------------------------------------------------------------------+¦
         ¦                                                                               ¦
         ¦    None                                                                       ¦
         ¦                                                                               ¦
         ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦


Password: utcheats.tk

87
Cheats / [UT2004] cT-Framework v1.4
« on: March 21, 2011, 10:07:14 PM »
Quote from: CheatatOr
The cT-Framework v1.3 is a feature rich native hook for UT2004.It bypasses UT2004’s mostly used anticheats SafeGame101beta7b and AntiTCC 2009 r4 abundantly.

The so called screenshot sender disconnect closes your connection to the server whenever the screenshot taker mutator tries to take a screenshot of your screen. It is by default set to off, so make sure to activate it if you don’t want to get caught by the mutator. The value for the rotation speed limiter should be adjusted for your needs before you use the aimbot. Please remember that the rotation speed is different in online games, so a slow rotation speed in offline mode doesn’t mean a slow speed in multiplayer. The standard value of 100 is tested on all protections and should work fine, just in case that you don’t know what you do. Another interesting feature are they hotkeys. They can be set in the ini, a list of all supported keys can be found in the readme. Make sure to change them before you enter the game because it’s not possible to change them from ingame yet.

The hook does only work on windows operating systems. I gurantee of couse for no viruses or spyware in this or any other my other releases.

It’s highly recommend to install the Microsoft .NET Framework 3.5 before using this hook.

Read the following article written by me to fix the prefetch detection by Antitcc 2009: cT-Framework prefetch detection fix.

Quote
   Features:

        * Aimbot
        * ShockCombo aim
        * Autofire
        * Triggerbot
        * AimAngle
        * Frendly Fire
        * 3D Radar
        * 2D Radar(+Distance Slid.)
        * Pickup Radar
        * Healthbars
        * Wallhack
        * SpawnProtect
        * Crosshair for all Weapons
        * Tabbed GUI + Console
        * ScreenShotSend. Disconnect

    Bypasses:

        * SafeGame101beta7b
        * AntiTCC 2009 r4
        * UTSecure

    Credits:

        * HelioS: For his tut’s, Stuff and impressions.
        * r00t: For his BoundingBox code.
        * grief: For his version of creating a pawn list.
        * PizzaPan: For his KeyBoard hook tutorial.


Quote
Changelog

- 1.2 -
+ added better ping correction  
+ added simple wallhack  
+ added new GUI-Style  
+ added close button to the GUI  
+ added ScreenShotSend. Disconnect  
+ added better looking crosshair  
+ added console to the GUI  
+ added winamp control cmds. to console  
+ added ini entrys for various colors  
+ added Winject as injector  
* fixed autofire on minigun  
* fixed reactivating hook bug  
* fixed crash after dying with menu vis.  
* fixed some other small bugs

- 1.3 -
+ added antitcc 2009 r4 support  
+ added different GUI styles/colors  
+ added console command "save"  
+ added console command "datetime"  
+ added moveable 2D-Radar  
+ added new pingcorrection  
+ added 2D Radar window control  
+ added Winject 1.7a  
+ added ini entry for triggerbot  
* fixed team colors  

- 1.4 -
+ added shock projectile aiming
+ added pickup radar
+ added hotkeys
+ added pingcorrection for triggerbot
+ added rotation speed entry to the ini (0 - 999)
+ added console command: “aim:set rotationspd”
* recoded some parts
* improved aimbot
* improved pingcorrection
* removed headshot aim

88
Cheats / ELF OverKill
« on: March 21, 2011, 10:05:14 PM »
Quote
Step 1) Open up UT2004.ini and replace the ServerInfoMenu=BlaBlaBla line with
        ServerInfoMenu=elfOverKill.elfOverKillInfo
Step 2) Open up user.ini and replace H= with H=ServerInfo (It is case sensitive!)

Sence this is a public aimbot, chances are all anti-cheat software will detect it with ease.
All public cheats hacks and aimbots are like this. That's the problem with them being public.

-------------------------------------------------------------------------------------------------------------------------
--------You can adjust everything easily using the in game GUI, but here are the console commands if you want em.--------
----------The Console Command---Brief Description------------------------------------More detailed decription------------
        * ELF ACTIVE          : Toggles the whole thing off and on.
 Basic  * Alt Key             : Toggles HUD on/off for clearing the screen.
        * Insert              : Opens the GUI for easily changing settings.
        * Home : Opens the Menu for switching diferant camera targets.
-------------------------------------------------------------------------------------------------------------------------
        * ELF AUTOAIM         : Toggle 1) Auto aims automaticaly 2) Autoaims whenever you shoot 3) Disabled auto aim
        * ELF AUTOFIRE        : Toggle AutoFire on/off.           Fires when you are aimed at an emeny (Unless they are dead)
        * ELF AIMSLOW         : Toggle SlowAim on/off.  Makes it so uoi screen doesn't have that instant Snap when autoaiming
        * ELF BONEAIM         : Toggle BoneAim on/off.     Tries to aim at the bones on players when it can't hit other parts
        * ELF PARTAIM         : Toggle PartsAim on/off.             Tries to hit other parts when can't hit the torso or head
        * ELF PINGCORRECTION  : Toggle PingCorrection on/off.   Adjusts the aim to compensate for internet lag
 Aiming * ELF BULLET          : Toggle BulletSpeed Correction on/off.       Adjusts to compensate for movement
        * ELF FRIENDLYFIRE    : Toggle FriendlyFire on/off.  Enables AutoAim/AutoFire on allies
        * ELF SPAWNPROTECT    : Toggle SpawnProtection Check on/off.     Compensates for Spawn Protection time
        * ELF TRIGGERBOT      : Toggle TriggerBot on/off.  Automaticaly fires when you are aiming at somone (Without AutoAim)
        * ELF SHOCKCOMBO      : Toggle Shock Combo'ing on/off. Attempts to shoot Shock Balls with Shock Rifle to hurt emenies
        * ELF KEEPTARGET      : Toggle Target Locking on/off.     Causes AutoAim to stick to current target until it kills it
        * ELF SETDELAY        : SetDelay <autofiredelay>.          Not sure exactly what it does. Has to do with firing delay
        * ELF SETSLOW         : SetSlow <SlowAimSpeed>.      When using AimSlow, higher numbers = aims faster. Lower = slower
        * ELF SETANGLE        : SetAngle <AimAngle>. Adjusts the scope of AutoFire. I suggest setting it to 90
        * ELF SETMOUSE        : SetMouse <DefaultMouseSpeed>.
-------------------------------------------------------------------------------------------------------------------------
        * ELF RADAR           : Shift between multiple Radar modes (Off / Side1 / Side2 / Under / Cross)
 Radar  * ELF BRIGHTRADAR     : Toggle Bright RadarColors on/off. Makes the radar colors.. bright
        * ELF HEALTHBAR       : Toggle HealthBars on/off. Puts healthbars over people's heads for you to see
        * ELF ONSTEXTURES     : Toggle ONS Textures in Radar on/off. Replaces textures with Onslaught ones
-------------------------------------------------------------------------------------------------------------------------
        * ELF ADMINDISCONNECT : Toggle AdminDisconnect on/off.  Automaticaly disconnects when an admin logs in
        * ELF SKINHACK        : Toggle SkinHack on/off   
        * ELF GLOWHACK        : Toggle GlowHack on/off.            Causes people to glow bright colors acording to there team
 Misc   * ELF NONAME          : Remove Name from scoreboard.You're name won't show up in the f1
        * ELF WARNING         : Toggle Warning System on/off.          Warns when people aim at you or see you
        * ELF FOG             : Remove All Fog from the map.            You need a good video card to do this!
        * ELF WIREFRAME       : Toggle WireFrame Wallhack on/off.   Let's you see players through walls. They look like wires
        * ELF TARGETINFO      : Toggle TargetInfo on/off.             Gives you info on your targets and stuff
        * ELF BEHIND          : Toggle BehindView on/off.       Puts you into third person view
        * ELF SAVE            : Save All Settings
-------------------------------------------------------------------------------------------------------------------------

89
Cheats / HelioS-UTD-Hook
« on: March 21, 2011, 09:37:32 PM »
 
Quote
░▒▓█ RELEASE INFORMATION                                            │
    └─────────────────────────────────────────────────────────────────────┘

      Project : HelioS-UTD-Hook
      Version : 3.0
      Coder   : [ELF]HelioS
      Site    : http://www.ArtificialAiming.tk


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ INCLUDED FILES                                                 │
    └─────────────────────────────────────────────────────────────────────┘

      HelioS-UTD-Hook.txt            (This File)
      HelioS-UTD-Hook.exe            (The Hook)


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ CHANGES                                                        │
    └─────────────────────────────────────────────────────────────────────┘

      3.0 : Initial UTD Release


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ INSTALL NOTES                                                  │
    └─────────────────────────────────────────────────────────────────────┘

      Extract the archive anywhere you want and run HelioS-Hook.exe
      Do not put it in the game directory to avoid easy detection


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ HOW TO USE                                                     │
    └─────────────────────────────────────────────────────────────────────┘

      Run HelioS-UTD-Hook.exe before you run UnrealTournament.exe


      While inside the game you can use the following keys

        * INSERT : Toggle the ingame settings menu on/off


        * PAUSE  : Panic button, will disable the hook for 10 seconds
      

    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ FEATURES                                                       │
    └─────────────────────────────────────────────────────────────────────┘

      All hacks are coded native and don't need any extra uscripted files

        * 3D Player Radar
        * 2D Player Radar
        * 3D Grenade Radar
        * Auto Aim
        * Auto Fire
        * Triggerbot
        * WallHack
        * GlowHack
        * Warning System
        * AdminDisconnect
        * No Viewbob
        * WinAmp Support
        * MassMurder
        * HealthBars
        * PingTracker


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ KNOWN BUGS                                                     │
    └─────────────────────────────────────────────────────────────────────┘

      * Possible Injection failior on Windows 2000 (Full Admin access needed)
      * Possible Injection failior with some Anti Virus software
      * Possible Injection failior on WinXP with SP2 installed, disable
        Data Execution Prevention (DEP) to get it working


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ CONTACT INFORMATION                                            │
    └─────────────────────────────────────────────────────────────────────┘
    
      !! DO NOT CONTACT ME, I AM NOT A HELPDESK !!


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ THANKS GO OUT TO                                               │
    └─────────────────────────────────────────────────────────────────────┘

      [ELF] Team : WE R0X0R Y00 B0X0RS


    ┌─────────────────────────────────────────────────────────────────────┐
    │ ░▒▓█ THE ENEMY                                                      │
    └─────────────────────────────────────────────────────────────────────┘

      EPIC/ATARI : f#%$ them

90
Cheats / UTDC 1.8 Crack
« on: March 21, 2011, 09:30:41 PM »
Quote
Crack made by lien [utcheats.tk]

How To Instal:
1. Remove utdc files from UT CACHE !!
2. Extract files to ../UnrealTournament/System/.
3. Play!

Password: utcheats.tk

Pages: 1 ... 4 5 [6] 7 8