Post: How do you make an anti-freeze?
06-30-2018, 09:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I'm making mods for Wii U, and i've already made several mods by myself, such as Steady Aim, Wall Hack, No-Recoil, End Game etc..
and i would like how do you make an anti freeze. I know the freeze happens during the scene rendering but i don't know what to patch..

For recoil, it was easy a blr (return to Link-Register) at the beggining of BG_WeaponFireRecoil and it fixed it.
07-01-2018, 12:56 AM #2
whats the endgame ? dvar
07-02-2018, 03:35 PM #3
You need to find the function address of "CBuf_AddText", and you need to call it with these parameters:

CBuf_AddText(int client_num, char *command);

so:

CBuf_AddText(0, "cmd mr client_id 3 endround");

You need to replace client_id by the string representation of your Client_ID (i won't help you to find this value, as it varies from Platform/UpdateVersion)

Example CID = 0x79 -> "cmd mr 121 3 endround"

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo