NEED one spammer

Status
Not open for further replies.

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
hi guys i need a spammer which will do like spam
like /pm 1 hi
/pm 2 hi
/pm 3 hi
/pm 4 hi

and

/go 1
/go 2
/go 3 and so on whatever id until i want

i can set it my own what i want to type,the hack will just allow me to type IDs randomly like /gm 1 11,/gm 2 11,/gm 3 11 and so on

i hope u understand
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
like /pm 1 hi
/pm 2 hi
/pm 3 hi
/pm 4 hi
:hm: :hm::hm:

:meh: :meh::meh:

<<<the stuffs at the beginning like $CLEO .cs bla bla.>>>

Code:
:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
[...]
jump @ACTIVATION
:catface: :catface::catface:
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
it fails to compile when i try saying "Unknown directive"
// This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013

{$VERSION 3.1.1000}
{$CLEO .cs}

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
[...]
jump @ACTIVATION
 

Z0DY

Well-known member
Joined
Feb 20, 2013
Messages
225
Reaction score
0
[quote author="shubhi99"]like /pm 1 hi
/pm 2 hi
/pm 3 hi
/pm 4 hi
:hm: :hm::hm:

:meh: :meh::meh:

<<<the stuffs at the beginning like $CLEO .cs bla bla.>>>

Code:
:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
[...]
jump @ACTIVATION
:catface: :catface::catface: [/quote]

Code:
:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
for 1@ = 0 to 100
    0AF9: samp say_msg "/pm %d Hi" 1@
    wait 200
end
jump @ACTIVATION

thats the easier way bro ^^ but your is still ok :p :p:p
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
@Z0DY

I ain't that much "pro" like you, im sorry. Without Sanny Builder, with only notepad.exe i can do only that one above.

@ Shubhi

-> Download Cleo 4.
-> Download samp fuctions v2.4 (not only .cleo file, the other files like Sanny Builder data folder etc. in an archive)
-> Download latest Sanny Builder from here
-> Ensure that you wrote the codes at the beginning without any lack :arrow: :arrow::arrow:

Code:
{$CLEO .cs}

//-------------MAIN---------------
thread 'A_NAME'
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
/ This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013

{$VERSION 3.1.1000}
{$CLEO .cs}

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
for 1@ = 0 to 100
0AF9: samp say_msg "/pm %d Hi" 1@
wait 200
end
jump @ACTIVATION


what i am doing wrong h :tongue: :tongue::tongue: m...
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
@Z0DY

I ain't that much "pro" like you, im sorry. Without Sanny Builder, with only notepad.exe i can do only that one above.

@ Shubhi

-> Download Cleo 4.
-> Download samp fuctions v2.4 (not only .cleo file, the other files like Sanny Builder data folder etc. in an archive)
-> Download latest Sanny Builder from here
-> Ensure that you wrote the codes at the beginning without any lack :arrow: :arrow::arrow:

Code:
{$CLEO .cs}

//-------------MAIN---------------
thread 'A_NAME'

both you guys are my pro,i did not type "a thread"
thanks guys now compile done
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
for 1@ = 0 to 100
0AF9: samp say_msg "/pm %d Hi" 1@
wait 200
end
jump @ACTIVATION


it only spams with /"pm 46 Hi
/pm 46 HI
/pm 46 HI

random ids wont work

i did a little modification to xytro code and it compiled succefully and worked
{$CLEO .cs}

//-------------MAIN---------------
thread 'A_NAME'

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
jump @ACTIVATION
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
Something is missing in your pc.

This is the entire script for it, and this SHOULD work
Code:
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread 'SPAMMER' 

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
jump @ACTIVATION

If it is not working, You need CLEO 4 library, and also samp functions v2.4, where exists "data" folder that you should overwrite with the data folder in your Sanny builder 3, right after installing the new Sanny Builder version 3.11
 

Z0DY

Well-known member
Joined
Feb 20, 2013
Messages
225
Reaction score
0
@Z0DY

I ain't that much "pro" like you, im sorry. Without Sanny Builder, with only notepad.exe i can do only that one above.

@ Shubhi

-> Download Cleo 4.
-> Download samp fuctions v2.4 (not only .cleo file, the other files like Sanny Builder data folder etc. in an archive)
-> Download latest Sanny Builder from here
-> Ensure that you wrote the codes at the beginning without any lack :arrow: :arrow::arrow:

Code:
{$CLEO .cs}

//-------------MAIN---------------
thread 'A_NAME'

np bro :* i just want say it ^^
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
Something is missing in your pc.

This is the entire script for it, and this SHOULD work
Code:
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread 'SPAMMER' 

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
jump @ACTIVATION

If it is not working, You need CLEO 4 library, and also samp functions v2.4, where exists "data" folder that you should overwrite with the data folder in your Sanny builder 3, right after installing the new Sanny Builder version 3.11

how to add a key so that i can deactivate the spam sometimes
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
You don't need a deactivation for it, because, according to the codes above, if you press F12 key, it pms 11 different players just once. more you press, more you spam. So, it already deactivates itself after each spam. But if you need to press F12 key without spamming, you should maybe change it's activation key.

Like, perhaps this :
0ADC: test_cheat "SENDPM"
instead of the 'key_pressed' condition. So that you will not send pm to everybody wrongly, and you will not need to deactivate it since it spams just 1 time when you type SENDPM from keyboard (not in chat).
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
I complied it and its an scm should it be an .cs or scm
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
i want to add a deactivate key with it because i have sometimes disable the spam ,i have set it upto 170 IDs thats why i have to disable in between.how to add a deactivate key with it
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
PLease help me in adding a deactivation key with it because sometimes i need to disable the spam in between

Code:
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread 'SPAMMER' 

:ACTIVATION
wait 0
if
0AB0: key_pressed 123
else_jump @ACTIVATION
jump @SPAM

:SPAM
wait 0
0AF9: samp say_msg "/pm 1 hi"
wait 200
0AF9: samp say_msg "/pm 2 hi"
wait 200
0AF9: samp say_msg "/pm 3 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 4 hi"
wait 200
0AF9: samp say_msg "/pm 5 hi"
wait 200
0AF9: samp say_msg "/pm 6 hi"
wait 200
0AF9: samp say_msg "/pm 7 hi"
wait 200
0AF9: samp say_msg "/pm 8 hi"
wait 200
0AF9: samp say_msg "/pm 9 hi"
wait 200
0AF9: samp say_msg "/pm 10 hi"
wait 200
0AF9: samp say_msg "/pm 11 hi"
jump @ACTIVATION
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
well, i made "a version 2" for it, with a way of deactivating, re-pmming etc. Download it from the attachment, and COMPILE it firstly without changing anything in order to see clearly how it works in-game. Once you understood how it works, take the codes for your own use, for your own script, i don't know.

How to use ?
In order to activate it in-game, you must type PMSPAMMERON on keyboard without pressing T, and the script itself will guide you in-game, so you will probably like it.

Also, those who want to learn more about cleo scripting are highly advised to download the attachment and to see the .txt inside, there is a good way of using labels inside which might be useful for your cleo scripting knowledge.
 

Attachments

  • pmspammer.cs_codes.txt.rar
    772 bytes · Views: 40

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
Tagged the topic as Solved.

If somebody compiled the pmspammer as .cs file, please put it here as an attachment. Thanks for helping.
 
Status
Not open for further replies.
Top