Collection

Status
Not open for further replies.

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,116
Reaction score
167
First of all, make sure you read the forum rules
Second, you're in the
CLEO section, don't request exe/dll or others files.

Copy/paste this simple form in a new reply and just fill it out.

Code:
* Name of the mod (if the mod doesn't exist, you don't have to tell one):
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully)
* Details (add more details to your request)
* On/off key (specify it):

The name should also be somehow related to the mod, so others that may look for the same thing find it easier.
Try your best to explain what you really want and need.
 
Last edited:
Voting on this suggestion has been paused.

dinoid

Member
Joined
Jan 1, 2022
Messages
13
Reaction score
1
Location
Brazil
* Name of the mod (if the mod doesn't exist, you don't have to tell one): None
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): None
* What do you want (the most important part, explain this carefully): I wan't a mod that remove the cooldown you have when taking pictures/photograph using the ingame camera, tried with rapidfire, cbug and nothing worked.
* Details (add more details to your request): In some RP servers you can earn money by taking pictures and selling them, so, the faster I take the pictures, more money I make. This feature may be achieved by forcing the weapon to always be ready, no cooldown or something like that. Btw, you're able to take pictures faster when the current ammo is at 0 (not the total, just the current).
* On/off key (specify it): If possible, type /cambug or bind it to "C+B"
 
Last edited:

dinoid

Member
Joined
Jan 1, 2022
Messages
13
Reaction score
1
Location
Brazil
* Name of the mod (if the mod doesn't exist, you don't have to tell one): PoolRender
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://ugbase.eu/threads/pool-render.15165/
* What do you want (the most important part, explain this carefully): Instead of send pickup RPC if possible, interact with 'Y' at the pickup location.
* Details (add more details to your request): It doesn't work with pickups that require you to interact with Y, not sure how the "pickup RPC" works, but if possible make it send an "Y" interaction at the pickup/object location
* On/off key (specify it): Keep the current keys
 

Attachments

  • PoolRender.cs
    30.2 KB · Views: 7
Last edited:

zJett

New member
Joined
Jun 16, 2021
Messages
2
Reaction score
0
Location
Afganistam
* Name of the mod (if the mod doesn't exist, you don't have to tell one): FakeLag Menu
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully): FakeLag menu and fakeposition. You see your character in one position, but others see it in another, so you will avoid being hit by bullets.
* Details (add more details to your request):
* On/off key (specify it)
 

fxl

New member
Joined
Jun 5, 2021
Messages
3
Reaction score
0
Location
UK
* Name of the mod (if the mod doesn't exist, you don't have to tell one): -
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): -
* What do you want (the most important part, explain this carefully):
Cleo Script that:
stands on Plant_Pot_1 object
use command /plant
close dialog window
go to next Plant_Pot_1
repeat until every object is done
* Details (add more details to your request) :
object: 2203
modelname: Plant_Pot_1
* On/off key (specify it): "LKP" on keyboard
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
* Name of the mod (if the mod doesn't exist, you don't have to tell one): FakeLag Menu
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully): FakeLag menu and fakeposition. You see your character in one position, but others see it in another, so you will avoid being hit by bullets.
* Details (add more details to your request):
* On/off key (specify it)
I hope you are not using SAMPCAC, which is FAKESAMPCAC
Like here

https://ugbase.eu/threads/fakesampcac-pluginsf-fakefile-and-text-0-3-7-r1.22352/
 

Cole_Sp

Member
Joined
Feb 13, 2022
Messages
20
Reaction score
2
Location
Maz
* Name of the mod (if the mod doesn't exist, you don't have to tell one): automatic attack
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully)
I need someone edit this cleo and make this working on idle
* Details (add more details to your request) 0.3.7 server
* On/off key (specify it): /.one - /off

Code:
{$CLEO}
{$INCLUDE SF}
0000:
thread "PUNCH"

repeat
wait 0
until SAMP.Available()

0B34: ".on" @on
0B34: ".off" @off

WHILE TRUE
WAIT 0
                                                  
    IF 1@ == 1
    THEN
        IF 00EC:   actor $PLAYER_ACTOR sphere 0 near_point 2920.519 {x} -1599.1743 {y} radius 5.0 5.0 5.0
        THEN
            wait 500
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
            
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false

                              
            wait 5000
        END
    END

END

:on
SAMP.IsCommandTyped(20@)
chatmsg "ON" -1
1@ = 1
SAMP.CmdRet()

:off
SAMP.IsCommandTyped(20@)
1@ = 0
chatmsg "off" -1
SAMP.CmdRet()
 

RayWood

Active member
Joined
Mar 13, 2016
Messages
31
Reaction score
13
Location
ᴇᴜʀᴏᴩᴇ
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Transfender Add Money
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): //
* What do you want (the most important part, explain this carefully): You know how transfender removes money when you tune your car?
I would like to reverse that that instead of taking money away it gives money.
* Details (add more details to your request): //
* On/off key (specify it): any
 

Cole_Sp

Member
Joined
Feb 13, 2022
Messages
20
Reaction score
2
Location
Maz
* Name of the mod (if the mod doesn't exist, you don't have to tell one): automatic attack
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully)
I need someone edit this cleo and make this working on idle
* Details (add more details to your request) 0.3.7 server
* On/off key (specify it): /.one - /off

Code:
{$CLEO}
{$INCLUDE SF}
0000:
thread "PUNCH"

repeat
wait 0
until SAMP.Available()

0B34: ".on" @on
0B34: ".off" @off

WHILE TRUE
WAIT 0
                                                 
    IF 1@ == 1
    THEN
        IF 00EC:   actor $PLAYER_ACTOR sphere 0 near_point 2920.519 {x} -1599.1743 {y} radius 5.0 5.0 5.0
        THEN
            wait 500
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false
            wait 1050
           
            0C72: set_virtual_key 17 down true
            wait 50
            0C72: set_virtual_key 17 down false

                             
            wait 5000
        END
    END

END

:on
SAMP.IsCommandTyped(20@)
chatmsg "ON" -1
1@ = 1
SAMP.CmdRet()

:off
SAMP.IsCommandTyped(20@)
1@ = 0
chatmsg "off" -1
SAMP.CmdRet()
@Parazitas
 

rondavidov10

New member
Joined
Mar 17, 2019
Messages
4
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Anti Pause
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SAMP Addon
* What do you want (the most important part, explain this carefully): I want to press alt-tab without the game pausing, and I want to press escape without the game pausing.
* Details (add more details to your request): Already did above
* On/off key (specify it): Not needed
 

rondavidov10

New member
Joined
Mar 17, 2019
Messages
4
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Don't know
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SAMP Addon
* What do you want (the most important part, explain this carefully): When interacting with menus like phone or stuff like that, I want to be able to move my crosshair (my camera), and to see what's behind me for example, with SAMP Addon it works.
* Details (add more details to your request): Already did above
* On/off key (specify it): Not needed
 

FrannDzs

Member
Joined
Jan 26, 2019
Messages
19
Reaction score
3
Name of the mod: SAMP ANIMATIONS by D3V1LL0P3R
* Where you saw it : Download [CLEO|SF]SAMP Animations for GTA San Andreas (libertycity.net)
* What do you want: Currently working for 0.3.z. I would like to see it working in 0.3.7 and SF 5.4.1 FINAL if possible o cleo+ by Junior_djjr.
* Details: The mod comes with a lot of animations (I think it is the most complete to date) but it is programmed for the old SAMP version, the cleo already comes with its original source code. This script is based on [FS]AnimList by OKStyle™ and [FS]Animations by ^Woozie^.
* On/off key: the mod is activated by chat commands originally and I would like to keep it that way
 

Attachments

  • canims.cs
    550.5 KB · Views: 3
Last edited:

alagereric

Member
Joined
Dec 12, 2019
Messages
17
Reaction score
0
Location
Philippines
* Name of the mod (if the mod doesn't exist, you don't have to tell one):doesnt exist
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):no screen shot doenst exist
* What do you want (the most important part, explain this carefully) so we all know spamming the up arrow button speed up are vehicle please maie a cleo hack that will auto spam the up arrow button whenever u enter a vehicle
* Details (add more details to your request) iwant turn on or off pref. shift+up button. or you can you can also do it like a / command
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,103
Solutions
5
Reaction score
882
Location
Lithuania
* Name of the mod (if the mod doesn't exist, you don't have to tell one):doesnt exist
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):no screen shot doenst exist
* What do you want (the most important part, explain this carefully) so we all know spamming the up arrow button speed up are vehicle please maie a cleo hack that will auto spam the up arrow button whenever u enter a vehicle
* Details (add more details to your request) iwant turn on or off pref. shift+up button. or you can you can also do it like a / command
" Doesn't exist "
Seems you been looking not hard enough...
https://ugbase.eu/threads/bike-motorcycle-speed-up.20376/
 

alagereric

Member
Joined
Dec 12, 2019
Messages
17
Reaction score
0
Location
Philippines
* Name of the mod (if the mod doesn't exist, you don't have to tell one):doesnt exist
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):doesnt exist no screenshot or videos
* What do you want (the most important part, explain this carefully) i want a cleo hack that automatically send /pickuptrash when i enter trashmaster or garbage truck vehicle
* Details (add more details to your request)
* On/off key (specify it):automatic
 

yimmeister1999z

New member
Joined
Dec 24, 2021
Messages
3
Reaction score
0
Location
Thailand
* Name of the mod (if the mod doesn't exist, you don't have to tell one):doesnt exist
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
* What do you want (the most important part, explain this carefully) (44) POppy !! - YouTube sinc 0:59 Slow the clip to 0.25x speed when he getting hit by katana his character reset and get no-stun
* Details (add more details to your request) : do not get stun by any melee weapon
* On/off key (specify it):automatic
 

Costin.

Member
Joined
Jul 7, 2021
Messages
9
Reaction score
3
Location
Romania
Name of the mod (if the mod doesn't exist, you don't have to tell one): Passenger jack
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Some hacks from yt
* What do you want (the most important part, explain this carefully)
An passenger jack cleo
* Details (add more details to your request) Passenger jack to a Player car
* On/off key (specify it) chat command /pjack id
 
Status
Not open for further replies.
Top