dzisiaj mam dla moich fanów
mod makerów
zaawansowane
source
do wyświetlania na ekranie
int, float, hex razem z tekstem
a jak mod makerzy wiedzą nie ma takiego native
do wyświetlania własnego tekstu i wartości np int jednym native
a co za tym idzie gra ma większą konsumcje pamięci szczegulnie na ps3
bo trzeba do tego aż 2 native do rysowania do własnego tekstu i numeru
pomyśl 27 x 2 mamy 54 i już można uruchomić limit gry i crash
a tu mam dla ciebie sprytny hack
bo bazuje na czasie wyświetlania print razem z twoim hakiem
wartości się ładnie wyświetlają podwyższają zmiejszają i jeszcze gaszą automatycznie
wystarczy wysłać tekst i numer int or float
pomysł powstał jak robiłem skrypty na pc i nie chciały mi pracować operacje bitowe
strcpy i strcat
ale okazało się że wystarczyło te funkcje zdefiniować pod PC
więc projekt zbędny może komuś się przyda szczegulnie na ps3
skrypt ma zaawansowany konverter numeru dec na hex ulepszona versja
lubię eksperymentować :)
zalety
bardzo stabilny
konversja dec na hex z dużą dokładnością bit po bicie
universalny działa na ps3 i PC
oceń i skomentuj
--------------------------------------------------
today I have for my fans
mod makers
advanced
source
for displaying on the screen
int, float, hex together with text
and as mod makers know the game does not have such a native
for displaying your own text and values e.g. int with one native
and as a result the game has greater memory consumption especially on ps3
because you need 2 natives for drawing to your own text and number
think 27 x 2 we have 54 and you can already start the game limit and crash
and here I have a clever hack for you
because it is based on the display time print together with your hook
values are nicely displayed increase decrease and even turn off automatically
it is enough to send text and number int or float
the idea came when I was making scripts on PC and bit operations did not want to work
strcpy and strcat
but it turned out that it was enough to define these functions for PC
so the project is unnecessary maybe someone will find it useful especially on ps3
the script has an advanced dec to hex number converter improved version
i like to experiment :)
advantages
very stable
convert dec to hex with high bit by bit accuracy
universal works on ps3 and pc
rate and comment |