CLEO Help Weapon remover

CLEO related
Status
Not open for further replies.

sza23

Active member
Joined
Apr 5, 2013
Messages
44
Reaction score
2
Weapon remover?  :somuchwin:
+ buttons
 

sza23

Active member
Joined
Apr 5, 2013
Messages
44
Reaction score
2
Code:
while true
wait 0
if
0AB0: vk_key
then
048F: actor $PLAYER_ACTOR remove_weapons
wait 750
end
end

This where put? :D
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Why did you request help for making a cleo if you don't even know how to compile one?

Open Sanny Builder
Press CTRL+N
Insert this code:

Code:
{$CLEO}

0000: NOP

while true
wait 0
if
0AB0: vk_key
then
048F: actor $PLAYER_ACTOR remove_weapons
wait 750
end
end

Replace vk_key with the key you want, you can find the vk_keys here: http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx

Press F6
Save it in your CLEO folder
 

sza23

Active member
Joined
Apr 5, 2013
Messages
44
Reaction score
2
not work :(

You can do it plsss  :somuchwin:

remove.jpg
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
sza23 link said:
1second-  :surprised:
2second-  :excited_troll:
3second-  :celeral_spitting:
4second-  :hellno:

Add {CLEO.cs}

i understand, you are just newbie
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
What about {$CLEO} and 0000: NOP? :/
Eh, I compiled it for you. Download the attachment.
And yes, the key is DEL.
Also, the vk key for DEL is 0x2E, not VK_DELETE.
 

Attachments

  • cleo.cs
    17.3 KB · Views: 72
Status
Not open for further replies.
Top