[CLOSED] Accepting request

Status
Not open for further replies.

Kalashas

Member
Joined
Oct 14, 2019
Messages
5
Reaction score
1
Location
Vilnius
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ANTI-AFK
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SARG.LT
3. What do you want (the most important part, explain this carefully): When the text comes out u can select time when it automaticly press Y
4. Details (add more details to your request): Just want it to look legit :D
5. Need On/off key or command ?: /botas
6. Which client your server use?: SAMP 0.3.7-R2
7. Give any picture or video: -
8. You use SAMPFUNCS?: Yes
 

Kalashas

Member
Joined
Oct 14, 2019
Messages
5
Reaction score
1
Location
Vilnius
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Sandb0x in game 8 accounts?
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SARG.LT
3. What do you want (the most important part, explain this carefully): U can type like /loginto V_P then it show the that person game but if u type Loginto another v_p it show another but it doesn't give u escape button or AFK
4. Details (add more details to your request): Just want it to look legit :D
5. Need On/off key or command ?: Automatic
6. Which client your server use?: SAMP 0.3.7-R2
7. Give any picture or video: -

SA-MP ID - Can change up to 8 samp ids per .ini file on V_P of your choice and it will not change or change.

8. You use SAMPFUNCS?: Yes
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
881
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ANTI-AFK
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SARG.LT
3. What do you want (the most important part, explain this carefully): When the text comes out u can select time when it automaticly press Y
4. Details (add more details to your request): Just want it to look legit
5. Need On/off key or command ?: /botas
6. Which client your server use?: SAMP 0.3.7-R2
7. Give any picture or video: -
8. You use SAMPFUNCS?: Yes

PHP:
{$CLEO .cs}

0000: 'Parazitas'

REPEAT
WAIT 0
UNTIL 0AFA:

WHILE TRUE
   WAIT 0
   
for 0@ = 0 to 2304
    if 0C5D: samp textdraw 0@ is_exists   
    then
        alloc 1@ = 1024
        0C5A: samp textdraw 0@ get_string_to 1@
        if
        0C29: $NOT_USED = stristr string1 1@ string2 "~G~~k~~CONVERSATION_YES~ ~W~mygtuka"
        then
            0209: 2@ = random_int_in_ranges 1000 2000
            wait 2@
            if
            8B4C:  samp is_dialog_active -1
            then
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 255
                wait 500
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 0
            end
        end
        
        if
        0C29: $NOT_USED = stristr string1 1@ string2 "~G~~k~~PED_SPRINT~ ~W~mygtuka"
        then
            0209: 2@ = random_int_in_ranges 1000 2000
            wait 2@
            if
            8B4C:  samp is_dialog_active -1
            then
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 255
                wait 500
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 0
            end
        end
        free 1@
    end 
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
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
881
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Sandb0x in game 8 accounts?
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SARG.LT
3. What do you want (the most important part, explain this carefully): U can type like /loginto V_P then it show the that person game but if u type Loginto another v_p it show another but it doesn't give u escape button or AFK
4. Details (add more details to your request): Just want it to look legit
5. Need On/off key or command ?: Automatic
6. Which client your server use?: SAMP 0.3.7-R2
7. Give any picture or video: -

SA-MP ID - Can change up to 8 samp ids per .ini file on V_P of your choice and it will not change or change.

8. You use SAMPFUNCS?: Yes
It called anti esc or Anti alt tab ..
You can find it here in this thread.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
881
Location
Lithuania
Request form.:
1.
Name of the mod (if the mod doesn't exist, you don't have to tell one): AutoArmour
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): no i dont have in my mind
3. What do you want (the most important part, explain this carefully): i want that when iam being 1x1 and i have no armor like i had 100 armour and 200hp and where's left only 200 hp or 100 just when armor desepears i want to auto put in on
4. Details (add more details to your request): Auto armor witch can add armor then iam shooting and not using my keyboard
5. Need On/off key or command ?: /varmor on /varmor off
6. Which client your server use?: 0.3.7
7. Give any picture or video:
8. You use SAMPFUNCS?: Yes

PHP:
{$CLEO .cs}

0000: 'Parazitas'

REPEAT
WAIT 0
UNTIL 0AFA:

WHILE TRUE
   WAIT 0

0226: 0@ = actor $PLAYER_ACTOR health   
04DD: 1@ = actor $PLAYER_ACTOR armour

if and
0@ > 1 // HP
1@ < 1 // ARM
then
    say "/varmor" // add arm
    2@ = 100 // timer
    repeat
    wait 0
    2@ -= 1
    until 2@ <= 1 
end
   
END
 

Junior2019

Member
Joined
Oct 12, 2019
Messages
6
Reaction score
0
Location
rio de janeiro
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Godmode
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): I want an infinite life module that works on server with samp 037 R3.
4. 4. Details (add more details to your request):Game on a samp server 037 R3 Works cleo mods, basically tested everything and none worked. The opponent shoots and dies anyway.
5. Need On/off key or command ?: I wish it were on F12. Turns on and off.
6. Which client your server use?: 0.3.7 R3
7. Give any picture or video:
 

Khazard11

Member
Joined
Jun 18, 2019
Messages
13
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Flickshot
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):
Here's how it works: When you aim with a gun, the crosshair goes straight to the target. Aim does not stick like aimbot, it only lock goes on the target you're aiming, so the name Flickshot.
It's good to use doing cbug, because whenever you aim it goes straight at the enemy.
4.
Details (add more details to your request):
5. Need On/off key or command ?: F5
6.
Which client your server use?: 0.3.7 r2
7.
Give any picture or video:
8. You use SAMPFUNCS?: Yes
 

Kalashas

Member
Joined
Oct 14, 2019
Messages
5
Reaction score
1
Location
Vilnius
PHP:
{$CLEO .cs}

0000: 'Parazitas'

REPEAT
WAIT 0
UNTIL 0AFA:

WHILE TRUE
   WAIT 0
  
for 0@ = 0 to 2304
    if 0C5D: samp textdraw 0@ is_exists  
    then
        alloc 1@ = 1024
        0C5A: samp textdraw 0@ get_string_to 1@
        if
        0C29: $NOT_USED = stristr string1 1@ string2 "~G~~k~~CONVERSATION_YES~ ~W~mygtuka"
        then
            0209: 2@ = random_int_in_ranges 1000 2000
            wait 2@
            if
            8B4C:  samp is_dialog_active -1
            then
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 255
                wait 500
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x59 state 0
            end
        end
       
        if
        0C29: $NOT_USED = stristr string1 1@ string2 "~G~~k~~PED_SPRINT~ ~W~mygtuka"
        then
            0209: 2@ = random_int_in_ranges 1000 2000
            wait 2@
            if
            8B4C:  samp is_dialog_active -1
            then
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 255
                wait 500
                0AB1: @Set_Virtual_Key 2 KeyOffSet 0x20 state 0
            end
        end
        free 1@
    end
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
Not working can make for 0.3.7?
 

hacker127

Active member
Joined
Jul 17, 2019
Messages
44
Reaction score
2
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): it is not
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): it is not
3. What do you want (the most important part, explain this carefully): Please can't someone write me a script if I write "/ WL" so it says "/ wanted" in the chat room. It's only a matter of shortening my order, but I want it to Cleo because Ahk's programs like this don't suit me. I just write "/ WL" in the chat room and put enter, run the script and write "/ wanted." That's how I would imagine it. I'd like someone to write me a full script, but even with the OP- code advice on how to write in a chat room, you could do without it. Thank you all for your efforts.
4. Details (add more details to your request): everything is in 3 point
5. Need On/off key or command ?: NO
6. Which client your server use?: 0.3DL
7. Give any picture or video: I do not have
8. You use SAMPFUNCS?: No
 

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): Godmode
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): I want an infinite life module that works on server with samp 037 R3.
4. 4. Details (add more details to your request):Game on a samp server 037 R3 Works cleo mods, basically tested everything and none worked. The opponent shoots and dies anyway.
5. Need On/off key or command ?: I wish it were on F12. Turns on and off.
6. Which client your server use?: 0.3.7 R3
7. Give any picture or video:

If its a server sided hp you can exploit it easily by finding a way that freezes you just like roleplay servers tie in a car
In a role play server simply
Ask a player to tie you in a car then use the unfreeze hack now you are immune to everything also you can shoot players
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
881
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): it is not
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): it is not
3. What do you want (the most important part, explain this carefully): Please can't someone write me a script if I write "/ WL" so it says "/ wanted" in the chat room. It's only a matter of shortening my order, but I want it to Cleo because Ahk's programs like this don't suit me. I just write "/ WL" in the chat room and put enter, run the script and write "/ wanted." That's how I would imagine it. I'd like someone to write me a full script, but even with the OP- code advice on how to write in a chat room, you could do without it. Thank you all for your efforts.
4. Details (add more details to your request): everything is in 3 point
5. Need On/off key or command ?: NO
6. Which client your server use?: 0.3DL
7. Give any picture or video: I do not have
8. You use SAMPFUNCS?: No
Better which key...
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
881
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Flickshot
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):
Here's how it works: When you aim with a gun, the crosshair goes straight to the target. Aim does not stick like aimbot, it only lock goes on the target you're aiming, so the name Flickshot.
It's good to use doing cbug, because whenever you aim it goes straight at the enemy.
4.
Details (add more details to your request):
5. Need On/off key or command ?: F5
6.
Which client your server use?: 0.3.7 r2
7.
Give any picture or video:
8. You use SAMPFUNCS?: Yes
I don't know how make it .
 

HacK1nG

Member
Joined
May 9, 2016
Messages
15
Reaction score
2
can you please add botton in this cleo botton num 9
 

Attachments

  • ons.cs
    22.2 KB · Views: 5

Kalashas

Member
Joined
Oct 14, 2019
Messages
5
Reaction score
1
Location
Vilnius
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Fake Cbug and inv (for short time)
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 i press X button it do that move like cbuging but it automatic and turn on Godmod
4.
Details (add more details to your request): -
5.
Need On/off key or command ?: X Button but can change in cleo file
6.
Which client your server use?: 0.3.7
7.
Give any picture or video:
 

Slutz

Member
Joined
Apr 30, 2017
Messages
23
Reaction score
1
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ANTI-AFK
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): SARG.LT
3. What do you want (the most important part, explain this carefully): When the text comes out u can select time when it automaticly press Y
4. Details (add more details to your request): Just want it to look legit
5. Need On/off key or command ?: /botas
6. Which client your server use?: SAMP 0.3.7-R2
7. Give any picture or video: -
8. You use SAMPFUNCS?: Yes

For Anti-Afk better use this one:

Also you can combine this Anti-Afk to "Anti alt-tab" so you can let your game run while doing something else like Facebooking or watch porn without needing to play (you won't be afk) For that you need to go to:
GTA San Andreas/SAMPFUNCS/sampfuncs-setting
Open that file and set both "antipause" and "window-mode" to True
 

HacK1nG

Member
Joined
May 9, 2016
Messages
15
Reaction score
2
can you pls change it to Lshit to right shit
 

Attachments

  • sprint_on_LSHiFT.cs
    17.5 KB · Views: 39
Status
Not open for further replies.
Top