Need CLEO Ideas

daster

New member
Joined
Sep 25, 2013
Messages
4
Reaction score
0
Lag.cs that working with 0.3.7 ? been trying to find one none works
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
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.

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()
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.
not hard, such things anyone can easily do (even Mr.Bean)
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
    By Edvincik
Hi guys, i just wanted to ask if there is any cleo that shows for example then admin is spectating you?​
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
AutoKapcha.cs - Automatically detect count and them himself presses. To finish kapcha press  " > " .​
- Picture -
http://i.imgur.com/nXToB9t.png​
 

WillSay

Member
Joined
Sep 7, 2016
Messages
12
Reaction score
0
Parazitas said:
AutoKapcha.cs - Automatically detect count and them himself presses. To finish kapcha press  " > " .​
- Picture -
http://i.imgur.com/nXToB9t.png​

thanh nien viet nam clone :))
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
Parazitas said:
AutoKapcha.cs - Automatically detect count and them himself presses. To finish kapcha press  " > " .​
- Picture -
http://i.imgur.com/nXToB9t.png​

would require alot of textdraw work, seems hard in cleo and easier in c++ with sf api but I dont have MSVS
 

Shakira

Active member
Joined
Jul 11, 2014
Messages
191
Reaction score
0
Draw every car in stream , like this but for every car!
http://imgur.com/a/Qy9De
 

daster

New member
Joined
Sep 25, 2013
Messages
4
Reaction score
0
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.

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()
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.
not hard, such things anyone can easily do (even Mr.Bean)



Check your pm bro 
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
scrypt that tells u if someone is spectating you( using xyz of spec pos)?
or maybe scrypt to see on minimap players who are invisible?
 

daster

New member
Joined
Sep 25, 2013
Messages
4
Reaction score
0
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 " .....
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
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 this lag.cs, it works on 0.3.7, use it wisely tho. Here is virustotal for it: VirusTotal

[attachment=4787]
Activation: F11 and F12 :urtheman:



#Mod-edit: Use the attachment to upload files next time!
 

Attachments

  • Lag.cs By Bango.rar
    6.7 KB · Views: 28

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
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 " .....

Take this SB.
Me work fine, can compile all..

Activate / Deactivate whit command in server /lag.cs

[attachment=4785]
[attachment=4786]



#Mod-edit: Use the attachment to upload files next time! At least upload them at Mediafire/MEGA/GDrive. Zippyshare has a shitty server, full of ads, and it will be expired if there's not many people downloads it. Using attachment is more convenient + this violates rule n.r 2.5 of Posting Rules.
 

Attachments

  • Sanny Builder 3.rar
    6.2 MB · Views: 22
  • lag.cs
    17.8 KB · Views: 24

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Parazitas said:
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 " .....
 Take this SB.
Me work fine, can compile all..
Activate / Deactivate whit command in server /lag.cs
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.
 

daster

New member
Joined
Sep 25, 2013
Messages
4
Reaction score
0
It says enabled and all that but stil losing health so it's not working
 

greenreign

Member
Joined
May 26, 2014
Messages
10
Reaction score
0
I have a great idea,, how about when you ram a player's car, the rammed car goes buggy and goes up and down very fast so he will trigger speed hack anti cheat,

I got banned by one of those fkers bugging my car lol
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
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
 
D

Deleted member 34507

Guest
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
Working without sampfuncs ?
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
RapidFire. said:
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
Working without sampfuncs ?

I don't think so. So better get sampfuncs.
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
you can create lag.cs without samp funcs too, just dont add any samp funcs function like chatmsg or a command acitvation, use a cheat activation or a button instead .
 
Top