CLEO Help What is these error codes ?

CLEO related
Status
Not open for further replies.

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
I turned on my Car invisible. And got these :
Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x571A00

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:20] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x409AA0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x409AA0

[19:30:21] Warning(s007): Exception 0xC0000005 at 0x0
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
{$VERSION 3.1.1000}
{$CLEO .cs}

//-------------MAIN---------------
thread "OnfootData"
wait 3000

:INCARDATA_19
wait 0
if
0AB0:  key_pressed 48
else_jump @INCARDATA_19

:INCARDATA_38
wait 0
8AB0:  not key_pressed 48
else_jump @INCARDATA_38
0AB1: call_scm_func @INCARDATA_510 0 0@
0@ += 0x6140
0A8D: 28@ = read_memory 0@ size 1 virtual_protect 1
0A8C: write_memory 0@ size 1 value 0xC3 virtual_protect 1
Actor.StorePos($PLAYER_ACTOR, 25@, 26@, 27@)

0ACD: show_text_highpriority "Car Invisible On." time 3000
jump @INCARDATA_265

:INCARDATA_139
wait 0
Actor.StorePos($PLAYER_ACTOR, 21@, 22@, 23@)
0509: 20@ = distance_between_XY 21@ 22@ and_XY 25@ 26@
if
  not 20@ > 40.1
else_jump @INCARDATA_265
if
0AB0:  key_pressed 48
else_jump @INCARDATA_139

:INCARDATA_210
wait 0
8AB0:  not key_pressed 48
else_jump @INCARDATA_210
0A8C: write_memory 0@ size 1 value 28@ virtual_protect 1
0ACD: show_text_highpriority "Car Invisible Off." time 3000
jump @INCARDATA_19

:INCARDATA_265
wait 0
0A8C: write_memory 0@ size 1 value 28@ virtual_protect 1
Actor.StorePos($PLAYER_ACTOR, 25@, 26@, 27@)
02CE: 24@ = ground_z_at 25@ 26@ 27@
24@ -= 25.0
0A96: 4@ = actor $PLAYER_ACTOR struct
4@ += 20
0A8D: 4@ = read_memory 4@ size 4 virtual_protect 0
4@ += 48
0A8C: write_memory 4@ size 4 value 25@ virtual_protect 0
4@ += 4
0A8C: write_memory 4@ size 4 value 26@ virtual_protect 0
4@ += 4
0A8C: write_memory 4@ size 4 value 24@ virtual_protect 0
wait 30
0A8C: write_memory 0@ size 1 value 195 virtual_protect 1
0A96: 4@ = actor $PLAYER_ACTOR struct
4@ += 20
0A8D: 4@ = read_memory 4@ size 4 virtual_protect 0
4@ += 48
0A8C: write_memory 4@ size 4 value 25@ virtual_protect 0
4@ += 4
0A8C: write_memory 4@ size 4 value 26@ virtual_protect 0
4@ += 4
0A8C: write_memory 4@ size 4 value 27@ virtual_protect 0
jump @INCARDATA_139

:INCARDATA_510
0AA2: 31@ = load_library "kernel32.dll" // IF and SET
0AA4: 30@ = get_proc_address "GetModuleHandleA" library 31@ // IF and SET
0AA7: call_function 30@ 1 pop 0 "samp.dll" 0@ 
0AB2: ret 1 0@
 
Status
Not open for further replies.
Top