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.

hunggdz

New member
Joined
Jun 21, 2018
Messages
1
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one): cleo set hp car
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): i don't have
* What do you want (the most important part, explain this carefully): I want a cleo that can set a hp car, for example my car is 1k heal and I want it to become 5k heal 6k heal
* Details (add more details to your request)
* On/off key (specify it):
 

ItsRobinson

Active member
Joined
Nov 16, 2017
Messages
105
Reaction score
20
* Name of the mod (if the mod doesn't exist, you don't have to tell one):
Unknown
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
Unknown
* What do you want (the most important part, explain this carefully):
I need script that makes my character auto walk or maybe auto sprint (if you can make it sprint) to nearest checkpoint
* Details (add more details to your request):
One checkpoint to another is near but there will be some obstacle (object)
* On/off key (specify it):
/aw

Thank you so much whoever help me
http://ugbase.eu/index.php?threads/collection.21288/post-127830

Literally 8 posts above yours.
 

sweb1

Member
Joined
Dec 18, 2019
Messages
12
Reaction score
0
Location
Romania
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Idk the name but it`s a spammer (w/up arrow) for bike/moto
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Some are on youtube but none of them working
* What do you want (the most important part, explain this carefully) a spammer (w/up arrow) for bike/moto
* Details (add more details to your request) a spammer (w/up arrow) for bike/moto
* On/off key (specify it): Autoactivation or idk, anything but numpad (i don`t have numpad on my keyboard)
 

chargedpanda

Member
Joined
Jun 12, 2020
Messages
7
Reaction score
0
Location
Turkey
* 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): http://ugbase.eu/index.php?threads/cleo-cmd.21621/#post-126641
* What do you want (the most important part, explain this carefully): Some text appears on ChatBox. Something like 'Your code is: CODE rest of the text.' All i wanna do when i wrote /mycommand it should post '/mycommand CODE' itself.
* Details (add more details to your request): Unfortunately i play on 0.3DL. So i can't use SAMPFUNCS for that.
* On/off key (specify it): /mycommand (does'not matter what command is)
 

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): -
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): http://ugbase.eu/index.php?threads/cleo-cmd.21621/#post-126641
* What do you want (the most important part, explain this carefully): Some text appears on ChatBox. Something like 'Your code is: CODE rest of the text.' All i wanna do when i wrote /mycommand it should post '/mycommand CODE' itself.
* Details (add more details to your request): Unfortunately i play on 0.3DL. So i can't use SAMPFUNCS for that.
* On/off key (specify it): /mycommand (does'not matter what command is)
Any pics??
 

chargedpanda

Member
Joined
Jun 12, 2020
Messages
7
Reaction score
0
Location
Turkey
A simple script would be enough. I trying to learn cleo scripting.
 

Attachments

  • sa-mp-099.png
    sa-mp-099.png
    1.1 MB · Views: 56
  • sa-mp-100.png
    sa-mp-100.png
    1.1 MB · Views: 47
Last edited:

no1

Member
Joined
Apr 29, 2020
Messages
7
Reaction score
0
Location
Indonesia
PHP:
{$CLEO}
0000: NOP
while not SAMP.Available()
  wait 400
end

while true
    wait 0
    if and
        0AB0: is_key_pressed 17 //ctrl
        0AB0: is_key_pressed 87 //w
    then
        if
            call @is_cp_active 0   
        then
            call @get_cp_pos 0 X 1@ Y 2@ Z 3@
            0603: task_go_to_coord_any_means $PLAYER_ACTOR coord 1@ 2@ 3@ walk_speed 7 car -1
            wait 2000 
        end 
    end
end

//Credits to Springfield and 0B36 for the 2 scm funcs
//http://ugbase.eu/index.php?threads/snippet-sa-mp-checkpoints.10260/post-72843
:is_cp_active
IF 0AA2: 0@ = loadlib "samp.dll"
THEN 0A8E: 1@ = 0@ + 0x21A10C
    0A8D: 1@ = readMem 1@ sz 4 vp 0
    1@ += 0x24
    0A8D: 1@ = readMem 1@ sz 4 vp 0
    IF 1@ == TRUE
    THEN 0485:  return_true
    ELSE 059A:  return_false
    END
    0AA3: freelib 0@
END
0AB2: ret 0

:get_cp_pos
IF 0AA2: 0@ = loadlib "samp.dll"
THEN 0A8E: 1@ = 0@ + 0x21A10C
    0A8D: 1@ = readMem 1@ sz 4 vp 0
    1@ += 0xC
    0A8D: 2@ = readMem 1@ sz 4 vp 0
    1@ += 0x4
    0A8D: 3@ = readMem 1@ sz 4 vp 0
    1@ += 0x4
    0A8D: 4@ = readMem 1@ sz 4 vp 0
    0AA3: freelib 0@
END
0AB2: ret 3 2@ 3@ 4@

Will take longer if the checkpoint is across a street, as the player will try and find the nearest traffic light crossing. Will also not work if the player has to go around any walls
@ItsRobinson sorry but how do i use it? could you please me it in .cs?
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,103
Solutions
5
Reaction score
882
Location
Lithuania
@ItsRobinson sorry but how do i use it? could you please me it in .cs?

1. Install sanny builder
2. Install files from video's
3. Open sanny builder
4. Copy code from thread
5. Paste code to sanny builder
6. Press compile button
7. When windows apear choose file type : all files
8. Name it any title you wanna, like name.cs
9. Confirm to save it.
10. When bugs windows apear press OK
11. Congrats you have cleo file..
 
Last edited:

mmia

Member
Joined
Apr 30, 2019
Messages
17
Reaction score
0
* Name of the mod : n/a
* Where you saw it : n/a
* What do you want : Every time I sell gun it writes line in .ini file.
* Details : This line is from chatlog * You have sold Name Surname, a Deagle for $0.
So I need cleo/lua that copy that line and paste it in seperate .ini file.
Need for these weapon names:
Flowers, Knuckles, SDPistol, Shotgun, Baseball Bat, Cane, MP5, Rifle, Shovel, Deagle, Poolcue, Golf Club, AK47, M4, Katana, Dildo, Sniper, SPAS12.
* On/off key : /soldguns Also add samp message when it's activate deactivate please.
 

ItsRobinson

Active member
Joined
Nov 16, 2017
Messages
105
Reaction score
20
* Name of the mod : n/a
* Where you saw it : n/a
* What do you want : Every time I sell gun it writes line in .ini file.
* Details : This line is from chatlog * You have sold Name Surname, a Deagle for $0.
So I need cleo/lua that copy that line and paste it in seperate .ini file.
Need for these weapon names:
Flowers, Knuckles, SDPistol, Shotgun, Baseball Bat, Cane, MP5, Rifle, Shovel, Deagle, Poolcue, Golf Club, AK47, M4, Katana, Dildo, Sniper, SPAS12.
* On/off key : /soldguns Also add samp message when it's activate deactivate please.
What is the command or message you receive when you've sold a gun? And do you want this to be a chatlog of just your weapon sales?
 

mmia

Member
Joined
Apr 30, 2019
Messages
17
Reaction score
0
What is the command or message you receive when you've sold a gun? And do you want this to be a chatlog of just your weapon sales?
Hey Robinson, it's for HZRP. Basically need a way to keep count of materials spent for sold guns using command [/sellgun ID weaponname price]

* You offered Name Surname to buy a shotgun for $0.
* You have sold Name Surname, a Shotgun for $0.
* Myname Mysurname created a Gun from Materials, and hands it to Name Surname.

Ideally it would have chatlog of all sold guns + count spent materials in some summary, but only chatlog with sold guns without spent material count would be fine too.
I think chatlog solution is fine, if you think some other way is better then do other way.
Here is link for material amounts needed for guns https://hzrp.fandom.com/wiki/Arms_Dealer
Appreciate your help.

Edit: added .lua fast sell weapons, maybe it's possible to modify that script.
 

Attachments

  • gunner.lua
    1.6 KB · Views: 3
Last edited:

S3condSon

New member
Joined
May 5, 2019
Messages
1
Reaction score
0
Code:
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Aimbot + Wallhack for MTA
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):I saw it in some videos.
* What do you want (the most important part, explain this carefully) : : Well I'm trying to get a Aimbot and wallhack for MTA Dayz servers. Idk how to find one atm so I'm trynna see if anyone here has one.
* Details (add more details to your request)
* On/off key (specify it):
 

no1

Member
Joined
Apr 29, 2020
Messages
7
Reaction score
0
Location
Indonesia

1. Install sanny builder
2. Install files from video's
3. Open sanny builder
4. Copy code from thread
5. Paste code to sanny builder
6. Press compile button
7. When windows apear choose file type : all files
8. Name it any title you wanna, like name.cs
9. Confirm to save it.
10. When bugs windows apear press OK
11. Congrats you have cleo file..
@Parazitas hey thanks a lot for the help
 

ganolf

Active member
Joined
Jun 25, 2014
Messages
29
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one):
Crosshair For Aerial Combat Vehicles

* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): https://www.gtainside.com/en/sanandreas/mods/80724-crosshair-for-aerial-combat-vehicles/
* What do you want (the most important part, explain this carefully) Please can somebody help me how to make this work? Thank you very much
* Details (add more details to your request) ^^
* On/off key (specify it): auto-on if possible
 

CleoLioss

Member
Joined
Jul 4, 2019
Messages
12
Reaction score
0
* 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)I need cleo scritp that would write all account names into txt file when i login.
* Details (add more details to your request)Cleo script that would write all accounts that i logged in to txt file.
* On/off key (specify it):Auto
 

Lukaluka1812

Member
Joined
Dec 23, 2018
Messages
19
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Playerfinder - 0.3.dl-r1
* 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 want playerfinder to find players on whole map, but on 0.3.dl-r1.
* Details (add more details to your request)
* On/off key (specify it): it have to be on command, it would be better.
 
Status
Not open for further replies.
Top