This is from OP-HaX src, a really good autoscroller:
:CODE_AutoSCroll
0000:
WHILE TRUE
WAIT 0
31@ = TRUE
IF
31@ == TRUE
THEN
IF
80DF: actor $PLAYER_ACTOR driving
THEN
IF
80E1: player 0 pressed_key 6
THEN...
Get the Right Chat Message: First, grab the chat messages with color codes. You can find them in your SA-MP chatlog in the "GTA SA User Files" folder.
Search for Key Phrases: Use the “search string in string” thing to hunt down just the important stuff, like "turn on the engine." Don’t go...
Start by finding the car that is closest to your crosshair and save it for reference. This can be done by checking the distance between the crosshair and all nearby cars. Once you have the nearest car, go through all its parts one by one. For each part, calculate how far it is from the...
The bug happens when you change CJ's skin to a different character using a skin changer.
If you die while using this new character, you might come back to life with a broken or messed-up skin.
So, back when I coded CLEO, I was vibin' with those opcodes like 0C17, right? But turns out, that opcode couldn't handle more than 100 characters. So, I switched gears and used a different strlen function. Oh, and about those $VARS, rookie mistake! Gotta stick with the 0@ - 31@ crew and make...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.