Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TU: 1.22
- ---------------------------------------------------------------------------------------------------------------------------------
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Threading;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- using PS3Lib;
- namespace GTA_POOPER
- {
- public partial class Poop : Form
- {
- #region Definitions
- PS3API API = new PS3API();
- private Random RandomInt = new Random();
- private BackgroundWorker backgroundWorker2 = new BackgroundWorker();
- private float boostspeed = 999999f; //100f;
- private bool boostbind = false;
- private float moonspeed = 999999;
- private bool Loop0 = false;
- #endregion
- public Poop()
- {
- InitializeComponent();
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- MaximizeBox = false;
- StartPosition = FormStartPosition.CenterScreen;
- }
- public static uint GetHash(string input) // Hash Generator
- { // CLL 0xfa638911
- byte[] stingbytes = Encoding.UTF8.GetBytes(input.ToLower());
- uint num1 = 0U;
- for (int i = 0; i < stingbytes.Length; i++)
- {
- uint num2 = num1 + (uint)stingbytes[i];
- uint num3 = num2 + (num2 << 10);
- num1 = num3 ^ num3 >> 6;
- }
- uint num4 = num1 + (num1 << 3);
- uint num5 = num4 ^ num4 >> 11;
- return num5 + (num5 << 15);
- }
- private static uint BranchingAddress = 0x015053E4; // address of get_frame_count to b unk_1B6B000
- private static byte[] branch = new byte[] { 0x48, 0x66, 0x5C, 0x1C }; // b unk_1B6B000
- private static uint FunctionAddress = 0x01B6B000; // where ppc function will be written too
- private static uint SFA11 = 0x1beb600;
- private static uint EFA11 = 0x1beb688;
- private static uint SFA22 = 0x1beb700;
- private static uint EFA22 = 0x1beb788;
- private static uint SFA33 = 0x1beb800;
- private static uint EFA33 = 0x1beb888;
- private static uint SFA44 = 0x1beb900;
- private static uint EFA44 = 0x1beb988;
- private static uint BFA11 = 0x1abcc;
- private static uint BAB11 = 0x1ab98;
- private static uint BFA22 = 0x126a0d0;
- private static uint BAB22 = 0x126a0d8;
- private static uint BFA33 = 0x126a72c;
- private static uint BAB33 = 0x126a734;
- private static uint BFA44 = 0x126a874;
- private static uint BAB44 = 0x126a87c;
- private static uint SFA1 = 0x1beb600;
- private static uint EFA1 = 0x1beb688;
- private static uint SFA2 = 0x1beb700;
- private static uint EFA2 = 0x1beb788;
- private static uint SFA3 = 0x1beb800;
- private static uint EFA3 = 0x1beb888;
- private static uint BFA1 = 0x1abcc;
- private static uint BAB1 = 0x1ab98;
- private static uint BFA2 = 0x126a0d0;
- private static uint BAB2 = 0x126a0d8;
- private static uint BFA3 = 0x126a72c;
- private static uint BAB3 = 0x126a734;
- public static uint CBAB(uint F, uint T)
- {
- if (F > T)
- return 0x4C000000 - (F - T);
- else if (F < T)
- return T - F + 0x48000000;
- else
- return 0x48000000;
- }
- public static void Enable2()
- {
- 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, 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, 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, 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, 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, 0xa6, 0x38, 0x21, 0, 0x70
- };
- PS3.SetMemory(SFA11, buffer);
- PS3.SetMemory(SFA22, buffer);
- PS3.SetMemory(SFA33, buffer);
- PS3.SetMemory(SFA44, buffer);
- PS3.Extension.WriteUInt32(EFA11, CBAB(EFA11, BAB11));
- PS3.Extension.WriteUInt32(BFA11, CBAB(BFA11, SFA11));
- PS3.Extension.WriteUInt32(EFA22, CBAB(EFA22, BAB22));
- PS3.Extension.WriteUInt32(BFA22, CBAB(BFA22, SFA22));
- PS3.Extension.WriteUInt32(EFA33, CBAB(EFA33, BAB33));
- PS3.Extension.WriteUInt32(BFA33, CBAB(BFA33, SFA33));
- PS3.Extension.WriteUInt32(EFA44, CBAB(EFA44, BAB44));
- PS3.Extension.WriteUInt32(BFA44, CBAB(BFA44, SFA44));
- }
- public static byte[] ReverseBytes(byte[] toReverse)
- {
- Array.Reverse(toReverse);
- return toReverse;
- }
- public static void WriteSingle(uint address, float input)
- {
- byte[] array = new byte[4];
- BitConverter.GetBytes(input).CopyTo(array, 0);
- Array.Reverse(array, 0, 4);
- PS3.SetMemory(address, array);
- }
- public static void WriteSingle(uint address, float[] input)
- {
- int length = input.Length;
- byte[] array = new byte[length * 4];
- for (int i = 0; i < length; i++)
- {
- ReverseBytes(BitConverter.GetBytes(input[i])).CopyTo(array, (int)(i * 4));
- }
- PS3.SetMemory(address, array);
- }
- public static int Call(uint func_address, params object[] parameters)
- {
- int length = parameters.Length;
- int index = 0;
- uint num3 = 0;
- uint num4 = 0;
- uint num5 = 0;
- uint num6 = 0;
- while (index < length) // CLL 0xfa638911
- {
- if (parameters[index] is int)
- {
- PS3.Extension.WriteInt32(0x10020000 + (num3 * 4), (int)parameters[index]);
- num3++;
- }
- else if (parameters[index] is uint)
- {
- PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), (uint)parameters[index]);
- num3++;
- }
- else
- {
- uint num7;
- if (parameters[index] is string)
- {
- num7 = 0x10022000 + (num4 * 0x400);
- PS3.Extension.WriteString(num7, Convert.ToString(parameters[index]));
- PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), num7);
- num3++;
- num4++;
- }
- else if (parameters[index] is float)
- {
- WriteSingle(0x10020024 + (num5 * 4), (float)parameters[index]);
- num5++;
- }
- else if (parameters[index] is float[])
- {
- float[] input = (float[])parameters[index];
- num7 = 0x10021000 + (num6 * 4);
- WriteSingle(num7, input);
- PS3.Extension.WriteUInt32(0x10020000 + (num3 * 4), num7);
- num3++;
- num6 += (uint)input.Length;
- }
- }
- index++;
- }
- PS3.Extension.WriteUInt32(0x1002004C, func_address);
- Thread.Sleep(30);
- int num8 = PS3.Extension.ReadInt32(0x10020050);
- PS3.SetMemory(0x10020000, new byte[0x200]); //0xC0
- return num8;
- }
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- public void Enable() //Debug RPC
- {
- byte[] buffer = new byte[] { 0xF8,0x21,0xFF,0x91,0x7C,0x08,0x02,0xA6,0xF8,0x01,0x00,0x80,0x3C,0x60,0x10,0x02,
- 0x81,0x83,0x00,0x4C,0x2C,0x0C,0x00,0x00,0x41,0x82,0x00,0x64,0x80,0x83,0x00,0x04,0x80,0xA3,0x00,0x08,
- 0x80,0xC3,0x00,0x0C,0x80,0xE3,0x00,0x10,0x81,0x03,0x00,0x14,0x81,0x23,0x00,0x18,0x81,0x43,0x00,0x1C,
- 0x81,0x63,0x00,0x20,0xC0,0x23,0x00,0x24,0xC0,0x43,0x00,0x28,0xC0,0x63,0x00,0x2C,0xC0,0x83,0x00,0x30,
- 0xC0,0xA3,0x00,0x34,0xC0,0xC3,0x00,0x38,0xC0,0xE3,0x00,0x3C,0xC1,0x03,0x00,0x40,0xC1,0x23,0x00,0x48,
- 0x80,0x63,0x00,0x00,0x7D,0x89,0x03,0xA6,0x4E,0x80,0x04,0x21,0x3C,0x80,0x10,0x02,0x38,0xA0,0x00,0x00,
- 0x90,0xA4,0x00,0x4C,0x90,0x64,0x00,0x50,0xE8,0x01,0x00,0x80,0x7C,0x08,0x03,0xA6,0x38,0x21,0x00,0x70,
- 0x4E,0x80,0x00,0x20 };
- PS3.SetMemory(0x10020000, new byte[2854]);
- PS3.SetMemory(0x184070, buffer);
- //blus (0x18E1A8) 1.18 //bles (0x184D88) or (0x184070) 1.20
- }
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- public static void Enable3() //RPC 3/Public RPC
- {
- 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,
- 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,
- 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,
- 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,
- 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,
- 0xa6, 0x38, 0x21, 0, 0x70 };
- PS3.SetMemory(SFA1, buffer);
- PS3.SetMemory(SFA2, buffer);
- PS3.SetMemory(SFA3, buffer);
- PS3.Extension.WriteUInt32(EFA1, CBAB(EFA1, BAB1));
- PS3.Extension.WriteUInt32(BFA1, CBAB(BFA1, SFA1));
- PS3.Extension.WriteUInt32(EFA2, CBAB(EFA2, BAB2));
- PS3.Extension.WriteUInt32(BFA2, CBAB(BFA2, SFA2));
- PS3.Extension.WriteUInt32(EFA3, CBAB(EFA3, BAB3));
- PS3.Extension.WriteUInt32(BFA3, CBAB(BFA3, SFA3));
- }
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- enum Natives : uint
- {
- // Basics
- player_ped_id = 0x4201b8,
- does_entity_exist = 0x3a76d8,
- is_entity_dead = 0x3ab2b0,
- get_entity_coords_float = 0x3a8ae0,
- get_hash_key = 0x110748,
- display_onscreen_keyboard = 0x3d6c3c,
- network_earn_from_rockstar = 0x3daa04,
- get_player_name = 0x41dbe4,
- player_id = 0x420174,
- set_player_invincible = 0x4208a8,
- give_weapon_to_ped = 0x4628e8,
- set_gravity_level = 0x3d5130,
- get_player_wanted_level = 0x41ea20,
- set_player_wanted_level = 0x41de10,
- set_player_wanted_level_now = 0x41e05c,
- set_entity_health = 0x3b0d48,
- get_entity_max_health = 0x3a9124,
- add_armour_to_ped = 0x403e98,
- get_player_max_armour = 0x41fe00,
- get_ped_armour = 0x406278,
- set_entity_invincible = 0x3b0f8c,
- set_max_wanted_level = 0x41ea6c,
- SET_STAT_INT = 0x427dac,
- ADD_OWNED_EXPLOSION = 0x3baa3c,
- //vehicle spawning
- create_vehicle = 0x44a0e8,
- set_ped_into_vehicle = 0x40539c,
- set_vehicle_as_no_longer_needed = 0x3afe48,
- set_model_as_no_longer_needed = 0x431adc,
- // Vehicle
- is_ped_in_any_vehicle = 0x401648,
- is_vehicle_driveable = 0x45614c,
- get_vehicle_ped_is_using = 0x40acac,
- get_vehicle_ped_is_in = 0x404d48,
- get_your_player_ped_id = 0x4201b8, //player_ped_id
- set_vehicle_mod = 0x45b300,
- set_vehicle_forward_speed = 0x44d520,
- set_vehicle_fixed = 0x454f90,
- SET_VEHICLE_DEFORMATION_FIXED = 0x45501c,
- set_vehicle_number_plate_text_index = 0x44f448,
- IS_VEHICLE_ATTACHED_TO_TRAILER = 0x44f1e0,
- IS_VEHICLE_ON_ALL_WHEELS = 0x454cb8,
- //Entitys
- set_entity_rotation = 0x3b1724,
- apply_force_to_entity = 0x3acb28,
- set_vehicle_reduce_grip = 0x458074,
- set_entity_collision = 0x3b03a8,
- }
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- public static PS3API PS3 = new PS3API(SelectAPI.TargetManager);
- private static uint num = 0x0208CCBA;
- public static uint num2 = 0x0208CC10;
- public static uint EntryPoint = 0x1E5C74; //Tunables
- public static int player_ped_id()
- {
- return Call((uint)Natives.player_ped_id);
- }
- public static int get_num_vehicle_mods(int vehicleid, int part)
- {
- int playerid = player_ped_id();
- int vehid = get_vehicle_ped_is_in(playerid);
- return Call(0x45b524, vehid);
- }
- public static int is_ped_in_any_vehicle(int pedid)
- {
- return Call((uint)Natives.is_ped_in_any_vehicle, pedid, 0); //return 0 for false, >0 for true
- }
- public static int get_vehicle_ped_is_using(int pedid)
- {
- return Call((uint)Natives.get_vehicle_ped_is_using, pedid);
- }
- public static int get_vehicle_ped_is_in(int playerpedid)
- {
- return Call((uint)Natives.get_vehicle_ped_is_in, playerpedid, 0);
- }
- public static void set_vehicle_number_plate_text_index(int vehicleID, int plateIndex)
- {
- Call(0x44f448, vehicleID, plateIndex);
- }
- public static void set_vehicle_window_tint(int vehicleID, int tintIndex)
- {
- Call(0x45bc94, vehicleID, tintIndex);
- }
- public static void SET_CHROME(int vehicleID) //set_vehicle_colours
- {
- Call(0x44be98, vehicleID, 120, 120, 120);
- }
- public static void set_vehicle_number_plate_text(int vehicleID, string text)
- {
- Call(0x44f36c, vehicleID, text);
- }
- public static int set_vehicle_forward_speed(int vehicle)
- {
- return Call((uint)Natives.set_vehicle_forward_speed, vehicle, 2000.0f);
- }
- public static void SET_VEHICLE_COLOURS(int VehicleID, int Primary, int Secondary)
- {
- Call(0x44be98, VehicleID, Primary, Secondary);
- }
- public static void SET_VEHICLE_EXTRA_COLOURS(int VehicleID, int Pearlescant, int Rim)
- {
- Call(0x454e48, VehicleID, Pearlescant, Rim);
- }
- public static void set_entity_alpha(int vehicleID, int alpha) //remove soon
- {
- Call(0x3b1ee0, vehicleID, alpha, 0);
- }
- public static int does_entity_exist(int entid)
- {
- return Call((uint)Natives.does_entity_exist, entid);
- }
- public static int is_entity_dead(int entid)
- {
- return Call((uint)Natives.is_entity_dead, entid);
- }
- public static int set_entity_health(int entid, int vaule)
- {
- return Call((uint)Natives.set_entity_health, entid, vaule);
- }
- public static void set_vehicle_fixed(int entid)
- {
- Call((uint)Natives.set_vehicle_fixed, entid);
- }
- public static void SET_VEHICLE_DEFORMATION_FIXED(int entid)
- {
- Call((uint)Natives.SET_VEHICLE_DEFORMATION_FIXED, entid);
- }
- public static int player_ped_id_() //player_ped_id
- {
- return Call(0x4201b8, 0);
- }
- public static int player_id()
- {
- return Call(0x420174, 0);
- }
- public static void set_player_wanted_level(int PedID, int Stars)
- {
- Call(0x41de10, PedID, Stars, 0);
- }
- public static void remove_weapon_from_ped(int ped, int weaponHash)
- {
- Call(0x000000, ped, weaponHash);
- }
- public static void remove_all_ped_weapons(int ped)
- {
- Call(0x463a70, ped, 1);
- }
- public static void set_vehicle_forward_speed(int vehicleID, float speed)
- {
- Call(0x44d520, vehicleID, speed);
- }
- public static void attach_entity_to_entity(int entity, int entity2)
- {
- Call(0x3ad748, entity, entity2, 0, 268632080, 268632080, 0, 0, 0, 0, 2, 0);
- }
- public static float[] get_entity_coords(int PedID)
- {
- float[] numArray = new float[3];
- Call(0x3a8ae0, 0x10030000, PedID);
- numArray[0] = PS3.Extension.ReadFloat(0x10030000);
- numArray[1] = PS3.Extension.ReadFloat(0x10030004);
- numArray[2] = PS3.Extension.ReadFloat(0x10030008);
- return numArray;
- }
- /* button to give wrench
- float[] location = GET_ENTITY_COORDS(vehid());
- Call((uint)Natives.CREATE_AMBIENT_PICKUP, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), location, 0, 1, 0, 0, 1);
- Call((uint)Natives.SET_VEHICLE_DIRT_LEVEL, vehid(), 0);
- */
- public static int get_player_ped_id(int index) //get_player_ped
- {
- return Call(0x41d968, index);
- }
- public static void toggle_entity_fire(int entity, bool toggle)
- {
- if (toggle)
- Call(0x3ba5c0, entity); //start_entity_fire
- if (toggle)
- return;
- Call(0x3ba6a0, entity); //stop_entity_fire
- }
- public static void TOGGLE_ALL_DOORS(int vehicleID, bool Toggle)
- {
- if (Toggle)
- {
- Call(0x44e5e0, vehicleID, 0, 0, 0); //SET_VEHICLE_DOOR_OPEN
- Call(0x44e5e0, vehicleID, 1, 0, 0);
- Call(0x44e5e0, vehicleID, 2, 0, 0);
- Call(0x44e5e0, vehicleID, 3, 0, 0);
- Call(0x44e5e0, vehicleID, 4, 0, 0);
- Call(0x44e5e0, vehicleID, 5, 0, 0);
- Call(0x44e5e0, vehicleID, 6, 0, 0);
- }
- else
- {
- Call(0x453910, vehicleID, 0, 0); //SET_VEHICLE_DOOR_SHUT
- Call(0x453910, vehicleID, 1, 0);
- Call(0x453910, vehicleID, 2, 0);
- Call(0x453910, vehicleID, 3, 0);
- Call(0x453910, vehicleID, 4, 0);
- Call(0x453910, vehicleID, 5, 0);
- Call(0x453910, vehicleID, 6, 0);
- }
- }
- public static void SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(int PedID, int activate)
- {
- Call(0x413fc0, PedID);
- }
- public static void SET_PED_CAN_RAGDOLL(int PedID, int activate)
- {
- Call(0x40f714, PedID);
- }
- public static byte[] get_entity_coords_bytes(int entity) //get_entity_coords
- {
- Call(0x3a8ae0, num2, entity);
- Thread.Sleep(20);
- return PS3.GetBytes(num2, 12);
- }
- public static void add_explosion(float[] coords, string type, float radius, float shake)
- {
- Call(0x000000, coords, type, radius, 1, 1, shake);
- }
- public static void set_nightvision(int activate)
- {
- Call(0x3bcb74, activate);
- }
- public static string get_player_name(int id)
- {
- uint offset = (uint)Call(0x41dbe4, id);
- byte[] nameBytes = PS3.GetBytes(offset, 16);
- 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)))));
- return !(Encoding.ASCII.GetString(bytes) != "") ? "Not Available" : ((int)bytes[0] < 65 || (int)bytes[0] > 122 ? "" : Encoding.ASCII.GetString(bytes));
- }
- public static void SET_EVERYONE_IGNORE_PLAYER(int Player, int active)
- {
- Call(0x41eb78, Player, active);
- }
- public static void _SET_ENTITY_INVINCIBLE(int entity, bool Toggle)
- {
- Call(0x3b0f8c, entity, 1);
- }
- public static void SET_ENTITY_INVINCIBLE(int entity, bool active)
- {
- if (active)
- Call(0x3b0f8c, entity, 1);
- else
- Call(0x3b0f8c, entity, 0);
- }
- public static void set_entity_visible(int entity, bool active)
- {
- if (active)
- Call(0x3b18d8, entity, 1);
- else
- Call(0x3b18d8, entity, 0);
- }
- public static void network_earn_from_rockstar(int amount)
- {
- Call(0x3daa04, amount);
- }
- public static void network_spent_cash_drop(int amount)
- {
- Call(0x3dd954, amount);
- }
- public static void network_session_kick_player(int player)
- {
- Call(0x3e16f0, player);
- }
- public static void KICK(int player)
- {
- if (network_is_game_in_progress() == 1)
- {
- if (network_is_host() == 1)
- {
- network_session_kick_player(player);
- }
- }
- return;
- }
- public static int network_is_host()
- {
- return Call(0x3e1050, 0);
- }
- public static int network_is_signed_online()
- {
- return Call(0x3e0f70, 0);
- }
- public static void Am_i_host()
- {
- if (network_is_host() > 0)
- {
- MessageBox.Show("You Are The Host", "Am I Host?", MessageBoxButtons.OK);
- }
- if (network_is_host() <= 0)
- {
- MessageBox.Show("You Are Not The Host", "Am I Host?", MessageBoxButtons.OK);
- }
- }
- public static int set_vehicle_custom_primary_colour(int vehicleID, int red, int green, int blue)
- {
- return Call(0x44bf34, vehicleID, red, green, blue);
- }
- public static int set_vehicle_custom_secondary_colour(int vehicleID, int red, int green, int blue)
- {
- return Call(0x44c170, vehicleID, red, green, blue);
- }
- public static int set_vehicle_tyre_smoke_color(int vehicleID, int red, int green, int blue)
- {
- return Call(0x45bbb0, vehicleID, red, green, blue);
- }
- public static void freeze_entity_position(int entity, bool active)
- {
- if (active)
- Call(0x3ae108, entity, 1);
- else
- Call(0x3ae108, entity, 0);
- }
- public static void give_weapon_to_ped(int PedID, uint Weapon)
- {
- Call(0x4628e8, PedID, Weapon, -1, 0, 1);
- }
- public static void give_all_weapons(int PedID)
- {
- uint[] numArray = new uint[79]
- {
- 0xA2719263,0xF9FBAEBE,0x08D4BE52,0x99B507EA,0x678B81B1,0x4E875F73,0x958A4A8F,0x440E4788,0x84BD7BFD,0x1B06D571,0x5EF9FEC4,0x22D8FE39,
- 0x99AEEB3B,0x13532244,0x2BE6766B,0xEFE7E2DF,0xBFEFFF6D,0x83BF0278,0xAF113F99,0x9D07F764,0x7FD62962,0x1D073A89,0x7846A318,0xE284C527,
- 0x9D61E50F,0x3656C8C1,0x05FC3C11,0x0C472FE2,0x33058E22,0xA284510B,0x4DD2DC56,0xB1CA77B1,0x166218FF,0x13579279,0x687652CE,0x42BF8A85,
- 0x93E220BD,0x2C3731D9,0xFDBC8A50,/*0xA0973D5E,*/0x24B17070,0x060EC506,0x34A67B97,0xFDBADCED,0x88C78EB7,0x01B79F17,0x23C9F95C,0x497FACC3,
- 0xBEFDC581,0x48E7B178,0xFF58C4FB,0x736F5990,0x8B7333FB,0x92BD4EBB,0x2024F4E8,0xCDC174B0,0x364A29EC,0xCC34325E,0x07FC7D7A,0xA36D413E,
- 0x145F1012,0xDF8E89EB,0xF9E6AA4B,0x61012683,0xC0A3098D,0xD205520E,0xBFD21232,0x7F229F94,0x92A27487,0x083839C4,0x7F7497E5,0xA89CB99E,
- 0x3AABBBAA,0xC734385A,0x63AB0442,0xAB564B93,0x787F0BB,0x47757124,0xE232C28C,0xD04C944D};
- for (uint index = 0U; (long)index < (long)numArray.Length; ++index)
- give_weapon_to_ped(PedID, numArray[index]);
- }
- public static void LOCK_DOORS(int vehicleID, int Toggle) //set_vehicle_doors_locked_for_all_players
- {
- Call(0x44b678, vehicleID, Toggle);
- }
- public static int stat_set_int(int hash, int value)
- {
- return Call(0x427dac, hash, value, 1);
- }
- public static int stat_set_bool(int hash, int value)
- {
- return Call(0x428244, hash, value, 1);
- }
- public static void SetStatInt(int Character, string Stat, int Value) //SET_STAT_INT
- {
- Call((uint)Natives.SET_STAT_INT, Natives.get_hash_key, ("MP" + Character + "_" + Stat), Value);
- }
- public static void SET_VEHICLE_HANDBRAKE(int vehicleID, float brake)
- {
- Call(0x45a360, vehicleID, brake);
- }
- public static int get_hash_key(string input)
- {
- return Call(0x110748, input);
- }
- public static void DETACH_ENTITY(int entity, int entity2)
- {
- Call(0x3adec4, entity, entity2, 1);
- }
- public static void create_objectself(string spawnitem) //CREATE_OBJECT
- {
- Call(0x3f53ec, GetHash(spawnitem), get_entity_coords(player_ped_id()), 1, 1, 0);
- }
- public void Location(float x, float y, float z)
- {
- int num = get_vehicle_ped_is_in(player_ped_id());
- byte[] bytes = BitConverter.GetBytes(x);
- byte[] array = BitConverter.GetBytes(y);
- byte[] buffer3 = BitConverter.GetBytes(z);
- Array.Reverse(bytes);
- Array.Reverse(array);
- Array.Reverse(buffer3);
- 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] };
- uint offset = 0x208CC10;
- Call(0x4201b8, 0); //PLAYER_PED_ID
- int num3 = player_ped_id();
- PS3.SetMemory(offset, buffer);
- Thread.Sleep(10);
- if (is_ped_in_any_vehicle(player_ped_id()) > 0)
- {
- Call(0x3b0830, num, offset, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- }
- else
- {
- Call(0x3b0830, num3, offset, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- }
- }
- public static int network_get_player_index(int id)
- {
- return Call(0x3e5f28, id);
- }
- public static void CLEAR_PED_TASKS_IMMEDIATELY(int id)
- {
- Call(0x441428, id);
- }
- public static int is_ipl_active(string name)
- {
- return Call(0x4321ac, name);
- }
- public static void REQUEST_IPL(string IPL)
- {
- Call(0x432064, IPL);
- }
- public static void loadUFO()
- {
- REQUEST_IPL("UFO");
- }
- public static void loadNorthYankton()
- {
- REQUEST_IPL("prologue01");
- REQUEST_IPL("prologue01c");
- REQUEST_IPL("prologue01d");
- REQUEST_IPL("prologue01e");
- REQUEST_IPL("prologue01f");
- REQUEST_IPL("prologue01g");
- REQUEST_IPL("prologue01h");
- REQUEST_IPL("prologue01i");
- REQUEST_IPL("prologue01j");
- REQUEST_IPL("prologue01k");
- REQUEST_IPL("prologue01z");
- REQUEST_IPL("prologue02");
- REQUEST_IPL("prologue03");
- REQUEST_IPL("prologue03b");
- REQUEST_IPL("prologue03_grv_fun");
- REQUEST_IPL("prologue04");
- REQUEST_IPL("prologue04b");
- REQUEST_IPL("prologue05");
- REQUEST_IPL("prologue05b");
- REQUEST_IPL("prologue06");
- REQUEST_IPL("prologue06b");
- REQUEST_IPL("prologue06_int");
- REQUEST_IPL("prologuerdb");
- REQUEST_IPL("prologue_m2_door");
- REQUEST_IPL("prologue_LODLights");
- REQUEST_IPL("prologue_DistantLights");
- REQUEST_IPL("DES_ProTree_start");
- REQUEST_IPL("DES_ProTree_start_lod");
- }
- public static int create_object(int hash, float[] coords)
- {
- return Call(0x3f53ec, hash, coords, 1, 1, 0);
- }
- public static void set_max_wanted_level(int PedID, int Stars)
- {
- Call(0x000000, PedID, Stars, 0);
- }
- public static int is_player_dead(int id)
- {
- return Call(0x41e400, id);
- }
- public static void SET_SEETHROUGH(int activate)
- {
- Call(0x3bcbc8, activate);
- }
- public static void set_entity_as_mission_entity(int entityid, int zero, int one)
- {
- Call(0x3afa10, entityid, zero, one);
- }
- public static void delete_vehicle(int vehid)
- {
- Call(0x44a48c, vehid);
- }
- public static void network_earn_from_job(int amount)
- {
- Call(0x3d9c1c, amount);
- }
- public static void network_earn_from_holdups(int amount)
- {
- Call(0x3da55c, amount);
- }
- public static void network_earn_from_pickup(int amount)
- {
- Call(0x3d95d8, amount);
- }
- public static void network_earn_from_property(int amount)
- {
- Call(0x3da67c, amount);
- }
- public static void network_earn_from_vehicle(int amount)
- {
- Call(0x3dac44, amount);
- }
- public static void network_earn_from_bank_interest(int amount)
- {
- Call(0x000000, amount); //manually find
- }
- public static void network_earn_from_unknown(int amount) //0x30B3EC0A
- {
- Call(0x3d9818, amount);
- }
- public static void network_earn_from_unknown2(int amount) //0xC7A825EB
- {
- Call(0x000000, amount); //manually find
- }
- public static void network_earn_from_unknown3(int amount) //0xEAF04923
- {
- Call(0x3d9940, amount);
- }
- public static void network_earn_from_unknown4(int amount) //0x866004A8
- {
- Call(0x3da7bc, amount);
- }
- public static void network_earn_from_unknown5(int amount) //0xCC068380
- {
- Call(0x3da8e4, amount);
- }
- public static void network_earn_from_unknown6(int amount) //0xAEF6244B
- {
- Call(0x000000, amount); //manually find
- }
- public static void network_earn_from_unknown7(int amount) //0xED618DA9
- {
- Call(0x000000, amount, 0); //manually find
- }
- public static void network_earn_from_unknown8_Wallet(int amount) //0x00000000
- {
- Call(0x3C83DC, amount, 0); //0 is wallet 1 is bank //manually find
- }
- public static void network_earn_from_unknown8_Bank(int amount) //0x00000000
- {
- Call(0x3C83DC, amount, 1); //0 is wallet 1 is bank //manually find
- }
- public static void take_money_old(int amount) //NETWORK_SPENT_BANK_INTEREST 0xF02E92D7
- {
- Call(0x3de83c, amount);
- }
- public static void take_money_wallet(int amount) //_0xE792C4A5
- {
- Call(0x3dda84, amount, 0);
- }
- public static void take_money_bank(int amount) //_0xE792C4A5
- {
- Call(0x3dda84, amount, 1);
- }
- public static void PlayerName(string playerName)
- {
- PS3.SetMemory(0x10020200 - 0x8, new byte[] { 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 });
- PS3.Extension.WriteString(0x10020200, playerName);
- Call(0x13321EC, 0x40054CE0, 0x10020200 - 0x8, 1, 0, 0, 0, 0x540, 0x4EC, 0x59);
- /*
- string gamer = textBox2.Text;
- uint pointer = 0x10020200;
- byte[] Pointerstartbytes = new byte[] { 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 };
- PS3.SetMemory(pointer, Pointerstartbytes);
- PS3.Extension.WriteString(pointer + 0x8, gamer);
- Call(0x13321EC, 0x40054CE0, pointer, 1, 0, 0, 0, 1344, 1260, 89);
- */
- }
- public static void set_ped_as_cop(int id, int yesorno)
- {
- Call(0x40b1d8, id, yesorno);
- }
- public static void SET_Pink(int vehicleID)
- {
- Call(0x44bf34, vehicleID, 255, 20, 147); //SET_VEHICLE_CUSTOM_PRIMARY_COLOUR
- Call(0x44c170, vehicleID, 255, 20, 147); //SET_VEHICLE_CUSTOM_SECONDARY_COLOUR
- }
- public static void SET_Cyan(int vehicleID)
- {
- Call(0x44bf34, vehicleID, 0, 255, 255); //SET_VEHICLE_CUSTOM_PRIMARY_COLOUR
- Call(0x44c170, vehicleID, 0, 255, 255); //SET_VEHICLE_CUSTOM_SECONDARY_COLOUR
- }
- public static void APPLY_FORCE_TO_ENTITY(int entity, float x, float y, float z, float xpos, float ypos, float zpos)
- {
- Call(0x000000, entity, x, y, z, xpos, ypos, zpos);
- }
- 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
- {
- Call(0x000000, hash, x, y, z, heading, createnetworkhandle, createvehhandle);
- }
- public static int SET_MODEL_AS_NO_LONGER_NEEDED(int hash)
- {
- return Call(0x000000, hash);
- }
- public static void SET_POLICE_IGNORE_PLAYER(int PedID, bool Toggle)
- {
- if (Toggle)
- Call(0x000000, PedID, 1);
- else
- Call(0x000000, PedID, 0);
- }
- public static void DELETE_ENTITY(int entity)
- {
- Call(0x3adde4, entity);
- }
- public static void NETWORK_REQUEST_CONTROL_OF_ENTITY(int entity)
- {
- Call(0x3e738c, entity);
- }
- public static int NETWORK_HAS_CONTROL_OF_ENTITY(int entity)
- {
- return Call(0x3e7500, entity);
- }
- /*
- public static bool IS_VEHICLE_ATTACHED_TO_TRAILER(int veh) // 0xE142BBCC
- {
- }
- public static bool IS_VEHICLE_ON_ALL_WHEELS(int veh) // 0x10089F8E
- {
- }
- public static void SET_VEHICLE_SIREN(int veh, bool sirenOn) // 0x4AC1EFC7
- {
- }
- public static bool IS_VEHICLE_SIREN_ON(int veh) // 0x25EB5873
- {
- }
- */
- public static int pedid()
- {
- return Call(0x41d968); ///GET_PLAYER_PED
- }
- public static int vehid_()
- {
- return Call(0x404d48, pedid()); //GET_VEHICLE_PED_IS_IN //EX: Call(0x000000, vehid(), 65f);
- }
- public static int GET_VEHICLE_PED_IS_IN(int pedid)
- {
- return Call((uint)Natives.get_vehicle_ped_is_in, pedid, 0);
- }
- public static int IS_PED_IN_ANY_VEHICLE(int pedid)
- {
- return Call((uint)Natives.is_ped_in_any_vehicle, pedid, 0);
- }
- public static int IS_SEAT_FREE(int veh)
- {
- int num = GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(veh);
- int num2 = -1;
- while (num2 < num)
- {
- if (Call(0x44d09c, veh, num2) == 1) //IS_VEHICLE_SEAT_FREE
- {
- return num2;
- }
- num2++;
- }
- return -2;
- }
- public static int GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(int vehid)
- {
- return Call(0x44b0f8, vehid);
- }
- public static void SET_VEHICLE_EXTRA(int vehid, int extraid, int Toggle)
- {
- Call(0x4556c0, vehid, extraid, Toggle); // -1 off 0 on
- }
- private byte[] client_to_me(int index)
- {
- uint num = 0x208CC10;
- Call(0x3a8ae0, num, index); //GET_ENTITY_COORDS
- Thread.Sleep(20);
- return PS3.GetBytes(0x208CC10, 12);
- }
- private void client_set_to_me(int index, byte[] bytez)
- {
- uint num = 0x208CC10;
- PS3.SetMemory(0x208CC10, bytez);
- Thread.Sleep(20);
- Call((uint)0x3b07b8, index, num, 1, 0, 0, 1); //SET_ENTITY_COORDS
- }
- private byte[] get_entity_coordz()
- {
- uint buffer = 0x208CC10;
- int num2 = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
- Call(0x3a8ae0, buffer, num2); //GET_ENTITY_COORDS
- Thread.Sleep(20);
- return PS3.GetBytes(buffer, 12);
- }
- public static int get_player_ped(int id)
- {
- return Call(0x41d968, 1, id); //remove 1
- }
- public static void SET_PED_RANDOM_COMPONENT_VARIATION(int PedID)
- {
- Call(0x000000, PedID);
- }
- public static void SET_PED_COMPONENT_VARIATION(int PedID, int componentID, int drawableID, int textureID, int paletteID)
- {
- Call(0x000000, PedID, componentID, drawableID, textureID, paletteID);
- }
- public static void SET_PED_PROP_INDEX(int PedID)
- {
- Call(0x000000, PedID, 0, 1, 0, 0);
- }
- public static void REQUEST_WEAPON_ASSET(int hash, int type, int unk)
- {
- Call(0x000000, hash, type, unk);
- }
- public static void CREATE_OBJECT(string Object, float x, float y, float z)
- {
- Call(0x000000, GetHash(Object), x, y, z, 1, 1, 0);
- }
- public static void SET_CLOCK_TIME(int h, int m, int s)
- {
- Call(0x000000, h, m, s);
- }
- public void CashRain()
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- int pedid = -1;
- if (Players.SelectedIndex == -1)
- pedid = player_ped_id();
- else
- pedid = get_player_ped(Players.SelectedIndex);
- if (pedid != -1)
- {
- float angle = 15f;
- float radius = 1.0f;
- Position = get_entity_coords(pedid);
- for (int i = 0; i < 20; i++)
- {
- float randomx = Position[0] + (radius * (float)Math.Cos(angle * (Math.PI / 180)));
- float randomy = Position[1] + (radius * (float)Math.Sin(angle * (Math.PI / 180)));
- if (angle < 360)
- angle = angle + 15;
- else
- angle = 0;
- pos[0] = randomx;
- pos[1] = randomy;
- pos[2] = Position[2] + 3.0f;
- Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- }
- }
- public static void SET_ENTITY_PROOFS(int entity, int bulletProof, int fireProof, int explosionProof, int collisionProof, int meleeProof)
- {
- Call(0x000000, entity, bulletProof, fireProof, explosionProof, collisionProof, meleeProof);
- }
- public static int get_current_ped_weapon(int pedid, int hash)
- {
- return Call(0x000000, pedid, hash, 1);
- }
- public static void GIVE_ACHIEVEMENT_TO_PLAYER(int achievement)
- {
- Call(0x4205a0, achievement);
- }
- public static int HAS_ACHIEVEMENT_BEEN_PASSED(int achievement)
- {
- return Call(0x4205cc, achievement);
- }
- public static void TIMERA(int time)
- {
- Call(0x000000, time);
- }
- public static void CLONE_PED(int Ped)
- {
- Call(0x401018, Ped, 0, 1, 1);
- }
- public static void set_entity_heading(int entity, float heading)
- {
- Call(0x3b0ad0, entity, heading);
- }
- public static int set_entity_rotation(int objID, float pitch, float roll, float yaw)
- {
- return Call(0x3b1724, objID, pitch, roll, yaw, 2, 1);
- }
- public static int SET_ENTITY_ROTATION(int entity, float rX, float rY, float rZ, int unk1, int unk2)
- {
- return Call(0x3b1724, entity, rX, rY, rZ, unk1, unk2); //unk 1 = 2 //unk 2 = 1
- }
- public static int get_entity_heading(int entity)
- {
- return Call(0x3a8d80, entity);
- }
- public static void PLACE_OBJECT_ON_GROUND_PROPERLY(int obj)
- {
- Call(0x3f55f0, obj);
- }
- public static void set_entity_lod_dist(int entity, int distance)
- {
- Call(0x3b1b2c, entity, distance);
- }
- public static int get_entity_model(int entity)
- {
- return Call(0x000000, entity);
- }
- public static int get_entity_handle(int handle) //unk_0x8866D9D0
- {
- return Call(0x41f914, player_id(), handle);
- }
- public static float[] get_entity_rotation(int objID)
- {
- float[] numArray = new float[3];
- Call(0x3aa008, 0x10030000, objID);
- System.Threading.Thread.Sleep(20);
- numArray[0] = PS3.Extension.ReadFloat(0x10030000);
- numArray[1] = PS3.Extension.ReadFloat(0x10030004);
- numArray[2] = PS3.Extension.ReadFloat(0x10030008);
- return numArray;
- }
- public static void SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(int veh, bool toggle)
- {
- Call(0x45252c, veh, toggle);
- }
- public static void SET_VEHICLE_TYRES_CAN_BURST(int veh, bool toggle)
- {
- Call(0x44dc7c, veh, toggle);
- }
- public static void SET_ENTITY_CAN_BE_DAMAGED(int veh, bool toggle)
- {
- Call(0x3aff48, veh, toggle);
- }
- 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
- {
- Call(0x000000, coords, coords2, unk1, unk2, weaponhash, shooter, unk3, unk4, unk5);
- }
- public static float[] get_gameplay_cam_coord()
- {
- float[] numArray = new float[3];
- Call(0x3a3c5c, 0x10030000);
- numArray[0] = PS3.Extension.ReadFloat(0x10030000);
- numArray[1] = PS3.Extension.ReadFloat(0x10030004);
- numArray[2] = PS3.Extension.ReadFloat(0x10030008);
- return numArray;
- }
- public static float[] get_gameplay_cam_rot(int mode)
- {
- float[] numArray = new float[3];
- Call(0x000000, 0x10030000, mode);
- numArray[0] = PS3.Extension.ReadFloat(0x10030000);
- numArray[1] = PS3.Extension.ReadFloat(0x10030004);
- numArray[2] = PS3.Extension.ReadFloat(0x10030008);
- return numArray;
- }
- public static float[] UNKY()
- {
- return get_gameplay_cam_rot(2);
- //return get_gameplay_cam_coord();
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_gameplay_cam_coord();
- pos[0] = Position[0] + 3.0f;
- pos[1] = Position[1] + 8.0f;
- pos[2] = Position[2];
- }
- public static int is_player_targetting_anything(int pedid)
- {
- return Call(0x000000, pedid);
- }
- public static int is_player_free_aiming(int pedid)
- {
- return Call(0x000000, pedid);
- }
- public static void disable_control_action(int toggle, int control)
- {
- Call(0x3fd074, toggle, control);
- }
- public static int is_disabled_control_just_pressed(int toggle, int control)
- {
- return Call(0x3fcb08, toggle, control);
- }
- public static int is_ped_shooting(int ped)
- {
- return Call(0x000000, ped);
- }
- public static int network_is_game_in_progress()
- {
- return Call(0x3e2474);
- }
- public static float[] get_entity_velocity(int Entity)
- {
- float[] numArray = new float[3];
- Call(0x3aa5f0, 0x10030000, Entity);
- numArray[0] = PS3.Extension.ReadFloat(0x10030000);
- numArray[1] = PS3.Extension.ReadFloat(0x10030004);
- numArray[2] = PS3.Extension.ReadFloat(0x10030008);
- return numArray;
- }
- public static void SET_PLAYER_MODEL(int Player, int ModelHash)
- {
- Call(0x41d5e8, Player, ModelHash);
- }
- public static void REQUEST_MODEL(int Hash)
- {
- Call(0x431768, Hash);
- }
- public static int is_entity_in_water(int entity)
- {
- return Call(0x3ab868, entity);
- }
- public static float[] get_ped_last_weapon_impact_coord(int ped)
- {
- float[] excoords = new float[3];
- Call(0x464e00, 0x10030000, ped, excoords);
- excoords[0] = PS3.Extension.ReadFloat(0x10030000);
- excoords[1] = PS3.Extension.ReadFloat(0x10030004);
- excoords[2] = PS3.Extension.ReadFloat(0x10030008);
- return excoords;
- }
- public static void SET_OVERRIDE_WEATHER(string type)
- {
- Call(0x3d1760, type);
- }
- public static void CustomDurby(string hash, float[] coords, int unk1, int unk2, int unk3)
- {
- Call(0x3f53ec, GetHash(hash), coords, unk1, unk2, unk3); //CREATE_OBJECT
- }
- public static void KillFeed(string Text)
- {
- Call(0x3c5488, "STRING"); //unk_0x574EE85C
- Call(0x3C5C30, Text); //unk_0x27A244D8
- Call(0x3C55F8, 0, 1); //unk_0x08F7AF78
- }
- public static void iPrintln(string Text)
- {
- Call(0x3c5870, "STRING"); //unk_0xF42C43C7
- Call(0x3C5C30, Text); //unk_0x27A244D8
- Call(0x3c5890, 800, 1); //unk_0x38F82261
- }
- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- //script stuff
- public static int sin(int value)
- {
- return Call(0x000000, value);
- }
- public static int cos(int value)
- {
- return Call(0x000000, value);
- }
- public static void start_new_script(string name)
- {
- Call(0x000000, name, 0x200);
- }
- public static void request_script(string name)
- {
- Call(0x000000, name);
- }
- public static void set_script_as_no_longer_needed(string name)
- {
- Call(0x000000, name);
- }
- public static void set_text_centre(int a)
- {
- Call(0x000000, a);
- }
- public static void set_text_colour(byte r, byte g, byte b, byte a)
- {
- byte[] buffer = new byte[] { r, g, b, a };
- Call(0x000000, buffer);
- }
- public static void set_text_dropshadow(int a, int b, int c, int d, int e)
- {
- Call(0x000000, a, b, c, d, e);
- }
- public static void set_text_edge(int a, int b, int c, int d, int e)
- {
- Call(0x000000, a, b, c, d, e);
- }
- public static void set_text_font(int fontid)
- {
- Call(0x000000, fontid);
- }
- public static void set_text_leading(string text)
- {
- Call(0x000000, text);
- }
- public static void set_text_outline()
- {
- Call(0x000000, 0);
- }
- public static void set_text_scale(float a, float b)
- {
- Call(0x000000, a, b);
- }
- public static void set_text_wrap(float a, float b)
- {
- Call(0x000000, a, b);
- }
- public static void _SET_TEXT_ENTRY(string type)
- {
- Call(0x000000, type);
- }
- public static void unk_text_2(string str) //unk_0x0829A799
- {
- Call(0x000000, str);
- }
- public static void _DRAW_TEXT(float u1, float u2)
- {
- Call(0x000000, u1, u2);
- }
- /*
- public static void DisplayText(char *text, float 2dX, float 2dY)
- {
- SetUpWhiteDraw();
- _0x3E35563E("STRING") //text display type
- _0x27A244D8(text); // add the text component
- _0x6F8350CE(2dX, 2dY);//actually draw the text
- }
- public static void SetUpWhiteDraw()
- {
- SET_TEXT_FONT(0);
- SET_TEXT_SCALE(0.40f, 0.40f);
- SET_TEXT_COLOUR(255, 255, 255, 255);
- SET_TEXT_WRAP(0.0f, 1.0f);
- SET_TEXT_CENTRE(0);
- SET_TEXT_DROPSHADOW(0, 0, 0, 0, 0);
- SET_TEXT_EDGE(0, 0, 0, 0, 0);
- }
- */
- private static void createText()
- {
- Call(0x000000, (0));
- Call(0x000000, (0.4f), 0.4f);
- Call(0x000000, (255), 255, 255, 255);
- Call(0x000000, (0.0f), 1.0f);
- Call(0x000000, (1));
- Call(0x000000, (0), 0, 0, 0, 0);
- Call(0x000000, (0), 0, 0, 0, 0);
- }
- private static void setText(string param0, float param1)
- {
- Call(0x000000, ("STRING")); //set stack type string. //unk_text_1
- Call(0x000000, (param0)); //set the stack string name //unk_text_2
- Call(0x000000, (0.5f), param1); //X, Y ??? //unk_text_3
- }
- public static void create_text(string str, float val)
- {
- createText();
- setText(str, val);
- }
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- private void button3_Click_1(object sender, EventArgs e)
- {
- give_all_weapons(player_ped_id_());
- }
- private void button6_Click_1(object sender, EventArgs e)
- {
- set_player_wanted_level(player_id(), 0);
- }
- private void button1_Click_1(object sender, EventArgs e)
- {
- PS3.ConnectTarget();
- PS3.AttachProcess();
- if (PS3.AttachProcess())
- {
- toolStripStatusLabel1.Text = "PS3: Attached";
- toolStripStatusLabel1.ForeColor = System.Drawing.Color.Lime;
- if (PS3.Extension.ReadUInt32(0x1beb600) == 0xF821FF91)
- {
- toolStripStatusLabel2.Text = "RPC: Enabled!";
- toolStripStatusLabel2.ForeColor = System.Drawing.Color.Lime;
- }
- }
- }
- private void button2_Click_1(object sender, EventArgs e)
- {
- PS3.ChangeAPI(SelectAPI.ControlConsole);
- if (PS3.ConnectTarget(0))
- {
- if (PS3.AttachProcess())
- {
- toolStripStatusLabel1.Text = "PS3: Attached";
- toolStripStatusLabel1.ForeColor = System.Drawing.Color.Lime;
- if (PS3.Extension.ReadUInt32(0x1beb600) == 0xF821FF91)
- {
- toolStripStatusLabel2.Text = "RPC: Enabled!";
- toolStripStatusLabel2.ForeColor = System.Drawing.Color.Lime;
- }
- }
- }
- }
- private void button4_Click_1(object sender, EventArgs e)
- {
- remove_all_ped_weapons(player_ped_id_());
- }
- private void button7_Click_2(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_fixed(get_vehicle_ped_is_using(player_ped_id_()));
- set_entity_health(get_vehicle_ped_is_using(player_ped_id()), 1000);
- Call(0x4526c0, get_vehicle_ped_is_using(player_ped_id_()), 0f); //set_vehicle_dirt_level
- SET_VEHICLE_DEFORMATION_FIXED(get_vehicle_ped_is_using(player_ped_id_()));
- }
- private void button8_Click_1(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_forward_speed(get_vehicle_ped_is_using(player_ped_id_()), boostspeed);
- }
- private void button10_Click(object sender, EventArgs e)
- {
- Players.Items.Clear();
- for (int i = 0; i < 18; i++)
- {
- Players.Items.Add(get_player_name(i));
- }
- }
- private void button49_Click(object sender, EventArgs e)
- {
- Enable3();
- toolStripStatusLabel2.Text = "Enabled";
- toolStripStatusLabel2.ForeColor = Color.Lime;
- MessageBox.Show("Established Succsessfully");
- }
- private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- get_player_ped_id(Players.SelectedIndex);
- }
- private void button31_Click(object sender, EventArgs e)
- {
- network_earn_from_rockstar(Convert.ToInt32(textBox1.Text));
- Call(0x427dac, GetHash("MP0_MONEY_EARN_ROCKSTAR_AWARD"), 0, 0); //STAT_SET_INT
- Call(0x428244, GetHash("MPPLY_IS_HIGH_EARNER"), 0, 0); //STAT_SET_BOOL
- }
- private void button28_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- int mypedid = Call(0x4201b8, 0); //player_ped_id
- int clientsveh = Call(0x40acac, getplayerped); //GET_VEHICLE_PED_IS_USING
- int seatindex = IS_SEAT_FREE(clientsveh);
- Call(0x3b0830, player_ped_id(), get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- Thread.Sleep(3000);
- if (is_ped_in_any_vehicle(clientsveh) > 0)
- {
- Call(0x40539c, mypedid, clientsveh, seatindex); //SET_PED_INTO_VEHICLE
- }
- else
- {
- Call(0x40539c, mypedid, clientsveh, seatindex);
- Call(0x40539c, mypedid, clientsveh, seatindex);
- }
- }
- private void button37_Click(object sender, EventArgs e) //stat_set_bool
- {
- Call(0x428244, 2187123212, 1); // mp0_NO_TUT_SPAWN
- Call(0x428244, 3580365573, 1); // mp0_FRONT_END_JIP_UNLOCKED
- Call(0x428244, 211659663, 1); // mp0_FM_TRIGTUT_DONE
- Call(0x428244, 129572558, 1); // mp0_FM_HOLDTUT_DONE
- Call(0x428244, 2478049476, 1); // mp0_FM_CMODTUT_DONE
- Call(0x428244, 1485187367, 1); // mp0_FM_RACETUT_DONE
- Call(0x428244, GetHash("MP0_FM_INTRO_CUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_INTRO_MISS_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_NO_TUT_SPAWN"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FRONT_END_JIP_UNLOCKED"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_TRIGTUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_HOLDTUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_CMODTUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_RACETUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_RACETUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_BUYGAR_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MP0_FM_NOTUT_DONE"), 1, Convert.ToInt32(1));
- Call(0x428244, GetHash("MPPLY_NO_MORE_TUTORIALS"), 1, Convert.ToInt32(1));
- //Char 2
- Call(0x428244, 1512586073, 1); // mp1_NO_TUT_SPAWN
- Call(0x428244, 383135456, 1); // mp1_FRONT_END_JIP_UNLOCKED
- Call(0x428244, 3765942469, 1); // mp1_FM_TRIGTUT_DONE
- Call(0x428244, 1563054799, 1); // mp1_FM_HOLDTUT_DONE
- Call(0x428244, 4236682697, 1); // mp1_FM_CMODTUT_DONE
- Call(0x428064, 3813062193, 1); // mp1_FM_RACETUT_DONE
- stat_set_int(get_hash_key("MP0_TUTORIAL_BITSET"), 1);
- Call(0x428244, GetHash("MP0_USE_SECOND_TUT_SPAWN_POS"), 1); //bool
- }
- private void button66_Click(object sender, EventArgs e)
- {
- /*
- get_current_ped_weapon(player_ped_id(), &iVar3, 1);
- if (iVar3 != joaat("weapon_ball") && !(iLocal_26 == 15 && iLocal_27 == 1))
- {
- if (get_player_target_entity(player_id(), &uVar4) || unk_0x8866D9D0(player_id(), &uVar4))
- {
- if (is_entity_a_ped(uVar4))
- {
- }
- }
- }
- */
- int PlayerID = player_id();
- if (Call(0x41f7c8, PlayerID) == 1) //IS_PLAYER_FREE_AIMING
- {
- disable_control_action(0, 24);
- if (is_disabled_control_just_pressed(0, 24) == 1)
- {
- //int num00 = get_entity_model(entity);
- //textBox2.Text = num00.ToString();
- //get_entity_model(entity);
- }
- }
- else if (Call(0x41faa4, PlayerID) == 1) //IS_PLAYER_TARGETTING_ANYTHING
- {
- disable_control_action(0, 24);
- if (is_disabled_control_just_pressed(0, 24) == 1)
- {
- //int num00 = get_entity_model(entity);
- //textBox2.Text = num00.ToString();
- }
- }
- //0x8866D9D0 //get the handle
- //GET_CURRENT_PED_WEAPON
- //IS_PED_ON_FOOT
- //IS_PLAYER_FREE_AIMING
- //IS_PLAYER_TARGETTING_ANYTHING
- }
- private void button70_Click(object sender, EventArgs e)
- {
- Players2.Items.Clear();
- for (int i = 0; i < 0x10; i++)
- {
- Players2.Items.Add(get_player_name(i));
- }
- }
- private void textBox3_TextChanged(object sender, EventArgs e)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- Thread.Sleep(10);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- Call(0x45abc4, vehid, (Convert.ToInt32(0))); //SET_VEHICLE_MOD_KIT
- Call(0x44f36c, vehid, textBox3.Text); //SET_VEHICLE_NUMBER_PLATE_TEXT
- }
- }
- private void button76_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
- if (is_ped_in_any_vehicle(getplayerped) > 0)
- {
- Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
- Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
- Call(0x3ba934, get_entity_coords(getplayerped), 14, 5f, 0, 1, 5f);
- }
- }
- }
- }
- private void button5_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int playerpedid = get_player_ped_id(i);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
- {
- int hash = Call(0x3f53ec, GetHash("p_parachute1_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
- if (hash > 0)
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(hash, entity);
- }
- else
- {
- attach_entity_to_entity(hash, playerpedid);
- }
- }
- }
- }
- }
- }
- private void button35_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- SET_CHROME(get_vehicle_ped_is_using(player_ped_id_()));
- }
- private void button73_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int id = get_player_ped_id(i);
- if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
- {
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- Call(0x3ba934, get_entity_coords(id), 14, 5f, 0, 1, 5f); //add_explosion
- }
- }
- }
- private void button82_Click(object sender, EventArgs e)
- {
- set_entity_alpha(get_vehicle_ped_is_using(player_ped_id_()), 0);
- }
- private void button83_Click(object sender, EventArgs e)
- {
- set_entity_alpha(get_vehicle_ped_is_using(player_ped_id_()), 150);
- }
- private void checkBox24_CheckedChanged(object sender, EventArgs e)
- {
- /*
- if (checkBox24.Checked)
- {
- timer22.Enabled = true;
- }
- else
- {
- timer22.Enabled = false; //super junmp
- }
- */
- if (checkBox24.Checked)
- {
- byte[] buffer = new byte[] { 0x60, 0x00, 0x00, 0x00 };
- PS3.SetMemory(0x5ea330, buffer);
- }
- else
- {
- byte[] buffer = new byte[] { 0x41, 0x82, 0x00, 0x10 };
- PS3.SetMemory(0x5ea330, buffer);
- }
- }
- private void button84_Click(object sender, EventArgs e)
- {
- Call(0x455dc8, get_vehicle_ped_is_using(player_ped_id_()), -1f); //set_vehicle_engine_health
- }
- private void checkBox1_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox1.Checked == true)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x3b13a8, vehid, 1); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER
- Call(0x44ae98, vehid, (Convert.ToInt32(0))); //DISABLE_VEHICLE_IMPACT_EXPLOSION_ACTIVATION
- Call(0x4526c0, vehid, 0f); //SET_VEHICLE_DIRT_LEVEL
- Call(0x453cd0, vehid, 0); //set_vehicle_can_break
- Call(0x4526c0, vehid, 0f); //SET_VEHICLE_DIRT_LEVEL
- SET_ENTITY_CAN_BE_DAMAGED(vehid, false);
- Call(0x3b14b4, vehid, 1, 1, 1, 1, 1, 1, 1, 1); //set_entity_proofs
- SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(vehid, false);
- Call(0x453cd0, vehid, 0); //set_vehicle_can_break
- SET_VEHICLE_TYRES_CAN_BURST(vehid, false);
- }
- }
- if (checkBox1.Checked == false)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x3b13a8, vehid, 0);
- Call(0x44ae98, vehid, 1); //DISABLE_VEHICLE_IMPACT_EXPLOSION_ACTIVATION
- Call(0x4526c0, vehid, 15f);
- Call(0x453cd0, vehid, 1);
- Call(0x4526c0, vehid, 15f);
- SET_ENTITY_CAN_BE_DAMAGED(vehid, true);
- Call(0x3b14b4, vehid, 0, 0, 0, 0, 0, 0, 0, 0); //set_entity_proofs
- SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED(vehid, true);
- Call(0x453cd0, vehid, 1); //set_vehicle_can_break
- SET_VEHICLE_TYRES_CAN_BURST(vehid, true);
- }
- }
- }
- private void button86_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- SET_CHROME(get_vehicle_ped_is_using(player_ped_id_()));
- set_vehicle_number_plate_text(get_vehicle_ped_is_using(player_ped_id_()), "roulette");
- set_vehicle_number_plate_text_index(get_vehicle_ped_is_using(player_ped_id_()), 5);
- set_vehicle_window_tint(get_vehicle_ped_is_using(player_ped_id_()), 1);
- Call(0x45bc94, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(1)); //SET_VEHICLE_WINDOW_TINT
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(1), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(2), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(3), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(4), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(5), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(6), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(7), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(8), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- SET_VEHICLE_EXTRA(get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(9), Convert.ToInt32(0)); //SET_VEHICLE_EXTRA
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(16), Convert.ToInt32(4)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(14), Convert.ToInt32(17)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(11), Convert.ToInt32(3)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(12), Convert.ToInt32(2)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(13), Convert.ToInt32(3)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(15), Convert.ToInt32(3)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(17), Convert.ToInt32(1)); //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(22), Convert.ToInt32(0)); //SET_VEHICLE_MOD
- Call(0x44dc7c, get_vehicle_ped_is_using(player_ped_id_()), 0); //SET_VEHICLE_TYRES_CAN_BURST
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(23), 0, Convert.ToInt32(1)); //custom tires //SET_VEHICLE_MOD
- Call(0x45b300, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(24), 0, Convert.ToInt32(1)); //SET_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 18, 1); //turbo //TOGGLE_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 22, 1); //xeon lights //TOGGLE_VEHICLE_MOD
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1); //tyre smoke //TOGGLE_VEHICLE_MOD
- set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), 0, 0, 0);
- int num = (int)MessageBox.Show("Done!", "Attention", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- }
- private void button25_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- private void button17_Click(object sender, EventArgs e)
- {
- const uint WaypointOffset = 0x1D4A540;
- const uint TPOffset = 0x1C7FD8C;
- float x, y;
- x = PS3.Extension.ReadFloat(WaypointOffset);
- y = PS3.Extension.ReadFloat(WaypointOffset + 4);
- if (x != 64000f && y != 64000f)
- {
- uint tppoint2 = PS3.Extension.ReadUInt32(TPOffset) + 0x1C;
- uint tpoff = PS3.Extension.ReadUInt32(tppoint2) + 0x40;
- PS3.Extension.WriteFloat(tpoff, x);
- PS3.Extension.WriteFloat(tpoff + 4, y);
- PS3.Extension.WriteFloat(tpoff + 8, -1000f);
- }
- }
- private void button30_Click(object sender, EventArgs e)
- {
- int num3 = Call(0x3B9228); //GET_MAIN_PLAYER_BLIP_ID
- //GET_BLIP_INFO_ID_ENTITY_INDEX
- //GET_BLIP_FROM_ENTITY
- //ADD_BLIP_FOR_ENTITY
- //SET_BLIP_SHOW_CONE
- //_0x41B0D022
- //_0x199DED14
- //_0x1A4318F7
- Call(0x3B8D10, num3, 1); //SET_BLIP_DISPLAY
- //Call(0x3B8D10, num3, 4); //SET_BLIP_DISPLAY
- Call(0x3B8728, num3, 0, 0); //SET_BLIP_FADE
- Call(0x3B87C0, num3, 1000000); //SET_BLIP_FLASH_TIMER
- Call(0x3B8B80, num3, 1); //SET_BLIP_FLASHES
- Call(0x3B87F4, num3, 1000000); //SET_BLIP_FLASH_INTERVAL
- Call(0x3B8C00, num3, 1); //SET_BLIP_FLASHES_ALTERNATE
- Call(0x3B86A8, num3, 1); //SET_BLIP_ALPHA
- Call(0x3B85A0, num3, 0); //SET_BLIP_COLOUR
- Call(0x420FF8, player_id(), 0, 512); //SET_PLAYER_CONTROL
- SET_EVERYONE_IGNORE_PLAYER(player_id(), 1);
- //Call(0x3DE6A4, 1); //FADE_OUT_LOCAL_PLAYER
- Call(0x3DE6A4, 0); //FADE_OUT_LOCAL_PLAYER
- Call(0x3A2490, player_ped_id(), 0); //set_entity_visible
- Call(0x3B8200, 0); //DISPLAY_RADAR 0 for off 1 for one
- //network_get_player_index(Players.SelectedIndex); //might not need this
- Call(0x3DA394, player_id(), 0); //SET_PLAYER_INVISIBLE_LOCALLY
- Call(0x3D7414, 4000); //NETWORK_SET_LOCAL_PLAYER_INVINCIBLE_TIME
- //0x64235620
- //0xBEB7281A
- //0x1877D451
- /*
- if (Loop0)
- {
- SET_EVERYONE_IGNORE_PLAYER(player_id(), 1);
- Call(0x3DE6A4, 1); //FADE_OUT_LOCAL_PLAYER
- Call(0x3A2490, player_ped_id(), 0); //set_entity_visible
- Call(0x3B8200, 0); //DISPLAY_RADAR 0 for off 1 for one
- Call(0x3DA394, player_id(), 0); //SET_PLAYER_INVISIBLE_LOCALLY
- //Loop0 = false;
- }
- else
- {
- //SET_EVERYONE_IGNORE_PLAYER(player_id(), 0);
- //Call(0x3A2490, player_ped_id(), 1); //set_entity_visible
- //Loop0 = true;
- }
- */
- }
- private void button85_Click(object sender, EventArgs e)
- {
- Call(0x455dc8, get_vehicle_ped_is_using(player_ped_id_()), 1000f); //set_vehicle_engine_health
- }
- private void button81_Click(object sender, EventArgs e)
- {
- int num = player_ped_id();
- float[] num2 = get_entity_coords(num);
- int num3 = Call(0x4508e8, num2, 500f, 0, 0); //GET_CLOSEST_VEHICLE
- NETWORK_REQUEST_CONTROL_OF_ENTITY(num3);
- Call(0x3b07b8, num3, num2); //SET_ENTITY_COORDS
- Call(0x40539c, num, num3, 0); //SET_PED_INTO_VEHICLE
- Call(0x40539c, num, num3, -1); //SET_PED_INTO_VEHICLE
- }
- private void checkBox21_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox21.Checked)
- {
- Call(0x3b13a8, player_ped_id_(), 1); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER
- Call(0x3aff48, player_ped_id_(), 0); //set_entity_can_be_damaged
- Call(0x3b14b4, player_ped_id_(), 1, 1, 1, 1, 1, 1, 1, 1); //set_entity_proofs
- SET_PED_CAN_RAGDOLL(player_ped_id_(), 0);
- SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 0);
- Call(0x40b660, player_ped_id(), 1); //set_ped_can_be_knocked_off_vehicle
- //SET_ENTITY_INVINCIBLE(player_ped_id(), true);
- }
- else
- {
- Call(0x3b13a8, player_ped_id_(), 0); //SET_ENTITY_ONLY_DAMAGED_BY_PLAYER
- Call(0x3aff48, player_ped_id_(), 1); //set_entity_can_be_damaged
- Call(0x3b14b4, player_ped_id_(), 0, 0, 0, 0, 0, 0, 0, 0); //set_entity_proofs
- SET_PED_CAN_RAGDOLL(player_ped_id_(), 1);
- SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 1);
- Call(0x40b660, player_ped_id(), 0); //set_ped_can_be_knocked_off_vehicle
- //SET_ENTITY_INVINCIBLE(player_ped_id(), false);
- }
- }
- private void button18_Click(object sender, EventArgs e)
- {
- network_spent_cash_drop(Convert.ToInt32(textBox5.Text));
- }
- private void button38_Click(object sender, EventArgs e)
- {
- int red = RandomInt.Next(0, (int)byte.MaxValue);
- int green = RandomInt.Next(0, (int)byte.MaxValue);
- int blue = RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_custom_primary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- set_vehicle_custom_secondary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- SET_VEHICLE_EXTRA_COLOURS(get_vehicle_ped_is_using(player_ped_id_()), red, green);
- }
- private void button88_Click(object sender, EventArgs e)
- {
- if (network_is_host() == 1)
- {
- network_session_kick_player(get_player_ped_id(Players.SelectedIndex));
- }
- else
- {
- int num = (int)MessageBox.Show("Error: You are not the host.", "Attention", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- KICK(Players.SelectedIndex);
- }
- private void button40_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int num = get_player_ped_id(Players.SelectedIndex);
- give_all_weapons(get_player_ped_id(Players.SelectedIndex));
- }
- private void button41_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int num = get_player_ped_id(Players.SelectedIndex);
- Call(0x463a70, num, 1); //REMOVE_ALL_PED_WEAPONS
- }
- private void button80_Click(object sender, EventArgs e)
- {
- for (int index = 0; index <= 15; ++index)
- {
- network_get_player_index(index);
- int id = get_player_ped_id(index);
- if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
- {
- Call(0x41de10, get_entity_coords(id), 5);
- // set_player_wanted_level
- }
- }
- }
- private void button90_Click(object sender, EventArgs e)
- {
- int vehid = get_vehicle_ped_is_in(player_ped_id());
- Call(0x44adf8, vehid); //SET_VEHICLE_ON_GROUND_PROPERLY
- }
- private void checkBox3_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox3.Checked)
- {
- int playerpedid = player_ped_id();
- int num2 = get_vehicle_ped_is_in(playerpedid);
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- Call(0x3ae108, num2, 1); //FREEZE_ENTITY_POSITION
- }
- }
- if (!checkBox3.Checked)
- {
- int num3 = player_ped_id();
- int num4 = get_vehicle_ped_is_in(num3);
- if (is_ped_in_any_vehicle(num3) > 0)
- {
- Call(0x3ae108, num4, 0); //FREEZE_ENTITY_POSITION
- }
- }
- }
- private void checkBox28_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox28.Checked)
- {
- set_nightvision(1);
- }
- else
- {
- set_nightvision(0);
- }
- }
- private void button27_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id()) > 0)
- {
- LOCK_DOORS(get_vehicle_ped_is_in(player_ped_id()), 1);
- }
- }
- private void checkBox29_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox29.Checked)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- TOGGLE_ALL_DOORS(get_vehicle_ped_is_using(player_ped_id_()), true);
- }
- else
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) == 1)
- {
- TOGGLE_ALL_DOORS(get_vehicle_ped_is_using(player_ped_id_()), false);
- }
- }
- }
- private void button77_Click(object sender, EventArgs e)
- {
- Call(0x3ba934, get_entity_coords(player_ped_id_()), 29, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- private void button91_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MPPLY_DEATHS_PLAYER"), Convert.ToInt32(numericUpDown2.Text));
- stat_set_int(get_hash_key("MPPLY_KILLS_PLAYERS"), Convert.ToInt32(numericUpDown1.Text));
- }
- private void button23_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- int num2 = get_vehicle_ped_is_in(player_ped_id());
- if (is_ped_in_any_vehicle(player_ped_id()) > 0)
- {
- Call(0x3b0830, num2, get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- }
- else
- {
- Call(0x3b0830, player_ped_id(), get_entity_coords(getplayerped), 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- }
- }
- private void button74_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int id = get_player_ped_id(i);
- if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
- {
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- }
- }
- }
- private void button92_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("mp0_script_increase_stam"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_strn"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_lung"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_driv"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_fly"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_sho"), 100);
- stat_set_int(get_hash_key("mp0_script_increase_stl"), 100);
- }
- private void button93_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP0_RACES_WON"), 50);
- stat_set_int(get_hash_key("MP0_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
- stat_set_int(get_hash_key("MP0_NUMBER_TURBO_STARTS_IN_RACE"), 90);
- stat_set_int(get_hash_key("MP0_AWD_FMWINSEARACE"), 10);
- Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
- stat_set_int(get_hash_key("MP0_AWD_FM_RACES_FASTEST_LAP"), 50);
- stat_set_int(get_hash_key("MP0_USJS_FOUND"), 50);
- stat_set_int(get_hash_key("MP0_USJS_COMPLETED"), 50);
- stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
- stat_set_int(get_hash_key("MP0_AWD_FMRALLYWONDRIVE"), 10);
- }
- private void button94_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("mp0_AWD_FM_DM_WINS"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FM_TDM_MVP"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FM_DM_TOTALKILLS"), 500);
- stat_set_int(get_hash_key("mp0_AWD_FMATTGANGHQ"), 5);
- stat_set_int(get_hash_key("mp0_AWD_FMBBETWIN"), 50000);
- stat_set_int(get_hash_key("mp0_AWD_FMWINEVERYGAMEMODE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMRACEWORLDRECHOLDER"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMFULLYMODDEDCAR"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMMOSTKILLSSURVIVE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMKILL3ANDWINGTARACE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMKILLBOUNTY"), 25);
- stat_set_int(get_hash_key("mp0_AWD_FMREVENGEKILLSDM"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FMKILLSTREAKSDM"), 10);
- stat_set_int(get_hash_key("mp0_AWD_HOLD_UP_SHOPS"), 20);
- stat_set_int(get_hash_key("mp0_AWD_LAPDANCES"), 25);
- stat_set_int(get_hash_key("mp0_AWD_SECURITY_CARS_ROBBED"), 25);
- stat_set_int(get_hash_key("mp0_AWD_RACES_WON"), 50);
- stat_set_int(get_hash_key("mp0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
- stat_set_int(get_hash_key("mp0_PLAYER_HEADSHOTS"), 500);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- }
- private void button95_Click(object sender, EventArgs e)
- {
- Call(0x427dac, GetHash("MP0_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("MP0_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_CARS_EXPLODED"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
- Thread.Sleep(20);
- }
- private void button96_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- if (textBox6.Text != "")
- {
- Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
- }
- else
- {
- if ((comboBox3.SelectedIndex == 0) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
- }
- if ((comboBox3.SelectedIndex == 1) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 2) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 3) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 4) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 5) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("Prop_Sculpt_Fix"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 6) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 7) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 8) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_Ld_ferris_wheel"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 9) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 10) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 11) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 12) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 13) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- if ((comboBox3.SelectedIndex == 14) && (textBox6.Text == ""))
- {
- Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(getplayerped), 1, 1, 0);
- }
- }
- }
- private void button97_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int playerpedid = get_player_ped_id(Players.SelectedIndex);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (numArray != numArray2)
- {
- if (textBox6.Text != "")
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(playerpedid), 1, 1, 0), entity); //CREATE_OBJECT
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash(textBox6.Text), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- else
- {
- if ((comboBox3.SelectedIndex == 0) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 1) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_gold_cont_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 2) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_weed_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 3) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_dog_cage_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 4) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_beach_fire"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 5) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_sculpt_fix"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_sculpt_fix"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 6) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_boulder_test_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 7) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cablecar_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 8) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_ld_ferris_wheel"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_ld_ferris_wheel"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 9) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("p_cs_mp_jet_01_s"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 10) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_alien_egg_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 11) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_bumper_car_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 12) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_katana_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 13) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_cs_dildo_01"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- if ((comboBox3.SelectedIndex == 14) && (textBox6.Text == ""))
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(playerpedid), 1, 1, 0), entity);
- }
- else
- {
- attach_entity_to_entity(Call(0x3f53ec, GetHash("prop_big_shit_02"), get_entity_coords(playerpedid), 1, 1, 0), playerpedid);
- }
- }
- }
- }
- }
- }
- private void button98_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int num = get_player_ped_id(Players.SelectedIndex);
- Call(0x3adde4, num, 1, 1); //DETACH_ENTITY
- }
- private void button99_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash(textBox7.Text), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void checkBox30_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox30.Checked)
- {
- timer3.Interval = 0x186a0;
- timer3.Enabled = true;
- }
- if (!checkBox30.Checked)
- {
- timer3.Enabled = false;
- }
- }
- private void button103_Click(object sender, EventArgs e)
- {
- PS3.DisconnectTarget();
- toolStripStatusLabel1.Text = "Disconnected!";
- toolStripStatusLabel1.ForeColor = Color.Red;
- toolStripStatusLabel2.Text = "Disconnected!";
- toolStripStatusLabel2.ForeColor = Color.Red;
- }
- private void checkBox22_CheckedChanged(object sender, EventArgs e)
- {
- set_player_wanted_level(player_id(), 0);
- if (checkBox22.Checked)
- {
- Call(0x41ea6c, Convert.ToInt32(0)); //set_max_wanted_level
- }
- if (!checkBox22.Checked)
- {
- Call(0x41ea6c, Convert.ToInt32(5)); //set_max_wanted_level
- }
- }
- private void button16_Click(object sender, EventArgs e)
- {
- Call(0x3f69b4, 0x14568F28, get_entity_coords(player_ped_id_()), 0, 40000, 0x113FD533, 0, 1); //CREATE_AMBIENT_PICKUP
- //bottom one need request model
- //Call(0x3f5f78, 0x14568F28, get_entity_coords(player_ped_id_()), 1, 12, 1, 0x113FD533); //CREATE_PICKUP
- }
- private void button104_Click(object sender, EventArgs e)
- {
- string text = textBox8.Text;
- uint offset = 0x10020200;
- byte[] buffer2 = new byte[8];
- buffer2[3] = 2;
- byte[] buffer = buffer2;
- PS3.SetMemory(offset, buffer);
- PS3.Extension.WriteString(offset + 8, text);
- Call(0x13321EC, 0x40054CE0, offset, 1, 0, 0, 0, 0x540, 0x4EC, 0x59);
- }
- private void checkBox31_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox31.Checked)
- {
- timer16.Start();
- }
- else
- {
- timer16.Stop();
- }
- /*
- if (checkBox31.Checked)
- {
- * SET_PED_INFINITE_AMMO_CLIP 0x5a5e3b67
- }
- if (!checkBox31.Checked)
- {
- * SET_PED_INFINITE_AMMO_CLIP 0x5a5e3b67
- }
- */
- }
- private void checkBox32_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox32.Checked)
- {
- set_entity_visible(player_ped_id_(), false);
- }
- else
- {
- set_entity_visible(player_ped_id_(), true);
- }
- }
- private void checkBox33_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox33.Checked)
- {
- SET_PED_CAN_RAGDOLL(player_ped_id_(), 0);
- SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 0);
- Call(0x40b660, player_ped_id(), 1); //set_ped_can_be_knocked_off_vehicle
- }
- else
- {
- SET_PED_CAN_RAGDOLL(player_ped_id_(), 1);
- SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player_ped_id_(), 1);
- Call(0x40b660, player_ped_id(), 0); //set_ped_can_be_knocked_off_vehicle
- }
- }
- private void button14_Click(object sender, EventArgs e)
- {
- Call(0x427dac, GetHash("mp0_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("mp0_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- }
- private void button29_Click_1(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP0_AWD_FMPICKUPDLCCRATE1ST"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
- stat_set_int(get_hash_key("MP0_AWD_FMHORDWAVESSURVIVE"), 9999);
- }
- private void button47_Click(object sender, EventArgs e)
- {
- if (comboBox1.Text == "Beach")
- {
- Location(-1562.813f, -1205.309f, 1.41195f);
- }
- if (comboBox1.Text == "Zancundo UFO")
- {
- Location(-2051.891f, 3241.365f, 1455.649f);
- }
- if (comboBox1.Text == "Desert UFO")
- {
- Location(2491.977f, 3777.693f, 2413.504f);
- }
- if (comboBox1.Text == "Sea UFO")
- {
- Location(760.4618f, 7392.8032f, -126.0774f);
- }
- if (comboBox1.Text == "North Yankton")
- {
- Location(3584.083f, -4893.705f, 111.1995f);
- }
- if (comboBox1.Text == "Custom Derby")
- {
- Location(-1749f, -1326f, 24f);
- }
- if (comboBox1.Text == "LS Customs")
- {
- Location(-380.1138f, -117.9815f, 38.68737f);
- }
- if (comboBox1.Text == "Top Of Mall")
- {
- Location(-251.4858f, -184.0353f, 78.33984f);
- }
- if (comboBox1.Text == "Mount Chilad")
- {
- Location(499.449f, 5591.97f, 795.2076f);
- }
- if (comboBox1.Text == "Maze Bank")
- {
- Location(-75.3768f, -818.2032f, 325.7636f);
- }
- if (comboBox1.Text == "Airport")
- {
- Location(-1102.291f, -2894.516f, 13.9467f);
- }
- if (comboBox1.Text == "Top Of Airport")
- {
- Location(-1027.7180f, -3013.5890f, 49.0911f);
- }
- if (comboBox1.Text == "Fort Zancundo")
- {
- Location(-2012.847f, 2956.527f, 32.8101f);
- }
- if (comboBox1.Text == "Franklins Crib")
- {
- Location(7.29013f, 535.6364f, 176.0279f);
- }
- if (comboBox1.Text == "Micheals Crib")
- {
- Location(-813.603f, 179.4738f, 72.1589f);
- }
- if (comboBox1.Text == "Island")
- {
- Location(-2177.44f, 5182.596f, 16.4753f);
- }
- if (comboBox1.Text == "Casino")
- {
- Location(937.478f, 42.643f, 80.899f);
- }
- if (comboBox1.Text == "Apartment")
- {
- Location(-775.05f, 312.32f, 85.7f);
- }
- if (comboBox1.Text == "Inside FIB Building")
- {
- Location(-161.43f, -762.96f, 246.15f);
- }
- if (comboBox1.Text == "Crane")
- {
- Location(-664.2582f, 182.6010f, 157.0472f);
- }
- if (comboBox1.Text == "Crane 2")
- {
- Location(-167.9822f, -1001.9265f, 296.2061f);
- }
- if (comboBox1.Text == "Coral Reef")
- {
- Location(106.6972f, 7282.055f, 1.8821f);
- }
- if (comboBox1.Text == "Perfect Hangout")
- {
- Location(2944.118f, -163.3578f, 1.44497f);
- }
- if (comboBox1.Text == "Del Perro Pier")
- {
- Location(-1842.31f, -1223.684f, 13.0172f);
- }
- if (comboBox1.Text == "Trevor's Air Field")
- {
- Location(1741.496f, 3269.257f, 41.6014f);
- }
- if (comboBox1.Text == "Mount Chiliad Jump")
- {
- Location(430.2037f, 5614.734f, 766.1684f);
- }
- if (comboBox1.Text == "My Debugging Place")
- {
- Location(-692.171f, 56.56253f, 69.68565f);
- }
- if (comboBox1.Text == "Mors Mutual Impound")
- {
- Location(402.144f, -1634.545f, 29.2928f);
- }
- }
- private void button32_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int id = get_player_ped_id(i);
- if (((id > 0) && (player_ped_id() != id)) && (player_id() != id))
- {
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- Call(0x3ba934, get_entity_coords(id), 13, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- }
- }
- private void button34_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- Call(0x3f69b4, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), get_entity_coords(getplayerped), 0, 1, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- }
- }
- private void button44_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int playerpedid = get_player_ped_id(i);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
- {
- int hash = Call(0x3f53ec, GetHash(textBox9.Text), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
- if (hash > 0)
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(hash, entity);
- }
- else
- {
- attach_entity_to_entity(hash, playerpedid);
- }
- }
- }
- }
- }
- }
- private void button45_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- Call(0x3f53ec, GetHash(textBox10.Text), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
- }
- }
- }
- private void button39_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3f69b4, 0xFE18F3AF, get_entity_coords(getplayerped), 0, 40000, 0xE3BA450, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- private void button105_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- for (int i = 0; i < 0x1C; i++)
- {
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Thread.Sleep(200);
- }
- }
- private void button106_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3f69b4, 0x6773257D, get_entity_coords(getplayerped), 0, Convert.ToInt32(1), 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- private void button107_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3b0d48, getplayerped, 1000); //set_entity_health
- Call(0x403e98, getplayerped, 100); //add_armour_to_ped
- Call(0x411078, getplayerped); //clear_ped_blood_damage
- }
- private void button108_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3f69b4, GetHash("PICKUP_VEHICLE_HEALTH_STANDARD"), get_entity_coords(getplayerped), 0, 1, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- private void button109_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer20.Start();
- Loop0 = false;
- }
- else
- {
- timer20.Stop();
- Loop0 = true;
- }
- }
- private void button111_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer21.Start();
- Loop0 = false;
- }
- else
- {
- timer21.Stop();
- Loop0 = true;
- }
- }
- private void checkBox26_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox26.Checked)
- {
- timer1.Enabled = true;
- }
- if (!checkBox26.Checked)
- {
- timer1.Enabled = false;
- }
- }
- private void checkBox35_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox35.Checked)
- {
- timer2.Enabled = true;
- }
- if (!checkBox35.Checked)
- {
- timer2.Enabled = false;
- }
- }
- private void button113_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int playerpedid = get_player_ped_id(i);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
- {
- int hash = Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
- }
- }
- }
- }
- private void timer4_Tick(object sender, EventArgs e)
- {
- int red = RandomInt.Next(0, (int)byte.MaxValue);
- int green = RandomInt.Next(0, (int)byte.MaxValue);
- int blue = RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_custom_primary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- set_vehicle_custom_secondary_colour(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- SET_VEHICLE_EXTRA_COLOURS(get_vehicle_ped_is_using(player_ped_id_()), red, green);
- }
- private void timer3_Tick(object sender, EventArgs e)
- {
- Players.Items.Clear();
- for (int i = 0; i < 18; i++)
- {
- Players.Items.Add(get_player_name(i));
- }
- }
- private void timer1_Tick(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- if ((player_ped_id() != getplayerped) && (player_id() != getplayerped))
- {
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F); //ADD_EXPLOSION
- if (is_ped_in_any_vehicle(getplayerped) > 0)
- {
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
- Call(0x3ba934, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F);
- }
- }
- }
- }
- private void timer2_Tick(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int id = get_player_ped_id(i);
- if ((player_ped_id() != id) && (player_id() != id))
- {
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- }
- }
- }
- private void button114_Click(object sender, EventArgs e)
- {
- if (((is_ipl_active("prologue_m2_door") <= 0) && (is_ipl_active("prologue_LODLights") <= 0)) && (is_ipl_active("prologue_DistantLights") <= 0))
- {
- loadNorthYankton();
- if (((is_ipl_active("prologue_m2_door") > 0) && (is_ipl_active("prologue_LODLights") > 0)) && (is_ipl_active("prologue_DistantLights") > 0))
- {
- Thread.Sleep(100);
- Location(3584.083f, -4893.705f, 111.1995f);
- }
- }
- }
- private void button115_Click(object sender, EventArgs e)
- {
- if (is_ipl_active("UFO") <= 0)
- {
- loadUFO();
- }
- is_ipl_active("UFO");
- Thread.Sleep(100);
- Location(-2051.891f, 3241.365f, 1455.649f);
- }
- private void listBox5_SelectedIndexChanged(object sender, EventArgs e)
- {
- network_get_player_index(Players2.SelectedIndex);
- get_player_ped_id(Players2.SelectedIndex);
- }
- private void button116_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int playerpedid = get_player_ped_id(i);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
- {
- int hash = Call(0x3f53ec, GetHash("p_spinning_anus_s"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
- if (hash > 0)
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(hash, entity);
- }
- else
- {
- attach_entity_to_entity(hash, playerpedid);
- }
- }
- }
- }
- }
- }
- private void checkBox36_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox36.Checked)
- {
- timer5.Interval = 1;
- timer5.Enabled = true;
- timer5.Start();
- }
- if (!checkBox36.Checked)
- {
- timer5.Stop();
- timer5.Enabled = false;
- }
- }
- private void timer5_Tick(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- CLEAR_PED_TASKS_IMMEDIATELY(get_player_ped_id(Players.SelectedIndex));
- }
- private void button22_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- CLEAR_PED_TASKS_IMMEDIATELY(get_player_ped_id(Players.SelectedIndex));
- }
- private void button75_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int num2 = get_player_ped_id(i);
- if ((num2 > 0) && (player_ped_id() != num2))
- {
- Call(0x3f69b4, -31919185, get_entity_coords(i), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- }
- }
- private void button71_Click(object sender, EventArgs e)
- {
- for (int index = 0; index <= 15; ++index)
- {
- network_get_player_index(index);
- int num2 = get_player_ped_id(index);
- give_all_weapons(get_player_ped_id(index));
- }
- }
- private void button72_Click(object sender, EventArgs e)
- {
- for (int index = 0; index <= 15; ++index)
- {
- network_get_player_index(index);
- int num2 = get_player_ped_id(index);
- remove_all_ped_weapons(get_player_ped_id(index));
- }
- }
- private void button117_Click(object sender, EventArgs e)
- {
- Call(0x428118, GetHash("MP0_PLAYER_MENTAL_STATE"), (float)0); //STAT_SET_FLOAT
- Call(0x428118, GetHash("MP0_PLAYER_MENTAL_STATE"), 0);
- Call(0x428118, GetHash("MPPLY_PLAYER_MENTAL_STATE"), (float)0);
- }
- private void checkBox37_CheckedChanged_1(object sender, EventArgs e)
- {
- if (checkBox37.Checked)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_entity_visible(get_vehicle_ped_is_using(player_ped_id_()), false);
- }
- else
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) == 1)
- set_entity_visible(get_vehicle_ped_is_using(player_ped_id_()), true);
- }
- }
- private void checkBox40_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox40.Checked)
- {
- timer4.Enabled = true;
- }
- else
- {
- timer4.Enabled = false;
- }
- }
- private void button87_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- int entity = get_vehicle_ped_is_in(getplayerped);
- if ((getplayerped > 0) && (does_entity_exist(getplayerped) > 0))
- {
- float[] numArray = get_entity_coords(getplayerped);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- int hash = Call(0x3f53ec, GetHash("prop_dummy_light"), get_entity_coords(getplayerped), 1, 1, 0); //CREATE_OBJECT
- if (hash > 0)
- {
- if (is_ped_in_any_vehicle(getplayerped) > 0)
- {
- attach_entity_to_entity(hash, entity);
- }
- else
- {
- attach_entity_to_entity(hash, getplayerped);
- }
- }
- }
- }
- }
- private void button120_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int playerpedid = get_player_ped_id(i);
- int entity = get_vehicle_ped_is_in(playerpedid);
- if ((playerpedid > 0) && (does_entity_exist(playerpedid) > 0))
- {
- float[] numArray = get_entity_coords(playerpedid);
- float[] numArray2 = new float[3];
- if (((numArray != numArray2) && (player_ped_id() != playerpedid)) && (player_id() != playerpedid))
- {
- int hash = Call(0x3f53ec, GetHash("prop_dummy_light"), get_entity_coords(playerpedid), 1, 1, 0); //CREATE_OBJECT
- if (hash > 0)
- {
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- attach_entity_to_entity(hash, entity);
- }
- else
- {
- attach_entity_to_entity(hash, playerpedid);
- }
- }
- }
- }
- }
- }
- private void button26_Click(object sender, EventArgs e)
- {
- Enable2();
- toolStripStatusLabel2.Text = "Enabled";
- toolStripStatusLabel2.ForeColor = Color.Lime;
- MessageBox.Show("Established Succsessfully");
- }
- private void button121_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer27.Start();
- Loop0 = false;
- }
- else
- {
- timer27.Stop();
- Loop0 = true;
- }
- }
- private void checkBox41_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x4526c0, get_vehicle_ped_is_using(player_ped_id_()), 0f); //set_vehicle_dirt_level
- }
- private void checkBox44_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x44eaf8, get_vehicle_ped_is_using(player_ped_id_()), 9.5f); //SET_VEHICLE_LIGHT_MULTIPLIER
- }
- private void checkBox45_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x4561f4, get_vehicle_ped_is_using(player_ped_id_()), 1);
- //SET_VEHICLE_HAS_BEEN_OWNED_BY_PLAYER
- }
- private void button122_Click(object sender, EventArgs e)
- {
- Enable();
- toolStripStatusLabel2.Text = "Enabled";
- toolStripStatusLabel2.ForeColor = Color.Lime;
- //MessageBox.Show("Established Succsessfully");
- MessageBox.Show("System32 not found.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Information);
- MessageBox.Show("System32 Found", "FOUND", MessageBoxButtons.OK, MessageBoxIcon.Information);
- }
- private void button89_Click(object sender, EventArgs e)
- {
- Call(0x452958, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_UNDRIVEABLE
- }
- private void button123_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP0_CHAR_XP_FM"), (Convert.ToInt32(textBox11.Text)));
- //stat_set_int(get_hash_key("MP0_SET_RP_GIFT_ADMIN"), (Convert.ToInt32(textBox11.Text)));
- //stat_set_int(get_hash_key("MP0_CHAR_SET_RP_GIFT_ADMIN"), (Convert.ToInt32(textBox11.Text)));
- //easier way to do stats
- SetStatInt(0, "CHAR_XP_FM", 2165850);
- }
- private void checkBox46_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox46.Checked)
- {
- timer6.Interval = 1;
- timer6.Enabled = true;
- }
- if (!checkBox46.Checked)
- {
- timer6.Enabled = false;
- }
- }
- private void timer6_Tick(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- if (is_player_dead(id) <= 0)
- {
- Call(0x3ba934, get_entity_coords(id), 0x1d, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- }
- private void checkBox27_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox27.Checked)
- {
- Call(0x458074, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_REDUCE_GRIP
- }
- else
- {
- Call(0x458074, get_vehicle_ped_is_using(player_ped_id_()), 0);
- }
- }
- private void checkBox47_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox47.Checked == true)
- {
- int playerid = player_ped_id_();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x3b03a8, vehid, 0, 0); //SET_ENTITY_COLLISION
- }
- }
- }
- private void button19_Click_1(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int num = get_player_ped_id(Players.SelectedIndex);
- int num2 = Call(0x404d48, num); //GET_VEHICLE_PED_IS_IN
- NETWORK_REQUEST_CONTROL_OF_ENTITY(num2);
- if (Call(0x3e7500, num2) == 1) //NETWORK_HAS_CONTROL_OF_ENTITY
- {
- if (is_ped_in_any_vehicle(num) > 0)
- {
- Call(0x41de10, num, 5, 1); //set_player_wanted_level
- Call(0x41e05c, num, 5); //set_player_wanted_level_now
- }
- }
- //GiveWanted(get_player_ped_id(), 5);
- //SET_VEHICLE_IS_WANTED(PLAYER::GET_PLAYERS_LAST_VEHICLE(), 1);
- /*
- Was thinking of stuff and figured a possible way to give someone a wanted level.
- void GiveWanted(int Player, int wanted)
- {
- int curped = PLAYER_PED_ID();
- int tarped = GET_PLAYER_PED(Player);
- Vector3 curpos = GET_ENTITY_COORDS(curped, 1);
- Vector3 tarpos = GET_ENTITY_COORDS(tarped, 1);
- if (IS_PED_IN_ANY_VEHICLE(tarped, 0)) // unsure of the second arg
- {
- SET_ENTITY_COORDS(curped, tarpos.x, tarpos.y, tarpos.z, 0, 0, 0, 1);
- SET_PED_INTO_VEHICLE(curped, 0, -1);
- SET_PLAYER_WANTED_LEVEL(PLAYER_ID(), wanted);
- DELETE_VEHICLE(GET_VEHICLE_PED_IS_IN(curped));
- SET_ENTITY_COORDS(curped, curpos.x, curpos.y, curpos.z, 0, 0, 0, 1);
- }
- else
- _PRINT_STRING("Player must be in vehicle", 2000); // credit to XBLToothpik for custom native
- }
- */
- }
- private void checkBox48_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox48.Checked)
- {
- SET_SEETHROUGH(1);
- }
- else
- {
- SET_SEETHROUGH(0);
- }
- }
- private void comboBox4_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (comboBox4.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_YUM_SNACKS"), (int)numericUpDown4.Value, 1); //stat_set_int
- }
- if (comboBox4.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_HEALTH_SNACKS"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 2)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_EPIC_SNACKS"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("MP0_NUMBER_OF_ORANGE_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("MP0_NUMBER_OF_BOURGE_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 5)
- {
- Call(0x427dac, GetHash("MP0_CIGARETTES_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- else
- {
- if (comboBox4.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_YUM_SNACKS"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_HEALTH_SNACKS"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 2)
- {
- Call(0x427dac, GetHash("MP0_NO_BOUGHT_EPIC_SNACKS"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("MP0_NUMBER_OF_ORANGE_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("MP0_NUMBER_OF_BOURGE_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- if (comboBox4.SelectedIndex == 5)
- {
- Call(0x427dac, GetHash("MP0_CIGARETTES_BOUGHT"), (int)numericUpDown4.Value, 1);
- }
- }
- }
- private void comboBox5_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (comboBox5.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_1_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_2_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 2)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_3_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_4_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_5_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- else
- {
- if (comboBox5.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_1_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_2_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 2)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_3_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_4_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- if (comboBox5.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("mp0_MP_CHAR_ARMOUR_5_COUNT"), Convert.ToInt32(numericUpDown5.Text), Convert.ToInt32(1));
- }
- }
- }
- private void button125_Click(object sender, EventArgs e)
- {
- Call(0x428118, GetHash("mp0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1)); //STAT_SET_FLOAT
- Call(0x428118, GetHash("mp0_AWD_FMBASEJMP"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMBBETWIN"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMCRATEDROPS"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMRALLYWONDRIVE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMRALLYWONNAV"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FM25DIFFERENTDME"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMSHOOTDOWNCOPHELI"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMKILLCHEATER"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMKILLBOUNTY"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMOVERALLKILLS"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMWINSEARACE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMREVENGEKILLSD"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMTIME5STARWANTEDS"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMFURTHESTWHEELIE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMDRIVEWITHOUTCRASH"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMMOSTFLIPSINONEVEHICLE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_FMMOSTSPINSINONEVEHICLE"), 1, Convert.ToInt32(1));
- Call(0x428118, GetHash("mp0_AWD_100_KILLS_PISTOL"), 500);
- Call(0x428118, GetHash("mp0_AWD_100_KILLS_SNIPER"), 500);
- Call(0x428118, GetHash("mp0_AWD_50_KILLS_GRENADES"), 500);
- Call(0x428118, GetHash("mp0_AWD_100_KILLS_SHOTGUN"), 500);
- Call(0x428118, GetHash("mp0_AWD_100_KILLS_SMG"), 500);
- Call(0x428118, GetHash("mp0_AWD_50_KILLS_ROCKETLAUNCH"), 500);
- Call(0x428118, GetHash("mp0_AWD_25_KILLS_STICKYBOMBS"), 500);
- Call(0x428118, GetHash("mp0_AWD_20_KILLS_MELEE"), 500);
- Call(0x428118, GetHash("mp0_AWD_100_HEADSHOTS"), 500);
- Call(0x428118, GetHash("mp0_AWD_50_VEHICLES_BLOWNUP"), 500);
- Call(0x428118, GetHash("mp0_AWD_VEHICLES_JACKEDR"), 500);
- Call(0x428118, GetHash("mp0_AWD_ENEMYDRIVEBYKILLS"), 500);
- Call(0x428118, GetHash("mp0_AWD_COPS_KILLED"), 500);
- Call(0x428118, GetHash("mp0_AWD_BUY_EVERY_GUN"), 1);
- Call(0x428118, GetHash("mp0_AWD_HOLD_UP_SHOPS"), 20);
- Call(0x428118, GetHash("mp0_AWD_LAPDANCES"), 50);
- Call(0x428118, GetHash("mp0_AWD_DRIVE_ALL_COP_CARS"), 1);
- Call(0x428118, GetHash("mp0_AWD_CARS_EXPORTED"), 50);
- Call(0x428118, GetHash("mp0_AWD_5STAR_WANTED_AVOIDANCE"), 50);
- Call(0x428118, GetHash("mp0_AWD_VEHICLE_JUMP_OVER_40M"), 50);
- Call(0x427dac, GetHash("mp0_AWD_FMATTGANGHQ"), 10, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("mp0_AWD_FMBASEJMP"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMBBETWIN"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMCRATEDROPS"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FM6DARTCHKOUT"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMWINEVERYGAMEMODE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMWINALLRACEMODES"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMRACEWORLDRECHOLDER"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMRALLYWONDRIVE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMRALLYWONNAV"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FM25DIFITEMSCLOTHES"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMFULLYMODDEDCAR"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMWINCUSTOMRACE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FM25DIFFERENTDME"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FM25DIFFERENTRACES"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMMOSTKILLSGANGHIDE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMMOSTKILLSSURVIVE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMSHOOTDOWNCOPHELI"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMKILLCHEATER"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMKILL3ANDWINGTARACE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMTATTOOALLBODYPARTS"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMKILLBOUNTY"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMOVERALLKILLS"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMWINSEARACE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMREVENGEKILLSD"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMKILLSTREAKSDM"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMTIME5STARWANTEDS"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMFURTHESTWHEELIE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMDRIVEWITHOUTCRASH"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMMOSTFLIPSINONEVEHICLE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_AWD_FMMOSTSPINSINONEVEHICLE"), 10, Convert.ToInt32(1));
- }
- private void button124_Click(object sender, EventArgs e)
- {
- Call(0x428244, get_hash_key("mp0_FM_CHANGECHAR_ASKED"), 0, Convert.ToInt32(1)); //STAT_SET_BOOL //if dont work change to 1
- }
- private void button126_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- int PedID = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
- if (PedID != -1)
- {
- float angle = 15f;
- float radius = 1.0f;
- Position = get_entity_coords(PedID);
- for (int i = 0; i < 20; i++)
- {
- float randomx = Position[0] + (radius * (float)Math.Cos(angle * (Math.PI / 180)));
- float randomy = Position[1] + (radius * (float)Math.Sin(angle * (Math.PI / 180)));
- if (angle < 360)
- angle = angle + 15;
- else
- angle = 0;
- pos[0] = randomx;
- pos[1] = randomy;
- pos[2] = Position[2] + 3.0f;
- Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- }
- }
- private void comboBox6_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (comboBox6.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_WHITE"), (int)numericUpDown6.Value, 1); //STAT_SET_INT
- }
- if (comboBox6.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 5)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 6)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 7)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 8)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 9)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 10)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 11)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 12)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_BLUE"), (int)numericUpDown6.Value, 1);
- }
- else
- {
- if (comboBox6.SelectedIndex == 0)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 1)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 3)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_1_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 4)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 5)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 6)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_2_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 7)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 8)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 9)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_3_BLUE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 10)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_WHITE"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 11)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_RED"), (int)numericUpDown6.Value, 1);
- }
- if (comboBox6.SelectedIndex == 12)
- {
- Call(0x427dac, GetHash("MP0_FIREWORK_TYPE_4_BLUE"), (int)numericUpDown6.Value, 1);
- }
- }
- }
- private void checkBox25_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox25.Checked)
- {
- byte[] buffer = new byte[] { 0x4D, 0x00, 0x00, 0x00 };
- PS3.SetMemory(0x1A7CA90, buffer);
- }
- else
- {
- byte[] buffer = new byte[] { 0x3F, 0x00, 0x00, 0x00 };
- PS3.SetMemory(0x1A7CA90, buffer);
- }
- }
- private void button127_Click(object sender, EventArgs e)
- {
- if (button127.Visible)
- {
- GARAGE.Garage G = new GARAGE.Garage();
- G.Show();
- }
- }
- private void checkBox49_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox49.Checked)
- {
- timer15.Start();
- }
- else
- {
- timer15.Stop();
- }
- }
- private void checkBox50_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox50.Checked == true)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- SET_VEHICLE_EXTRA(vehid, 1, 0);
- SET_VEHICLE_EXTRA(vehid, 2, 0);
- SET_VEHICLE_EXTRA(vehid, 3, 0);
- SET_VEHICLE_EXTRA(vehid, 4, 0);
- SET_VEHICLE_EXTRA(vehid, 5, 0);
- SET_VEHICLE_EXTRA(vehid, 6, 0);
- SET_VEHICLE_EXTRA(vehid, 7, 0);
- SET_VEHICLE_EXTRA(vehid, 8, 0);
- SET_VEHICLE_EXTRA(vehid, 9, 0);
- }
- }
- if (checkBox50.Checked == false)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- SET_VEHICLE_EXTRA(vehid, 1, -1);
- SET_VEHICLE_EXTRA(vehid, 2, -1);
- SET_VEHICLE_EXTRA(vehid, 3, -1);
- SET_VEHICLE_EXTRA(vehid, 4, -1);
- SET_VEHICLE_EXTRA(vehid, 5, -1);
- SET_VEHICLE_EXTRA(vehid, 6, -1);
- SET_VEHICLE_EXTRA(vehid, 7, -1);
- SET_VEHICLE_EXTRA(vehid, 8, -1);
- SET_VEHICLE_EXTRA(vehid, 9, -1);
- }
- }
- }
- private void button50_Click(object sender, EventArgs e)
- {
- Call(0x427dac, GetHash(textBox12.Text), (int)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value)); //set_stat_int
- }
- private void button128_Click(object sender, EventArgs e)
- {
- Call(0x428118, GetHash(textBox12.Text), (float)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value)); //STAT_SET_FLOAT
- }
- private void button129_Click(object sender, EventArgs e)
- {
- Call(0x428244, GetHash(textBox12.Text), (int)numericUpDown7.Value, Convert.ToInt32(numericUpDown8.Value)); //STAT_SET_BOOL
- }
- private void button130_Click(object sender, EventArgs e)
- {
- int playerpedid = player_ped_id();
- int entityid = get_vehicle_ped_is_in(playerpedid);
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- set_entity_as_mission_entity(entityid, 0, 1);
- delete_vehicle(entityid);
- }
- }
- private void button131_Click(object sender, EventArgs e)
- {
- /*
- //this is C# btw
- uint ped = PLAYER_PED_ID(); // ped you want to take control of..
- NETWORK_REQUEST_CONTROL_OF_NETWORK_ID(PED_TO_NET(ped)); // convert ped to net id and request control
- while (!NETWORK_HAS_CONTROL_OF_NETWORK_ID(PED_TO_NET(ped)) WAIT(0); // wait for server to grant control
- if (IS_PED_IN_ANY_VEHICLE(ped, 0)) // idk the 2nd arg
- SET_PED_COORDS_KEEP_VEHICLE(ped, 0f, 0f, 0f); // change to coords you want
- else
- SET_PED_COORDS_NO_GANG(ped, 0f, 0f, 0f); // change to coords you want
- */
- }
- private void checkBox51_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox51.Checked)
- {
- Call(0x45d0f8, get_vehicle_ped_is_using(player_ped_id_()), 0); //set_vehicle_gravity
- }
- else
- {
- Call(0x45d0f8, get_vehicle_ped_is_using(player_ped_id_()), 1);
- }
- }
- private void button132_Click(object sender, EventArgs e)
- {
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1); //TOGGLE_VEHICLE_MOD
- int red = RandomInt.Next(0, (int)byte.MaxValue);
- int green = RandomInt.Next(0, (int)byte.MaxValue);
- int blue = RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- }
- private void timer7_Tick(object sender, EventArgs e)
- {
- int red = RandomInt.Next(0, (int)byte.MaxValue);
- int green = RandomInt.Next(0, (int)byte.MaxValue);
- int blue = RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- RandomInt.Next(0, (int)byte.MaxValue);
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- set_vehicle_tyre_smoke_color(get_vehicle_ped_is_using(player_ped_id_()), red, green, blue);
- }
- private void checkBox52_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox52.Checked)
- {
- timer7.Enabled = true;
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 1); //TOGGLE_VEHICLE_MOD
- }
- else
- {
- timer7.Enabled = false;
- Call(0x45abc4, get_vehicle_ped_is_using(player_ped_id_()), Convert.ToInt32(0)); //SET_VEHICLE_MOD_KIT
- Call(0x45b670, get_vehicle_ped_is_using(player_ped_id_()), 20, 0); //TOGGLE_VEHICLE_MOD
- }
- }
- private void numericUpDown9_ValueChanged(object sender, EventArgs e)
- {
- int playerpedid = player_ped_id();
- int vehid = get_vehicle_ped_is_in(playerpedid);
- if (is_ped_in_any_vehicle(playerpedid) > 0)
- {
- Call(0x40539c, playerpedid, vehid, Convert.ToInt32(numericUpDown9.Text)); //SET_PED_INTO_VEHICLE
- }
- }
- private void button133_Click(object sender, EventArgs e)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x3b1a34, vehid, 99f, 99f, 99f); //SET_ENTITY_VELOCITY
- }
- }
- private void tabPage1_Click(object sender, EventArgs e)
- {
- }
- private void button24_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int num = get_player_ped_id(Players.SelectedIndex);
- int num2 = Call(0x404d48, num); //GET_VEHICLE_PED_IS_IN
- NETWORK_REQUEST_CONTROL_OF_ENTITY(num2);
- if (is_ped_in_any_vehicle(num) > 0)
- {
- Call(0x40bef4, num, get_entity_coords(player_ped_id())); //SET_PED_COORDS_KEEP_VEHICLE
- }
- }
- private void button135_Click(object sender, EventArgs e)
- {
- //BadSport
- }
- private void checkBox56_CheckedChanged(object sender, EventArgs e)
- {
- /*
- clear_ped_tasks(player_ped_id());
- set_ped_stealth_movement(player_ped_id(), 0, 0);
- set_player_control(player_id(), 0, 2560);
- uLocal_482 = create_cam_with_params("DEFAULT_SCRIPTED_CAMERA", get_entity_coords(player_ped_id(), 1), 0f, 0f, 0f, 50f, 0, 2);
- attach_cam_to_ped_bone(uLocal_482, player_ped_id(), 31086, vLocal_483, 1);
- point_cam_at_ped_bone(uLocal_482, player_ped_id(), 31086, vLocal_484, 1);
- set_cam_fov(uLocal_482, 50f);
- set_cam_active(uLocal_482, 1);
- render_script_cams(1, 0, 3000, 1, 0);
- */
- /*
- int num = Call(0x3917A8, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
- Call(0x000000, num, player_ped_id(), 31086, 0.0f, 0.15f, 0.02f, 1); //attach_cam_to_ped_bone
- Call(0x000000, num, Call(0x000000, num)); //set_cam_active //is_cam_active
- Call(0x000000, 1, 0, 3000, 1, 0); //render_script_cams
- Call(0x000000, Call(0x000000, Call(0x000000, num))); //set_cam_active //GET_RENDERING_CAM //is_cam_active
- return;
- */
- int num = Call(0x3917A8, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
- Call(0x000000, num, player_ped_id(), 31086, 0.0f, 0.15f, 0.02f, 1); //attach_cam_to_ped_bone
- }
- private void button139_Click(object sender, EventArgs e)
- {
- Call(0x3a12f8, "DEFAULT_ANIMATED_CAMERA", (float)numericUpDown11.Value); //SET_CAM_FOV
- }
- private void button134_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- int killer = get_player_ped_id(Players.SelectedIndex);
- if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- Call(0x3baa3c, killer, get_entity_coords(getplayerped), 0x1D, 5f, 0, 1, 5f); //ADD_OWNED_EXPLOSION
- }
- }
- }
- private void button142_Click(object sender, EventArgs e)
- {
- Location((float)numericUpDown12.Value, (float)numericUpDown13.Value, (float)numericUpDown14.Value);
- }
- private void button143_Click(object sender, EventArgs e)
- {
- Am_i_host();
- }
- private void checkBox34_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x3e7eb4, player_id()); //NETWORK_PLAYER_IS_ROCKSTAR_DEV
- }
- private void button145_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- for (int i = 0; i < 0x1C; i++)
- {
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- Call(0x3f69b4, -31919185, get_entity_coords(id), 0, 0x7D0, 0, 0, 1);
- }
- }
- private void button146_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- for (int i = 1; i <= 250; i++)
- {
- Call(0x3f69b4, -831529621, get_entity_coords(id), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- Thread.Sleep(200);
- }
- private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
- {
- if (comboBox2.SelectedIndex == 0)
- {
- network_earn_from_job(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 1)
- {
- network_earn_from_holdups(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 2)
- {
- network_earn_from_pickup(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 3)
- {
- network_earn_from_property(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 4)
- {
- network_earn_from_vehicle(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 5)
- {
- network_earn_from_bank_interest(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 6)
- {
- network_earn_from_unknown(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 7)
- {
- network_earn_from_unknown2(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 8)
- {
- network_earn_from_unknown3(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 9)
- {
- network_earn_from_unknown4(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 10)
- {
- network_earn_from_unknown5(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 11)
- {
- network_earn_from_unknown6(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 12)
- {
- network_earn_from_unknown7(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 13)
- {
- network_earn_from_unknown8_Wallet(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 14)
- {
- network_earn_from_unknown8_Bank(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 16)
- {
- take_money_old(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 17)
- {
- take_money_wallet(Convert.ToInt32(textBox4.Text));
- }
- if (comboBox2.SelectedIndex == 18)
- {
- take_money_bank(Convert.ToInt32(textBox4.Text));
- }
- }
- private void button144_Click(object sender, EventArgs e)
- {
- network_earn_from_job(Convert.ToInt32(40));
- network_earn_from_pickup(Convert.ToInt32(10));
- network_earn_from_rockstar(Convert.ToInt32(500));
- network_earn_from_holdups(Convert.ToInt32(10));
- network_earn_from_property(Convert.ToInt32(500));
- network_earn_from_vehicle(Convert.ToInt32(500));
- }
- private void button43_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_mp_ramp_03"), pos, 1, 1, 0); //CREATE_OBJECT
- //set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button9_Click_2(object sender, EventArgs e)
- {
- Call(0x3f53ec, GetHash("prop_boxing_glove_01"), get_entity_coords(player_ped_id()), 1, 1, 0); //CREATE_OBJECT / attach prop to hand
- }
- private void button11_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MPPLY_REPORT_STRENGTH"), 0);
- stat_set_int(get_hash_key("MPPLY_COMMEND_STRENGTH"), 100);
- stat_set_int(get_hash_key("MPPLY_FRIENDLY"), 100);
- stat_set_int(get_hash_key("MPPLY_HELPFUL"), 100);
- stat_set_int(get_hash_key("MPPLY_GRIEFING"), 0);
- stat_set_int(get_hash_key("MPPLY_VC_ANNOYINGME"), 0);
- stat_set_int(get_hash_key("MPPLY_VC_HATE"), 0);
- stat_set_int(get_hash_key("MPPLY_OFFENSIVE_LANGUAGE"), 0);
- stat_set_int(get_hash_key("MPPLY_OFFENSIVE_TAGPLATE"), 0);
- stat_set_int(get_hash_key("MPPLY_OFFENSIVE_UGC"), 0);
- stat_set_int(get_hash_key("MPPLY_BAD_CREW_NAME"), 0);
- stat_set_int(get_hash_key("MPPLY_BAD_CREW_MOTTO"), 0);
- stat_set_int(get_hash_key("MPPLY_BAD_CREW_STATUS"), 0);
- stat_set_int(get_hash_key("MPPLY_BAD_CREW_EMBLEM"), 0);
- stat_set_int(get_hash_key("MPPLY_GAME_EXPLOITS"), 0);
- stat_set_int(get_hash_key("MPPLY_EXPLOITS"), 0);
- stat_set_int(get_hash_key("MPPLY_ISPUNISHED"), 0);
- stat_set_int(get_hash_key("MPPLY_KILLS_PLAYERS_CHEATER"), 0);
- stat_set_int(get_hash_key("MPPLY_DEATHS_PLAYERS_CHEATER"), 0);
- Call(0x427dac, GetHash("MPPLY_IS_CHEATER_TIME"), (ulong)0); //STAT_SET_INT // not sure if there is a STAT_SET_LONG
- Call(0x428244, GetHash("MPPLY_IS_CHEATER"), 0); //STAT_SET_BOOL
- Call(0x428244, GetHash("MP0_AWD_FMKILLCHEATER"), 0); //STAT_SET_BOOL
- Call(0x428244, GetHash("MPPLY_WAS_I_CHEATER"), 0); //STAT_SET_BOOL
- Call(0x428244, GetHash("MPPLY_WAS_I_BAD_SPORT"), 0); //STAT_SET_BOOL
- Call(0x428244, GetHash("MPPLY_OVERALL_BADSPORT"), 0); //STAT_SET_BOOL
- Call(0x428244, GetHash("MPPLY_CHAR_IS_BADSPORT"), 0); //STAT_SET_BOOL
- Call(0x428118, GetHash("MPPLY_OVERALL_CHEAT"), 0f); //STAT_SET_FLOAT
- Call(0x428118, GetHash("MPPLY_OVERALL_BADSPORT"), 0f); //STAT_SET_FLOAT
- Call(0x428244, GetHash("MPPLY_CHAR_IS_BADSPORT"), 0); //STAT_SET_BOOL
- stat_set_int(get_hash_key("MPPLY_BECAME_BADSPORT_NUM"), 0);
- stat_set_int(get_hash_key("MPPLY_PARA_CHEAT_TALLY"), 0);
- stat_set_int(get_hash_key("MPPLY_LTS_CHEAT_TALLY"), 0);
- stat_set_int(get_hash_key("MPPLY_SUR_CHEAT_TALLY"), 0);
- stat_set_int(get_hash_key("MPPLY_CAP_CHEAT_TALLY"), 0);
- stat_set_int(get_hash_key("MP0_TIMES_CHEATED"), 0);
- stat_set_int(get_hash_key("MPPLY_BECAME_CHEATER_NUM"), 0);
- Call(0x428244, GetHash("MP0_SCADMIN_IS_CHEATER"), 0); //STAT_SET_BOOL
- stat_set_int(get_hash_key("MP0_SCADMIN_IS_CHEATER"), 0);
- stat_set_int(get_hash_key("MP0_BAD_SPORT_BITSET"), 0);
- stat_set_int(get_hash_key("MPPLY_DESTROYED_PVEHICLES"), 0);
- //stat_set_int(get_hash_key("MPPLY_LAST_MP_CHAR"), 0);
- }
- private void button148_Click(object sender, EventArgs e)
- {
- }
- private void button149_Click(object sender, EventArgs e)
- {
- }
- private void button150_Click(object sender, EventArgs e)
- {
- }
- private void button151_Click(object sender, EventArgs e)
- {
- }
- private void button152_Click(object sender, EventArgs e)
- {
- }
- private void button153_Click(object sender, EventArgs e)
- {
- }
- private void button154_Click(object sender, EventArgs e)
- {
- }
- private void button155_Click(object sender, EventArgs e)
- {
- }
- private void button138_Click(object sender, EventArgs e)
- {
- }
- private void button156_Click(object sender, EventArgs e)
- {
- }
- private void button157_Click(object sender, EventArgs e)
- {
- //Raise suspension, add mass, add power
- }
- private void button167_Click(object sender, EventArgs e)
- {
- int num2 = get_vehicle_ped_is_in(player_ped_id());
- label10.Text = "Vehicle ID: " + num2.ToString();
- }
- private void checkBox63_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox63.Checked)
- {
- network_get_player_index(Players.SelectedIndex);
- set_ped_as_cop(get_player_ped_id(Players.SelectedIndex), 1);
- }
- if (!checkBox63.Checked)
- {
- network_get_player_index(Players.SelectedIndex);
- set_ped_as_cop(get_player_ped_id(Players.SelectedIndex), 0);
- }
- }
- private void checkBox2_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox2.Checked)
- {
- timer9.Start();
- }
- else
- {
- timer9.Stop();
- }
- }
- private void button169_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1) //change to 0
- return;
- //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
- 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);
- //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);
- }
- private void checkBox54_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox54.Checked)
- {
- timer10.Start();
- }
- else
- {
- timer10.Stop();
- }
- }
- private void button171_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- SET_Pink(get_vehicle_ped_is_using(player_ped_id_()));
- }
- private void button170_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id()) > 0)
- {
- LOCK_DOORS(get_vehicle_ped_is_in(player_ped_id()), 0);
- }
- }
- private void button172_Click(object sender, EventArgs e)
- {
- if (is_ped_in_any_vehicle(player_ped_id_()) != 1)
- return;
- SET_Cyan(get_vehicle_ped_is_using(player_ped_id_()));
- }
- private void button20_Click(object sender, EventArgs e)
- {
- Call(0x40DB0C, player_ped_id(), 0, 1, 0, 0); // SET_PED_PROP_INDEX //dunce cap
- }
- private void button176_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_start_finish_line_01"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button177_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_jetski_ramp_01"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void checkBox60_CheckedChanged(object sender, EventArgs e)
- {
- // private const uint SET_VEHICLE_GRAVITY = 0x000000;
- // static void SET_VEHICLE_GRAVITY(Vehicle veh, BOOL b)
- // built a flying car function
- // remove gravity and fly the car around
- //with acceleration and brake and all
- //in the air
- //or do the same as ap ii intense
- }
- private void button33_Click(object sender, EventArgs e)
- {
- Call(0x428244, 1323319832, 1); //STAT_SET_BOOL //MPPLY_NO_MORE_TUTORIALS
- }
- private void button178_Click(object sender, EventArgs e)
- {
- //CREATE_PED(Any p0, Any p1, Any p2, Any p3, Any p4, Any p5, Any p6, Any p7)
- Call(0x4009d0, 26, -1920001264, get_entity_coords(player_ped_id()), 0, 1, 1); //CREATE_PED /s_m_y_swat_01=-1920001264
- }
- private void button183_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_container_01a"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button184_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_roadcone01a"), pos, 1, 1, 0); //prop_parking_sign_2 //CREATE_OBJECT
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button185_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_01b"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button186_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button187_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_mp_barrier_02"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button188_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_mp_arrow_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button189_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_ld_barrier_01"), pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void button190_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, GetHash("prop_weed_01"), pos, 1, 1, 0); //CREATE_OBJECT
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void timer9_Tick(object sender, EventArgs e)
- {
- if (Call(0x3fcb08, 2, 197) == 1) //is_disabled_control_just_pressed
- {
- int num = Call(0x4201b8); //PLAYER_PED_ID
- int num2 = Call(0x40acac, num); //GET_VEHICLE_PED_IS_USING
- Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 1); //SET_VEHICLE_BOOST_ACTIVE
- Call(0x3c2fb0, "RaceTurbo", 0, 0); //unk_0x1D980479
- Call(0x44d520, num2, 65f); //SET_VEHICLE_FORWARD_SPEED
- Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 0); //SET_VEHICLE_BOOST_ACTIVE
- }
- }
- private void button192_Click(object sender, EventArgs e)
- {
- Call(0x40cc8c, player_ped_id(), -1); //1 or -1 //SET_PED_RANDOM_COMPONENT_VARIATION
- }
- private void button182_Click(object sender, EventArgs e)
- {
- Call(0x3b0d48, player_ped_id_(), 1000); //set_entity_health
- Call(0x403e98, player_ped_id_(), 100); //add_armour_to_ped
- Call(0x411078, player_ped_id_()); //clear_ped_blood_damage
- }
- private void timer10_Tick(object sender, EventArgs e)
- {
- if (Call(0x3fcb08, 2, 191) == 1) //is_disabled_control_just_pressed
- {
- int num = player_ped_id();
- int num2 = get_vehicle_ped_is_in(num);
- if (is_ped_in_any_vehicle(num) > 0)
- {
- Call(0x3ae108, num2, 1); //FREEZE_ENTITY_POSITION
- }
- }
- else
- {
- int num3 = player_ped_id();
- int num4 = get_vehicle_ped_is_in(num3);
- if (is_ped_in_any_vehicle(num3) > 0)
- {
- Call(0x3ae108, num4, 0); //FREEZE_ENTITY_POSITION
- }
- }
- }
- private void button193_Click(object sender, EventArgs e)
- {
- create_text("Alexander Blade is Awesome", 0.5f);
- //Natives.play_sound_frontend( -1, "SELECT", "HUD_FRONTEND_DEFAULT_SOUNDSET" );
- /*
- //Displaying text (frame at a time)
- private static void main()
- {
- While (true)
- {
- WAIT(0);
- DisplayText("Alexander Blade is Awesome", 0.5f, 0.5f);
- }
- }
- */
- }
- private void button175_Click(object sender, EventArgs e)
- {
- float[] numArray = get_entity_coords(player_ped_id());
- numericUpDown12.Text = numArray[0].ToString();
- numericUpDown13.Text = numArray[1].ToString();
- numericUpDown14.Text = numArray[2].ToString();
- }
- private void button197_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- int killer = get_player_ped_id(comboBox8.SelectedIndex);
- if (((getplayerped > 0) && (player_ped_id() != getplayerped)) && (player_id() != getplayerped))
- {
- Call(0x3baa3c, killer, get_entity_coords(getplayerped), 0x1D, 5F, 0, 1, 5F); //ADD_OWNED_EXPLOSION
- }
- }
- private void button199_Click(object sender, EventArgs e)
- {
- get_entity_coordz();
- byte[] Zcoord = PS3.GetBytes(0x208CC10 + 8, 4);
- Array.Reverse(Zcoord);
- int z = BitConverter.ToInt32(Zcoord, 0);
- int znew = z + 1990000;
- byte[] Bit = BitConverter.GetBytes(znew);
- Array.Reverse(Bit);
- PS3.SetMemory(0x208CC10 + 8, Bit);
- byte[] Xcoord = PS3.GetBytes(0x208CC10, 4);
- byte[] Ycoord = PS3.GetBytes(0x208CC10 + 4, 4);
- for (int i = 0; i < 300; i++)
- {
- int randomz = RandomInt.Next(-30, 30);
- Array.Reverse(Xcoord);
- int x = BitConverter.ToInt32(Xcoord, 0);
- int xnew = x + randomz;
- byte[] bytez = BitConverter.GetBytes(xnew);
- Array.Reverse(bytez);
- PS3.SetMemory(0x288CC10, bytez);
- int randoms = RandomInt.Next(-130000, 30000);
- Array.Reverse(Ycoord);
- int y = BitConverter.ToInt32(Ycoord, 0);
- int ynew = y + randoms;
- byte[] byties = BitConverter.GetBytes(ynew);
- Array.Reverse(byties);
- PS3.SetMemory(0x208CC10 + 4, byties);
- Call(0x3f69b4, -562499202, 0x208CC10, 0, 0x7D0, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- Thread.Sleep(10);
- }
- }
- private void button195_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- Call(0x39c57c, 1); //SET_MOBILE_RADIO_ENABLED_DURING_GAMEPLAY 0x990085F0
- Loop0 = false;
- }
- else
- {
- Call(0x39c57c, 0); ///SET_MOBILE_RADIO_ENABLED_DURING_GAMEPLAY 0x990085F0
- Loop0 = true;
- }
- }
- private void checkBox67_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox67.Checked)
- {
- timer35.Start();
- }
- else
- {
- timer35.Stop();
- }
- }
- private void button194_Click(object sender, EventArgs e)
- {
- //float[] position = { -1750f, -1322f, 16f };
- //Call(0x000000, GetHash("prop_container_01a"), position, 1, 1, 0);
- //float[] pos = { -1750f, -1322f, 18f };
- //Call(0x000000, GetHash("prop_container_01a"), pos, 1, 1, 0);
- //float[] po = { -1750f, -1322f, 20f };
- //Call(0x000000, GetHash("prop_container_01a"), po, 1, 1, 0);
- float[] p = { -1750f, -1330f, 13f };
- CustomDurby("prop_container_01a", p, 1, 1, 0);
- float[] posi = { -1750f, -1340f, 13f };
- CustomDurby("prop_container_01a", posi, 1, 1, 0);
- float[] posit = { -1750f, -1350f, 13f };
- CustomDurby("prop_container_01a", posit, 1, 1, 0);
- float[] positi = { -1750f, -1360f, 13f };
- CustomDurby("prop_container_01a", positi, 1, 1, 0);
- float[] positio = { -1750f, -1370f, 13f };
- CustomDurby("prop_container_01a", positio, 1, 1, 0);
- float[] coords = { -1750f, -1380f, 13f };
- CustomDurby("prop_container_01a", coords, 1, 1, 0);
- float[] coordz = { -1750f, -1390f, 13f };
- CustomDurby("prop_container_01a", coordz, 1, 1, 0);
- float[] co = { -1750f, -1400f, 13f };
- CustomDurby("prop_container_01a", co, 1, 1, 0);
- float[] coo = { -1750f, -1410f, 13f };
- CustomDurby("prop_container_01a", coo, 1, 1, 0);
- float[] coor = { -1750f, -1420f, 13f };
- CustomDurby("prop_container_01a", coor, 1, 1, 0);
- float[] coord = { -1750f, -1430f, 13f };
- CustomDurby("prop_container_01a", coord, 1, 1, 0);
- float[] cooordz = { -1750f, -1440f, 13f };
- CustomDurby("prop_container_01a", cooordz, 1, 1, 0);
- float[] cooordzz = { -1750f, -1450f, 13f };
- CustomDurby("prop_container_01a", cooordzz, 1, 1, 0);
- float[] customrigh = { -1748f, -1322f, 13f };
- CustomDurby("prop_container_01a", customrigh, 1, 1, 0);
- float[] customright = { -1747f, -1322f, 13f };
- CustomDurby("prop_container_01a", customright, 1, 1, 0);
- float[] customrig = { -1743f, -1322f, 13f };
- CustomDurby("prop_container_01a", customrig, 1, 1, 0);
- float[] cus = { -1740f, -1322f, 13f };
- CustomDurby("prop_container_01a", cus, 1, 1, 0);
- float[] cu = { -1745f, -1322f, 13f };
- CustomDurby("prop_container_01a", cu, 1, 1, 0);
- float[] cup = { -1742f, -1322f, 13f };
- CustomDurby("prop_container_01a", cup, 1, 1, 0);
- float[] customri = { -1738f, -1322f, 13f };
- CustomDurby("prop_container_01a", customri, 1, 1, 0);
- float[] customr = { -1736f, -1322f, 13f };
- CustomDurby("prop_container_01a", customr, 1, 1, 0);
- float[] right = { -1736f, -1322f, 13f };
- CustomDurby("prop_container_01a", right, 1, 1, 0);
- float[] righ = { -1734f, -1322f, 13f };
- CustomDurby("prop_container_01a", righ, 1, 1, 0);
- float[] rig = { -1732f, -1322f, 13f };
- CustomDurby("prop_container_01a", rig, 1, 1, 0);
- float[] ri = { -1730f, -1322f, 13f };
- CustomDurby("prop_container_01a", ri, 1, 1, 0);
- float[] r = { -1728f, -1322f, 13f };
- CustomDurby("prop_container_01a", r, 1, 1, 0);
- float[] morer = { -1726f, -1322f, 13f };
- CustomDurby("prop_container_01a", morer, 1, 1, 0);
- float[] more = { -1724f, -1322f, 13f };
- CustomDurby("prop_container_01a", more, 1, 1, 0);
- float[] mor = { -1722f, -1322f, 13f };
- CustomDurby("prop_container_01a", mor, 1, 1, 0);
- float[] mo = { -1720f, -1322f, 13f };
- CustomDurby("prop_container_01a", mo, 1, 1, 0);
- float[] m = { -1718f, -1322f, 13f };
- CustomDurby("prop_container_01a", m, 1, 1, 0);
- float[] morez = { -1716f, -1322f, 13f };
- CustomDurby("prop_container_01a", morez, 1, 1, 0);
- float[] mores = { -1714f, -1322f, 13f };
- CustomDurby("prop_container_01a", mores, 1, 1, 0);
- float[] more1 = { -1712f, -1322f, 13f };
- CustomDurby("prop_container_01a", more1, 1, 1, 0);
- float[] more2 = { -1710f, -1322f, 13f };
- CustomDurby("prop_container_01a", more2, 1, 1, 0);
- float[] more3 = { -1708f, -1322f, 13f };
- CustomDurby("prop_container_01a", more3, 1, 1, 0);
- float[] more4 = { -1706f, -1322f, 13f };
- CustomDurby("prop_container_01a", more4, 1, 1, 0);
- float[] more5 = { -1704f, -1322f, 13f };
- CustomDurby("prop_container_01a", more5, 1, 1, 0);
- float[] more6 = { -1702f, -1322f, 13f };
- CustomDurby("prop_container_01a", more6, 1, 1, 0);
- float[] more7 = { -1700f, -1322f, 13f };
- CustomDurby("prop_container_01a", more7, 1, 1, 0);
- float[] more8 = { -1698f, -1322f, 13f };
- CustomDurby("prop_container_01a", more8, 1, 1, 0);
- float[] more9 = { -1696f, -1322f, 13f };
- CustomDurby("prop_container_01a", more9, 1, 1, 0);
- float[] more10 = { -1694f, -1322f, 13f };
- CustomDurby("prop_container_01a", more10, 1, 1, 0);
- float[] more11 = { -1694f, -1330f, 13f };
- CustomDurby("prop_container_01a", more11, 1, 1, 0);
- float[] more12 = { -1694f, -1340f, 13f };
- CustomDurby("prop_container_01a", more12, 1, 1, 0);
- float[] more13 = { -1694f, -1350f, 13f };
- CustomDurby("prop_container_01a", more13, 1, 1, 0);
- float[] more14 = { -1694f, -1360f, 13f };
- CustomDurby("prop_container_01a", more14, 1, 1, 0);
- float[] more15 = { -1694f, -1370f, 13f };
- CustomDurby("prop_container_01a", more15, 1, 1, 0);
- float[] more16 = { -1694f, -1380f, 13f };
- CustomDurby("prop_container_01a", more16, 1, 1, 0);
- float[] more17 = { -1694f, -1390f, 13f };
- CustomDurby("prop_container_01a", more17, 1, 1, 0);
- float[] more18 = { -1694f, -1400f, 13f };
- CustomDurby("prop_container_01a", more18, 1, 1, 0);
- float[] more19 = { -1694f, -1410f, 13f };
- CustomDurby("prop_container_01a", more19, 1, 1, 0);
- float[] more20 = { -1694f, -1420f, 13f };
- CustomDurby("prop_container_01a", more20, 1, 1, 0);
- float[] more21 = { -1694f, -1430f, 13f };
- CustomDurby("prop_container_01a", more21, 1, 1, 0);
- float[] more22 = { -1694f, -1440f, 13f };
- CustomDurby("prop_container_01a", more22, 1, 1, 0);
- float[] more23 = { -1694f, -1450f, 13f };
- CustomDurby("prop_container_01a", more23, 1, 1, 0);
- float[] more24 = { -1696f, -1450f, 13f };
- CustomDurby("prop_container_01a", more24, 1, 1, 0);
- float[] more25 = { -1698f, -1450f, 13f };
- CustomDurby("prop_container_01a", more25, 1, 1, 0);
- float[] more26 = { -1700f, -1450f, 13f };
- CustomDurby("prop_container_01a", more26, 1, 1, 0);
- float[] more27 = { -1702f, -1450f, 13f };
- CustomDurby("prop_container_01a", more27, 1, 1, 0);
- float[] more28 = { -1704f, -1450f, 13f };
- CustomDurby("prop_container_01a", more28, 1, 1, 0);
- float[] more29 = { -1706f, -1450f, 13f };
- CustomDurby("prop_container_01a", more29, 1, 1, 0);
- float[] more30 = { -1708f, -1450f, 13f };
- CustomDurby("prop_container_01a", more30, 1, 1, 0);
- float[] more31 = { -1710f, -1450f, 13f };
- CustomDurby("prop_container_01a", more31, 1, 1, 0);
- float[] more32 = { -1712f, -1450f, 13f };
- CustomDurby("prop_container_01a", more32, 1, 1, 0);
- float[] more33 = { -1714f, -1450f, 13f };
- CustomDurby("prop_container_01a", more33, 1, 1, 0);
- float[] more34 = { -1716f, -1450f, 13f };
- CustomDurby("prop_container_01a", more34, 1, 1, 0);
- float[] more35 = { -1718f, -1450f, 13f };
- CustomDurby("prop_container_01a", more35, 1, 1, 0);
- float[] more36 = { -1720f, -1450f, 13f };
- CustomDurby("prop_container_01a", more36, 1, 1, 0);
- float[] more37 = { -1722f, -1450f, 13f };
- CustomDurby("prop_container_01a", more37, 1, 1, 0);
- float[] more38 = { -1724f, -1450f, 13f };
- CustomDurby("prop_container_01a", more38, 1, 1, 0);
- float[] more39 = { -1726f, -1450f, 13f };
- CustomDurby("prop_container_01a", more39, 1, 1, 0);
- float[] more40 = { -1728f, -1450f, 13f };
- CustomDurby("prop_container_01a", more40, 1, 1, 0);
- float[] more41 = { -1730f, -1450f, 13f };
- CustomDurby("prop_container_01a", more41, 1, 1, 0);
- float[] more42 = { -1732f, -1450f, 13f };
- CustomDurby("prop_container_01a", more42, 1, 1, 0);
- float[] more43 = { -1734f, -1450f, 13f };
- CustomDurby("prop_container_01a", more43, 1, 1, 0);
- float[] more44 = { -1736f, -1450f, 13f };
- CustomDurby("prop_container_01a", more44, 1, 1, 0);
- float[] more45 = { -1738f, -1450f, 13f };
- CustomDurby("prop_container_01a", more45, 1, 1, 0);
- float[] more46 = { -1740f, -1450f, 13f };
- CustomDurby("prop_container_01a", more46, 1, 1, 0);
- float[] more47 = { -1742f, -1450f, 13f };
- CustomDurby("prop_container_01a", more47, 1, 1, 0);
- float[] more48 = { -1744f, -1450f, 13f };
- CustomDurby("prop_container_01a", more48, 1, 1, 0);
- float[] more49 = { -1746f, -1450f, 13f };
- CustomDurby("prop_container_01a", more49, 1, 1, 0);
- float[] more50 = { -1748f, -1450f, 13f };
- CustomDurby("prop_container_01a", more50, 1, 1, 0);
- float[] revers2 = { -1748f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers2, 1, 1, 0);
- float[] revers3 = { -1746f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers3, 1, 1, 0);
- float[] revers4 = { -1744f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers4, 1, 1, 0);
- float[] revers5 = { -1742f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers5, 1, 1, 0);
- float[] revers6 = { -1740f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers6, 1, 1, 0);
- float[] revers7 = { -1738f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers7, 1, 1, 0);
- float[] revers8 = { -1736f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers8, 1, 1, 0);
- float[] revers9 = { -1734f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers9, 1, 1, 0);
- float[] revers10 = { -1732f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers10, 1, 1, 0);
- float[] rever11 = { -1730f, -1440f, 13f };
- CustomDurby("prop_container_01a", rever11, 1, 1, 0);
- float[] revers12 = { -1728f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers12, 1, 1, 0);
- float[] revers13 = { -1726f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers13, 1, 1, 0);
- float[] revers14 = { -1724f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers14, 1, 1, 0);
- float[] revers15 = { -1722f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers15, 1, 1, 0);
- float[] revers16 = { -1720f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers16, 1, 1, 0);
- float[] revers17 = { -1718f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers17, 1, 1, 0);
- float[] revers18 = { -1716f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers18, 1, 1, 0);
- float[] revers19 = { -1714f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers19, 1, 1, 0);
- float[] revers20 = { -1712f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers20, 1, 1, 0);
- float[] revers21 = { -1710f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers21, 1, 1, 0);
- float[] revers22 = { -1708f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers22, 1, 1, 0);
- float[] revers23 = { -1706f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers23, 1, 1, 0);
- float[] revers24 = { -1704f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers24, 1, 1, 0);
- float[] revers25 = { -1702f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers25, 1, 1, 0);
- float[] revers26 = { -1700f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers26, 1, 1, 0);
- float[] revers27 = { -1698f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers27, 1, 1, 0);
- float[] revers28 = { -1696f, -1440f, 13f };
- CustomDurby("prop_container_01a", revers28, 1, 1, 0);
- float[] revers30 = { -1748f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers30, 1, 1, 0);
- float[] revers31 = { -1746f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers31, 1, 1, 0);
- float[] revers32 = { -1744f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers32, 1, 1, 0);
- float[] revers33 = { -1742f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers33, 1, 1, 0);
- float[] revers34 = { -1740f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers34, 1, 1, 0);
- float[] revers35 = { -1738f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers35, 1, 1, 0);
- float[] revers36 = { -1736f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers36, 1, 1, 0);
- float[] revers37 = { -1734f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers37, 1, 1, 0);
- float[] revers38 = { -1732f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers38, 1, 1, 0);
- float[] revers39 = { -1730f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers39, 1, 1, 0);
- float[] revers40 = { -1728f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers40, 1, 1, 0);
- float[] revers41 = { -1726f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers41, 1, 1, 0);
- float[] revers42 = { -1724f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers42, 1, 1, 0);
- float[] revers43 = { -1722f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers43, 1, 1, 0);
- float[] revers44 = { -1720f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers44, 1, 1, 0);
- float[] revers45 = { -1718f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers45, 1, 1, 0);
- float[] revers46 = { -1716f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers46, 1, 1, 0);
- float[] revers47 = { -1714f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers47, 1, 1, 0);
- float[] revers48 = { -1712f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers48, 1, 1, 0);
- float[] revers49 = { -1710f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers49, 1, 1, 0);
- float[] revers50 = { -1708f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers50, 1, 1, 0);
- float[] revers51 = { -1706f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers51, 1, 1, 0);
- float[] revers52 = { -1704f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers52, 1, 1, 0);
- float[] revers53 = { -1702f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers53, 1, 1, 0);
- float[] revers54 = { -1700f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers54, 1, 1, 0);
- float[] revers55 = { -1698f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers55, 1, 1, 0);
- float[] revers56 = { -1696f, -1430f, 13f };
- CustomDurby("prop_container_01a", revers56, 1, 1, 0);
- float[] revers58 = { -1748f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers58, 1, 1, 0);
- float[] revers59 = { -1746f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers59, 1, 1, 0);
- float[] revers60 = { -1744f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers60, 1, 1, 0);
- float[] revers61 = { -1742f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers61, 1, 1, 0);
- float[] revers62 = { -1740f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers62, 1, 1, 0);
- float[] revers63 = { -1738f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers63, 1, 1, 0);
- float[] revers64 = { -1736f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers64, 1, 1, 0);
- float[] revers65 = { -1734f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers65, 1, 1, 0);
- float[] revers66 = { -1732f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers66, 1, 1, 0);
- /////////////////////////////////////// works good
- float[] revers67 = { -1730f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers67, 1, 1, 0);
- float[] revers68 = { -1728f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers68, 1, 1, 0);
- float[] revers69 = { -1726f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers69, 1, 1, 0);
- float[] revers70 = { -1724f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers70, 1, 1, 0);
- float[] revers71 = { -1722f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers71, 1, 1, 0);
- float[] revers72 = { -1720f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers72, 1, 1, 0);
- float[] revers73 = { -1718f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers73, 1, 1, 0);
- float[] revers74 = { -1716f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers74, 1, 1, 0);
- float[] revers75 = { -1714f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers75, 1, 1, 0);
- float[] revers76 = { -1712f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers76, 1, 1, 0);
- float[] revers77 = { -1710f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers77, 1, 1, 0);
- float[] revers78 = { -1708f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers78, 1, 1, 0);
- float[] revers79 = { -1706f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers79, 1, 1, 0);
- float[] revers80 = { -1704f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers80, 1, 1, 0);
- float[] revers81 = { -1702f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers81, 1, 1, 0);
- float[] revers82 = { -1700f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers82, 1, 1, 0);
- float[] revers83 = { -1698f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers83, 1, 1, 0);
- float[] revers84 = { -1696f, -1420f, 13f };
- CustomDurby("prop_container_01a", revers84, 1, 1, 0);
- float[] revers86 = { -1748f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers86, 1, 1, 0);
- float[] revers87 = { -1746f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers87, 1, 1, 0);
- float[] revers88 = { -1744f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers88, 1, 1, 0);
- float[] revers89 = { -1742f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers89, 1, 1, 0);
- float[] revers90 = { -1740f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers90, 1, 1, 0);
- float[] revers91 = { -1738f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers91, 1, 1, 0);
- float[] revers92 = { -1736f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers92, 1, 1, 0);
- float[] revers93 = { -1734f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers93, 1, 1, 0);
- float[] revers94 = { -1732f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers94, 1, 1, 0);
- float[] revers95 = { -1730f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers95, 1, 1, 0);
- float[] revers96 = { -1728f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers96, 1, 1, 0);
- float[] revers97 = { -1726f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers97, 1, 1, 0);
- float[] revers98 = { -1724f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers98, 1, 1, 0);
- float[] revers99 = { -1722f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers99, 1, 1, 0);
- float[] revers100 = { -1720f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers100, 1, 1, 0);
- float[] revers101 = { -1718f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers101, 1, 1, 0);
- float[] revers102 = { -1716f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers102, 1, 1, 0);
- float[] revers103 = { -1714f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers103, 1, 1, 0);
- float[] revers104 = { -1712f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers104, 1, 1, 0);
- float[] revers105 = { -1710f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers105, 1, 1, 0);
- float[] revers106 = { -1708f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers106, 1, 1, 0);
- float[] revers107 = { -1706f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers107, 1, 1, 0);
- float[] revers108 = { -1704f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers108, 1, 1, 0);
- float[] revers109 = { -1702f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers109, 1, 1, 0);
- float[] revers110 = { -1700f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers110, 1, 1, 0);
- float[] revers111 = { -1698f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers111, 1, 1, 0);
- float[] revers112 = { -1696f, -1410f, 13f };
- CustomDurby("prop_container_01a", revers112, 1, 1, 0);
- ////////////////////////////////////// works good
- /*
- float[] revers113 = { -1750f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers113, 1, 1, 0);
- float[] revers114 = { -1748f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers114, 1, 1, 0);
- float[] revers115 = { -1746f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers115, 1, 1, 0);
- float[] revers116 = { -1744f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers116, 1, 1, 0);
- float[] revers117 = { -1742f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers117, 1, 1, 0);
- float[] revers118 = { -1740f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers118, 1, 1, 0);
- float[] revers119 = { -1738f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers119, 1, 1, 0);
- float[] revers120 = { -1736f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers120, 1, 1, 0);
- /*
- float[] revers121 = { -1734f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers121, 1, 1, 0);
- float[] revers122 = { -1732f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers122, 1, 1, 0);
- float[] revers123 = { -1730f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers123, 1, 1, 0);
- float[] revers124 = { -1728f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers124, 1, 1, 0);
- float[] revers125 = { -1726f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers125, 1, 1, 0);
- float[] revers126 = { -1724f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers126, 1, 1, 0);
- float[] revers127 = { -1722f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers127, 1, 1, 0);
- float[] revers128 = { -1720f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers128, 1, 1, 0);
- float[] revers129 = { -1718f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers129, 1, 1, 0);
- float[] revers130 = { -1716f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers130, 1, 1, 0);
- float[] revers131 = { -1714f, -14000f, 13f };
- CustomDurby("prop_container_01a"), revers131, 1, 1, 0);
- float[] revers132 = { -1712f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers132, 1, 1, 0);
- float[] revers133 = { -1710f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers133, 1, 1, 0);
- float[] revers135 = { -1708f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers135, 1, 1, 0);
- float[] revers136 = { -1706f, -1400f, 13f };
- CustomDurby("prop_container_01a"), revers136, 1, 1, 0);
- float[] revers137 = { -1704f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers137, 1, 1, 0);
- float[] revers138 = { -1702f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers138, 1, 1, 0);
- float[] revers139 = { -1700f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers139, 1, 1, 0);
- float[] revers140 = { -1698f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers140, 1, 1, 0);
- float[] revers141 = { -1696f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers141, 1, 1, 0);
- */
- }
- private void button200_Click(object sender, EventArgs e)
- {
- Call(0x428244, get_hash_key("MP0_WAS_CHAR_TRANSFERED"), 0, Convert.ToInt32(1)); //STAT_SET_BOOL
- Call(0x428244, get_hash_key("MP1_WAS_CHAR_TRANSFERED"), 0, Convert.ToInt32(1)); //STAT_SET_BOOL
- Call(0x427dac, GetHash("MPPLY_DID_SAVE_TRANS"), 0, Convert.ToInt32(1)); //STAT_SET_INT
- }
- private void checkBox18_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("SNOW");
- }
- private void checkBox17_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("RAIN");
- }
- private void checkBox15_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("OVERCAST");
- }
- private void checkBox10_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("CLEAR");
- }
- private void checkBox12_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("CLOUDS");
- }
- private void checkBox20_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("EXTRASUNNY");
- }
- private void checkBox11_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("CLEARING");
- }
- private void checkBox16_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("THUNDER");
- }
- private void checkBox9_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("BLIZZARD");
- }
- private void checkBox13_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("FOGGY");
- }
- private void checkBox14_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("NEUTRAL");
- }
- private void checkBox19_CheckedChanged(object sender, EventArgs e)
- {
- SET_OVERRIDE_WEATHER("SNOWLIGHT");
- }
- private void checkBox69_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox69.Checked)
- {
- Call(0x420d08, player_id(), 1.49f); //0x825423C2
- Call(0x420ca0, player_id(), 1.49f); //0xB986FF47
- }
- else
- {
- Call(0x420d08, player_id(), 1f); //0x825423C2
- Call(0x420ca0, player_id(), 1f); //0xB986FF47
- }
- }
- private void checkBox70_CheckedChanged(object sender, EventArgs e)
- {
- KillFeed("HELLO WORLD!");
- iPrintln("HELLO WORLD!");
- }
- private void button201_Click(object sender, EventArgs e)
- {
- float[] num9 = get_entity_coords(player_ped_id());
- int num12 = Call(0x4009d0, 26, 351016938, num9, 0, 1, 1); //CREATE_PED //a_c_chop=351016938
- Call(0x000000, num12, 0); //SET_ENTITY_VISIBLE
- Call(0x000000, num12, 1); //SET_ENTITY_INVINCIBLE
- Call(0x000000, num12, 0, 0); //SET_ENTITY_AS_MISSION_ENTITY
- }
- private void button202_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- int PedID = Call(0x41d968, Players.SelectedIndex); //GET_PLAYER_PED
- Position = get_entity_coords(PedID);
- for (int i = 0; i < 20; i++)
- {
- Random RandomInt = new Random();
- int randomx = RandomInt.Next(-500, 500);
- int randomy = RandomInt.Next(-500, 500);
- pos = Position;
- pos[0] += (float)randomx / 100;
- pos[1] += (float)randomy / 100;
- pos[2] += 3;
- Call(0x3f69b4, GetHash("pickup_money_paper_bag"), pos, 0, 2000, 1, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- }
- private void checkBox55_CheckedChanged(object sender, EventArgs e)
- {
- uint numz = PS3.Extension.ReadUInt32(EntryPoint);
- if (numz > 0)
- {
- if (checkBox55.Checked)
- {
- PS3.Extension.WriteInt32(PS3.Extension.ReadUInt32(0x1E5FC74) + 4 + (4711 * 4), 1);
- //PS3.Extension.WriteInt32(numz + 4711, 1);
- }
- else
- {
- PS3.Extension.WriteInt32(numz + 4711, 0);
- }
- }
- }
- private void button181_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("mp0_WALLET_BALANCE"), 0); //STAT_SET_INT
- stat_set_int(get_hash_key("mp0_WALLET_BALANCE"), (Convert.ToInt32(99999)));
- Call(0x4297c0, "mp0_WALLET_BALANCE", (float)99999); //STAT_INCREMENT
- }
- private void button203_Click(object sender, EventArgs e)
- {
- float[] revers114 = { -1748f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers114, 1, 1, 0);
- float[] revers115 = { -1746f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers115, 1, 1, 0);
- float[] revers116 = { -1744f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers116, 1, 1, 0);
- float[] revers117 = { -1742f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers117, 1, 1, 0);
- float[] revers118 = { -1740f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers118, 1, 1, 0);
- float[] revers119 = { -1738f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers119, 1, 1, 0);
- float[] revers120 = { -1736f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers120, 1, 1, 0);
- float[] revers121 = { -1734f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers121, 1, 1, 0);
- float[] revers122 = { -1732f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers122, 1, 1, 0);
- float[] revers123 = { -1730f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers123, 1, 1, 0);
- float[] revers124 = { -1728f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers124, 1, 1, 0);
- float[] revers125 = { -1726f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers125, 1, 1, 0);
- float[] revers126 = { -1724f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers126, 1, 1, 0);
- float[] revers127 = { -1722f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers127, 1, 1, 0);
- float[] revers128 = { -1720f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers128, 1, 1, 0);
- float[] revers129 = { -1718f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers129, 1, 1, 0);
- float[] revers130 = { -1716f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers130, 1, 1, 0);
- float[] revers131 = { -1714f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers131, 1, 1, 0);
- float[] revers132 = { -1712f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers132, 1, 1, 0);
- float[] revers133 = { -1710f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers133, 1, 1, 0);
- float[] revers135 = { -1708f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers135, 1, 1, 0);
- float[] revers136 = { -1706f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers136, 1, 1, 0);
- float[] revers137 = { -1704f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers137, 1, 1, 0);
- float[] revers138 = { -1702f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers138, 1, 1, 0);
- float[] revers139 = { -1700f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers139, 1, 1, 0);
- float[] revers140 = { -1698f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers140, 1, 1, 0);
- float[] revers141 = { -1696f, -1400f, 13f };
- CustomDurby("prop_container_01a", revers141, 1, 1, 0);
- ////////////////row 2
- float[] revers142 = { -1748f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers142, 1, 1, 0);
- float[] revers143 = { -1746f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers143, 1, 1, 0);
- float[] revers144 = { -1744f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers144, 1, 1, 0);
- float[] revers145 = { -1742f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers145, 1, 1, 0);
- float[] revers146 = { -1740f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers146, 1, 1, 0);
- float[] revers147 = { -1738f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers147, 1, 1, 0);
- float[] revers148 = { -1736f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers148, 1, 1, 0);
- float[] revers149 = { -1734f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers149, 1, 1, 0);
- float[] revers150 = { -1732f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers150, 1, 1, 0);
- float[] revers151 = { -1730f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers151, 1, 1, 0);
- float[] revers152 = { -1728f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers152, 1, 1, 0);
- float[] revers153 = { -1726f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers153, 1, 1, 0);
- float[] revers154 = { -1724f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers154, 1, 1, 0);
- float[] revers155 = { -1722f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers155, 1, 1, 0);
- float[] revers156 = { -1720f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers156, 1, 1, 0);
- float[] revers157 = { -1718f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers157, 1, 1, 0);
- float[] revers159 = { -1716f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers159, 1, 1, 0);
- float[] revers160 = { -1714f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers160, 1, 1, 0);
- float[] revers161 = { -1712f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers161, 1, 1, 0);
- float[] revers162 = { -1710f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers162, 1, 1, 0);
- float[] revers163 = { -1708f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers163, 1, 1, 0);
- float[] revers164 = { -1706f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers164, 1, 1, 0);
- float[] revers165 = { -1704f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers165, 1, 1, 0);
- float[] revers166 = { -1702f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers166, 1, 1, 0);
- float[] revers167 = { -1700f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers167, 1, 1, 0);
- float[] revers168 = { -1698f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers168, 1, 1, 0);
- float[] revers169 = { -1696f, -1390f, 13f };
- CustomDurby("prop_container_01a", revers169, 1, 1, 0);
- ////////////////////////row3
- float[] revers170 = { -1748f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers170, 1, 1, 0);
- float[] revers171 = { -1746f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers171, 1, 1, 0);
- float[] revers172 = { -1744f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers172, 1, 1, 0);
- float[] revers173 = { -1742f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers173, 1, 1, 0);
- float[] revers174 = { -1740f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers174, 1, 1, 0);
- float[] revers175 = { -1738f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers175, 1, 1, 0);
- float[] revers176 = { -1736f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers176, 1, 1, 0);
- float[] revers177 = { -1734f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers177, 1, 1, 0);
- float[] revers178 = { -1732f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers178, 1, 1, 0);
- float[] revers179 = { -1730f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers179, 1, 1, 0);
- float[] revers180 = { -1728f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers180, 1, 1, 0);
- float[] revers181 = { -1726f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers181, 1, 1, 0);
- float[] revers182 = { -1724f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers182, 1, 1, 0);
- float[] revers183 = { -1722f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers183, 1, 1, 0);
- float[] revers184 = { -1720f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers184, 1, 1, 0);
- float[] revers185 = { -1718f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers185, 1, 1, 0);
- float[] revers186 = { -1716f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers186, 1, 1, 0);
- float[] revers187 = { -1714f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers187, 1, 1, 0);
- float[] revers188 = { -1712f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers188, 1, 1, 0);
- float[] revers189 = { -1710f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers189, 1, 1, 0);
- float[] revers190 = { -1708f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers190, 1, 1, 0);
- float[] revers191 = { -1706f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers191, 1, 1, 0);
- float[] revers192 = { -1704f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers192, 1, 1, 0);
- float[] revers193 = { -1702f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers193, 1, 1, 0);
- float[] revers194 = { -1700f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers194, 1, 1, 0);
- float[] revers195 = { -1698f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers195, 1, 1, 0);
- float[] revers196 = { -1696f, -1380f, 13f };
- CustomDurby("prop_container_01a", revers196, 1, 1, 0);
- }
- private void button204_Click(object sender, EventArgs e)
- {
- }
- private void button179_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP0_CHAR_XP_FM"), (Convert.ToInt32(2165850)));
- //Skills
- stat_set_int(get_hash_key("MP0_script_increase_stam"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_strn"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_lung"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_driv"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_fly"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_sho"), 100);
- stat_set_int(get_hash_key("MP0_script_increase_stl"), 100);
- //LSC
- stat_set_int(get_hash_key("MP0_RACES_WON"), 50);
- stat_set_int(get_hash_key("MP0_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
- stat_set_int(get_hash_key("MP0_NUMBER_TURBO_STARTS_IN_RACE"), 90);
- stat_set_int(get_hash_key("MP0_AWD_FMWINSEARACE"), 10);
- Call(0x427dac, GetHash("mp0_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
- stat_set_int(get_hash_key("MP0_AWD_FM_RACES_FASTEST_LAP"), 50);
- stat_set_int(get_hash_key("MP0_USJS_FOUND"), 50);
- stat_set_int(get_hash_key("MP0_USJS_COMPLETED"), 50);
- stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
- stat_set_int(get_hash_key("MP0_AWD_FMRALLYWONDRIVE"), 10);
- //UNLOCK ALL
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET"), -1);
- stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_0"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_1"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_2"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_3"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_4"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_10"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_11"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_0"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_1"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_2"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_3"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_4"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_5"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_6"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_7"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_8"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_9"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_10"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_11"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_12"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_12_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE3"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE4"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE5"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE6"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE7"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE8"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE9"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE10"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE11"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE12"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_0"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_1"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_2"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_3"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_4"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_5"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_6"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_7"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_8"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_9"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_10"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_11"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_12"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_13"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_14"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_15"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_16"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_17"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_18"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_19"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_20"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_21"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_22"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_23"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_24"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_25"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_26"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_27"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_28"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_29"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_30"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_31"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_32"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_33"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_34"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_35"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_36"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_37"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_38"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_39"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_40"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_1"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_2"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_3"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_4"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_5"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_6"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_7"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_1"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_2"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_3"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_4"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_5"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_6"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_7"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_8"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_9"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_10"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_11"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_12"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_HEIST_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_1_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_2_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_3_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_4_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_5_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_6_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_7_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_8_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_9_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_0"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_1"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_2"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_3"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_4"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_5"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_6"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_7"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_8"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_9"), -1);
- //WEAPONS CAMOS
- Call(0x427dac, GetHash("mp0_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("mp0_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp0_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- //SPEICAL TOPS
- stat_set_int(get_hash_key("MP0_AWD_FMPICKUPDLCCRATE1ST"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
- stat_set_int(get_hash_key("MP0_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
- stat_set_int(get_hash_key("MP0_AWD_FMHORDWAVESSURVIVE"), 9999);
- //TATTOS
- stat_set_int(get_hash_key("mp0_AWD_FM_DM_WINS"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FM_TDM_MVP"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FM_DM_TOTALKILLS"), 500);
- stat_set_int(get_hash_key("mp0_AWD_FMATTGANGHQ"), 5);
- stat_set_int(get_hash_key("mp0_AWD_FMBBETWIN"), 50000);
- stat_set_int(get_hash_key("mp0_AWD_FMWINEVERYGAMEMODE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMRACEWORLDRECHOLDER"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMFULLYMODDEDCAR"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMMOSTKILLSSURVIVE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMKILL3ANDWINGTARACE"), 1);
- stat_set_int(get_hash_key("mp0_AWD_FMKILLBOUNTY"), 25);
- stat_set_int(get_hash_key("mp0_AWD_FMREVENGEKILLSDM"), 50);
- stat_set_int(get_hash_key("mp0_AWD_FMKILLSTREAKSDM"), 10);
- stat_set_int(get_hash_key("mp0_AWD_HOLD_UP_SHOPS"), 20);
- stat_set_int(get_hash_key("mp0_AWD_LAPDANCES"), 25);
- stat_set_int(get_hash_key("mp0_AWD_SECURITY_CARS_ROBBED"), 25);
- stat_set_int(get_hash_key("mp0_AWD_RACES_WON"), 50);
- stat_set_int(get_hash_key("mp0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
- stat_set_int(get_hash_key("mp0_PLAYER_HEADSHOTS"), 500);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp0_DB_PLAYER_KILLS"), 1000);
- //ALL AWARDS
- Call(0x427dac, GetHash("MP0_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("MP0_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_CARS_EXPLODED"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP0_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
- stat_set_int(get_hash_key("mp0_clths_available_hair"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_8"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_9"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_10"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_outfit"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_decl"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth_2"), -1);
- Thread.Sleep(20);
- }
- private void button180_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP1_CHAR_XP_FM"), (Convert.ToInt32(2165850)));
- //Skills
- stat_set_int(get_hash_key("MP1_script_increase_stam"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_strn"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_lung"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_driv"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_fly"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_sho"), 100);
- stat_set_int(get_hash_key("MP1_script_increase_stl"), 100);
- //LSC
- stat_set_int(get_hash_key("MP1_RACES_WON"), 50);
- stat_set_int(get_hash_key("MP1_NUMBER_SLIPSTREAMS_IN_RACE"), 110);
- stat_set_int(get_hash_key("MP1_NUMBER_TURBO_STARTS_IN_RACE"), 90);
- stat_set_int(get_hash_key("MP1_AWD_FMWINSEARACE"), 10);
- Call(0x427dac, GetHash("mp1_AWD_FMWINAIRRACE"), 1, Convert.ToInt32(1)); //STAT_SET_INT
- stat_set_int(get_hash_key("MP1_AWD_FM_RACES_FASTEST_LAP"), 50);
- stat_set_int(get_hash_key("MP1_USJS_FOUND"), 50);
- stat_set_int(get_hash_key("MP1_USJS_COMPLETED"), 50);
- stat_set_int(get_hash_key("MPPLY_TIMES_RACE_BEST_LAP"), 120);
- stat_set_int(get_hash_key("MP1_AWD_FMRALLYWONDRIVE"), 10);
- //UNLOCK ALL
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CLOTHES_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_WEAPON_PICKUP_BITSET"), -1);
- stat_set_int(get_hash_key("MP1_WEAPON_PICKUP_BITSET2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_RANKAP_UNLK_0"), -1);
- stat_set_int(get_hash_key("MP1_RANKAP_UNLK_1"), -1);
- stat_set_int(get_hash_key("MP1_RANKAP_UNLK_2"), -1);
- stat_set_int(get_hash_key("MP1_RANKAP_UNLK_3"), -1);
- stat_set_int(get_hash_key("MP1_RANKAP_UNLK_4"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE_10"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE_11"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_0"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_1"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_2"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_3"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_4"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_5"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_6"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_7"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_8"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_9"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_10"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_11"), -1);
- stat_set_int(get_hash_key("MP1_TATTOO_FM_UNLOCKS_12"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_CARMOD_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_12_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE3"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE4"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE5"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE6"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE7"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE8"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE9"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE10"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE11"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_KIT_FM_PURCHASE12"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_0"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_1"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_2"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_3"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_4"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_5"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_6"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_7"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_8"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_9"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_10"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_11"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_12"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_13"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_14"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_15"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_16"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_17"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_18"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_19"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_20"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_21"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_22"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_23"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_24"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_25"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_26"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_27"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_28"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_29"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_30"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_31"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_32"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_33"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_34"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_35"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_36"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_37"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_38"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_39"), -1);
- stat_set_int(get_hash_key("MP1_DLC_APPAREL_ACQUIRED_40"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_1"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_2"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_3"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_4"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_5"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_6"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL_7"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL2"), -1);
- stat_set_int(get_hash_key("MP1_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_1"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_2"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_3"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_4"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_5"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_6"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_7"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_8"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_9"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_10"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_11"), -1);
- stat_set_int(get_hash_key("MP1_ADMIN_CLOTHES_GV_BS_12"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_HEIST_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_HEALTH_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_HEALTH_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_VEHICLE_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_1_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_2_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_3_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_4_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_5_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_6_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_7_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_8_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_FM_PACKAGE_9_COLLECT"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_CHAR_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_0"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_1"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_2"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_3"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_4"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_5"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_6"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_7"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_8"), -1);
- stat_set_int(get_hash_key("MP1_PILOT_SCHOOL_MEDAL_9"), -1);
- //WEAPONS CAMOS
- Call(0x427dac, GetHash("mp1_KNIFE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("mp1_NIGHTSTICK_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_CROWBAR_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_SHOVEL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_WRENCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_HAMMER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_BAT_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_GCLUB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_PISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_CMBTPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_PISTOL50_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_APPISTOL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_MICROSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_SMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_ASLTSMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_ASLTRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_CRBNRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_ADVRIFLE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_MG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_CMBTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_ASLTMG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_PUMP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_SAWNOFF_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_BULLPUP_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_ASLTSHTGN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_STUNGUN_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_SNIPERRFL_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_HVYSNIPER_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_GRNLAUNCH_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_RPG_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_MINIGUNS_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_GRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_SMKGRENADE_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_STKYBMB_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- Call(0x427dac, GetHash("mp1_MOLOTOV_ENEMY_KILLS"), 0x3E8, Convert.ToInt32(1));
- //SPEICAL TOPS
- stat_set_int(get_hash_key("MP1_AWD_FMPICKUPDLCCRATE1ST"), 9999);
- stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_DOG"), 9999);
- stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_VINYL"), 9999);
- stat_set_int(get_hash_key("MP1_UNLOCK_HIPSTER_TSHIRT_MESS"), 9999);
- stat_set_int(get_hash_key("MP1_UNLOCK_RACE_HIPSTER_TSHIRT"), 9999);
- stat_set_int(get_hash_key("MP1_AWD_FMHORDWAVESSURVIVE"), 9999);
- //TATTOS
- stat_set_int(get_hash_key("mp1_AWD_FM_DM_WINS"), 50);
- stat_set_int(get_hash_key("mp1_AWD_FM_TDM_MVP"), 50);
- stat_set_int(get_hash_key("mp1_AWD_FM_DM_TOTALKILLS"), 500);
- stat_set_int(get_hash_key("mp1_AWD_FMATTGANGHQ"), 5);
- stat_set_int(get_hash_key("mp1_AWD_FMBBETWIN"), 50000);
- stat_set_int(get_hash_key("mp1_AWD_FMWINEVERYGAMEMODE"), 1);
- stat_set_int(get_hash_key("mp1_AWD_FMRACEWORLDRECHOLDER"), 1);
- stat_set_int(get_hash_key("mp1_AWD_FMFULLYMODDEDCAR"), 1);
- stat_set_int(get_hash_key("mp1_AWD_FMMOSTKILLSSURVIVE"), 1);
- stat_set_int(get_hash_key("mp1_AWD_FMKILL3ANDWINGTARACE"), 1);
- stat_set_int(get_hash_key("mp1_AWD_FMKILLBOUNTY"), 25);
- stat_set_int(get_hash_key("mp1_AWD_FMREVENGEKILLSDM"), 50);
- stat_set_int(get_hash_key("mp1_AWD_FMKILLSTREAKSDM"), 10);
- stat_set_int(get_hash_key("mp1_AWD_HOLD_UP_SHOPS"), 20);
- stat_set_int(get_hash_key("mp1_AWD_LAPDANCES"), 25);
- stat_set_int(get_hash_key("mp1_AWD_SECURITY_CARS_ROBBED"), 25);
- stat_set_int(get_hash_key("mp1_AWD_RACES_WON"), 50);
- stat_set_int(get_hash_key("mp1_AWD_CAR_BOMBS_ENEMY_KILLS"), 25);
- stat_set_int(get_hash_key("mp1_PLAYER_HEADSHOTS"), 500);
- stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
- stat_set_int(get_hash_key("mp1_DB_PLAYER_KILLS"), 1000);
- //ALL AWARDS
- Call(0x427dac, GetHash("MP1_PLAYER_HEADSHOTS"), 500, Convert.ToInt32(1)); //STAT_SET_INT
- Call(0x427dac, GetHash("MP1_PISTOL_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_SAWNOFF_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_MICROSMG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_SNIPERRFL_ENEMY_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_UNARMED_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_STKYBMB_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_GRENADE_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_RPG_ENEMY_KILLS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_CARS_EXPLODED"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_5STAR_WANTED_AVOIDANCE"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_CAR_BOMBS_ENEMY_KILLS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_CARS_EXPORTED"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_PASS_DB_PLAYER_KILLS"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_DM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_GTA_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_CT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_RT_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_TG_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TDM_WINS"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_WON"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_MOST_SPINS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_DM_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMHORDWAVESSURVIVE"), 10, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_HOLD_UP_SHOPS"), 20, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_ASLTRIFLE_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_MG_ENEMY_KILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_LAPDANCES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_MOST_ARM_WRESTLING_WINS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_NO_HAIRCUTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_RACES_WON"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_SECURITY_CARS_ROBBED"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_VEHICLES_JACKEDR"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_MOST_FLIPS_IN_ONE_JUMP"), 5, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_WIN_AT_DARTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_PASSENGERTIME"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_TIME_IN_HELICOPTER"), 4, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_DM_3KILLSAMEGUY"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_DM_KILLSTREAK"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_DM_STOLENKILL"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_DM_TOTALKILLS"), 500, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_BIRDIES"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_GOLF_HOLE_IN_1"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_RACE_LAST_FIRST"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_RACES_FASTEST_LAP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_SHOOTRANG_GRAN_WON"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TDM_MVP"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_ACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_STASETWIN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM6DARTCHKOUT"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMATTGANGHQ"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_PARACHUTE_JUMPS_20M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_PARACHUTE_JUMPS_50M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AIR_LAUNCHES_OVER_40M"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_BUY_EVERY_GUN"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINEVERYGAMEMODE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMDRIVEWITHOUTCRASH"), (int)byte.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMCRATEDROPS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM25DIFFERENTDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM_TENNIS_5_SET_WINS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_PLAYED_BY_PEEP"), 100, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MPPLY_AWD_FM_CR_RACES_MADE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM25DIFFERENTRACES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FM25DIFITEMSCLOTHES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMFULLYMODDEDCAR"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMKILLBOUNTY"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_KILLS_PLAYERS"), 1000, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMPICKUPDLCCRATE1ST"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMSHOOTDOWNCOPHELI"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMKILL3ANDWINGTARACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMKILLSTREAKSDM"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMMOSTKILLSGANGHIDE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMMOSTKILLSSURVIVE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMRACEWORLDRECHOLDER"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMRALLYWONDRIVE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMRALLYWONNAV"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMREVENGEKILLSDM"), 50, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINAIRRACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINCUSTOMRACE"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINRACETOPOINTS"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINSEARACE"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMBASEJMP"), 25, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMWINALLRACEMODES"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_AWD_FMTATTOOALLBODYPARTS"), 1, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_CHAR_WANTED_LEVEL_TIME5STAR"), int.MaxValue, Convert.ToInt32(1));
- Call(0x427dac, GetHash("MP1_LONGEST_WHEELIE_DIST"), 1000, Convert.ToInt32(1));
- stat_set_int(get_hash_key("mp1_clths_available_hair"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_hair_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_jbib_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_legs_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_feet_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_berd_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_2"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_3"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_4"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_5"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_6"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_7"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_8"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_9"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_props_10"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_outfit"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_decl"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_teeth"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_teeth_1"), -1);
- stat_set_int(get_hash_key("mp1_clths_available_teeth_2"), -1);
- Thread.Sleep(20);
- }
- private void button12_Click(object sender, EventArgs e)
- {
- PS3.Extension.WriteInt32(0xfb65bf75 + 0x110, 0x5f5e0ff); //same as 99999999
- PS3.Extension.WriteInt32(0xfb65bf75 + 0x114, 0x5f5e0ff);
- PS3.Extension.WriteInt32(0xfb65bf75 + 280, 0x5f5e0ff);
- }
- private void checkBox71_CheckedChanged(object sender, EventArgs e)
- {
- /*
- public static void func_532()
- {
- int var_0;
- int var_1;
- var_0 = Natives.player_ped_id();
- var_1 = Natives.player_id();
- if ( Natives.does_entity_exist( var_0 ) )
- {
- if ( ! (Natives.is_entity_dead( var_0 ) ) )
- {
- if ( (Natives.is_player_targetting_anything( var_1 ) || Natives.is_player_free_aiming( var_1 )) )
- {
- Natives.disable_control_action( 0, 24 );
- if ( Natives.is_disabled_control_just_pressed( 0, 24 ) )
- {
- if ( ! (Static_38 ) )
- {
- Static_39 = Natives.get_closest_vehicle( Natives.get_entity_coords( var_0, 0 ){3}, 600f, 0, 0 );
- if ( Natives.does_entity_exist( Static_39 ) )
- {
- Static_38 = 1;
- }
- if ( Natives.does_entity_exist( Static_39 ) )
- {
- if ( func_334( Static_39 ) )
- {
- Natives.set_entity_coords( Static_39, func_269( 8f ){3}, 0, 0, 0, 1 );
- Natives.set_entity_heading( Static_39, Natives.get_entity_heading( Natives.player_ped_id() ) );
- Natives.set_vehicle_on_ground_properly( Static_39 );
- 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 );
- Static_38 = 0;
- }
- else
- {
- }
- }
- }
- }
- }
- }
- }
- return;
- }
- */
- }
- private void checkBox72_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox72.Checked)
- {
- timer12.Start();
- }
- else
- {
- timer12.Stop();
- Call(0x3d10f0, 1f); //SET_TIME_SCALE
- Call(0x3c15d4, "DEFAULT"); //SET_TIMECYCLE_MODIFIER
- }
- }
- private void checkBox73_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x000000, 0x24B17070, 0x1B06D571, 0); //0x3AC9CB55
- /*
- int num = get_your_player_ped_id();
- if (Call(0x3F2E64, num) == 1)
- {
- get_entity_coords(get_your_player_ped_id, (get_gameplay_cam_coord() + 0.5f));
- int num2 = Call(0x3941E4, 2, (get_gameplay_cam_coord() ,(cos, 0, (sin, 1, -1.0f ) + 3, (cos, 1, -1.0f ) + 4, (sin, 0 + 5);
- Call(0x3C2E2C, num2, (500f), 5, 1, GetHash("WEAPON_STINGER"), 0, 1, 2500f);
- }
- */
- }
- private void timer11_Tick(object sender, EventArgs e)
- {
- }
- private void checkBox74_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox74.Checked)
- {
- timer11.Enabled = true;
- }
- else
- {
- timer11.Enabled = false;
- }
- }
- private void timer12_Tick(object sender, EventArgs e)
- {
- int PlayerID = player_id();
- if (Call(0x41f7c8, PlayerID) == 1) //IS_PLAYER_FREE_AIMING
- {
- if (Call(0x3fc784, 2, 195) == 1) //is_control_pressed
- {
- Call(0x3d10f0, 0.2f); //SET_TIME_SCALE
- Call(0x3c15d4, "REDMIST"); //SET_TIMECYCLE_MODIFIER
- }
- }
- else if (Call(0x41faa4, PlayerID) == 1) //IS_PLAYER_TARGETTING_ANYTHING
- {
- if (Call(0x3fc784, 2, 195) == 1) //is_control_pressed
- {
- Call(0x3d10f0, 0.2f); //SET_TIME_SCALE
- Call(0x3c15d4, "REDMIST"); //SET_TIMECYCLE_MODIFIER
- }
- }
- else
- {
- Call(0x3d10f0, 1f); //SET_TIME_SCALE
- Call(0x3c15d4, "DEFAULT"); //SET_TIMECYCLE_MODIFIER
- }
- }
- private void button205_Click(object sender, EventArgs e)
- {
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CLOTHES_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET"), -1);
- stat_set_int(get_hash_key("MP0_WEAPON_PICKUP_BITSET2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_0"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_1"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_2"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_3"), -1);
- stat_set_int(get_hash_key("MP0_RANKAP_UNLK_4"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_10"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE_11"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_0"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_1"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_2"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_3"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_4"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_5"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_6"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_7"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_8"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_9"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_10"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_11"), -1);
- stat_set_int(get_hash_key("MP0_TATTOO_FM_UNLOCKS_12"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_5_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_6_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_CARMOD_7_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_8_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_9_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_10_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_11_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_1_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_2_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_3_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_4_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_5_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_6_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_7_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_8_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_9_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_10_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_11_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_12_FM_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE3"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE4"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE5"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE6"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE7"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE8"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE9"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE10"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE11"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_KIT_FM_PURCHASE12"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_0"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_1"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_2"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_3"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_4"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_5"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_6"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_7"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_8"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_9"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_10"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_11"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_12"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_13"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_14"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_15"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_16"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_17"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_18"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_19"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_20"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_21"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_22"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_23"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_24"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_25"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_26"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_27"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_28"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_29"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_30"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_31"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_32"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_33"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_34"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_35"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_36"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_37"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_38"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_39"), -1);
- stat_set_int(get_hash_key("MP0_DLC_APPAREL_ACQUIRED_40"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_1"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_2"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_3"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_4"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_5"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_6"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL_7"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2"), -1);
- stat_set_int(get_hash_key("MP0_CLTHS_ACQUIRED_SPECIAL2_1"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_1"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_2"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_3"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_4"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_5"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_6"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_7"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_8"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_9"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_10"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_11"), -1);
- stat_set_int(get_hash_key("MP0_ADMIN_CLOTHES_GV_BS_12"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_HEIST_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_1_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_2_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_3_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_4_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_CREWUNLOCK_5_FM_EQUIP"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HEALTH_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_VEHICLE_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_HAIRCUT_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_UNLOCKED2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_ADDON_4_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_WEAP_FREE2"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_1_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_2_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_3_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_4_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_5_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_6_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_7_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_8_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_FM_PACKAGE_9_COLLECT"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_1_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_2_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_CHAR_ABILITY_3_UNLCK"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_0"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_1"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_2"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_3"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_4"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_5"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_6"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_7"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_8"), -1);
- stat_set_int(get_hash_key("MP0_PILOT_SCHOOL_MEDAL_9"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_hair_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_jbib_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_legs_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_feet_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_berd_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_2"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_3"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_4"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_5"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_6"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_7"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_8"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_9"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_props_10"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_outfit"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_decl"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth_1"), -1);
- stat_set_int(get_hash_key("mp0_clths_available_teeth_2"), -1);
- }
- private void checkBox77_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox77.Checked)
- {
- timer13.Start();
- }
- else
- {
- timer13.Stop();
- }
- }
- private void timer13_Tick(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3f69b4, -31919185, get_entity_coords(getplayerped), 0, 2000, 0, 0, 1); //CREATE_AMBIENT_PICKUP
- }
- private void button68_Click(object sender, EventArgs e)
- {
- float[] numArray = get_entity_coords(player_ped_id());
- label5.Text = numArray[0].ToString();
- label6.Text = numArray[1].ToString();
- label7.Text = numArray[2].ToString();
- }
- private void checkBox6_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox6.Checked)
- {
- timer14.Start();
- }
- else
- {
- timer14.Stop();
- }
- //how to put real vehicle light on a any vehicle
- //get a save and use the police car the can remove and add the "extra" and add it to the vehicle you want
- //Call(0x000000, get_vehicle_ped_is_using(get_your_player_ped_id()), 1);
- //SET_VEHICLE_SIREN //testing stages
- /*
- VEHICLE::SET_VEHICLE_ENGINE_ON(getElem(i, &l_617, 4), 1, 1);
- VEHICLE::SET_VEHICLE_SIREN(getElem(i, &l_617, 4), 1);
- VEHICLE::SET_VEHICLE_LIGHTS(getElem(i, &l_617, 4), 2);
- if (VEHICLE::IS_THIS_MODEL_A_BIKE(getElem(i, &l_441, 4)) == 0)
- {
- AUDIO::SET_SIREN_WITH_NO_DRIVER(getElem(i, &l_617, 4), 1);
- }
- *
- VEHICLE::SET_VEHICLE_SIREN(getElem(5, &l_862, 24), 0);
- AUDIO::0x2F0A16D1(getElem(5, &l_862, 24), 5000f);
- AUDIO::USE_SIREN_AS_HORN(getElem(5, &l_862, 24), 0);
- */
- int PedID = player_ped_id();
- int VehID = get_vehicle_ped_is_in(PedID);
- Call(0x45a260, VehID, 1, 1); //set_vehicle_indicator_lights
- int PedID2 = player_ped_id();
- int VehID2 = get_vehicle_ped_is_in(PedID);
- Call(0x45a260, VehID, 0, 1); //set_vehicle_indicator_lights
- /*
- if ( GetHash("police3") == get_entity_model( VehID ) )
- {
- 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 };
- vehicle mods( num );
- }
- */
- }
- private void button215_Click(object sender, EventArgs e)
- {
- for (int i = 0; i < 0x10; i++)
- {
- network_get_player_index(i);
- int getplayerped = get_player_ped_id(i);
- int vehid = get_vehicle_ped_is_in(getplayerped);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- NETWORK_REQUEST_CONTROL_OF_ENTITY(vehid);
- float[] teleport = { 1672.465f, 2640.668f, 45.08919f };
- Call(0x3b0830, vehid, teleport, 1, 0, 0, 1); //SET_ENTITY_COORDS_NO_OFFSET
- }
- }
- private void button198_Click(object sender, EventArgs e)
- {
- int PedID = player_ped_id();
- float[] coords = get_entity_coords(PedID);
- int Vehid = Call(0x4201f4, coords, 500f, 0, 0); //GET_PLAYERS_LAST_VEHICLE
- NETWORK_REQUEST_CONTROL_OF_ENTITY(Vehid);
- Call(0x3b07b8, Vehid, coords); //set_entity_coords
- Call(0x40539c, PedID, Vehid, 0); //SET_PED_INTO_VEHICLE
- Call(0x40539c, PedID, Vehid, -1); //SET_PED_INTO_VEHICLE
- }
- private void button196_Click(object sender, EventArgs e)
- {
- PS3.Extension.WriteInt32(0x1DDB6EC + 0x4958, 1);
- }
- private void button217_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- CLONE_PED(get_player_ped_id(Players.SelectedIndex));
- }
- private void timer14_Tick(object sender, EventArgs e)
- {
- Call(0x45a2e8, get_vehicle_ped_is_using(player_ped_id_()), 1); //SET_VEHICLE_BRAKE_LIGHTS
- }
- private void button110_Click(object sender, EventArgs e)
- {
- Call(0x3e16b0, 0, 0); //NETWORK_SESSION_END
- }
- private void checkBox8_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox8.Checked)
- {
- timer33.Start();
- }
- else
- {
- timer33.Stop();
- }
- }
- private void checkBox65_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x421dd8, player_id(), 99999.9f); //set_player_weapon_damage_modifier
- }
- private void timer15_Tick(object sender, EventArgs e)
- {
- if (Call(0x41e450, (player_id())) == 1) //is_player_pressing_horn
- {
- int num = Call(0x4201b8); //PLAYER_PED_ID
- int num2 = Call(0x40acac, num); //GET_VEHICLE_PED_IS_USING
- Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 1); //SET_VEHICLE_BOOST_ACTIVE
- Call(0x3c2fb0, "RaceTurbo", 0, 0); //unk_0x1D980479
- Call(0x44d520, num2, 65f); //SET_VEHICLE_FORWARD_SPEED
- //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
- Call(0x39d758, get_vehicle_ped_is_using(player_ped_id()), 0); //SET_VEHICLE_BOOST_ACTIVE
- }
- }
- private void button220_Click(object sender, EventArgs e)
- {
- Call(0x40cd38, player_ped_id()); //set_ped_random_props
- }
- private void button219_Click(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int getplayerped = get_player_ped_id(Players.SelectedIndex);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0); //CREATE_MONEY_PICKUPS
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- Call(0x3f73f4, get_entity_coords(getplayerped), 2000, 1, 0);
- }
- private void checkBox64_CheckedChanged(object sender, EventArgs e)
- {
- 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
- }
- private void timer16_Tick(object sender, EventArgs e)
- {
- int num = player_ped_id();
- if (Call(0x40397c, num) == 1) //IS_PED_SHOOTING
- {
- Call(0x464a00, player_ped_id(), 0x1B06D571, 9999); //set_ammo_in_clip
- Call(0x464a00, player_ped_id(), 0x5EF9FEC4, 9999);
- Call(0x464a00, player_ped_id(), 0x22D8FE39, 9999);
- Call(0x464a00, player_ped_id(), 0x99AEEB3B, 9999);
- Call(0x464a00, player_ped_id(), 0x13532244, 9999);
- Call(0x464a00, player_ped_id(), 0x2BE6766B, 9999);
- Call(0x464a00, player_ped_id(), 0xEFE7E2DF, 9999);
- Call(0x464a00, player_ped_id(), 0xBFEFFF6D, 9999);
- Call(0x464a00, player_ped_id(), 0x83BF0278, 9999);
- Call(0x464a00, player_ped_id(), 0xAF113F99, 9999);
- Call(0x464a00, player_ped_id(), 0x9D07F764, 9999);
- Call(0x464a00, player_ped_id(), 0x7FD62962, 9999);
- Call(0x464a00, player_ped_id(), 0x1D073A89, 9999);
- Call(0x464a00, player_ped_id(), 0x7846A318, 9999);
- Call(0x464a00, player_ped_id(), 0xE284C527, 9999);
- Call(0x464a00, player_ped_id(), 0x9D61E50F, 9999);
- Call(0x464a00, player_ped_id(), 0x3656C8C1, 9999);
- Call(0x464a00, player_ped_id(), 0x05FC3C11, 9999);
- Call(0x464a00, player_ped_id(), 0x0C472FE2, 9999);
- Call(0x464a00, player_ped_id(), 0xA284510B, 9999);
- Call(0x464a00, player_ped_id(), 0x4DD2DC56, 9999);
- Call(0x464a00, player_ped_id(), 0xB1CA77B1, 9999);
- Call(0x464a00, player_ped_id(), 0x687652CE, 9999);
- Call(0x464a00, player_ped_id(), 0x42BF8A85, 9999);
- Call(0x464a00, player_ped_id(), 0x93E220BD, 9999);
- Call(0x464a00, player_ped_id(), 0x2C3731D9, 9999);
- Call(0x464a00, player_ped_id(), 0xFDBC8A50, 9999);
- Call(0x464a00, player_ped_id(), 0xA0973D5E, 9999);
- Call(0x464a00, player_ped_id(), 0x24B17070, 9999);
- Call(0x464a00, player_ped_id(), 0x060EC506, 9999);
- Call(0x464a00, player_ped_id(), 0x34A67B97, 9999);
- Call(0x464a00, player_ped_id(), 0x23C9F95C, 9999);
- Call(0x464a00, player_ped_id(), 0x497FACC3, 9999);
- Call(0x464a00, player_ped_id(), 0x61012683, 9999);
- Call(0x464a00, player_ped_id(), 0xC0A3098D, 9999);
- Call(0x464a00, player_ped_id(), 0xD205520E, 9999);
- Call(0x464a00, player_ped_id(), 0xBFD21232, 9999);
- Call(0x464a00, player_ped_id(), 0x7F229F94, 9999);
- Call(0x464a00, player_ped_id(), 0x083839C4, 9999);
- Call(0x464a00, player_ped_id(), 0x7F7497E5, 9999);
- Call(0x464a00, player_ped_id(), 0xA89CB99E, 9999);
- Call(0x464a00, player_ped_id(), 0x3AABBBAA, 9999);
- Call(0x464a00, player_ped_id(), 0xC734385A, 9999);
- Call(0x464a00, player_ped_id(), 0x63AB0442, 9999);
- Call(0x464a00, player_ped_id(), 0xAB564B93, 9999);
- }
- }
- private void checkBox75_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x445978, player_id(), 2000, 10000, 0); //SET_HIGH_FALL_TASK
- //if freeze try player_ped_id
- }
- private void checkBox57_CheckedChanged(object sender, EventArgs e)
- {
- Call(0x4039f8, player_ped_id(), 9999); //SET_PED_ACCURACY
- }
- private void button224_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer29.Start();
- Loop0 = false;
- }
- else
- {
- timer29.Stop();
- Loop0 = true;
- }
- }
- private void numericUpDown3_ValueChanged(object sender, EventArgs e)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x45c0ac, vehid, (float)numericUpDown3.Value); //0xE943B09C
- }
- }
- private void button225_Click(object sender, EventArgs e)
- {
- set_entity_heading(player_ped_id(), 360f);
- set_entity_heading(player_ped_id(), get_entity_heading(player_ped_id()));
- Call(0x000000, player_ped_id(), 0, 0, 0); //set_entity_coords_no_offset //this one dont work yet need gammeplay coords
- Call(0x000000, player_ped_id(), 1); //freeze_entity_position
- int num2 = Call(0x000000, "DEFAULT_SCRIPTED_CAMERA", 1); //create_cam
- 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
- }
- private void checkBox66_CheckedChanged(object sender, EventArgs e)
- {
- /*
- int pedid = player_ped_id();
- if (is_ped_shooting(pedid) == 1)
- {
- if (get_ped_last_weapon_impact_coord(player_ped_id(), excoords))
- {
- ADD_EXPLOSION(excoords, 5.0, 1, 0, 0);
- get_ped_last_weapon_impact_coord(player_ped_id(), excoords));
- AddExplosion(excoords[0], excoords[1], excoords[2], 25, 5.0, 1, 0, 0);
- }
- }
- */
- }
- private void label3_Click(object sender, EventArgs e)
- {
- Call(0x40cbdc, player_ped_id(), (int)numericUpDown10.Value, (int)numericUpDown16.Value, (int)numericUpDown17.Value, (int)numericUpDown18.Value);
- //SET_PED_COMPONENT_VARIATION
- }
- private void label12_Click(object sender, EventArgs e)
- {
- Call(0x40db0c, player_ped_id(), (int)numericUpDown19.Value, (int)numericUpDown20.Value, (int)numericUpDown21.Value, (int)numericUpDown22.Value);
- //SET_PED_PROP_INDEX
- }
- private void numericUpDown23_ValueChanged(object sender, EventArgs e)
- {
- Call(0x3ecca0, (int)numericUpDown23.Value, 0, 0); ////NETWORK_OVERRIDE_CLOCK_TIME //1 - 23
- }
- private void checkBox7_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox7.Checked)
- {
- timer8.Start();
- }
- else
- {
- timer8.Stop();
- }
- }
- private void timer8_Tick(object sender, EventArgs e)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x44adf8, vehid); //set_vehicle_on_ground_properly on a timer with acceleration
- //Call(0x000000, vehid, 1f); //0x66FA450C
- //Call(0x000000, vehid, 1); //0xA739012A
- //Call(0x000000, vehid, 1); //0x0ED84792
- //Call(0x000000, vehid, 1); //set_boat_anchor
- //Call(0x000000, vehid, 1); //set_anchor_card_car2
- }
- }
- private void timer17_Tick(object sender, EventArgs e)
- {
- int playerid = player_ped_id();
- Thread.Sleep(10);
- int vehid = get_vehicle_ped_is_in(playerid);
- if (is_ped_in_any_vehicle(playerid) > 0)
- {
- Call(0x45c45c, vehid, 999999f); //0x642DA5AA
- }
- }
- private void checkBox5_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox5.Checked)
- {
- timer17.Start();
- }
- else
- {
- timer17.Stop();
- }
- }
- private void label14_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer36.Start();
- Loop0 = false;
- }
- else
- {
- timer36.Stop();
- Loop0 = true;
- }
- }
- private void checkBox43_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox43.Checked)
- {
- Call(0x463bb4, player_ped_id(), 0, 0, 0); //SET_PED_CURRENT_WEAPON_VISIBLE
- }
- else
- {
- Call(0x463bb4, player_ped_id(), 1, 1, 1); //SET_PED_CURRENT_WEAPON_VISIBLE
- }
- }
- private void checkBox53_CheckedChanged(object sender, EventArgs e)
- {
- //network_handle_from_player(trollcli, FreeMemoryPointer, 13);
- //network_send_text_message("~o~ Rockstar ~w~ transferred ~g~ $9999999 ~w~ to your account.", FreeMemoryPointer);
- if (checkBox53.Checked)
- {
- timer37.Start();
- }
- else
- {
- timer37.Stop();
- }
- /*
- stat_set_int(get_hash_key("MPPLY_CURRENT_CREW_RANK"), -1337);
- stat_set_int(get_hash_key("MPPLY_NEXT_CREW_RANK"), -1337);
- stat_set_int(get_hash_key("MPPLY_GLOBALXP"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_0"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_1"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_2"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_3"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_LOCAL_XP_4"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_CHALLENGE_WIN"), -1337);
- stat_set_int(get_hash_key("MPPLY_CREW_HEAD2HEAD_WIN"), -1337);
- stat_set_bool(get_hash_key("MPPLY_XP_REWARD_PLAYER_IN_CREW"), 1);
- stat_set_int(get_hash_key("CASH_GIFT_NEW"), 1337);
- stat_set_int(get_hash_key("CASH_GIFT_CREDITED"), 1337);
- stat_set_int(get_hash_key("CASH_GIFT_DEBITED"), 1337);
- /*
- Call(0x000000, 1); //on a timer //toggle_stealth_radar
- if (network_is_signed_online() > 0)
- {
- Call(0x3e150c, Convert.ToDecimal(1), Convert.ToDecimal(0x10), Convert.ToDecimal(1)); //NETWORK_SESSION_HOST
- }
- */
- }
- private void checkBox78_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox78.Checked)
- {
- timer18.Start();
- }
- else
- {
- timer18.Stop();
- }
- }
- private void timer18_Tick(object sender, EventArgs e)
- {
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 0); //SET_PED_WEAPON_TINT_INDEX
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 2);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 4);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 6);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 1);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 3);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 7);
- Call(0x465fe8, player_ped_id(), 0x42BF8A85, 5);
- }
- private void button21_Click(object sender, EventArgs e)
- {
- REQUEST_IPL(textBox13.Text);
- }
- private void button136_Click(object sender, EventArgs e)
- {
- if (Loop0)
- {
- timer19.Start();
- Loop0 = false;
- }
- else
- {
- timer19.Stop();
- Loop0 = true;
- }
- }
- private void button140_Click(object sender, EventArgs e)
- {
- float[] Position = new float[3];
- float[] pos = new float[3];
- Position = get_entity_coords(player_ped_id());
- pos[0] = Position[0] + -3.0f;
- pos[1] = Position[1] + 5.0f;
- pos[2] = Position[2];
- int num4 = Call(0x3f53ec, (int)numericUpDown24.Value, pos, 1, 1, 0); //CREATE_OBJECT
- set_entity_heading(num4, 150f);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- PLACE_OBJECT_ON_GROUND_PROPERLY(num4);
- set_entity_lod_dist(num4, 900000);
- }
- private void timer19_Tick(object sender, EventArgs e)
- {
- Call(0x3bab94, get_entity_coords(player_ped_id()), 0, get_hash_key("EXP_VFXTAG_TRAIN"), 999999999f, 0, 0, 1631854678); //unk_0xCF358946
- }
- private void timer20_Tick(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- Call(0x3ba934, get_entity_coords(id), 14, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- private void timer21_Tick(object sender, EventArgs e)
- {
- network_get_player_index(Players.SelectedIndex);
- int id = get_player_ped_id(Players.SelectedIndex);
- CLEAR_PED_TASKS_IMMEDIATELY(id);
- Call(0x3ba934, get_entity_coords(id), 13, 5f, 0, 1, 5f); //ADD_EXPLOSION
- }
- private void checkBox38_CheckedChanged(object sender, EventArgs e)
- {
- //set_vehicle_forward_spped
- //is_vehicle_on_all_wheels
- //SET_INPUT_EXCLUSIVE(2, 175);
- Call(0x45a8e0, get_entity_coords(player_ped_id()), 100f, 5f, 1); //0xD6685803
- }
- private void button147_Click(object sender, EventArgs e)
- {
- //uint point = 0x208CC10; //or 0x10020200
- int num = Call(0x3f7950, get_entity_coords(player_ped_id()), 2f, 335898267, 1); //GET_CLOSEST_OBJECT_OF_TYPE
- Call(0x3adec4, num, 1, 1); //DETACH_ENTITY
- //Call(0x3adde4, player_ped_id(), 1, 1); //DETACH_ENTITY
- //Call(0x3b17f8, num, 0); //set_entity_visible
- //Call(0x3f53fc, point, num); //DELETE_OBJECT
- }
- private void timer22_Tick(object sender, EventArgs e)
- {
- Call(0x3d6e00, player_id()); //SET_SUPER_JUMP_THIS_FRAME
- }
- private void timer23_Tick(object sender, EventArgs e)
- {
- Call(0x3d6d88, player_id()); //SET_FIRE_AMMO_THIS_FRAME
- }
- private void checkBox39_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox39.Checked)
- {
- timer23.Enabled = true;
- }
- else
- {
- timer23.Enabled = false;
- }
- }
- private void checkBox79_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox79.Checked)
- {
- timer24.Enabled = true;
- }
- else
- {
- timer24.Enabled = false;
- }
- }
- private void timer24_Tick(object sender, EventArgs e)
- {
- Call(0x3d6dc4, player_id()); //SET_EXPLOSIVE_MELEE_THIS_FRAME
- Call(0x3d6d4c, player_id()); //SET_EXPLOSIVE_AMMO_THIS_FRAME
- }
- private void checkBox80_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox
Add Comment
Please, Sign In to add comment