Posts: 15
Threads: 4
Joined: Jun 2014
Reputation:
0
Sorry , I am noob at scripting , I couldn't figure how to detect a ****** project.
Something to deal with freezing the player and TogglePlayerControlable , The screen goes up and...
Player gets kicked
Anybody can figure out what code would that be?
P.S Why SA:MP forums just consor a word s.o.b.e.i.t?
Posts: 214
Threads: 18
Joined: Oct 2014
Reputation:
0
Don't know if there is a specific anti cheat for so.be.it, but you can use Junkbuster. Its the best anti hack I ever seen.
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
Search around the forums as I have seen that its no longer custom script now.. anyway I don't think that its efficient right now as there is an easy way to by-pass it!.
good luck!
Posts: 66
Threads: 12
Joined: Sep 2013
Reputation:
0
you have to use "GetPlayerCameraFrontVector" Function.
New Tip:
some s.o.b.e.i.ts using NOPs.
this mean they disable TogglePlayerControllable and they won't freeze and......
1.TogglePlayerControllable.
2. GetPlayerPos.
3. increase player Z (SetPlayerPos > X , Y , Z+10)
4.check it that player position will be change or no ?
because if player avoid freezing when you teleport him uper than ground player fall !!
but if you freeze a player and set player position upper than ground, player stay on air.
after this teleport player on grond and check player camera vectors !
I hope that helped.