-
Posts
1,725 -
Joined
-
Last visited
Everything posted by Saitama
-
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 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.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
Update in-game 1.4.3 -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
i never use GC... -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 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.0 (in game 1.6.1) + 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.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
problem on ur side -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 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.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
difference is - dont use second one -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
Update 1.4.1 try new one i made some test fixes -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
no one dont know why its crashes for u -
No Jailbreak Required [Non-jb] Survivor!.io v3.10.4 +4 mod
Saitama replied to Saitama's topic in ViP Non-Jailbroken Hacks & Cheats
its only for events -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
thats useless - anyway in one moment bosses one hit u...and if u ever can pass it throw adding skills - u will be banned.... -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
and u will be banned in same moment -
Mod Menu Hack Capybara Go! v1.6.0 (in game 1.6.1) + 3++ mod
Saitama replied to Saitama's topic in ViP Cheats
im banned only using this one... i tested all features - if i will add this one - and next a half of mod users will be banned pretty sure of it -
Mod Menu Hack Mobile Legends: Bang Bang 1.9.91 +3 Map Hack, Auto AIM, ESP
Saitama replied to Saitama's topic in ViP Cheats
the problem is in other i replace firstTarget id so baiscally if closest target got one id and ur aim works in target with low hp but this target is too far from u it set his id target so if there is any type of logging this info.....