[CLOSED] Accepting request

Status
Not open for further replies.

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania

alborosie

Active member
Joined
Aug 16, 2017
Messages
67
Reaction score
3
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Towcars.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): Using the command /towcar repeatedly and with a down arrow key then enter on each car, to spawn the number of specified cars in a .ini file.
4. Details (add more details to your request): It needs to be cleo and open source.
5. Need On/off key or command ?: /towcars
6. Which client your server use?: 0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?: Yeah
 

Labib

Member
Joined
Aug 17, 2014
Messages
7
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): DRINK ANIMATION
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): Using command /.sprite for animation drink like that
4. Details (add more details to your request): for cleo 4.1 or 4.3
5. Need On/off key or command ?: /.sprite
6. Which client your server use?:0.3dl
7. Give any picture or video:
8. You use SAMPFUNCS?: NO
 

Attachments

  • sa-mp-130.png
    sa-mp-130.png
    1.4 MB · Views: 20
  • sa-mp-130.png
    sa-mp-130.png
    1.4 MB · Views: 19

asds321

Member
Joined
Oct 15, 2018
Messages
7
Reaction score
4
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Packet Viewer
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): I didnt see it
3. What do you want (the most important part, explain this carefully): I want a small box in any corner of game to follow packets from players they sent.
4. Details (add more details to your request): I explained already
5. Need On/off key or command ?: Why not, /ac
6. Which client your server use?: Samp r2 (but i have compatibility so u can make it for R1)
7. Give any picture or video: Dont have/
8. You use SAMPFUNCS?: Yes
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,113
Solutions
5
Reaction score
878
Location
Lithuania
How can I change this code to F and every 5 minutes?
PHP:
{$CLEO .cs}

0000: NOP

WAIT 10000

WHILE TRUE
WAIT 0

IF 0AB0:   key_pressed 90 {Z}
THEN
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x46 state 255 // enable key
    WAIT 1000
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x46 state 0  // disable key
END

END

:Set_Virtual_Key
{
    255 = true
    0 = false
    0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255
}
2@ = 0xB72CC8
0@ *= 2
005A: 2@ += 0@  // (int)
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
0AB2: ret 0
https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
 

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): Towcars.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): Using the command /towcar repeatedly and with a down arrow key then enter on each car, to spawn the number of specified cars in a .ini file.
4. Details (add more details to your request): It needs to be cleo and open source.
5. Need On/off key or command ?: /towcars
6. Which client your server use?: 0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?: Yeah
-_-

PHP:
{$CLEO .cs}

0000: 'Parazitas || UGBASE.EU'

REPEAT
WAIT 0
UNTIL 0AFA:  SAMP_IS_READY 

WHILE TRUE
WAIT 0

if
0B4C:  samp is_dialog_active -1
then
    0AC8: 0@ = allocate_memory_size 260
    0BD8: samp get_dialog_caption 0@
    fi
    0C29: $NOT_USED = stristr string1 0@ string2 "Manage your vehicles"
    then
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 1
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 2
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 3
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 4
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 5
        0B47: samp close_current_dialog_with_button 1
        
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 6
        0B47: samp close_current_dialog_with_button 1
    end
end

end
 

alborosie

Active member
Joined
Aug 16, 2017
Messages
67
Reaction score
3
-_-

PHP:
{$CLEO .cs}

0000: 'Parazitas || UGBASE.EU'

REPEAT
WAIT 0
UNTIL 0AFA:  SAMP_IS_READY

WHILE TRUE
WAIT 0

if
0B4C:  samp is_dialog_active -1
then
    0AC8: 0@ = allocate_memory_size 260
    0BD8: samp get_dialog_caption 0@
    fi
    0C29: $NOT_USED = stristr string1 0@ string2 "Manage your vehicles"
    then
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 1
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 2
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 3
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 4
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 5
        0B47: samp close_current_dialog_with_button 1
       
        repeat
        wait 0
        until 0B4C:  samp is_dialog_active -1
        0B49: samp set_current_dialog_list_item 6
        0B47: samp close_current_dialog_with_button 1
    end
end

end
at every dialog is doing stuff too fast to see. Don't works.
 

josh_doan

New member
Joined
May 17, 2019
Messages
3
Reaction score
1
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): Auto drive boat and stop at the redpoint/checkpoint then wait 11 seconds. After 3 check points type /endfish and go to the last checkpoint.
4. Details (add more details to your request):
5. Need On/off key or command ?: ALT + B
6. Which client your server use?: 0.3.7-R2
7. Give any picture or video:
8. You use SAMPFUNCS?: Yes
 

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): Auto drive boat and stop at the redpoint/checkpoint then wait 11 seconds. After 3 check points type /endfish and go to the last checkpoint.
4. Details (add more details to your request):
5. Need On/off key or command ?: ALT + B
6. Which client your server use?: 0.3.7-R2
7. Give any picture or video:
8. You use SAMPFUNCS?: Yes
any video about system?
 

Luciano

Member
Joined
Jul 4, 2016
Messages
18
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Silent Aim
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): Automatically shoots when aiming at the target
4. Details (add more details to your request):-
5. Need On/off key or command ?: F12
6. Which client your server use?: 0.3.DL
7. Give any picture or video:
8. You use SAMPFUNCS?: No
 

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): Silent Aim
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): Automatically shoots when aiming at the target
4. Details (add more details to your request):-
5. Need On/off key or command ?: F12
6. Which client your server use?: 0.3.DL
7. Give any picture or video:
8. You use SAMPFUNCS?: No
i not making aim bots , haven't a lot experience for that.
 

jdrakoulas

Active member
Joined
Mar 10, 2017
Messages
71
Reaction score
18
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):HZG signcheck collector
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):nowhere but I believe its possible
3. What do you want (the most important part, explain this carefully):So basicly in HZG you get to do /signcheck then a dialog box pops up gives you 6 random numbers you input them and you get to veryfy that you did it correctly and boom your signcheck.
4. Details (add more details to your request):
This is how the dialog pops up
You can use the chat dialog to trigger the /signcheck
this is a bit personal but can you have it wait like 5 seconds before it does run?
5. Need On/off key or command ?: perma on if possible
6. Which client your server use?:0.3.7 r1
7. Give any picture or video: 8. You use SAMPFUNCS?:yes


also thanks for doing all these for all the people
 
Last edited:

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):HZG signcheck collector
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):nowhere but I believe its possible
3. What do you want (the most important part, explain this carefully):So basicly in HZG you get to do /signcheck then a dialog box pops up gives you 6 random numbers you input them and you get to veryfy that you did it correctly and boom your signcheck.
4. Details (add more details to your request):
This is how the dialog pops up
You can use the chat dialog to trigger the /signcheck
this is a bit personal but can you have it wait like 5 seconds before it does run?
5. Need On/off key or command ?: perma on if possible
6. Which client your server use?:0.3.7 r1
7. Give any picture or video: given above
8. You use SAMPFUNCS?:yes


also thanks for doing all these for all the people
1. Pic of dialog???
2. When you need need write /signcheck ???
 
Status
Not open for further replies.
Top