Sanmodder Posted November 12, 2018 Share Posted November 12, 2018 (edited) Hello pl poradnik dla moich zaawansowanych fanów jak zamienić scrypt cleo na hex jakie są zalety nauka co potrzebujesz edytor hexadecymalny np HXD no a teraz przejdzmy do konkretów 1 otwierasz skrypt cleo za pomocą edytora hxd 2 zaznaczasz cały kod hex 3 teraz operacje w sanny builder utwórz nowy plik w sanny builder i dodaj potrzebne dane {$cleo .cs} 0000: nop teraz utwórz //Syntax: thanks to sanny info hex <any hexadimal numbers> end i wklej miedzy hex a end kod skopiowany z edytora hxd o tak hex //-------------------- tu wklej //-------------------- end no a teraz skompiluj w sanny builder i zdekompiluj uwaga najważniejsze musisz być bardzo bystry musisz sprawdzić skrypt czy nie ma błędów ponieważ hex to jest orginalna struktura skryptu tak mi się zdaje xd o co chodzi 1 np zmienne np 0@ zmienna w hex to 00 2 tak samo etykiety w hex nie ma tego @label --> :label tutaj jest pointer @label to identyfikator -- > np (DC) FF FF FF to jest offset pointer 3 potrzebujesz tablicy informacyjnej (dec) (hex) (ascii) o zobacz na moich fotkach 4 tak że jeśli myśliż że np ten opcode liczy się jako cały to się mylisz zobacz 0349: set_text_draw_font 3 <--- orginał 49 03 04 03 <--- hex dec hex ascii 3 03 ETX End of Text 4 04 EOT End of Transmission no a teraz zobacz polecane prze zemnie programy i fotki informacyjne a tu zobacz przykładowy hack zrobiony przeze mnie ten na dole ładnie wygląda prawda dlatego że użyłem niezawodnego oprogramowania 0000://thanks to Seemann 0012: 0@ *= 4 0AC8: 0@ = malloc 0@ 000A: 1@ += 0xC4 0A8F: 0@ = 0@ - 1@ 0016: 0@ /= 4 0AB2: ret 1 0@ hex 0000 1200 0300 0004 04c8 0a03 0000 0300 000a 0003 0100 05c4 008f 0a03 0000 0301 0003 0000 1600 0300 0004 04b2 0a04 0103 0000 00 end no a teraz działaj tylko nie myśl że zamienisz wielki skrypt bo to już inna bajka o przeskoki a pozatym się ztyrasz xd no a teraz niech się znawcy wypowiędzą na ten temat :) uwaga ja nie dałem tego poradnika dla nieuczciwych to znaczy jeśli blokujesz skrypty to robisz bardzo żle blokujesz twórczość wyobrażasz sobie gta różne wersje nie do złamania rezultat modding by nie istniał a po zatym co ci da blokowanie skryptów są decryptery tylko o nich nie wiesz wiadomo to robota nie dla każdego ja to robię dla zabawy nauka jest najważniejsza ------------------------------------------------------------------------------- en guide for my adwanced fans how to replace a cleo script with a hex What are the advantages ,science what do you need hexadecimal editor eg HXD Now let's get to the details 1 you are opening the cleo script using the hxd editor 2 you select the entire hex code 3 now operations in the sanny builder create a new file in sanny builder and add the necessary data {$ cleo .cs} 0000: nop Create now // Syntax: thanks to sanny info hex <any hexadimal numbers> end and paste between the hex and end code copied from the hxd editor Oh yes hex // -------------------- paste here // -------------------- end Now, compile in builder's sanny and decompile the most important note you must be very smart you must check the script for errors because hex is the original structure of the script, it seems to me xd what is going on 1 np variables eg 0 @ variable in hex is 00 2 same labels in hex does not have this @label ->: label here is a pointer @label is an identifier -> np (DC) FF FF FF is an offset pointer 3 you need an information board (dec) (hex) (ascii) to see in my photos 4 so that if you think that this opcode counts as all you are wrong see 0349: set_text_draw_font 3 <--- orginal 49 03 04 03 <--- hex dec. hex ascii 3 03 ETX End of Text 4 04 EOT End of Transmission Now, see programs and information pics recommended by me and here is an example of a hack made by me at the bottom the truth looks good because I used reliable software 0000: // thanks to Seemann 0012: 0 @ * = 4 0AC8: 0 @ = malloc 0 @ 000A: 1 @ + = 0xC4 0A8F: 0 @ = 0 @ - 1 @ 0016: 0 @ / = 4 0AB2: ret 1 0 @ hex 0000 1200 0300 0004 04c8 0a03 0000 0300 000a 0003 0100 05c4 008f 0a03 0000 0301 0003 0000 1600 0300 0004 04b2 0a04 0103 0000 00 end Now, act just do not think that you will change a big script because it's another fairy tale about jumps and you will lose yourself xd and now let the experts say it on this topic :) I did not give this guide for dishonest ones that is, if you block scripts, you do very badly block creativity you imagine gta different versions of the unbreakable modding result would not exist and besides, what you can block scripts are decrypters only you do not know about them it is known that the robot is not for everyone I do it for fun, learning is the most important thing Edited November 12, 2018 by Sanmodder Link to comment Share on other sites More sharing options...
Sanmodder Posted November 12, 2018 Author Share Posted November 12, 2018 Do you like my guide, comment lubisz mój poradnik to skomentu j😘 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now