Help servers automatically detecting sobeit

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
lottery link said:
Perhaps, No solution.
Yes it's possible

Quote from Ze....
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
 
Top