Resource icon

Untagged Release Checkpoint Teleport working on 0.3.dl

Status
Not open for further replies.

aPELAobr

Active member
Joined
Jan 13, 2015
Messages
185
Reaction score
0
Suppppppppp guys!! So, i decided to revive an old cleo made by @Z0DY and @0x688 from 2013!
 How this cleo works?
 - Press "on" at the keyboard (not on chat)
 - And check if the text wich say "checkpoint teleport is on" pops up on the screen
 - So just press "9" (u can change this key on Sanny Builder)
 - Done!

 Have a good fun guys.  :fuck_yea:
 

Attachments

  • douq.cs
    17.7 KB · Views: 792

Parazitas

God
Joined
Jan 2, 2017
Messages
3,137
Solutions
5
Reaction score
885
Location
Lithuania
Suppppppppp guys!! So, i decided to revive an old cleo made by @Z0DY and @0x688 from 2013!
u can change this key on Sanny Builder
Why cleo crypted?
Code:
if 
0ab0: 57 
then
    0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0 
    0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0 
    0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0 
    if and
    not 0@ == 0.0 
    not 1@ == 0.0 
    not 2@ == 0.0 
    then 
        00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
    end
end
 

vaguiners

New member
Joined
Jun 29, 2013
Messages
3
Reaction score
0
its working on 0.3.7 r1/r2 and can you make this with a toggle? to work all time without a need to hold button
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,137
Solutions
5
Reaction score
885
Location
Lithuania
its working on 0.3.7 r1/r2 and can you make this with a toggle? to work all time without a need to hold button


NOT TESTED !
Code:
{$CLEO .cs}

0000:

wait 10000 // wait 10sec until samp is ready

while true
wait 0 

if
0ab0: 57 {9 Key}
then
    if
    31@ == false
    then
        31@ = true
        0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337
    else
        31@ = true
        0AD1: show_formatted_text_highpriority "~W~DISABLED" time 1337
    end
    wait 1500 // anti spam key
end

if
31@ == true
then
    0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0
    0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0
    0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0
    if and
    not 0@ == 0.0
    not 1@ == 0.0
    not 2@ == 0.0
    then
        00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
    end
end

end
 

veysileth

Active member
Joined
Mar 23, 2017
Messages
85
Reaction score
6
If its working on 03dl then no, you dont need sampfumcs
 

sohaibghost2

New member
Joined
Dec 1, 2018
Messages
1
Reaction score
0
NOT TESTED !
Code:
{$CLEO .cs}

0000:

wait 10000 // wait 10sec until samp is ready

while true
wait 0

if
0ab0: 57 {9 Key}
then
    if
    31@ == false
    then
        31@ = true
        0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337
    else
        31@ = true
        0AD1: show_formatted_text_highpriority "~W~DISABLED" time 1337
    end
    wait 1500 // anti spam key
end

if
31@ == true
then
    0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0
    0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0
    0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0
    if and
    not 0@ == 0.0
    not 1@ == 0.0
    not 2@ == 0.0
    then
        00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
    end
end

end

Can you please post the cleo instead of the script? because I can't get it to work when I try to copy it on Sannybuilder.
 

amagedron156

Active member
Joined
Jan 28, 2015
Messages
37
Reaction score
1
Is there a way to make this not send out that you are teleporting to the logs which admins can check?
 
Status
Not open for further replies.
Top