This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm # | |
How to Crack Sublime Text 3 with Hex Editor | |
1. Download & Install Sublime Text 3.2.2 Build 3211 | |
2. Visit Hexed.it | |
3. Open file sublime_text.exe | |
4. Search address 97 94 0D | |
5. Change to 00 00 00 | |
6. Export File |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ Opcodes | |
shakeCam(int shake) -- 0003 | |
Player player = createPlayer(Model modelId, float atX, float atY, float atZ) -- 0053 | |
Ped ped = createChar(int pedtype, Model modelId, float atX, float atY, float atZ) -- 009A | |
deleteChar(Ped ped) -- 009B | |
float positionX, float positionY, float positionZ = getCharCoordinates(Ped ped) -- 00A0 | |
setCharCoordinates(Ped ped, float posX, float posY, float posZ) -- 00A1 | |
bool result = isCharInArea2d(Ped ped, float cornerAX, float cornerAY, float cornerBX, float cornerBY, bool sphere) -- 00A3 | |
bool result = isCharInArea3d(Ped ped, float cornerAX, float cornerAY, float cornerAZ, float cornerBX, float cornerBY, float cornerBZ, bool sphere) -- 00A4 | |
Vehicle car = createCar(Model modelId, float atX, float atY, float atZ) -- 00A5 |