CLEO Help Textdraw ID

CLEO related
Status
Not open for further replies.

shanker

Well-known member
Joined
Sep 18, 2016
Messages
291
Reaction score
17
Location
Romania
How can I find all ID of server Textdraws? Im working at smt but I dont know how can I Find the next textdraws: Name,Speed,odometer,status like in the next screen: http://imgur.com/a/xqxsB
hope someone will help me soon  :pPFFH:
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Even if springfield is offline and he's not able to reply to this thread, he will still nail it :
springfield said:
According to mod_sa src, it should be

(samp.dll + 0x21A0F8)->0x3CD->0x10

which would point to this struct

https://github.com/BlastHackNet/mod_s0beit_sa/blob/master/src/samp.h#L333
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
doroftel said:
I cant download hacks in my computer or  I will get ban on this server :(.

This is aint hack, this is source of hack, I gave you memory address and structure, use it to develope your script or whatever you want
 

shanker

Well-known member
Joined
Sep 18, 2016
Messages
291
Reaction score
17
Location
Romania
thanks I already found all server textdraws :) +1 rep


i got a new problem, i just did this:

[shcode=cpp]{$CLEO .cs}

0b34: "Textdraw" @Textdraw
//-------------MAIN---------------
0000: NOP

:Noname_2
0001: wait 0 ms

:Noname_6
0256:   player $PLAYER_CHAR defined
004D: jump_if_false @Noname_492
0001: wait 0 ms
IF
30@ == 1
004D: jump_if_false @Noname_460
  0@ = 214  // DATA  
  1@ = 254
  2@ = 7
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.500000
  0C52: TXD 3 4@ 5@ IN 3@  
  0@ = 215  // CEAS    
  1@ = 23
  2@ = 100                                      
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.570000
  5@ = 2.050000
  0C52: TXD 2 4@ 5@ IN 3@  
  0@ = 212 // Server Nickname
  1@ = 69                  
  2@ = 26
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 0 4@ 5@ IN 3@  
  0@ = 246  //  Fuel
  1@ = 18
  2@ = 25
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2054 4@ 5@ IN 3@  
  0@ = 18 // Speed
  1@ = 48
  2@ = 246
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2055 4@ 5@ IN 3@    
  0@ = 102 // Odometer
  1@ = 15
  2@ = 70  
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2056 4@ 5@ IN 3@
  0@ = 51 // Status
  1@ = 112
  2@ = 61
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2059 4@ 5@ IN 3@    
  0@ = 215  // Nume    
  1@ = 23
  2@ = 100                                      
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2057 4@ 5@ IN 3@
  ///////////////////////////
  wait 1000
  0@ = 29  // DATA  
  1@ = 98
  2@ = 41
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.500000
  0C52: TXD 3 4@ 5@ IN 3@  
  0@ = 26  // CEAS    
  1@ = 90  
  2@ = 174                                      
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.570000
  5@ = 2.050000
  0C52: TXD 2 4@ 5@ IN 3@  
  0@ = 63 // Server Nickname
  1@ = 195                
  2@ = 89
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 0 4@ 5@ IN 3@  
  0@ = 238  //  Fuel
  1@ = 16    
  2@ = 68
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2054 4@ 5@ IN 3@  
  0@ = 18 // Speed
  1@ = 48
  2@ = 246
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2055 4@ 5@ IN 3@    
  0@ = 102 // Odometer
  1@ = 15
  2@ = 70  
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2056 4@ 5@ IN 3@
  0@ = 51 // Status
  1@ = 112
  2@ = 61
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2059 4@ 5@ IN 3@    
  0@ = 215  // Nume    
  1@ = 23
  2@ = 100                                      
  0B67: 0xFF 0@ 1@ 2@ IN 3@
  4@ = 0.350000
  5@ = 1.100000
  0C52: TXD 2057 4@ 5@ IN 3@

:Noname_460
00D6: if and
0ADC:   test_cheat "BLOWUP42"
8B21:   not samp is_chat_opened
004D: jump_if_false @Noname_485

:Noname_485
0002: jump @Noname_6

:Noname_492
0002: jump @Noname_2

:Noname_499
0001: wait 0 ms
0002: jump @Noname_499

:Textdraw
SAMP.IsCommandTyped(19@)
IF 0ad4: 20@ 19@ "%d" 30@
SAMP.CmdRet[/shcode]

script will not change again the textdraw color after "wait", idk why, i forgot something to do?





springfield said:

Little help pls?
 
Status
Not open for further replies.
Top