Untagged Release No Spread with an expanding crosshair

Assasino

Active member
Joined
Jul 19, 2015
Messages
33
Reaction score
1
its really good that we can record video but the problem is :

NoSpread by SlonoBoyko {FF0000}Deactivated
NoSpread by SlonoBoyko {00FF00}Activated

those texts appear on chatbox so we will get busted by ourselves
could anyone disable em?
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Assasino said:
its really good that we can record video but the problem is :

NoSpread by SlonoBoyko {FF0000}Deactivated
NoSpread by SlonoBoyko {00FF00}Activated

those texts appear on chatbox so we will get busted by ourselves
could anyone disable em?

There you go
 

Attachments

  • 321.rar
    50.4 KB · Views: 361

shadoweternal

New member
Joined
Dec 16, 2014
Messages
1
Reaction score
0
Where do I exactly place this? I mean its not well explained where we place the files in order to make it work perfectly.
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
104
shadoweternal said:
Where do I exactly place this? I mean its not well explained where we place the files in order to make it work perfectly.

"Drop the .sf file in your SAMPFUNCS folder"
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
Where can i find the .sf file? where is my sampfuncs folder? how can i copy it? how can i paste it? After placing the .sf will it work? (Joking... don't think i am that stupid)
 

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
opcode said:
Where can i find the .sf file? where is my sampfuncs folder? how can i copy it? how can i paste it? After placing the .sf will it work? (Joking... don't think i am that stupid)

well that is like u are asking "Hi Daniel what is your name ?"
 

Sett_Ryder

New member
Joined
Feb 3, 2019
Messages
2
Reaction score
0
How to send in code cleo, without having to depend on sampfuncs? Also, sampfuncs does not handle version 0.3dl
 

dphome

Well-known member
Joined
Mar 21, 2020
Messages
456
Solutions
9
Reaction score
165
Location
Poland
@pinyon
Activation: SPREAD
Code:
{$CLEO .cs}

0000: NOP

wait 8500   

0A8D: 10@ = read_memory 7603296 size 1 virtual_protect 1  // Read default spread memory


while true
wait 0

if
0ADC:   test_cheat "SPREAD"
then
    if
    8@ == false
    then
        8@ = true
        0A8C: write_memory 7603296 size 1 value 144 virtual_protect 1 
        0AD1: "~w~No spread ~g~Activated" 500
    else
        0AD1: "~w~No spread ~r~Deactivated" 1000
        8@ = false
        0A8C: write_memory 7603296 size 1 value 10@ virtual_protect 1
    end
end

end
 

Attachments

  • nospread.cs
    17.9 KB · Views: 35

jalad

Member
Joined
Sep 22, 2020
Messages
15
Reaction score
0
Location
india
@pinyon
Activation: SPREAD
Code:
{$CLEO .cs}

0000: NOP

wait 8500  

0A8D: 10@ = read_memory 7603296 size 1 virtual_protect 1  // Read default spread memory


while true
wait 0

if
0ADC:   test_cheat "SPREAD"
then
    if
    8@ == false
    then
        8@ = true
        0A8C: write_memory 7603296 size 1 value 144 virtual_protect 1
        0AD1: "~w~No spread ~g~Activated" 500
    else
        0AD1: "~w~No spread ~r~Deactivated" 1000
        8@ = false
        0A8C: write_memory 7603296 size 1 value 10@ virtual_protect 1
    end
end

end
with expanding cross or without ?
 

pinyon

Member
Joined
Sep 7, 2020
Messages
5
Reaction score
0
Location
france
@pinyon
Activation: SPREAD
Code:
{$CLEO .cs}

0000: NOP

wait 8500

0A8D: 10@ = read_memory 7603296 size 1 virtual_protect 1  // Read default spread memory


while true
wait 0

if
0ADC:   test_cheat "SPREAD"
then
    if
    8@ == false
    then
        8@ = true
        0A8C: write_memory 7603296 size 1 value 144 virtual_protect 1
        0AD1: "~w~No spread ~g~Activated" 500
    else
        0AD1: "~w~No spread ~r~Deactivated" 1000
        8@ = false
        0A8C: write_memory 7603296 size 1 value 10@ virtual_protect 1
    end
end

end
this works thanks, but the first deagle shot does not start from the centre like a normal nospread does.
any fix?
 

Attachments

  • 1606696674809.png
    1606696674809.png
    101.7 KB · Views: 39
Top