[CLOSED][CLEO] Accepting request

TheyCallMe

Active member
Joined
Jan 18, 2018
Messages
43
Reaction score
0
RE: [CLEO] I accepting request

Parazitas said:
TheyCallMe said:
Parazitas said:
TheyCallMe said:
Parazitas said:
Take...
I maked it with command.
command is: /drug

You passed my request T_T

You can use PingPong.cs or OP-HAX VisualHitBox

You mean PingPoint.cs??
Also can you give me links to these mods (PingPong.cs and also OP-Hax VisualHitBox) because I googled them like 100000000 times without any results. Thanks in advance.

PingPoint.cs:
https://www.youtube.com/watch?v=9IlH80SSVDg

OP-HAX:
http://ugbase.eu/Thread-CLEO-OP-HaX-legit-MultiHack

Tried both of these and both of them aren't what I am looking for. Thanks for your help anyways.
 

sean401

Active member
Joined
May 29, 2013
Messages
30
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Wheels only
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): It's on every sobeit, but I was wondering if you could make it in to a cleo
3. What do you want (the most important part, explain this carefully) When pressed certain key, the models of cars will be removed except the wheels so on rp servers we could see what's inside the trunk and shit.
4. Details (add more details to your request) Removing the car model and showing only the wheels and objects inside the car.
5. Need On/off key or command ?: Any key will be fine.
6. Give any picture or video: It's on most of sobeits so I mean it's out there but I don't know if you could make it in to a cleo.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

sean401 said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Wheels only
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): It's on every sobeit, but I was wondering if you could make it in to a cleo
3. What do you want (the most important part, explain this carefully) When pressed certain key, the models of cars will be removed except the wheels so on rp servers we could see what's inside the trunk and shit.
4. Details (add more details to your request)  Removing the car model and showing only the wheels and objects inside the car.
5. Need On/off key or command ?:  Any key will be fine.
6. Give any picture or video:  It's on most of sobeits so I mean it's out there but I don't know if you could make it in to a cleo.

[shcode=cpp]
{$CLEO .cs}

0000:

REPEAT
WAIT 0
UNTIL 0AFA:

WHILE TRUE
    WAIT 0
IF AND
8B21: NOT_CHAT_OPENED
0AB0: 67 {Key c}
THEN
    IF
    31@ == TRUE
    THEN
        31@ = FALSE
    ELSE
        31@ = TRUE
    END
END

IF AND
31@ == TRUE
Actor.Driving($PLAYER_ACTOR)
THEN
    0A8C: write_memory 0x96914B size 1 value 1 virtual_protect 0  // 0x96914B - Wheels Only (Invisible Cars)
ELSE
    0A8C: write_memory 0x96914B size 1 value 0 virtual_protect 0 // 0x96914B - Wheels Only (Invisible Cars)
END
/// https://www.gtamodding.com/wiki/Memory_Addresses_(SA)
END
 
[/shcode]
 

Attachments

  • WheelsOnly.cs
    17.9 KB · Views: 26

sean401

Active member
Joined
May 29, 2013
Messages
30
Reaction score
0
RE: [CLEO] I accepting request

Parazitas said:
sean401 said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Wheels only
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): It's on every sobeit, but I was wondering if you could make it in to a cleo
3. What do you want (the most important part, explain this carefully) When pressed certain key, the models of cars will be removed except the wheels so on rp servers we could see what's inside the trunk and shit.
4. Details (add more details to your request)  Removing the car model and showing only the wheels and objects inside the car.
5. Need On/off key or command ?:  Any key will be fine.
6. Give any picture or video:  It's on most of sobeits so I mean it's out there but I don't know if you could make it in to a cleo.

[shcode=cpp]
{$CLEO .cs}

0000:

REPEAT
WAIT 0
UNTIL 0AFA:

WHILE TRUE
    WAIT 0
IF AND
8B21: NOT_CHAT_OPENED
0AB0: 67 {Key c}
THEN
    IF
    31@ == TRUE
    THEN
        31@ = FALSE
    ELSE
        31@ = TRUE
    END
END

IF AND
31@ == TRUE
Actor.Driving($PLAYER_ACTOR)
THEN
    0A8C: write_memory 0x96914B size 1 value 1 virtual_protect 0  // 0x96914B - Wheels Only (Invisible Cars)
ELSE
    0A8C: write_memory 0x96914B size 1 value 0 virtual_protect 0 // 0x96914B - Wheels Only (Invisible Cars)
END
/// https://www.gtamodding.com/wiki/Memory_Addresses_(SA)
END
 
[/shcode]


Do I need sampfuncs? Because I'm crashing every time I join a server. 
 

Kyzteam

New member
Joined
Mar 25, 2018
Messages
0
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.verip
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=SgY2O515FBs
3. What do you want (the most important part, explain this carefully) see ip dos player on
4. Details (add more details to your request) This cleo is to get ip from the player
5. Need On/off key or command ?: /.verip id
6. Give any picture or video: https://imgur.com/a/eZN4q
Thanks
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

Kyzteam said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.verip
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=SgY2O515FBs
3. What do you want (the most important part, explain this carefully) see ip dos player on
4. Details (add more details to your request) This cleo is to get ip from the player
5. Need On/off key or command ?: /.verip id
6. Give any picture or video: https://imgur.com/a/eZN4q
Thanks

This cleo can't be created...
 

TheyCallMe

Active member
Joined
Jan 18, 2018
Messages
43
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one):Visual Hit Box
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): The visual hit box is very known.
3. What do you want (the most important part, explain this carefully): I want a Visual Hit Box around the player I want it a bit larger than the actual HitBox. Please Don't tell me to download OPHAX's one since it didn't work for me and it has tons of stuff I don't need. I just want a Simple Visual Hit Box (A bit larger than the normal one).
4. Details (add more details to your request): I mean that mod that is a box around the whole player and not like the pingpoint.cs .PLEASE DONT TELL ME TO DOWNLOAD OPHAX ONE PL0X ITS NOT WORKING AT ALL FOR ME. THANKS.
5. Need On/off key or command ?: Yes, ofc. the cmd is : /hb
6. Give any picture or video: We all know the Visual Hit Box it's a very common Mod.
Thanks in advance. And Please don't tell me to download OPHAX one for the third time l0l.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

TheyCallMe said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):Visual Hit Box
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): The visual hit box is very known.
3. What do you want (the most important part, explain this carefully): I want a Visual Hit Box around the player I want it a bit larger than the actual HitBox. Please Don't tell me to download OPHAX's one since it didn't work for me and it has tons of stuff I don't need. I just want a Simple Visual Hit Box (A bit larger than the normal one).
4. Details (add more details to your request): I mean that mod that is a box around the whole player and not like the pingpoint.cs .PLEASE DONT TELL ME TO DOWNLOAD OPHAX ONE PL0X ITS NOT WORKING AT ALL FOR ME. THANKS.
5. Need On/off key or command ?: Yes, ofc. the cmd is : /hb
6. Give any picture or video: We all know the Visual Hit Box it's a very common Mod.
Thanks in advance. And Please don't tell me to download OPHAX one for the third time l0l.

I don't have experience to create this mod , but i can try...
 

CSprite

Active member
Joined
Nov 12, 2016
Messages
94
Reaction score
7
RE: [CLEO] I accepting request

1. Name of the mod : MP3
2. Where you saw it : _=Gigant=_ made one , but I don`t like it , because has a multi-cheat on it... (PrismX , or something like that)
3. What do you want : To play music ?
4. Details : I want this mod , because I love some songs , and i don`t want to fry my Intel T-4300 -_-
5. Need On/off key or command ? : /.mp3 or /.music , something like that , but not an activation key .. (too many mods)
6. Give any picture or video : https://postimg.org/image/vt98h29zb/ (His photo)
 

TheyCallMe

Active member
Joined
Jan 18, 2018
Messages
43
Reaction score
0
RE: [CLEO] I accepting request

Parazitas said:
TheyCallMe said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):Visual Hit Box
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): The visual hit box is very known.
3. What do you want (the most important part, explain this carefully): I want a Visual Hit Box around the player I want it a bit larger than the actual HitBox. Please Don't tell me to download OPHAX's one since it didn't work for me and it has tons of stuff I don't need. I just want a Simple Visual Hit Box (A bit larger than the normal one).
4. Details (add more details to your request): I mean that mod that is a box around the whole player and not like the pingpoint.cs .PLEASE DONT TELL ME TO DOWNLOAD OPHAX ONE PL0X ITS NOT WORKING AT ALL FOR ME. THANKS.
5. Need On/off key or command ?: Yes, ofc. the cmd is : /hb
6. Give any picture or video: We all know the Visual Hit Box it's a very common Mod.
Thanks in advance. And Please don't tell me to download OPHAX one for the third time l0l.

I don't have experience to create this mod , but i can try...

Good Luck with that! And Thanks!
 

Coldnew

Member
Joined
Jan 2, 2015
Messages
5
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Forcer
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):  Star wars
3. What do you want (the most important part, explain this carefully):  That players can be moved with the mouse.
You press any key to activate the Mod. The Players around you are in Boxes the nearest player (or car) can be moved by clicking the attack button and move the car /player by mouse.
You can smash the car / player when you stop pressing the Air button the car / player will instant fall or will be smashed in the current move from the mouse. So when you have a Car
and you move it left and stop pressing the attack button it will be smashed left (player too, will die)

4. Details (add more details to your request):   The Command to activate is /.force all players around you are in boxes (players, cars) the nearest player / car has a Mouse Symbol where the Attack Site (left site) is red. When you press the attack button you
Can use the force on that player / car. The Boxes are also showen when the car / players get forced.  A cool handmove (everyone knows how a force handmove / choke looks like) would be nice when forcing someone
6. Give any picture or video:  

Picture of Mouse (only in attack button)

https://www.pic-upload.de/view-35058943/ss.png.html

@Parazitas
 

Kyzteam

New member
Joined
Mar 25, 2018
Messages
0
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.crashar id
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=bb-cuHAsngI
3. What do you want (the most important part, explain this carefully)
crash the server's on or server's kick it
4. Details (add more details to your request) a cleo that takes a player out of the crash / kick server or something like that
5. Need On/off key or command ?: /.tchau ID
6. Give any picture or video: https://imgur.com/a/4O47S
Thanks
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

Kyzteam said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.crashar id
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=bb-cuHAsngI
3. What do you want (the most important part, explain this carefully)
crash the server's on or server's kick it
4. Details (add more details to your request) a cleo that takes a player out of the crash / kick server or something like that
5. Need On/off key or command ?: /.tchau ID
6. Give any picture or video: https://imgur.com/a/4O47S
Thanks

This cleo can't be created.
 

Kyzteam

New member
Joined
Mar 25, 2018
Messages
0
Reaction score
0
RE: [CLEO] I accepting request

Kyzteam said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.crashar id
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=bb-cuHAsngI
3. What do you want (the most important part, explain this carefully)
crash the server's on or server's kick it
4. Details (add more details to your request) a cleo that takes a player out of the crash / kick server or something like that
5. Need On/off key or command ?: /.tchau ID
6. Give any picture or video: https://imgur.com/a/4O47S
Thanks

Parazitas said:
Kyzteam said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):/.crashar id
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?v=bb-cuHAsngI
3. What do you want (the most important part, explain this carefully)
crash the server's on or server's kick it
4. Details (add more details to your request) a cleo that takes a player out of the crash / kick server or something like that
5. Need On/off key or command ?: /.tchau ID
6. Give any picture or video: https://imgur.com/a/4O47S
Thanks

This cleo can't be created.
sad why?
 

Squirtle

Active member
Joined
Aug 29, 2016
Messages
30
Reaction score
0
RE: [CLEO] I accepting request

1. Name of the mod (if the mod doesn't exist, you don't have to tell one):mat bot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?time_continue=4&v=VrEZUoXuZDg
3. What do you want (the most important part, explain this carefully) : I need you to change coordinates of material pickups and the command of the cleo.
4. Details (add more details to your request) already explained it to you there
5. Need On/off key or command ?: Put anything, up to you
6. Give any picture or video: I already gave you the video. Here are the two links of the cleos, I'm not sure which one is the right one.
http://rgho.st/6wMYCvbmF
https://blast.hk/attachments/3315/

Here is the thread of the mod, there's cleo source there as well I think. https://blast.hk/threads/9606/#post-80084


Squirtle said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):mat bot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.youtube.com/watch?time_continue=4&v=VrEZUoXuZDg
3. What do you want (the most important part, explain this carefully) : I need you to change coordinates of material pickups and the command of the cleo.
4. Details (add more details to your request) already explained it to you there
5. Need On/off key or command ?: Put anything, up to you
6. Give any picture or video: I already gave you the video. Here are the two links of the cleos, I'm not sure which one is the right one.
http://rgho.st/6wMYCvbmF
https://blast.hk/attachments/3315/

Here is the thread of the mod, there's cleo source there as well I think. https://blast.hk/threads/9606/#post-80084

I want this location as the new one for material pickup, and the location for the material delivery is shown later in the video. Basically, I need you to change the coordinates and the command to /getmats.

https://youtu.be/j4IQkwvMtuQ?t=35s
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

CSprite said:
1. Name of the mod : MP3
2. Where you saw it : _=Gigant=_ made one , but I don`t like it , because has a multi-cheat on it... (PrismX , or something like that)
3. What do you want : To play music ?
4. Details : I want this mod , because I love some songs , and i don`t want to fry my Intel T-4300 -_-
5. Need On/off key or command ? : /.mp3 or /.music , something like that , but not an activation key .. (too many mods)
6. Give any picture or video : https://postimg.org/image/vt98h29zb/ (His photo)
https://www.youtube.com/watch?v=h7PJtyBnT-o
 

itsalpha

New member
Joined
Mar 20, 2018
Messages
3
Reaction score
0
RE: [CLEO] I accepting request

It still doesn't work for me. Is there any activation key of such? or can you please check the cleo out again cause it definitely does not work for me.
 

Dalrae

Member
Joined
Sep 25, 2017
Messages
7
Reaction score
0
RE: [CLEO] I accepting request

Name of mod: It would be new
Where you saw it: I never saw it, this is just an idea
What it does: I would like it to be some sort of job hack, that automatically does jobs. This server has an extremely good anti-cheat, so it detects teleporting. I don't care it it drives to something. Burglar job would be good (as it's high paying) but the easiest would probably be the bus job. The burglar job can be started by a Boxville, bus by Coach. Use /locatecar to find them.
On/off key: Probably just a simple command, such as /sjob or something.


Servers: (all the same, just different IPs)

s1.gta-mp.cz
s2.gta-mp.cz
s3.gta-mp.cz
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
RE: [CLEO] I accepting request

Dalrae said:
Name of mod: It would be new
Where you saw it: I never saw it, this is just an idea
What it does: I would like it to be some sort of job hack, that automatically does jobs. This server has an extremely good anti-cheat, so it detects teleporting. I don't care it it drives to something. Burglar job would be good (as it's high paying) but the easiest would probably be the bus job. The burglar job can be started by a Boxville, bus by Coach. Use /locatecar to find them.
On/off key: Probably just a simple command, such as /sjob or something.


Servers: (all the same, just different IPs)

s1.gta-mp.cz
s2.gta-mp.cz
s3.gta-mp.cz

Make video how jab work...
 
Top