s0biet NOPS

kungdun

Active member
Joined
Feb 16, 2017
Messages
31
Reaction score
0
Is there any guides out there describing what s0biet nops do? I cant seem to find anything.
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
they basically NOP RPC's, RPC's are remote procedure calls, they are like functions that are called in the game in simple words, like SetPlayerPos sets the local player's position to bla coords, SetPlayerHealth, RemovePlayerWeapons etc.
NOP's stop these functions from being called, aka if you NOP SetPlayerPos, the server will try to set your pos somewhere but your character won't move an inch, SetPlayerHealth, the server tries to kill you off with custom damage but you don't take damage or die because of this being nopped. And most importantly, RemovePlayerWeapons and other weapon related, the server will REMOVE the weapons server-sided but they will still remain on the client side if you NOP BUT you will be detected for weapon hack because you don't possess these weapons anymore server-sided.

They are most useful for exploiting glitches because these functions, make it easier to trick the script into hard coded scenarios etc.
 

kungdun

Active member
Joined
Feb 16, 2017
Messages
31
Reaction score
0
they basically NOP RPC's, RPC's are remote procedure calls, they are like functions that are called in the game in simple words, like SetPlayerPos sets the local player's position to bla coords, SetPlayerHealth, RemovePlayerWeapons etc.
NOP's stop these functions from being called, aka if you NOP SetPlayerPos, the server will try to set your pos somewhere but your character won't move an inch, SetPlayerHealth, the server tries to kill you off with custom damage but you don't take damage or die because of this being nopped. And most importantly, RemovePlayerWeapons and other weapon related, the server will REMOVE the weapons server-sided but they will still remain on the client side if you NOP BUT you will be detected for weapon hack because you don't possess these weapons anymore server-sided.

They are most useful for exploiting glitches because these functions, make it easier to trick the script into hard coded scenarios etc.
Got a guide for me where you learned this?
 

Sam201

Well-known member
Joined
Sep 22, 2014
Messages
233
Solutions
1
Reaction score
15
You figure it out yourself just remember it just stops your client from performing a server action like when it says nop set player position
It means server can no more set your position admins cant teleport you anymore also you cant enter interiors and so on
At some servers that use a specific skin hit system you can use set player health which will stop the server from setting your health
Admins cant set your health to 0 anymore ( unless server uses a server sided hp bar )
You can't gain hp by drugs or any other server sided stuff that gives you health it just stops the server from messing with your health
Also at some servers you cant driver drive by with a mp5 or any smg gun you can use nop set armed weapon which will stop the server from removing your weapon when on the driving state allowing you to shoot while driving or to hold heavy guns as a passenger which is a good glitch to exploit
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
yeah just play around and learn about raknet you'll figure it all out, it will not seem to make sense at start but it does. more than you might think.
 
Top