-
Posts
1,734 -
Joined
-
Last visited
Everything posted by Saitama
-
No Jailbreak Required [Non-jb] Survivor!.io v3.10.4 +4 mod
Saitama replied to Saitama's topic in ViP Non-Jailbroken Hacks & Cheats
Fix uploaded new ipa -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
game launching like all ok later make update -
Update fixed debs
-
No Jailbreak Required [Non-jb] Survivor!.io v3.10.4 +4 mod
Saitama replied to Saitama's topic in ViP Non-Jailbroken Hacks & Cheats
yeah yeah my bad... -
No Jailbreak Required [Non-jb] Survivor!.io v3.10.4 +4 mod
Saitama replied to Saitama's topic in ViP Non-Jailbroken Hacks & Cheats
Update 3.6.0 -
Update 3.6.0
-
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
Update In-game update 1.5.0 -
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
-
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
Update in-game 1.4.3 -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
i never use GC... -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
activate select number from 0 to 20 (0 - 0.99 = 0, 1-1.99 = 1) restart done -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
Update in-game update 1.4.2 -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
problem on ur side -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
dont get what u mean...nothing not changed... -
Mod Menu Hack Capybara Go! v1.6.2 (in game 1.6.3) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
difference is - dont use second one