OldSchoolHack

Registrieren / Anmelden Deutsch

Blockade 3D Assembly-CSharp

  • Kategorie: Other FPS Games
  • Entwickler:
  • Hochgeladen von: KN4CK3R
  • Hinzugefügt am:
  • System: Windows
Download (810.50 KB)

VirusTotal Ergebnis: 0/56

virustotal

Beschreibung



CSHARP Code:
  1. BC = (BotController)UnityEngine.Object.FindObjectOfType(typeof(BotController));
  2. cscl = (Client)UnityEngine.Object.FindObjectOfType(typeof(Client));
  3. LocalPlayer = GameObject.Find("Player")
  4. for (int index = 0; index < 32; ++index)
  5. {
  6.    if (index != cscl.myindex)
  7.    {
  8.        Vector3 position = BC.Player[index].transform.position;
  9.        Vector3 vHead = BC.PlayerData[index].SpecView.transform.position; //
  10.        Vector3 vBaseScreen = Camera.main.WorldToScreenPoint(position);
  11.        if (vBaseScreen.z > 0 && vBaseScreen.y < Screen.width - 2)
  12.        {
  13.                vBaseScreen.y = Screen.height - (vBaseScreen.y + 1f);
  14.                drawyourshit BC.PlayerData[index].Name
  15.        }
  16. }

Download Blockade 3D Assembly-CSharp
post
hey can you give me your blockade 3d binaries. i work on hack. if you don't updated Game. give me 2015-01 Blockade binaries please
post
When I replace it the game doesn't starts...