CLEO Help [SOLVED] Code.

CLEO related
Status
Not open for further replies.

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
Hi guys,

Just wanna ask what's the code for something like this



hPxogBu.jpg




So when you're connecting to server message like on screen above pops out


*I want no SF require
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
Re: [HELP] Code.

I'm not TH3RM4L but yes, for example you can add wait 3000 to wait 3 secs after join then send the message.
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
Re: [HELP] Code.

You gave me an SF code, I want non SF code. What I mean is that to your code you need to have SF installed but in object finder you don't....
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Re: [HELP] Code.

Mr.Christmas link said:
You gave me an key toggler for samp say msg
We need a hundred facepalm here , u gey -_- , take look carefully and u'll see

Paste this at the header of the script to get SAMP Base
Code:
0AA2: 0@ = load_library "kernel32.dll" 
0AA4: 1@ = get_proc_address "GetModuleHandleA" library 0@ 
0AA7: call_function 1@ num_params 1 pop 0 "samp.dll" 0@ // 0@ = sampBase

Then add this to your MAIN Script for adding msg like that -_-
Code:
wait 3000 // WAIT
0085: 1@ = 0@  // 0@ = sampBase                  
1@ += 0x212A6C // SAMP_CHAT_INFO_OFFSET                  
0A8D: 3@ = read_memory 1@ size 4 virtual_protect 1              
0085: 2@ = 0@                   
2@ += 0x7A4F0 // FUNC_ADDTOCHATWND                
0AA6: call_method 2@ struct 3@ num_params 5 pop 0 params 0 0xFFFFFFFF 0 "MAD CHRISTMAS" 8 
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
Re: [HELP] Code.

D.Kay link said:
u gey -_-

Fuck off,

So you're saying that if someone get something wrong then he's gay  :face_palm: :face_palm: :face_palm: :face_palm:, good luck to you then


*SOLVED
 
Status
Not open for further replies.
Top