Jump to content

Saitama

Cheater
  • Posts

    1,734
  • Joined

  • Last visited

Everything posted by Saitama

  1. Update New ipa Added - Delete Account data - Removing ur banned account data - no need reset device - read instructions
  2. for me its safe but from time to time some one always banned so in total - all cheats not safe
  3. game launching like all ok later make update
  4. suggest u insert ur id with non visible characters like "new line" nothing not changed
  5. fast comments for improve ur coding removeEnemyGivenObject(enemy->object); // Remove dead enemies removing object while u iterating array is not good practice also if this object will be same no need to remove and add again just dont draw deleting object and then adding again - its deleting draw layers and adding if (enemy->object == enemyObject) { comparing object also not good practice better add something like id - for objects thats dont have id there is unity function - public int GetInstanceID() { } separate action like init and draw in init make all fields like position of head inside of object struct enemy_t { ... Vector3 screenPointFeet; Vector3 screenPointHead; ... }; also basically u will not have both positions in other way u need to loop all bones inside of array to find try to make box universal based on player position + distance espManager->drawEnemies(myPlayer); every update of one entity - u will call to draw ALL entities
  6. the chances are the same if i get infinity dollars on my bank card
  7. activate select number from 0 to 20 (0 - 0.99 = 0, 1-1.99 = 1) restart done
  8. dont get what u mean...nothing not changed...
  9. difference is - dont use second one
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines