CLEO Help why does this snippet randomly spawns guns?

CLEO related
Status
Not open for further replies.

Aimbot.exe

Active member
Joined
Aug 21, 2017
Messages
50
Reaction score
18
sup, i was creating a teleport hack for a rp server using SendOnFootPosSync Snippet http://ugbase.eu/index.php?threads/snippet-sendonfootpossync.12289/ .
I tried it and it worked, but after some time it hacked/gave me a random gun and i got banned. It seems that the snippet gives me weapons at a random rate.

i took a look at the memory addresses, but there was nothing suspicious to me. Also, I am very very sure that this snippet is the cause for that, because i once also saw a hack similar to mine which also had this snippet, on youtube and some people were also commenting that it spawned a gun. video: www.youtube.com/watch?v=A1gLa6bIBos
So, whats wrong with this snippet? @Parazitas @springfield @monday
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
You need to do it differently:

1@ = Get your playerID
allocate 1@ sizeOfonfootDatapacket
0BBA: samp store_player 0@ onfoot_data 1@
0C0D: struct 1@ offset 0x10 size 4 = 0@
0C0D: struct 1@ offset 0x10 size 4 = 0@ // you need to enter correct position offset
0C0D: struct 1@ offset 0x10 size 4 = 0@
then just
0BC0: samp send_onfoot_data 0@
 

Aimbot.exe

Active member
Joined
Aug 21, 2017
Messages
50
Reaction score
18
thanks, it worked m8. but i dont know if it still spawns weapon etc. i will reach back to you, if that is still the case.
 
Status
Not open for further replies.
Top