[CLOSED] Accepting request

Status
Not open for further replies.

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
Good morning!
Here you can request your cleo and if i have time..., i try make it.
** Read the forum rules ! **

Request rules.:
1.
Can request maximum only X cleo!!!
2. Try your best to explain what you really want and need.
3. Write clearly and understandable
4. Copy/Paste request form.


Request form.:
1.
Name of the mod (if the mod doesn't exist, you don't have to tell one):
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
3. What do you want (the most important part, explain this carefully):
4. Details (add more details to your request):
5. Need On/off key or command ?:
6. Which client your server use?:
7. Give any picture or video:
8. You use SAMPFUNCS?:​


Important!
All request posters must use request form!!!
[Otherwise you will be ignored
]
 
Last edited:

truongvi2013

Active member
Joined
May 26, 2016
Messages
82
Reaction score
10
Location
Vietnam
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Nope
2.
Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): In my mind
3.
What do you want (the most important part, explain this carefully): Scan current player armor (local actor)
4.
Details (add more details to your request): ex : if Armor(<50.0) ---> then {???}
5.
Need On/off key or command ?: Can be anything.
6. Which client your server use?: 0.3.DL
7.
Give any picture or video: Nope
8.
You use SAMPFUNCS?: Nope
(Thank you - worked as intended)

@Parazitas
 
Last edited:

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
@truongvi2013
I also added snippets: Local player - XYZ , Interior ID, Skin ID.

PHP:
{$CLEO .cs}

0000: NOP

WAIT 10000

WHILE TRUE
   WAIT 0

if
0ADC:   test_cheat "ARM"
then
    if
    0@ == false
    then
        0@ = true
    else
        0@ = false
    end
end

if
0@ == true
then
    0AB1: @Get_Local_Player_Armour 0 1@
    if
    1@ <= 50.0 // must be float
    then
        // do stuff
    end
end

END

:Get_Local_Player_Armour
{
    Example: 0AB1: @Get_Local_Player_Armour 0 Armour 0@
}
0A8D: 0@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
0@ += 0x548
0A8D: 0@ = read_memory 0@ size 4 virtual_protect 0
0AB2: ret 1 0@

:Get_Local_Player_Health
{
    Example: 0AB1: @Get_Local_Player_Health 0 Health 0@
}
0A8D: 0@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
0@ += 0x540
0A8D: 1@ = read_memory 0@ size 4 virtual_protect 0
0AB2: ret 1 1@

:Set_Local_Player_Armour
{
    Example: 0AB1: @Set_Local_Player_Armour 1 Value 50
}
0A8D: 1@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
1@ += 0x548
0A8C: write_memory 1@ size 1 value 0@ virtual_protect 0
0AB2: ret 0

:Set_Local_Player_Health
{
    Example: 0AB1: @Set_Local_Player_Health 1 Value 60
}
0A8D: 1@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
1@ += 0x540
0A8C: write_memory 1@ size 4 value 0@ virtual_protect 0
0AB2: ret 0
 

Attachments

  • Local Player.cs
    19.5 KB · Views: 21
Last edited:

domis124

Member
Joined
Feb 6, 2019
Messages
13
Reaction score
0
Request form.:
1.
Name of the mod (if the mod doesn't exist, you don't have to tell one): Fishing bot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): i saw on your channel but that one is not working
3. What do you want (the most important part, explain this carefully): i want you to give me a link for the new version
4. Details (add more details to your request): nope
5. Need On/off key or command ?: FB
6. Which client your server use?: 0.3.7
7. Give any picture or video: nope
8. You use SAMPFUNCS?: yes
 

Gambino

New member
Joined
Mar 20, 2018
Messages
1
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one)-
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):-
3. What do you want (the most important part, explain this carefully):
4. Details (add more details to your request):-
5. Need On/off key or command ?:Nope
6. Which client your server use?:0.3.7
7. Give any picture or video:-
8. You use SAMPFUNCS?:Yes.
 
Last edited:

kokom7

Active member
Joined
Nov 4, 2016
Messages
31
Reaction score
1
Location
United Kingdom
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Aimbot Protector
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
https://blast.hk/threads/31287/
3. What do you want (the most important part, explain this carefully): This cleo mod will protect us againts aimbot user in server, it already made but isnt work for SAMP 0.3DL, and i want it for SAMP 0.3DL
4. Details (add more details to your request): Aimbot wouldnt work on me while this cleo actived, using /.antiaim and active status is only appears on our screen not in chatbox, like an textdraw
5. Need On/off key or command ?: /.antiaim
6. Which client your server use?: SAMP 0.3DL
7. Give any picture or video:
8. You use SAMPFUNCS?: No
 

AidanGucci

Active member
Joined
Sep 19, 2017
Messages
98
Reaction score
8
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Seatbelt
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): N/A
3. What do you want (the most important part, explain this carefully): Whenever I enter any cars (EXCLUDING BIKES) it should send input "/me has put their seatbelt on."
4. Details (add more details to your request): N/A
5. Need On/off key or command ?: N/A
6. Which client your server use?: 0.3.7 R2
7. Give any picture or video: N/A
8. You use SAMPFUNCS?: Yes
 

Naurijus

New member
Joined
Jun 20, 2018
Messages
3
Reaction score
1
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Sargfishbot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): I saw it at this forum
3. What do you want (the most important part, explain this carefully): Sargfishbot is working great, but i want it then its done fishing, automatically will write /zvejoti
4. Details (add more details to your request): I want you to add automatically write /zvejoti
5. Need On/off key or command ?: F+B
6. Which client your server use?: 0.3.7
7. Give any picture or video: No
8. You use SAMPFUNCS?: Yes
Thanks if you will make it :)
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
@AidanGucci
Put in cleo, run samp as administrator then go cleo folder and write commands to Commands.ini file.
 

Attachments

  • Auto.cs
    26.3 KB · Views: 27
Last edited:

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
@kokom7
He use RPC for this cleo , 0.3.DL haven't sampfuncs , so i can't make it.
I haven't experience to find RPC pointers.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
@Gambino
Put in cleo, run samp as administrator then go cleo folder and you can edit SprintBar.ini file.
 

Attachments

  • sprintBar.cs
    20.5 KB · Views: 19

CleoLioss

Member
Joined
Jul 4, 2019
Messages
12
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):-
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):-
3. What do you want (the most important part, explain this carefully):When players starts shooting at me, and when my hp is 20 the script should auto write /pusti and then press Enter.
4. Details (add more details to your request):-
5. Need On/off key or command ?:/pb
6. Which client your server use?:0.3.7
7. Give any picture or video:-
8. You use SAMPFUNCS?:Yes
@Parazitas It works when im dead not while i have 20hp
 
Last edited:

kokom7

Active member
Joined
Nov 4, 2016
Messages
31
Reaction score
1
Location
United Kingdom
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Gun spawn
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): -
3. What do you want (the most important part, explain this carefully): I want this cleo can spawn a weapon while we are in car Passenger, i found most of weap spawner cant spawn the weapon while i was inside the car or as the passenger, so i want it could be spawned inside a car while on passenger without getting out the car / passenger seat.
4. Details (add more details to your request): So when typing the cmds it will spawn on my hand while on car passenger, so i can driveby, and when i getting out the car, weapon is automatically got Reseted before my character status was On Foot, so when i press 'F' or 'Enter' , the weapon will dissapear from my hand, so i couldnt get ban while i'am getting out the car, And i want the Ammo was automatically set to 9999999.
5. Need On/off key or command ?: ALT + Num1 for Deagle, Alt + Num2 for M4, Alt + Num3 for minigun
6. Which client your server use?: SAMP 0.3DL
7. Give any picture or video: -
8. You use SAMPFUNCS?: No

iam sorry but, the cleo you give isnt working, i pressed alt + num1 nothing happend, the weapon doesnt spawned in my hand while inside the car, and when i get out the car, its like the weapon scrolled and dissapear, i've tried it, @Parazitas
 
Last edited:
Status
Not open for further replies.
Top