[SNIPPET] SendOnFootFakeSpeedSync

call @SendOnFootFakeSpeedSync 3 1@ 2@ 3@

Code:
:SendOnFootFakeSpeedSync
3@ = SAMP.GetSAMPPlayerIDByActorHandle($PLAYER_ACTOR) 
3@ = SAMP.GetPlayerStruct(3@) 
3@ += 109 
0AC8: 4@ = allocate_memory_size 68
0C10: memcpy destination 4@ source 3@ size 68 
0C0D: 4@ 38 4 = 6.0
0C0D: 4@ 42 4 = 6.0
0C0D: 4@ 46 4 = 6.0
0B3D: raknet 5@ = new_bit_stream 
RakNet.Write(5@, 207, 0, 1) 
RakNet.Write(5@, 4@, 5, 68)
0B8B: raknet send bit_stream 5@
0B3E: raknet delete_bit_stream 5@
0AC9: free_allocated_memory 4@ 
0AB2: ret 0

Will send fake onfoot velocity of the player to the server  :trollface:
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
Re: SendOnFootFakeSpeedSync

Nice job  :urtheman:
 

Jarl

Active member
Joined
Dec 5, 2014
Messages
93
Reaction score
0
Re: SendOnFootFakeSpeedSync

HELPHELPHELP123 link said:
Can you make mod with activation key like ( "O" ) ?  :yesyes:

:me_gusta:
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Re: SendOnFootFakeSpeedSync

ıllıllı 0β36 ıllıllı link said:
call @SendOnFootFakeSpeedSync 3 1@ 2@ 3@

Code:
:SendOnFootFakeSpeedSync
3@ = SAMP.GetSAMPPlayerIDByActorHandle($PLAYER_ACTOR) 
3@ = SAMP.GetPlayerStruct(3@) 
3@ += 109 
0AC8: 4@ = allocate_memory_size 68
0C10: memcpy destination 4@ source 3@ size 68 
0C0D: 4@ 38 4 = 6.0
0C0D: 4@ 42 4 = 6.0
0C0D: 4@ 46 4 = 6.0
0B3D: raknet 5@ = new_bit_stream 
RakNet.Write(5@, 207, 0, 1) 
RakNet.Write(5@, 4@, 5, 68)
0B8B: raknet send bit_stream 5@
0B3E: raknet delete_bit_stream 5@
0AC9: free_allocated_memory 4@ 
0AB2: ret 0

Will send fake onfoot velocity of the player to the server  :trollface:

Is this velocity in directions? 1@ 2@ 3@
 

downloadstuff

Active member
Joined
Apr 4, 2015
Messages
82
Reaction score
0
could anyone clarify this?
1@ 2@ 3@ are the directions or what? how would i send the fake speed i want properly.. thanks

they seem like coordinates to me.. which doesnt make a lot of sense since i want to fake speed


p.s: i tested it and it with 5 5 5 as @1 @2 @3 and made me desync and sync and desync randomly.. but most time i would be desynced from the server.
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
How does this work, If I get another actors velocity and send fake onfoot speed there (rapid) will they see me teleporting near them?
I dont understand, it keeps desyncing me
 

4changesLeft

Well-known member
Joined
Apr 10, 2015
Messages
365
Reaction score
3
0x32789 said:
How does this work, If I get another actors velocity and send fake onfoot speed there (rapid) will they see me teleporting near them?
I dont understand, it keeps desyncing me

yep, same here
 
Top