Explain Sobeit patches.

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Who can explain me sobeit patches, example why to use them
 

ClausBear

Expert
Joined
Aug 19, 2013
Messages
647
Reaction score
0
Well from what i know: They live up to the name "patches" for example if your about to enter a car and you enable a nop patch to not send the data to the server, then the server would't think ur sitting inside of the car.
 

inZ

Well-known member
Joined
Apr 6, 2013
Messages
270
Reaction score
1
a) Paint n Spray
- A script puts you inside a car and then inside one of the Paint n Spray locations, it checks if you lose money; if you lose money it does not suspect of a cheat, if you do not lose money, it bans you as in S0beit this feature is turned on by default.

1. Go to your GTA San Andreas folder, and locate your mod_sa.ini (could be in a folder named "mod_sa").
2. Find

    # ======================
    # GTA Patches (max: 96)
    # ======================
    #

3. Find           

    patch[] = "Free paint and spray"                        &0 1 "" 0x0096C009 "" "01"

and change to

    patch[] = "Free paint and spray"                        &0 0 "" 0x0096C009 "" "01"




b) Camera bug
- Do either of those
- Some S0beit versions have this patched, but many do not - when you character is frozen, the camera will automatically point down - a script can check your camera angle; and considering that this bug is only present in S0beit, it will ban you for having S0beit.

mod_sa.ini
1. Go to your GTA San Andreas folder, and locate your mod_sa.ini (could be in a folder named "mod_sa").

2. Find

    # ========================
    # SA:MP Patches (max: 128)
    # ========================
    #

3. Find           

    sampPatch[] = "NOP TogglePlayerControllable"    &0 0 0x14F00  "" "C390"

and change to                       

    sampPatch[] = "NOP TogglePlayerControllable"    &0 1 0x14F00  "" "C390"


in-game anti-freeze
1. As soon as you join in-game press key oem_5.

in-game NOP Controllable
1. As soon as you join - in-game press F11.
2. Scroll down to "SAMP Patches" section.
3. Toggle NOP TogglePlayerControllable to true.

Took this from Mr.Ze blogspot
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
i think it disable  specific data transfer between the client and the server.
 
Top