daster said:Lag.cs that working with 0.3.7 ? been trying to find one none works
{$CLEO .cs}
0000: NOP
0B34: samp register_client_command "lag.cs" to_label @lagdotcs_activate
31@ = 0
:lagdotcs
wait 0
if
31@ == 1
then
Actor.SetImmunities($PLAYER_ACTOR, 1, 1, 0, 0, 1)
wait 250
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
end
jump @lagdotcs
:lagdotcs_activate
if
31@ == 0
then
31@ = 1
chatmsg "{FFFFFF}Lag.cs 0.3.7 {00FF33}ENABLED" 0
else
31@ = 0
chatmsg "{FFFFFF}Lag.cs 0.3.7 {FF0000}DISABLED" 0
end
SAMP.CmdRet()
Parazitas said:By EdvincikHi guys, i just wanted to ask if there is any cleo that shows for example then admin is spectating you?
Parazitas said:AutoKapcha.cs - Automatically detect count and them himself presses. To finish kapcha press " > " .- Picture - http://i.imgur.com/nXToB9t.png
Parazitas said:AutoKapcha.cs - Automatically detect count and them himself presses. To finish kapcha press " > " .- Picture - http://i.imgur.com/nXToB9t.png
0x32789 said:daster said:Lag.cs that working with 0.3.7 ? been trying to find one none works
lol? its a piece of cake, you just have to write few lines in sanny builder.
compile it in sanny builders with samp funcs sb data and then put the .cs file in cleo and type /lag.cs to enable/disable.Code:{$CLEO .cs} 0000: NOP 0B34: samp register_client_command "lag.cs" to_label @lagdotcs_activate 31@ = 0 :lagdotcs wait 0 if 31@ == 1 then Actor.SetImmunities($PLAYER_ACTOR, 1, 1, 0, 0, 1) wait 250 Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0) end jump @lagdotcs :lagdotcs_activate if 31@ == 0 then 31@ = 1 chatmsg "{FFFFFF}Lag.cs 0.3.7 {00FF33}ENABLED" 0 else 31@ = 0 chatmsg "{FFFFFF}Lag.cs 0.3.7 {FF0000}DISABLED" 0 end SAMP.CmdRet()
not hard, such things anyone can easily do (even Mr.Bean)
Check your pm bro
daster said:I tried to save it doesn't work what i do... i paste the code i pressed compile then wat?
where the fuck is " samp funcs sb data " .....
daster said:I tried to save it doesn't work what i do... i paste the code i pressed compile then wat?
where the fuck is " samp funcs sb data " .....
Just use that mine one. It's better, no need to type in "chat" what is always risky to misstype and it will be seen in server logs.Parazitas said:Take this SB.daster said:I tried to save it doesn't work what i do... i paste the code i pressed compile then wat?
where the fuck is " samp funcs sb data " .....
Me work fine, can compile all..
Activate / Deactivate whit command in server /lag.cs
daster said:It says enabled and all that but stil losing health so it's not working
Working without sampfuncs ?not490 said:daster said:It says enabled and all that but stil losing health so it's not working
Ofcourse you lose health with lag.cs, if you are looking for health hack then you are searching from wrong place. You are supposed to lose health with lag.cs but as you move you won't get that much damage on you
RapidFire. said:Working without sampfuncs ?not490 said:daster said:It says enabled and all that but stil losing health so it's not working
Ofcourse you lose health with lag.cs, if you are looking for health hack then you are searching from wrong place. You are supposed to lose health with lag.cs but as you move you won't get that much damage on you