CLEO Help cleo mod autopress

CLEO related
Status
Not open for further replies.

daraaaa

Member
Joined
Apr 2, 2020
Messages
6
Reaction score
0
Location
London
No space goes here, no character gets up! how activate?
{$CLEO .cs}

THREAD 'AUTOSPACE'

WHILE TRUE
WAIT 0

if
0ADC: test_cheat "WALK"
then
if
0@ == false
then
0@ = true
else
0@ = false
end
end

if and
0@ == true
32@ > 500 // 500ms timer
then
0AB1: @FAKE_KEYPRESS 1 _OFFSET_KEY_ 0x1C // send key press
32@ = 0 // reset timer
end

END

:FAKE_KEYPRESS
1@ = 0xB73458
005A: 1@ += 0@ // (int)
0A8C: write_memory 1@ size 1 value 255 virtual_protect 0
0AB2: ret 0
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
He is tired, another member of this forum will help u or search similar scripts.
He's annoying..

PHP:
{$CLEO .cs}

0000:

THREAD 'AUTOSPACE'

wait 8500

32@ = 0

WHILE TRUE
WAIT 0

if
0ADC: test_cheat "WALK"
then
    if
    0@ == false
    then
        0@ = true
    else
        0@ = false
    end
end

if and
0@ == true
32@ > 500 // 500ms timer
then
    32@ = 0 // reset timer
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 255
    WAIT 30
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 0
end

END

:Set_Virtual_Key
{
    255 = true
    0 = false
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255
}
2@ = 0xB72CC8
0@ *= 2
005A: 2@ += 0@  // (int)
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
0AB2: ret 0
 

daraaaa

Member
Joined
Apr 2, 2020
Messages
6
Reaction score
0
Location
London
User has been warned for bumping < 12h
Helping with this mode, I want a 500 mls auto space mode for Airbreak mode, to automatically press space and the character in the game to rise.
 
Status
Not open for further replies.
Top