nijecheater
Active member
- Joined
- Dec 10, 2022
- Messages
- 41
- Reaction score
- 2
{$CLEO .cs}
{$USE bitwise}
0000:
WHILE TRUE
WAIT 0
IF AND
0AB0: key_pressed 18 // ALT
0AB0: key_pressed 121 // F10
THEN
0B12: 0@ = 0@ XOR 1
IF 0039: 0@ == 1
THEN 0AD1: show_formatted_text_highpriority "~w~Triggerfinger~n~~g~ON" time 1337
ELSE 0AD1: show_formatted_text_highpriority "~w~Triggerfinger~n~~r~OFF" time 137
END
WAIT 137
END
IF 0@ == TRUE
THEN
IF 0256: player $PLAYER_CHAR defined
THEN
IF 8118: actor $PLAYER_ACTOR NO-dead
THEN
IF 0AB0: key_pressed 2 // right mouse button
THEN
0A8D: 1@ = read_memory 0xB6F3B8 size 4 virtual_protect 0
1@ += 0x79C
0A8D: 2@ = read_memory 1@ size 4 virtual_protect 0
IF 2@ > 0
THEN
8@ = 0xB73458
8@ += 34 // FIRE_BULLET
0A8C: write_memory 8@ size 4 value 255 virtual_protect 0
WAIT 100
0A8D: 1@ = read_memory 0xB6F3B8 size 4 virtual_protect 0
1@ += 0x79C
0A8C: write_memory 1@ size 4 value 0 virtual_protect 0
END
END
END
END
END
END
0A93: terminate_this_custom_script