TheRouletteBoi

GTA POOPER Tool Source

Mar 25th, 2015
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 363.74 KB | None | 0 0
  1. TU: 1.22
  2. ---------------------------------------------------------------------------------------------------------------------------------
  3. using System;
  4. using System.Collections.Generic;
  5. using System.ComponentModel;
  6. using System.Data;
  7. using System.Drawing;
  8. using System.Linq;
  9. using System.Text;
  10. using System.Threading;
  11. using System.Threading.Tasks;
  12. using System.Windows.Forms;
  13. using PS3Lib;
  14.  
  15. namespace GTA_POOPER
  16. {
  17.     public partial class Poop : Form
  18.     {
  19.         #region Definitions
  20.         PS3API API = new PS3API();
  21.         private Random RandomInt = new Random();
  22.         private BackgroundWorker backgroundWorker2 = new BackgroundWorker();
  23.         private float boostspeed = 999999f; //100f;
  24.         private bool boostbind = false;
  25.         private float moonspeed = 999999;
  26.         private bool Loop0 = false;
  27.         #endregion
  28.         public Poop()
  29.         {
  30.             InitializeComponent();
  31.         }
  32.  
  33.         private void Form1_Load(object sender, EventArgs e)
  34.         {
  35.             MaximizeBox = false;
  36.             StartPosition = FormStartPosition.CenterScreen;
  37.         }
  38.  
  39.         public static uint GetHash(string input) // Hash Generator
  40.         { // CLL 0xfa638911
  41.             byte[] stingbytes = Encoding.UTF8.GetBytes(input.ToLower());
  42.             uint num1 = 0U;
  43.             for (int i = 0; i < stingbytes.Length; i++)
  44.             {
  45.                 uint num2 = num1 + (uint)stingbytes[i];
  46.                 uint num3 = num2 + (num2 << 10);
  47.                 num1 = num3 ^ num3 >> 6;
  48.             }
  49.             uint num4 = num1 + (num1 << 3);
  50.             uint num5 = num4 ^ num4 >> 11;
  51.             return num5 + (num5 << 15);
  52.         }
  53.  
  54.         private static uint BranchingAddress = 0x015053E4;  // address of get_frame_count to      b unk_1B6B000
  55.         private static byte[] branch = new byte[] { 0x48, 0x66, 0x5C, 0x1C };  //      b unk_1B6B000
  56.         private static uint FunctionAddress = 0x01B6B000;  // where ppc function will be written too
  57.  
  58.  
  59.         private static uint SFA11 = 0x1beb600;
  60.         private static uint EFA11 = 0x1beb688;
  61.         private static uint SFA22 = 0x1beb700;
  62.         private static uint EFA22 = 0x1beb788;
  63.         private static uint SFA33 = 0x1beb800;
  64.         private static uint EFA33 = 0x1beb888;
  65.         private static uint SFA44 = 0x1beb900;
  66.         private static uint EFA44 = 0x1beb988;
  67.  
  68.         private static uint BFA11 = 0x1abcc;
  69.         private static uint BAB11 = 0x1ab98;
  70.  
  71.         private static uint BFA22 = 0x126a0d0;
  72.         private static uint BAB22 = 0x126a0d8;
  73.  
  74.         private static uint BFA33 = 0x126a72c;
  75.         private static uint BAB33 = 0x126a734;
  76.  
  77.         private static uint BFA44 = 0x126a874;
  78.         private static uint BAB44 = 0x126a87c;
  79.  
  80.  
  81.         private static uint SFA1 = 0x1beb600;
  82.         private static uint EFA1 = 0x1beb688;
  83.         private static uint SFA2 = 0x1beb700;
  84.         private static uint EFA2 = 0x1beb788;
  85.         private static uint SFA3 = 0x1beb800;
  86.         private static uint EFA3 = 0x1beb888;
  87.         private static uint BFA1 = 0x1abcc;
  88.         private static uint BAB1 = 0x1ab98;
  89.         private static uint BFA2 = 0x126a0d0;
  90.         private static uint BAB2 = 0x126a0d8;
  91.         private static uint BFA3 = 0x126a72c;
  92.         private static uint BAB3 = 0x126a734;
  93.  
  94.         public static uint CBAB(uint F, uint T)
  95.         {
  96.             if (F > T)
  97.                 return 0x4C000000 - (F - T);
  98.             else if (F < T)
  99.                 return T - F + 0x48000000;
  100.             else
  101.                 return 0x48000000;
  102.         }
  103.  
  104.         public static void Enable2()
  105.         {
  106.             byte[] buffer = new byte[] {
  107.                 0xf8, 0x21, 0xff, 0x91, 0x7c, 8, 2, 0xa6, 0xf8, 1, 0, 0x80, 60, 0x60, 0x10, 2,
  108.                 0x81, 0x83, 0, 0x4c, 0x2c, 12, 0, 0, 0x41, 130, 0, 100, 0x80, 0x83, 0, 4,
  109.                 0x80, 0xa3, 0, 8, 0x80, 0xc3, 0, 12, 0x80, 0xe3, 0, 0x10, 0x81, 3, 0, 20,
  110.                 0x81, 0x23, 0, 0x18, 0x81, 0x43, 0, 0x1c, 0x81, 0x63, 0, 0x20, 0xc0, 0x23, 0, 0x24,
  111.                 0xc0, 0x43, 0, 40, 0xc0, 0x63, 0, 0x2c, 0xc0, 0x83, 0, 0x30, 0xc0, 0xa3, 0, 0x34,
  112.                 0xc0, 0xc3, 0, 0x38, 0xc0, 0xe3, 0, 60, 0xc1, 3, 0, 0x40, 0xc1, 0x23, 0, 0x48,
  113.                 0x80, 0x63, 0, 0, 0x7d, 0x89, 3, 0xa6, 0x4e, 0x80, 4, 0x21, 60, 0x80, 0x10, 2,
  114.                 0x38, 160, 0, 0, 0x90, 0xa4, 0, 0x4c, 0x90, 100, 0, 80, 0xe8, 1, 0, 0x80,
  115.                 0x7c, 8, 3, 0xa6, 0x38, 0x21, 0, 0x70
  116.              };
  117.             PS3.SetMemory(SFA11, buffer);
  118.             PS3.SetMemory(SFA22, buffer);
  119.             PS3.SetMemory(SFA33, buffer);
  120.             PS3.SetMemory(SFA44, buffer);
  121.             PS3.Extension.WriteUInt32(EFA11, CBAB(EFA11, BAB11));
  122.             PS3.Extension.WriteUInt32(BFA11, CBAB(BFA11, SFA11));
  123.             PS3.Extension.WriteUInt32(EFA22, CBAB(EFA22, BAB22));
  124.             PS3.Extension.WriteUInt32(BFA22, CBAB(BFA22, SFA22));
  125.             PS3.Extension.WriteUInt32(EFA33, CBAB(EFA33, BAB33));
  126.             PS3.Extension.WriteUInt32(BFA33, CBAB(BFA33, SFA33));
  127.             PS3.Extension.WriteUInt32(EFA44, CBAB(EFA44, BAB44));
  128.             PS3.Extension.WriteUInt32(BFA44, CBAB(BFA44, SFA44));
  129.  
  130.         }
  131.  
  132.         public static byte[] ReverseBytes(byte[] toReverse)
  133.         {
  134.             Array.Reverse(toReverse);
  135.             return toReverse;
  136.         }
  137.  
  138.         public static void WriteSingle(uint address, float input)
  139.         {
  140.             byte[] array = new byte[4];
  141.             BitConverter.GetBytes(input).CopyTo(array, 0);
  142.             Array.Reverse(array, 0, 4);
  143.             PS3.SetMemory(address, array);
  144.         }
  145.  
  146.         public static void WriteSingle(uint address, float[] input)
  147.         {
  148.             int length = input.Length;
  149.             byte[] array = new byte[length * 4];
  150.             for (int i = 0; i < length; i++)
  151.             {
  152.                 ReverseBytes(BitConverter.GetBytes(input[i])).CopyTo(array, (int)(i * 4));
  153.             }
  154.             PS3.SetMemory(address, array);
  155.         }
  156.  
  157.         public static int Call(uint func_address, params object[] parameters)
  158.         {
  159.             int length = parameters.Length;
  160.             int index = 0;
  161.             uint num3 = 0;
  162.             uint num4 = 0;
  163.             uint num5 = 0;
  164.             uint num6 = 0;
  165.             while (index < length) // CLL 0xfa638911
  166.             {
  167.                 if (parameters[index] is int)
  168.                 {
  169.                     PS3.Extension.WriteInt32(0x10020000 + (num3 * 4), (int)parameters[index]);
  170.                     num3++;
  171.                 }
  172.                 else if (parameters[index] is uint)
  173.                 {
  174.                     PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), (uint)parameters[index]);
  175.                     num3++;
  176.                 }
  177.                 else
  178.                 {
  179.                     uint num7;
  180.                     if (parameters[index] is string)
  181.                     {
  182.                         num7 = 0x10022000 + (num4 * 0x400);
  183.                         PS3.Extension.WriteString(num7, Convert.ToString(parameters[index]));
  184.                         PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), num7);
  185.                         num3++;
  186.                         num4++;
  187.                     }
  188.                     else if (parameters[index] is float)
  189.                     {
  190.                         WriteSingle(0x10020024 + (num5 * 4), (float)parameters[index]);
  191.                         num5++;
  192.                     }
  193.                     else if (parameters[index] is float[])
  194.                     {
  195.                         float[] input = (float[])parameters[index];
  196.                         num7 = 0x10021000 + (num6 * 4);
  197.                         WriteSingle(num7, input);
  198.                         PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), num7);
  199.                         num3++;
  200.                         num6 += (uint)input.Length;
  201.                     }
  202.                 }
  203.                 index++;
  204.             }
  205.             PS3.Extension.WriteUInt32(0x1002004C, func_address);
  206.             Thread.Sleep(30);
  207.             int num8 = PS3.Extension.ReadInt32(0x10020050);
  208.             PS3.SetMemory(0x10020000, new byte[0x200]); //0xC0
  209.             return num8;
  210.         }
  211.  
  212.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  213.         public void Enable() //Debug RPC
  214.         {
  215.             byte[] buffer = new byte[] { 0xF8,0x21,0xFF,0x91,0x7C,0x08,0x02,0xA6,0xF8,0x01,0x00,0x80,0x3C,0x60,0x10,0x02,
  216.                 0x81,0x83,0x00,0x4C,0x2C,0x0C,0x00,0x00,0x41,0x82,0x00,0x64,0x80,0x83,0x00,0x04,0x80,0xA3,0x00,0x08,
  217.                 0x80,0xC3,0x00,0x0C,0x80,0xE3,0x00,0x10,0x81,0x03,0x00,0x14,0x81,0x23,0x00,0x18,0x81,0x43,0x00,0x1C,
  218.                 0x81,0x63,0x00,0x20,0xC0,0x23,0x00,0x24,0xC0,0x43,0x00,0x28,0xC0,0x63,0x00,0x2C,0xC0,0x83,0x00,0x30,
  219.                 0xC0,0xA3,0x00,0x34,0xC0,0xC3,0x00,0x38,0xC0,0xE3,0x00,0x3C,0xC1,0x03,0x00,0x40,0xC1,0x23,0x00,0x48,
  220.                 0x80,0x63,0x00,0x00,0x7D,0x89,0x03,0xA6,0x4E,0x80,0x04,0x21,0x3C,0x80,0x10,0x02,0x38,0xA0,0x00,0x00,
  221.                 0x90,0xA4,0x00,0x4C,0x90,0x64,0x00,0x50,0xE8,0x01,0x00,0x80,0x7C,0x08,0x03,0xA6,0x38,0x21,0x00,0x70,
  222.                 0x4E,0x80,0x00,0x20 };
  223.             PS3.SetMemory(0x10020000, new byte[2854]);
  224.             PS3.SetMemory(0x184070, buffer);
  225.             //blus (0x18E1A8) 1.18  //bles (0x184D88) or (0x184070) 1.20
  226.         }
  227.         //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  228.  
  229.         public static void Enable3() //RPC 3/Public RPC
  230.         {
  231.             byte[] buffer = new byte[] { 0xf8, 0x21, 0xff, 0x91, 0x7c, 8, 2, 0xa6, 0xf8, 1, 0, 0x80, 60, 0x60, 0x10, 2, 0x81, 0x83, 0, 0x4c, 0x2c,
  232.                 12, 0, 0, 0x41, 130, 0, 100, 0x80, 0x83, 0, 4, 0x80, 0xa3, 0, 8, 0x80, 0xc3, 0, 12, 0x80, 0xe3, 0, 0x10, 0x81, 3, 0, 20, 0x81, 0x23,
  233.                 0, 0x18, 0x81, 0x43, 0, 0x1c, 0x81, 0x63, 0, 0x20, 0xc0, 0x23, 0, 0x24, 0xc0, 0x43, 0, 40, 0xc0, 0x63, 0, 0x2c, 0xc0, 0x83, 0, 0x30,
  234.                 0xc0, 0xa3, 0, 0x34, 0xc0, 0xc3, 0, 0x38, 0xc0, 0xe3, 0, 60, 0xc1, 3, 0, 0x40, 0xc1, 0x23, 0, 0x48, 0x80, 0x63, 0, 0, 0x7d, 0x89, 3,
  235.                 0xa6, 0x4e, 0x80, 4, 0x21, 60, 0x80, 0x10, 2, 0x38, 160, 0, 0, 0x90, 0xa4, 0, 0x4c, 0x90, 100, 0, 80, 0xe8, 1, 0, 0x80, 0x7c, 8, 3,
  236.                 0xa6, 0x38, 0x21, 0, 0x70 };
  237.             PS3.SetMemory(SFA1, buffer);
  238.             PS3.SetMemory(SFA2, buffer);
  239.             PS3.SetMemory(SFA3, buffer);
  240.             PS3.Extension.WriteUInt32(EFA1, CBAB(EFA1, BAB1));
  241.             PS3.Extension.WriteUInt32(BFA1, CBAB(BFA1, SFA1));
  242.             PS3.Extension.WriteUInt32(EFA2, CBAB(EFA2, BAB2));
  243.             PS3.Extension.WriteUInt32(BFA2, CBAB(BFA2, SFA2));
  244.             PS3.Extension.WriteUInt32(EFA3, CBAB(EFA3, BAB3));
  245.             PS3.Extension.WriteUInt32(BFA3, CBAB(BFA3, SFA3));
  246.         }
  247.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  248.  
  249.  
  250.         enum Natives : uint
  251.         {
  252.             // Basics
  253.  
  254.             player_ped_id = 0x4201b8,
  255.             does_entity_exist = 0x3a76d8,
  256.             is_entity_dead = 0x3ab2b0,
  257.  
  258.             get_entity_coords_float = 0x3a8ae0,
  259.             get_hash_key = 0x110748,
  260.  
  261.             display_onscreen_keyboard = 0x3d6c3c,
  262.             network_earn_from_rockstar = 0x3daa04,
  263.             get_player_name = 0x41dbe4,
  264.             player_id = 0x420174,
  265.             set_player_invincible = 0x4208a8,
  266.             give_weapon_to_ped = 0x4628e8,
  267.             set_gravity_level = 0x3d5130,
  268.             get_player_wanted_level = 0x41ea20,
  269.             set_player_wanted_level = 0x41de10,
  270.             set_player_wanted_level_now = 0x41e05c,
  271.             set_entity_health = 0x3b0d48,
  272.             get_entity_max_health = 0x3a9124,
  273.             add_armour_to_ped = 0x403e98,
  274.             get_player_max_armour = 0x41fe00,
  275.             get_ped_armour = 0x406278,
  276.             set_entity_invincible = 0x3b0f8c,
  277.             set_max_wanted_level = 0x41ea6c,
  278.             SET_STAT_INT = 0x427dac,
  279.             ADD_OWNED_EXPLOSION = 0x3baa3c,
  280.  
  281.             //vehicle spawning
  282.             create_vehicle = 0x44a0e8,
  283.             set_ped_into_vehicle = 0x40539c,
  284.             set_vehicle_as_no_longer_needed = 0x3afe48,
  285.             set_model_as_no_longer_needed = 0x431adc,
  286.  
  287.             // Vehicle
  288.             is_ped_in_any_vehicle = 0x401648,
  289.             is_vehicle_driveable = 0x45614c,
  290.             get_vehicle_ped_is_using = 0x40acac,
  291.             get_vehicle_ped_is_in = 0x404d48,
  292.             get_your_player_ped_id = 0x4201b8,     //player_ped_id
  293.  
  294.             set_vehicle_mod = 0x45b300,
  295.             set_vehicle_forward_speed = 0x44d520,
  296.             set_vehicle_fixed = 0x454f90,
  297.             SET_VEHICLE_DEFORMATION_FIXED = 0x45501c,
  298.             set_vehicle_number_plate_text_index = 0x44f448,
  299.             IS_VEHICLE_ATTACHED_TO_TRAILER = 0x44f1e0,
  300.             IS_VEHICLE_ON_ALL_WHEELS = 0x454cb8,
  301.  
  302.             //Entitys
  303.             set_entity_rotation = 0x3b1724,
  304.             apply_force_to_entity = 0x3acb28,
  305.             set_vehicle_reduce_grip = 0x458074,
  306.             set_entity_collision = 0x3b03a8,
  307.         }
  308.  
  309.  
  310.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  311.  
  312.         public static PS3API PS3 = new PS3API(SelectAPI.TargetManager);
  313.         private static uint num = 0x0208CCBA;
  314.         public static uint num2 = 0x0208CC10;
  315.         public static uint EntryPoint = 0x1E5C74; //Tunables
  316.  
  317.         public static int player_ped_id()
  318.         {
  319.             return Call((uint)Natives.player_ped_id);
  320.         }
  321.  
  322.         public static int get_num_vehicle_mods(int vehicleid, int part)
  323.         {
  324.             int playerid = player_ped_id();
  325.             int vehid = get_vehicle_ped_is_in(playerid);
  326.             return Call(0x45b524, vehid);
  327.         }
  328.  
  329.         public static int is_ped_in_any_vehicle(int pedid)
  330.         {
  331.             return Call((uint)Natives.is_ped_in_any_vehicle, pedid, 0); //return 0 for false, >0 for true
  332.         }
  333.  
  334.         public static int get_vehicle_ped_is_using(int pedid)
  335.         {
  336.             return Call((uint)Natives.get_vehicle_ped_is_using, pedid);
  337.         }
  338.  
  339.         public static int get_vehicle_ped_is_in(int playerpedid)
  340.         {
  341.             return Call((uint)Natives.get_vehicle_ped_is_in, playerpedid, 0);
  342.         }
  343.  
  344.         public static void set_vehicle_number_plate_text_index(int vehicleID, int plateIndex)
  345.         {
  346.             Call(0x44f448, vehicleID, plateIndex);
  347.         }
  348.  
  349.         public static void set_vehicle_window_tint(int vehicleID, int tintIndex)
  350.         {
  351.             Call(0x45bc94, vehicleID, tintIndex);
  352.         }
  353.  
  354.         public static void SET_CHROME(int vehicleID)  //set_vehicle_colours
  355.         {
  356.             Call(0x44be98, vehicleID, 120, 120, 120);
  357.         }
  358.  
  359.         public static void set_vehicle_number_plate_text(int vehicleID, string text)
  360.         {
  361.             Call(0x44f36c, vehicleID, text);
  362.         }
  363.  
  364.         public static int set_vehicle_forward_speed(int vehicle)
  365.         {
  366.             return Call((uint)Natives.set_vehicle_forward_speed, vehicle, 2000.0f);
  367.         }
  368.  
  369.         public static void SET_VEHICLE_COLOURS(int VehicleID, int Primary, int Secondary)
  370.         {
  371.             Call(0x44be98, VehicleID, Primary, Secondary);
  372.         }
  373.  
  374.         public static void SET_VEHICLE_EXTRA_COLOURS(int VehicleID, int Pearlescant, int Rim)
  375.         {
  376.             Call(0x454e48, VehicleID, Pearlescant, Rim);
  377.         }
  378.  
  379.         public static void set_entity_alpha(int vehicleID, int alpha)  //remove soon
  380.         {
  381.             Call(0x3b1ee0, vehicleID, alpha, 0);
  382.         }
  383.  
  384.         public static int does_entity_exist(int entid)
  385.         {
  386.             return Call((uint)Natives.does_entity_exist, entid);
  387.         }
  388.  
  389.         public static int is_entity_dead(int entid)
  390.         {
  391.             return Call((uint)Natives.is_entity_dead, entid);
  392.         }
  393.  
  394.         public static int set_entity_health(int entid, int vaule)
  395.         {
  396.             return Call((uint)Natives.set_entity_health, entid, vaule);
  397.         }
  398.  
  399.         public static void set_vehicle_fixed(int entid)
  400.         {
  401.             Call((uint)Natives.set_vehicle_fixed, entid);
  402.         }
  403.  
  404.         public static void SET_VEHICLE_DEFORMATION_FIXED(int entid)
  405.         {
  406.             Call((uint)Natives.SET_VEHICLE_DEFORMATION_FIXED, entid);
  407.         }
  408.  
  409.         public static int player_ped_id_()  //player_ped_id
  410.         {
  411.             return Call(0x4201b8, 0);
  412.         }
  413.  
  414.         public static int player_id()
  415.         {
  416.             return Call(0x420174, 0);
  417.         }
  418.  
  419.         public static void set_player_wanted_level(int PedID, int Stars)
  420.         {
  421.             Call(0x41de10, PedID, Stars, 0);
  422.         }
  423.  
  424.         public static void remove_weapon_from_ped(int ped, int weaponHash)
  425.         {
  426.             Call(0x000000, ped, weaponHash);
  427.         }
  428.  
  429.         public static void remove_all_ped_weapons(int ped)
  430.         {
  431.             Call(0x463a70, ped, 1);
  432.         }
  433.  
  434.         public static void set_vehicle_forward_speed(int vehicleID, float speed)
  435.         {
  436.             Call(0x44d520, vehicleID, speed);
  437.         }
  438.  
  439.         public static void attach_entity_to_entity(int entity, int entity2)
  440.         {
  441.             Call(0x3ad748, entity, entity2, 0, 268632080, 268632080, 0, 0, 0, 0, 2, 0);
  442.         }
  443.  
  444.         public static float[] get_entity_coords(int PedID)
  445.         {
  446.             float[] numArray = new float[3];
  447.             Call(0x3a8ae0, 0x10030000, PedID);
  448.             numArray[0] = PS3.Extension.ReadFloat(0x10030000);
  449.             numArray[1] = PS3.Extension.ReadFloat(0x10030004);
  450.             numArray[2] = PS3.Extension.ReadFloat(0x10030008);
  451.             return numArray;
  452.         }
  453.  
  454.         /* button to give wrench
  455.         float[] location = GET_ENTITY_COORDS(vehid());
  456.         Call((uint)Natives.CREATE_AMBIENT_PICKUP, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), location, 0, 1, 0, 0, 1);
  457.         Call((uint)Natives.SET_VEHICLE_DIRT_LEVEL, vehid(), 0);
  458.          */
  459.  
  460.         public static int get_player_ped_id(int index) //get_player_ped
  461.         {
  462.             return Call(0x41d968, index);
  463.         }
  464.  
  465.         public static void toggle_entity_fire(int entity, bool toggle)
  466.         {
  467.             if (toggle)
  468.                 Call(0x3ba5c0, entity);  //start_entity_fire
  469.             if (toggle)
  470.                 return;
  471.             Call(0x3ba6a0, entity);  //stop_entity_fire
  472.         }
  473.  
  474.         public static void TOGGLE_ALL_DOORS(int vehicleID, bool Toggle)
  475.         {
  476.             if (Toggle)
  477.             {
  478.                 Call(0x44e5e0, vehicleID, 0, 0, 0);  //SET_VEHICLE_DOOR_OPEN
  479.                 Call(0x44e5e0, vehicleID, 1, 0, 0);
  480.                 Call(0x44e5e0, vehicleID, 2, 0, 0);
  481.                 Call(0x44e5e0, vehicleID, 3, 0, 0);
  482.                 Call(0x44e5e0, vehicleID, 4, 0, 0);
  483.                 Call(0x44e5e0, vehicleID, 5, 0, 0);
  484.                 Call(0x44e5e0, vehicleID, 6, 0, 0);
  485.             }
  486.             else
  487.             {
  488.                 Call(0x453910, vehicleID, 0, 0);  //SET_VEHICLE_DOOR_SHUT
  489.                 Call(0x453910, vehicleID, 1, 0);
  490.                 Call(0x453910, vehicleID, 2, 0);
  491.                 Call(0x453910, vehicleID, 3, 0);
  492.                 Call(0x453910, vehicleID, 4, 0);
  493.                 Call(0x453910, vehicleID, 5, 0);
  494.                 Call(0x453910, vehicleID, 6, 0);
  495.             }
  496.         }
  497.  
  498.         public static void SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(int PedID, int activate)
  499.         {
  500.             Call(0x413fc0, PedID);
  501.         }
  502.  
  503.         public static void SET_PED_CAN_RAGDOLL(int PedID, int activate)
  504.         {
  505.             Call(0x40f714, PedID);
  506.         }
  507.  
  508.         public static byte[] get_entity_coords_bytes(int entity)  //get_entity_coords
  509.         {
  510.             Call(0x3a8ae0, num2, entity);
  511.             Thread.Sleep(20);
  512.             return PS3.GetBytes(num2, 12);
  513.         }
  514.  
  515.         public static void add_explosion(float[] coords, string type, float radius, float shake)
  516.         {
  517.             Call(0x000000, coords, type, radius, 1, 1, shake);
  518.         }
  519.  
  520.         public static void set_nightvision(int activate)
  521.         {
  522.             Call(0x3bcb74, activate);
  523.         }
  524.  
  525.         public static string get_player_name(int id)
  526.         {
  527.             uint offset = (uint)Call(0x41dbe4, id);
  528.             byte[] nameBytes = PS3.GetBytes(offset, 16);
  529.             byte[] bytes = Enumerable.ToArray<byte>(Enumerable.TakeWhile<byte>((IEnumerable<byte>)nameBytes, (Func<byte, int, bool>)((v, index) => Enumerable.Any<byte>(Enumerable.Skip<byte>((IEnumerable<byte>)nameBytes, index), (Func<byte, bool>)(w => (int)w != 0)))));
  530.             return !(Encoding.ASCII.GetString(bytes) != "") ? "Not Available" : ((int)bytes[0] < 65 || (int)bytes[0] > 122 ? "" : Encoding.ASCII.GetString(bytes));
  531.         }
  532.  
  533.         public static void SET_EVERYONE_IGNORE_PLAYER(int Player, int active)
  534.         {
  535.             Call(0x41eb78, Player, active);
  536.         }
  537.  
  538.         public static void _SET_ENTITY_INVINCIBLE(int entity, bool Toggle)
  539.         {
  540.             Call(0x3b0f8c, entity, 1);
  541.         }
  542.  
  543.         public static void SET_ENTITY_INVINCIBLE(int entity, bool active)
  544.         {
  545.             if (active)
  546.                 Call(0x3b0f8c, entity, 1);
  547.             else
  548.                 Call(0x3b0f8c, entity, 0);
  549.         }
  550.  
  551.         public static void set_entity_visible(int entity, bool active)
  552.         {
  553.             if (active)
  554.                 Call(0x3b18d8, entity, 1);
  555.             else
  556.                 Call(0x3b18d8, entity, 0);
  557.         }
  558.  
  559.         public static void network_earn_from_rockstar(int amount)
  560.         {
  561.             Call(0x3daa04, amount);
  562.         }
  563.  
  564.         public static void network_spent_cash_drop(int amount)
  565.         {
  566.             Call(0x3dd954, amount);
  567.         }
  568.  
  569.         public static void network_session_kick_player(int player)
  570.         {
  571.             Call(0x3e16f0, player);
  572.         }
  573.  
  574.         public static void KICK(int player)
  575.         {
  576.             if (network_is_game_in_progress() == 1)
  577.             {
  578.                 if (network_is_host() == 1)
  579.                 {
  580.                     network_session_kick_player(player);
  581.                 }
  582.             }
  583.             return;
  584.         }
  585.         public static int network_is_host()
  586.         {
  587.             return Call(0x3e1050, 0);
  588.         }
  589.  
  590.         public static int network_is_signed_online()
  591.         {
  592.             return Call(0x3e0f70, 0);
  593.         }
  594.  
  595.         public static void Am_i_host()
  596.         {
  597.             if (network_is_host() > 0)
  598.             {
  599.                 MessageBox.Show("You Are The Host", "Am I Host?", MessageBoxButtons.OK);
  600.             }
  601.             if (network_is_host() <= 0)
  602.             {
  603.                 MessageBox.Show("You Are Not The Host", "Am I Host?", MessageBoxButtons.OK);
  604.             }
  605.         }
  606.  
  607.         public static int set_vehicle_custom_primary_colour(int vehicleID, int red, int green, int blue)
  608.         {
  609.             return Call(0x44bf34, vehicleID, red, green, blue);
  610.         }
  611.  
  612.         public static int set_vehicle_custom_secondary_colour(int vehicleID, int red, int green, int blue)
  613.         {
  614.             return Call(0x44c170, vehicleID, red, green, blue);
  615.         }
  616.  
  617.         public static int set_vehicle_tyre_smoke_color(int vehicleID, int red, int green, int blue)
  618.         {
  619.             return Call(0x45bbb0, vehicleID, red, green, blue);
  620.         }
  621.  
  622.         public static void freeze_entity_position(int entity, bool active)
  623.         {
  624.             if (active)
  625.                 Call(0x3ae108, entity, 1);
  626.             else
  627.                 Call(0x3ae108, entity, 0);
  628.         }
  629.  
  630.         public static void give_weapon_to_ped(int PedID, uint Weapon)
  631.         {
  632.             Call(0x4628e8, PedID, Weapon, -1, 0, 1);
  633.         }
  634.  
  635.         public static void give_all_weapons(int PedID)
  636.         {
  637.             uint[] numArray = new uint[79]
  638.         {
  639.         0xA2719263,0xF9FBAEBE,0x08D4BE52,0x99B507EA,0x678B81B1,0x4E875F73,0x958A4A8F,0x440E4788,0x84BD7BFD,0x1B06D571,0x5EF9FEC4,0x22D8FE39,
  640.     0x99AEEB3B,0x13532244,0x2BE6766B,0xEFE7E2DF,0xBFEFFF6D,0x83BF0278,0xAF113F99,0x9D07F764,0x7FD62962,0x1D073A89,0x7846A318,0xE284C527,
  641.     0x9D61E50F,0x3656C8C1,0x05FC3C11,0x0C472FE2,0x33058E22,0xA284510B,0x4DD2DC56,0xB1CA77B1,0x166218FF,0x13579279,0x687652CE,0x42BF8A85,
  642.     0x93E220BD,0x2C3731D9,0xFDBC8A50,/*0xA0973D5E,*/0x24B17070,0x060EC506,0x34A67B97,0xFDBADCED,0x88C78EB7,0x01B79F17,0x23C9F95C,0x497FACC3,
  643.     0xBEFDC581,0x48E7B178,0xFF58C4FB,0x736F5990,0x8B7333FB,0x92BD4EBB,0x2024F4E8,0xCDC174B0,0x364A29EC,0xCC34325E,0x07FC7D7A,0xA36D413E,
  644.     0x145F1012,0xDF8E89EB,0xF9E6AA4B,0x61012683,0xC0A3098D,0xD205520E,0xBFD21232,0x7F229F94,0x92A27487,0x083839C4,0x7F7497E5,0xA89CB99E,
  645.     0x3AABBBAA,0xC734385A,0x63AB0442,0xAB564B93,0x787F0BB,0x47757124,0xE232C28C,0xD04C944D};
  646.             for (uint index = 0U; (long)index < (long)numArray.Length; ++index)
  647.                 give_weapon_to_ped(PedID, numArray[index]);
  648.         }
  649.  
  650.         public static void LOCK_DOORS(int vehicleID, int Toggle)  //set_vehicle_doors_locked_for_all_players
  651.         {
  652.             Call(0x44b678, vehicleID, Toggle);
  653.         }
  654.  
  655.         public static int stat_set_int(int hash, int value)
  656.         {
  657.             return Call(0x427dac, hash, value, 1);
  658.         }
  659.  
  660.         public static int stat_set_bool(int hash, int value)
  661.         {
  662.             return Call(0x428244, hash, value, 1);
  663.         }
  664.  
  665.         public static void SetStatInt(int Character, string Stat, int Value) //SET_STAT_INT
  666.         {
  667.             Call((uint)Natives.SET_STAT_INT, Natives.get_hash_key, ("MP" + Character + "_" + Stat), Value);
  668.         }
  669.  
  670.         public static void SET_VEHICLE_HANDBRAKE(int vehicleID, float brake)
  671.         {
  672.             Call(0x45a360, vehicleID, brake);
  673.         }
  674.  
  675.         public static int get_hash_key(string input)
  676.         {
  677.             return Call(0x110748, input);
  678.         }
  679.  
  680.         public static void DETACH_ENTITY(int entity, int entity2)
  681.         {
  682.             Call(0x3adec4, entity, entity2, 1);
  683.         }
  684.  
  685.         public static void create_objectself(string spawnitem) //CREATE_OBJECT
  686.         {
  687.             Call(0x3f53ec, GetHash(spawnitem), get_entity_coords(player_ped_id()), 1, 1, 0);
  688.         }
  689.  
  690.         public void Location(float x, float y, float z)
  691.         {
  692.             int num = get_vehicle_ped_is_in(player_ped_id());
  693.             byte[] bytes = BitConverter.GetBytes(x);
  694.             byte[] array = BitConverter.GetBytes(y);
  695.             byte[] buffer3 = BitConverter.GetBytes(z);
  696.             Array.Reverse(bytes);
  697.             Array.Reverse(array);
  698.             Array.Reverse(buffer3);
  699.             byte[] buffer = new byte[] { bytes[0], bytes[1], bytes[2], bytes[3], array[0], array[1], array[2], array[3], buffer3[0], buffer3[1], buffer3[2] };
  700.             uint offset = 0x208CC10;
  701.             Call(0x4201b8, 0); //PLAYER_PED_ID
  702.             int num3 = player_ped_id();
  703.             PS3.SetMemory(offset, buffer);
  704.             Thread.Sleep(10);
  705.             if (is_ped_in_any_vehicle(player_ped_id()) > 0)
  706.             {
  707.                 Call(0x3b0830, num, offset, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  708.             }
  709.             else
  710.             {
  711.                 Call(0x3b0830, num3, offset, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  712.             }
  713.         }
  714.  
  715.         public static int network_get_player_index(int id)
  716.         {
  717.             return Call(0x3e5f28, id);
  718.         }
  719.  
  720.         public static void CLEAR_PED_TASKS_IMMEDIATELY(int id)
  721.         {
  722.             Call(0x441428, id);
  723.         }
  724.  
  725.         public static int is_ipl_active(string name)
  726.         {
  727.             return Call(0x4321ac, name);
  728.         }
  729.  
  730.         public static void REQUEST_IPL(string IPL)
  731.         {
  732.             Call(0x432064, IPL);
  733.         }
  734.  
  735.         public static void loadUFO()
  736.         {
  737.             REQUEST_IPL("UFO");
  738.         }
  739.  
  740.         public static void loadNorthYankton()
  741.         {
  742.             REQUEST_IPL("prologue01");
  743.             REQUEST_IPL("prologue01c");
  744.             REQUEST_IPL("prologue01d");
  745.             REQUEST_IPL("prologue01e");
  746.             REQUEST_IPL("prologue01f");
  747.             REQUEST_IPL("prologue01g");
  748.             REQUEST_IPL("prologue01h");
  749.             REQUEST_IPL("prologue01i");
  750.             REQUEST_IPL("prologue01j");
  751.             REQUEST_IPL("prologue01k");
  752.             REQUEST_IPL("prologue01z");
  753.             REQUEST_IPL("prologue02");
  754.             REQUEST_IPL("prologue03");
  755.             REQUEST_IPL("prologue03b");
  756.             REQUEST_IPL("prologue03_grv_fun");
  757.             REQUEST_IPL("prologue04");
  758.             REQUEST_IPL("prologue04b");
  759.             REQUEST_IPL("prologue05");
  760.             REQUEST_IPL("prologue05b");
  761.             REQUEST_IPL("prologue06");
  762.             REQUEST_IPL("prologue06b");
  763.             REQUEST_IPL("prologue06_int");
  764.             REQUEST_IPL("prologuerdb");
  765.             REQUEST_IPL("prologue_m2_door");
  766.             REQUEST_IPL("prologue_LODLights");
  767.             REQUEST_IPL("prologue_DistantLights");
  768.             REQUEST_IPL("DES_ProTree_start");
  769.             REQUEST_IPL("DES_ProTree_start_lod");
  770.         }
  771.  
  772.         public static int create_object(int hash, float[] coords)
  773.         {
  774.             return Call(0x3f53ec, hash, coords, 1, 1, 0);
  775.         }
  776.  
  777.         public static void set_max_wanted_level(int PedID, int Stars)
  778.         {
  779.             Call(0x000000, PedID, Stars, 0);
  780.         }
  781.  
  782.         public static int is_player_dead(int id)
  783.         {
  784.             return Call(0x41e400, id);
  785.         }
  786.  
  787.         public static void SET_SEETHROUGH(int activate)
  788.         {
  789.             Call(0x3bcbc8, activate);
  790.         }
  791.  
  792.         public static void set_entity_as_mission_entity(int entityid, int zero, int one)
  793.         {
  794.             Call(0x3afa10, entityid, zero, one);
  795.         }
  796.  
  797.         public static void delete_vehicle(int vehid)
  798.         {
  799.             Call(0x44a48c, vehid);
  800.         }
  801.  
  802.         public static void network_earn_from_job(int amount)
  803.         {
  804.             Call(0x3d9c1c, amount);
  805.         }
  806.         public static void network_earn_from_holdups(int amount)
  807.         {
  808.             Call(0x3da55c, amount);
  809.         }
  810.         public static void network_earn_from_pickup(int amount)
  811.         {
  812.             Call(0x3d95d8, amount);
  813.         }
  814.         public static void network_earn_from_property(int amount)
  815.         {
  816.             Call(0x3da67c, amount);
  817.         }
  818.         public static void network_earn_from_vehicle(int amount)
  819.         {
  820.             Call(0x3dac44, amount);
  821.         }
  822.         public static void network_earn_from_bank_interest(int amount)
  823.         {
  824.             Call(0x000000, amount); //manually find
  825.         }
  826.         public static void network_earn_from_unknown(int amount) //0x30B3EC0A
  827.         {
  828.             Call(0x3d9818, amount);
  829.         }
  830.         public static void network_earn_from_unknown2(int amount) //0xC7A825EB
  831.         {
  832.             Call(0x000000, amount); //manually find
  833.         }
  834.         public static void network_earn_from_unknown3(int amount) //0xEAF04923
  835.         {
  836.             Call(0x3d9940, amount);
  837.         }
  838.         public static void network_earn_from_unknown4(int amount) //0x866004A8
  839.         {
  840.             Call(0x3da7bc, amount);
  841.         }
  842.         public static void network_earn_from_unknown5(int amount) //0xCC068380
  843.         {
  844.             Call(0x3da8e4, amount);
  845.         }
  846.         public static void network_earn_from_unknown6(int amount) //0xAEF6244B
  847.         {
  848.             Call(0x000000, amount); //manually find
  849.         }
  850.         public static void network_earn_from_unknown7(int amount) //0xED618DA9
  851.         {
  852.             Call(0x000000, amount, 0); //manually find
  853.         }
  854.         public static void network_earn_from_unknown8_Wallet(int amount) //0x00000000
  855.         {
  856.             Call(0x3C83DC, amount, 0); //0 is wallet 1 is bank //manually find
  857.         }
  858.         public static void network_earn_from_unknown8_Bank(int amount) //0x00000000
  859.         {
  860.             Call(0x3C83DC, amount, 1); //0 is wallet 1 is bank //manually find
  861.         }
  862.         public static void take_money_old(int amount) //NETWORK_SPENT_BANK_INTEREST 0xF02E92D7
  863.         {
  864.             Call(0x3de83c, amount);
  865.         }
  866.         public static void take_money_wallet(int amount) //_0xE792C4A5
  867.         {
  868.             Call(0x3dda84, amount, 0);
  869.         }
  870.         public static void take_money_bank(int amount) //_0xE792C4A5
  871.         {
  872.             Call(0x3dda84, amount, 1);
  873.         }
  874.  
  875.         public static void PlayerName(string playerName)
  876.         {
  877.             PS3.SetMemory(0x10020200 - 0x8, new byte[] { 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 });
  878.             PS3.Extension.WriteString(0x10020200, playerName);
  879.             Call(0x13321EC, 0x40054CE0, 0x10020200 - 0x8, 1, 0, 0, 0, 0x540, 0x4EC, 0x59);
  880.             /*
  881.             string gamer = textBox2.Text;
  882.             uint pointer = 0x10020200;
  883.             byte[] Pointerstartbytes = new byte[] { 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 };
  884.             PS3.SetMemory(pointer, Pointerstartbytes);
  885.             PS3.Extension.WriteString(pointer + 0x8, gamer);
  886.             Call(0x13321EC, 0x40054CE0, pointer, 1, 0, 0, 0, 1344, 1260, 89);
  887.              */
  888.         }
  889.  
  890.         public static void set_ped_as_cop(int id, int yesorno)
  891.         {
  892.             Call(0x40b1d8, id, yesorno);
  893.         }
  894.  
  895.         public static void SET_Pink(int vehicleID)
  896.         {
  897.             Call(0x44bf34, vehicleID, 255, 20, 147); //SET_VEHICLE_CUSTOM_PRIMARY_COLOUR
  898.             Call(0x44c170, vehicleID, 255, 20, 147); //SET_VEHICLE_CUSTOM_SECONDARY_COLOUR
  899.         }
  900.  
  901.         public static void SET_Cyan(int vehicleID)
  902.         {
  903.             Call(0x44bf34, vehicleID, 0, 255, 255); //SET_VEHICLE_CUSTOM_PRIMARY_COLOUR
  904.             Call(0x44c170, vehicleID, 0, 255, 255); //SET_VEHICLE_CUSTOM_SECONDARY_COLOUR
  905.         }
  906.  
  907.         public static void APPLY_FORCE_TO_ENTITY(int entity, float x, float y, float z, float xpos, float ypos, float zpos)
  908.         {
  909.             Call(0x000000, entity, x, y, z, xpos, ypos, zpos);
  910.         }
  911.  
  912.         public static void CREATE_VEHICLE(int hash, float x, float y, float z, float heading, bool createnetworkhandle, bool createvehhandle)  //If last bool = true it will return a handle
  913.         {
  914.             Call(0x000000, hash, x, y, z, heading, createnetworkhandle, createvehhandle);
  915.         }
  916.  
  917.         public static int SET_MODEL_AS_NO_LONGER_NEEDED(int hash)
  918.         {
  919.             return Call(0x000000, hash);
  920.         }
  921.  
  922.         public static void SET_POLICE_IGNORE_PLAYER(int PedID, bool Toggle)
  923.         {
  924.             if (Toggle)
  925.                 Call(0x000000, PedID, 1);
  926.             else
  927.                 Call(0x000000, PedID, 0);
  928.         }
  929.  
  930.         public static void DELETE_ENTITY(int entity)
  931.         {
  932.             Call(0x3adde4, entity);
  933.         }
  934.  
  935.         public static void NETWORK_REQUEST_CONTROL_OF_ENTITY(int entity)
  936.         {
  937.             Call(0x3e738c, entity);
  938.         }
  939.  
  940.         public static int NETWORK_HAS_CONTROL_OF_ENTITY(int entity)
  941.         {
  942.             return Call(0x3e7500, entity);
  943.         }
  944.  
  945.         /*
  946.         public static bool IS_VEHICLE_ATTACHED_TO_TRAILER(int veh) // 0xE142BBCC
  947.         {
  948.  
  949.         }
  950.         public static bool IS_VEHICLE_ON_ALL_WHEELS(int veh) // 0x10089F8E
  951.         {
  952.  
  953.         }
  954.         public static void SET_VEHICLE_SIREN(int veh, bool sirenOn) // 0x4AC1EFC7
  955.         {
  956.  
  957.         }
  958.         public static bool IS_VEHICLE_SIREN_ON(int veh) // 0x25EB5873
  959.         {
  960.  
  961.         }
  962.         */
  963.  
  964.         public static int pedid()
  965.         {
  966.             return Call(0x41d968); ///GET_PLAYER_PED
  967.         }
  968.         public static int vehid_()
  969.         {
  970.             return Call(0x404d48, pedid()); //GET_VEHICLE_PED_IS_IN  //EX: Call(0x000000, vehid(), 65f);
  971.         }
  972.         public static int GET_VEHICLE_PED_IS_IN(int pedid)
  973.         {
  974.             return Call((uint)Natives.get_vehicle_ped_is_in, pedid, 0);
  975.         }
  976.  
  977.         public static int IS_PED_IN_ANY_VEHICLE(int pedid)
  978.         {
  979.             return Call((uint)Natives.is_ped_in_any_vehicle, pedid, 0);
  980.         }
  981.  
  982.         public static int IS_SEAT_FREE(int veh)
  983.         {
  984.             int num = GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(veh);
  985.             int num2 = -1;
  986.             while (num2 < num)
  987.             {
  988.                 if (Call(0x44d09c, veh, num2) == 1) //IS_VEHICLE_SEAT_FREE
  989.                 {
  990.                     return num2;
  991.                 }
  992.                 num2++;
  993.             }
  994.             return -2;
  995.         }
  996.  
  997.         public static int GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(int vehid)
  998.         {
  999.             return Call(0x44b0f8, vehid);
  1000.         }
  1001.  
  1002.         public static void SET_VEHICLE_EXTRA(int vehid, int extraid, int Toggle)
  1003.         {
  1004.             Call(0x4556c0, vehid, extraid, Toggle); // -1 off 0 on
  1005.         }
  1006.  
  1007.         private byte[] client_to_me(int index)
  1008.         {
  1009.             uint num = 0x208CC10;
  1010.             Call(0x3a8ae0, num, index); //GET_ENTITY_COORDS
  1011.             Thread.Sleep(20);
  1012.             return PS3.GetBytes(0x208CC10, 12);
  1013.         }
  1014.         private void client_set_to_me(int index, byte[] bytez)
  1015.         {
  1016.             uint num = 0x208CC10;
  1017.             PS3.SetMemory(0x208CC10, bytez);
  1018.             Thread.Sleep(20);
  1019.             Call((uint)0x3b07b8, index, num, 1, 0, 0, 1); //SET_ENTITY_COORDS
  1020.         }
  1021.  
  1022.         private byte[] get_entity_coordz()
  1023.         {
  1024.             uint buffer = 0x208CC10;
  1025.             int num2 = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
  1026.             Call(0x3a8ae0, buffer, num2); //GET_ENTITY_COORDS
  1027.             Thread.Sleep(20);
  1028.             return PS3.GetBytes(buffer, 12);
  1029.         }
  1030.         public static int get_player_ped(int id)
  1031.         {
  1032.             return Call(0x41d968, 1, id); //remove 1
  1033.         }
  1034.  
  1035.         public static void SET_PED_RANDOM_COMPONENT_VARIATION(int PedID)
  1036.         {
  1037.             Call(0x000000, PedID);
  1038.         }
  1039.         public static void SET_PED_COMPONENT_VARIATION(int PedID, int componentID, int drawableID, int textureID, int paletteID)
  1040.         {
  1041.             Call(0x000000, PedID, componentID, drawableID, textureID, paletteID);
  1042.         }
  1043.  
  1044.         public static void SET_PED_PROP_INDEX(int PedID)
  1045.         {
  1046.             Call(0x000000, PedID, 0, 1, 0, 0);
  1047.         }
  1048.  
  1049.         public static void REQUEST_WEAPON_ASSET(int hash, int type, int unk)
  1050.         {
  1051.             Call(0x000000, hash, type, unk);
  1052.         }
  1053.  
  1054.         public static void CREATE_OBJECT(string Object, float x, float y, float z)
  1055.         {
  1056.             Call(0x000000, GetHash(Object), x, y, z, 1, 1, 0);
  1057.         }
  1058.  
  1059.         public static void SET_CLOCK_TIME(int h, int m, int s)
  1060.         {
  1061.             Call(0x000000, h, m, s);
  1062.         }
  1063.  
  1064.         public void CashRain()
  1065.         {
  1066.             float[] Position = new float[3];
  1067.             float[] pos = new float[3];
  1068.  
  1069.             int pedid = -1;
  1070.             if (Players.SelectedIndex == -1)
  1071.                 pedid = player_ped_id();
  1072.  
  1073.             else
  1074.                 pedid = get_player_ped(Players.SelectedIndex);
  1075.  
  1076.             if (pedid != -1)
  1077.             {
  1078.                 float angle = 15f;
  1079.                 float radius = 1.0f;
  1080.                 Position = get_entity_coords(pedid);
  1081.                 for (int i = 0; i < 20; i++)
  1082.                 {
  1083.                     float randomx = Position[0] + (radius * (float)Math.Cos(angle * (Math.PI / 180)));
  1084.                     float randomy = Position[1] + (radius * (float)Math.Sin(angle * (Math.PI / 180)));
  1085.  
  1086.                     if (angle < 360)
  1087.                         angle = angle + 15;
  1088.                     else
  1089.                         angle = 0;
  1090.  
  1091.                     pos[0] = randomx;
  1092.                     pos[1] = randomy;
  1093.                     pos[2] = Position[2] + 3.0f;
  1094.  
  1095.                     Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
  1096.                 }
  1097.             }
  1098.         }
  1099.  
  1100.         public static void SET_ENTITY_PROOFS(int entity, int bulletProof, int fireProof, int explosionProof, int collisionProof, int meleeProof)
  1101.         {
  1102.             Call(0x000000, entity, bulletProof, fireProof, explosionProof, collisionProof, meleeProof);
  1103.         }
  1104.  
  1105.         public static int get_current_ped_weapon(int pedid, int hash)
  1106.         {
  1107.             return Call(0x000000, pedid, hash, 1);
  1108.         }
  1109.  
  1110.         public static void GIVE_ACHIEVEMENT_TO_PLAYER(int achievement)
  1111.         {
  1112.             Call(0x4205a0, achievement);
  1113.         }
  1114.  
  1115.         public static int HAS_ACHIEVEMENT_BEEN_PASSED(int achievement)
  1116.         {
  1117.             return Call(0x4205cc, achievement);
  1118.         }
  1119.  
  1120.         public static void TIMERA(int time)
  1121.         {
  1122.             Call(0x000000, time);
  1123.         }
  1124.  
  1125.         public static void CLONE_PED(int Ped)
  1126.         {
  1127.             Call(0x401018, Ped, 0, 1, 1);
  1128.         }
  1129.  
  1130.         public static void set_entity_heading(int entity, float heading)
  1131.         {
  1132.             Call(0x3b0ad0, entity, heading);
  1133.         }
  1134.  
  1135.         public static int set_entity_rotation(int objID, float pitch, float roll, float yaw)
  1136.         {
  1137.             return Call(0x3b1724, objID, pitch, roll, yaw, 2, 1);
  1138.         }
  1139.  
  1140.         public static int SET_ENTITY_ROTATION(int entity, float rX, float rY, float rZ, int unk1, int unk2)
  1141.         {
  1142.             return Call(0x3b1724, entity, rX, rY, rZ, unk1, unk2);  //unk 1 = 2 //unk 2 = 1
  1143.         }
  1144.  
  1145.         public static int get_entity_heading(int entity)
  1146.         {
  1147.             return Call(0x3a8d80, entity);
  1148.         }
  1149.  
  1150.         public static void PLACE_OBJECT_ON_GROUND_PROPERLY(int obj)
  1151.         {
  1152.             Call(0x3f55f0, obj);
  1153.         }
  1154.  
  1155.         public static void set_entity_lod_dist(int entity, int distance)
  1156.         {
  1157.             Call(0x3b1b2c, entity, distance);
  1158.         }
  1159.  
  1160.         public static int get_entity_model(int entity)
  1161.         {
  1162.             return Call(0x000000, entity);
  1163.         }
  1164.  
  1165.         public static int get_entity_handle(int handle) //unk_0x8866D9D0
  1166.         {
  1167.             return Call(0x41f914, player_id(), handle);
  1168.         }
  1169.  
  1170.         public static float[] get_entity_rotation(int objID)
  1171.         {
  1172.             float[] numArray = new float[3];
  1173.             Call(0x3aa008, 0x10030000, objID);
  1174.             System.Threading.Thread.Sleep(20);
  1175.             numArray[0] = PS3.Extension.ReadFloat(0x10030000);
  1176.             numArray[1] = PS3.Extension.ReadFloat(0x10030004);
  1177.             numArray[2] = PS3.Extension.ReadFloat(0x10030008);
  1178.             return numArray;
  1179.         }
  1180.  
  1181.         public static void SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(int veh, bool toggle)
  1182.         {
  1183.             Call(0x45252c, veh, toggle);
  1184.         }
  1185.  
  1186.         public static void SET_VEHICLE_TYRES_CAN_BURST(int veh, bool toggle)
  1187.         {
  1188.             Call(0x44dc7c, veh, toggle);
  1189.         }
  1190.  
  1191.         public static void SET_ENTITY_CAN_BE_DAMAGED(int veh, bool toggle)
  1192.         {
  1193.             Call(0x3aff48, veh, toggle);
  1194.         }
  1195.  
  1196.         public static void shoot_single_bullet_between_coords(float[] coords, float[] coords2, int unk1, bool unk2, int weaponhash, int shooter, bool unk3, bool unk4, float unk5) // 0xCB7415AC
  1197.         {
  1198.             Call(0x000000, coords, coords2, unk1, unk2, weaponhash, shooter, unk3, unk4, unk5);
  1199.         }
  1200.  
  1201.         public static float[] get_gameplay_cam_coord()
  1202.         {
  1203.             float[] numArray = new float[3];
  1204.             Call(0x3a3c5c, 0x10030000);
  1205.             numArray[0] = PS3.Extension.ReadFloat(0x10030000);
  1206.             numArray[1] = PS3.Extension.ReadFloat(0x10030004);
  1207.             numArray[2] = PS3.Extension.ReadFloat(0x10030008);
  1208.             return numArray;
  1209.         }
  1210.  
  1211.         public static float[] get_gameplay_cam_rot(int mode)
  1212.         {
  1213.             float[] numArray = new float[3];
  1214.             Call(0x000000, 0x10030000, mode);
  1215.             numArray[0] = PS3.Extension.ReadFloat(0x10030000);
  1216.             numArray[1] = PS3.Extension.ReadFloat(0x10030004);
  1217.             numArray[2] = PS3.Extension.ReadFloat(0x10030008);
  1218.             return numArray;
  1219.         }
  1220.  
  1221.         public static float[] UNKY()
  1222.         {
  1223.             return get_gameplay_cam_rot(2);
  1224.             //return get_gameplay_cam_coord();
  1225.             float[] Position = new float[3];
  1226.             float[] pos = new float[3];
  1227.             Position = get_gameplay_cam_coord();
  1228.             pos[0] = Position[0] + 3.0f;
  1229.             pos[1] = Position[1] + 8.0f;
  1230.             pos[2] = Position[2];
  1231.         }
  1232.  
  1233.         public static int is_player_targetting_anything(int pedid)
  1234.         {
  1235.             return Call(0x000000, pedid);
  1236.         }
  1237.  
  1238.         public static int is_player_free_aiming(int pedid)
  1239.         {
  1240.             return Call(0x000000, pedid);
  1241.         }
  1242.  
  1243.         public static void disable_control_action(int toggle, int control)
  1244.         {
  1245.             Call(0x3fd074, toggle, control);
  1246.         }
  1247.  
  1248.         public static int is_disabled_control_just_pressed(int toggle, int control)
  1249.         {
  1250.             return Call(0x3fcb08, toggle, control);
  1251.         }
  1252.  
  1253.         public static int is_ped_shooting(int ped)
  1254.         {
  1255.             return Call(0x000000, ped);
  1256.         }
  1257.  
  1258.         public static int network_is_game_in_progress()
  1259.         {
  1260.             return Call(0x3e2474);
  1261.         }
  1262.  
  1263.         public static float[] get_entity_velocity(int Entity)
  1264.         {
  1265.             float[] numArray = new float[3];
  1266.             Call(0x3aa5f0, 0x10030000, Entity);
  1267.             numArray[0] = PS3.Extension.ReadFloat(0x10030000);
  1268.             numArray[1] = PS3.Extension.ReadFloat(0x10030004);
  1269.             numArray[2] = PS3.Extension.ReadFloat(0x10030008);
  1270.             return numArray;
  1271.         }
  1272.  
  1273.         public static void SET_PLAYER_MODEL(int Player, int ModelHash)
  1274.         {
  1275.             Call(0x41d5e8, Player, ModelHash);
  1276.         }
  1277.  
  1278.         public static void REQUEST_MODEL(int Hash)
  1279.         {
  1280.             Call(0x431768, Hash);
  1281.         }
  1282.  
  1283.         public static int is_entity_in_water(int entity)
  1284.         {
  1285.             return Call(0x3ab868, entity);
  1286.         }
  1287.  
  1288.         public static float[] get_ped_last_weapon_impact_coord(int ped)
  1289.         {
  1290.             float[] excoords = new float[3];
  1291.             Call(0x464e00, 0x10030000, ped, excoords);
  1292.             excoords[0] = PS3.Extension.ReadFloat(0x10030000);
  1293.             excoords[1] = PS3.Extension.ReadFloat(0x10030004);
  1294.             excoords[2] = PS3.Extension.ReadFloat(0x10030008);
  1295.             return excoords;
  1296.         }
  1297.  
  1298.         public static void SET_OVERRIDE_WEATHER(string type)
  1299.         {
  1300.             Call(0x3d1760, type);
  1301.         }
  1302.  
  1303.         public static void CustomDurby(string hash, float[] coords, int unk1, int unk2, int unk3)
  1304.         {
  1305.             Call(0x3f53ec, GetHash(hash), coords, unk1, unk2, unk3); //CREATE_OBJECT
  1306.         }
  1307.  
  1308.         public static void KillFeed(string Text)
  1309.         {
  1310.             Call(0x3c5488, "STRING"); //unk_0x574EE85C
  1311.             Call(0x3C5C30, Text); //unk_0x27A244D8
  1312.             Call(0x3C55F8, 0, 1); //unk_0x08F7AF78
  1313.         }
  1314.  
  1315.         public static void iPrintln(string Text)
  1316.         {
  1317.             Call(0x3c5870, "STRING"); //unk_0xF42C43C7
  1318.             Call(0x3C5C30, Text); //unk_0x27A244D8
  1319.             Call(0x3c5890, 800, 1); //unk_0x38F82261
  1320.         }
  1321.  
  1322.         ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1323.         //script stuff
  1324.  
  1325.         public static int sin(int value)
  1326.         {
  1327.             return Call(0x000000, value);
  1328.         }
  1329.  
  1330.         public static int cos(int value)
  1331.         {
  1332.             return Call(0x000000, value);
  1333.         }
  1334.  
  1335.         public static void start_new_script(string name)
  1336.         {
  1337.             Call(0x000000, name, 0x200);
  1338.         }
  1339.  
  1340.         public static void request_script(string name)
  1341.         {
  1342.             Call(0x000000, name);
  1343.         }
  1344.  
  1345.         public static void set_script_as_no_longer_needed(string name)
  1346.         {
  1347.             Call(0x000000, name);
  1348.         }
  1349.  
  1350.         public static void set_text_centre(int a)
  1351.         {
  1352.             Call(0x000000, a);
  1353.         }
  1354.  
  1355.         public static void set_text_colour(byte r, byte g, byte b, byte a)
  1356.         {
  1357.             byte[] buffer = new byte[] { r, g, b, a };
  1358.             Call(0x000000, buffer);
  1359.         }
  1360.  
  1361.         public static void set_text_dropshadow(int a, int b, int c, int d, int e)
  1362.         {
  1363.             Call(0x000000, a, b, c, d, e);
  1364.         }
  1365.  
  1366.         public static void set_text_edge(int a, int b, int c, int d, int e)
  1367.         {
  1368.             Call(0x000000, a, b, c, d, e);
  1369.         }
  1370.  
  1371.         public static void set_text_font(int fontid)
  1372.         {
  1373.             Call(0x000000, fontid);
  1374.         }
  1375.  
  1376.         public static void set_text_leading(string text)
  1377.         {
  1378.             Call(0x000000, text);
  1379.         }
  1380.  
  1381.         public static void set_text_outline()
  1382.         {
  1383.             Call(0x000000, 0);
  1384.         }
  1385.  
  1386.         public static void set_text_scale(float a, float b)
  1387.         {
  1388.             Call(0x000000, a, b);
  1389.         }
  1390.  
  1391.         public static void set_text_wrap(float a, float b)
  1392.         {
  1393.             Call(0x000000, a, b);
  1394.         }
  1395.  
  1396.         public static void _SET_TEXT_ENTRY(string type)
  1397.         {
  1398.             Call(0x000000, type);
  1399.         }
  1400.  
  1401.         public static void unk_text_2(string str) //unk_0x0829A799
  1402.         {
  1403.             Call(0x000000, str);
  1404.         }
  1405.  
  1406.         public static void _DRAW_TEXT(float u1, float u2)
  1407.         {
  1408.             Call(0x000000, u1, u2);
  1409.         }
  1410.         /*
  1411.                public static void DisplayText(char *text, float 2dX, float 2dY)
  1412.                {
  1413.                    SetUpWhiteDraw();
  1414.                    _0x3E35563E("STRING") //text display type
  1415.                    _0x27A244D8(text); // add the text component
  1416.                    _0x6F8350CE(2dX, 2dY);//actually draw the text
  1417.                }
  1418.  
  1419.                public static void SetUpWhiteDraw()
  1420.                {
  1421.                    SET_TEXT_FONT(0);
  1422.                    SET_TEXT_SCALE(0.40f, 0.40f);
  1423.                    SET_TEXT_COLOUR(255, 255, 255, 255);
  1424.                    SET_TEXT_WRAP(0.0f, 1.0f);
  1425.                    SET_TEXT_CENTRE(0);
  1426.                    SET_TEXT_DROPSHADOW(0, 0, 0, 0, 0);
  1427.                    SET_TEXT_EDGE(0, 0, 0, 0, 0);
  1428.                }
  1429.                */
  1430.         private static void createText()
  1431.         {
  1432.             Call(0x000000, (0));
  1433.             Call(0x000000, (0.4f), 0.4f);
  1434.             Call(0x000000, (255), 255, 255, 255);
  1435.             Call(0x000000, (0.0f), 1.0f);
  1436.             Call(0x000000, (1));
  1437.             Call(0x000000, (0), 0, 0, 0, 0);
  1438.             Call(0x000000, (0), 0, 0, 0, 0);
  1439.         }
  1440.  
  1441.         private static void setText(string param0, float param1)
  1442.         {
  1443.             Call(0x000000, ("STRING")); //set stack type string. //unk_text_1
  1444.             Call(0x000000, (param0)); //set the stack string name //unk_text_2
  1445.             Call(0x000000, (0.5f), param1); //X, Y ??? //unk_text_3
  1446.         }
  1447.  
  1448.         public static void create_text(string str, float val)
  1449.         {
  1450.             createText();
  1451.             setText(str, val);
  1452.         }
  1453.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1454.         private void button3_Click_1(object sender, EventArgs e)
  1455.         {
  1456.             give_all_weapons(player_ped_id_());
  1457.         }
  1458.  
  1459.         private void button6_Click_1(object sender, EventArgs e)
  1460.         {
  1461.             set_player_wanted_level(player_id(), 0);
  1462.         }
  1463.  
  1464.         private void button1_Click_1(object sender, EventArgs e)
  1465.         {
  1466.             PS3.ConnectTarget();
  1467.             PS3.AttachProcess();
  1468.             if (PS3.AttachProcess())
  1469.             {
  1470.                 toolStripStatusLabel1.Text = "PS3: Attached";
  1471.                 toolStripStatusLabel1.ForeColor = System.Drawing.Color.Lime;
  1472.                 if (PS3.Extension.ReadUInt32(0x1beb600) == 0xF821FF91)
  1473.                 {
  1474.                     toolStripStatusLabel2.Text = "RPC: Enabled!";
  1475.                     toolStripStatusLabel2.ForeColor = System.Drawing.Color.Lime;
  1476.                 }
  1477.             }
  1478.         }
  1479.  
  1480.         private void button2_Click_1(object sender, EventArgs e)
  1481.         {
  1482.             PS3.ChangeAPI(SelectAPI.ControlConsole);
  1483.             if (PS3.ConnectTarget(0))
  1484.             {
  1485.                 if (PS3.AttachProcess())
  1486.                 {
  1487.                     toolStripStatusLabel1.Text = "PS3: Attached";
  1488.                     toolStripStatusLabel1.ForeColor = System.Drawing.Color.Lime;
  1489.                     if (PS3.Extension.ReadUInt32(0x1beb600) == 0xF821FF91)
  1490.                     {
  1491.                         toolStripStatusLabel2.Text = "RPC: Enabled!";
  1492.                         toolStripStatusLabel2.ForeColor = System.Drawing.Color.Lime;
  1493.                     }
  1494.                 }
  1495.             }
  1496.         }
  1497.  
  1498.         private void button4_Click_1(object sender, EventArgs e)
  1499.         {
  1500.             remove_all_ped_weapons(player_ped_id_());
  1501.         }
  1502.  
  1503.         private void button7_Click_2(object sender, EventArgs e)
  1504.         {
  1505.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  1506.                 return;
  1507.             set_vehicle_fixed(get_vehicle_ped_is_using(player_ped_id_()));
  1508.             set_entity_health(get_vehicle_ped_is_using(player_ped_id()), 1000);
  1509.             Call(0x4526c0, get_vehicle_ped_is_using(player_ped_id_()), 0f); //set_vehicle_dirt_level
  1510.             SET_VEHICLE_DEFORMATION_FIXED(get_vehicle_ped_is_using(player_ped_id_()));
  1511.         }
  1512.  
  1513.         private void button8_Click_1(object sender, EventArgs e)
  1514.         {
  1515.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  1516.                 return;
  1517.             set_vehicle_forward_speed(get_vehicle_ped_is_using(player_ped_id_()), boostspeed);
  1518.         }
  1519.  
  1520.         private void button10_Click(object sender, EventArgs e)
  1521.         {
  1522.             Players.Items.Clear();
  1523.             for (int i = 0; i < 18; i++)
  1524.             {
  1525.                 Players.Items.Add(get_player_name(i));
  1526.             }
  1527.         }
  1528.  
  1529.         private void button49_Click(object sender, EventArgs e)
  1530.         {
  1531.             Enable3();
  1532.             toolStripStatusLabel2.Text = "Enabled";
  1533.             toolStripStatusLabel2.ForeColor = Color.Lime;
  1534.             MessageBox.Show("Established Succsessfully");
  1535.         }
  1536.  
  1537.         private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
  1538.         {
  1539.             network_get_player_index(Players.SelectedIndex);
  1540.             get_player_ped_id(Players.SelectedIndex);
  1541.         }
  1542.  
  1543.         private void button31_Click(object sender, EventArgs e)
  1544.         {
  1545.             network_earn_from_rockstar(Convert.ToInt32(textBox1.Text));
  1546.             Call(0x427dac, GetHash("MP0_MONEY_EARN_ROCKSTAR_AWARD"), 0, 0); //STAT_SET_INT
  1547.             Call(0x428244, GetHash("MPPLY_IS_HIGH_EARNER"), 0, 0); //STAT_SET_BOOL
  1548.         }
  1549.  
  1550.         private void button28_Click(object sender, EventArgs e)
  1551.         {
  1552.             network_get_player_index(Players.SelectedIndex);
  1553.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  1554.             int mypedid = Call(0x4201b8, 0); //player_ped_id
  1555.             int clientsveh = Call(0x40acac, getplayerped); //GET_VEHICLE_PED_IS_USING
  1556.             int seatindex = IS_SEAT_FREE(clientsveh);
  1557.             Call(0x3b0830, player_ped_id(), get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  1558.             Thread.Sleep(3000);
  1559.             if (is_ped_in_any_vehicle(clientsveh) > 0)
  1560.             {
  1561.                 Call(0x40539c, mypedid, clientsveh, seatindex); //SET_PED_INTO_VEHICLE
  1562.             }
  1563.             else
  1564.             {
  1565.                 Call(0x40539c, mypedid, clientsveh, seatindex);
  1566.                 Call(0x40539c, mypedid, clientsveh, seatindex);
  1567.             }
  1568.         }
  1569.  
  1570.         private void button37_Click(object sender, EventArgs e)    //stat_set_bool
  1571.         {
  1572.             Call(0x428244, 2187123212, 1);  // mp0_NO_TUT_SPAWN
  1573.             Call(0x428244, 3580365573, 1);  // mp0_FRONT_END_JIP_UNLOCKED
  1574.             Call(0x428244, 211659663, 1);   // mp0_FM_TRIGTUT_DONE
  1575.             Call(0x428244, 129572558, 1);  // mp0_FM_HOLDTUT_DONE
  1576.             Call(0x428244, 2478049476, 1);  // mp0_FM_CMODTUT_DONE
  1577.             Call(0x428244, 1485187367, 1);  // mp0_FM_RACETUT_DONE
  1578.             Call(0x428244, GetHash("MP0_FM_INTRO_CUT_DONE"), 1, Convert.ToInt32(1));
  1579.             Call(0x428244, GetHash("MP0_FM_INTRO_MISS_DONE"), 1, Convert.ToInt32(1));
  1580.             Call(0x428244, GetHash("MP0_NO_TUT_SPAWN"), 1, Convert.ToInt32(1));
  1581.             Call(0x428244, GetHash("MP0_FRONT_END_JIP_UNLOCKED"), 1, Convert.ToInt32(1));
  1582.             Call(0x428244, GetHash("MP0_FM_TRIGTUT_DONE"), 1, Convert.ToInt32(1));
  1583.             Call(0x428244, GetHash("MP0_FM_HOLDTUT_DONE"), 1, Convert.ToInt32(1));
  1584.             Call(0x428244, GetHash("MP0_FM_CMODTUT_DONE"), 1, Convert.ToInt32(1));
  1585.             Call(0x428244, GetHash("MP0_FM_RACETUT_DONE"), 1, Convert.ToInt32(1));
  1586.             Call(0x428244, GetHash("MP0_FM_RACETUT_DONE"), 1, Convert.ToInt32(1));
  1587.             Call(0x428244, GetHash("MP0_FM_BUYGAR_DONE"), 1, Convert.ToInt32(1));
  1588.             Call(0x428244, GetHash("MP0_FM_NOTUT_DONE"), 1, Convert.ToInt32(1));
  1589.             Call(0x428244, GetHash("MPPLY_NO_MORE_TUTORIALS"), 1, Convert.ToInt32(1));
  1590.  
  1591.             //Char 2
  1592.             Call(0x428244, 1512586073, 1);  // mp1_NO_TUT_SPAWN
  1593.             Call(0x428244, 383135456, 1);  // mp1_FRONT_END_JIP_UNLOCKED
  1594.             Call(0x428244, 3765942469, 1);   // mp1_FM_TRIGTUT_DONE
  1595.             Call(0x428244, 1563054799, 1);  // mp1_FM_HOLDTUT_DONE
  1596.             Call(0x428244, 4236682697, 1);  // mp1_FM_CMODTUT_DONE
  1597.             Call(0x428064, 3813062193, 1);  // mp1_FM_RACETUT_DONE
  1598.             stat_set_int(get_hash_key("MP0_TUTORIAL_BITSET"), 1);
  1599.             Call(0x428244, GetHash("MP0_USE_SECOND_TUT_SPAWN_POS"), 1); //bool
  1600.         }
  1601.  
  1602.         private void button66_Click(object sender, EventArgs e)
  1603.         {
  1604.             /*
  1605.             get_current_ped_weapon(player_ped_id(), &iVar3, 1);
  1606.             if (iVar3 != joaat("weapon_ball") && !(iLocal_26 == 15 && iLocal_27 == 1))
  1607.             {
  1608.                 if (get_player_target_entity(player_id(), &uVar4) || unk_0x8866D9D0(player_id(), &uVar4))
  1609.                 {
  1610.                     if (is_entity_a_ped(uVar4))
  1611.                     {
  1612.                     }
  1613.                 }
  1614.             }
  1615.           */
  1616.             int PlayerID = player_id();
  1617.             if (Call(0x41f7c8, PlayerID) == 1) //IS_PLAYER_FREE_AIMING
  1618.             {
  1619.                 disable_control_action(0, 24);
  1620.                 if (is_disabled_control_just_pressed(0, 24) == 1)
  1621.                 {
  1622.                     //int num00 = get_entity_model(entity);
  1623.                     //textBox2.Text = num00.ToString();
  1624.                     //get_entity_model(entity);
  1625.                 }
  1626.             }
  1627.  
  1628.             else if (Call(0x41faa4, PlayerID) == 1) //IS_PLAYER_TARGETTING_ANYTHING
  1629.             {
  1630.                 disable_control_action(0, 24);
  1631.                 if (is_disabled_control_just_pressed(0, 24) == 1)
  1632.                 {
  1633.                     //int num00 = get_entity_model(entity);
  1634.                     //textBox2.Text = num00.ToString();
  1635.  
  1636.                 }
  1637.             }
  1638.  
  1639.             //0x8866D9D0 //get the handle
  1640.  
  1641.             //GET_CURRENT_PED_WEAPON
  1642.             //IS_PED_ON_FOOT
  1643.             //IS_PLAYER_FREE_AIMING
  1644.             //IS_PLAYER_TARGETTING_ANYTHING
  1645.         }
  1646.  
  1647.         private void button70_Click(object sender, EventArgs e)
  1648.         {
  1649.             Players2.Items.Clear();
  1650.             for (int i = 0; i < 0x10; i++)
  1651.             {
  1652.                 Players2.Items.Add(get_player_name(i));
  1653.             }
  1654.         }
  1655.         private void textBox3_TextChanged(object sender, EventArgs e)
  1656.         {
  1657.             int playerid = player_ped_id();
  1658.             Thread.Sleep(10);
  1659.             int vehid = get_vehicle_ped_is_in(playerid);
  1660.             Thread.Sleep(10);
  1661.             if (is_ped_in_any_vehicle(playerid) > 0)
  1662.             {
  1663.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  1664.                 Call(0x45abc4, vehid, (Convert.ToInt32(0))); //SET_VEHICLE_MOD_KIT
  1665.                 Call(0x44f36c, vehid, textBox3.Text); //SET_VEHICLE_NUMBER_PLATE_TEXT
  1666.             }
  1667.         }
  1668.  
  1669.         private void button76_Click(object sender, EventArgs e)
  1670.         {
  1671.             for (int i = 0; i < 0x10; i++)
  1672.             {
  1673.                 network_get_player_index(i);
  1674.                 int getplayerped = get_player_ped_id(i);
  1675.                 if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  1676.                 {
  1677.                     Call(0x3ba934, get_entity_coords(getplayerped), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
  1678.                     if (is_ped_in_any_vehicle(getplayerped) > 0)
  1679.                     {
  1680.                         Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
  1681.                         Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
  1682.                         Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
  1683.                     }
  1684.                 }
  1685.             }
  1686.         }
  1687.  
  1688.         private void button5_Click(object sender, EventArgs e)
  1689.         {
  1690.             for (int i = 0; i < 0x10; i++)
  1691.             {
  1692.                 network_get_player_index(i);
  1693.                 int playerpedid = get_player_ped_id(i);
  1694.                 int entity = get_vehicle_ped_is_in(playerpedid);
  1695.                 if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  1696.                 {
  1697.                     float[] numArray = get_entity_coords(playerpedid);
  1698.                     float[] numArray2 = new float[3];
  1699.                     if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
  1700.                     {
  1701.                         int hash = Call(0x3f53ec, GetHash("p_parachute1_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
  1702.                         if (hash > 0)
  1703.                         {
  1704.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  1705.                             {
  1706.                                 attach_entity_to_entity(hash, entity);
  1707.                             }
  1708.                             else
  1709.                             {
  1710.                                 attach_entity_to_entity(hash, playerpedid);
  1711.                             }
  1712.                         }
  1713.                     }
  1714.                 }
  1715.             }
  1716.         }
  1717.  
  1718.         private void button35_Click(object sender, EventArgs e)
  1719.         {
  1720.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  1721.                 return;
  1722.             SET_CHROME(get_vehicle_ped_is_using(player_ped_id_()));
  1723.         }
  1724.  
  1725.         private void button73_Click(object sender, EventArgs e)
  1726.         {
  1727.             for (int i = 0; i < 0x10; i++)
  1728.             {
  1729.                 network_get_player_index(i);
  1730.                 int id = get_player_ped_id(i);
  1731.                 if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
  1732.                 {
  1733.                     CLEAR_PED_TASKS_IMMEDIATELY(id);
  1734.                     Call(0x3ba934, get_entity_coords(id), 14, 5f, 0, 1, 5f); //add_explosion
  1735.                 }
  1736.             }
  1737.         }
  1738.  
  1739.         private void button82_Click(object sender, EventArgs e)
  1740.         {
  1741.             set_entity_alpha(get_vehicle_ped_is_using(player_ped_id_()), 0);
  1742.         }
  1743.  
  1744.         private void button83_Click(object sender, EventArgs e)
  1745.         {
  1746.             set_entity_alpha(get_vehicle_ped_is_using(player_ped_id_()), 150);
  1747.         }
  1748.  
  1749.         private void checkBox24_CheckedChanged(object sender, EventArgs e)
  1750.         {
  1751.             /*
  1752.             if (checkBox24.Checked)
  1753.             {
  1754.                 timer22.Enabled = true;
  1755.             }
  1756.             else
  1757.             {
  1758.                 timer22.Enabled = false;            //super junmp
  1759.             }
  1760.              */
  1761.             if (checkBox24.Checked)
  1762.             {
  1763.                 byte[] buffer = new byte[] { 0x60, 0x00, 0x00, 0x00 };
  1764.                 PS3.SetMemory(0x5ea330, buffer);
  1765.             }
  1766.             else
  1767.             {
  1768.                 byte[] buffer = new byte[] { 0x41, 0x82, 0x00, 0x10 };
  1769.                 PS3.SetMemory(0x5ea330, buffer);
  1770.             }
  1771.         }
  1772.  
  1773.         private void button84_Click(object sender, EventArgs e)
  1774.         {
  1775.             Call(0x455dc8, get_vehicle_ped_is_using(player_ped_id_()), -1f);  //set_vehicle_engine_health
  1776.         }
  1777.  
  1778.         private void checkBox1_CheckedChanged(object sender, EventArgs e)
  1779.         {
  1780.             if (checkBox1.Checked == true)
  1781.             {
  1782.                 int playerid = player_ped_id();
  1783.                 Thread.Sleep(10);
  1784.                 int vehid = get_vehicle_ped_is_in(playerid);
  1785.                 if (is_ped_in_any_vehicle(playerid) > 0)
  1786.                 {
  1787.                     Call(0x3b13a8, vehid, 1); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER      
  1788.                     Call(0x44ae98, vehid, (Convert.ToInt32(0))); //DISABLE_VEHICLE_IMPACT_EXPLOSION_ACTIVATION
  1789.                     Call(0x4526c0, vehid, 0f); //SET_VEHICLE_DIRT_LEVEL
  1790.                     Call(0x453cd0, vehid, 0); //set_vehicle_can_break
  1791.                     Call(0x4526c0, vehid, 0f); //SET_VEHICLE_DIRT_LEVEL
  1792.                     SET_ENTITY_CAN_BE_DAMAGED(vehid, false);
  1793.                     Call(0x3b14b4, vehid, 1, 1, 1, 1, 1, 1, 1, 1); //set_entity_proofs
  1794.                     SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(vehid, false);
  1795.                     Call(0x453cd0, vehid, 0); //set_vehicle_can_break
  1796.                     SET_VEHICLE_TYRES_CAN_BURST(vehid, false);
  1797.                 }
  1798.             }
  1799.             if (checkBox1.Checked == false)
  1800.             {
  1801.                 int playerid = player_ped_id();
  1802.                 Thread.Sleep(10);
  1803.                 int vehid = get_vehicle_ped_is_in(playerid);
  1804.                 if (is_ped_in_any_vehicle(playerid) > 0)
  1805.                 {
  1806.                     Call(0x3b13a8, vehid, 0);
  1807.                     Call(0x44ae98, vehid, 1); //DISABLE_VEHICLE_IMPACT_EXPLOSION_ACTIVATION
  1808.                     Call(0x4526c0, vehid, 15f);
  1809.                     Call(0x453cd0, vehid, 1);
  1810.                     Call(0x4526c0, vehid, 15f);
  1811.                     SET_ENTITY_CAN_BE_DAMAGED(vehid, true);
  1812.                     Call(0x3b14b4, vehid, 0, 0, 0, 0, 0, 0, 0, 0); //set_entity_proofs
  1813.                     SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(vehid, true);
  1814.                     Call(0x453cd0, vehid, 1); //set_vehicle_can_break
  1815.                     SET_VEHICLE_TYRES_CAN_BURST(vehid, true);
  1816.                 }
  1817.             }
  1818.         }
  1819.  
  1820.         private void button86_Click(object sender, EventArgs e)
  1821.         {
  1822.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  1823.                 return;
  1824.             SET_CHROME(get_vehicle_ped_is_using(player_ped_id_()));
  1825.             set_vehicle_number_plate_text(get_vehicle_ped_is_using(player_ped_id_()), "roulette");
  1826.             set_vehicle_number_plate_text_index(get_vehicle_ped_is_using(player_ped_id_()), 5);
  1827.             set_vehicle_window_tint(get_vehicle_ped_is_using(player_ped_id_()), 1);
  1828.             Call(0x45bc94, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(1)); //SET_VEHICLE_WINDOW_TINT
  1829.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1830.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1831.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1832.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(1), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1833.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1834.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(2), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1835.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1836.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(3), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1837.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1838.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(4), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1839.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1840.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(5), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1841.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1842.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(6), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1843.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1844.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(7), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1845.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1846.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(8), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1847.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1848.             SET_VEHICLE_EXTRA(get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(9), Convert.ToInt32(0)); //SET_VEHICLE_EXTRA
  1849.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(16), Convert.ToInt32(4)); //SET_VEHICLE_MOD
  1850.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(14), Convert.ToInt32(17)); //SET_VEHICLE_MOD
  1851.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(11), Convert.ToInt32(3)); //SET_VEHICLE_MOD
  1852.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(12), Convert.ToInt32(2)); //SET_VEHICLE_MOD
  1853.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(13), Convert.ToInt32(3)); //SET_VEHICLE_MOD
  1854.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(15), Convert.ToInt32(3)); //SET_VEHICLE_MOD
  1855.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(17), Convert.ToInt32(1)); //SET_VEHICLE_MOD
  1856.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(22), Convert.ToInt32(0)); //SET_VEHICLE_MOD
  1857.             Call(0x44dc7c, get_vehicle_ped_is_using(player_ped_id_()), 0); //SET_VEHICLE_TYRES_CAN_BURST
  1858.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(23), 0, Convert.ToInt32(1));  //custom tires //SET_VEHICLE_MOD
  1859.             Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(24), 0, Convert.ToInt32(1)); //SET_VEHICLE_MOD
  1860.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1861.             Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 18, 1);  //turbo //TOGGLE_VEHICLE_MOD
  1862.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1863.             Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 22, 1);  //xeon lights  //TOGGLE_VEHICLE_MOD
  1864.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  1865.             Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1);  //tyre smoke  //TOGGLE_VEHICLE_MOD
  1866.             set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), 0, 0, 0);
  1867.             int num = (int)MessageBox.Show("Done!", "Attention", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  1868.         }
  1869.  
  1870.         private void button25_Click(object sender, EventArgs e)
  1871.         {
  1872.             network_get_player_index(Players.SelectedIndex);
  1873.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  1874.             Call(0x3ba934, get_entity_coords(getplayerped), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
  1875.         }
  1876.  
  1877.         private void button17_Click(object sender, EventArgs e)
  1878.         {
  1879.             const uint WaypointOffset = 0x1D4A540;
  1880.             const uint TPOffset = 0x1C7FD8C;
  1881.  
  1882.             float x, y;
  1883.             x = PS3.Extension.ReadFloat(WaypointOffset);
  1884.             y = PS3.Extension.ReadFloat(WaypointOffset + 4);
  1885.             if (x != 64000f && y != 64000f)
  1886.             {
  1887.                 uint tppoint2 = PS3.Extension.ReadUInt32(TPOffset) + 0x1C;
  1888.                 uint tpoff = PS3.Extension.ReadUInt32(tppoint2) + 0x40;
  1889.  
  1890.                 PS3.Extension.WriteFloat(tpoff, x);
  1891.                 PS3.Extension.WriteFloat(tpoff + 4, y);
  1892.                 PS3.Extension.WriteFloat(tpoff + 8, -1000f);
  1893.             }
  1894.         }
  1895.  
  1896.         private void button30_Click(object sender, EventArgs e)
  1897.         {
  1898.             int num3 = Call(0x3B9228); //GET_MAIN_PLAYER_BLIP_ID
  1899.             //GET_BLIP_INFO_ID_ENTITY_INDEX
  1900.             //GET_BLIP_FROM_ENTITY
  1901.             //ADD_BLIP_FOR_ENTITY
  1902.             //SET_BLIP_SHOW_CONE
  1903.             //_0x41B0D022
  1904.             //_0x199DED14
  1905.             //_0x1A4318F7
  1906.             Call(0x3B8D10, num3, 1); //SET_BLIP_DISPLAY
  1907.             //Call(0x3B8D10, num3, 4); //SET_BLIP_DISPLAY
  1908.             Call(0x3B8728, num3, 0, 0); //SET_BLIP_FADE
  1909.             Call(0x3B87C0, num3, 1000000); //SET_BLIP_FLASH_TIMER
  1910.             Call(0x3B8B80, num3, 1); //SET_BLIP_FLASHES
  1911.             Call(0x3B87F4, num3, 1000000); //SET_BLIP_FLASH_INTERVAL
  1912.             Call(0x3B8C00, num3, 1); //SET_BLIP_FLASHES_ALTERNATE
  1913.             Call(0x3B86A8, num3, 1); //SET_BLIP_ALPHA
  1914.             Call(0x3B85A0, num3, 0); //SET_BLIP_COLOUR
  1915.             Call(0x420FF8, player_id(), 0, 512); //SET_PLAYER_CONTROL
  1916.             SET_EVERYONE_IGNORE_PLAYER(player_id(), 1);
  1917.             //Call(0x3DE6A4, 1); //FADE_OUT_LOCAL_PLAYER
  1918.             Call(0x3DE6A4, 0); //FADE_OUT_LOCAL_PLAYER
  1919.             Call(0x3A2490, player_ped_id(), 0); //set_entity_visible
  1920.             Call(0x3B8200, 0); //DISPLAY_RADAR 0 for off 1 for one
  1921.             //network_get_player_index(Players.SelectedIndex); //might not need this
  1922.             Call(0x3DA394, player_id(), 0); //SET_PLAYER_INVISIBLE_LOCALLY
  1923.             Call(0x3D7414, 4000); //NETWORK_SET_LOCAL_PLAYER_INVINCIBLE_TIME
  1924.             //0x64235620
  1925.             //0xBEB7281A
  1926.             //0x1877D451
  1927.             /*
  1928.             if (Loop0)
  1929.             {
  1930.                 SET_EVERYONE_IGNORE_PLAYER(player_id(), 1);
  1931.                 Call(0x3DE6A4, 1); //FADE_OUT_LOCAL_PLAYER
  1932.                 Call(0x3A2490, player_ped_id(), 0); //set_entity_visible
  1933.                 Call(0x3B8200, 0); //DISPLAY_RADAR 0 for off 1 for one
  1934.                 Call(0x3DA394, player_id(), 0); //SET_PLAYER_INVISIBLE_LOCALLY
  1935.                 //Loop0 = false;
  1936.             }
  1937.             else
  1938.             {
  1939.                 //SET_EVERYONE_IGNORE_PLAYER(player_id(), 0);
  1940.                 //Call(0x3A2490, player_ped_id(), 1); //set_entity_visible
  1941.                 //Loop0 = true;
  1942.             }
  1943.              */
  1944.         }
  1945.  
  1946.         private void button85_Click(object sender, EventArgs e)
  1947.         {
  1948.             Call(0x455dc8, get_vehicle_ped_is_using(player_ped_id_()), 1000f); //set_vehicle_engine_health
  1949.         }
  1950.  
  1951.         private void button81_Click(object sender, EventArgs e)
  1952.         {
  1953.             int num = player_ped_id();
  1954.             float[] num2 = get_entity_coords(num);
  1955.             int num3 = Call(0x4508e8, num2, 500f, 0, 0); //GET_CLOSEST_VEHICLE
  1956.             NETWORK_REQUEST_CONTROL_OF_ENTITY(num3);
  1957.             Call(0x3b07b8, num3, num2); //SET_ENTITY_COORDS
  1958.             Call(0x40539c, num, num3, 0); //SET_PED_INTO_VEHICLE
  1959.             Call(0x40539c, num, num3, -1); //SET_PED_INTO_VEHICLE
  1960.         }
  1961.  
  1962.         private void checkBox21_CheckedChanged(object sender, EventArgs e)
  1963.         {
  1964.             if (checkBox21.Checked)
  1965.             {
  1966.                 Call(0x3b13a8, player_ped_id_(), 1); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER      
  1967.                 Call(0x3aff48, player_ped_id_(), 0);   //set_entity_can_be_damaged
  1968.                 Call(0x3b14b4, player_ped_id_(), 1, 1, 1, 1, 1, 1, 1, 1); //set_entity_proofs
  1969.                 SET_PED_CAN_RAGDOLL(player_ped_id_(), 0);
  1970.                 SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 0);
  1971.                 Call(0x40b660, player_ped_id(), 1); //set_ped_can_be_knocked_off_vehicle
  1972.                 //SET_ENTITY_INVINCIBLE(player_ped_id(), true);
  1973.             }
  1974.             else
  1975.             {
  1976.                 Call(0x3b13a8, player_ped_id_(), 0); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER      
  1977.                 Call(0x3aff48, player_ped_id_(), 1);   //set_entity_can_be_damaged
  1978.                 Call(0x3b14b4, player_ped_id_(), 0, 0, 0, 0, 0, 0, 0, 0); //set_entity_proofs
  1979.                 SET_PED_CAN_RAGDOLL(player_ped_id_(), 1);
  1980.                 SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 1);
  1981.                 Call(0x40b660, player_ped_id(), 0); //set_ped_can_be_knocked_off_vehicle
  1982.                 //SET_ENTITY_INVINCIBLE(player_ped_id(), false);
  1983.             }
  1984.         }
  1985.  
  1986.         private void button18_Click(object sender, EventArgs e)
  1987.         {
  1988.             network_spent_cash_drop(Convert.ToInt32(textBox5.Text));
  1989.         }
  1990.  
  1991.         private void button38_Click(object sender, EventArgs e)
  1992.         {
  1993.             int red = RandomInt.Next(0, (int)byte.MaxValue);
  1994.             int green = RandomInt.Next(0, (int)byte.MaxValue);
  1995.             int blue = RandomInt.Next(0, (int)byte.MaxValue);
  1996.             RandomInt.Next(0, (int)byte.MaxValue);
  1997.             RandomInt.Next(0, (int)byte.MaxValue);
  1998.             RandomInt.Next(0, (int)byte.MaxValue);
  1999.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  2000.                 return;
  2001.             set_vehicle_custom_primary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  2002.             set_vehicle_custom_secondary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  2003.             SET_VEHICLE_EXTRA_COLOURS(get_vehicle_ped_is_using(player_ped_id_()), red, green);
  2004.         }
  2005.  
  2006.         private void button88_Click(object sender, EventArgs e)
  2007.         {
  2008.             if (network_is_host() == 1)
  2009.             {
  2010.                 network_session_kick_player(get_player_ped_id(Players.SelectedIndex));
  2011.             }
  2012.             else
  2013.             {
  2014.                 int num = (int)MessageBox.Show("Error: You are not the host.", "Attention", MessageBoxButtons.OK, MessageBoxIcon.Hand);
  2015.             }
  2016.             KICK(Players.SelectedIndex);
  2017.         }
  2018.  
  2019.         private void button40_Click(object sender, EventArgs e)
  2020.         {
  2021.             network_get_player_index(Players.SelectedIndex);
  2022.             int num = get_player_ped_id(Players.SelectedIndex);
  2023.             give_all_weapons(get_player_ped_id(Players.SelectedIndex));
  2024.         }
  2025.  
  2026.         private void button41_Click(object sender, EventArgs e)
  2027.         {
  2028.             network_get_player_index(Players.SelectedIndex);
  2029.             int num = get_player_ped_id(Players.SelectedIndex);
  2030.             Call(0x463a70, num, 1);  //REMOVE_ALL_PED_WEAPONS
  2031.         }
  2032.  
  2033.         private void button80_Click(object sender, EventArgs e)
  2034.         {
  2035.             for (int index = 0; index <= 15; ++index)
  2036.             {
  2037.                 network_get_player_index(index);
  2038.                 int id = get_player_ped_id(index);
  2039.                 if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
  2040.                 {
  2041.                     Call(0x41de10, get_entity_coords(id), 5);
  2042.                     // set_player_wanted_level
  2043.                 }
  2044.             }
  2045.         }
  2046.  
  2047.         private void button90_Click(object sender, EventArgs e)
  2048.         {
  2049.             int vehid = get_vehicle_ped_is_in(player_ped_id());
  2050.             Call(0x44adf8, vehid);  //SET_VEHICLE_ON_GROUND_PROPERLY
  2051.         }
  2052.  
  2053.         private void checkBox3_CheckedChanged(object sender, EventArgs e)
  2054.         {
  2055.             if (checkBox3.Checked)
  2056.             {
  2057.                 int playerpedid = player_ped_id();
  2058.                 int num2 = get_vehicle_ped_is_in(playerpedid);
  2059.                 if (is_ped_in_any_vehicle(playerpedid) > 0)
  2060.                 {
  2061.                     Call(0x3ae108, num2, 1); //FREEZE_ENTITY_POSITION
  2062.                 }
  2063.             }
  2064.             if (!checkBox3.Checked)
  2065.             {
  2066.                 int num3 = player_ped_id();
  2067.                 int num4 = get_vehicle_ped_is_in(num3);
  2068.                 if (is_ped_in_any_vehicle(num3) > 0)
  2069.                 {
  2070.                     Call(0x3ae108, num4, 0); //FREEZE_ENTITY_POSITION
  2071.                 }
  2072.             }
  2073.         }
  2074.  
  2075.         private void checkBox28_CheckedChanged(object sender, EventArgs e)
  2076.         {
  2077.             if (checkBox28.Checked)
  2078.             {
  2079.                 set_nightvision(1);
  2080.             }
  2081.             else
  2082.             {
  2083.                 set_nightvision(0);
  2084.             }
  2085.         }
  2086.  
  2087.         private void button27_Click(object sender, EventArgs e)
  2088.         {
  2089.             if (is_ped_in_any_vehicle(player_ped_id()) > 0)
  2090.             {
  2091.                 LOCK_DOORS(get_vehicle_ped_is_in(player_ped_id()), 1);
  2092.             }
  2093.         }
  2094.         private void checkBox29_CheckedChanged(object sender, EventArgs e)
  2095.         {
  2096.             if (checkBox29.Checked)
  2097.             {
  2098.                 if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  2099.                     return;
  2100.                 TOGGLE_ALL_DOORS(get_vehicle_ped_is_using(player_ped_id_()), true);
  2101.             }
  2102.             else
  2103.             {
  2104.                 if (is_ped_in_any_vehicle(player_ped_id_()) == 1)
  2105.                 {
  2106.                     TOGGLE_ALL_DOORS(get_vehicle_ped_is_using(player_ped_id_()), false);
  2107.                 }
  2108.             }
  2109.         }
  2110.  
  2111.         private void button77_Click(object sender, EventArgs e)
  2112.         {
  2113.             Call(0x3ba934, get_entity_coords(player_ped_id_()), 29, 5f, 0, 1, 5f); //ADD_EXPLOSION
  2114.         }
  2115.  
  2116.         private void button91_Click(object sender, EventArgs e)
  2117.         {
  2118.             stat_set_int(get_hash_key("MPPLY_DEATHS_PLAYER"), Convert.ToInt32(numericUpDown2.Text));
  2119.             stat_set_int(get_hash_key("MPPLY_KILLS_PLAYERS"), Convert.ToInt32(numericUpDown1.Text));
  2120.         }
  2121.  
  2122.         private void button23_Click(object sender, EventArgs e)
  2123.         {
  2124.             network_get_player_index(Players.SelectedIndex);
  2125.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2126.             int num2 = get_vehicle_ped_is_in(player_ped_id());
  2127.             if (is_ped_in_any_vehicle(player_ped_id()) > 0)
  2128.             {
  2129.                 Call(0x3b0830, num2, get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  2130.             }
  2131.             else
  2132.             {
  2133.                 Call(0x3b0830, player_ped_id(), get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  2134.             }
  2135.         }
  2136.         private void button74_Click(object sender, EventArgs e)
  2137.         {
  2138.             for (int i = 0; i < 0x10; i++)
  2139.             {
  2140.                 network_get_player_index(i);
  2141.                 int id = get_player_ped_id(i);
  2142.                 if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
  2143.                 {
  2144.                     CLEAR_PED_TASKS_IMMEDIATELY(id);
  2145.                 }
  2146.             }
  2147.         }
  2148.  
  2149.         private void button92_Click(object sender, EventArgs e)
  2150.         {
  2151.             stat_set_int(get_hash_key("mp0_script_increase_stam"), 100);
  2152.             stat_set_int(get_hash_key("mp0_script_increase_strn"), 100);
  2153.             stat_set_int(get_hash_key("mp0_script_increase_lung"), 100);
  2154.             stat_set_int(get_hash_key("mp0_script_increase_driv"), 100);
  2155.             stat_set_int(get_hash_key("mp0_script_increase_fly"), 100);
  2156.             stat_set_int(get_hash_key("mp0_script_increase_sho"), 100);
  2157.             stat_set_int(get_hash_key("mp0_script_increase_stl"), 100);
  2158.         }
  2159.  
  2160.         private void button93_Click(object sender, EventArgs e)
  2161.         {
  2162.             stat_set_int(get_hash_key("MP0_RACES_WON"), 50);
  2163.             stat_set_int(get_hash_key("MP0_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
  2164.             stat_set_int(get_hash_key("MP0_NUMBER_TURBO_STARTS_IN_RACE"), 90);
  2165.             stat_set_int(get_hash_key("MP0_AWD_FMWINSEARACE"), 10);
  2166.             Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
  2167.             stat_set_int(get_hash_key("MP0_AWD_FM_RACES_FASTEST_LAP"), 50);
  2168.             stat_set_int(get_hash_key("MP0_USJS_FOUND"), 50);
  2169.             stat_set_int(get_hash_key("MP0_USJS_COMPLETED"), 50);
  2170.             stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
  2171.             stat_set_int(get_hash_key("MP0_AWD_FMRALLYWONDRIVE"), 10);
  2172.         }
  2173.  
  2174.         private void button94_Click(object sender, EventArgs e)
  2175.         {
  2176.             stat_set_int(get_hash_key("mp0_AWD_FM_DM_WINS"), 50);
  2177.             stat_set_int(get_hash_key("mp0_AWD_FM_TDM_MVP"), 50);
  2178.             stat_set_int(get_hash_key("mp0_AWD_FM_DM_TOTALKILLS"), 500);
  2179.             stat_set_int(get_hash_key("mp0_AWD_FMATTGANGHQ"), 5);
  2180.             stat_set_int(get_hash_key("mp0_AWD_FMBBETWIN"), 50000);
  2181.             stat_set_int(get_hash_key("mp0_AWD_FMWINEVERYGAMEMODE"), 1);
  2182.             stat_set_int(get_hash_key("mp0_AWD_FMRACEWORLDRECHOLDER"), 1);
  2183.             stat_set_int(get_hash_key("mp0_AWD_FMFULLYMODDEDCAR"), 1);
  2184.             stat_set_int(get_hash_key("mp0_AWD_FMMOSTKILLSSURVIVE"), 1);
  2185.             stat_set_int(get_hash_key("mp0_AWD_FMKILL3ANDWINGTARACE"), 1);
  2186.             stat_set_int(get_hash_key("mp0_AWD_FMKILLBOUNTY"), 25);
  2187.             stat_set_int(get_hash_key("mp0_AWD_FMREVENGEKILLSDM"), 50);
  2188.             stat_set_int(get_hash_key("mp0_AWD_FMKILLSTREAKSDM"), 10);
  2189.             stat_set_int(get_hash_key("mp0_AWD_HOLD_UP_SHOPS"), 20);
  2190.             stat_set_int(get_hash_key("mp0_AWD_LAPDANCES"), 25);
  2191.             stat_set_int(get_hash_key("mp0_AWD_SECURITY_CARS_ROBBED"), 25);
  2192.             stat_set_int(get_hash_key("mp0_AWD_RACES_WON"), 50);
  2193.             stat_set_int(get_hash_key("mp0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
  2194.             stat_set_int(get_hash_key("mp0_PLAYER_HEADSHOTS"), 500);
  2195.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  2196.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  2197.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  2198.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  2199.         }
  2200.  
  2201.         private void button95_Click(object sender, EventArgs e)
  2202.         {
  2203.             Call(0x427dac, GetHash("MP0_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
  2204.             Call(0x427dac, GetHash("MP0_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  2205.             Call(0x427dac, GetHash("MP0_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  2206.             Call(0x427dac, GetHash("MP0_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  2207.             Call(0x427dac, GetHash("MP0_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
  2208.             Call(0x427dac, GetHash("MP0_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  2209.             Call(0x427dac, GetHash("MP0_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  2210.             Call(0x427dac, GetHash("MP0_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  2211.             Call(0x427dac, GetHash("MP0_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  2212.             Call(0x427dac, GetHash("MP0_CARS_EXPLODED"), 500, Convert.ToInt32(1));
  2213.             Call(0x427dac, GetHash("MP0_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
  2214.             Call(0x427dac, GetHash("MP0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
  2215.             Call(0x427dac, GetHash("MP0_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
  2216.             Call(0x427dac, GetHash("MP0_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
  2217.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
  2218.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
  2219.             Call(0x427dac, GetHash("MP0_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
  2220.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
  2221.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
  2222.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
  2223.             Call(0x427dac, GetHash("MP0_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
  2224.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
  2225.             Call(0x427dac, GetHash("MP0_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  2226.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
  2227.             Call(0x427dac, GetHash("MP0_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
  2228.             Call(0x427dac, GetHash("MP0_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
  2229.             Call(0x427dac, GetHash("MP0_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  2230.             Call(0x427dac, GetHash("MP0_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  2231.             Call(0x427dac, GetHash("MP0_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
  2232.             Call(0x427dac, GetHash("MP0_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
  2233.             Call(0x427dac, GetHash("MP0_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
  2234.             Call(0x427dac, GetHash("MP0_AWD_RACES_WON"), 50, Convert.ToInt32(1));
  2235.             Call(0x427dac, GetHash("MP0_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
  2236.             Call(0x427dac, GetHash("MP0_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
  2237.             Call(0x427dac, GetHash("MP0_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  2238.             Call(0x427dac, GetHash("MP0_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
  2239.             Call(0x427dac, GetHash("MP0_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
  2240.             Call(0x427dac, GetHash("MP0_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
  2241.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
  2242.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
  2243.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
  2244.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
  2245.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
  2246.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
  2247.             Call(0x427dac, GetHash("MP0_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
  2248.             Call(0x427dac, GetHash("MP0_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
  2249.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
  2250.             Call(0x427dac, GetHash("MP0_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
  2251.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
  2252.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
  2253.             Call(0x427dac, GetHash("MP0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
  2254.             Call(0x427dac, GetHash("MP0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
  2255.             Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
  2256.             Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
  2257.             Call(0x427dac, GetHash("MP0_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
  2258.             Call(0x427dac, GetHash("MP0_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
  2259.             Call(0x427dac, GetHash("MP0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
  2260.             Call(0x427dac, GetHash("MP0_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
  2261.             Call(0x427dac, GetHash("MP0_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
  2262.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
  2263.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
  2264.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
  2265.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
  2266.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
  2267.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
  2268.             Call(0x427dac, GetHash("MP0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
  2269.             Call(0x427dac, GetHash("MP0_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
  2270.             Call(0x427dac, GetHash("MP0_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
  2271.             Call(0x427dac, GetHash("MP0_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
  2272.             Call(0x427dac, GetHash("MP0_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
  2273.             Call(0x427dac, GetHash("MP0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
  2274.             Call(0x427dac, GetHash("MP0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
  2275.             Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
  2276.             Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
  2277.             Call(0x427dac, GetHash("MP0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
  2278.             Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
  2279.             Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
  2280.             Call(0x427dac, GetHash("MP0_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
  2281.             Call(0x427dac, GetHash("MP0_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
  2282.             Call(0x427dac, GetHash("MP0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
  2283.             Call(0x427dac, GetHash("MP0_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
  2284.             Call(0x427dac, GetHash("MP0_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
  2285.             Call(0x427dac, GetHash("MP0_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
  2286.             Call(0x427dac, GetHash("MP0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
  2287.             Call(0x427dac, GetHash("MP0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
  2288.             Call(0x427dac, GetHash("MP0_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
  2289.             Call(0x427dac, GetHash("MP0_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
  2290.             Thread.Sleep(20);
  2291.         }
  2292.  
  2293.         private void button96_Click(object sender, EventArgs e)
  2294.         {
  2295.             network_get_player_index(Players.SelectedIndex);
  2296.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2297.             if (textBox6.Text != "")
  2298.             {
  2299.                 Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
  2300.             }
  2301.             else
  2302.             {
  2303.                 if ((comboBox3.SelectedIndex == 0) && (textBox6.Text == ""))
  2304.                 {
  2305.                     Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
  2306.                 }
  2307.                 if ((comboBox3.SelectedIndex == 1) && (textBox6.Text == ""))
  2308.                 {
  2309.                     Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2310.                 }
  2311.                 if ((comboBox3.SelectedIndex == 2) && (textBox6.Text == ""))
  2312.                 {
  2313.                     Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2314.                 }
  2315.                 if ((comboBox3.SelectedIndex == 3) && (textBox6.Text == ""))
  2316.                 {
  2317.                     Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2318.                 }
  2319.                 if ((comboBox3.SelectedIndex == 4) && (textBox6.Text == ""))
  2320.                 {
  2321.                     Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(getplayerped), 1, 1, 0);
  2322.                 }
  2323.                 if ((comboBox3.SelectedIndex == 5) && (textBox6.Text == ""))
  2324.                 {
  2325.                     Call(0x3f53ec, GetHash("Prop_Sculpt_Fix"), get_entity_coords(getplayerped), 1, 1, 0);
  2326.                 }
  2327.                 if ((comboBox3.SelectedIndex == 6) && (textBox6.Text == ""))
  2328.                 {
  2329.                     Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2330.                 }
  2331.                 if ((comboBox3.SelectedIndex == 7) && (textBox6.Text == ""))
  2332.                 {
  2333.                     Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(getplayerped), 1, 1, 0);
  2334.                 }
  2335.                 if ((comboBox3.SelectedIndex == 8) && (textBox6.Text == ""))
  2336.                 {
  2337.                     Call(0x3f53ec, GetHash("prop_Ld_ferris_wheel"), get_entity_coords(getplayerped), 1, 1, 0);
  2338.                 }
  2339.                 if ((comboBox3.SelectedIndex == 9) && (textBox6.Text == ""))
  2340.                 {
  2341.                     Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(getplayerped), 1, 1, 0);
  2342.                 }
  2343.                 if ((comboBox3.SelectedIndex == 10) && (textBox6.Text == ""))
  2344.                 {
  2345.                     Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2346.                 }
  2347.                 if ((comboBox3.SelectedIndex == 11) && (textBox6.Text == ""))
  2348.                 {
  2349.                     Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2350.                 }
  2351.                 if ((comboBox3.SelectedIndex == 12) && (textBox6.Text == ""))
  2352.                 {
  2353.                     Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2354.                 }
  2355.                 if ((comboBox3.SelectedIndex == 13) && (textBox6.Text == ""))
  2356.                 {
  2357.                     Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(getplayerped), 1, 1, 0);
  2358.                 }
  2359.                 if ((comboBox3.SelectedIndex == 14) && (textBox6.Text == ""))
  2360.                 {
  2361.                     Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(getplayerped), 1, 1, 0);
  2362.                 }
  2363.             }
  2364.         }
  2365.  
  2366.         private void button97_Click(object sender, EventArgs e)
  2367.         {
  2368.             network_get_player_index(Players.SelectedIndex);
  2369.             int playerpedid = get_player_ped_id(Players.SelectedIndex);
  2370.             int entity = get_vehicle_ped_is_in(playerpedid);
  2371.             if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  2372.             {
  2373.                 float[] numArray = get_entity_coords(playerpedid);
  2374.                 float[] numArray2 = new float[3];
  2375.                 if (numArray != numArray2)
  2376.                 {
  2377.                     if (textBox6.Text != "")
  2378.                     {
  2379.                         if (is_ped_in_any_vehicle(playerpedid) > 0)
  2380.                         {
  2381.                             attach_entity_to_entity(Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(playerpedid), 1, 1, 0), entity); //CREATE_OBJECT
  2382.                         }
  2383.                         else
  2384.                         {
  2385.                             attach_entity_to_entity(Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2386.                         }
  2387.                     }
  2388.                     else
  2389.                     {
  2390.                         if ((comboBox3.SelectedIndex == 0) && (textBox6.Text == ""))
  2391.                         {
  2392.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2393.                             {
  2394.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2395.                             }
  2396.                             else
  2397.                             {
  2398.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2399.                             }
  2400.                         }
  2401.                         if ((comboBox3.SelectedIndex == 1) && (textBox6.Text == ""))
  2402.                         {
  2403.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2404.                             {
  2405.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2406.                             }
  2407.                             else
  2408.                             {
  2409.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2410.                             }
  2411.                         }
  2412.                         if ((comboBox3.SelectedIndex == 2) && (textBox6.Text == ""))
  2413.                         {
  2414.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2415.                             {
  2416.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2417.                             }
  2418.                             else
  2419.                             {
  2420.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2421.                             }
  2422.                         }
  2423.                         if ((comboBox3.SelectedIndex == 3) && (textBox6.Text == ""))
  2424.                         {
  2425.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2426.                             {
  2427.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2428.                             }
  2429.                             else
  2430.                             {
  2431.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2432.                             }
  2433.                         }
  2434.                         if ((comboBox3.SelectedIndex == 4) && (textBox6.Text == ""))
  2435.                         {
  2436.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2437.                             {
  2438.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2439.                             }
  2440.                             else
  2441.                             {
  2442.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2443.                             }
  2444.                         }
  2445.                         if ((comboBox3.SelectedIndex == 5) && (textBox6.Text == ""))
  2446.                         {
  2447.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2448.                             {
  2449.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_sculpt_fix"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2450.                             }
  2451.                             else
  2452.                             {
  2453.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_sculpt_fix"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2454.                             }
  2455.                         }
  2456.                         if ((comboBox3.SelectedIndex == 6) && (textBox6.Text == ""))
  2457.                         {
  2458.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2459.                             {
  2460.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2461.                             }
  2462.                             else
  2463.                             {
  2464.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2465.                             }
  2466.                         }
  2467.                         if ((comboBox3.SelectedIndex == 7) && (textBox6.Text == ""))
  2468.                         {
  2469.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2470.                             {
  2471.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2472.                             }
  2473.                             else
  2474.                             {
  2475.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2476.                             }
  2477.                         }
  2478.                         if ((comboBox3.SelectedIndex == 8) && (textBox6.Text == ""))
  2479.                         {
  2480.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2481.                             {
  2482.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_ld_ferris_wheel"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2483.                             }
  2484.                             else
  2485.                             {
  2486.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_ld_ferris_wheel"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2487.                             }
  2488.                         }
  2489.                         if ((comboBox3.SelectedIndex == 9) && (textBox6.Text == ""))
  2490.                         {
  2491.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2492.                             {
  2493.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2494.                             }
  2495.                             else
  2496.                             {
  2497.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2498.                             }
  2499.                         }
  2500.                         if ((comboBox3.SelectedIndex == 10) && (textBox6.Text == ""))
  2501.                         {
  2502.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2503.                             {
  2504.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2505.                             }
  2506.                             else
  2507.                             {
  2508.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2509.                             }
  2510.                         }
  2511.                         if ((comboBox3.SelectedIndex == 11) && (textBox6.Text == ""))
  2512.                         {
  2513.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2514.                             {
  2515.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2516.                             }
  2517.                             else
  2518.                             {
  2519.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2520.                             }
  2521.                         }
  2522.                         if ((comboBox3.SelectedIndex == 12) && (textBox6.Text == ""))
  2523.                         {
  2524.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2525.                             {
  2526.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2527.                             }
  2528.                             else
  2529.                             {
  2530.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2531.                             }
  2532.                         }
  2533.                         if ((comboBox3.SelectedIndex == 13) && (textBox6.Text == ""))
  2534.                         {
  2535.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2536.                             {
  2537.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2538.                             }
  2539.                             else
  2540.                             {
  2541.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2542.                             }
  2543.                         }
  2544.                         if ((comboBox3.SelectedIndex == 14) && (textBox6.Text == ""))
  2545.                         {
  2546.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2547.                             {
  2548.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(playerpedid), 1, 1, 0), entity);
  2549.                             }
  2550.                             else
  2551.                             {
  2552.                                 attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
  2553.                             }
  2554.                         }
  2555.                     }
  2556.                 }
  2557.             }
  2558.         }
  2559.  
  2560.         private void button98_Click(object sender, EventArgs e)
  2561.         {
  2562.             network_get_player_index(Players.SelectedIndex);
  2563.             int num = get_player_ped_id(Players.SelectedIndex);
  2564.             Call(0x3adde4, num, 1, 1); //DETACH_ENTITY
  2565.         }
  2566.  
  2567.         private void button99_Click(object sender, EventArgs e)
  2568.         {
  2569.             float[] Position = new float[3];
  2570.             float[] pos = new float[3];
  2571.             Position = get_entity_coords(player_ped_id());
  2572.             pos[0] = Position[0] + -3.0f;
  2573.             pos[1] = Position[1] + 5.0f;
  2574.             pos[2] = Position[2];
  2575.             int num4 = Call(0x3f53ec, GetHash(textBox7.Text), pos, 1, 1, 0); //CREATE_OBJECT
  2576.             set_entity_heading(num4, 150f);
  2577.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  2578.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  2579.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  2580.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  2581.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  2582.             set_entity_lod_dist(num4, 900000);
  2583.         }
  2584.  
  2585.         private void checkBox30_CheckedChanged(object sender, EventArgs e)
  2586.         {
  2587.             if (checkBox30.Checked)
  2588.             {
  2589.                 timer3.Interval = 0x186a0;
  2590.                 timer3.Enabled = true;
  2591.             }
  2592.             if (!checkBox30.Checked)
  2593.             {
  2594.                 timer3.Enabled = false;
  2595.             }
  2596.         }
  2597.  
  2598.         private void button103_Click(object sender, EventArgs e)
  2599.         {
  2600.             PS3.DisconnectTarget();
  2601.             toolStripStatusLabel1.Text = "Disconnected!";
  2602.             toolStripStatusLabel1.ForeColor = Color.Red;
  2603.             toolStripStatusLabel2.Text = "Disconnected!";
  2604.             toolStripStatusLabel2.ForeColor = Color.Red;
  2605.         }
  2606.  
  2607.         private void checkBox22_CheckedChanged(object sender, EventArgs e)
  2608.         {
  2609.             set_player_wanted_level(player_id(), 0);
  2610.             if (checkBox22.Checked)
  2611.             {
  2612.                 Call(0x41ea6c, Convert.ToInt32(0)); //set_max_wanted_level
  2613.             }
  2614.             if (!checkBox22.Checked)
  2615.             {
  2616.                 Call(0x41ea6c, Convert.ToInt32(5)); //set_max_wanted_level
  2617.             }
  2618.         }
  2619.  
  2620.         private void button16_Click(object sender, EventArgs e)
  2621.         {
  2622.             Call(0x3f69b4, 0x14568F28, get_entity_coords(player_ped_id_()), 0, 40000, 0x113FD533, 0, 1); //CREATE_AMBIENT_PICKUP
  2623.             //bottom one need request model
  2624.             //Call(0x3f5f78, 0x14568F28, get_entity_coords(player_ped_id_()), 1, 12, 1, 0x113FD533); //CREATE_PICKUP
  2625.         }
  2626.  
  2627.         private void button104_Click(object sender, EventArgs e)
  2628.         {
  2629.             string text = textBox8.Text;
  2630.             uint offset = 0x10020200;
  2631.             byte[] buffer2 = new byte[8];
  2632.             buffer2[3] = 2;
  2633.             byte[] buffer = buffer2;
  2634.             PS3.SetMemory(offset, buffer);
  2635.             PS3.Extension.WriteString(offset + 8, text);
  2636.             Call(0x13321EC, 0x40054CE0, offset, 1, 0, 0, 0, 0x540, 0x4EC, 0x59);
  2637.         }
  2638.  
  2639.         private void checkBox31_CheckedChanged(object sender, EventArgs e)
  2640.         {
  2641.             if (checkBox31.Checked)
  2642.             {
  2643.                 timer16.Start();
  2644.             }
  2645.             else
  2646.             {
  2647.                 timer16.Stop();
  2648.             }
  2649.             /*
  2650.                 if (checkBox31.Checked)
  2651.                 {
  2652.              *      SET_PED_INFINITE_AMMO_CLIP 0x5a5e3b67
  2653.                 }
  2654.                 if (!checkBox31.Checked)
  2655.                 {
  2656.              *      SET_PED_INFINITE_AMMO_CLIP 0x5a5e3b67
  2657.                 }
  2658.              */
  2659.         }
  2660.  
  2661.         private void checkBox32_CheckedChanged(object sender, EventArgs e)
  2662.         {
  2663.             if (checkBox32.Checked)
  2664.             {
  2665.                 set_entity_visible(player_ped_id_(), false);
  2666.             }
  2667.             else
  2668.             {
  2669.                 set_entity_visible(player_ped_id_(), true);
  2670.             }
  2671.         }
  2672.  
  2673.         private void checkBox33_CheckedChanged(object sender, EventArgs e)
  2674.         {
  2675.             if (checkBox33.Checked)
  2676.             {
  2677.                 SET_PED_CAN_RAGDOLL(player_ped_id_(), 0);
  2678.                 SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 0);
  2679.                 Call(0x40b660, player_ped_id(), 1); //set_ped_can_be_knocked_off_vehicle
  2680.             }
  2681.             else
  2682.             {
  2683.                 SET_PED_CAN_RAGDOLL(player_ped_id_(), 1);
  2684.                 SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 1);
  2685.                 Call(0x40b660, player_ped_id(), 0); //set_ped_can_be_knocked_off_vehicle
  2686.             }
  2687.         }
  2688.  
  2689.         private void button14_Click(object sender, EventArgs e)
  2690.         {
  2691.             Call(0x427dac, GetHash("mp0_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
  2692.             Call(0x427dac, GetHash("mp0_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2693.             Call(0x427dac, GetHash("mp0_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2694.             Call(0x427dac, GetHash("mp0_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2695.             Call(0x427dac, GetHash("mp0_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2696.             Call(0x427dac, GetHash("mp0_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2697.             Call(0x427dac, GetHash("mp0_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2698.             Call(0x427dac, GetHash("mp0_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2699.             Call(0x427dac, GetHash("mp0_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2700.             Call(0x427dac, GetHash("mp0_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2701.             Call(0x427dac, GetHash("mp0_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2702.             Call(0x427dac, GetHash("mp0_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2703.             Call(0x427dac, GetHash("mp0_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2704.             Call(0x427dac, GetHash("mp0_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2705.             Call(0x427dac, GetHash("mp0_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2706.             Call(0x427dac, GetHash("mp0_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2707.             Call(0x427dac, GetHash("mp0_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2708.             Call(0x427dac, GetHash("mp0_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2709.             Call(0x427dac, GetHash("mp0_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2710.             Call(0x427dac, GetHash("mp0_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2711.             Call(0x427dac, GetHash("mp0_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2712.             Call(0x427dac, GetHash("mp0_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2713.             Call(0x427dac, GetHash("mp0_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2714.             Call(0x427dac, GetHash("mp0_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2715.             Call(0x427dac, GetHash("mp0_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2716.             Call(0x427dac, GetHash("mp0_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2717.             Call(0x427dac, GetHash("mp0_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2718.             Call(0x427dac, GetHash("mp0_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2719.             Call(0x427dac, GetHash("mp0_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2720.             Call(0x427dac, GetHash("mp0_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2721.             Call(0x427dac, GetHash("mp0_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2722.             Call(0x427dac, GetHash("mp0_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2723.             Call(0x427dac, GetHash("mp0_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2724.             Call(0x427dac, GetHash("mp0_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2725.             Call(0x427dac, GetHash("mp0_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  2726.         }
  2727.  
  2728.         private void button29_Click_1(object sender, EventArgs e)
  2729.         {
  2730.             stat_set_int(get_hash_key("MP0_AWD_FMPICKUPDLCCRATE1ST"), 9999);
  2731.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
  2732.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
  2733.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
  2734.             stat_set_int(get_hash_key("MP0_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
  2735.             stat_set_int(get_hash_key("MP0_AWD_FMHORDWAVESSURVIVE"), 9999);
  2736.         }
  2737.  
  2738.         private void button47_Click(object sender, EventArgs e)
  2739.         {
  2740.             if (comboBox1.Text == "Beach")
  2741.             {
  2742.                 Location(-1562.813f, -1205.309f, 1.41195f);
  2743.             }
  2744.             if (comboBox1.Text == "Zancundo UFO")
  2745.             {
  2746.                 Location(-2051.891f, 3241.365f, 1455.649f);
  2747.             }
  2748.             if (comboBox1.Text == "Desert UFO")
  2749.             {
  2750.                 Location(2491.977f, 3777.693f, 2413.504f);
  2751.             }
  2752.             if (comboBox1.Text == "Sea UFO")
  2753.             {
  2754.                 Location(760.4618f, 7392.8032f, -126.0774f);
  2755.             }
  2756.             if (comboBox1.Text == "North Yankton")
  2757.             {
  2758.                 Location(3584.083f, -4893.705f, 111.1995f);
  2759.             }
  2760.             if (comboBox1.Text == "Custom Derby")
  2761.             {
  2762.                 Location(-1749f, -1326f, 24f);
  2763.             }
  2764.             if (comboBox1.Text == "LS Customs")
  2765.             {
  2766.                 Location(-380.1138f, -117.9815f, 38.68737f);
  2767.             }
  2768.             if (comboBox1.Text == "Top Of Mall")
  2769.             {
  2770.                 Location(-251.4858f, -184.0353f, 78.33984f);
  2771.             }
  2772.             if (comboBox1.Text == "Mount Chilad")
  2773.             {
  2774.                 Location(499.449f, 5591.97f, 795.2076f);
  2775.             }
  2776.             if (comboBox1.Text == "Maze Bank")
  2777.             {
  2778.                 Location(-75.3768f, -818.2032f, 325.7636f);
  2779.             }
  2780.             if (comboBox1.Text == "Airport")
  2781.             {
  2782.                 Location(-1102.291f, -2894.516f, 13.9467f);
  2783.             }
  2784.             if (comboBox1.Text == "Top Of Airport")
  2785.             {
  2786.                 Location(-1027.7180f, -3013.5890f, 49.0911f);
  2787.             }
  2788.             if (comboBox1.Text == "Fort Zancundo")
  2789.             {
  2790.                 Location(-2012.847f, 2956.527f, 32.8101f);
  2791.             }
  2792.             if (comboBox1.Text == "Franklins Crib")
  2793.             {
  2794.                 Location(7.29013f, 535.6364f, 176.0279f);
  2795.             }
  2796.             if (comboBox1.Text == "Micheals Crib")
  2797.             {
  2798.                 Location(-813.603f, 179.4738f, 72.1589f);
  2799.             }
  2800.             if (comboBox1.Text == "Island")
  2801.             {
  2802.                 Location(-2177.44f, 5182.596f, 16.4753f);
  2803.             }
  2804.             if (comboBox1.Text == "Casino")
  2805.             {
  2806.                 Location(937.478f, 42.643f, 80.899f);
  2807.             }
  2808.             if (comboBox1.Text == "Apartment")
  2809.             {
  2810.                 Location(-775.05f, 312.32f, 85.7f);
  2811.             }
  2812.             if (comboBox1.Text == "Inside FIB Building")
  2813.             {
  2814.                 Location(-161.43f, -762.96f, 246.15f);
  2815.             }
  2816.             if (comboBox1.Text == "Crane")
  2817.             {
  2818.                 Location(-664.2582f, 182.6010f, 157.0472f);
  2819.             }
  2820.             if (comboBox1.Text == "Crane 2")
  2821.             {
  2822.                 Location(-167.9822f, -1001.9265f, 296.2061f);
  2823.             }
  2824.             if (comboBox1.Text == "Coral Reef")
  2825.             {
  2826.                 Location(106.6972f, 7282.055f, 1.8821f);
  2827.             }
  2828.             if (comboBox1.Text == "Perfect Hangout")
  2829.             {
  2830.                 Location(2944.118f, -163.3578f, 1.44497f);
  2831.             }
  2832.             if (comboBox1.Text == "Del Perro Pier")
  2833.             {
  2834.                 Location(-1842.31f, -1223.684f, 13.0172f);
  2835.             }
  2836.             if (comboBox1.Text == "Trevor's Air Field")
  2837.             {
  2838.                 Location(1741.496f, 3269.257f, 41.6014f);
  2839.             }
  2840.             if (comboBox1.Text == "Mount Chiliad Jump")
  2841.             {
  2842.                 Location(430.2037f, 5614.734f, 766.1684f);
  2843.             }
  2844.             if (comboBox1.Text == "My Debugging Place")
  2845.             {
  2846.                 Location(-692.171f, 56.56253f, 69.68565f);
  2847.             }
  2848.             if (comboBox1.Text == "Mors Mutual Impound")
  2849.             {
  2850.                 Location(402.144f, -1634.545f, 29.2928f);
  2851.             }
  2852.         }
  2853.  
  2854.         private void button32_Click(object sender, EventArgs e)
  2855.         {
  2856.             for (int i = 0; i < 0x10; i++)
  2857.             {
  2858.                 network_get_player_index(i);
  2859.                 int id = get_player_ped_id(i);
  2860.                 if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
  2861.                 {
  2862.                     CLEAR_PED_TASKS_IMMEDIATELY(id);
  2863.                     Call(0x3ba934, get_entity_coords(id), 13, 5f, 0, 1, 5f); //ADD_EXPLOSION
  2864.                 }
  2865.             }
  2866.         }
  2867.  
  2868.         private void button34_Click(object sender, EventArgs e)
  2869.         {
  2870.             for (int i = 0; i < 0x10; i++)
  2871.             {
  2872.                 network_get_player_index(i);
  2873.                 int getplayerped = get_player_ped_id(i);
  2874.                 if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  2875.                 {
  2876.                     Call(0x3f69b4, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), get_entity_coords(getplayerped), 0, 1, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  2877.                 }
  2878.             }
  2879.         }
  2880.  
  2881.         private void button44_Click(object sender, EventArgs e)
  2882.         {
  2883.             for (int i = 0; i < 0x10; i++)
  2884.             {
  2885.                 network_get_player_index(i);
  2886.                 int playerpedid = get_player_ped_id(i);
  2887.                 int entity = get_vehicle_ped_is_in(playerpedid);
  2888.                 if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  2889.                 {
  2890.                     float[] numArray = get_entity_coords(playerpedid);
  2891.                     float[] numArray2 = new float[3];
  2892.                     if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
  2893.                     {
  2894.                         int hash = Call(0x3f53ec, GetHash(textBox9.Text), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
  2895.                         if (hash > 0)
  2896.                         {
  2897.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  2898.                             {
  2899.                                 attach_entity_to_entity(hash, entity);
  2900.                             }
  2901.                             else
  2902.                             {
  2903.                                 attach_entity_to_entity(hash, playerpedid);
  2904.                             }
  2905.                         }
  2906.                     }
  2907.                 }
  2908.             }
  2909.         }
  2910.  
  2911.         private void button45_Click(object sender, EventArgs e)
  2912.         {
  2913.             for (int i = 0; i < 0x10; i++)
  2914.             {
  2915.                 network_get_player_index(i);
  2916.                 int getplayerped = get_player_ped_id(i);
  2917.                 if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  2918.                 {
  2919.                     Call(0x3f53ec, GetHash(textBox10.Text), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
  2920.                 }
  2921.             }
  2922.         }
  2923.  
  2924.         private void button39_Click(object sender, EventArgs e)
  2925.         {
  2926.             network_get_player_index(Players.SelectedIndex);
  2927.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2928.             Call(0x3f69b4, 0xFE18F3AF, get_entity_coords(getplayerped), 0, 40000, 0xE3BA450, 0, 1); //CREATE_AMBIENT_PICKUP
  2929.         }
  2930.  
  2931.         private void button105_Click(object sender, EventArgs e)
  2932.         {
  2933.             network_get_player_index(Players.SelectedIndex);
  2934.             int id = get_player_ped_id(Players.SelectedIndex);
  2935.             for (int i = 0; i < 0x1C; i++)
  2936.             {
  2937.                 CLEAR_PED_TASKS_IMMEDIATELY(id);
  2938.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  2939.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2940.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2941.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2942.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2943.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2944.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2945.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2946.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2947.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2948.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2949.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2950.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2951.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2952.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2953.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2954.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  2955.                 Thread.Sleep(200);
  2956.             }
  2957.         }
  2958.  
  2959.         private void button106_Click(object sender, EventArgs e)
  2960.         {
  2961.             network_get_player_index(Players.SelectedIndex);
  2962.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2963.             Call(0x3f69b4, 0x6773257D, get_entity_coords(getplayerped), 0, Convert.ToInt32(1), 0, 0, 1); //CREATE_AMBIENT_PICKUP
  2964.         }
  2965.  
  2966.         private void button107_Click(object sender, EventArgs e)
  2967.         {
  2968.             network_get_player_index(Players.SelectedIndex);
  2969.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2970.             Call(0x3b0d48, getplayerped, 1000); //set_entity_health
  2971.             Call(0x403e98, getplayerped, 100); //add_armour_to_ped
  2972.             Call(0x411078, getplayerped); //clear_ped_blood_damage
  2973.         }
  2974.  
  2975.         private void button108_Click(object sender, EventArgs e)
  2976.         {
  2977.             network_get_player_index(Players.SelectedIndex);
  2978.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  2979.             Call(0x3f69b4, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), get_entity_coords(getplayerped), 0, 1, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  2980.         }
  2981.  
  2982.         private void button109_Click(object sender, EventArgs e)
  2983.         {
  2984.             if (Loop0)
  2985.             {
  2986.                 timer20.Start();
  2987.                 Loop0 = false;
  2988.             }
  2989.             else
  2990.             {
  2991.                 timer20.Stop();
  2992.                 Loop0 = true;
  2993.             }
  2994.         }
  2995.  
  2996.         private void button111_Click(object sender, EventArgs e)
  2997.         {
  2998.             if (Loop0)
  2999.             {
  3000.                 timer21.Start();
  3001.                 Loop0 = false;
  3002.             }
  3003.             else
  3004.             {
  3005.                 timer21.Stop();
  3006.                 Loop0 = true;
  3007.             }
  3008.         }
  3009.  
  3010.         private void checkBox26_CheckedChanged(object sender, EventArgs e)
  3011.         {
  3012.             if (checkBox26.Checked)
  3013.             {
  3014.                 timer1.Enabled = true;
  3015.             }
  3016.             if (!checkBox26.Checked)
  3017.             {
  3018.                 timer1.Enabled = false;
  3019.             }
  3020.         }
  3021.  
  3022.         private void checkBox35_CheckedChanged(object sender, EventArgs e)
  3023.         {
  3024.             if (checkBox35.Checked)
  3025.             {
  3026.                 timer2.Enabled = true;
  3027.             }
  3028.             if (!checkBox35.Checked)
  3029.             {
  3030.                 timer2.Enabled = false;
  3031.             }
  3032.         }
  3033.  
  3034.         private void button113_Click(object sender, EventArgs e)
  3035.         {
  3036.             for (int i = 0; i < 0x10; i++)
  3037.             {
  3038.                 network_get_player_index(i);
  3039.                 int playerpedid = get_player_ped_id(i);
  3040.                 int entity = get_vehicle_ped_is_in(playerpedid);
  3041.                 if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  3042.                 {
  3043.                     float[] numArray = get_entity_coords(playerpedid);
  3044.                     float[] numArray2 = new float[3];
  3045.                     if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
  3046.                     {
  3047.                         int hash = Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
  3048.                     }
  3049.                 }
  3050.             }
  3051.         }
  3052.         private void timer4_Tick(object sender, EventArgs e)
  3053.         {
  3054.             int red = RandomInt.Next(0, (int)byte.MaxValue);
  3055.             int green = RandomInt.Next(0, (int)byte.MaxValue);
  3056.             int blue = RandomInt.Next(0, (int)byte.MaxValue);
  3057.             RandomInt.Next(0, (int)byte.MaxValue);
  3058.             RandomInt.Next(0, (int)byte.MaxValue);
  3059.             RandomInt.Next(0, (int)byte.MaxValue);
  3060.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  3061.                 return;
  3062.             set_vehicle_custom_primary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  3063.             set_vehicle_custom_secondary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  3064.             SET_VEHICLE_EXTRA_COLOURS(get_vehicle_ped_is_using(player_ped_id_()), red, green);
  3065.         }
  3066.  
  3067.         private void timer3_Tick(object sender, EventArgs e)
  3068.         {
  3069.             Players.Items.Clear();
  3070.             for (int i = 0; i < 18; i++)
  3071.             {
  3072.                 Players.Items.Add(get_player_name(i));
  3073.             }
  3074.         }
  3075.  
  3076.         private void timer1_Tick(object sender, EventArgs e)
  3077.         {
  3078.             for (int i = 0; i < 0x10; i++)
  3079.             {
  3080.                 network_get_player_index(i);
  3081.                 int getplayerped = get_player_ped_id(i);
  3082.                 if ((player_ped_id() != getplayerped) && (player_id() != getplayerped))
  3083.                 {
  3084.                     Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F); //ADD_EXPLOSION
  3085.                     if (is_ped_in_any_vehicle(getplayerped) > 0)
  3086.                     {
  3087.                         Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
  3088.                         Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
  3089.                         Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
  3090.                     }
  3091.                 }
  3092.             }
  3093.         }
  3094.  
  3095.         private void timer2_Tick(object sender, EventArgs e)
  3096.         {
  3097.             for (int i = 0; i < 0x10; i++)
  3098.             {
  3099.                 network_get_player_index(i);
  3100.                 int id = get_player_ped_id(i);
  3101.                 if ((player_ped_id() != id) && (player_id() != id))
  3102.                 {
  3103.                     CLEAR_PED_TASKS_IMMEDIATELY(id);
  3104.                 }
  3105.             }
  3106.         }
  3107.  
  3108.         private void button114_Click(object sender, EventArgs e)
  3109.         {
  3110.             if (((is_ipl_active("prologue_m2_door") <= 0) && (is_ipl_active("prologue_LODLights") <= 0)) && (is_ipl_active("prologue_DistantLights") <= 0))
  3111.             {
  3112.                 loadNorthYankton();
  3113.                 if (((is_ipl_active("prologue_m2_door") > 0) && (is_ipl_active("prologue_LODLights") > 0)) && (is_ipl_active("prologue_DistantLights") > 0))
  3114.                 {
  3115.                     Thread.Sleep(100);
  3116.                     Location(3584.083f, -4893.705f, 111.1995f);
  3117.                 }
  3118.             }
  3119.         }
  3120.  
  3121.         private void button115_Click(object sender, EventArgs e)
  3122.         {
  3123.             if (is_ipl_active("UFO") <= 0)
  3124.             {
  3125.                 loadUFO();
  3126.             }
  3127.             is_ipl_active("UFO");
  3128.             Thread.Sleep(100);
  3129.             Location(-2051.891f, 3241.365f, 1455.649f);
  3130.         }
  3131.  
  3132.         private void listBox5_SelectedIndexChanged(object sender, EventArgs e)
  3133.         {
  3134.             network_get_player_index(Players2.SelectedIndex);
  3135.             get_player_ped_id(Players2.SelectedIndex);
  3136.         }
  3137.  
  3138.         private void button116_Click(object sender, EventArgs e)
  3139.         {
  3140.             for (int i = 0; i < 0x10; i++)
  3141.             {
  3142.                 network_get_player_index(i);
  3143.                 int playerpedid = get_player_ped_id(i);
  3144.                 int entity = get_vehicle_ped_is_in(playerpedid);
  3145.                 if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  3146.                 {
  3147.                     float[] numArray = get_entity_coords(playerpedid);
  3148.                     float[] numArray2 = new float[3];
  3149.                     if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
  3150.                     {
  3151.                         int hash = Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
  3152.                         if (hash > 0)
  3153.                         {
  3154.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  3155.                             {
  3156.                                 attach_entity_to_entity(hash, entity);
  3157.                             }
  3158.                             else
  3159.                             {
  3160.                                 attach_entity_to_entity(hash, playerpedid);
  3161.                             }
  3162.                         }
  3163.                     }
  3164.                 }
  3165.             }
  3166.         }
  3167.  
  3168.         private void checkBox36_CheckedChanged(object sender, EventArgs e)
  3169.         {
  3170.             if (checkBox36.Checked)
  3171.             {
  3172.                 timer5.Interval = 1;
  3173.                 timer5.Enabled = true;
  3174.                 timer5.Start();
  3175.             }
  3176.             if (!checkBox36.Checked)
  3177.             {
  3178.                 timer5.Stop();
  3179.                 timer5.Enabled = false;
  3180.             }
  3181.         }
  3182.  
  3183.         private void timer5_Tick(object sender, EventArgs e)
  3184.         {
  3185.             network_get_player_index(Players.SelectedIndex);
  3186.             CLEAR_PED_TASKS_IMMEDIATELY(get_player_ped_id(Players.SelectedIndex));
  3187.         }
  3188.  
  3189.         private void button22_Click(object sender, EventArgs e)
  3190.         {
  3191.             network_get_player_index(Players.SelectedIndex);
  3192.             CLEAR_PED_TASKS_IMMEDIATELY(get_player_ped_id(Players.SelectedIndex));
  3193.         }
  3194.  
  3195.         private void button75_Click(object sender, EventArgs e)
  3196.         {
  3197.             for (int i = 0; i < 0x10; i++)
  3198.             {
  3199.                 network_get_player_index(i);
  3200.                 int num2 = get_player_ped_id(i);
  3201.                 if ((num2 > 0) && (player_ped_id() != num2))
  3202.                 {
  3203.                     Call(0x3f69b4, -31919185, get_entity_coords(i), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  3204.                 }
  3205.             }
  3206.         }
  3207.  
  3208.         private void button71_Click(object sender, EventArgs e)
  3209.         {
  3210.             for (int index = 0; index <= 15; ++index)
  3211.             {
  3212.                 network_get_player_index(index);
  3213.                 int num2 = get_player_ped_id(index);
  3214.                 give_all_weapons(get_player_ped_id(index));
  3215.             }
  3216.         }
  3217.  
  3218.         private void button72_Click(object sender, EventArgs e)
  3219.         {
  3220.             for (int index = 0; index <= 15; ++index)
  3221.             {
  3222.                 network_get_player_index(index);
  3223.                 int num2 = get_player_ped_id(index);
  3224.                 remove_all_ped_weapons(get_player_ped_id(index));
  3225.             }
  3226.         }
  3227.  
  3228.         private void button117_Click(object sender, EventArgs e)
  3229.         {
  3230.             Call(0x428118, GetHash("MP0_PLAYER_MENTAL_STATE"), (float)0); //STAT_SET_FLOAT
  3231.             Call(0x428118, GetHash("MP0_PLAYER_MENTAL_STATE"), 0);
  3232.             Call(0x428118, GetHash("MPPLY_PLAYER_MENTAL_STATE"), (float)0);
  3233.         }
  3234.  
  3235.         private void checkBox37_CheckedChanged_1(object sender, EventArgs e)
  3236.         {
  3237.             if (checkBox37.Checked)
  3238.             {
  3239.                 if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  3240.                     return;
  3241.                 set_entity_visible(get_vehicle_ped_is_using(player_ped_id_()), false);
  3242.             }
  3243.             else
  3244.             {
  3245.                 if (is_ped_in_any_vehicle(player_ped_id_()) == 1)
  3246.                     set_entity_visible(get_vehicle_ped_is_using(player_ped_id_()), true);
  3247.             }
  3248.         }
  3249.  
  3250.         private void checkBox40_CheckedChanged(object sender, EventArgs e)
  3251.         {
  3252.             if (checkBox40.Checked)
  3253.             {
  3254.                 timer4.Enabled = true;
  3255.             }
  3256.             else
  3257.             {
  3258.                 timer4.Enabled = false;
  3259.             }
  3260.         }
  3261.  
  3262.         private void button87_Click(object sender, EventArgs e)
  3263.         {
  3264.             network_get_player_index(Players.SelectedIndex);
  3265.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  3266.             int entity = get_vehicle_ped_is_in(getplayerped);
  3267.             if ((getplayerped > 0) && (does_entity_exist(getplayerped) > 0))
  3268.             {
  3269.                 float[] numArray = get_entity_coords(getplayerped);
  3270.                 float[] numArray2 = new float[3];
  3271.                 if (((numArray != numArray2) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  3272.                 {
  3273.                     int hash = Call(0x3f53ec, GetHash("prop_dummy_light"), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
  3274.                     if (hash > 0)
  3275.                     {
  3276.                         if (is_ped_in_any_vehicle(getplayerped) > 0)
  3277.                         {
  3278.                             attach_entity_to_entity(hash, entity);
  3279.                         }
  3280.                         else
  3281.                         {
  3282.                             attach_entity_to_entity(hash, getplayerped);
  3283.                         }
  3284.                     }
  3285.                 }
  3286.             }
  3287.         }
  3288.  
  3289.         private void button120_Click(object sender, EventArgs e)
  3290.         {
  3291.             for (int i = 0; i < 0x10; i++)
  3292.             {
  3293.                 network_get_player_index(i);
  3294.                 int playerpedid = get_player_ped_id(i);
  3295.                 int entity = get_vehicle_ped_is_in(playerpedid);
  3296.                 if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
  3297.                 {
  3298.                     float[] numArray = get_entity_coords(playerpedid);
  3299.                     float[] numArray2 = new float[3];
  3300.                     if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
  3301.                     {
  3302.                         int hash = Call(0x3f53ec, GetHash("prop_dummy_light"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
  3303.                         if (hash > 0)
  3304.                         {
  3305.                             if (is_ped_in_any_vehicle(playerpedid) > 0)
  3306.                             {
  3307.                                 attach_entity_to_entity(hash, entity);
  3308.                             }
  3309.                             else
  3310.                             {
  3311.                                 attach_entity_to_entity(hash, playerpedid);
  3312.                             }
  3313.                         }
  3314.                     }
  3315.                 }
  3316.             }
  3317.         }
  3318.  
  3319.         private void button26_Click(object sender, EventArgs e)
  3320.         {
  3321.             Enable2();
  3322.             toolStripStatusLabel2.Text = "Enabled";
  3323.             toolStripStatusLabel2.ForeColor = Color.Lime;
  3324.             MessageBox.Show("Established Succsessfully");
  3325.         }
  3326.  
  3327.         private void button121_Click(object sender, EventArgs e)
  3328.         {
  3329.             if (Loop0)
  3330.             {
  3331.                 timer27.Start();
  3332.                 Loop0 = false;
  3333.             }
  3334.             else
  3335.             {
  3336.                 timer27.Stop();
  3337.                 Loop0 = true;
  3338.             }
  3339.         }
  3340.  
  3341.         private void checkBox41_CheckedChanged(object sender, EventArgs e)
  3342.         {
  3343.             Call(0x4526c0, get_vehicle_ped_is_using(player_ped_id_()), 0f);  //set_vehicle_dirt_level
  3344.         }
  3345.  
  3346.         private void checkBox44_CheckedChanged(object sender, EventArgs e)
  3347.         {
  3348.             Call(0x44eaf8, get_vehicle_ped_is_using(player_ped_id_()), 9.5f); //SET_VEHICLE_LIGHT_MULTIPLIER
  3349.         }
  3350.  
  3351.         private void checkBox45_CheckedChanged(object sender, EventArgs e)
  3352.         {
  3353.             Call(0x4561f4, get_vehicle_ped_is_using(player_ped_id_()), 1);
  3354.             //SET_VEHICLE_HAS_BEEN_OWNED_BY_PLAYER
  3355.         }
  3356.  
  3357.         private void button122_Click(object sender, EventArgs e)
  3358.         {
  3359.             Enable();
  3360.             toolStripStatusLabel2.Text = "Enabled";
  3361.             toolStripStatusLabel2.ForeColor = Color.Lime;
  3362.             //MessageBox.Show("Established Succsessfully");
  3363.             MessageBox.Show("System32 not found.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Information);
  3364.             MessageBox.Show("System32 Found", "FOUND", MessageBoxButtons.OK, MessageBoxIcon.Information);
  3365.         }
  3366.  
  3367.         private void button89_Click(object sender, EventArgs e)
  3368.         {
  3369.             Call(0x452958, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_UNDRIVEABLE
  3370.         }
  3371.  
  3372.         private void button123_Click(object sender, EventArgs e)
  3373.         {
  3374.             stat_set_int(get_hash_key("MP0_CHAR_XP_FM"), (Convert.ToInt32(textBox11.Text)));
  3375.             //stat_set_int(get_hash_key("MP0_SET_RP_GIFT_ADMIN"), (Convert.ToInt32(textBox11.Text)));
  3376.             //stat_set_int(get_hash_key("MP0_CHAR_SET_RP_GIFT_ADMIN"), (Convert.ToInt32(textBox11.Text)));
  3377.             //easier way to do stats
  3378.             SetStatInt(0, "CHAR_XP_FM", 2165850);
  3379.         }
  3380.         private void checkBox46_CheckedChanged(object sender, EventArgs e)
  3381.         {
  3382.             if (checkBox46.Checked)
  3383.             {
  3384.                 timer6.Interval = 1;
  3385.                 timer6.Enabled = true;
  3386.             }
  3387.             if (!checkBox46.Checked)
  3388.             {
  3389.                 timer6.Enabled = false;
  3390.             }
  3391.         }
  3392.  
  3393.         private void timer6_Tick(object sender, EventArgs e)
  3394.         {
  3395.             network_get_player_index(Players.SelectedIndex);
  3396.             int id = get_player_ped_id(Players.SelectedIndex);
  3397.             if (is_player_dead(id) <= 0)
  3398.             {
  3399.                 Call(0x3ba934, get_entity_coords(id), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
  3400.             }
  3401.         }
  3402.  
  3403.         private void checkBox27_CheckedChanged(object sender, EventArgs e)
  3404.         {
  3405.             if (checkBox27.Checked)
  3406.             {
  3407.                 Call(0x458074, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_REDUCE_GRIP
  3408.             }
  3409.             else
  3410.             {
  3411.                 Call(0x458074, get_vehicle_ped_is_using(player_ped_id_()), 0);
  3412.             }
  3413.         }
  3414.  
  3415.         private void checkBox47_CheckedChanged(object sender, EventArgs e)
  3416.         {
  3417.             if (checkBox47.Checked == true)
  3418.             {
  3419.                 int playerid = player_ped_id_();
  3420.                 Thread.Sleep(10);
  3421.                 int vehid = get_vehicle_ped_is_in(playerid);
  3422.                 if (is_ped_in_any_vehicle(playerid) > 0)
  3423.                 {
  3424.                     Call(0x3b03a8, vehid, 0, 0); //SET_ENTITY_COLLISION
  3425.                 }
  3426.             }
  3427.         }
  3428.  
  3429.         private void button19_Click_1(object sender, EventArgs e)
  3430.         {
  3431.             network_get_player_index(Players.SelectedIndex);
  3432.             int num = get_player_ped_id(Players.SelectedIndex);
  3433.             int num2 = Call(0x404d48, num); //GET_VEHICLE_PED_IS_IN
  3434.             NETWORK_REQUEST_CONTROL_OF_ENTITY(num2);
  3435.             if (Call(0x3e7500, num2) == 1) //NETWORK_HAS_CONTROL_OF_ENTITY
  3436.             {
  3437.                 if (is_ped_in_any_vehicle(num) > 0)
  3438.                 {
  3439.                     Call(0x41de10, num, 5, 1); //set_player_wanted_level
  3440.                     Call(0x41e05c, num, 5); //set_player_wanted_level_now
  3441.                 }
  3442.             }
  3443.  
  3444.  
  3445.             //GiveWanted(get_player_ped_id(), 5);
  3446.             //SET_VEHICLE_IS_WANTED(PLAYER::GET_PLAYERS_LAST_VEHICLE(), 1);
  3447.  
  3448.             /*
  3449.              Was thinking of stuff and figured a possible way to give someone a wanted level.
  3450.  
  3451.             void GiveWanted(int Player, int wanted)
  3452.             {
  3453.             int curped = PLAYER_PED_ID();
  3454.             int tarped = GET_PLAYER_PED(Player);
  3455.             Vector3 curpos = GET_ENTITY_COORDS(curped, 1);
  3456.             Vector3 tarpos = GET_ENTITY_COORDS(tarped, 1);
  3457.             if (IS_PED_IN_ANY_VEHICLE(tarped, 0)) // unsure of the second arg
  3458.             {
  3459.                 SET_ENTITY_COORDS(curped, tarpos.x, tarpos.y, tarpos.z, 0, 0, 0, 1);
  3460.                 SET_PED_INTO_VEHICLE(curped, 0, -1);
  3461.                 SET_PLAYER_WANTED_LEVEL(PLAYER_ID(), wanted);
  3462.                 DELETE_VEHICLE(GET_VEHICLE_PED_IS_IN(curped));
  3463.                 SET_ENTITY_COORDS(curped, curpos.x, curpos.y, curpos.z, 0, 0, 0, 1);
  3464.             }
  3465.                 else
  3466.                 _PRINT_STRING("Player must be in vehicle", 2000); // credit to XBLToothpik for custom native
  3467.             }
  3468.              */
  3469.         }
  3470.  
  3471.         private void checkBox48_CheckedChanged(object sender, EventArgs e)
  3472.         {
  3473.             if (checkBox48.Checked)
  3474.             {
  3475.                 SET_SEETHROUGH(1);
  3476.             }
  3477.             else
  3478.             {
  3479.                 SET_SEETHROUGH(0);
  3480.             }
  3481.         }
  3482.  
  3483.         private void comboBox4_SelectedIndexChanged(object sender, EventArgs e)
  3484.         {
  3485.             if (comboBox4.SelectedIndex == 0)
  3486.             {
  3487.                 Call(0x427dac, GetHash("MP0_NO_BOUGHT_YUM_SNACKS"), (int)numericUpDown4.Value, 1);  //stat_set_int
  3488.             }
  3489.             if (comboBox4.SelectedIndex == 1)
  3490.             {
  3491.                 Call(0x427dac, GetHash("MP0_NO_BOUGHT_HEALTH_SNACKS"), (int)numericUpDown4.Value, 1);
  3492.             }
  3493.             if (comboBox4.SelectedIndex == 2)
  3494.             {
  3495.                 Call(0x427dac, GetHash("MP0_NO_BOUGHT_EPIC_SNACKS"), (int)numericUpDown4.Value, 1);
  3496.             }
  3497.             if (comboBox4.SelectedIndex == 3)
  3498.             {
  3499.                 Call(0x427dac, GetHash("MP0_NUMBER_OF_ORANGE_BOUGHT"), (int)numericUpDown4.Value, 1);
  3500.             }
  3501.             if (comboBox4.SelectedIndex == 4)
  3502.             {
  3503.                 Call(0x427dac, GetHash("MP0_NUMBER_OF_BOURGE_BOUGHT"), (int)numericUpDown4.Value, 1);
  3504.             }
  3505.             if (comboBox4.SelectedIndex == 5)
  3506.             {
  3507.                 Call(0x427dac, GetHash("MP0_CIGARETTES_BOUGHT"), (int)numericUpDown4.Value, 1);
  3508.             }
  3509.             else
  3510.             {
  3511.                 if (comboBox4.SelectedIndex == 0)
  3512.                 {
  3513.                     Call(0x427dac, GetHash("MP0_NO_BOUGHT_YUM_SNACKS"), (int)numericUpDown4.Value, 1);
  3514.                 }
  3515.                 if (comboBox4.SelectedIndex == 1)
  3516.                 {
  3517.                     Call(0x427dac, GetHash("MP0_NO_BOUGHT_HEALTH_SNACKS"), (int)numericUpDown4.Value, 1);
  3518.                 }
  3519.                 if (comboBox4.SelectedIndex == 2)
  3520.                 {
  3521.                     Call(0x427dac, GetHash("MP0_NO_BOUGHT_EPIC_SNACKS"), (int)numericUpDown4.Value, 1);
  3522.                 }
  3523.                 if (comboBox4.SelectedIndex == 3)
  3524.                 {
  3525.                     Call(0x427dac, GetHash("MP0_NUMBER_OF_ORANGE_BOUGHT"), (int)numericUpDown4.Value, 1);
  3526.                 }
  3527.                 if (comboBox4.SelectedIndex == 4)
  3528.                 {
  3529.                     Call(0x427dac, GetHash("MP0_NUMBER_OF_BOURGE_BOUGHT"), (int)numericUpDown4.Value, 1);
  3530.                 }
  3531.                 if (comboBox4.SelectedIndex == 5)
  3532.                 {
  3533.                     Call(0x427dac, GetHash("MP0_CIGARETTES_BOUGHT"), (int)numericUpDown4.Value, 1);
  3534.                 }
  3535.             }
  3536.         }
  3537.  
  3538.         private void comboBox5_SelectedIndexChanged(object sender, EventArgs e)
  3539.         {
  3540.             if (comboBox5.SelectedIndex == 0)
  3541.             {
  3542.                 Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_1_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3543.             }
  3544.             if (comboBox5.SelectedIndex == 1)
  3545.             {
  3546.                 Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_2_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3547.             }
  3548.             if (comboBox5.SelectedIndex == 2)
  3549.             {
  3550.                 Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_3_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3551.             }
  3552.             if (comboBox5.SelectedIndex == 3)
  3553.             {
  3554.                 Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_4_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3555.             }
  3556.             if (comboBox5.SelectedIndex == 4)
  3557.             {
  3558.                 Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_5_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3559.             }
  3560.             else
  3561.             {
  3562.                 if (comboBox5.SelectedIndex == 0)
  3563.                 {
  3564.                     Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_1_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3565.                 }
  3566.                 if (comboBox5.SelectedIndex == 1)
  3567.                 {
  3568.                     Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_2_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3569.                 }
  3570.                 if (comboBox5.SelectedIndex == 2)
  3571.                 {
  3572.                     Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_3_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3573.                 }
  3574.                 if (comboBox5.SelectedIndex == 3)
  3575.                 {
  3576.                     Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_4_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3577.                 }
  3578.                 if (comboBox5.SelectedIndex == 4)
  3579.                 {
  3580.                     Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_5_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
  3581.                 }
  3582.             }
  3583.         }
  3584.  
  3585.         private void button125_Click(object sender, EventArgs e)
  3586.         {
  3587.             Call(0x428118, GetHash("mp0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1)); //STAT_SET_FLOAT
  3588.             Call(0x428118, GetHash("mp0_AWD_FMBASEJMP"), 1, Convert.ToInt32(1));
  3589.             Call(0x428118, GetHash("mp0_AWD_FMBBETWIN"), 1, Convert.ToInt32(1));
  3590.             Call(0x428118, GetHash("mp0_AWD_FMCRATEDROPS"), 1, Convert.ToInt32(1));
  3591.             Call(0x428118, GetHash("mp0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
  3592.             Call(0x428118, GetHash("mp0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
  3593.             Call(0x428118, GetHash("mp0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
  3594.             Call(0x428118, GetHash("mp0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
  3595.             Call(0x428118, GetHash("mp0_AWD_FMRALLYWONDRIVE"), 1, Convert.ToInt32(1));
  3596.             Call(0x428118, GetHash("mp0_AWD_FMRALLYWONNAV"), 1, Convert.ToInt32(1));
  3597.             Call(0x428118, GetHash("mp0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
  3598.             Call(0x428118, GetHash("mp0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
  3599.             Call(0x428118, GetHash("mp0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
  3600.             Call(0x428118, GetHash("mp0_AWD_FM25DIFFERENTDME"), 1, Convert.ToInt32(1));
  3601.             Call(0x428118, GetHash("mp0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
  3602.             Call(0x428118, GetHash("mp0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
  3603.             Call(0x428118, GetHash("mp0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
  3604.             Call(0x428118, GetHash("mp0_AWD_FMSHOOTDOWNCOPHELI"), 1, Convert.ToInt32(1));
  3605.             Call(0x428118, GetHash("mp0_AWD_FMKILLCHEATER"), 1, Convert.ToInt32(1));
  3606.             Call(0x428118, GetHash("mp0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
  3607.             Call(0x428118, GetHash("mp0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
  3608.             Call(0x428118, GetHash("mp0_AWD_FMKILLBOUNTY"), 1, Convert.ToInt32(1));
  3609.             Call(0x428118, GetHash("mp0_AWD_FMOVERALLKILLS"), 1, Convert.ToInt32(1));
  3610.             Call(0x428118, GetHash("mp0_AWD_FMWINSEARACE"), 1, Convert.ToInt32(1));
  3611.             Call(0x428118, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1));
  3612.             Call(0x428118, GetHash("mp0_AWD_FMREVENGEKILLSD"), 1, Convert.ToInt32(1));
  3613.             Call(0x428118, GetHash("mp0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
  3614.             Call(0x428118, GetHash("mp0_AWD_FMTIME5STARWANTEDS"), 1, Convert.ToInt32(1));
  3615.             Call(0x428118, GetHash("mp0_AWD_FMFURTHESTWHEELIE"), 1, Convert.ToInt32(1));
  3616.             Call(0x428118, GetHash("mp0_AWD_FMDRIVEWITHOUTCRASH"), 1, Convert.ToInt32(1));
  3617.             Call(0x428118, GetHash("mp0_AWD_FMMOSTFLIPSINONEVEHICLE"), 1, Convert.ToInt32(1));
  3618.             Call(0x428118, GetHash("mp0_AWD_FMMOSTSPINSINONEVEHICLE"), 1, Convert.ToInt32(1));
  3619.             Call(0x428118, GetHash("mp0_AWD_100_KILLS_PISTOL"), 500);
  3620.             Call(0x428118, GetHash("mp0_AWD_100_KILLS_SNIPER"), 500);
  3621.             Call(0x428118, GetHash("mp0_AWD_50_KILLS_GRENADES"), 500);
  3622.             Call(0x428118, GetHash("mp0_AWD_100_KILLS_SHOTGUN"), 500);
  3623.             Call(0x428118, GetHash("mp0_AWD_100_KILLS_SMG"), 500);
  3624.             Call(0x428118, GetHash("mp0_AWD_50_KILLS_ROCKETLAUNCH"), 500);
  3625.             Call(0x428118, GetHash("mp0_AWD_25_KILLS_STICKYBOMBS"), 500);
  3626.             Call(0x428118, GetHash("mp0_AWD_20_KILLS_MELEE"), 500);
  3627.             Call(0x428118, GetHash("mp0_AWD_100_HEADSHOTS"), 500);
  3628.             Call(0x428118, GetHash("mp0_AWD_50_VEHICLES_BLOWNUP"), 500);
  3629.             Call(0x428118, GetHash("mp0_AWD_VEHICLES_JACKEDR"), 500);
  3630.             Call(0x428118, GetHash("mp0_AWD_ENEMYDRIVEBYKILLS"), 500);
  3631.             Call(0x428118, GetHash("mp0_AWD_COPS_KILLED"), 500);
  3632.             Call(0x428118, GetHash("mp0_AWD_BUY_EVERY_GUN"), 1);
  3633.             Call(0x428118, GetHash("mp0_AWD_HOLD_UP_SHOPS"), 20);
  3634.             Call(0x428118, GetHash("mp0_AWD_LAPDANCES"), 50);
  3635.             Call(0x428118, GetHash("mp0_AWD_DRIVE_ALL_COP_CARS"), 1);
  3636.             Call(0x428118, GetHash("mp0_AWD_CARS_EXPORTED"), 50);
  3637.             Call(0x428118, GetHash("mp0_AWD_5STAR_WANTED_AVOIDANCE"), 50);
  3638.             Call(0x428118, GetHash("mp0_AWD_VEHICLE_JUMP_OVER_40M"), 50);
  3639.  
  3640.             Call(0x427dac, GetHash("mp0_AWD_FMATTGANGHQ"), 10, Convert.ToInt32(1)); //STAT_SET_INT
  3641.             Call(0x427dac, GetHash("mp0_AWD_FMBASEJMP"), 10, Convert.ToInt32(1));
  3642.             Call(0x427dac, GetHash("mp0_AWD_FMBBETWIN"), 10, Convert.ToInt32(1));
  3643.             Call(0x427dac, GetHash("mp0_AWD_FMCRATEDROPS"), 10, Convert.ToInt32(1));
  3644.             Call(0x427dac, GetHash("mp0_AWD_FM6DARTCHKOUT"), 10, Convert.ToInt32(1));
  3645.             Call(0x427dac, GetHash("mp0_AWD_FMWINEVERYGAMEMODE"), 10, Convert.ToInt32(1));
  3646.             Call(0x427dac, GetHash("mp0_AWD_FMWINALLRACEMODES"), 10, Convert.ToInt32(1));
  3647.             Call(0x427dac, GetHash("mp0_AWD_FMRACEWORLDRECHOLDER"), 10, Convert.ToInt32(1));
  3648.             Call(0x427dac, GetHash("mp0_AWD_FMRALLYWONDRIVE"), 10, Convert.ToInt32(1));
  3649.             Call(0x427dac, GetHash("mp0_AWD_FMRALLYWONNAV"), 10, Convert.ToInt32(1));
  3650.             Call(0x427dac, GetHash("mp0_AWD_FM25DIFITEMSCLOTHES"), 10, Convert.ToInt32(1));
  3651.             Call(0x427dac, GetHash("mp0_AWD_FMFULLYMODDEDCAR"), 10, Convert.ToInt32(1));
  3652.             Call(0x427dac, GetHash("mp0_AWD_FMWINCUSTOMRACE"), 10, Convert.ToInt32(1));
  3653.             Call(0x427dac, GetHash("mp0_AWD_FM25DIFFERENTDME"), 10, Convert.ToInt32(1));
  3654.             Call(0x427dac, GetHash("mp0_AWD_FM25DIFFERENTRACES"), 10, Convert.ToInt32(1));
  3655.             Call(0x427dac, GetHash("mp0_AWD_FMMOSTKILLSGANGHIDE"), 10, Convert.ToInt32(1));
  3656.             Call(0x427dac, GetHash("mp0_AWD_FMMOSTKILLSSURVIVE"), 10, Convert.ToInt32(1));
  3657.             Call(0x427dac, GetHash("mp0_AWD_FMSHOOTDOWNCOPHELI"), 10, Convert.ToInt32(1));
  3658.             Call(0x427dac, GetHash("mp0_AWD_FMKILLCHEATER"), 10, Convert.ToInt32(1));
  3659.             Call(0x427dac, GetHash("mp0_AWD_FMKILL3ANDWINGTARACE"), 10, Convert.ToInt32(1));
  3660.             Call(0x427dac, GetHash("mp0_AWD_FMTATTOOALLBODYPARTS"), 10, Convert.ToInt32(1));
  3661.             Call(0x427dac, GetHash("mp0_AWD_FMKILLBOUNTY"), 10, Convert.ToInt32(1));
  3662.             Call(0x427dac, GetHash("mp0_AWD_FMOVERALLKILLS"), 10, Convert.ToInt32(1));
  3663.             Call(0x427dac, GetHash("mp0_AWD_FMWINSEARACE"), 10, Convert.ToInt32(1));
  3664.             Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 10, Convert.ToInt32(1));
  3665.             Call(0x427dac, GetHash("mp0_AWD_FMREVENGEKILLSD"), 10, Convert.ToInt32(1));
  3666.             Call(0x427dac, GetHash("mp0_AWD_FMKILLSTREAKSDM"), 10, Convert.ToInt32(1));
  3667.             Call(0x427dac, GetHash("mp0_AWD_FMTIME5STARWANTEDS"), 10, Convert.ToInt32(1));
  3668.             Call(0x427dac, GetHash("mp0_AWD_FMFURTHESTWHEELIE"), 10, Convert.ToInt32(1));
  3669.             Call(0x427dac, GetHash("mp0_AWD_FMDRIVEWITHOUTCRASH"), 10, Convert.ToInt32(1));
  3670.             Call(0x427dac, GetHash("mp0_AWD_FMMOSTFLIPSINONEVEHICLE"), 10, Convert.ToInt32(1));
  3671.             Call(0x427dac, GetHash("mp0_AWD_FMMOSTSPINSINONEVEHICLE"), 10, Convert.ToInt32(1));
  3672.         }
  3673.  
  3674.         private void button124_Click(object sender, EventArgs e)
  3675.         {
  3676.             Call(0x428244, get_hash_key("mp0_FM_CHANGECHAR_ASKED"), 0, Convert.ToInt32(1));  //STAT_SET_BOOL //if dont work change to 1
  3677.         }
  3678.  
  3679.         private void button126_Click(object sender, EventArgs e)
  3680.         {
  3681.             float[] Position = new float[3];
  3682.             float[] pos = new float[3];
  3683.  
  3684.             int PedID = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
  3685.  
  3686.             if (PedID != -1)
  3687.             {
  3688.                 float angle = 15f;
  3689.                 float radius = 1.0f;
  3690.                 Position = get_entity_coords(PedID);
  3691.                 for (int i = 0; i < 20; i++)
  3692.                 {
  3693.                     float randomx = Position[0] + (radius * (float)Math.Cos(angle * (Math.PI / 180)));
  3694.                     float randomy = Position[1] + (radius * (float)Math.Sin(angle * (Math.PI / 180)));
  3695.  
  3696.                     if (angle < 360)
  3697.                         angle = angle + 15;
  3698.                     else
  3699.                         angle = 0;
  3700.  
  3701.                     pos[0] = randomx;
  3702.                     pos[1] = randomy;
  3703.                     pos[2] = Position[2] + 3.0f;
  3704.  
  3705.                     Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
  3706.                 }
  3707.             }
  3708.         }
  3709.  
  3710.  
  3711.         private void comboBox6_SelectedIndexChanged(object sender, EventArgs e)
  3712.         {
  3713.             if (comboBox6.SelectedIndex == 0)
  3714.             {
  3715.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_WHITE"), (int)numericUpDown6.Value, 1); //STAT_SET_INT
  3716.             }
  3717.             if (comboBox6.SelectedIndex == 1)
  3718.             {
  3719.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_RED"), (int)numericUpDown6.Value, 1);
  3720.             }
  3721.             if (comboBox6.SelectedIndex == 3)
  3722.             {
  3723.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_BLUE"), (int)numericUpDown6.Value, 1);
  3724.             }
  3725.             if (comboBox6.SelectedIndex == 4)
  3726.             {
  3727.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_WHITE"), (int)numericUpDown6.Value, 1);
  3728.             }
  3729.             if (comboBox6.SelectedIndex == 5)
  3730.             {
  3731.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_RED"), (int)numericUpDown6.Value, 1);
  3732.             }
  3733.             if (comboBox6.SelectedIndex == 6)
  3734.             {
  3735.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_BLUE"), (int)numericUpDown6.Value, 1);
  3736.             }
  3737.             if (comboBox6.SelectedIndex == 7)
  3738.             {
  3739.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_WHITE"), (int)numericUpDown6.Value, 1);
  3740.             }
  3741.             if (comboBox6.SelectedIndex == 8)
  3742.             {
  3743.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_RED"), (int)numericUpDown6.Value, 1);
  3744.             }
  3745.             if (comboBox6.SelectedIndex == 9)
  3746.             {
  3747.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_BLUE"), (int)numericUpDown6.Value, 1);
  3748.             }
  3749.             if (comboBox6.SelectedIndex == 10)
  3750.             {
  3751.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_WHITE"), (int)numericUpDown6.Value, 1);
  3752.             }
  3753.             if (comboBox6.SelectedIndex == 11)
  3754.             {
  3755.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_RED"), (int)numericUpDown6.Value, 1);
  3756.             }
  3757.             if (comboBox6.SelectedIndex == 12)
  3758.             {
  3759.                 Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_BLUE"), (int)numericUpDown6.Value, 1);
  3760.             }
  3761.             else
  3762.             {
  3763.                 if (comboBox6.SelectedIndex == 0)
  3764.                 {
  3765.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_WHITE"), (int)numericUpDown6.Value, 1);
  3766.                 }
  3767.                 if (comboBox6.SelectedIndex == 1)
  3768.                 {
  3769.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_RED"), (int)numericUpDown6.Value, 1);
  3770.                 }
  3771.                 if (comboBox6.SelectedIndex == 3)
  3772.                 {
  3773.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_BLUE"), (int)numericUpDown6.Value, 1);
  3774.                 }
  3775.                 if (comboBox6.SelectedIndex == 4)
  3776.                 {
  3777.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_WHITE"), (int)numericUpDown6.Value, 1);
  3778.                 }
  3779.                 if (comboBox6.SelectedIndex == 5)
  3780.                 {
  3781.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_RED"), (int)numericUpDown6.Value, 1);
  3782.                 }
  3783.                 if (comboBox6.SelectedIndex == 6)
  3784.                 {
  3785.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_BLUE"), (int)numericUpDown6.Value, 1);
  3786.                 }
  3787.                 if (comboBox6.SelectedIndex == 7)
  3788.                 {
  3789.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_WHITE"), (int)numericUpDown6.Value, 1);
  3790.                 }
  3791.                 if (comboBox6.SelectedIndex == 8)
  3792.                 {
  3793.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_RED"), (int)numericUpDown6.Value, 1);
  3794.                 }
  3795.                 if (comboBox6.SelectedIndex == 9)
  3796.                 {
  3797.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_BLUE"), (int)numericUpDown6.Value, 1);
  3798.                 }
  3799.                 if (comboBox6.SelectedIndex == 10)
  3800.                 {
  3801.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_WHITE"), (int)numericUpDown6.Value, 1);
  3802.                 }
  3803.                 if (comboBox6.SelectedIndex == 11)
  3804.                 {
  3805.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_RED"), (int)numericUpDown6.Value, 1);
  3806.                 }
  3807.                 if (comboBox6.SelectedIndex == 12)
  3808.                 {
  3809.                     Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_BLUE"), (int)numericUpDown6.Value, 1);
  3810.                 }
  3811.             }
  3812.         }
  3813.  
  3814.         private void checkBox25_CheckedChanged(object sender, EventArgs e)
  3815.         {
  3816.             if (checkBox25.Checked)
  3817.             {
  3818.                 byte[] buffer = new byte[] { 0x4D, 0x00, 0x00, 0x00 };
  3819.                 PS3.SetMemory(0x1A7CA90, buffer);
  3820.             }
  3821.             else
  3822.             {
  3823.                 byte[] buffer = new byte[] { 0x3F, 0x00, 0x00, 0x00 };
  3824.                 PS3.SetMemory(0x1A7CA90, buffer);
  3825.             }
  3826.         }
  3827.  
  3828.         private void button127_Click(object sender, EventArgs e)
  3829.         {
  3830.             if (button127.Visible)
  3831.             {
  3832.                 GARAGE.Garage G = new GARAGE.Garage();
  3833.                 G.Show();
  3834.             }
  3835.         }
  3836.  
  3837.         private void checkBox49_CheckedChanged(object sender, EventArgs e)
  3838.         {
  3839.             if (checkBox49.Checked)
  3840.             {
  3841.                 timer15.Start();
  3842.             }
  3843.             else
  3844.             {
  3845.                 timer15.Stop();
  3846.             }
  3847.         }
  3848.  
  3849.         private void checkBox50_CheckedChanged(object sender, EventArgs e)
  3850.         {
  3851.             if (checkBox50.Checked == true)
  3852.             {
  3853.                 int playerid = player_ped_id();
  3854.                 Thread.Sleep(10);
  3855.                 int vehid = get_vehicle_ped_is_in(playerid);
  3856.                 if (is_ped_in_any_vehicle(playerid) > 0)
  3857.                 {
  3858.                     SET_VEHICLE_EXTRA(vehid, 1, 0);
  3859.                     SET_VEHICLE_EXTRA(vehid, 2, 0);
  3860.                     SET_VEHICLE_EXTRA(vehid, 3, 0);
  3861.                     SET_VEHICLE_EXTRA(vehid, 4, 0);
  3862.                     SET_VEHICLE_EXTRA(vehid, 5, 0);
  3863.                     SET_VEHICLE_EXTRA(vehid, 6, 0);
  3864.                     SET_VEHICLE_EXTRA(vehid, 7, 0);
  3865.                     SET_VEHICLE_EXTRA(vehid, 8, 0);
  3866.                     SET_VEHICLE_EXTRA(vehid, 9, 0);
  3867.                 }
  3868.             }
  3869.             if (checkBox50.Checked == false)
  3870.             {
  3871.                 int playerid = player_ped_id();
  3872.                 Thread.Sleep(10);
  3873.                 int vehid = get_vehicle_ped_is_in(playerid);
  3874.                 if (is_ped_in_any_vehicle(playerid) > 0)
  3875.                 {
  3876.                     SET_VEHICLE_EXTRA(vehid, 1, -1);
  3877.                     SET_VEHICLE_EXTRA(vehid, 2, -1);
  3878.                     SET_VEHICLE_EXTRA(vehid, 3, -1);
  3879.                     SET_VEHICLE_EXTRA(vehid, 4, -1);
  3880.                     SET_VEHICLE_EXTRA(vehid, 5, -1);
  3881.                     SET_VEHICLE_EXTRA(vehid, 6, -1);
  3882.                     SET_VEHICLE_EXTRA(vehid, 7, -1);
  3883.                     SET_VEHICLE_EXTRA(vehid, 8, -1);
  3884.                     SET_VEHICLE_EXTRA(vehid, 9, -1);
  3885.                 }
  3886.             }
  3887.         }
  3888.  
  3889.         private void button50_Click(object sender, EventArgs e)
  3890.         {
  3891.             Call(0x427dac, GetHash(textBox12.Text), (int)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value));  //set_stat_int
  3892.         }
  3893.  
  3894.         private void button128_Click(object sender, EventArgs e)
  3895.         {
  3896.             Call(0x428118, GetHash(textBox12.Text), (float)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value));  //STAT_SET_FLOAT
  3897.         }
  3898.  
  3899.         private void button129_Click(object sender, EventArgs e)
  3900.         {
  3901.             Call(0x428244, GetHash(textBox12.Text), (int)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value));  //STAT_SET_BOOL
  3902.         }
  3903.  
  3904.         private void button130_Click(object sender, EventArgs e)
  3905.         {
  3906.             int playerpedid = player_ped_id();
  3907.             int entityid = get_vehicle_ped_is_in(playerpedid);
  3908.             if (is_ped_in_any_vehicle(playerpedid) > 0)
  3909.             {
  3910.                 set_entity_as_mission_entity(entityid, 0, 1);
  3911.                 delete_vehicle(entityid);
  3912.             }
  3913.         }
  3914.  
  3915.         private void button131_Click(object sender, EventArgs e)
  3916.         {
  3917.             /*
  3918.              //this is C# btw
  3919.             uint ped = PLAYER_PED_ID(); // ped you want to take control of..
  3920.             NETWORK_REQUEST_CONTROL_OF_NETWORK_ID(PED_TO_NET(ped)); // convert ped to net id and request control
  3921.             while (!NETWORK_HAS_CONTROL_OF_NETWORK_ID(PED_TO_NET(ped)) WAIT(0); // wait for server to grant control
  3922.             if (IS_PED_IN_ANY_VEHICLE(ped, 0)) // idk the 2nd arg
  3923.             SET_PED_COORDS_KEEP_VEHICLE(ped, 0f, 0f, 0f); // change to coords you want
  3924.             else
  3925.             SET_PED_COORDS_NO_GANG(ped, 0f, 0f, 0f); // change to coords you want
  3926.              */
  3927.         }
  3928.  
  3929.         private void checkBox51_CheckedChanged(object sender, EventArgs e)
  3930.         {
  3931.             if (checkBox51.Checked)
  3932.             {
  3933.                 Call(0x45d0f8, get_vehicle_ped_is_using(player_ped_id_()), 0); //set_vehicle_gravity
  3934.             }
  3935.             else
  3936.             {
  3937.                 Call(0x45d0f8, get_vehicle_ped_is_using(player_ped_id_()), 1);
  3938.             }
  3939.         }
  3940.  
  3941.         private void button132_Click(object sender, EventArgs e)
  3942.         {
  3943.             Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  3944.             Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1);  //TOGGLE_VEHICLE_MOD
  3945.             int red = RandomInt.Next(0, (int)byte.MaxValue);
  3946.             int green = RandomInt.Next(0, (int)byte.MaxValue);
  3947.             int blue = RandomInt.Next(0, (int)byte.MaxValue);
  3948.             RandomInt.Next(0, (int)byte.MaxValue);
  3949.             RandomInt.Next(0, (int)byte.MaxValue);
  3950.             RandomInt.Next(0, (int)byte.MaxValue);
  3951.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  3952.                 return;
  3953.             set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  3954.         }
  3955.  
  3956.         private void timer7_Tick(object sender, EventArgs e)
  3957.         {
  3958.             int red = RandomInt.Next(0, (int)byte.MaxValue);
  3959.             int green = RandomInt.Next(0, (int)byte.MaxValue);
  3960.             int blue = RandomInt.Next(0, (int)byte.MaxValue);
  3961.             RandomInt.Next(0, (int)byte.MaxValue);
  3962.             RandomInt.Next(0, (int)byte.MaxValue);
  3963.             RandomInt.Next(0, (int)byte.MaxValue);
  3964.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  3965.                 return;
  3966.             set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
  3967.         }
  3968.  
  3969.         private void checkBox52_CheckedChanged(object sender, EventArgs e)
  3970.         {
  3971.             if (checkBox52.Checked)
  3972.             {
  3973.                 timer7.Enabled = true;
  3974.                 Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  3975.                 Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1);  //TOGGLE_VEHICLE_MOD
  3976.             }
  3977.             else
  3978.             {
  3979.                 timer7.Enabled = false;
  3980.                 Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
  3981.                 Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 0);  //TOGGLE_VEHICLE_MOD
  3982.             }
  3983.         }
  3984.  
  3985.         private void numericUpDown9_ValueChanged(object sender, EventArgs e)
  3986.         {
  3987.             int playerpedid = player_ped_id();
  3988.             int vehid = get_vehicle_ped_is_in(playerpedid);
  3989.             if (is_ped_in_any_vehicle(playerpedid) > 0)
  3990.             {
  3991.                 Call(0x40539c, playerpedid, vehid, Convert.ToInt32(numericUpDown9.Text)); //SET_PED_INTO_VEHICLE
  3992.             }
  3993.         }
  3994.  
  3995.         private void button133_Click(object sender, EventArgs e)
  3996.         {
  3997.             int playerid = player_ped_id();
  3998.             Thread.Sleep(10);
  3999.             int vehid = get_vehicle_ped_is_in(playerid);
  4000.             if (is_ped_in_any_vehicle(playerid) > 0)
  4001.             {
  4002.                 Call(0x3b1a34, vehid, 99f, 99f, 99f); //SET_ENTITY_VELOCITY
  4003.             }
  4004.         }
  4005.  
  4006.         private void tabPage1_Click(object sender, EventArgs e)
  4007.         {
  4008.  
  4009.         }
  4010.  
  4011.         private void button24_Click(object sender, EventArgs e)
  4012.         {
  4013.             network_get_player_index(Players.SelectedIndex);
  4014.             int num = get_player_ped_id(Players.SelectedIndex);
  4015.             int num2 = Call(0x404d48, num); //GET_VEHICLE_PED_IS_IN
  4016.             NETWORK_REQUEST_CONTROL_OF_ENTITY(num2);
  4017.             if (is_ped_in_any_vehicle(num) > 0)
  4018.             {
  4019.                 Call(0x40bef4, num, get_entity_coords(player_ped_id())); //SET_PED_COORDS_KEEP_VEHICLE
  4020.             }
  4021.         }
  4022.         private void button135_Click(object sender, EventArgs e)
  4023.         {
  4024.             //BadSport
  4025.         }
  4026.  
  4027.         private void checkBox56_CheckedChanged(object sender, EventArgs e)
  4028.         {
  4029.             /*
  4030.             clear_ped_tasks(player_ped_id());
  4031.                 set_ped_stealth_movement(player_ped_id(), 0, 0);
  4032.                 set_player_control(player_id(), 0, 2560);
  4033.                 uLocal_482 = create_cam_with_params("DEFAULT_SCRIPTED_CAMERA", get_entity_coords(player_ped_id(), 1), 0f, 0f, 0f, 50f, 0, 2);
  4034.                 attach_cam_to_ped_bone(uLocal_482, player_ped_id(), 31086, vLocal_483, 1);
  4035.                 point_cam_at_ped_bone(uLocal_482, player_ped_id(), 31086, vLocal_484, 1);
  4036.                 set_cam_fov(uLocal_482, 50f);
  4037.                 set_cam_active(uLocal_482, 1);
  4038.                 render_script_cams(1, 0, 3000, 1, 0);
  4039.         */
  4040.             /*
  4041.             int num = Call(0x3917A8, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
  4042.             Call(0x000000, num, player_ped_id(), 31086, 0.0f, 0.15f, 0.02f, 1); //attach_cam_to_ped_bone
  4043.  
  4044.             Call(0x000000, num, Call(0x000000, num)); //set_cam_active //is_cam_active
  4045.             Call(0x000000, 1, 0, 3000, 1, 0); //render_script_cams
  4046.             Call(0x000000, Call(0x000000, Call(0x000000, num))); //set_cam_active //GET_RENDERING_CAM //is_cam_active
  4047.             return;
  4048.              */
  4049.             int num = Call(0x3917A8, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
  4050.             Call(0x000000, num, player_ped_id(), 31086, 0.0f, 0.15f, 0.02f, 1); //attach_cam_to_ped_bone
  4051.         }
  4052.  
  4053.         private void button139_Click(object sender, EventArgs e)
  4054.         {
  4055.             Call(0x3a12f8, "DEFAULT_ANIMATED_CAMERA", (float)numericUpDown11.Value); //SET_CAM_FOV
  4056.         }
  4057.  
  4058.         private void button134_Click(object sender, EventArgs e)
  4059.         {
  4060.             for (int i = 0; i < 0x10; i++)
  4061.             {
  4062.                 network_get_player_index(i);
  4063.                 int getplayerped = get_player_ped_id(i);
  4064.                 int killer = get_player_ped_id(Players.SelectedIndex);
  4065.                 if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  4066.                 {
  4067.                     Call(0x3baa3c, killer, get_entity_coords(getplayerped), 0x1D, 5f, 0, 1, 5f); //ADD_OWNED_EXPLOSION
  4068.                 }
  4069.             }
  4070.         }
  4071.  
  4072.         private void button142_Click(object sender, EventArgs e)
  4073.         {
  4074.             Location((float)numericUpDown12.Value, (float)numericUpDown13.Value, (float)numericUpDown14.Value);
  4075.         }
  4076.  
  4077.         private void button143_Click(object sender, EventArgs e)
  4078.         {
  4079.             Am_i_host();
  4080.         }
  4081.  
  4082.         private void checkBox34_CheckedChanged(object sender, EventArgs e)
  4083.         {
  4084.             Call(0x3e7eb4, player_id()); //NETWORK_PLAYER_IS_ROCKSTAR_DEV
  4085.         }
  4086.  
  4087.         private void button145_Click(object sender, EventArgs e)
  4088.         {
  4089.             network_get_player_index(Players.SelectedIndex);
  4090.             int id = get_player_ped_id(Players.SelectedIndex);
  4091.             for (int i = 0; i < 0x1C; i++)
  4092.             {
  4093.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  4094.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  4095.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  4096.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  4097.                 Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
  4098.             }
  4099.         }
  4100.  
  4101.         private void button146_Click(object sender, EventArgs e)
  4102.         {
  4103.             network_get_player_index(Players.SelectedIndex);
  4104.             int id = get_player_ped_id(Players.SelectedIndex);
  4105.             for (int i = 1; i <= 250; i++)
  4106.             {
  4107.                 Call(0x3f69b4, -831529621, get_entity_coords(id), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  4108.             }
  4109.             Thread.Sleep(200);
  4110.         }
  4111.  
  4112.         private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
  4113.         {
  4114.             if (comboBox2.SelectedIndex == 0)
  4115.             {
  4116.                 network_earn_from_job(Convert.ToInt32(textBox4.Text));
  4117.             }
  4118.             if (comboBox2.SelectedIndex == 1)
  4119.             {
  4120.                 network_earn_from_holdups(Convert.ToInt32(textBox4.Text));
  4121.             }
  4122.             if (comboBox2.SelectedIndex == 2)
  4123.             {
  4124.                 network_earn_from_pickup(Convert.ToInt32(textBox4.Text));
  4125.             }
  4126.             if (comboBox2.SelectedIndex == 3)
  4127.             {
  4128.                 network_earn_from_property(Convert.ToInt32(textBox4.Text));
  4129.             }
  4130.             if (comboBox2.SelectedIndex == 4)
  4131.             {
  4132.                 network_earn_from_vehicle(Convert.ToInt32(textBox4.Text));
  4133.             }
  4134.             if (comboBox2.SelectedIndex == 5)
  4135.             {
  4136.                 network_earn_from_bank_interest(Convert.ToInt32(textBox4.Text));
  4137.             }
  4138.             if (comboBox2.SelectedIndex == 6)
  4139.             {
  4140.                 network_earn_from_unknown(Convert.ToInt32(textBox4.Text));
  4141.             }
  4142.             if (comboBox2.SelectedIndex == 7)
  4143.             {
  4144.                 network_earn_from_unknown2(Convert.ToInt32(textBox4.Text));
  4145.             }
  4146.             if (comboBox2.SelectedIndex == 8)
  4147.             {
  4148.                 network_earn_from_unknown3(Convert.ToInt32(textBox4.Text));
  4149.             }
  4150.             if (comboBox2.SelectedIndex == 9)
  4151.             {
  4152.                 network_earn_from_unknown4(Convert.ToInt32(textBox4.Text));
  4153.             }
  4154.             if (comboBox2.SelectedIndex == 10)
  4155.             {
  4156.                 network_earn_from_unknown5(Convert.ToInt32(textBox4.Text));
  4157.             }
  4158.             if (comboBox2.SelectedIndex == 11)
  4159.             {
  4160.                 network_earn_from_unknown6(Convert.ToInt32(textBox4.Text));
  4161.             }
  4162.             if (comboBox2.SelectedIndex == 12)
  4163.             {
  4164.                 network_earn_from_unknown7(Convert.ToInt32(textBox4.Text));
  4165.             }
  4166.             if (comboBox2.SelectedIndex == 13)
  4167.             {
  4168.                 network_earn_from_unknown8_Wallet(Convert.ToInt32(textBox4.Text));
  4169.             }
  4170.             if (comboBox2.SelectedIndex == 14)
  4171.             {
  4172.                 network_earn_from_unknown8_Bank(Convert.ToInt32(textBox4.Text));
  4173.             }
  4174.             if (comboBox2.SelectedIndex == 16)
  4175.             {
  4176.                 take_money_old(Convert.ToInt32(textBox4.Text));
  4177.             }
  4178.             if (comboBox2.SelectedIndex == 17)
  4179.             {
  4180.                 take_money_wallet(Convert.ToInt32(textBox4.Text));
  4181.             }
  4182.             if (comboBox2.SelectedIndex == 18)
  4183.             {
  4184.                 take_money_bank(Convert.ToInt32(textBox4.Text));
  4185.             }
  4186.         }
  4187.  
  4188.         private void button144_Click(object sender, EventArgs e)
  4189.         {
  4190.             network_earn_from_job(Convert.ToInt32(40));
  4191.             network_earn_from_pickup(Convert.ToInt32(10));
  4192.             network_earn_from_rockstar(Convert.ToInt32(500));
  4193.             network_earn_from_holdups(Convert.ToInt32(10));
  4194.             network_earn_from_property(Convert.ToInt32(500));
  4195.             network_earn_from_vehicle(Convert.ToInt32(500));
  4196.         }
  4197.  
  4198.         private void button43_Click(object sender, EventArgs e)
  4199.         {
  4200.             float[] Position = new float[3];
  4201.             float[] pos = new float[3];
  4202.             Position = get_entity_coords(player_ped_id());
  4203.             pos[0] = Position[0] + -3.0f;
  4204.             pos[1] = Position[1] + 5.0f;
  4205.             pos[2] = Position[2];
  4206.             int num4 = Call(0x3f53ec, GetHash("prop_mp_ramp_03"), pos, 1, 1, 0); //CREATE_OBJECT
  4207.             //set_entity_heading(num4, 150f);
  4208.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4209.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4210.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4211.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4212.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4213.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4214.             set_entity_lod_dist(num4, 900000);
  4215.         }
  4216.  
  4217.         private void button9_Click_2(object sender, EventArgs e)
  4218.         {
  4219.             Call(0x3f53ec, GetHash("prop_boxing_glove_01"), get_entity_coords(player_ped_id()), 1, 1, 0);  //CREATE_OBJECT / attach prop to hand
  4220.         }
  4221.  
  4222.         private void button11_Click(object sender, EventArgs e)
  4223.         {
  4224.             stat_set_int(get_hash_key("MPPLY_REPORT_STRENGTH"), 0);
  4225.             stat_set_int(get_hash_key("MPPLY_COMMEND_STRENGTH"), 100);
  4226.             stat_set_int(get_hash_key("MPPLY_FRIENDLY"), 100);
  4227.             stat_set_int(get_hash_key("MPPLY_HELPFUL"), 100);
  4228.             stat_set_int(get_hash_key("MPPLY_GRIEFING"), 0);
  4229.             stat_set_int(get_hash_key("MPPLY_VC_ANNOYINGME"), 0);
  4230.             stat_set_int(get_hash_key("MPPLY_VC_HATE"), 0);
  4231.             stat_set_int(get_hash_key("MPPLY_OFFENSIVE_LANGUAGE"), 0);
  4232.             stat_set_int(get_hash_key("MPPLY_OFFENSIVE_TAGPLATE"), 0);
  4233.             stat_set_int(get_hash_key("MPPLY_OFFENSIVE_UGC"), 0);
  4234.             stat_set_int(get_hash_key("MPPLY_BAD_CREW_NAME"), 0);
  4235.             stat_set_int(get_hash_key("MPPLY_BAD_CREW_MOTTO"), 0);
  4236.             stat_set_int(get_hash_key("MPPLY_BAD_CREW_STATUS"), 0);
  4237.             stat_set_int(get_hash_key("MPPLY_BAD_CREW_EMBLEM"), 0);
  4238.             stat_set_int(get_hash_key("MPPLY_GAME_EXPLOITS"), 0);
  4239.             stat_set_int(get_hash_key("MPPLY_EXPLOITS"), 0);
  4240.             stat_set_int(get_hash_key("MPPLY_ISPUNISHED"), 0);
  4241.             stat_set_int(get_hash_key("MPPLY_KILLS_PLAYERS_CHEATER"), 0);
  4242.             stat_set_int(get_hash_key("MPPLY_DEATHS_PLAYERS_CHEATER"), 0);
  4243.             Call(0x427dac, GetHash("MPPLY_IS_CHEATER_TIME"), (ulong)0); //STAT_SET_INT  // not sure if there is a STAT_SET_LONG
  4244.             Call(0x428244, GetHash("MPPLY_IS_CHEATER"), 0);             //STAT_SET_BOOL
  4245.             Call(0x428244, GetHash("MP0_AWD_FMKILLCHEATER"), 0); //STAT_SET_BOOL
  4246.             Call(0x428244, GetHash("MPPLY_WAS_I_CHEATER"), 0); //STAT_SET_BOOL
  4247.             Call(0x428244, GetHash("MPPLY_WAS_I_BAD_SPORT"), 0); //STAT_SET_BOOL
  4248.             Call(0x428244, GetHash("MPPLY_OVERALL_BADSPORT"), 0); //STAT_SET_BOOL
  4249.             Call(0x428244, GetHash("MPPLY_CHAR_IS_BADSPORT"), 0); //STAT_SET_BOOL
  4250.             Call(0x428118, GetHash("MPPLY_OVERALL_CHEAT"), 0f);        //STAT_SET_FLOAT
  4251.             Call(0x428118, GetHash("MPPLY_OVERALL_BADSPORT"), 0f); //STAT_SET_FLOAT
  4252.             Call(0x428244, GetHash("MPPLY_CHAR_IS_BADSPORT"), 0); //STAT_SET_BOOL
  4253.             stat_set_int(get_hash_key("MPPLY_BECAME_BADSPORT_NUM"), 0);
  4254.             stat_set_int(get_hash_key("MPPLY_PARA_CHEAT_TALLY"), 0);
  4255.             stat_set_int(get_hash_key("MPPLY_LTS_CHEAT_TALLY"), 0);
  4256.             stat_set_int(get_hash_key("MPPLY_SUR_CHEAT_TALLY"), 0);
  4257.             stat_set_int(get_hash_key("MPPLY_CAP_CHEAT_TALLY"), 0);
  4258.             stat_set_int(get_hash_key("MP0_TIMES_CHEATED"), 0);
  4259.             stat_set_int(get_hash_key("MPPLY_BECAME_CHEATER_NUM"), 0);
  4260.             Call(0x428244, GetHash("MP0_SCADMIN_IS_CHEATER"), 0); //STAT_SET_BOOL
  4261.             stat_set_int(get_hash_key("MP0_SCADMIN_IS_CHEATER"), 0);
  4262.             stat_set_int(get_hash_key("MP0_BAD_SPORT_BITSET"), 0);
  4263.             stat_set_int(get_hash_key("MPPLY_DESTROYED_PVEHICLES"), 0);
  4264.             //stat_set_int(get_hash_key("MPPLY_LAST_MP_CHAR"), 0);
  4265.         }
  4266.  
  4267.         private void button148_Click(object sender, EventArgs e)
  4268.         {
  4269.  
  4270.         }
  4271.  
  4272.         private void button149_Click(object sender, EventArgs e)
  4273.         {
  4274.  
  4275.         }
  4276.  
  4277.         private void button150_Click(object sender, EventArgs e)
  4278.         {
  4279.  
  4280.         }
  4281.  
  4282.         private void button151_Click(object sender, EventArgs e)
  4283.         {
  4284.  
  4285.         }
  4286.  
  4287.         private void button152_Click(object sender, EventArgs e)
  4288.         {
  4289.  
  4290.         }
  4291.  
  4292.         private void button153_Click(object sender, EventArgs e)
  4293.         {
  4294.  
  4295.         }
  4296.  
  4297.         private void button154_Click(object sender, EventArgs e)
  4298.         {
  4299.  
  4300.         }
  4301.  
  4302.         private void button155_Click(object sender, EventArgs e)
  4303.         {
  4304.  
  4305.         }
  4306.  
  4307.         private void button138_Click(object sender, EventArgs e)
  4308.         {
  4309.  
  4310.         }
  4311.  
  4312.         private void button156_Click(object sender, EventArgs e)
  4313.         {
  4314.  
  4315.         }
  4316.  
  4317.         private void button157_Click(object sender, EventArgs e)
  4318.         {
  4319.             //Raise suspension, add mass, add power
  4320.         }
  4321.  
  4322.         private void button167_Click(object sender, EventArgs e)
  4323.         {
  4324.             int num2 = get_vehicle_ped_is_in(player_ped_id());
  4325.             label10.Text = "Vehicle ID: " + num2.ToString();
  4326.         }
  4327.  
  4328.         private void checkBox63_CheckedChanged(object sender, EventArgs e)
  4329.         {
  4330.             if (checkBox63.Checked)
  4331.             {
  4332.                 network_get_player_index(Players.SelectedIndex);
  4333.                 set_ped_as_cop(get_player_ped_id(Players.SelectedIndex), 1);
  4334.             }
  4335.             if (!checkBox63.Checked)
  4336.             {
  4337.                 network_get_player_index(Players.SelectedIndex);
  4338.                 set_ped_as_cop(get_player_ped_id(Players.SelectedIndex), 0);
  4339.             }
  4340.         }
  4341.  
  4342.         private void checkBox2_CheckedChanged(object sender, EventArgs e)
  4343.         {
  4344.             if (checkBox2.Checked)
  4345.             {
  4346.                 timer9.Start();
  4347.             }
  4348.             else
  4349.             {
  4350.                 timer9.Stop();
  4351.             }
  4352.         }
  4353.  
  4354.         private void button169_Click(object sender, EventArgs e)
  4355.         {
  4356.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1) //change to 0
  4357.                 return;
  4358.             //Call(0x3acb28, get_vehicle_ped_is_using(player_ped_id()), 1, 0.0f, 0.0f, 10000f, 0.0f, 0.0f, 0.0f, 0, 1, 1, 1, 0, 1); //apply_force_to_entity
  4359.             Call(0x3acb28, get_vehicle_ped_is_using(player_ped_id()), 1, 0.0f, 200f, 2.5f, 0.0f, 0.0f, 0.0f, 0, 1, 0, 0, 0, 1);
  4360.             //Call(0x3acb28, get_vehicle_ped_is_using(player_ped_id()), 1, 80f, 0.0f, 0.0f, 2.0f, 0.0f, 0.0f, 0, 1, 1, 1, 0, 1);
  4361.         }
  4362.  
  4363.         private void checkBox54_CheckedChanged(object sender, EventArgs e)
  4364.         {
  4365.             if (checkBox54.Checked)
  4366.             {
  4367.                 timer10.Start();
  4368.             }
  4369.             else
  4370.             {
  4371.                 timer10.Stop();
  4372.             }
  4373.         }
  4374.  
  4375.         private void button171_Click(object sender, EventArgs e)
  4376.         {
  4377.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  4378.                 return;
  4379.             SET_Pink(get_vehicle_ped_is_using(player_ped_id_()));
  4380.         }
  4381.  
  4382.         private void button170_Click(object sender, EventArgs e)
  4383.         {
  4384.             if (is_ped_in_any_vehicle(player_ped_id()) > 0)
  4385.             {
  4386.                 LOCK_DOORS(get_vehicle_ped_is_in(player_ped_id()), 0);
  4387.             }
  4388.         }
  4389.  
  4390.         private void button172_Click(object sender, EventArgs e)
  4391.         {
  4392.             if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
  4393.                 return;
  4394.             SET_Cyan(get_vehicle_ped_is_using(player_ped_id_()));
  4395.         }
  4396.  
  4397.         private void button20_Click(object sender, EventArgs e)
  4398.         {
  4399.             Call(0x40DB0C, player_ped_id(), 0, 1, 0, 0); // SET_PED_PROP_INDEX //dunce cap
  4400.         }
  4401.  
  4402.         private void button176_Click(object sender, EventArgs e)
  4403.         {
  4404.             float[] Position = new float[3];
  4405.             float[] pos = new float[3];
  4406.             Position = get_entity_coords(player_ped_id());
  4407.             pos[0] = Position[0] + -3.0f;
  4408.             pos[1] = Position[1] + 5.0f;
  4409.             pos[2] = Position[2];
  4410.             int num4 = Call(0x3f53ec, GetHash("prop_start_finish_line_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4411.             set_entity_heading(num4, 150f);
  4412.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4413.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4414.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4415.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4416.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4417.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4418.             set_entity_lod_dist(num4, 900000);
  4419.         }
  4420.  
  4421.         private void button177_Click(object sender, EventArgs e)
  4422.         {
  4423.             float[] Position = new float[3];
  4424.             float[] pos = new float[3];
  4425.             Position = get_entity_coords(player_ped_id());
  4426.             pos[0] = Position[0] + -3.0f;
  4427.             pos[1] = Position[1] + 5.0f;
  4428.             pos[2] = Position[2];
  4429.             int num4 = Call(0x3f53ec, GetHash("prop_jetski_ramp_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4430.             set_entity_heading(num4, 150f);
  4431.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4432.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4433.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4434.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4435.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4436.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4437.             set_entity_lod_dist(num4, 900000);
  4438.         }
  4439.  
  4440.         private void checkBox60_CheckedChanged(object sender, EventArgs e)
  4441.         {
  4442.             // private const uint SET_VEHICLE_GRAVITY = 0x000000;
  4443.             // static void SET_VEHICLE_GRAVITY(Vehicle veh, BOOL b)
  4444.             // built a flying car function
  4445.             // remove gravity and fly the car around
  4446.             //with acceleration and brake and all
  4447.             //in the air
  4448.             //or do the same as ap ii intense
  4449.         }
  4450.  
  4451.         private void button33_Click(object sender, EventArgs e)
  4452.         {
  4453.             Call(0x428244, 1323319832, 1); //STAT_SET_BOOL   //MPPLY_NO_MORE_TUTORIALS
  4454.         }
  4455.  
  4456.         private void button178_Click(object sender, EventArgs e)
  4457.         {
  4458.             //CREATE_PED(Any p0, Any p1, Any p2, Any p3, Any p4, Any p5, Any p6, Any p7)
  4459.             Call(0x4009d0, 26, -1920001264, get_entity_coords(player_ped_id()), 0, 1, 1); //CREATE_PED /s_m_y_swat_01=-1920001264
  4460.         }
  4461.  
  4462.         private void button183_Click(object sender, EventArgs e)
  4463.         {
  4464.             float[] Position = new float[3];
  4465.             float[] pos = new float[3];
  4466.             Position = get_entity_coords(player_ped_id());
  4467.             pos[0] = Position[0] + -3.0f;
  4468.             pos[1] = Position[1] + 5.0f;
  4469.             pos[2] = Position[2];
  4470.             int num4 = Call(0x3f53ec, GetHash("prop_container_01a"), pos, 1, 1, 0);  //CREATE_OBJECT
  4471.             set_entity_heading(num4, 150f);
  4472.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4473.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4474.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4475.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4476.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4477.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4478.             set_entity_lod_dist(num4, 900000);
  4479.         }
  4480.  
  4481.         private void button184_Click(object sender, EventArgs e)
  4482.         {
  4483.             float[] Position = new float[3];
  4484.             float[] pos = new float[3];
  4485.             Position = get_entity_coords(player_ped_id());
  4486.             pos[0] = Position[0] + -3.0f;
  4487.             pos[1] = Position[1] + 5.0f;
  4488.             pos[2] = Position[2];
  4489.             int num4 = Call(0x3f53ec, GetHash("prop_roadcone01a"), pos, 1, 1, 0); //prop_parking_sign_2 //CREATE_OBJECT
  4490.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4491.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4492.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4493.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4494.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4495.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4496.             set_entity_lod_dist(num4, 900000);
  4497.         }
  4498.  
  4499.         private void button185_Click(object sender, EventArgs e)
  4500.         {
  4501.             float[] Position = new float[3];
  4502.             float[] pos = new float[3];
  4503.             Position = get_entity_coords(player_ped_id());
  4504.             pos[0] = Position[0] + -3.0f;
  4505.             pos[1] = Position[1] + 5.0f;
  4506.             pos[2] = Position[2];
  4507.             int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_01b"), pos, 1, 1, 0); //CREATE_OBJECT
  4508.             set_entity_heading(num4, 150f);
  4509.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4510.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4511.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4512.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4513.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4514.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4515.             set_entity_lod_dist(num4, 900000);
  4516.         }
  4517.  
  4518.         private void button186_Click(object sender, EventArgs e)
  4519.         {
  4520.             float[] Position = new float[3];
  4521.             float[] pos = new float[3];
  4522.             Position = get_entity_coords(player_ped_id());
  4523.             pos[0] = Position[0] + -3.0f;
  4524.             pos[1] = Position[1] + 5.0f;
  4525.             pos[2] = Position[2];
  4526.             int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4527.             set_entity_heading(num4, 150f);
  4528.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4529.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4530.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4531.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4532.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4533.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4534.             set_entity_lod_dist(num4, 900000);
  4535.         }
  4536.  
  4537.         private void button187_Click(object sender, EventArgs e)
  4538.         {
  4539.             float[] Position = new float[3];
  4540.             float[] pos = new float[3];
  4541.             Position = get_entity_coords(player_ped_id());
  4542.             pos[0] = Position[0] + -3.0f;
  4543.             pos[1] = Position[1] + 5.0f;
  4544.             pos[2] = Position[2];
  4545.             int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_02"), pos, 1, 1, 0); //CREATE_OBJECT
  4546.             set_entity_heading(num4, 150f);
  4547.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4548.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4549.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4550.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4551.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4552.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4553.             set_entity_lod_dist(num4, 900000);
  4554.         }
  4555.  
  4556.         private void button188_Click(object sender, EventArgs e)
  4557.         {
  4558.             float[] Position = new float[3];
  4559.             float[] pos = new float[3];
  4560.             Position = get_entity_coords(player_ped_id());
  4561.             pos[0] = Position[0] + -3.0f;
  4562.             pos[1] = Position[1] + 5.0f;
  4563.             pos[2] = Position[2];
  4564.             int num4 = Call(0x3f53ec, GetHash("prop_mp_arrow_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4565.             set_entity_heading(num4, 150f);
  4566.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4567.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4568.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4569.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4570.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4571.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4572.             set_entity_lod_dist(num4, 900000);
  4573.         }
  4574.  
  4575.         private void button189_Click(object sender, EventArgs e)
  4576.         {
  4577.             float[] Position = new float[3];
  4578.             float[] pos = new float[3];
  4579.             Position = get_entity_coords(player_ped_id());
  4580.             pos[0] = Position[0] + -3.0f;
  4581.             pos[1] = Position[1] + 5.0f;
  4582.             pos[2] = Position[2];
  4583.             int num4 = Call(0x3f53ec, GetHash("prop_ld_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4584.             set_entity_heading(num4, 150f);
  4585.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4586.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4587.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4588.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4589.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4590.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4591.             set_entity_lod_dist(num4, 900000);
  4592.         }
  4593.  
  4594.         private void button190_Click(object sender, EventArgs e)
  4595.         {
  4596.             float[] Position = new float[3];
  4597.             float[] pos = new float[3];
  4598.             Position = get_entity_coords(player_ped_id());
  4599.             pos[0] = Position[0] + -3.0f;
  4600.             pos[1] = Position[1] + 5.0f;
  4601.             pos[2] = Position[2];
  4602.             int num4 = Call(0x3f53ec, GetHash("prop_weed_01"), pos, 1, 1, 0); //CREATE_OBJECT
  4603.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4604.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4605.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4606.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4607.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  4608.             set_entity_lod_dist(num4, 900000);
  4609.         }
  4610.  
  4611.         private void timer9_Tick(object sender, EventArgs e)
  4612.         {
  4613.             if (Call(0x3fcb08, 2, 197) == 1) //is_disabled_control_just_pressed
  4614.             {
  4615.                 int num = Call(0x4201b8); //PLAYER_PED_ID
  4616.                 int num2 = Call(0x40acac, num); //GET_VEHICLE_PED_IS_USING
  4617.                 Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 1); //SET_VEHICLE_BOOST_ACTIVE
  4618.                 Call(0x3c2fb0, "RaceTurbo", 0, 0); //unk_0x1D980479
  4619.                 Call(0x44d520, num2, 65f); //SET_VEHICLE_FORWARD_SPEED
  4620.                 Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 0); //SET_VEHICLE_BOOST_ACTIVE
  4621.             }
  4622.         }
  4623.  
  4624.         private void button192_Click(object sender, EventArgs e)
  4625.         {
  4626.             Call(0x40cc8c, player_ped_id(), -1); //1 or -1 //SET_PED_RANDOM_COMPONENT_VARIATION
  4627.         }
  4628.  
  4629.         private void button182_Click(object sender, EventArgs e)
  4630.         {
  4631.             Call(0x3b0d48, player_ped_id_(), 1000); //set_entity_health
  4632.             Call(0x403e98, player_ped_id_(), 100); //add_armour_to_ped
  4633.             Call(0x411078, player_ped_id_()); //clear_ped_blood_damage
  4634.         }
  4635.  
  4636.         private void timer10_Tick(object sender, EventArgs e)
  4637.         {
  4638.             if (Call(0x3fcb08, 2, 191) == 1) //is_disabled_control_just_pressed
  4639.             {
  4640.                 int num = player_ped_id();
  4641.                 int num2 = get_vehicle_ped_is_in(num);
  4642.                 if (is_ped_in_any_vehicle(num) > 0)
  4643.                 {
  4644.                     Call(0x3ae108, num2, 1); //FREEZE_ENTITY_POSITION
  4645.                 }
  4646.             }
  4647.             else
  4648.             {
  4649.                 int num3 = player_ped_id();
  4650.                 int num4 = get_vehicle_ped_is_in(num3);
  4651.                 if (is_ped_in_any_vehicle(num3) > 0)
  4652.                 {
  4653.                     Call(0x3ae108, num4, 0); //FREEZE_ENTITY_POSITION
  4654.                 }
  4655.             }
  4656.         }
  4657.  
  4658.         private void button193_Click(object sender, EventArgs e)
  4659.         {
  4660.             create_text("Alexander Blade is Awesome", 0.5f);
  4661.  
  4662.             //Natives.play_sound_frontend( -1, "SELECT", "HUD_FRONTEND_DEFAULT_SOUNDSET" );
  4663.             /*
  4664.                     //Displaying text (frame at a time)
  4665.                     private static void main()
  4666.                     {
  4667.                         While (true)
  4668.                     {
  4669.                       WAIT(0);
  4670.                       DisplayText("Alexander Blade is Awesome", 0.5f, 0.5f);
  4671.                     }
  4672.                     }
  4673.              */
  4674.         }
  4675.  
  4676.         private void button175_Click(object sender, EventArgs e)
  4677.         {
  4678.             float[] numArray = get_entity_coords(player_ped_id());
  4679.             numericUpDown12.Text = numArray[0].ToString();
  4680.             numericUpDown13.Text = numArray[1].ToString();
  4681.             numericUpDown14.Text = numArray[2].ToString();
  4682.         }
  4683.  
  4684.         private void button197_Click(object sender, EventArgs e)
  4685.         {
  4686.             network_get_player_index(Players.SelectedIndex);
  4687.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  4688.             int killer = get_player_ped_id(comboBox8.SelectedIndex);
  4689.  
  4690.             if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
  4691.             {
  4692.                 Call(0x3baa3c, killer, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F); //ADD_OWNED_EXPLOSION
  4693.             }
  4694.         }
  4695.  
  4696.         private void button199_Click(object sender, EventArgs e)
  4697.         {
  4698.             get_entity_coordz();
  4699.             byte[] Zcoord = PS3.GetBytes(0x208CC10 + 8, 4);
  4700.             Array.Reverse(Zcoord);
  4701.             int z = BitConverter.ToInt32(Zcoord, 0);
  4702.             int znew = z + 1990000;
  4703.             byte[] Bit = BitConverter.GetBytes(znew);
  4704.             Array.Reverse(Bit);
  4705.             PS3.SetMemory(0x208CC10 + 8, Bit);
  4706.             byte[] Xcoord = PS3.GetBytes(0x208CC10, 4);
  4707.             byte[] Ycoord = PS3.GetBytes(0x208CC10 + 4, 4);
  4708.             for (int i = 0; i < 300; i++)
  4709.             {
  4710.                 int randomz = RandomInt.Next(-30, 30);
  4711.                 Array.Reverse(Xcoord);
  4712.                 int x = BitConverter.ToInt32(Xcoord, 0);
  4713.                 int xnew = x + randomz;
  4714.                 byte[] bytez = BitConverter.GetBytes(xnew);
  4715.                 Array.Reverse(bytez);
  4716.                 PS3.SetMemory(0x288CC10, bytez);
  4717.                 int randoms = RandomInt.Next(-130000, 30000);
  4718.                 Array.Reverse(Ycoord);
  4719.                 int y = BitConverter.ToInt32(Ycoord, 0);
  4720.                 int ynew = y + randoms;
  4721.                 byte[] byties = BitConverter.GetBytes(ynew);
  4722.                 Array.Reverse(byties);
  4723.                 PS3.SetMemory(0x208CC10 + 4, byties);
  4724.                 Call(0x3f69b4, -562499202, 0x208CC10, 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  4725.                 Thread.Sleep(10);
  4726.             }
  4727.         }
  4728.  
  4729.         private void button195_Click(object sender, EventArgs e)
  4730.         {
  4731.             if (Loop0)
  4732.             {
  4733.                 Call(0x39c57c, 1); //SET_MOBILE_RADIO_ENABLED_DURING_GAMEPLAY 0x990085F0
  4734.                 Loop0 = false;
  4735.             }
  4736.             else
  4737.             {
  4738.                 Call(0x39c57c, 0); ///SET_MOBILE_RADIO_ENABLED_DURING_GAMEPLAY 0x990085F0
  4739.                 Loop0 = true;
  4740.             }
  4741.         }
  4742.  
  4743.         private void checkBox67_CheckedChanged(object sender, EventArgs e)
  4744.         {
  4745.             if (checkBox67.Checked)
  4746.             {
  4747.                 timer35.Start();
  4748.             }
  4749.             else
  4750.             {
  4751.                 timer35.Stop();
  4752.             }
  4753.         }
  4754.  
  4755.         private void button194_Click(object sender, EventArgs e)
  4756.         {
  4757.             //float[] position = { -1750f, -1322f, 16f };
  4758.             //Call(0x000000, GetHash("prop_container_01a"), position, 1, 1, 0);
  4759.  
  4760.             //float[] pos = { -1750f, -1322f, 18f };
  4761.             //Call(0x000000, GetHash("prop_container_01a"), pos, 1, 1, 0);
  4762.  
  4763.             //float[] po = { -1750f, -1322f, 20f };
  4764.             //Call(0x000000, GetHash("prop_container_01a"), po, 1, 1, 0);
  4765.  
  4766.             float[] p = { -1750f, -1330f, 13f };
  4767.             CustomDurby("prop_container_01a", p, 1, 1, 0);
  4768.  
  4769.             float[] posi = { -1750f, -1340f, 13f };
  4770.             CustomDurby("prop_container_01a", posi, 1, 1, 0);
  4771.  
  4772.             float[] posit = { -1750f, -1350f, 13f };
  4773.             CustomDurby("prop_container_01a", posit, 1, 1, 0);
  4774.  
  4775.             float[] positi = { -1750f, -1360f, 13f };
  4776.             CustomDurby("prop_container_01a", positi, 1, 1, 0);
  4777.  
  4778.             float[] positio = { -1750f, -1370f, 13f };
  4779.             CustomDurby("prop_container_01a", positio, 1, 1, 0);
  4780.  
  4781.             float[] coords = { -1750f, -1380f, 13f };
  4782.             CustomDurby("prop_container_01a", coords, 1, 1, 0);
  4783.  
  4784.             float[] coordz = { -1750f, -1390f, 13f };
  4785.             CustomDurby("prop_container_01a", coordz, 1, 1, 0);
  4786.  
  4787.             float[] co = { -1750f, -1400f, 13f };
  4788.             CustomDurby("prop_container_01a", co, 1, 1, 0);
  4789.  
  4790.             float[] coo = { -1750f, -1410f, 13f };
  4791.             CustomDurby("prop_container_01a", coo, 1, 1, 0);
  4792.  
  4793.             float[] coor = { -1750f, -1420f, 13f };
  4794.             CustomDurby("prop_container_01a", coor, 1, 1, 0);
  4795.  
  4796.             float[] coord = { -1750f, -1430f, 13f };
  4797.             CustomDurby("prop_container_01a", coord, 1, 1, 0);
  4798.  
  4799.             float[] cooordz = { -1750f, -1440f, 13f };
  4800.             CustomDurby("prop_container_01a", cooordz, 1, 1, 0);
  4801.  
  4802.             float[] cooordzz = { -1750f, -1450f, 13f };
  4803.             CustomDurby("prop_container_01a", cooordzz, 1, 1, 0);
  4804.  
  4805.             float[] customrigh = { -1748f, -1322f, 13f };
  4806.             CustomDurby("prop_container_01a", customrigh, 1, 1, 0);
  4807.  
  4808.             float[] customright = { -1747f, -1322f, 13f };
  4809.             CustomDurby("prop_container_01a", customright, 1, 1, 0);
  4810.  
  4811.             float[] customrig = { -1743f, -1322f, 13f };
  4812.             CustomDurby("prop_container_01a", customrig, 1, 1, 0);
  4813.  
  4814.             float[] cus = { -1740f, -1322f, 13f };
  4815.             CustomDurby("prop_container_01a", cus, 1, 1, 0);
  4816.  
  4817.             float[] cu = { -1745f, -1322f, 13f };
  4818.             CustomDurby("prop_container_01a", cu, 1, 1, 0);
  4819.  
  4820.             float[] cup = { -1742f, -1322f, 13f };
  4821.             CustomDurby("prop_container_01a", cup, 1, 1, 0);
  4822.  
  4823.             float[] customri = { -1738f, -1322f, 13f };
  4824.             CustomDurby("prop_container_01a", customri, 1, 1, 0);
  4825.  
  4826.             float[] customr = { -1736f, -1322f, 13f };
  4827.             CustomDurby("prop_container_01a", customr, 1, 1, 0);
  4828.  
  4829.             float[] right = { -1736f, -1322f, 13f };
  4830.             CustomDurby("prop_container_01a", right, 1, 1, 0);
  4831.  
  4832.             float[] righ = { -1734f, -1322f, 13f };
  4833.             CustomDurby("prop_container_01a", righ, 1, 1, 0);
  4834.  
  4835.             float[] rig = { -1732f, -1322f, 13f };
  4836.             CustomDurby("prop_container_01a", rig, 1, 1, 0);
  4837.  
  4838.             float[] ri = { -1730f, -1322f, 13f };
  4839.             CustomDurby("prop_container_01a", ri, 1, 1, 0);
  4840.  
  4841.             float[] r = { -1728f, -1322f, 13f };
  4842.             CustomDurby("prop_container_01a", r, 1, 1, 0);
  4843.  
  4844.             float[] morer = { -1726f, -1322f, 13f };
  4845.             CustomDurby("prop_container_01a", morer, 1, 1, 0);
  4846.  
  4847.             float[] more = { -1724f, -1322f, 13f };
  4848.             CustomDurby("prop_container_01a", more, 1, 1, 0);
  4849.  
  4850.             float[] mor = { -1722f, -1322f, 13f };
  4851.             CustomDurby("prop_container_01a", mor, 1, 1, 0);
  4852.  
  4853.             float[] mo = { -1720f, -1322f, 13f };
  4854.             CustomDurby("prop_container_01a", mo, 1, 1, 0);
  4855.  
  4856.             float[] m = { -1718f, -1322f, 13f };
  4857.             CustomDurby("prop_container_01a", m, 1, 1, 0);
  4858.  
  4859.             float[] morez = { -1716f, -1322f, 13f };
  4860.             CustomDurby("prop_container_01a", morez, 1, 1, 0);
  4861.  
  4862.             float[] mores = { -1714f, -1322f, 13f };
  4863.             CustomDurby("prop_container_01a", mores, 1, 1, 0);
  4864.  
  4865.             float[] more1 = { -1712f, -1322f, 13f };
  4866.             CustomDurby("prop_container_01a", more1, 1, 1, 0);
  4867.  
  4868.             float[] more2 = { -1710f, -1322f, 13f };
  4869.             CustomDurby("prop_container_01a", more2, 1, 1, 0);
  4870.  
  4871.             float[] more3 = { -1708f, -1322f, 13f };
  4872.             CustomDurby("prop_container_01a", more3, 1, 1, 0);
  4873.  
  4874.             float[] more4 = { -1706f, -1322f, 13f };
  4875.             CustomDurby("prop_container_01a", more4, 1, 1, 0);
  4876.  
  4877.             float[] more5 = { -1704f, -1322f, 13f };
  4878.             CustomDurby("prop_container_01a", more5, 1, 1, 0);
  4879.  
  4880.             float[] more6 = { -1702f, -1322f, 13f };
  4881.             CustomDurby("prop_container_01a", more6, 1, 1, 0);
  4882.  
  4883.             float[] more7 = { -1700f, -1322f, 13f };
  4884.             CustomDurby("prop_container_01a", more7, 1, 1, 0);
  4885.  
  4886.             float[] more8 = { -1698f, -1322f, 13f };
  4887.             CustomDurby("prop_container_01a", more8, 1, 1, 0);
  4888.  
  4889.             float[] more9 = { -1696f, -1322f, 13f };
  4890.             CustomDurby("prop_container_01a", more9, 1, 1, 0);
  4891.  
  4892.             float[] more10 = { -1694f, -1322f, 13f };
  4893.             CustomDurby("prop_container_01a", more10, 1, 1, 0);
  4894.  
  4895.             float[] more11 = { -1694f, -1330f, 13f };
  4896.             CustomDurby("prop_container_01a", more11, 1, 1, 0);
  4897.  
  4898.             float[] more12 = { -1694f, -1340f, 13f };
  4899.             CustomDurby("prop_container_01a", more12, 1, 1, 0);
  4900.  
  4901.             float[] more13 = { -1694f, -1350f, 13f };
  4902.             CustomDurby("prop_container_01a", more13, 1, 1, 0);
  4903.  
  4904.             float[] more14 = { -1694f, -1360f, 13f };
  4905.             CustomDurby("prop_container_01a", more14, 1, 1, 0);
  4906.  
  4907.             float[] more15 = { -1694f, -1370f, 13f };
  4908.             CustomDurby("prop_container_01a", more15, 1, 1, 0);
  4909.  
  4910.             float[] more16 = { -1694f, -1380f, 13f };
  4911.             CustomDurby("prop_container_01a", more16, 1, 1, 0);
  4912.  
  4913.             float[] more17 = { -1694f, -1390f, 13f };
  4914.             CustomDurby("prop_container_01a", more17, 1, 1, 0);
  4915.  
  4916.             float[] more18 = { -1694f, -1400f, 13f };
  4917.             CustomDurby("prop_container_01a", more18, 1, 1, 0);
  4918.  
  4919.             float[] more19 = { -1694f, -1410f, 13f };
  4920.             CustomDurby("prop_container_01a", more19, 1, 1, 0);
  4921.  
  4922.             float[] more20 = { -1694f, -1420f, 13f };
  4923.             CustomDurby("prop_container_01a", more20, 1, 1, 0);
  4924.  
  4925.             float[] more21 = { -1694f, -1430f, 13f };
  4926.             CustomDurby("prop_container_01a", more21, 1, 1, 0);
  4927.  
  4928.             float[] more22 = { -1694f, -1440f, 13f };
  4929.             CustomDurby("prop_container_01a", more22, 1, 1, 0);
  4930.  
  4931.             float[] more23 = { -1694f, -1450f, 13f };
  4932.             CustomDurby("prop_container_01a", more23, 1, 1, 0);
  4933.  
  4934.             float[] more24 = { -1696f, -1450f, 13f };
  4935.             CustomDurby("prop_container_01a", more24, 1, 1, 0);
  4936.  
  4937.             float[] more25 = { -1698f, -1450f, 13f };
  4938.             CustomDurby("prop_container_01a", more25, 1, 1, 0);
  4939.  
  4940.             float[] more26 = { -1700f, -1450f, 13f };
  4941.             CustomDurby("prop_container_01a", more26, 1, 1, 0);
  4942.  
  4943.             float[] more27 = { -1702f, -1450f, 13f };
  4944.             CustomDurby("prop_container_01a", more27, 1, 1, 0);
  4945.  
  4946.             float[] more28 = { -1704f, -1450f, 13f };
  4947.             CustomDurby("prop_container_01a", more28, 1, 1, 0);
  4948.  
  4949.             float[] more29 = { -1706f, -1450f, 13f };
  4950.             CustomDurby("prop_container_01a", more29, 1, 1, 0);
  4951.  
  4952.             float[] more30 = { -1708f, -1450f, 13f };
  4953.             CustomDurby("prop_container_01a", more30, 1, 1, 0);
  4954.  
  4955.             float[] more31 = { -1710f, -1450f, 13f };
  4956.             CustomDurby("prop_container_01a", more31, 1, 1, 0);
  4957.  
  4958.             float[] more32 = { -1712f, -1450f, 13f };
  4959.             CustomDurby("prop_container_01a", more32, 1, 1, 0);
  4960.  
  4961.             float[] more33 = { -1714f, -1450f, 13f };
  4962.             CustomDurby("prop_container_01a", more33, 1, 1, 0);
  4963.  
  4964.             float[] more34 = { -1716f, -1450f, 13f };
  4965.             CustomDurby("prop_container_01a", more34, 1, 1, 0);
  4966.  
  4967.             float[] more35 = { -1718f, -1450f, 13f };
  4968.             CustomDurby("prop_container_01a", more35, 1, 1, 0);
  4969.  
  4970.             float[] more36 = { -1720f, -1450f, 13f };
  4971.             CustomDurby("prop_container_01a", more36, 1, 1, 0);
  4972.  
  4973.             float[] more37 = { -1722f, -1450f, 13f };
  4974.             CustomDurby("prop_container_01a", more37, 1, 1, 0);
  4975.  
  4976.             float[] more38 = { -1724f, -1450f, 13f };
  4977.             CustomDurby("prop_container_01a", more38, 1, 1, 0);
  4978.  
  4979.             float[] more39 = { -1726f, -1450f, 13f };
  4980.             CustomDurby("prop_container_01a", more39, 1, 1, 0);
  4981.  
  4982.             float[] more40 = { -1728f, -1450f, 13f };
  4983.             CustomDurby("prop_container_01a", more40, 1, 1, 0);
  4984.  
  4985.             float[] more41 = { -1730f, -1450f, 13f };
  4986.             CustomDurby("prop_container_01a", more41, 1, 1, 0);
  4987.  
  4988.             float[] more42 = { -1732f, -1450f, 13f };
  4989.             CustomDurby("prop_container_01a", more42, 1, 1, 0);
  4990.  
  4991.             float[] more43 = { -1734f, -1450f, 13f };
  4992.             CustomDurby("prop_container_01a", more43, 1, 1, 0);
  4993.  
  4994.             float[] more44 = { -1736f, -1450f, 13f };
  4995.             CustomDurby("prop_container_01a", more44, 1, 1, 0);
  4996.  
  4997.             float[] more45 = { -1738f, -1450f, 13f };
  4998.             CustomDurby("prop_container_01a", more45, 1, 1, 0);
  4999.  
  5000.             float[] more46 = { -1740f, -1450f, 13f };
  5001.             CustomDurby("prop_container_01a", more46, 1, 1, 0);
  5002.  
  5003.             float[] more47 = { -1742f, -1450f, 13f };
  5004.             CustomDurby("prop_container_01a", more47, 1, 1, 0);
  5005.  
  5006.             float[] more48 = { -1744f, -1450f, 13f };
  5007.             CustomDurby("prop_container_01a", more48, 1, 1, 0);
  5008.  
  5009.             float[] more49 = { -1746f, -1450f, 13f };
  5010.             CustomDurby("prop_container_01a", more49, 1, 1, 0);
  5011.  
  5012.             float[] more50 = { -1748f, -1450f, 13f };
  5013.             CustomDurby("prop_container_01a", more50, 1, 1, 0);
  5014.  
  5015.             float[] revers2 = { -1748f, -1440f, 13f };
  5016.             CustomDurby("prop_container_01a", revers2, 1, 1, 0);
  5017.  
  5018.             float[] revers3 = { -1746f, -1440f, 13f };
  5019.             CustomDurby("prop_container_01a", revers3, 1, 1, 0);
  5020.  
  5021.             float[] revers4 = { -1744f, -1440f, 13f };
  5022.             CustomDurby("prop_container_01a", revers4, 1, 1, 0);
  5023.  
  5024.             float[] revers5 = { -1742f, -1440f, 13f };
  5025.             CustomDurby("prop_container_01a", revers5, 1, 1, 0);
  5026.  
  5027.             float[] revers6 = { -1740f, -1440f, 13f };
  5028.             CustomDurby("prop_container_01a", revers6, 1, 1, 0);
  5029.  
  5030.             float[] revers7 = { -1738f, -1440f, 13f };
  5031.             CustomDurby("prop_container_01a", revers7, 1, 1, 0);
  5032.  
  5033.             float[] revers8 = { -1736f, -1440f, 13f };
  5034.             CustomDurby("prop_container_01a", revers8, 1, 1, 0);
  5035.  
  5036.             float[] revers9 = { -1734f, -1440f, 13f };
  5037.             CustomDurby("prop_container_01a", revers9, 1, 1, 0);
  5038.  
  5039.             float[] revers10 = { -1732f, -1440f, 13f };
  5040.             CustomDurby("prop_container_01a", revers10, 1, 1, 0);
  5041.  
  5042.             float[] rever11 = { -1730f, -1440f, 13f };
  5043.             CustomDurby("prop_container_01a", rever11, 1, 1, 0);
  5044.  
  5045.             float[] revers12 = { -1728f, -1440f, 13f };
  5046.             CustomDurby("prop_container_01a", revers12, 1, 1, 0);
  5047.  
  5048.             float[] revers13 = { -1726f, -1440f, 13f };
  5049.             CustomDurby("prop_container_01a", revers13, 1, 1, 0);
  5050.  
  5051.             float[] revers14 = { -1724f, -1440f, 13f };
  5052.             CustomDurby("prop_container_01a", revers14, 1, 1, 0);
  5053.  
  5054.             float[] revers15 = { -1722f, -1440f, 13f };
  5055.             CustomDurby("prop_container_01a", revers15, 1, 1, 0);
  5056.  
  5057.             float[] revers16 = { -1720f, -1440f, 13f };
  5058.             CustomDurby("prop_container_01a", revers16, 1, 1, 0);
  5059.  
  5060.             float[] revers17 = { -1718f, -1440f, 13f };
  5061.             CustomDurby("prop_container_01a", revers17, 1, 1, 0);
  5062.  
  5063.             float[] revers18 = { -1716f, -1440f, 13f };
  5064.             CustomDurby("prop_container_01a", revers18, 1, 1, 0);
  5065.  
  5066.             float[] revers19 = { -1714f, -1440f, 13f };
  5067.             CustomDurby("prop_container_01a", revers19, 1, 1, 0);
  5068.  
  5069.             float[] revers20 = { -1712f, -1440f, 13f };
  5070.             CustomDurby("prop_container_01a", revers20, 1, 1, 0);
  5071.  
  5072.             float[] revers21 = { -1710f, -1440f, 13f };
  5073.             CustomDurby("prop_container_01a", revers21, 1, 1, 0);
  5074.  
  5075.             float[] revers22 = { -1708f, -1440f, 13f };
  5076.             CustomDurby("prop_container_01a", revers22, 1, 1, 0);
  5077.  
  5078.             float[] revers23 = { -1706f, -1440f, 13f };
  5079.             CustomDurby("prop_container_01a", revers23, 1, 1, 0);
  5080.  
  5081.             float[] revers24 = { -1704f, -1440f, 13f };
  5082.             CustomDurby("prop_container_01a", revers24, 1, 1, 0);
  5083.  
  5084.             float[] revers25 = { -1702f, -1440f, 13f };
  5085.             CustomDurby("prop_container_01a", revers25, 1, 1, 0);
  5086.  
  5087.             float[] revers26 = { -1700f, -1440f, 13f };
  5088.             CustomDurby("prop_container_01a", revers26, 1, 1, 0);
  5089.  
  5090.             float[] revers27 = { -1698f, -1440f, 13f };
  5091.             CustomDurby("prop_container_01a", revers27, 1, 1, 0);
  5092.  
  5093.             float[] revers28 = { -1696f, -1440f, 13f };
  5094.             CustomDurby("prop_container_01a", revers28, 1, 1, 0);
  5095.  
  5096.             float[] revers30 = { -1748f, -1430f, 13f };
  5097.             CustomDurby("prop_container_01a", revers30, 1, 1, 0);
  5098.  
  5099.             float[] revers31 = { -1746f, -1430f, 13f };
  5100.             CustomDurby("prop_container_01a", revers31, 1, 1, 0);
  5101.  
  5102.             float[] revers32 = { -1744f, -1430f, 13f };
  5103.             CustomDurby("prop_container_01a", revers32, 1, 1, 0);
  5104.  
  5105.             float[] revers33 = { -1742f, -1430f, 13f };
  5106.             CustomDurby("prop_container_01a", revers33, 1, 1, 0);
  5107.  
  5108.             float[] revers34 = { -1740f, -1430f, 13f };
  5109.             CustomDurby("prop_container_01a", revers34, 1, 1, 0);
  5110.  
  5111.             float[] revers35 = { -1738f, -1430f, 13f };
  5112.             CustomDurby("prop_container_01a", revers35, 1, 1, 0);
  5113.  
  5114.             float[] revers36 = { -1736f, -1430f, 13f };
  5115.             CustomDurby("prop_container_01a", revers36, 1, 1, 0);
  5116.  
  5117.             float[] revers37 = { -1734f, -1430f, 13f };
  5118.             CustomDurby("prop_container_01a", revers37, 1, 1, 0);
  5119.  
  5120.             float[] revers38 = { -1732f, -1430f, 13f };
  5121.             CustomDurby("prop_container_01a", revers38, 1, 1, 0);
  5122.  
  5123.             float[] revers39 = { -1730f, -1430f, 13f };
  5124.             CustomDurby("prop_container_01a", revers39, 1, 1, 0);
  5125.  
  5126.             float[] revers40 = { -1728f, -1430f, 13f };
  5127.             CustomDurby("prop_container_01a", revers40, 1, 1, 0);
  5128.  
  5129.             float[] revers41 = { -1726f, -1430f, 13f };
  5130.             CustomDurby("prop_container_01a", revers41, 1, 1, 0);
  5131.  
  5132.             float[] revers42 = { -1724f, -1430f, 13f };
  5133.             CustomDurby("prop_container_01a", revers42, 1, 1, 0);
  5134.  
  5135.             float[] revers43 = { -1722f, -1430f, 13f };
  5136.             CustomDurby("prop_container_01a", revers43, 1, 1, 0);
  5137.  
  5138.             float[] revers44 = { -1720f, -1430f, 13f };
  5139.             CustomDurby("prop_container_01a", revers44, 1, 1, 0);
  5140.  
  5141.             float[] revers45 = { -1718f, -1430f, 13f };
  5142.             CustomDurby("prop_container_01a", revers45, 1, 1, 0);
  5143.  
  5144.             float[] revers46 = { -1716f, -1430f, 13f };
  5145.             CustomDurby("prop_container_01a", revers46, 1, 1, 0);
  5146.  
  5147.             float[] revers47 = { -1714f, -1430f, 13f };
  5148.             CustomDurby("prop_container_01a", revers47, 1, 1, 0);
  5149.  
  5150.             float[] revers48 = { -1712f, -1430f, 13f };
  5151.             CustomDurby("prop_container_01a", revers48, 1, 1, 0);
  5152.  
  5153.             float[] revers49 = { -1710f, -1430f, 13f };
  5154.             CustomDurby("prop_container_01a", revers49, 1, 1, 0);
  5155.  
  5156.             float[] revers50 = { -1708f, -1430f, 13f };
  5157.             CustomDurby("prop_container_01a", revers50, 1, 1, 0);
  5158.  
  5159.             float[] revers51 = { -1706f, -1430f, 13f };
  5160.             CustomDurby("prop_container_01a", revers51, 1, 1, 0);
  5161.  
  5162.             float[] revers52 = { -1704f, -1430f, 13f };
  5163.             CustomDurby("prop_container_01a", revers52, 1, 1, 0);
  5164.  
  5165.             float[] revers53 = { -1702f, -1430f, 13f };
  5166.             CustomDurby("prop_container_01a", revers53, 1, 1, 0);
  5167.  
  5168.             float[] revers54 = { -1700f, -1430f, 13f };
  5169.             CustomDurby("prop_container_01a", revers54, 1, 1, 0);
  5170.  
  5171.             float[] revers55 = { -1698f, -1430f, 13f };
  5172.             CustomDurby("prop_container_01a", revers55, 1, 1, 0);
  5173.  
  5174.             float[] revers56 = { -1696f, -1430f, 13f };
  5175.             CustomDurby("prop_container_01a", revers56, 1, 1, 0);
  5176.  
  5177.             float[] revers58 = { -1748f, -1420f, 13f };
  5178.             CustomDurby("prop_container_01a", revers58, 1, 1, 0);
  5179.  
  5180.             float[] revers59 = { -1746f, -1420f, 13f };
  5181.             CustomDurby("prop_container_01a", revers59, 1, 1, 0);
  5182.  
  5183.             float[] revers60 = { -1744f, -1420f, 13f };
  5184.             CustomDurby("prop_container_01a", revers60, 1, 1, 0);
  5185.  
  5186.             float[] revers61 = { -1742f, -1420f, 13f };
  5187.             CustomDurby("prop_container_01a", revers61, 1, 1, 0);
  5188.  
  5189.             float[] revers62 = { -1740f, -1420f, 13f };
  5190.             CustomDurby("prop_container_01a", revers62, 1, 1, 0);
  5191.  
  5192.             float[] revers63 = { -1738f, -1420f, 13f };
  5193.             CustomDurby("prop_container_01a", revers63, 1, 1, 0);
  5194.  
  5195.             float[] revers64 = { -1736f, -1420f, 13f };
  5196.             CustomDurby("prop_container_01a", revers64, 1, 1, 0);
  5197.  
  5198.             float[] revers65 = { -1734f, -1420f, 13f };
  5199.             CustomDurby("prop_container_01a", revers65, 1, 1, 0);
  5200.  
  5201.             float[] revers66 = { -1732f, -1420f, 13f };
  5202.             CustomDurby("prop_container_01a", revers66, 1, 1, 0);
  5203.             /////////////////////////////////////// works good
  5204.  
  5205.             float[] revers67 = { -1730f, -1420f, 13f };
  5206.             CustomDurby("prop_container_01a", revers67, 1, 1, 0);
  5207.  
  5208.             float[] revers68 = { -1728f, -1420f, 13f };
  5209.             CustomDurby("prop_container_01a", revers68, 1, 1, 0);
  5210.  
  5211.             float[] revers69 = { -1726f, -1420f, 13f };
  5212.             CustomDurby("prop_container_01a", revers69, 1, 1, 0);
  5213.  
  5214.             float[] revers70 = { -1724f, -1420f, 13f };
  5215.             CustomDurby("prop_container_01a", revers70, 1, 1, 0);
  5216.  
  5217.             float[] revers71 = { -1722f, -1420f, 13f };
  5218.             CustomDurby("prop_container_01a", revers71, 1, 1, 0);
  5219.  
  5220.             float[] revers72 = { -1720f, -1420f, 13f };
  5221.             CustomDurby("prop_container_01a", revers72, 1, 1, 0);
  5222.  
  5223.             float[] revers73 = { -1718f, -1420f, 13f };
  5224.             CustomDurby("prop_container_01a", revers73, 1, 1, 0);
  5225.  
  5226.             float[] revers74 = { -1716f, -1420f, 13f };
  5227.             CustomDurby("prop_container_01a", revers74, 1, 1, 0);
  5228.  
  5229.             float[] revers75 = { -1714f, -1420f, 13f };
  5230.             CustomDurby("prop_container_01a", revers75, 1, 1, 0);
  5231.  
  5232.             float[] revers76 = { -1712f, -1420f, 13f };
  5233.             CustomDurby("prop_container_01a", revers76, 1, 1, 0);
  5234.  
  5235.             float[] revers77 = { -1710f, -1420f, 13f };
  5236.             CustomDurby("prop_container_01a", revers77, 1, 1, 0);
  5237.  
  5238.             float[] revers78 = { -1708f, -1420f, 13f };
  5239.             CustomDurby("prop_container_01a", revers78, 1, 1, 0);
  5240.  
  5241.             float[] revers79 = { -1706f, -1420f, 13f };
  5242.             CustomDurby("prop_container_01a", revers79, 1, 1, 0);
  5243.  
  5244.             float[] revers80 = { -1704f, -1420f, 13f };
  5245.             CustomDurby("prop_container_01a", revers80, 1, 1, 0);
  5246.  
  5247.             float[] revers81 = { -1702f, -1420f, 13f };
  5248.             CustomDurby("prop_container_01a", revers81, 1, 1, 0);
  5249.  
  5250.             float[] revers82 = { -1700f, -1420f, 13f };
  5251.             CustomDurby("prop_container_01a", revers82, 1, 1, 0);
  5252.  
  5253.             float[] revers83 = { -1698f, -1420f, 13f };
  5254.             CustomDurby("prop_container_01a", revers83, 1, 1, 0);
  5255.  
  5256.             float[] revers84 = { -1696f, -1420f, 13f };
  5257.             CustomDurby("prop_container_01a", revers84, 1, 1, 0);
  5258.  
  5259.             float[] revers86 = { -1748f, -1410f, 13f };
  5260.             CustomDurby("prop_container_01a", revers86, 1, 1, 0);
  5261.  
  5262.             float[] revers87 = { -1746f, -1410f, 13f };
  5263.             CustomDurby("prop_container_01a", revers87, 1, 1, 0);
  5264.  
  5265.             float[] revers88 = { -1744f, -1410f, 13f };
  5266.             CustomDurby("prop_container_01a", revers88, 1, 1, 0);
  5267.  
  5268.             float[] revers89 = { -1742f, -1410f, 13f };
  5269.             CustomDurby("prop_container_01a", revers89, 1, 1, 0);
  5270.  
  5271.             float[] revers90 = { -1740f, -1410f, 13f };
  5272.             CustomDurby("prop_container_01a", revers90, 1, 1, 0);
  5273.  
  5274.             float[] revers91 = { -1738f, -1410f, 13f };
  5275.             CustomDurby("prop_container_01a", revers91, 1, 1, 0);
  5276.  
  5277.             float[] revers92 = { -1736f, -1410f, 13f };
  5278.             CustomDurby("prop_container_01a", revers92, 1, 1, 0);
  5279.  
  5280.             float[] revers93 = { -1734f, -1410f, 13f };
  5281.             CustomDurby("prop_container_01a", revers93, 1, 1, 0);
  5282.  
  5283.             float[] revers94 = { -1732f, -1410f, 13f };
  5284.             CustomDurby("prop_container_01a", revers94, 1, 1, 0);
  5285.  
  5286.             float[] revers95 = { -1730f, -1410f, 13f };
  5287.             CustomDurby("prop_container_01a", revers95, 1, 1, 0);
  5288.  
  5289.             float[] revers96 = { -1728f, -1410f, 13f };
  5290.             CustomDurby("prop_container_01a", revers96, 1, 1, 0);
  5291.  
  5292.             float[] revers97 = { -1726f, -1410f, 13f };
  5293.             CustomDurby("prop_container_01a", revers97, 1, 1, 0);
  5294.  
  5295.             float[] revers98 = { -1724f, -1410f, 13f };
  5296.             CustomDurby("prop_container_01a", revers98, 1, 1, 0);
  5297.  
  5298.             float[] revers99 = { -1722f, -1410f, 13f };
  5299.             CustomDurby("prop_container_01a", revers99, 1, 1, 0);
  5300.  
  5301.             float[] revers100 = { -1720f, -1410f, 13f };
  5302.             CustomDurby("prop_container_01a", revers100, 1, 1, 0);
  5303.  
  5304.             float[] revers101 = { -1718f, -1410f, 13f };
  5305.             CustomDurby("prop_container_01a", revers101, 1, 1, 0);
  5306.  
  5307.             float[] revers102 = { -1716f, -1410f, 13f };
  5308.             CustomDurby("prop_container_01a", revers102, 1, 1, 0);
  5309.  
  5310.             float[] revers103 = { -1714f, -1410f, 13f };
  5311.             CustomDurby("prop_container_01a", revers103, 1, 1, 0);
  5312.  
  5313.             float[] revers104 = { -1712f, -1410f, 13f };
  5314.             CustomDurby("prop_container_01a", revers104, 1, 1, 0);
  5315.  
  5316.             float[] revers105 = { -1710f, -1410f, 13f };
  5317.             CustomDurby("prop_container_01a", revers105, 1, 1, 0);
  5318.  
  5319.             float[] revers106 = { -1708f, -1410f, 13f };
  5320.             CustomDurby("prop_container_01a", revers106, 1, 1, 0);
  5321.  
  5322.             float[] revers107 = { -1706f, -1410f, 13f };
  5323.             CustomDurby("prop_container_01a", revers107, 1, 1, 0);
  5324.  
  5325.             float[] revers108 = { -1704f, -1410f, 13f };
  5326.             CustomDurby("prop_container_01a", revers108, 1, 1, 0);
  5327.  
  5328.             float[] revers109 = { -1702f, -1410f, 13f };
  5329.             CustomDurby("prop_container_01a", revers109, 1, 1, 0);
  5330.  
  5331.             float[] revers110 = { -1700f, -1410f, 13f };
  5332.             CustomDurby("prop_container_01a", revers110, 1, 1, 0);
  5333.  
  5334.             float[] revers111 = { -1698f, -1410f, 13f };
  5335.             CustomDurby("prop_container_01a", revers111, 1, 1, 0);
  5336.  
  5337.             float[] revers112 = { -1696f, -1410f, 13f };
  5338.             CustomDurby("prop_container_01a", revers112, 1, 1, 0);
  5339.             ////////////////////////////////////// works good
  5340.             /*
  5341.             float[] revers113 = { -1750f, -1400f, 13f };
  5342.             CustomDurby("prop_container_01a", revers113, 1, 1, 0);
  5343.  
  5344.             float[] revers114 = { -1748f, -1400f, 13f };
  5345.             CustomDurby("prop_container_01a"), revers114, 1, 1, 0);
  5346.  
  5347.             float[] revers115 = { -1746f, -1400f, 13f };
  5348.             CustomDurby("prop_container_01a"), revers115, 1, 1, 0);
  5349.  
  5350.             float[] revers116 = { -1744f, -1400f, 13f };
  5351.             CustomDurby("prop_container_01a"), revers116, 1, 1, 0);
  5352.  
  5353.             float[] revers117 = { -1742f, -1400f, 13f };
  5354.             CustomDurby("prop_container_01a"), revers117, 1, 1, 0);
  5355.  
  5356.             float[] revers118 = { -1740f, -1400f, 13f };
  5357.             CustomDurby("prop_container_01a"), revers118, 1, 1, 0);
  5358.  
  5359.             float[] revers119 = { -1738f, -1400f, 13f };
  5360.             CustomDurby("prop_container_01a"), revers119, 1, 1, 0);
  5361.  
  5362.             float[] revers120 = { -1736f, -1400f, 13f };
  5363.             CustomDurby("prop_container_01a"), revers120, 1, 1, 0);
  5364.             /*
  5365.             float[] revers121 = { -1734f, -1400f, 13f };
  5366.             CustomDurby("prop_container_01a"), revers121, 1, 1, 0);
  5367.  
  5368.             float[] revers122 = { -1732f, -1400f, 13f };
  5369.             CustomDurby("prop_container_01a"), revers122, 1, 1, 0);
  5370.  
  5371.             float[] revers123 = { -1730f, -1400f, 13f };
  5372.             CustomDurby("prop_container_01a"), revers123, 1, 1, 0);
  5373.  
  5374.             float[] revers124 = { -1728f, -1400f, 13f };
  5375.             CustomDurby("prop_container_01a"), revers124, 1, 1, 0);
  5376.  
  5377.             float[] revers125 = { -1726f, -1400f, 13f };
  5378.             CustomDurby("prop_container_01a"), revers125, 1, 1, 0);
  5379.  
  5380.             float[] revers126 = { -1724f, -1400f, 13f };
  5381.             CustomDurby("prop_container_01a"), revers126, 1, 1, 0);
  5382.  
  5383.             float[] revers127 = { -1722f, -1400f, 13f };
  5384.             CustomDurby("prop_container_01a"), revers127, 1, 1, 0);
  5385.  
  5386.             float[] revers128 = { -1720f, -1400f, 13f };
  5387.             CustomDurby("prop_container_01a"), revers128, 1, 1, 0);
  5388.  
  5389.             float[] revers129 = { -1718f, -1400f, 13f };
  5390.             CustomDurby("prop_container_01a"), revers129, 1, 1, 0);
  5391.  
  5392.             float[] revers130 = { -1716f, -1400f, 13f };
  5393.             CustomDurby("prop_container_01a"), revers130, 1, 1, 0);
  5394.  
  5395.             float[] revers131 = { -1714f, -14000f, 13f };
  5396.             CustomDurby("prop_container_01a"), revers131, 1, 1, 0);
  5397.  
  5398.             float[] revers132 = { -1712f, -1400f, 13f };
  5399.             CustomDurby("prop_container_01a"), revers132, 1, 1, 0);
  5400.  
  5401.             float[] revers133 = { -1710f, -1400f, 13f };
  5402.             CustomDurby("prop_container_01a"), revers133, 1, 1, 0);
  5403.  
  5404.             float[] revers135 = { -1708f, -1400f, 13f };
  5405.             CustomDurby("prop_container_01a"), revers135, 1, 1, 0);
  5406.  
  5407.             float[] revers136 = { -1706f, -1400f, 13f };
  5408.             CustomDurby("prop_container_01a"), revers136, 1, 1, 0);
  5409.  
  5410.             float[] revers137 = { -1704f, -1400f, 13f };
  5411.             CustomDurby("prop_container_01a", revers137, 1, 1, 0);
  5412.  
  5413.             float[] revers138 = { -1702f, -1400f, 13f };
  5414.             CustomDurby("prop_container_01a", revers138, 1, 1, 0);
  5415.  
  5416.             float[] revers139 = { -1700f, -1400f, 13f };
  5417.             CustomDurby("prop_container_01a", revers139, 1, 1, 0);
  5418.  
  5419.             float[] revers140 = { -1698f, -1400f, 13f };
  5420.             CustomDurby("prop_container_01a", revers140, 1, 1, 0);
  5421.  
  5422.             float[] revers141 = { -1696f, -1400f, 13f };
  5423.             CustomDurby("prop_container_01a", revers141, 1, 1, 0);
  5424.              */
  5425.         }
  5426.  
  5427.         private void button200_Click(object sender, EventArgs e)
  5428.         {
  5429.             Call(0x428244, get_hash_key("MP0_WAS_CHAR_TRANSFERED"), 0, Convert.ToInt32(1)); //STAT_SET_BOOL
  5430.             Call(0x428244, get_hash_key("MP1_WAS_CHAR_TRANSFERED"), 0, Convert.ToInt32(1)); //STAT_SET_BOOL
  5431.             Call(0x427dac, GetHash("MPPLY_DID_SAVE_TRANS"), 0, Convert.ToInt32(1)); //STAT_SET_INT
  5432.         }
  5433.  
  5434.         private void checkBox18_CheckedChanged(object sender, EventArgs e)
  5435.         {
  5436.             SET_OVERRIDE_WEATHER("SNOW");
  5437.         }
  5438.  
  5439.         private void checkBox17_CheckedChanged(object sender, EventArgs e)
  5440.         {
  5441.             SET_OVERRIDE_WEATHER("RAIN");
  5442.         }
  5443.  
  5444.         private void checkBox15_CheckedChanged(object sender, EventArgs e)
  5445.         {
  5446.             SET_OVERRIDE_WEATHER("OVERCAST");
  5447.         }
  5448.  
  5449.         private void checkBox10_CheckedChanged(object sender, EventArgs e)
  5450.         {
  5451.             SET_OVERRIDE_WEATHER("CLEAR");
  5452.         }
  5453.  
  5454.         private void checkBox12_CheckedChanged(object sender, EventArgs e)
  5455.         {
  5456.             SET_OVERRIDE_WEATHER("CLOUDS");
  5457.         }
  5458.  
  5459.         private void checkBox20_CheckedChanged(object sender, EventArgs e)
  5460.         {
  5461.             SET_OVERRIDE_WEATHER("EXTRASUNNY");
  5462.         }
  5463.  
  5464.         private void checkBox11_CheckedChanged(object sender, EventArgs e)
  5465.         {
  5466.             SET_OVERRIDE_WEATHER("CLEARING");
  5467.         }
  5468.  
  5469.         private void checkBox16_CheckedChanged(object sender, EventArgs e)
  5470.         {
  5471.             SET_OVERRIDE_WEATHER("THUNDER");
  5472.         }
  5473.  
  5474.         private void checkBox9_CheckedChanged(object sender, EventArgs e)
  5475.         {
  5476.             SET_OVERRIDE_WEATHER("BLIZZARD");
  5477.         }
  5478.  
  5479.         private void checkBox13_CheckedChanged(object sender, EventArgs e)
  5480.         {
  5481.             SET_OVERRIDE_WEATHER("FOGGY");
  5482.         }
  5483.  
  5484.         private void checkBox14_CheckedChanged(object sender, EventArgs e)
  5485.         {
  5486.             SET_OVERRIDE_WEATHER("NEUTRAL");
  5487.         }
  5488.  
  5489.         private void checkBox19_CheckedChanged(object sender, EventArgs e)
  5490.         {
  5491.             SET_OVERRIDE_WEATHER("SNOWLIGHT");
  5492.         }
  5493.  
  5494.         private void checkBox69_CheckedChanged(object sender, EventArgs e)
  5495.         {
  5496.             if (checkBox69.Checked)
  5497.             {
  5498.                 Call(0x420d08, player_id(), 1.49f); //0x825423C2
  5499.                 Call(0x420ca0, player_id(), 1.49f); //0xB986FF47
  5500.             }
  5501.             else
  5502.             {
  5503.                 Call(0x420d08, player_id(), 1f); //0x825423C2
  5504.                 Call(0x420ca0, player_id(), 1f); //0xB986FF47
  5505.             }
  5506.         }
  5507.  
  5508.         private void checkBox70_CheckedChanged(object sender, EventArgs e)
  5509.         {
  5510.             KillFeed("HELLO WORLD!");
  5511.             iPrintln("HELLO WORLD!");
  5512.         }
  5513.  
  5514.         private void button201_Click(object sender, EventArgs e)
  5515.         {
  5516.             float[] num9 = get_entity_coords(player_ped_id());
  5517.             int num12 = Call(0x4009d0, 26, 351016938, num9, 0, 1, 1); //CREATE_PED //a_c_chop=351016938
  5518.             Call(0x000000, num12, 0); //SET_ENTITY_VISIBLE
  5519.             Call(0x000000, num12, 1); //SET_ENTITY_INVINCIBLE
  5520.             Call(0x000000, num12, 0, 0); //SET_ENTITY_AS_MISSION_ENTITY
  5521.         }
  5522.  
  5523.         private void button202_Click(object sender, EventArgs e)
  5524.         {
  5525.             float[] Position = new float[3];
  5526.             float[] pos = new float[3];
  5527.  
  5528.             int PedID = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
  5529.  
  5530.             Position = get_entity_coords(PedID);
  5531.             for (int i = 0; i < 20; i++)
  5532.             {
  5533.                 Random RandomInt = new Random();
  5534.                 int randomx = RandomInt.Next(-500, 500);
  5535.                 int randomy = RandomInt.Next(-500, 500);
  5536.  
  5537.                 pos = Position;
  5538.                 pos[0] += (float)randomx / 100;
  5539.                 pos[1] += (float)randomy / 100;
  5540.                 pos[2] += 3;
  5541.                 Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
  5542.             }
  5543.         }
  5544.  
  5545.         private void checkBox55_CheckedChanged(object sender, EventArgs e)
  5546.         {
  5547.             uint numz = PS3.Extension.ReadUInt32(EntryPoint);
  5548.             if (numz > 0)
  5549.             {
  5550.                 if (checkBox55.Checked)
  5551.                 {
  5552.                     PS3.Extension.WriteInt32(PS3.Extension.ReadUInt32(0x1E5FC74) + 4 + (4711 * 4), 1);
  5553.                     //PS3.Extension.WriteInt32(numz + 4711, 1);
  5554.                 }
  5555.                 else
  5556.                 {
  5557.                     PS3.Extension.WriteInt32(numz + 4711, 0);
  5558.                 }
  5559.             }
  5560.         }
  5561.  
  5562.         private void button181_Click(object sender, EventArgs e)
  5563.         {
  5564.             stat_set_int(get_hash_key("mp0_WALLET_BALANCE"), 0); //STAT_SET_INT
  5565.             stat_set_int(get_hash_key("mp0_WALLET_BALANCE"), (Convert.ToInt32(99999)));
  5566.             Call(0x4297c0, "mp0_WALLET_BALANCE", (float)99999); //STAT_INCREMENT
  5567.         }
  5568.  
  5569.         private void button203_Click(object sender, EventArgs e)
  5570.         {
  5571.             float[] revers114 = { -1748f, -1400f, 13f };
  5572.             CustomDurby("prop_container_01a", revers114, 1, 1, 0);
  5573.  
  5574.             float[] revers115 = { -1746f, -1400f, 13f };
  5575.             CustomDurby("prop_container_01a", revers115, 1, 1, 0);
  5576.  
  5577.             float[] revers116 = { -1744f, -1400f, 13f };
  5578.             CustomDurby("prop_container_01a", revers116, 1, 1, 0);
  5579.  
  5580.             float[] revers117 = { -1742f, -1400f, 13f };
  5581.             CustomDurby("prop_container_01a", revers117, 1, 1, 0);
  5582.  
  5583.             float[] revers118 = { -1740f, -1400f, 13f };
  5584.             CustomDurby("prop_container_01a", revers118, 1, 1, 0);
  5585.  
  5586.             float[] revers119 = { -1738f, -1400f, 13f };
  5587.             CustomDurby("prop_container_01a", revers119, 1, 1, 0);
  5588.  
  5589.             float[] revers120 = { -1736f, -1400f, 13f };
  5590.             CustomDurby("prop_container_01a", revers120, 1, 1, 0);
  5591.  
  5592.             float[] revers121 = { -1734f, -1400f, 13f };
  5593.             CustomDurby("prop_container_01a", revers121, 1, 1, 0);
  5594.  
  5595.             float[] revers122 = { -1732f, -1400f, 13f };
  5596.             CustomDurby("prop_container_01a", revers122, 1, 1, 0);
  5597.  
  5598.             float[] revers123 = { -1730f, -1400f, 13f };
  5599.             CustomDurby("prop_container_01a", revers123, 1, 1, 0);
  5600.  
  5601.             float[] revers124 = { -1728f, -1400f, 13f };
  5602.             CustomDurby("prop_container_01a", revers124, 1, 1, 0);
  5603.  
  5604.             float[] revers125 = { -1726f, -1400f, 13f };
  5605.             CustomDurby("prop_container_01a", revers125, 1, 1, 0);
  5606.  
  5607.             float[] revers126 = { -1724f, -1400f, 13f };
  5608.             CustomDurby("prop_container_01a", revers126, 1, 1, 0);
  5609.  
  5610.             float[] revers127 = { -1722f, -1400f, 13f };
  5611.             CustomDurby("prop_container_01a", revers127, 1, 1, 0);
  5612.  
  5613.             float[] revers128 = { -1720f, -1400f, 13f };
  5614.             CustomDurby("prop_container_01a", revers128, 1, 1, 0);
  5615.  
  5616.             float[] revers129 = { -1718f, -1400f, 13f };
  5617.             CustomDurby("prop_container_01a", revers129, 1, 1, 0);
  5618.  
  5619.             float[] revers130 = { -1716f, -1400f, 13f };
  5620.             CustomDurby("prop_container_01a", revers130, 1, 1, 0);
  5621.  
  5622.             float[] revers131 = { -1714f, -1400f, 13f };
  5623.             CustomDurby("prop_container_01a", revers131, 1, 1, 0);
  5624.  
  5625.             float[] revers132 = { -1712f, -1400f, 13f };
  5626.             CustomDurby("prop_container_01a", revers132, 1, 1, 0);
  5627.  
  5628.             float[] revers133 = { -1710f, -1400f, 13f };
  5629.             CustomDurby("prop_container_01a", revers133, 1, 1, 0);
  5630.  
  5631.             float[] revers135 = { -1708f, -1400f, 13f };
  5632.             CustomDurby("prop_container_01a", revers135, 1, 1, 0);
  5633.  
  5634.             float[] revers136 = { -1706f, -1400f, 13f };
  5635.             CustomDurby("prop_container_01a", revers136, 1, 1, 0);
  5636.  
  5637.             float[] revers137 = { -1704f, -1400f, 13f };
  5638.             CustomDurby("prop_container_01a", revers137, 1, 1, 0);
  5639.  
  5640.             float[] revers138 = { -1702f, -1400f, 13f };
  5641.             CustomDurby("prop_container_01a", revers138, 1, 1, 0);
  5642.  
  5643.             float[] revers139 = { -1700f, -1400f, 13f };
  5644.             CustomDurby("prop_container_01a", revers139, 1, 1, 0);
  5645.  
  5646.             float[] revers140 = { -1698f, -1400f, 13f };
  5647.             CustomDurby("prop_container_01a", revers140, 1, 1, 0);
  5648.  
  5649.             float[] revers141 = { -1696f, -1400f, 13f };
  5650.             CustomDurby("prop_container_01a", revers141, 1, 1, 0);
  5651.  
  5652.             ////////////////row 2
  5653.             float[] revers142 = { -1748f, -1390f, 13f };
  5654.             CustomDurby("prop_container_01a", revers142, 1, 1, 0);
  5655.  
  5656.             float[] revers143 = { -1746f, -1390f, 13f };
  5657.             CustomDurby("prop_container_01a", revers143, 1, 1, 0);
  5658.  
  5659.             float[] revers144 = { -1744f, -1390f, 13f };
  5660.             CustomDurby("prop_container_01a", revers144, 1, 1, 0);
  5661.  
  5662.             float[] revers145 = { -1742f, -1390f, 13f };
  5663.             CustomDurby("prop_container_01a", revers145, 1, 1, 0);
  5664.  
  5665.             float[] revers146 = { -1740f, -1390f, 13f };
  5666.             CustomDurby("prop_container_01a", revers146, 1, 1, 0);
  5667.  
  5668.             float[] revers147 = { -1738f, -1390f, 13f };
  5669.             CustomDurby("prop_container_01a", revers147, 1, 1, 0);
  5670.  
  5671.             float[] revers148 = { -1736f, -1390f, 13f };
  5672.             CustomDurby("prop_container_01a", revers148, 1, 1, 0);
  5673.  
  5674.             float[] revers149 = { -1734f, -1390f, 13f };
  5675.             CustomDurby("prop_container_01a", revers149, 1, 1, 0);
  5676.  
  5677.             float[] revers150 = { -1732f, -1390f, 13f };
  5678.             CustomDurby("prop_container_01a", revers150, 1, 1, 0);
  5679.  
  5680.             float[] revers151 = { -1730f, -1390f, 13f };
  5681.             CustomDurby("prop_container_01a", revers151, 1, 1, 0);
  5682.  
  5683.             float[] revers152 = { -1728f, -1390f, 13f };
  5684.             CustomDurby("prop_container_01a", revers152, 1, 1, 0);
  5685.  
  5686.             float[] revers153 = { -1726f, -1390f, 13f };
  5687.             CustomDurby("prop_container_01a", revers153, 1, 1, 0);
  5688.  
  5689.             float[] revers154 = { -1724f, -1390f, 13f };
  5690.             CustomDurby("prop_container_01a", revers154, 1, 1, 0);
  5691.  
  5692.             float[] revers155 = { -1722f, -1390f, 13f };
  5693.             CustomDurby("prop_container_01a", revers155, 1, 1, 0);
  5694.  
  5695.             float[] revers156 = { -1720f, -1390f, 13f };
  5696.             CustomDurby("prop_container_01a", revers156, 1, 1, 0);
  5697.  
  5698.             float[] revers157 = { -1718f, -1390f, 13f };
  5699.             CustomDurby("prop_container_01a", revers157, 1, 1, 0);
  5700.  
  5701.             float[] revers159 = { -1716f, -1390f, 13f };
  5702.             CustomDurby("prop_container_01a", revers159, 1, 1, 0);
  5703.  
  5704.             float[] revers160 = { -1714f, -1390f, 13f };
  5705.             CustomDurby("prop_container_01a", revers160, 1, 1, 0);
  5706.  
  5707.             float[] revers161 = { -1712f, -1390f, 13f };
  5708.             CustomDurby("prop_container_01a", revers161, 1, 1, 0);
  5709.  
  5710.             float[] revers162 = { -1710f, -1390f, 13f };
  5711.             CustomDurby("prop_container_01a", revers162, 1, 1, 0);
  5712.  
  5713.             float[] revers163 = { -1708f, -1390f, 13f };
  5714.             CustomDurby("prop_container_01a", revers163, 1, 1, 0);
  5715.  
  5716.             float[] revers164 = { -1706f, -1390f, 13f };
  5717.             CustomDurby("prop_container_01a", revers164, 1, 1, 0);
  5718.  
  5719.             float[] revers165 = { -1704f, -1390f, 13f };
  5720.             CustomDurby("prop_container_01a", revers165, 1, 1, 0);
  5721.  
  5722.             float[] revers166 = { -1702f, -1390f, 13f };
  5723.             CustomDurby("prop_container_01a", revers166, 1, 1, 0);
  5724.  
  5725.             float[] revers167 = { -1700f, -1390f, 13f };
  5726.             CustomDurby("prop_container_01a", revers167, 1, 1, 0);
  5727.  
  5728.             float[] revers168 = { -1698f, -1390f, 13f };
  5729.             CustomDurby("prop_container_01a", revers168, 1, 1, 0);
  5730.  
  5731.             float[] revers169 = { -1696f, -1390f, 13f };
  5732.             CustomDurby("prop_container_01a", revers169, 1, 1, 0);
  5733.  
  5734.             ////////////////////////row3
  5735.             float[] revers170 = { -1748f, -1380f, 13f };
  5736.             CustomDurby("prop_container_01a", revers170, 1, 1, 0);
  5737.  
  5738.             float[] revers171 = { -1746f, -1380f, 13f };
  5739.             CustomDurby("prop_container_01a", revers171, 1, 1, 0);
  5740.  
  5741.             float[] revers172 = { -1744f, -1380f, 13f };
  5742.             CustomDurby("prop_container_01a", revers172, 1, 1, 0);
  5743.  
  5744.             float[] revers173 = { -1742f, -1380f, 13f };
  5745.             CustomDurby("prop_container_01a", revers173, 1, 1, 0);
  5746.  
  5747.             float[] revers174 = { -1740f, -1380f, 13f };
  5748.             CustomDurby("prop_container_01a", revers174, 1, 1, 0);
  5749.  
  5750.             float[] revers175 = { -1738f, -1380f, 13f };
  5751.             CustomDurby("prop_container_01a", revers175, 1, 1, 0);
  5752.  
  5753.             float[] revers176 = { -1736f, -1380f, 13f };
  5754.             CustomDurby("prop_container_01a", revers176, 1, 1, 0);
  5755.  
  5756.             float[] revers177 = { -1734f, -1380f, 13f };
  5757.             CustomDurby("prop_container_01a", revers177, 1, 1, 0);
  5758.  
  5759.             float[] revers178 = { -1732f, -1380f, 13f };
  5760.             CustomDurby("prop_container_01a", revers178, 1, 1, 0);
  5761.  
  5762.             float[] revers179 = { -1730f, -1380f, 13f };
  5763.             CustomDurby("prop_container_01a", revers179, 1, 1, 0);
  5764.  
  5765.             float[] revers180 = { -1728f, -1380f, 13f };
  5766.             CustomDurby("prop_container_01a", revers180, 1, 1, 0);
  5767.  
  5768.             float[] revers181 = { -1726f, -1380f, 13f };
  5769.             CustomDurby("prop_container_01a", revers181, 1, 1, 0);
  5770.  
  5771.             float[] revers182 = { -1724f, -1380f, 13f };
  5772.             CustomDurby("prop_container_01a", revers182, 1, 1, 0);
  5773.  
  5774.             float[] revers183 = { -1722f, -1380f, 13f };
  5775.             CustomDurby("prop_container_01a", revers183, 1, 1, 0);
  5776.  
  5777.             float[] revers184 = { -1720f, -1380f, 13f };
  5778.             CustomDurby("prop_container_01a", revers184, 1, 1, 0);
  5779.  
  5780.             float[] revers185 = { -1718f, -1380f, 13f };
  5781.             CustomDurby("prop_container_01a", revers185, 1, 1, 0);
  5782.  
  5783.             float[] revers186 = { -1716f, -1380f, 13f };
  5784.             CustomDurby("prop_container_01a", revers186, 1, 1, 0);
  5785.  
  5786.             float[] revers187 = { -1714f, -1380f, 13f };
  5787.             CustomDurby("prop_container_01a", revers187, 1, 1, 0);
  5788.  
  5789.             float[] revers188 = { -1712f, -1380f, 13f };
  5790.             CustomDurby("prop_container_01a", revers188, 1, 1, 0);
  5791.  
  5792.             float[] revers189 = { -1710f, -1380f, 13f };
  5793.             CustomDurby("prop_container_01a", revers189, 1, 1, 0);
  5794.  
  5795.             float[] revers190 = { -1708f, -1380f, 13f };
  5796.             CustomDurby("prop_container_01a", revers190, 1, 1, 0);
  5797.  
  5798.             float[] revers191 = { -1706f, -1380f, 13f };
  5799.             CustomDurby("prop_container_01a", revers191, 1, 1, 0);
  5800.  
  5801.             float[] revers192 = { -1704f, -1380f, 13f };
  5802.             CustomDurby("prop_container_01a", revers192, 1, 1, 0);
  5803.  
  5804.             float[] revers193 = { -1702f, -1380f, 13f };
  5805.             CustomDurby("prop_container_01a", revers193, 1, 1, 0);
  5806.  
  5807.             float[] revers194 = { -1700f, -1380f, 13f };
  5808.             CustomDurby("prop_container_01a", revers194, 1, 1, 0);
  5809.  
  5810.             float[] revers195 = { -1698f, -1380f, 13f };
  5811.             CustomDurby("prop_container_01a", revers195, 1, 1, 0);
  5812.  
  5813.             float[] revers196 = { -1696f, -1380f, 13f };
  5814.             CustomDurby("prop_container_01a", revers196, 1, 1, 0);
  5815.         }
  5816.  
  5817.         private void button204_Click(object sender, EventArgs e)
  5818.         {
  5819.  
  5820.         }
  5821.  
  5822.         private void button179_Click(object sender, EventArgs e)
  5823.         {
  5824.             stat_set_int(get_hash_key("MP0_CHAR_XP_FM"), (Convert.ToInt32(2165850)));
  5825.             //Skills
  5826.             stat_set_int(get_hash_key("MP0_script_increase_stam"), 100);
  5827.             stat_set_int(get_hash_key("MP0_script_increase_strn"), 100);
  5828.             stat_set_int(get_hash_key("MP0_script_increase_lung"), 100);
  5829.             stat_set_int(get_hash_key("MP0_script_increase_driv"), 100);
  5830.             stat_set_int(get_hash_key("MP0_script_increase_fly"), 100);
  5831.             stat_set_int(get_hash_key("MP0_script_increase_sho"), 100);
  5832.             stat_set_int(get_hash_key("MP0_script_increase_stl"), 100);
  5833.             //LSC
  5834.             stat_set_int(get_hash_key("MP0_RACES_WON"), 50);
  5835.             stat_set_int(get_hash_key("MP0_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
  5836.             stat_set_int(get_hash_key("MP0_NUMBER_TURBO_STARTS_IN_RACE"), 90);
  5837.             stat_set_int(get_hash_key("MP0_AWD_FMWINSEARACE"), 10);
  5838.             Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
  5839.             stat_set_int(get_hash_key("MP0_AWD_FM_RACES_FASTEST_LAP"), 50);
  5840.             stat_set_int(get_hash_key("MP0_USJS_FOUND"), 50);
  5841.             stat_set_int(get_hash_key("MP0_USJS_COMPLETED"), 50);
  5842.             stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
  5843.             stat_set_int(get_hash_key("MP0_AWD_FMRALLYWONDRIVE"), 10);
  5844.             //UNLOCK ALL
  5845.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_1_UNLCK"), -1);
  5846.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_2_UNLCK"), -1);
  5847.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_3_UNLCK"), -1);
  5848.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_4_UNLCK"), -1);
  5849.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_5_UNLCK"), -1);
  5850.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_6_UNLCK"), -1);
  5851.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_7_UNLCK"), -1);
  5852.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_8_UNLCK"), -1);
  5853.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_9_UNLCK"), -1);
  5854.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_10_UNLCK"), -1);
  5855.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_11_UNLCK"), -1);
  5856.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
  5857.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
  5858.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_1_FM_UNLCK"), -1);
  5859.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_2_FM_UNLCK"), -1);
  5860.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_3_FM_UNLCK"), -1);
  5861.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_4_FM_UNLCK"), -1);
  5862.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_5_FM_UNLCK"), -1);
  5863.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_6_FM_UNLCK"), -1);
  5864.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_7_FM_UNLCK"), -1);
  5865.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_8_FM_UNLCK"), -1);
  5866.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_9_FM_UNLCK"), -1);
  5867.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_10_FM_UNLCK"), -1);
  5868.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_11_FM_UNLCK"), -1);
  5869.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
  5870.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
  5871.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
  5872.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
  5873.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
  5874.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
  5875.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
  5876.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
  5877.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
  5878.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
  5879.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
  5880.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
  5881.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
  5882.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
  5883.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
  5884.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
  5885.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
  5886.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
  5887.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
  5888.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
  5889.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
  5890.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
  5891.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_UNLCK"), -1);
  5892.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_UNLCK"), -1);
  5893.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_UNLCK"), -1);
  5894.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_UNLCK"), -1);
  5895.             stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET"), -1);
  5896.             stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET2"), -1);
  5897.             stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
  5898.             stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
  5899.             stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
  5900.             stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
  5901.             stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
  5902.             stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
  5903.             stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
  5904.             stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
  5905.             stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
  5906.             stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
  5907.             stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
  5908.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_0"), -1);
  5909.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_1"), -1);
  5910.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_2"), -1);
  5911.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_3"), -1);
  5912.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_4"), -1);
  5913.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_10"), -1);
  5914.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_11"), -1);
  5915.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_0"), -1);
  5916.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_1"), -1);
  5917.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_2"), -1);
  5918.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_3"), -1);
  5919.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_4"), -1);
  5920.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_5"), -1);
  5921.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_6"), -1);
  5922.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_7"), -1);
  5923.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_8"), -1);
  5924.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_9"), -1);
  5925.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_10"), -1);
  5926.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_11"), -1);
  5927.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_12"), -1);
  5928.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_1_UNLCK"), -1);
  5929.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_2_UNLCK"), -1);
  5930.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_3_UNLCK"), -1);
  5931.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_4_UNLCK"), -1);
  5932.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_5_UNLCK"), -1);
  5933.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_6_UNLCK"), -1);
  5934.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_7_UNLCK"), -1);
  5935.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_8_UNLCK"), -1);
  5936.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_9_UNLCK"), -1);
  5937.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_10_UNLCK"), -1);
  5938.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_11_UNLCK"), -1);
  5939.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
  5940.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
  5941.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
  5942.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
  5943.             stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
  5944.             stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
  5945.             stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
  5946.             stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
  5947.             stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
  5948.             stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
  5949.             stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
  5950.             stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
  5951.             stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
  5952.             stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
  5953.             stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
  5954.             stat_set_int(get_hash_key("MP0_CHAR_KIT_12_FM_UNLCK"), -1);
  5955.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE"), -1);
  5956.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE2"), -1);
  5957.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE3"), -1);
  5958.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE4"), -1);
  5959.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE5"), -1);
  5960.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE6"), -1);
  5961.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE7"), -1);
  5962.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE8"), -1);
  5963.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE9"), -1);
  5964.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE10"), -1);
  5965.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE11"), -1);
  5966.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE12"), -1);
  5967.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_0"), -1);
  5968.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_1"), -1);
  5969.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_2"), -1);
  5970.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_3"), -1);
  5971.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_4"), -1);
  5972.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_5"), -1);
  5973.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_6"), -1);
  5974.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_7"), -1);
  5975.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_8"), -1);
  5976.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_9"), -1);
  5977.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_10"), -1);
  5978.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_11"), -1);
  5979.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_12"), -1);
  5980.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_13"), -1);
  5981.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_14"), -1);
  5982.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_15"), -1);
  5983.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_16"), -1);
  5984.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_17"), -1);
  5985.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_18"), -1);
  5986.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_19"), -1);
  5987.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_20"), -1);
  5988.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_21"), -1);
  5989.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_22"), -1);
  5990.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_23"), -1);
  5991.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_24"), -1);
  5992.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_25"), -1);
  5993.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_26"), -1);
  5994.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_27"), -1);
  5995.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_28"), -1);
  5996.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_29"), -1);
  5997.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_30"), -1);
  5998.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_31"), -1);
  5999.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_32"), -1);
  6000.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_33"), -1);
  6001.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_34"), -1);
  6002.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_35"), -1);
  6003.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_36"), -1);
  6004.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_37"), -1);
  6005.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_38"), -1);
  6006.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_39"), -1);
  6007.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_40"), -1);
  6008.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL"), -1);
  6009.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_1"), -1);
  6010.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_2"), -1);
  6011.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_3"), -1);
  6012.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_4"), -1);
  6013.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_5"), -1);
  6014.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_6"), -1);
  6015.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_7"), -1);
  6016.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2"), -1);
  6017.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
  6018.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_1"), -1);
  6019.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_2"), -1);
  6020.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_3"), -1);
  6021.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_4"), -1);
  6022.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_5"), -1);
  6023.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_6"), -1);
  6024.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_7"), -1);
  6025.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_8"), -1);
  6026.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_9"), -1);
  6027.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_10"), -1);
  6028.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_11"), -1);
  6029.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_12"), -1);
  6030.             stat_set_int(get_hash_key("MP0_CHAR_HEIST_1_UNLCK"), -1);
  6031.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_UNLCK"), -1);
  6032.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
  6033.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
  6034.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
  6035.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
  6036.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
  6037.             stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_1_UNLCK"), -1);
  6038.             stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_2_UNLCK"), -1);
  6039.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_1_UNLCK"), -1);
  6040.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_2_UNLCK"), -1);
  6041.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
  6042.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED"), -1);
  6043.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED2"), -1);
  6044.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
  6045.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
  6046.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
  6047.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
  6048.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE"), -1);
  6049.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE2"), -1);
  6050.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE"), -1);
  6051.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE2"), -1);
  6052.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_1_UNLCK"), -1);
  6053.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_2_UNLCK"), -1);
  6054.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_3_UNLCK"), -1);
  6055.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_1_COLLECT"), -1);
  6056.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_2_COLLECT"), -1);
  6057.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_3_COLLECT"), -1);
  6058.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_4_COLLECT"), -1);
  6059.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_5_COLLECT"), -1);
  6060.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_6_COLLECT"), -1);
  6061.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_7_COLLECT"), -1);
  6062.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_8_COLLECT"), -1);
  6063.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_9_COLLECT"), -1);
  6064.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_1_UNLCK"), -1);
  6065.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_2_UNLCK"), -1);
  6066.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_3_UNLCK"), -1);
  6067.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_0"), -1);
  6068.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_1"), -1);
  6069.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_2"), -1);
  6070.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_3"), -1);
  6071.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_4"), -1);
  6072.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_5"), -1);
  6073.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_6"), -1);
  6074.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_7"), -1);
  6075.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_8"), -1);
  6076.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_9"), -1);
  6077.             //WEAPONS CAMOS
  6078.             Call(0x427dac, GetHash("mp0_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
  6079.             Call(0x427dac, GetHash("mp0_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6080.             Call(0x427dac, GetHash("mp0_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6081.             Call(0x427dac, GetHash("mp0_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6082.             Call(0x427dac, GetHash("mp0_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6083.             Call(0x427dac, GetHash("mp0_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6084.             Call(0x427dac, GetHash("mp0_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6085.             Call(0x427dac, GetHash("mp0_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6086.             Call(0x427dac, GetHash("mp0_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6087.             Call(0x427dac, GetHash("mp0_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6088.             Call(0x427dac, GetHash("mp0_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6089.             Call(0x427dac, GetHash("mp0_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6090.             Call(0x427dac, GetHash("mp0_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6091.             Call(0x427dac, GetHash("mp0_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6092.             Call(0x427dac, GetHash("mp0_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6093.             Call(0x427dac, GetHash("mp0_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6094.             Call(0x427dac, GetHash("mp0_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6095.             Call(0x427dac, GetHash("mp0_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6096.             Call(0x427dac, GetHash("mp0_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6097.             Call(0x427dac, GetHash("mp0_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6098.             Call(0x427dac, GetHash("mp0_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6099.             Call(0x427dac, GetHash("mp0_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6100.             Call(0x427dac, GetHash("mp0_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6101.             Call(0x427dac, GetHash("mp0_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6102.             Call(0x427dac, GetHash("mp0_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6103.             Call(0x427dac, GetHash("mp0_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6104.             Call(0x427dac, GetHash("mp0_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6105.             Call(0x427dac, GetHash("mp0_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6106.             Call(0x427dac, GetHash("mp0_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6107.             Call(0x427dac, GetHash("mp0_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6108.             Call(0x427dac, GetHash("mp0_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6109.             Call(0x427dac, GetHash("mp0_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6110.             Call(0x427dac, GetHash("mp0_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6111.             Call(0x427dac, GetHash("mp0_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6112.             Call(0x427dac, GetHash("mp0_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6113.             //SPEICAL TOPS
  6114.             stat_set_int(get_hash_key("MP0_AWD_FMPICKUPDLCCRATE1ST"), 9999);
  6115.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
  6116.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
  6117.             stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
  6118.             stat_set_int(get_hash_key("MP0_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
  6119.             stat_set_int(get_hash_key("MP0_AWD_FMHORDWAVESSURVIVE"), 9999);
  6120.             //TATTOS
  6121.             stat_set_int(get_hash_key("mp0_AWD_FM_DM_WINS"), 50);
  6122.             stat_set_int(get_hash_key("mp0_AWD_FM_TDM_MVP"), 50);
  6123.             stat_set_int(get_hash_key("mp0_AWD_FM_DM_TOTALKILLS"), 500);
  6124.             stat_set_int(get_hash_key("mp0_AWD_FMATTGANGHQ"), 5);
  6125.             stat_set_int(get_hash_key("mp0_AWD_FMBBETWIN"), 50000);
  6126.             stat_set_int(get_hash_key("mp0_AWD_FMWINEVERYGAMEMODE"), 1);
  6127.             stat_set_int(get_hash_key("mp0_AWD_FMRACEWORLDRECHOLDER"), 1);
  6128.             stat_set_int(get_hash_key("mp0_AWD_FMFULLYMODDEDCAR"), 1);
  6129.             stat_set_int(get_hash_key("mp0_AWD_FMMOSTKILLSSURVIVE"), 1);
  6130.             stat_set_int(get_hash_key("mp0_AWD_FMKILL3ANDWINGTARACE"), 1);
  6131.             stat_set_int(get_hash_key("mp0_AWD_FMKILLBOUNTY"), 25);
  6132.             stat_set_int(get_hash_key("mp0_AWD_FMREVENGEKILLSDM"), 50);
  6133.             stat_set_int(get_hash_key("mp0_AWD_FMKILLSTREAKSDM"), 10);
  6134.             stat_set_int(get_hash_key("mp0_AWD_HOLD_UP_SHOPS"), 20);
  6135.             stat_set_int(get_hash_key("mp0_AWD_LAPDANCES"), 25);
  6136.             stat_set_int(get_hash_key("mp0_AWD_SECURITY_CARS_ROBBED"), 25);
  6137.             stat_set_int(get_hash_key("mp0_AWD_RACES_WON"), 50);
  6138.             stat_set_int(get_hash_key("mp0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
  6139.             stat_set_int(get_hash_key("mp0_PLAYER_HEADSHOTS"), 500);
  6140.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  6141.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  6142.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  6143.             stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
  6144.             //ALL AWARDS
  6145.             Call(0x427dac, GetHash("MP0_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
  6146.             Call(0x427dac, GetHash("MP0_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6147.             Call(0x427dac, GetHash("MP0_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6148.             Call(0x427dac, GetHash("MP0_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6149.             Call(0x427dac, GetHash("MP0_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
  6150.             Call(0x427dac, GetHash("MP0_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6151.             Call(0x427dac, GetHash("MP0_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6152.             Call(0x427dac, GetHash("MP0_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6153.             Call(0x427dac, GetHash("MP0_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6154.             Call(0x427dac, GetHash("MP0_CARS_EXPLODED"), 500, Convert.ToInt32(1));
  6155.             Call(0x427dac, GetHash("MP0_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
  6156.             Call(0x427dac, GetHash("MP0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
  6157.             Call(0x427dac, GetHash("MP0_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
  6158.             Call(0x427dac, GetHash("MP0_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
  6159.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
  6160.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
  6161.             Call(0x427dac, GetHash("MP0_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
  6162.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
  6163.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
  6164.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
  6165.             Call(0x427dac, GetHash("MP0_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
  6166.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
  6167.             Call(0x427dac, GetHash("MP0_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  6168.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
  6169.             Call(0x427dac, GetHash("MP0_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
  6170.             Call(0x427dac, GetHash("MP0_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
  6171.             Call(0x427dac, GetHash("MP0_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6172.             Call(0x427dac, GetHash("MP0_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6173.             Call(0x427dac, GetHash("MP0_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
  6174.             Call(0x427dac, GetHash("MP0_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
  6175.             Call(0x427dac, GetHash("MP0_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
  6176.             Call(0x427dac, GetHash("MP0_AWD_RACES_WON"), 50, Convert.ToInt32(1));
  6177.             Call(0x427dac, GetHash("MP0_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
  6178.             Call(0x427dac, GetHash("MP0_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
  6179.             Call(0x427dac, GetHash("MP0_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  6180.             Call(0x427dac, GetHash("MP0_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
  6181.             Call(0x427dac, GetHash("MP0_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
  6182.             Call(0x427dac, GetHash("MP0_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
  6183.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
  6184.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
  6185.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
  6186.             Call(0x427dac, GetHash("MP0_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
  6187.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
  6188.             Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
  6189.             Call(0x427dac, GetHash("MP0_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
  6190.             Call(0x427dac, GetHash("MP0_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
  6191.             Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
  6192.             Call(0x427dac, GetHash("MP0_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
  6193.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
  6194.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
  6195.             Call(0x427dac, GetHash("MP0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
  6196.             Call(0x427dac, GetHash("MP0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
  6197.             Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
  6198.             Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
  6199.             Call(0x427dac, GetHash("MP0_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
  6200.             Call(0x427dac, GetHash("MP0_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
  6201.             Call(0x427dac, GetHash("MP0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
  6202.             Call(0x427dac, GetHash("MP0_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
  6203.             Call(0x427dac, GetHash("MP0_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
  6204.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
  6205.             Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
  6206.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
  6207.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
  6208.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
  6209.             Call(0x427dac, GetHash("MP0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
  6210.             Call(0x427dac, GetHash("MP0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
  6211.             Call(0x427dac, GetHash("MP0_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
  6212.             Call(0x427dac, GetHash("MP0_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
  6213.             Call(0x427dac, GetHash("MP0_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
  6214.             Call(0x427dac, GetHash("MP0_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
  6215.             Call(0x427dac, GetHash("MP0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
  6216.             Call(0x427dac, GetHash("MP0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
  6217.             Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
  6218.             Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
  6219.             Call(0x427dac, GetHash("MP0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
  6220.             Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
  6221.             Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
  6222.             Call(0x427dac, GetHash("MP0_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
  6223.             Call(0x427dac, GetHash("MP0_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
  6224.             Call(0x427dac, GetHash("MP0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
  6225.             Call(0x427dac, GetHash("MP0_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
  6226.             Call(0x427dac, GetHash("MP0_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
  6227.             Call(0x427dac, GetHash("MP0_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
  6228.             Call(0x427dac, GetHash("MP0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
  6229.             Call(0x427dac, GetHash("MP0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
  6230.             Call(0x427dac, GetHash("MP0_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
  6231.             Call(0x427dac, GetHash("MP0_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
  6232.             stat_set_int(get_hash_key("mp0_clths_available_hair"), -1);
  6233.             stat_set_int(get_hash_key("mp0_clths_available_hair_1"), -1);
  6234.             stat_set_int(get_hash_key("mp0_clths_available_hair_2"), -1);
  6235.             stat_set_int(get_hash_key("mp0_clths_available_hair_3"), -1);
  6236.             stat_set_int(get_hash_key("mp0_clths_available_hair_4"), -1);
  6237.             stat_set_int(get_hash_key("mp0_clths_available_hair_5"), -1);
  6238.             stat_set_int(get_hash_key("mp0_clths_available_hair_6"), -1);
  6239.             stat_set_int(get_hash_key("mp0_clths_available_hair_7"), -1);
  6240.             stat_set_int(get_hash_key("mp0_clths_available_jbib"), -1);
  6241.             stat_set_int(get_hash_key("mp0_clths_available_jbib_1"), -1);
  6242.             stat_set_int(get_hash_key("mp0_clths_available_jbib_2"), -1);
  6243.             stat_set_int(get_hash_key("mp0_clths_available_jbib_3"), -1);
  6244.             stat_set_int(get_hash_key("mp0_clths_available_jbib_4"), -1);
  6245.             stat_set_int(get_hash_key("mp0_clths_available_jbib_5"), -1);
  6246.             stat_set_int(get_hash_key("mp0_clths_available_jbib_6"), -1);
  6247.             stat_set_int(get_hash_key("mp0_clths_available_jbib_7"), -1);
  6248.             stat_set_int(get_hash_key("mp0_clths_available_legs"), -1);
  6249.             stat_set_int(get_hash_key("mp0_clths_available_legs_1"), -1);
  6250.             stat_set_int(get_hash_key("mp0_clths_available_legs_2"), -1);
  6251.             stat_set_int(get_hash_key("mp0_clths_available_legs_3"), -1);
  6252.             stat_set_int(get_hash_key("mp0_clths_available_legs_4"), -1);
  6253.             stat_set_int(get_hash_key("mp0_clths_available_legs_5"), -1);
  6254.             stat_set_int(get_hash_key("mp0_clths_available_legs_6"), -1);
  6255.             stat_set_int(get_hash_key("mp0_clths_available_legs_7"), -1);
  6256.             stat_set_int(get_hash_key("mp0_clths_available_feet"), -1);
  6257.             stat_set_int(get_hash_key("mp0_clths_available_feet_1"), -1);
  6258.             stat_set_int(get_hash_key("mp0_clths_available_feet_2"), -1);
  6259.             stat_set_int(get_hash_key("mp0_clths_available_feet_3"), -1);
  6260.             stat_set_int(get_hash_key("mp0_clths_available_feet_4"), -1);
  6261.             stat_set_int(get_hash_key("mp0_clths_available_feet_5"), -1);
  6262.             stat_set_int(get_hash_key("mp0_clths_available_feet_6"), -1);
  6263.             stat_set_int(get_hash_key("mp0_clths_available_feet_7"), -1);
  6264.             stat_set_int(get_hash_key("mp0_clths_available_berd"), -1);
  6265.             stat_set_int(get_hash_key("mp0_clths_available_berd_1"), -1);
  6266.             stat_set_int(get_hash_key("mp0_clths_available_berd_2"), -1);
  6267.             stat_set_int(get_hash_key("mp0_clths_available_berd_3"), -1);
  6268.             stat_set_int(get_hash_key("mp0_clths_available_berd_4"), -1);
  6269.             stat_set_int(get_hash_key("mp0_clths_available_berd_5"), -1);
  6270.             stat_set_int(get_hash_key("mp0_clths_available_berd_6"), -1);
  6271.             stat_set_int(get_hash_key("mp0_clths_available_berd_7"), -1);
  6272.             stat_set_int(get_hash_key("mp0_clths_available_props"), -1);
  6273.             stat_set_int(get_hash_key("mp0_clths_available_props_1"), -1);
  6274.             stat_set_int(get_hash_key("mp0_clths_available_props_2"), -1);
  6275.             stat_set_int(get_hash_key("mp0_clths_available_props_3"), -1);
  6276.             stat_set_int(get_hash_key("mp0_clths_available_props_4"), -1);
  6277.             stat_set_int(get_hash_key("mp0_clths_available_props_5"), -1);
  6278.             stat_set_int(get_hash_key("mp0_clths_available_props_6"), -1);
  6279.             stat_set_int(get_hash_key("mp0_clths_available_props_7"), -1);
  6280.             stat_set_int(get_hash_key("mp0_clths_available_props_8"), -1);
  6281.             stat_set_int(get_hash_key("mp0_clths_available_props_9"), -1);
  6282.             stat_set_int(get_hash_key("mp0_clths_available_props_10"), -1);
  6283.             stat_set_int(get_hash_key("mp0_clths_available_outfit"), -1);
  6284.             stat_set_int(get_hash_key("mp0_clths_available_decl"), -1);
  6285.             stat_set_int(get_hash_key("mp0_clths_available_teeth"), -1);
  6286.             stat_set_int(get_hash_key("mp0_clths_available_teeth_1"), -1);
  6287.             stat_set_int(get_hash_key("mp0_clths_available_teeth_2"), -1);
  6288.             Thread.Sleep(20);
  6289.         }
  6290.  
  6291.         private void button180_Click(object sender, EventArgs e)
  6292.         {
  6293.             stat_set_int(get_hash_key("MP1_CHAR_XP_FM"), (Convert.ToInt32(2165850)));
  6294.             //Skills
  6295.             stat_set_int(get_hash_key("MP1_script_increase_stam"), 100);
  6296.             stat_set_int(get_hash_key("MP1_script_increase_strn"), 100);
  6297.             stat_set_int(get_hash_key("MP1_script_increase_lung"), 100);
  6298.             stat_set_int(get_hash_key("MP1_script_increase_driv"), 100);
  6299.             stat_set_int(get_hash_key("MP1_script_increase_fly"), 100);
  6300.             stat_set_int(get_hash_key("MP1_script_increase_sho"), 100);
  6301.             stat_set_int(get_hash_key("MP1_script_increase_stl"), 100);
  6302.             //LSC
  6303.             stat_set_int(get_hash_key("MP1_RACES_WON"), 50);
  6304.             stat_set_int(get_hash_key("MP1_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
  6305.             stat_set_int(get_hash_key("MP1_NUMBER_TURBO_STARTS_IN_RACE"), 90);
  6306.             stat_set_int(get_hash_key("MP1_AWD_FMWINSEARACE"), 10);
  6307.             Call(0x427dac, GetHash("mp1_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
  6308.             stat_set_int(get_hash_key("MP1_AWD_FM_RACES_FASTEST_LAP"), 50);
  6309.             stat_set_int(get_hash_key("MP1_USJS_FOUND"), 50);
  6310.             stat_set_int(get_hash_key("MP1_USJS_COMPLETED"), 50);
  6311.             stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
  6312.             stat_set_int(get_hash_key("MP1_AWD_FMRALLYWONDRIVE"), 10);
  6313.             //UNLOCK ALL
  6314.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_1_UNLCK"), -1);
  6315.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_2_UNLCK"), -1);
  6316.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_3_UNLCK"), -1);
  6317.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_4_UNLCK"), -1);
  6318.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_5_UNLCK"), -1);
  6319.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_6_UNLCK"), -1);
  6320.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_7_UNLCK"), -1);
  6321.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_8_UNLCK"), -1);
  6322.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_9_UNLCK"), -1);
  6323.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_10_UNLCK"), -1);
  6324.             stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_11_UNLCK"), -1);
  6325.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED"), -1);
  6326.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED2"), -1);
  6327.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_1_FM_UNLCK"), -1);
  6328.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_2_FM_UNLCK"), -1);
  6329.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_3_FM_UNLCK"), -1);
  6330.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_4_FM_UNLCK"), -1);
  6331.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_5_FM_UNLCK"), -1);
  6332.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_6_FM_UNLCK"), -1);
  6333.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_7_FM_UNLCK"), -1);
  6334.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_8_FM_UNLCK"), -1);
  6335.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_9_FM_UNLCK"), -1);
  6336.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_10_FM_UNLCK"), -1);
  6337.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_11_FM_UNLCK"), -1);
  6338.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
  6339.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
  6340.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
  6341.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
  6342.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
  6343.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
  6344.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
  6345.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
  6346.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
  6347.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
  6348.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
  6349.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
  6350.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
  6351.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
  6352.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
  6353.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
  6354.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
  6355.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
  6356.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
  6357.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
  6358.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
  6359.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
  6360.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_1_UNLCK"), -1);
  6361.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_2_UNLCK"), -1);
  6362.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_3_UNLCK"), -1);
  6363.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_4_UNLCK"), -1);
  6364.             stat_set_int(get_hash_key("MP1_WEAPON_PICKUP_BITSET"), -1);
  6365.             stat_set_int(get_hash_key("MP1_WEAPON_PICKUP_BITSET2"), -1);
  6366.             stat_set_int(get_hash_key("MP1_CHAR_KIT_1_FM_UNLCK"), -1);
  6367.             stat_set_int(get_hash_key("MP1_CHAR_KIT_2_FM_UNLCK"), -1);
  6368.             stat_set_int(get_hash_key("MP1_CHAR_KIT_3_FM_UNLCK"), -1);
  6369.             stat_set_int(get_hash_key("MP1_CHAR_KIT_4_FM_UNLCK"), -1);
  6370.             stat_set_int(get_hash_key("MP1_CHAR_KIT_5_FM_UNLCK"), -1);
  6371.             stat_set_int(get_hash_key("MP1_CHAR_KIT_6_FM_UNLCK"), -1);
  6372.             stat_set_int(get_hash_key("MP1_CHAR_KIT_7_FM_UNLCK"), -1);
  6373.             stat_set_int(get_hash_key("MP1_CHAR_KIT_8_FM_UNLCK"), -1);
  6374.             stat_set_int(get_hash_key("MP1_CHAR_KIT_9_FM_UNLCK"), -1);
  6375.             stat_set_int(get_hash_key("MP1_CHAR_KIT_10_FM_UNLCK"), -1);
  6376.             stat_set_int(get_hash_key("MP1_CHAR_KIT_11_FM_UNLCK"), -1);
  6377.             stat_set_int(get_hash_key("MP1_RANKAP_UNLK_0"), -1);
  6378.             stat_set_int(get_hash_key("MP1_RANKAP_UNLK_1"), -1);
  6379.             stat_set_int(get_hash_key("MP1_RANKAP_UNLK_2"), -1);
  6380.             stat_set_int(get_hash_key("MP1_RANKAP_UNLK_3"), -1);
  6381.             stat_set_int(get_hash_key("MP1_RANKAP_UNLK_4"), -1);
  6382.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE_10"), -1);
  6383.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE_11"), -1);
  6384.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_0"), -1);
  6385.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_1"), -1);
  6386.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_2"), -1);
  6387.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_3"), -1);
  6388.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_4"), -1);
  6389.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_5"), -1);
  6390.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_6"), -1);
  6391.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_7"), -1);
  6392.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_8"), -1);
  6393.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_9"), -1);
  6394.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_10"), -1);
  6395.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_11"), -1);
  6396.             stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_12"), -1);
  6397.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_1_UNLCK"), -1);
  6398.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_2_UNLCK"), -1);
  6399.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_3_UNLCK"), -1);
  6400.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_4_UNLCK"), -1);
  6401.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_5_UNLCK"), -1);
  6402.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_6_UNLCK"), -1);
  6403.             stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_7_UNLCK"), -1);
  6404.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_8_UNLCK"), -1);
  6405.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_9_UNLCK"), -1);
  6406.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_10_UNLCK"), -1);
  6407.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_11_UNLCK"), -1);
  6408.             stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
  6409.             stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
  6410.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED"), -1);
  6411.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED2"), -1);
  6412.             stat_set_int(get_hash_key("MP1_CHAR_KIT_1_FM_UNLCK"), -1);
  6413.             stat_set_int(get_hash_key("MP1_CHAR_KIT_2_FM_UNLCK"), -1);
  6414.             stat_set_int(get_hash_key("MP1_CHAR_KIT_3_FM_UNLCK"), -1);
  6415.             stat_set_int(get_hash_key("MP1_CHAR_KIT_4_FM_UNLCK"), -1);
  6416.             stat_set_int(get_hash_key("MP1_CHAR_KIT_5_FM_UNLCK"), -1);
  6417.             stat_set_int(get_hash_key("MP1_CHAR_KIT_6_FM_UNLCK"), -1);
  6418.             stat_set_int(get_hash_key("MP1_CHAR_KIT_7_FM_UNLCK"), -1);
  6419.             stat_set_int(get_hash_key("MP1_CHAR_KIT_8_FM_UNLCK"), -1);
  6420.             stat_set_int(get_hash_key("MP1_CHAR_KIT_9_FM_UNLCK"), -1);
  6421.             stat_set_int(get_hash_key("MP1_CHAR_KIT_10_FM_UNLCK"), -1);
  6422.             stat_set_int(get_hash_key("MP1_CHAR_KIT_11_FM_UNLCK"), -1);
  6423.             stat_set_int(get_hash_key("MP1_CHAR_KIT_12_FM_UNLCK"), -1);
  6424.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE"), -1);
  6425.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE2"), -1);
  6426.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE3"), -1);
  6427.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE4"), -1);
  6428.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE5"), -1);
  6429.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE6"), -1);
  6430.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE7"), -1);
  6431.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE8"), -1);
  6432.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE9"), -1);
  6433.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE10"), -1);
  6434.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE11"), -1);
  6435.             stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE12"), -1);
  6436.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_0"), -1);
  6437.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_1"), -1);
  6438.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_2"), -1);
  6439.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_3"), -1);
  6440.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_4"), -1);
  6441.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_5"), -1);
  6442.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_6"), -1);
  6443.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_7"), -1);
  6444.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_8"), -1);
  6445.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_9"), -1);
  6446.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_10"), -1);
  6447.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_11"), -1);
  6448.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_12"), -1);
  6449.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_13"), -1);
  6450.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_14"), -1);
  6451.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_15"), -1);
  6452.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_16"), -1);
  6453.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_17"), -1);
  6454.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_18"), -1);
  6455.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_19"), -1);
  6456.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_20"), -1);
  6457.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_21"), -1);
  6458.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_22"), -1);
  6459.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_23"), -1);
  6460.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_24"), -1);
  6461.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_25"), -1);
  6462.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_26"), -1);
  6463.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_27"), -1);
  6464.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_28"), -1);
  6465.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_29"), -1);
  6466.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_30"), -1);
  6467.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_31"), -1);
  6468.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_32"), -1);
  6469.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_33"), -1);
  6470.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_34"), -1);
  6471.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_35"), -1);
  6472.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_36"), -1);
  6473.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_37"), -1);
  6474.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_38"), -1);
  6475.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_39"), -1);
  6476.             stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_40"), -1);
  6477.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL"), -1);
  6478.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_1"), -1);
  6479.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_2"), -1);
  6480.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_3"), -1);
  6481.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_4"), -1);
  6482.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_5"), -1);
  6483.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_6"), -1);
  6484.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_7"), -1);
  6485.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL2"), -1);
  6486.             stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
  6487.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_1"), -1);
  6488.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_2"), -1);
  6489.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_3"), -1);
  6490.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_4"), -1);
  6491.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_5"), -1);
  6492.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_6"), -1);
  6493.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_7"), -1);
  6494.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_8"), -1);
  6495.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_9"), -1);
  6496.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_10"), -1);
  6497.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_11"), -1);
  6498.             stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_12"), -1);
  6499.             stat_set_int(get_hash_key("MP1_CHAR_HEIST_1_UNLCK"), -1);
  6500.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_1_UNLCK"), -1);
  6501.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
  6502.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
  6503.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
  6504.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
  6505.             stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
  6506.             stat_set_int(get_hash_key("MP1_CHAR_FM_HEALTH_1_UNLCK"), -1);
  6507.             stat_set_int(get_hash_key("MP1_CHAR_FM_HEALTH_2_UNLCK"), -1);
  6508.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_1_UNLCK"), -1);
  6509.             stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_2_UNLCK"), -1);
  6510.             stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
  6511.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_UNLOCKED"), -1);
  6512.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_UNLOCKED2"), -1);
  6513.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
  6514.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
  6515.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
  6516.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
  6517.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_FREE"), -1);
  6518.             stat_set_int(get_hash_key("MP1_CHAR_WEAP_FREE2"), -1);
  6519.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_FREE"), -1);
  6520.             stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_FREE2"), -1);
  6521.             stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_1_UNLCK"), -1);
  6522.             stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_2_UNLCK"), -1);
  6523.             stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_3_UNLCK"), -1);
  6524.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_1_COLLECT"), -1);
  6525.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_2_COLLECT"), -1);
  6526.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_3_COLLECT"), -1);
  6527.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_4_COLLECT"), -1);
  6528.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_5_COLLECT"), -1);
  6529.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_6_COLLECT"), -1);
  6530.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_7_COLLECT"), -1);
  6531.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_8_COLLECT"), -1);
  6532.             stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_9_COLLECT"), -1);
  6533.             stat_set_int(get_hash_key("MP1_CHAR_ABILITY_1_UNLCK"), -1);
  6534.             stat_set_int(get_hash_key("MP1_CHAR_ABILITY_2_UNLCK"), -1);
  6535.             stat_set_int(get_hash_key("MP1_CHAR_ABILITY_3_UNLCK"), -1);
  6536.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_0"), -1);
  6537.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_1"), -1);
  6538.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_2"), -1);
  6539.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_3"), -1);
  6540.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_4"), -1);
  6541.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_5"), -1);
  6542.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_6"), -1);
  6543.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_7"), -1);
  6544.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_8"), -1);
  6545.             stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_9"), -1);
  6546.             //WEAPONS CAMOS
  6547.             Call(0x427dac, GetHash("mp1_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
  6548.             Call(0x427dac, GetHash("mp1_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6549.             Call(0x427dac, GetHash("mp1_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6550.             Call(0x427dac, GetHash("mp1_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6551.             Call(0x427dac, GetHash("mp1_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6552.             Call(0x427dac, GetHash("mp1_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6553.             Call(0x427dac, GetHash("mp1_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6554.             Call(0x427dac, GetHash("mp1_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6555.             Call(0x427dac, GetHash("mp1_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6556.             Call(0x427dac, GetHash("mp1_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6557.             Call(0x427dac, GetHash("mp1_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6558.             Call(0x427dac, GetHash("mp1_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6559.             Call(0x427dac, GetHash("mp1_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6560.             Call(0x427dac, GetHash("mp1_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6561.             Call(0x427dac, GetHash("mp1_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6562.             Call(0x427dac, GetHash("mp1_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6563.             Call(0x427dac, GetHash("mp1_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6564.             Call(0x427dac, GetHash("mp1_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6565.             Call(0x427dac, GetHash("mp1_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6566.             Call(0x427dac, GetHash("mp1_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6567.             Call(0x427dac, GetHash("mp1_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6568.             Call(0x427dac, GetHash("mp1_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6569.             Call(0x427dac, GetHash("mp1_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6570.             Call(0x427dac, GetHash("mp1_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6571.             Call(0x427dac, GetHash("mp1_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6572.             Call(0x427dac, GetHash("mp1_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6573.             Call(0x427dac, GetHash("mp1_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6574.             Call(0x427dac, GetHash("mp1_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6575.             Call(0x427dac, GetHash("mp1_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6576.             Call(0x427dac, GetHash("mp1_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6577.             Call(0x427dac, GetHash("mp1_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6578.             Call(0x427dac, GetHash("mp1_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6579.             Call(0x427dac, GetHash("mp1_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6580.             Call(0x427dac, GetHash("mp1_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6581.             Call(0x427dac, GetHash("mp1_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
  6582.             //SPEICAL TOPS
  6583.             stat_set_int(get_hash_key("MP1_AWD_FMPICKUPDLCCRATE1ST"), 9999);
  6584.             stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
  6585.             stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
  6586.             stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
  6587.             stat_set_int(get_hash_key("MP1_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
  6588.             stat_set_int(get_hash_key("MP1_AWD_FMHORDWAVESSURVIVE"), 9999);
  6589.             //TATTOS
  6590.             stat_set_int(get_hash_key("mp1_AWD_FM_DM_WINS"), 50);
  6591.             stat_set_int(get_hash_key("mp1_AWD_FM_TDM_MVP"), 50);
  6592.             stat_set_int(get_hash_key("mp1_AWD_FM_DM_TOTALKILLS"), 500);
  6593.             stat_set_int(get_hash_key("mp1_AWD_FMATTGANGHQ"), 5);
  6594.             stat_set_int(get_hash_key("mp1_AWD_FMBBETWIN"), 50000);
  6595.             stat_set_int(get_hash_key("mp1_AWD_FMWINEVERYGAMEMODE"), 1);
  6596.             stat_set_int(get_hash_key("mp1_AWD_FMRACEWORLDRECHOLDER"), 1);
  6597.             stat_set_int(get_hash_key("mp1_AWD_FMFULLYMODDEDCAR"), 1);
  6598.             stat_set_int(get_hash_key("mp1_AWD_FMMOSTKILLSSURVIVE"), 1);
  6599.             stat_set_int(get_hash_key("mp1_AWD_FMKILL3ANDWINGTARACE"), 1);
  6600.             stat_set_int(get_hash_key("mp1_AWD_FMKILLBOUNTY"), 25);
  6601.             stat_set_int(get_hash_key("mp1_AWD_FMREVENGEKILLSDM"), 50);
  6602.             stat_set_int(get_hash_key("mp1_AWD_FMKILLSTREAKSDM"), 10);
  6603.             stat_set_int(get_hash_key("mp1_AWD_HOLD_UP_SHOPS"), 20);
  6604.             stat_set_int(get_hash_key("mp1_AWD_LAPDANCES"), 25);
  6605.             stat_set_int(get_hash_key("mp1_AWD_SECURITY_CARS_ROBBED"), 25);
  6606.             stat_set_int(get_hash_key("mp1_AWD_RACES_WON"), 50);
  6607.             stat_set_int(get_hash_key("mp1_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
  6608.             stat_set_int(get_hash_key("mp1_PLAYER_HEADSHOTS"), 500);
  6609.             stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
  6610.             stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
  6611.             stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
  6612.             stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
  6613.             //ALL AWARDS
  6614.             Call(0x427dac, GetHash("MP1_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
  6615.             Call(0x427dac, GetHash("MP1_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6616.             Call(0x427dac, GetHash("MP1_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6617.             Call(0x427dac, GetHash("MP1_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6618.             Call(0x427dac, GetHash("MP1_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
  6619.             Call(0x427dac, GetHash("MP1_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6620.             Call(0x427dac, GetHash("MP1_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6621.             Call(0x427dac, GetHash("MP1_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6622.             Call(0x427dac, GetHash("MP1_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
  6623.             Call(0x427dac, GetHash("MP1_CARS_EXPLODED"), 500, Convert.ToInt32(1));
  6624.             Call(0x427dac, GetHash("MP1_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
  6625.             Call(0x427dac, GetHash("MP1_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
  6626.             Call(0x427dac, GetHash("MP1_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
  6627.             Call(0x427dac, GetHash("MP1_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
  6628.             Call(0x427dac, GetHash("MP1_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
  6629.             Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
  6630.             Call(0x427dac, GetHash("MP1_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
  6631.             Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
  6632.             Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
  6633.             Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
  6634.             Call(0x427dac, GetHash("MP1_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
  6635.             Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
  6636.             Call(0x427dac, GetHash("MP1_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  6637.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
  6638.             Call(0x427dac, GetHash("MP1_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
  6639.             Call(0x427dac, GetHash("MP1_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
  6640.             Call(0x427dac, GetHash("MP1_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6641.             Call(0x427dac, GetHash("MP1_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
  6642.             Call(0x427dac, GetHash("MP1_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
  6643.             Call(0x427dac, GetHash("MP1_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
  6644.             Call(0x427dac, GetHash("MP1_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
  6645.             Call(0x427dac, GetHash("MP1_AWD_RACES_WON"), 50, Convert.ToInt32(1));
  6646.             Call(0x427dac, GetHash("MP1_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
  6647.             Call(0x427dac, GetHash("MP1_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
  6648.             Call(0x427dac, GetHash("MP1_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
  6649.             Call(0x427dac, GetHash("MP1_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
  6650.             Call(0x427dac, GetHash("MP1_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
  6651.             Call(0x427dac, GetHash("MP1_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
  6652.             Call(0x427dac, GetHash("MP1_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
  6653.             Call(0x427dac, GetHash("MP1_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
  6654.             Call(0x427dac, GetHash("MP1_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
  6655.             Call(0x427dac, GetHash("MP1_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
  6656.             Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
  6657.             Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
  6658.             Call(0x427dac, GetHash("MP1_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
  6659.             Call(0x427dac, GetHash("MP1_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
  6660.             Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
  6661.             Call(0x427dac, GetHash("MP1_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
  6662.             Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
  6663.             Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
  6664.             Call(0x427dac, GetHash("MP1_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
  6665.             Call(0x427dac, GetHash("MP1_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
  6666.             Call(0x427dac, GetHash("MP1_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
  6667.             Call(0x427dac, GetHash("MP1_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
  6668.             Call(0x427dac, GetHash("MP1_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
  6669.             Call(0x427dac, GetHash("MP1_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
  6670.             Call(0x427dac, GetHash("MP1_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
  6671.             Call(0x427dac, GetHash("MP1_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
  6672.             Call(0x427dac, GetHash("MP1_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
  6673.             Call(0x427dac, GetHash("MP1_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
  6674.             Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
  6675.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
  6676.             Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
  6677.             Call(0x427dac, GetHash("MP1_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
  6678.             Call(0x427dac, GetHash("MP1_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
  6679.             Call(0x427dac, GetHash("MP1_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
  6680.             Call(0x427dac, GetHash("MP1_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
  6681.             Call(0x427dac, GetHash("MP1_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
  6682.             Call(0x427dac, GetHash("MP1_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
  6683.             Call(0x427dac, GetHash("MP1_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
  6684.             Call(0x427dac, GetHash("MP1_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
  6685.             Call(0x427dac, GetHash("MP1_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
  6686.             Call(0x427dac, GetHash("MP1_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
  6687.             Call(0x427dac, GetHash("MP1_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
  6688.             Call(0x427dac, GetHash("MP1_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
  6689.             Call(0x427dac, GetHash("MP1_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
  6690.             Call(0x427dac, GetHash("MP1_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
  6691.             Call(0x427dac, GetHash("MP1_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
  6692.             Call(0x427dac, GetHash("MP1_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
  6693.             Call(0x427dac, GetHash("MP1_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
  6694.             Call(0x427dac, GetHash("MP1_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
  6695.             Call(0x427dac, GetHash("MP1_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
  6696.             Call(0x427dac, GetHash("MP1_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
  6697.             Call(0x427dac, GetHash("MP1_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
  6698.             Call(0x427dac, GetHash("MP1_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
  6699.             Call(0x427dac, GetHash("MP1_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
  6700.             Call(0x427dac, GetHash("MP1_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
  6701.             stat_set_int(get_hash_key("mp1_clths_available_hair"), -1);
  6702.             stat_set_int(get_hash_key("mp1_clths_available_hair_1"), -1);
  6703.             stat_set_int(get_hash_key("mp1_clths_available_hair_2"), -1);
  6704.             stat_set_int(get_hash_key("mp1_clths_available_hair_3"), -1);
  6705.             stat_set_int(get_hash_key("mp1_clths_available_hair_4"), -1);
  6706.             stat_set_int(get_hash_key("mp1_clths_available_hair_5"), -1);
  6707.             stat_set_int(get_hash_key("mp1_clths_available_hair_6"), -1);
  6708.             stat_set_int(get_hash_key("mp1_clths_available_hair_7"), -1);
  6709.             stat_set_int(get_hash_key("mp1_clths_available_jbib"), -1);
  6710.             stat_set_int(get_hash_key("mp1_clths_available_jbib_1"), -1);
  6711.             stat_set_int(get_hash_key("mp1_clths_available_jbib_2"), -1);
  6712.             stat_set_int(get_hash_key("mp1_clths_available_jbib_3"), -1);
  6713.             stat_set_int(get_hash_key("mp1_clths_available_jbib_4"), -1);
  6714.             stat_set_int(get_hash_key("mp1_clths_available_jbib_5"), -1);
  6715.             stat_set_int(get_hash_key("mp1_clths_available_jbib_6"), -1);
  6716.             stat_set_int(get_hash_key("mp1_clths_available_jbib_7"), -1);
  6717.             stat_set_int(get_hash_key("mp1_clths_available_legs"), -1);
  6718.             stat_set_int(get_hash_key("mp1_clths_available_legs_1"), -1);
  6719.             stat_set_int(get_hash_key("mp1_clths_available_legs_2"), -1);
  6720.             stat_set_int(get_hash_key("mp1_clths_available_legs_3"), -1);
  6721.             stat_set_int(get_hash_key("mp1_clths_available_legs_4"), -1);
  6722.             stat_set_int(get_hash_key("mp1_clths_available_legs_5"), -1);
  6723.             stat_set_int(get_hash_key("mp1_clths_available_legs_6"), -1);
  6724.             stat_set_int(get_hash_key("mp1_clths_available_legs_7"), -1);
  6725.             stat_set_int(get_hash_key("mp1_clths_available_feet"), -1);
  6726.             stat_set_int(get_hash_key("mp1_clths_available_feet_1"), -1);
  6727.             stat_set_int(get_hash_key("mp1_clths_available_feet_2"), -1);
  6728.             stat_set_int(get_hash_key("mp1_clths_available_feet_3"), -1);
  6729.             stat_set_int(get_hash_key("mp1_clths_available_feet_4"), -1);
  6730.             stat_set_int(get_hash_key("mp1_clths_available_feet_5"), -1);
  6731.             stat_set_int(get_hash_key("mp1_clths_available_feet_6"), -1);
  6732.             stat_set_int(get_hash_key("mp1_clths_available_feet_7"), -1);
  6733.             stat_set_int(get_hash_key("mp1_clths_available_berd"), -1);
  6734.             stat_set_int(get_hash_key("mp1_clths_available_berd_1"), -1);
  6735.             stat_set_int(get_hash_key("mp1_clths_available_berd_2"), -1);
  6736.             stat_set_int(get_hash_key("mp1_clths_available_berd_3"), -1);
  6737.             stat_set_int(get_hash_key("mp1_clths_available_berd_4"), -1);
  6738.             stat_set_int(get_hash_key("mp1_clths_available_berd_5"), -1);
  6739.             stat_set_int(get_hash_key("mp1_clths_available_berd_6"), -1);
  6740.             stat_set_int(get_hash_key("mp1_clths_available_berd_7"), -1);
  6741.             stat_set_int(get_hash_key("mp1_clths_available_props"), -1);
  6742.             stat_set_int(get_hash_key("mp1_clths_available_props_1"), -1);
  6743.             stat_set_int(get_hash_key("mp1_clths_available_props_2"), -1);
  6744.             stat_set_int(get_hash_key("mp1_clths_available_props_3"), -1);
  6745.             stat_set_int(get_hash_key("mp1_clths_available_props_4"), -1);
  6746.             stat_set_int(get_hash_key("mp1_clths_available_props_5"), -1);
  6747.             stat_set_int(get_hash_key("mp1_clths_available_props_6"), -1);
  6748.             stat_set_int(get_hash_key("mp1_clths_available_props_7"), -1);
  6749.             stat_set_int(get_hash_key("mp1_clths_available_props_8"), -1);
  6750.             stat_set_int(get_hash_key("mp1_clths_available_props_9"), -1);
  6751.             stat_set_int(get_hash_key("mp1_clths_available_props_10"), -1);
  6752.             stat_set_int(get_hash_key("mp1_clths_available_outfit"), -1);
  6753.             stat_set_int(get_hash_key("mp1_clths_available_decl"), -1);
  6754.             stat_set_int(get_hash_key("mp1_clths_available_teeth"), -1);
  6755.             stat_set_int(get_hash_key("mp1_clths_available_teeth_1"), -1);
  6756.             stat_set_int(get_hash_key("mp1_clths_available_teeth_2"), -1);
  6757.             Thread.Sleep(20);
  6758.         }
  6759.  
  6760.         private void button12_Click(object sender, EventArgs e)
  6761.         {
  6762.             PS3.Extension.WriteInt32(0xfb65bf75 + 0x110, 0x5f5e0ff); //same as 99999999
  6763.             PS3.Extension.WriteInt32(0xfb65bf75 + 0x114, 0x5f5e0ff);
  6764.             PS3.Extension.WriteInt32(0xfb65bf75 + 280, 0x5f5e0ff);
  6765.         }
  6766.  
  6767.         private void checkBox71_CheckedChanged(object sender, EventArgs e)
  6768.         {
  6769.             /*
  6770.             public static void func_532()
  6771. {
  6772.     int var_0;
  6773.     int var_1;
  6774.     var_0 = Natives.player_ped_id();
  6775.     var_1 = Natives.player_id();
  6776.     if ( Natives.does_entity_exist( var_0 ) )
  6777.     {
  6778.         if ( ! (Natives.is_entity_dead( var_0 ) ) )
  6779.         {
  6780.             if ( (Natives.is_player_targetting_anything( var_1 ) || Natives.is_player_free_aiming( var_1 )) )
  6781.             {
  6782.                 Natives.disable_control_action( 0, 24 );
  6783.                 if ( Natives.is_disabled_control_just_pressed( 0, 24 ) )
  6784.                 {
  6785.                     if ( ! (Static_38 ) )
  6786.                     {
  6787.                         Static_39 = Natives.get_closest_vehicle( Natives.get_entity_coords( var_0, 0 ){3}, 600f, 0, 0 );
  6788.                         if ( Natives.does_entity_exist( Static_39 ) )
  6789.                         {
  6790.                             Static_38 = 1;
  6791.                         }
  6792.                         if ( Natives.does_entity_exist( Static_39 ) )
  6793.                         {
  6794.                             if ( func_334( Static_39 ) )
  6795.                             {
  6796.                                 Natives.set_entity_coords( Static_39, func_269( 8f ){3}, 0, 0, 0, 1 );
  6797.                                 Natives.set_entity_heading( Static_39, Natives.get_entity_heading( Natives.player_ped_id() ) );
  6798.                                 Natives.set_vehicle_on_ground_properly( Static_39 );
  6799.                                 Natives.apply_force_to_entity( Static_39, 1, 0.0f, 1000f, 0.0f, 0.0f, -1.5f, 0.0f, 0, 1, 1, 1, 0, 1 );
  6800.                                 Static_38 = 0;
  6801.                             }
  6802.                             else
  6803.                             {
  6804.                             }
  6805.                         }
  6806.                     }
  6807.                 }
  6808.             }
  6809.         }
  6810.     }
  6811.     return;
  6812. }
  6813.              */
  6814.  
  6815.         }
  6816.  
  6817.         private void checkBox72_CheckedChanged(object sender, EventArgs e)
  6818.         {
  6819.             if (checkBox72.Checked)
  6820.             {
  6821.                 timer12.Start();
  6822.             }
  6823.             else
  6824.             {
  6825.                 timer12.Stop();
  6826.                 Call(0x3d10f0, 1f); //SET_TIME_SCALE
  6827.                 Call(0x3c15d4, "DEFAULT"); //SET_TIMECYCLE_MODIFIER
  6828.             }
  6829.         }
  6830.  
  6831.         private void checkBox73_CheckedChanged(object sender, EventArgs e)
  6832.         {
  6833.             Call(0x000000, 0x24B17070, 0x1B06D571, 0); //0x3AC9CB55
  6834.             /*
  6835.             int num = get_your_player_ped_id();
  6836.             if (Call(0x3F2E64, num) == 1)
  6837.             {
  6838.                 get_entity_coords(get_your_player_ped_id, (get_gameplay_cam_coord() + 0.5f));
  6839.                 int num2 = Call(0x3941E4, 2, (get_gameplay_cam_coord() ,(cos, 0, (sin, 1, -1.0f ) + 3, (cos, 1, -1.0f ) + 4, (sin, 0 + 5);
  6840.                 Call(0x3C2E2C, num2, (500f), 5, 1, GetHash("WEAPON_STINGER"), 0, 1, 2500f);
  6841.             }
  6842.              */
  6843.         }
  6844.  
  6845.         private void timer11_Tick(object sender, EventArgs e)
  6846.         {
  6847.  
  6848.         }
  6849.  
  6850.         private void checkBox74_CheckedChanged(object sender, EventArgs e)
  6851.         {
  6852.             if (checkBox74.Checked)
  6853.             {
  6854.                 timer11.Enabled = true;
  6855.             }
  6856.             else
  6857.             {
  6858.                 timer11.Enabled = false;
  6859.             }
  6860.         }
  6861.  
  6862.         private void timer12_Tick(object sender, EventArgs e)
  6863.         {
  6864.             int PlayerID = player_id();
  6865.  
  6866.             if (Call(0x41f7c8, PlayerID) == 1) //IS_PLAYER_FREE_AIMING
  6867.             {
  6868.                 if (Call(0x3fc784, 2, 195) == 1) //is_control_pressed
  6869.                 {
  6870.                     Call(0x3d10f0, 0.2f); //SET_TIME_SCALE
  6871.                     Call(0x3c15d4, "REDMIST"); //SET_TIMECYCLE_MODIFIER
  6872.                 }
  6873.             }
  6874.  
  6875.             else if (Call(0x41faa4, PlayerID) == 1) //IS_PLAYER_TARGETTING_ANYTHING
  6876.             {
  6877.                 if (Call(0x3fc784, 2, 195) == 1) //is_control_pressed
  6878.                 {
  6879.                     Call(0x3d10f0, 0.2f); //SET_TIME_SCALE
  6880.                     Call(0x3c15d4, "REDMIST"); //SET_TIMECYCLE_MODIFIER
  6881.                 }
  6882.             }
  6883.  
  6884.             else
  6885.             {
  6886.                 Call(0x3d10f0, 1f); //SET_TIME_SCALE
  6887.                 Call(0x3c15d4, "DEFAULT"); //SET_TIMECYCLE_MODIFIER
  6888.             }
  6889.         }
  6890.  
  6891.         private void button205_Click(object sender, EventArgs e)
  6892.         {
  6893.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_1_UNLCK"), -1);
  6894.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_2_UNLCK"), -1);
  6895.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_3_UNLCK"), -1);
  6896.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_4_UNLCK"), -1);
  6897.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_5_UNLCK"), -1);
  6898.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_6_UNLCK"), -1);
  6899.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_7_UNLCK"), -1);
  6900.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_8_UNLCK"), -1);
  6901.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_9_UNLCK"), -1);
  6902.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_10_UNLCK"), -1);
  6903.             stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_11_UNLCK"), -1);
  6904.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
  6905.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
  6906.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_1_FM_UNLCK"), -1);
  6907.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_2_FM_UNLCK"), -1);
  6908.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_3_FM_UNLCK"), -1);
  6909.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_4_FM_UNLCK"), -1);
  6910.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_5_FM_UNLCK"), -1);
  6911.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_6_FM_UNLCK"), -1);
  6912.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_7_FM_UNLCK"), -1);
  6913.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_8_FM_UNLCK"), -1);
  6914.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_9_FM_UNLCK"), -1);
  6915.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_10_FM_UNLCK"), -1);
  6916.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_11_FM_UNLCK"), -1);
  6917.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
  6918.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
  6919.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
  6920.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
  6921.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
  6922.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
  6923.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
  6924.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
  6925.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
  6926.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
  6927.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
  6928.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
  6929.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
  6930.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
  6931.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
  6932.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
  6933.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
  6934.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
  6935.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
  6936.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
  6937.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
  6938.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
  6939.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_UNLCK"), -1);
  6940.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_UNLCK"), -1);
  6941.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_UNLCK"), -1);
  6942.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_UNLCK"), -1);
  6943.             stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET"), -1);
  6944.             stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET2"), -1);
  6945.             stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
  6946.             stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
  6947.             stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
  6948.             stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
  6949.             stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
  6950.             stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
  6951.             stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
  6952.             stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
  6953.             stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
  6954.             stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
  6955.             stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
  6956.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_0"), -1);
  6957.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_1"), -1);
  6958.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_2"), -1);
  6959.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_3"), -1);
  6960.             stat_set_int(get_hash_key("MP0_RANKAP_UNLK_4"), -1);
  6961.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_10"), -1);
  6962.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_11"), -1);
  6963.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_0"), -1);
  6964.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_1"), -1);
  6965.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_2"), -1);
  6966.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_3"), -1);
  6967.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_4"), -1);
  6968.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_5"), -1);
  6969.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_6"), -1);
  6970.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_7"), -1);
  6971.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_8"), -1);
  6972.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_9"), -1);
  6973.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_10"), -1);
  6974.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_11"), -1);
  6975.             stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_12"), -1);
  6976.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_1_UNLCK"), -1);
  6977.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_2_UNLCK"), -1);
  6978.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_3_UNLCK"), -1);
  6979.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_4_UNLCK"), -1);
  6980.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_5_UNLCK"), -1);
  6981.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_6_UNLCK"), -1);
  6982.             stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_7_UNLCK"), -1);
  6983.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_8_UNLCK"), -1);
  6984.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_9_UNLCK"), -1);
  6985.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_10_UNLCK"), -1);
  6986.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_11_UNLCK"), -1);
  6987.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
  6988.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
  6989.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
  6990.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
  6991.             stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
  6992.             stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
  6993.             stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
  6994.             stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
  6995.             stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
  6996.             stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
  6997.             stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
  6998.             stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
  6999.             stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
  7000.             stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
  7001.             stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
  7002.             stat_set_int(get_hash_key("MP0_CHAR_KIT_12_FM_UNLCK"), -1);
  7003.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE"), -1);
  7004.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE2"), -1);
  7005.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE3"), -1);
  7006.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE4"), -1);
  7007.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE5"), -1);
  7008.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE6"), -1);
  7009.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE7"), -1);
  7010.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE8"), -1);
  7011.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE9"), -1);
  7012.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE10"), -1);
  7013.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE11"), -1);
  7014.             stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE12"), -1);
  7015.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_0"), -1);
  7016.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_1"), -1);
  7017.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_2"), -1);
  7018.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_3"), -1);
  7019.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_4"), -1);
  7020.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_5"), -1);
  7021.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_6"), -1);
  7022.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_7"), -1);
  7023.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_8"), -1);
  7024.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_9"), -1);
  7025.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_10"), -1);
  7026.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_11"), -1);
  7027.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_12"), -1);
  7028.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_13"), -1);
  7029.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_14"), -1);
  7030.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_15"), -1);
  7031.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_16"), -1);
  7032.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_17"), -1);
  7033.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_18"), -1);
  7034.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_19"), -1);
  7035.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_20"), -1);
  7036.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_21"), -1);
  7037.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_22"), -1);
  7038.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_23"), -1);
  7039.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_24"), -1);
  7040.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_25"), -1);
  7041.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_26"), -1);
  7042.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_27"), -1);
  7043.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_28"), -1);
  7044.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_29"), -1);
  7045.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_30"), -1);
  7046.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_31"), -1);
  7047.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_32"), -1);
  7048.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_33"), -1);
  7049.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_34"), -1);
  7050.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_35"), -1);
  7051.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_36"), -1);
  7052.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_37"), -1);
  7053.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_38"), -1);
  7054.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_39"), -1);
  7055.             stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_40"), -1);
  7056.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL"), -1);
  7057.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_1"), -1);
  7058.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_2"), -1);
  7059.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_3"), -1);
  7060.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_4"), -1);
  7061.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_5"), -1);
  7062.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_6"), -1);
  7063.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_7"), -1);
  7064.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2"), -1);
  7065.             stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
  7066.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_1"), -1);
  7067.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_2"), -1);
  7068.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_3"), -1);
  7069.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_4"), -1);
  7070.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_5"), -1);
  7071.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_6"), -1);
  7072.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_7"), -1);
  7073.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_8"), -1);
  7074.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_9"), -1);
  7075.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_10"), -1);
  7076.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_11"), -1);
  7077.             stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_12"), -1);
  7078.             stat_set_int(get_hash_key("MP0_CHAR_HEIST_1_UNLCK"), -1);
  7079.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_UNLCK"), -1);
  7080.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
  7081.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
  7082.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
  7083.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
  7084.             stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
  7085.             stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_1_UNLCK"), -1);
  7086.             stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_2_UNLCK"), -1);
  7087.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_1_UNLCK"), -1);
  7088.             stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_2_UNLCK"), -1);
  7089.             stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
  7090.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED"), -1);
  7091.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED2"), -1);
  7092.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
  7093.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
  7094.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
  7095.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
  7096.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE"), -1);
  7097.             stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE2"), -1);
  7098.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE"), -1);
  7099.             stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE2"), -1);
  7100.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_1_UNLCK"), -1);
  7101.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_2_UNLCK"), -1);
  7102.             stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_3_UNLCK"), -1);
  7103.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_1_COLLECT"), -1);
  7104.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_2_COLLECT"), -1);
  7105.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_3_COLLECT"), -1);
  7106.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_4_COLLECT"), -1);
  7107.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_5_COLLECT"), -1);
  7108.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_6_COLLECT"), -1);
  7109.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_7_COLLECT"), -1);
  7110.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_8_COLLECT"), -1);
  7111.             stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_9_COLLECT"), -1);
  7112.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_1_UNLCK"), -1);
  7113.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_2_UNLCK"), -1);
  7114.             stat_set_int(get_hash_key("MP0_CHAR_ABILITY_3_UNLCK"), -1);
  7115.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_0"), -1);
  7116.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_1"), -1);
  7117.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_2"), -1);
  7118.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_3"), -1);
  7119.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_4"), -1);
  7120.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_5"), -1);
  7121.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_6"), -1);
  7122.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_7"), -1);
  7123.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_8"), -1);
  7124.             stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_9"), -1);
  7125.             stat_set_int(get_hash_key("mp0_clths_available_hair"), -1);
  7126.             stat_set_int(get_hash_key("mp0_clths_available_hair_1"), -1);
  7127.             stat_set_int(get_hash_key("mp0_clths_available_hair_2"), -1);
  7128.             stat_set_int(get_hash_key("mp0_clths_available_hair_3"), -1);
  7129.             stat_set_int(get_hash_key("mp0_clths_available_hair_4"), -1);
  7130.             stat_set_int(get_hash_key("mp0_clths_available_hair_5"), -1);
  7131.             stat_set_int(get_hash_key("mp0_clths_available_hair_6"), -1);
  7132.             stat_set_int(get_hash_key("mp0_clths_available_hair_7"), -1);
  7133.             stat_set_int(get_hash_key("mp0_clths_available_jbib"), -1);
  7134.             stat_set_int(get_hash_key("mp0_clths_available_jbib_1"), -1);
  7135.             stat_set_int(get_hash_key("mp0_clths_available_jbib_2"), -1);
  7136.             stat_set_int(get_hash_key("mp0_clths_available_jbib_3"), -1);
  7137.             stat_set_int(get_hash_key("mp0_clths_available_jbib_4"), -1);
  7138.             stat_set_int(get_hash_key("mp0_clths_available_jbib_5"), -1);
  7139.             stat_set_int(get_hash_key("mp0_clths_available_jbib_6"), -1);
  7140.             stat_set_int(get_hash_key("mp0_clths_available_jbib_7"), -1);
  7141.             stat_set_int(get_hash_key("mp0_clths_available_legs"), -1);
  7142.             stat_set_int(get_hash_key("mp0_clths_available_legs_1"), -1);
  7143.             stat_set_int(get_hash_key("mp0_clths_available_legs_2"), -1);
  7144.             stat_set_int(get_hash_key("mp0_clths_available_legs_3"), -1);
  7145.             stat_set_int(get_hash_key("mp0_clths_available_legs_4"), -1);
  7146.             stat_set_int(get_hash_key("mp0_clths_available_legs_5"), -1);
  7147.             stat_set_int(get_hash_key("mp0_clths_available_legs_6"), -1);
  7148.             stat_set_int(get_hash_key("mp0_clths_available_legs_7"), -1);
  7149.             stat_set_int(get_hash_key("mp0_clths_available_feet"), -1);
  7150.             stat_set_int(get_hash_key("mp0_clths_available_feet_1"), -1);
  7151.             stat_set_int(get_hash_key("mp0_clths_available_feet_2"), -1);
  7152.             stat_set_int(get_hash_key("mp0_clths_available_feet_3"), -1);
  7153.             stat_set_int(get_hash_key("mp0_clths_available_feet_4"), -1);
  7154.             stat_set_int(get_hash_key("mp0_clths_available_feet_5"), -1);
  7155.             stat_set_int(get_hash_key("mp0_clths_available_feet_6"), -1);
  7156.             stat_set_int(get_hash_key("mp0_clths_available_feet_7"), -1);
  7157.             stat_set_int(get_hash_key("mp0_clths_available_berd"), -1);
  7158.             stat_set_int(get_hash_key("mp0_clths_available_berd_1"), -1);
  7159.             stat_set_int(get_hash_key("mp0_clths_available_berd_2"), -1);
  7160.             stat_set_int(get_hash_key("mp0_clths_available_berd_3"), -1);
  7161.             stat_set_int(get_hash_key("mp0_clths_available_berd_4"), -1);
  7162.             stat_set_int(get_hash_key("mp0_clths_available_berd_5"), -1);
  7163.             stat_set_int(get_hash_key("mp0_clths_available_berd_6"), -1);
  7164.             stat_set_int(get_hash_key("mp0_clths_available_berd_7"), -1);
  7165.             stat_set_int(get_hash_key("mp0_clths_available_props"), -1);
  7166.             stat_set_int(get_hash_key("mp0_clths_available_props_1"), -1);
  7167.             stat_set_int(get_hash_key("mp0_clths_available_props_2"), -1);
  7168.             stat_set_int(get_hash_key("mp0_clths_available_props_3"), -1);
  7169.             stat_set_int(get_hash_key("mp0_clths_available_props_4"), -1);
  7170.             stat_set_int(get_hash_key("mp0_clths_available_props_5"), -1);
  7171.             stat_set_int(get_hash_key("mp0_clths_available_props_6"), -1);
  7172.             stat_set_int(get_hash_key("mp0_clths_available_props_7"), -1);
  7173.             stat_set_int(get_hash_key("mp0_clths_available_props_8"), -1);
  7174.             stat_set_int(get_hash_key("mp0_clths_available_props_9"), -1);
  7175.             stat_set_int(get_hash_key("mp0_clths_available_props_10"), -1);
  7176.             stat_set_int(get_hash_key("mp0_clths_available_outfit"), -1);
  7177.             stat_set_int(get_hash_key("mp0_clths_available_decl"), -1);
  7178.             stat_set_int(get_hash_key("mp0_clths_available_teeth"), -1);
  7179.             stat_set_int(get_hash_key("mp0_clths_available_teeth_1"), -1);
  7180.             stat_set_int(get_hash_key("mp0_clths_available_teeth_2"), -1);
  7181.         }
  7182.  
  7183.         private void checkBox77_CheckedChanged(object sender, EventArgs e)
  7184.         {
  7185.             if (checkBox77.Checked)
  7186.             {
  7187.                 timer13.Start();
  7188.             }
  7189.             else
  7190.             {
  7191.                 timer13.Stop();
  7192.             }
  7193.         }
  7194.  
  7195.         private void timer13_Tick(object sender, EventArgs e)
  7196.         {
  7197.             network_get_player_index(Players.SelectedIndex);
  7198.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  7199.             Call(0x3f69b4, -31919185, get_entity_coords(getplayerped), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
  7200.         }
  7201.  
  7202.         private void button68_Click(object sender, EventArgs e)
  7203.         {
  7204.             float[] numArray = get_entity_coords(player_ped_id());
  7205.             label5.Text = numArray[0].ToString();
  7206.             label6.Text = numArray[1].ToString();
  7207.             label7.Text = numArray[2].ToString();
  7208.         }
  7209.  
  7210.         private void checkBox6_CheckedChanged(object sender, EventArgs e)
  7211.         {
  7212.             if (checkBox6.Checked)
  7213.             {
  7214.                 timer14.Start();
  7215.             }
  7216.             else
  7217.             {
  7218.                 timer14.Stop();
  7219.             }
  7220.  
  7221.             //how to put real vehicle light on a any vehicle
  7222.             //get a save and use the police car the can remove and add the "extra" and add it to the vehicle you want
  7223.  
  7224.             //Call(0x000000, get_vehicle_ped_is_using(get_your_player_ped_id()), 1);
  7225.             //SET_VEHICLE_SIREN //testing stages
  7226.             /*
  7227.  
  7228.             VEHICLE::SET_VEHICLE_ENGINE_ON(getElem(i, &l_617, 4), 1, 1);
  7229.                                                         VEHICLE::SET_VEHICLE_SIREN(getElem(i, &l_617, 4), 1);
  7230.                                                         VEHICLE::SET_VEHICLE_LIGHTS(getElem(i, &l_617, 4), 2);
  7231.                                                         if (VEHICLE::IS_THIS_MODEL_A_BIKE(getElem(i, &l_441, 4)) == 0)
  7232.                                                         {
  7233.                                                             AUDIO::SET_SIREN_WITH_NO_DRIVER(getElem(i, &l_617, 4), 1);
  7234.                                                         }
  7235.              *
  7236.                         VEHICLE::SET_VEHICLE_SIREN(getElem(5, &l_862, 24), 0);
  7237.                         AUDIO::0x2F0A16D1(getElem(5, &l_862, 24), 5000f);
  7238.                         AUDIO::USE_SIREN_AS_HORN(getElem(5, &l_862, 24), 0);
  7239.              */
  7240.  
  7241.  
  7242.  
  7243.             int PedID = player_ped_id();
  7244.             int VehID = get_vehicle_ped_is_in(PedID);
  7245.             Call(0x45a260, VehID, 1, 1); //set_vehicle_indicator_lights
  7246.  
  7247.             int PedID2 = player_ped_id();
  7248.             int VehID2 = get_vehicle_ped_is_in(PedID);
  7249.             Call(0x45a260, VehID, 0, 1); //set_vehicle_indicator_lights
  7250.  
  7251.             /*
  7252.             if ( GetHash("police3") == get_entity_model( VehID ) )
  7253.             {
  7254.                 int num = { VehID, 85, 0, 0, 8, 8, 8, " POLICE ", 5, 1, 1, 3, 16, 0, 132, 5, 1, 1, 1, 1, 0, 1, -1, 1, -1, -1, -1, 3, 2, 2, 5, 3, 4 };
  7255.                 vehicle mods( num );
  7256.             }
  7257.             */
  7258.         }
  7259.  
  7260.         private void button215_Click(object sender, EventArgs e)
  7261.         {
  7262.             for (int i = 0; i < 0x10; i++)
  7263.             {
  7264.                 network_get_player_index(i);
  7265.                 int getplayerped = get_player_ped_id(i);
  7266.                 int vehid = get_vehicle_ped_is_in(getplayerped);
  7267.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7268.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7269.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7270.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7271.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7272.                 NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
  7273.                 float[] teleport = { 1672.465f, 2640.668f, 45.08919f };
  7274.                 Call(0x3b0830, vehid, teleport, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
  7275.             }
  7276.         }
  7277.  
  7278.         private void button198_Click(object sender, EventArgs e)
  7279.         {
  7280.             int PedID = player_ped_id();
  7281.             float[] coords = get_entity_coords(PedID);
  7282.             int Vehid = Call(0x4201f4, coords, 500f, 0, 0); //GET_PLAYERS_LAST_VEHICLE
  7283.             NETWORK_REQUEST_CONTROL_OF_ENTITY(Vehid);
  7284.             Call(0x3b07b8, Vehid, coords); //set_entity_coords
  7285.             Call(0x40539c, PedID, Vehid, 0); //SET_PED_INTO_VEHICLE
  7286.             Call(0x40539c, PedID, Vehid, -1); //SET_PED_INTO_VEHICLE
  7287.         }
  7288.  
  7289.         private void button196_Click(object sender, EventArgs e)
  7290.         {
  7291.             PS3.Extension.WriteInt32(0x1DDB6EC + 0x4958, 1);
  7292.         }
  7293.  
  7294.         private void button217_Click(object sender, EventArgs e)
  7295.         {
  7296.             network_get_player_index(Players.SelectedIndex);
  7297.             CLONE_PED(get_player_ped_id(Players.SelectedIndex));
  7298.         }
  7299.  
  7300.         private void timer14_Tick(object sender, EventArgs e)
  7301.         {
  7302.             Call(0x45a2e8, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_BRAKE_LIGHTS
  7303.         }
  7304.  
  7305.         private void button110_Click(object sender, EventArgs e)
  7306.         {
  7307.             Call(0x3e16b0, 0, 0); //NETWORK_SESSION_END
  7308.         }
  7309.  
  7310.         private void checkBox8_CheckedChanged(object sender, EventArgs e)
  7311.         {
  7312.             if (checkBox8.Checked)
  7313.             {
  7314.                 timer33.Start();
  7315.             }
  7316.             else
  7317.             {
  7318.                 timer33.Stop();
  7319.             }
  7320.         }
  7321.         private void checkBox65_CheckedChanged(object sender, EventArgs e)
  7322.         {
  7323.             Call(0x421dd8, player_id(), 99999.9f); //set_player_weapon_damage_modifier
  7324.         }
  7325.  
  7326.         private void timer15_Tick(object sender, EventArgs e)
  7327.         {
  7328.             if (Call(0x41e450, (player_id())) == 1) //is_player_pressing_horn
  7329.             {
  7330.                 int num = Call(0x4201b8); //PLAYER_PED_ID
  7331.                 int num2 = Call(0x40acac, num); //GET_VEHICLE_PED_IS_USING
  7332.                 Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 1); //SET_VEHICLE_BOOST_ACTIVE
  7333.                 Call(0x3c2fb0, "RaceTurbo", 0, 0); //unk_0x1D980479
  7334.                 Call(0x44d520, num2, 65f); //SET_VEHICLE_FORWARD_SPEED
  7335.                 //Call(0x000000, get_vehicle_ped_is_using(player_ped_id()), 1, 0f, 20f, 0f, 0f, 0f, 0f, 0, 1, 1, 1, 0, 1);  //apply_force_to_entity
  7336.                 Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 0); //SET_VEHICLE_BOOST_ACTIVE
  7337.             }
  7338.         }
  7339.  
  7340.         private void button220_Click(object sender, EventArgs e)
  7341.         {
  7342.             Call(0x40cd38, player_ped_id()); //set_ped_random_props
  7343.         }
  7344.  
  7345.         private void button219_Click(object sender, EventArgs e)
  7346.         {
  7347.             network_get_player_index(Players.SelectedIndex);
  7348.             int getplayerped = get_player_ped_id(Players.SelectedIndex);
  7349.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0); //CREATE_MONEY_PICKUPS
  7350.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7351.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7352.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7353.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7354.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7355.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7356.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7357.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7358.             Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
  7359.         }
  7360.  
  7361.         private void checkBox64_CheckedChanged(object sender, EventArgs e)
  7362.         {
  7363.             Call(0x43d258, 0, 5427.95f, -5122.748f, 77.0983f, 5448.063f, -5123.284f, 78.31491f, 2f, 1, 0.5f, 4f, 0, 1, 0, 0xC6EE6B4C); //TASK_GO_TO_COORD_WHILE_AIMING_AT_COORD
  7364.         }
  7365.  
  7366.         private void timer16_Tick(object sender, EventArgs e)
  7367.         {
  7368.             int num = player_ped_id();
  7369.             if (Call(0x40397c, num) == 1) //IS_PED_SHOOTING
  7370.             {
  7371.                 Call(0x464a00, player_ped_id(), 0x1B06D571, 9999); //set_ammo_in_clip
  7372.                 Call(0x464a00, player_ped_id(), 0x5EF9FEC4, 9999);
  7373.                 Call(0x464a00, player_ped_id(), 0x22D8FE39, 9999);
  7374.                 Call(0x464a00, player_ped_id(), 0x99AEEB3B, 9999);
  7375.                 Call(0x464a00, player_ped_id(), 0x13532244, 9999);
  7376.                 Call(0x464a00, player_ped_id(), 0x2BE6766B, 9999);
  7377.                 Call(0x464a00, player_ped_id(), 0xEFE7E2DF, 9999);
  7378.                 Call(0x464a00, player_ped_id(), 0xBFEFFF6D, 9999);
  7379.                 Call(0x464a00, player_ped_id(), 0x83BF0278, 9999);
  7380.                 Call(0x464a00, player_ped_id(), 0xAF113F99, 9999);
  7381.                 Call(0x464a00, player_ped_id(), 0x9D07F764, 9999);
  7382.                 Call(0x464a00, player_ped_id(), 0x7FD62962, 9999);
  7383.                 Call(0x464a00, player_ped_id(), 0x1D073A89, 9999);
  7384.                 Call(0x464a00, player_ped_id(), 0x7846A318, 9999);
  7385.                 Call(0x464a00, player_ped_id(), 0xE284C527, 9999);
  7386.                 Call(0x464a00, player_ped_id(), 0x9D61E50F, 9999);
  7387.                 Call(0x464a00, player_ped_id(), 0x3656C8C1, 9999);
  7388.                 Call(0x464a00, player_ped_id(), 0x05FC3C11, 9999);
  7389.                 Call(0x464a00, player_ped_id(), 0x0C472FE2, 9999);
  7390.                 Call(0x464a00, player_ped_id(), 0xA284510B, 9999);
  7391.                 Call(0x464a00, player_ped_id(), 0x4DD2DC56, 9999);
  7392.                 Call(0x464a00, player_ped_id(), 0xB1CA77B1, 9999);
  7393.                 Call(0x464a00, player_ped_id(), 0x687652CE, 9999);
  7394.                 Call(0x464a00, player_ped_id(), 0x42BF8A85, 9999);
  7395.                 Call(0x464a00, player_ped_id(), 0x93E220BD, 9999);
  7396.                 Call(0x464a00, player_ped_id(), 0x2C3731D9, 9999);
  7397.                 Call(0x464a00, player_ped_id(), 0xFDBC8A50, 9999);
  7398.                 Call(0x464a00, player_ped_id(), 0xA0973D5E, 9999);
  7399.                 Call(0x464a00, player_ped_id(), 0x24B17070, 9999);
  7400.                 Call(0x464a00, player_ped_id(), 0x060EC506, 9999);
  7401.                 Call(0x464a00, player_ped_id(), 0x34A67B97, 9999);
  7402.                 Call(0x464a00, player_ped_id(), 0x23C9F95C, 9999);
  7403.                 Call(0x464a00, player_ped_id(), 0x497FACC3, 9999);
  7404.                 Call(0x464a00, player_ped_id(), 0x61012683, 9999);
  7405.                 Call(0x464a00, player_ped_id(), 0xC0A3098D, 9999);
  7406.                 Call(0x464a00, player_ped_id(), 0xD205520E, 9999);
  7407.                 Call(0x464a00, player_ped_id(), 0xBFD21232, 9999);
  7408.                 Call(0x464a00, player_ped_id(), 0x7F229F94, 9999);
  7409.                 Call(0x464a00, player_ped_id(), 0x083839C4, 9999);
  7410.                 Call(0x464a00, player_ped_id(), 0x7F7497E5, 9999);
  7411.                 Call(0x464a00, player_ped_id(), 0xA89CB99E, 9999);
  7412.                 Call(0x464a00, player_ped_id(), 0x3AABBBAA, 9999);
  7413.                 Call(0x464a00, player_ped_id(), 0xC734385A, 9999);
  7414.                 Call(0x464a00, player_ped_id(), 0x63AB0442, 9999);
  7415.                 Call(0x464a00, player_ped_id(), 0xAB564B93, 9999);
  7416.             }
  7417.         }
  7418.  
  7419.         private void checkBox75_CheckedChanged(object sender, EventArgs e)
  7420.         {
  7421.             Call(0x445978, player_id(), 2000, 10000, 0); //SET_HIGH_FALL_TASK
  7422.             //if freeze try player_ped_id
  7423.         }
  7424.  
  7425.         private void checkBox57_CheckedChanged(object sender, EventArgs e)
  7426.         {
  7427.             Call(0x4039f8, player_ped_id(), 9999); //SET_PED_ACCURACY
  7428.         }
  7429.  
  7430.         private void button224_Click(object sender, EventArgs e)
  7431.         {
  7432.             if (Loop0)
  7433.             {
  7434.                 timer29.Start();
  7435.                 Loop0 = false;
  7436.             }
  7437.             else
  7438.             {
  7439.                 timer29.Stop();
  7440.                 Loop0 = true;
  7441.             }
  7442.         }
  7443.  
  7444.         private void numericUpDown3_ValueChanged(object sender, EventArgs e)
  7445.         {
  7446.             int playerid = player_ped_id();
  7447.             Thread.Sleep(10);
  7448.             int vehid = get_vehicle_ped_is_in(playerid);
  7449.             if (is_ped_in_any_vehicle(playerid) > 0)
  7450.             {
  7451.                 Call(0x45c0ac, vehid, (float)numericUpDown3.Value); //0xE943B09C
  7452.             }
  7453.         }
  7454.  
  7455.         private void button225_Click(object sender, EventArgs e)
  7456.         {
  7457.             set_entity_heading(player_ped_id(), 360f);
  7458.             set_entity_heading(player_ped_id(), get_entity_heading(player_ped_id()));
  7459.  
  7460.             Call(0x000000, player_ped_id(), 0, 0, 0); //set_entity_coords_no_offset //this one dont work yet need gammeplay coords
  7461.             Call(0x000000, player_ped_id(), 1); //freeze_entity_position
  7462.  
  7463.  
  7464.             int num2 = Call(0x000000, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
  7465.             Call(0x0000000, num2, Call(0x000000, 2)); //set_cam_rot //get_gameplay_cam_rot //if freeze make a arg with get_gameplay_cam_rot like get entity coords
  7466.         }
  7467.  
  7468.         private void checkBox66_CheckedChanged(object sender, EventArgs e)
  7469.         {
  7470.             /*
  7471.             int pedid = player_ped_id();
  7472.             if (is_ped_shooting(pedid) == 1)
  7473.             {
  7474.                 if (get_ped_last_weapon_impact_coord(player_ped_id(), excoords))
  7475.                 {
  7476.                     ADD_EXPLOSION(excoords, 5.0, 1, 0, 0);
  7477.                     get_ped_last_weapon_impact_coord(player_ped_id(), excoords));
  7478.                     AddExplosion(excoords[0], excoords[1], excoords[2], 25, 5.0, 1, 0, 0);
  7479.                 }
  7480.             }
  7481.              */
  7482.         }
  7483.  
  7484.         private void label3_Click(object sender, EventArgs e)
  7485.         {
  7486.             Call(0x40cbdc, player_ped_id(), (int)numericUpDown10.Value, (int)numericUpDown16.Value, (int)numericUpDown17.Value, (int)numericUpDown18.Value);
  7487.             //SET_PED_COMPONENT_VARIATION
  7488.         }
  7489.  
  7490.         private void label12_Click(object sender, EventArgs e)
  7491.         {
  7492.             Call(0x40db0c, player_ped_id(), (int)numericUpDown19.Value, (int)numericUpDown20.Value, (int)numericUpDown21.Value, (int)numericUpDown22.Value);
  7493.             //SET_PED_PROP_INDEX
  7494.         }
  7495.  
  7496.         private void numericUpDown23_ValueChanged(object sender, EventArgs e)
  7497.         {
  7498.             Call(0x3ecca0, (int)numericUpDown23.Value, 0, 0); ////NETWORK_OVERRIDE_CLOCK_TIME //1 - 23
  7499.         }
  7500.  
  7501.         private void checkBox7_CheckedChanged(object sender, EventArgs e)
  7502.         {
  7503.             if (checkBox7.Checked)
  7504.             {
  7505.                 timer8.Start();
  7506.             }
  7507.             else
  7508.             {
  7509.                 timer8.Stop();
  7510.             }
  7511.         }
  7512.  
  7513.         private void timer8_Tick(object sender, EventArgs e)
  7514.         {
  7515.             int playerid = player_ped_id();
  7516.             Thread.Sleep(10);
  7517.             int vehid = get_vehicle_ped_is_in(playerid);
  7518.             if (is_ped_in_any_vehicle(playerid) > 0)
  7519.             {
  7520.                 Call(0x44adf8, vehid); //set_vehicle_on_ground_properly on a timer with acceleration
  7521.                 //Call(0x000000, vehid, 1f); //0x66FA450C
  7522.                 //Call(0x000000, vehid, 1); //0xA739012A
  7523.  
  7524.                 //Call(0x000000, vehid, 1); //0x0ED84792
  7525.                 //Call(0x000000, vehid, 1); //set_boat_anchor
  7526.                 //Call(0x000000, vehid, 1); //set_anchor_card_car2
  7527.             }
  7528.         }
  7529.  
  7530.         private void timer17_Tick(object sender, EventArgs e)
  7531.         {
  7532.             int playerid = player_ped_id();
  7533.             Thread.Sleep(10);
  7534.             int vehid = get_vehicle_ped_is_in(playerid);
  7535.             if (is_ped_in_any_vehicle(playerid) > 0)
  7536.             {
  7537.                 Call(0x45c45c, vehid, 999999f); //0x642DA5AA
  7538.             }
  7539.         }
  7540.  
  7541.         private void checkBox5_CheckedChanged(object sender, EventArgs e)
  7542.         {
  7543.             if (checkBox5.Checked)
  7544.             {
  7545.                 timer17.Start();
  7546.             }
  7547.             else
  7548.             {
  7549.                 timer17.Stop();
  7550.             }
  7551.         }
  7552.  
  7553.         private void label14_Click(object sender, EventArgs e)
  7554.         {
  7555.             if (Loop0)
  7556.             {
  7557.                 timer36.Start();
  7558.                 Loop0 = false;
  7559.             }
  7560.             else
  7561.             {
  7562.                 timer36.Stop();
  7563.                 Loop0 = true;
  7564.             }
  7565.         }
  7566.  
  7567.         private void checkBox43_CheckedChanged(object sender, EventArgs e)
  7568.         {
  7569.             if (checkBox43.Checked)
  7570.             {
  7571.                 Call(0x463bb4, player_ped_id(), 0, 0, 0); //SET_PED_CURRENT_WEAPON_VISIBLE
  7572.             }
  7573.             else
  7574.             {
  7575.                 Call(0x463bb4, player_ped_id(), 1, 1, 1); //SET_PED_CURRENT_WEAPON_VISIBLE
  7576.             }
  7577.         }
  7578.  
  7579.         private void checkBox53_CheckedChanged(object sender, EventArgs e)
  7580.         {
  7581.             //network_handle_from_player(trollcli, FreeMemoryPointer, 13);
  7582.             //network_send_text_message("~o~ Rockstar ~w~ transferred ~g~ $9999999 ~w~ to your account.", FreeMemoryPointer);
  7583.             if (checkBox53.Checked)
  7584.             {
  7585.                 timer37.Start();
  7586.             }
  7587.             else
  7588.             {
  7589.                 timer37.Stop();
  7590.             }
  7591.             /*
  7592.             stat_set_int(get_hash_key("MPPLY_CURRENT_CREW_RANK"), -1337);
  7593.             stat_set_int(get_hash_key("MPPLY_NEXT_CREW_RANK"), -1337);
  7594.             stat_set_int(get_hash_key("MPPLY_GLOBALXP"), -1337);
  7595.             stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_0"), -1337);
  7596.             stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_1"), -1337);
  7597.             stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_2"), -1337);
  7598.             stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_3"), -1337);
  7599.             stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_4"), -1337);
  7600.             stat_set_int(get_hash_key("MPPLY_CREW_CHALLENGE_WIN"), -1337);
  7601.             stat_set_int(get_hash_key("MPPLY_CREW_HEAD2HEAD_WIN"), -1337);
  7602.             stat_set_bool(get_hash_key("MPPLY_XP_REWARD_PLAYER_IN_CREW"), 1);
  7603.  
  7604.             stat_set_int(get_hash_key("CASH_GIFT_NEW"), 1337);
  7605.             stat_set_int(get_hash_key("CASH_GIFT_CREDITED"), 1337);
  7606.             stat_set_int(get_hash_key("CASH_GIFT_DEBITED"), 1337);
  7607.             /*
  7608.             Call(0x000000, 1); //on a timer //toggle_stealth_radar
  7609.             if (network_is_signed_online() > 0)
  7610.             {
  7611.                 Call(0x3e150c, Convert.ToDecimal(1), Convert.ToDecimal(0x10), Convert.ToDecimal(1)); //NETWORK_SESSION_HOST
  7612.             }
  7613.              */
  7614.         }
  7615.  
  7616.         private void checkBox78_CheckedChanged(object sender, EventArgs e)
  7617.         {
  7618.             if (checkBox78.Checked)
  7619.             {
  7620.                 timer18.Start();
  7621.             }
  7622.             else
  7623.             {
  7624.                 timer18.Stop();
  7625.             }
  7626.         }
  7627.  
  7628.         private void timer18_Tick(object sender, EventArgs e)
  7629.         {
  7630.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 0); //SET_PED_WEAPON_TINT_INDEX
  7631.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 2);
  7632.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 4);
  7633.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 6);
  7634.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 1);
  7635.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 3);
  7636.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 7);
  7637.             Call(0x465fe8, player_ped_id(), 0x42BF8A85, 5);
  7638.         }
  7639.  
  7640.         private void button21_Click(object sender, EventArgs e)
  7641.         {
  7642.             REQUEST_IPL(textBox13.Text);
  7643.         }
  7644.  
  7645.         private void button136_Click(object sender, EventArgs e)
  7646.         {
  7647.             if (Loop0)
  7648.             {
  7649.                 timer19.Start();
  7650.                 Loop0 = false;
  7651.             }
  7652.             else
  7653.             {
  7654.                 timer19.Stop();
  7655.                 Loop0 = true;
  7656.             }
  7657.         }
  7658.  
  7659.         private void button140_Click(object sender, EventArgs e)
  7660.         {
  7661.             float[] Position = new float[3];
  7662.             float[] pos = new float[3];
  7663.             Position = get_entity_coords(player_ped_id());
  7664.             pos[0] = Position[0] + -3.0f;
  7665.             pos[1] = Position[1] + 5.0f;
  7666.             pos[2] = Position[2];
  7667.             int num4 = Call(0x3f53ec, (int)numericUpDown24.Value, pos, 1, 1, 0); //CREATE_OBJECT
  7668.             set_entity_heading(num4, 150f);
  7669.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  7670.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  7671.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  7672.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  7673.             PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
  7674.             set_entity_lod_dist(num4, 900000);
  7675.         }
  7676.  
  7677.         private void timer19_Tick(object sender, EventArgs e)
  7678.         {
  7679.             Call(0x3bab94, get_entity_coords(player_ped_id()), 0, get_hash_key("EXP_VFXTAG_TRAIN"), 999999999f, 0, 0, 1631854678); //unk_0xCF358946
  7680.         }
  7681.  
  7682.         private void timer20_Tick(object sender, EventArgs e)
  7683.         {
  7684.             network_get_player_index(Players.SelectedIndex);
  7685.             int id = get_player_ped_id(Players.SelectedIndex);
  7686.             Call(0x3ba934, get_entity_coords(id), 14, 5f, 0, 1, 5f); //ADD_EXPLOSION
  7687.         }
  7688.  
  7689.         private void timer21_Tick(object sender, EventArgs e)
  7690.         {
  7691.             network_get_player_index(Players.SelectedIndex);
  7692.             int id = get_player_ped_id(Players.SelectedIndex);
  7693.             CLEAR_PED_TASKS_IMMEDIATELY(id);
  7694.             Call(0x3ba934, get_entity_coords(id), 13, 5f, 0, 1, 5f); //ADD_EXPLOSION
  7695.         }
  7696.  
  7697.         private void checkBox38_CheckedChanged(object sender, EventArgs e)
  7698.         {
  7699.             //set_vehicle_forward_spped
  7700.             //is_vehicle_on_all_wheels
  7701.             //SET_INPUT_EXCLUSIVE(2, 175);
  7702.             Call(0x45a8e0, get_entity_coords(player_ped_id()), 100f, 5f, 1); //0xD6685803
  7703.         }
  7704.  
  7705.         private void button147_Click(object sender, EventArgs e)
  7706.         {
  7707.             //uint point = 0x208CC10; //or 0x10020200
  7708.             int num = Call(0x3f7950, get_entity_coords(player_ped_id()), 2f, 335898267, 1); //GET_CLOSEST_OBJECT_OF_TYPE
  7709.             Call(0x3adec4, num, 1, 1); //DETACH_ENTITY
  7710.             //Call(0x3adde4, player_ped_id(), 1, 1); //DETACH_ENTITY
  7711.             //Call(0x3b17f8, num, 0); //set_entity_visible
  7712.             //Call(0x3f53fc, point, num); //DELETE_OBJECT
  7713.         }
  7714.  
  7715.         private void timer22_Tick(object sender, EventArgs e)
  7716.         {
  7717.             Call(0x3d6e00, player_id()); //SET_SUPER_JUMP_THIS_FRAME
  7718.         }
  7719.  
  7720.         private void timer23_Tick(object sender, EventArgs e)
  7721.         {
  7722.             Call(0x3d6d88, player_id()); //SET_FIRE_AMMO_THIS_FRAME
  7723.         }
  7724.  
  7725.         private void checkBox39_CheckedChanged(object sender, EventArgs e)
  7726.         {
  7727.             if (checkBox39.Checked)
  7728.             {
  7729.                 timer23.Enabled = true;
  7730.             }
  7731.             else
  7732.             {
  7733.                 timer23.Enabled = false;
  7734.             }
  7735.         }
  7736.  
  7737.         private void checkBox79_CheckedChanged(object sender, EventArgs e)
  7738.         {
  7739.             if (checkBox79.Checked)
  7740.             {
  7741.                 timer24.Enabled = true;
  7742.             }
  7743.             else
  7744.             {
  7745.                 timer24.Enabled = false;
  7746.             }
  7747.         }
  7748.  
  7749.         private void timer24_Tick(object sender, EventArgs e)
  7750.         {
  7751.             Call(0x3d6dc4, player_id()); //SET_EXPLOSIVE_MELEE_THIS_FRAME
  7752.             Call(0x3d6d4c, player_id()); //SET_EXPLOSIVE_AMMO_THIS_FRAME
  7753.         }
  7754.  
  7755.         private void checkBox80_CheckedChanged(object sender, EventArgs e)
  7756.         {
  7757.             if (checkBox
Add Comment
Please, Sign In to add comment