CLEO Help cleo help sany bulider

CLEO related
Status
Not open for further replies.

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
dO4g6Lc.png

hey just tell me that in this code some problem i active it but when i want to deactivate it cant, how i set it proper, tell me codes dont delet my post guys i m noob in this codings.
 

Attachments

  • Capture.PNG
    Capture.PNG
    37.5 KB · Views: 32
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Cause it's redundant.

[shcode=cpp]
{$CLEO}
0000:


while true
wait 0
if 0ab0: 121 //check if key is pressed
then
wait 100 //wait some time to avoid toggling multiple times if key is down

0B12: 0@ = 0@ XOR 1 //toggle 0@ between 0 and 1 aka on and off
if 0@ == true
then 0331: set_player $PLAYER_CHAR fast_reload 1
else 0331: set_player $PLAYER_CHAR fast_reload 0
end

end
end
[/shcode]
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
springfield said:
Cause it's redundant.

[shcode=cpp]
{$CLEO}
0000:


while true
   wait 0
   if 0ab0: 121 //check if key is pressed
   then
       wait 100 //wait some time to avoid toggling multiple times if key is down
       
       0B12: 0@ = 0@ XOR 1 //toggle 0@ between 0 and 1 aka on and off
       if 0@ == true
       then 0331: set_player $PLAYER_CHAR fast_reload 1
       else 0331: set_player $PLAYER_CHAR fast_reload 0
       end
       
   end
end
[/shcode]
 thanks mate for reply can i use this code and replace it with my old cs code >?


CAaIu7d.png


i change keys on/off now just need help in these codes, just set for me right way that when i want i will  on it and i want then off him.

give me codes

@springfield


a2Rf2p7.png


i use new codes it not compile sorry i m fully noob in it, help

make fully compile code like above i upload cs codes.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
What i've posted compiles successfully. If you can't even copy/paste right(you missed a 'then') then you need to figure it out yourself.
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
ZPK72p7.png


At the last i compile lol... thanks mate thanks but a little problem is till left and is that in sniper and swanoff reload is fast i want only swanoff reload fast but no sniper, becoz in sniper is u shoot with speed it will detectable,
can u make a code to slow down reload speed of sniper ???
mate if u can plz post code.
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
potter said:
At the last i compile lol... thanks mate thanks but a little problem is till left and is that in sniper and swanoff reload is fast i want only swanoff reload fast but no sniper, becoz in sniper is u shoot with speed it will detectable,
can u make a code to slow down reload speed of sniper ???
mate if u can plz post code.


I see a thin line where this topic switches from "Help" to "Request" (rawr xd)
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
@springfield

just tell me that if i want to change keys then what code i use mean i want to use two key in while one key use for on and other for off then what code requieres.

ZPK72p7.png
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
potter said:
@springfield

just tell me that if i want to change keys then what code i use mean i want to use two key in while one key use for on and other for off then what code requieres.

-.-
Code:
//on
if 0ab0: key1
then
wait 100
0331: set_player $PLAYER_CHAR fast_reload 1
end

//off
if 0ab0: key2
then
wait 100
0331: set_player $PLAYER_CHAR fast_reload 0
end
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
3f9l9Br.png


still problem some  one solve it, plz i m big noob in cleo but still i love it,
some one solve it and post compile codes
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
potter said:
3f9l9Br.png


still problem some  one solve it, plz i m big noob in cleo but still i love it,
some one solve it and post compile codes
Compiled one http://www88.zippyshare.com/v/eI3vQeNb/file.html
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
potter said:
3f9l9Br.png


still problem some  one solve it, plz i m big noob in cleo but still i love it,
some one solve it and post compile codes

Edvincik said:
potter said:
3f9l9Br.png


still problem some  one solve it, plz i m big noob in cleo but still i love it,
some one solve it and post compile codes
Compiled one http://www88.zippyshare.com/v/eI3vQeNb/file.html

it work and compile but i saved its show .scm file while i want .cs file,
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
There are enough working examples for you to figure it out yourself. Make some effort, use some logic, and you should accomplish what you need.
 

potter

Member
Joined
Aug 14, 2016
Messages
17
Reaction score
0
i found lag.cs in which i use L key to activate that cheat but in-game not work why whats problem help what problem in code ?


yeNTyAP.png
 
Status
Not open for further replies.
Top