[CLOSED] Accepting request

Status
Not open for further replies.

M4rqux

New member
Joined
Sep 12, 2018
Messages
3
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ammo.cs
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 to have activation/deactivation command like /zammo
4. Details (add more details to your request): When a player type /zammo the cleo should On/Off, thats it all
5. Need On/off key or command ?: Yes, command
6. Which client your server use?: 0.3.7
7. Give any picture or video:
vMxv0nM.png

8. You use SAMPFUNCS?: yes, 5.3.3
 

Attachments

  • ammo.cs
    18.1 KB · Views: 6

ABDO_AMR

Member
Joined
Jul 20, 2015
Messages
9
Reaction score
2
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):there some place when i enter it said i must be inconcent to use it like checkpoint is there hack allow me use it another example but i have this hack called mastercar MCAR when i type mcar i can drive lspd cars in factions and i am civilian now i am in cnr server and i want to approach to check point i said i must be inoccent cause i am criminal so is there way to enter and take this checkpoint
4. Details (add more details to your request):
5. Need On/off key or command ?:yes
6. Which client your server use?:0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?:
 

McAwesome

Well-known member
Joined
Apr 7, 2014
Messages
208
Reaction score
1
PHP:
{$CLEO .cs}

0000: NOP

wait 8500

while true
wait 0

if 0AB0: 36 // HOME - HIDE
then 0AB1: @SampTextDraw 2 ID 1155 Status 0 // 1 = show , 0 = hide
end

if 0AB0: 35 // END - SHOW
then 0AB1: @SampTextDraw 2 ID 1155 Status 1 // 1 = show , 0 = hide
end

end

:SampTextDraw
{
    0AB1: @SampTextDraw 2 ID 0@ Status 1 // 1 = show , 0 = hide
    0.3.DL
}
0AA2: 2@ = load_library "samp.dll"
2@ += 0x2ACA24
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x4
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x1B8
0A8D: 2@ readMem 2@ sz 4 vp 0
0@ *= 0x4
005A: 2@ += 0@
0A8C: writeMem 2@ sz 4 vl 1@ vp 0
0AB2: 0
It crashes the game immediately.
 

ABDO_AMR

Member
Joined
Jul 20, 2015
Messages
9
Reaction score
2
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):Run in everyplace like there some place you cannot run i mean if you press W + spacebar it willnot run i need cleo to force it to run
4. Details (add more details to your request):
5. Need On/off key or command ?:
6. Which client your server use?:0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?:
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
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):Run in everyplace like there some place you cannot run i mean if you press W + spacebar it willnot run i need cleo to force it to run
4. Details (add more details to your request):
5. Need On/off key or command ?:
6. Which client your server use?:0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?:
And why you cant run? server block anim or what?
 

Sam201

Well-known member
Joined
Sep 22, 2014
Messages
233
Solutions
1
Reaction score
15
And why you cant run? server block anim or what?
I think I understood him he wants something that allows your character to pass through objects its something like '' pass through walls '' cheat found on youtube

Its a little buggy but when you realize how does it work you'll get to know how to handle it
 

ABDO_AMR

Member
Joined
Jul 20, 2015
Messages
9
Reaction score
2
yeah it have the rp anim running but i remeber there cleo allow me to run in everyplace like when you run in area69 down there place you cannot run if you press space bar it will not run
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ammo.cs
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 to have activation/deactivation command like /zammo
4. Details (add more details to your request): When a player type /zammo the cleo should On/Off, thats it all
5. Need On/off key or command ?: Yes, command
6. Which client your server use?: 0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?: yes, 5.3.3
PHP:
{$CLEO .cs}

0000: NOP 

REPEAT
WAIT 0
UNTIL 0AFA:

0B34: samp register_client_command "zammo" to_label @CMD

03F0: enable_text_draw 1 

WHILE TRUE
WAIT 0 

GOSUB @AMMO

IF AND
30@ == TRUE
3@ > 0 
THEN 
    0342: set_text_draw_centered 1
    033F: set_text_draw_letter_size 0.3125 1.3125 
    081C: draw_text_outline 1 RGBA 0 0 0 255 
    0340: set_text_draw_RGBA 255 0 255 0.8 
    045A: draw_text_1number 520.0 65.0 GXT 'NUMBER' number 3@  // ~1~
END

END 

:AMMO
0A96: 0@ = actor $PLAYER_ACTOR struct 
0@ += 1816 
0A8D: 1@ = read_memory 0@ size 1 virtual_protect 0 
0A96: 0@ = actor $PLAYER_ACTOR struct 
0@ += 1440 
1@ *= 28 
005A: 0@ += 1@ // (int) 
0@ += 8 
0A8D: 3@ = read_memory 0@ size 1 virtual_protect 0 
return 

:CMD
IF
30@ == FALSE
THEN
    30@ = TRUE
ELSE
    30@ = FALSE
END
0B43: samp cmd_ret
 

Attachments

  • ammo.cs
    18.2 KB · Views: 15

yleo

New member
Joined
Sep 22, 2019
Messages
4
Reaction score
0
Location
Rua inácio
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): I never saw him, because he doesn't exist yet (so I turned the SAMP world around)
3.
What do you want (the most important part, explain this carefully): I want it to be a CLEO mod that removes ALL houses and buildings from the game (it could be just houses or just buildings, whatever), to increase my FPS, I think that would increase. I want him to start the game without houses, just like the deactivate trees mod, just changing that will remove houses and buildings!
4.
Details (add more details to your request): Remove ALL and ALL from the house, leaving only the floor or a hole in the place where the houses existed. It may just be the LS houses not to bother you, but I would rather it was the whole game. I don't want to see houses in GTA / SAMP anymore!
5.
Need On/off key or command ?: No need, but if you want to put a button, it is your preference
6.
Which client your server use?: SAMP 0.3.7 R1
7.
Give any picture or video: I do not have, this mod does not exist yet, unfortunately.
8.
You use SAMPFUNCS?: Yes.

Any help will be welcome! My dream is to find this MOD CLEO, thanks, Parazitas, you are very cool.
 

Sam201

Well-known member
Joined
Sep 22, 2014
Messages
233
Solutions
1
Reaction score
15
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): explosion godmode
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): S0biet menu It includes explosion godmode
3. What do you want (the most important part, explain this carefully): a cleo that makes me invincible to explosions, Car explosions - rocket launcher - bombs and whatever expolodes
4. Details (add more details to your request): just a simple explosion godmode with a on/off key
5. Need On/off key or command ?: /.gm or whatever but it should be a cmd though
6. Which client your server use?: 0.3.7 R1
7. Give any picture or video: I dont have
8. You use SAMPFUNCS?: Yes
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
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): I never saw him, because he doesn't exist yet (so I turned the SAMP world around)
3.
What do you want (the most important part, explain this carefully): I want it to be a CLEO mod that removes ALL houses and buildings from the game (it could be just houses or just buildings, whatever), to increase my FPS, I think that would increase. I want him to start the game without houses, just like the deactivate trees mod, just changing that will remove houses and buildings!
4.
Details (add more details to your request): Remove ALL and ALL from the house, leaving only the floor or a hole in the place where the houses existed. It may just be the LS houses not to bother you, but I would rather it was the whole game. I don't want to see houses in GTA / SAMP anymore!
5.
Need On/off key or command ?: No need, but if you want to put a button, it is your preference
6.
Which client your server use?: SAMP 0.3.7 R1
7.
Give any picture or video: I do not have, this mod does not exist yet, unfortunately.
8.
You use SAMPFUNCS?: Yes.

Any help will be welcome! My dream is to find this MOD CLEO, thanks, Parazitas, you are very cool.
You know object ids?
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): explosion godmode
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): S0biet menu It includes explosion godmode
3. What do you want (the most important part, explain this carefully): a cleo that makes me invincible to explosions, Car explosions - rocket launcher - bombs and whatever expolodes
4. Details (add more details to your request): just a simple explosion godmode with a on/off key
5. Need On/off key or command ?: /.gm or whatever but it should be a cmd though
6. Which client your server use?: 0.3.7 R1
7. Give any picture or video: I dont have
8. You use SAMPFUNCS?: Yes
We have a lot cleo's.. , just search it !
http://ugbase.eu/index.php?threads/samp-0-3-7-rc4-godmode-cargodmode-cleo.11883/
 

dovidas147

Active member
Joined
Nov 1, 2018
Messages
32
Reaction score
2
Request form.:
1.
Name of the mod (if the mod doesn't exist, you don't have to tell one): I need a snippet or a tip, not a mod.
2.
Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Nowhere
3.
What do you want (the most important part, explain this carefully): How should i find red marker that is on minimap position? I just need to get pos, not to sync it.
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 R3
7.
Give any picture or video: n/a
8.
You use SAMPFUNCS?: yes.
 

Black_Block

New member
Joined
Sep 29, 2019
Messages
4
Reaction score
0
Location
Panevėžys
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 ?: ON:/Ryba /off /Ryba
6.
Which client your server use?: 0.3.7-R2
7.
Give any picture or video: Nope
8.
You use SAMPFUNCS?: No
 
Status
Not open for further replies.
Top