Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Skellton

PHP erro conexão com MySQL

Recommended Posts

@ExtremsX

Vamos fazer asim
Primeiro vou falar as campos que são obrigatarios na tabela:
1.JPG?1415283956

2.JPG?1415283992


3.JPG?1415284030


4.JPG?1415284060

5.JPG?1415284093


Pronto

as coluna que deve ser prenchida são :

todas

mais para registerar é so :

Login , passoword , player_id , player_name, Email

-----------------------
e o resto pode deixa tudo 0 (tipo rank os dado do rank vai ser 0 (onde prenche o rank) )

Compartilhar este post


Link para o post
Compartilhar em outros sites

E qual foi o SQL gerado pelo PHPMyAdmin?

E se os campos Login, password, player_id, player_name, Email são obrigatórios, por que na hora do cadastro vc só usa password, name e email?

Compartilhar este post


Link para o post
Compartilhar em outros sites

@

ExtremsX

 

é pq eu mudei de db

 

vamos dizer que esse sistema de registro é antigo :/

 

então a onde esta o codico do mysql gerado ? não sei nada sobre PHPMyAdmin

 

aqui é c# kkk

 

123.JPG?1415290734

Compartilhar este post


Link para o post
Compartilhar em outros sites

@ExtremsX

 

unica coisa que apareçe é isso

 

"dot.gif Import terminou com sucesso, 26 queries executados. (pbbeta.sql) "

 

ou é isso que vocé quer :::

-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração: Out 30, 2014 as 04:38 PM
-- Versão do Servidor: 5.0.91
-- Versão do PHP: 5.2.17

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Banco de Dados: `pbbeta`
--

-- --------------------------------------------------------

--
-- Estrutura da tabela `accounts`
--

CREATE TABLE IF NOT EXISTS `accounts` (
  `login` varchar(45) NOT NULL default '',
  `password` varchar(100) default '',
  `player_id` int(11) NOT NULL auto_increment,
  `player_name` varchar(35) NOT NULL default '',
  `name_color` int(8) unsigned default '0',
  `clan_id` int(11) NOT NULL default '0',
  `rank` int(2) unsigned default '0',
  `gp` int(8) unsigned default '0',
  `exp` int(8) unsigned default '0',
  `pc_cafe` int(8) unsigned default '0',
  `fights_s` int(8) unsigned default '0',
  `fights_win_s` int(8) unsigned default '0',
  `fights_lost_s` int(8) unsigned default '0',
  `kills_count_s` int(8) unsigned default '0',
  `deaths_count_s` int(8) unsigned default '0',
  `headshots_count_s` int(11) NOT NULL,
  `escapes_s` int(8) unsigned default '0',
  `access_level` tinyint(6) NOT NULL default '0',
  `lastIP` varchar(15) default '',
  `email` varchar(45) NOT NULL default 'null@null',
  `bonus` float NOT NULL default '1',
  `bonus_expire` int(11) NOT NULL default '0',
  `banExpires` int(11) NOT NULL default '0',
  `AllowIPs` varchar(256) NOT NULL default '*',
  `money` int(6) NOT NULL default '0',
  `online` tinyint(4) NOT NULL,
  `weapon_primary` int(11) NOT NULL,
  `weapon_secondary` int(11) NOT NULL,
  `weapon_melee` int(11) NOT NULL,
  `weapon_thrown_normal` int(11) NOT NULL,
  `weapon_thrown_special` int(11) NOT NULL,
  `char_red` int(10) NOT NULL,
  `char_blue` int(10) NOT NULL,
  `char_helmet` int(10) NOT NULL,
  `char_dino` int(10) NOT NULL,
  `char_beret` int(10) NOT NULL,
  `brooch` int(11) NOT NULL,
  `insignia` int(11) NOT NULL,
  `medal` int(11) NOT NULL,
  `blue_order` int(11) NOT NULL,
  `title_slot_count` int(11) NOT NULL,
  `mission_id` int(11) NOT NULL,
  `card_id` int(11) NOT NULL,
  PRIMARY KEY  (`login`),
  UNIQUE KEY `player_id` (`player_id`),
  KEY `bonus` (`bonus`),
  KEY `access_level` (`access_level`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4456 ;

--
-- Extraindo dados da tabela `accounts`
--

INSERT INTO `accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES
('acc3', '123', 61, 'GM_Juliano', 0, 0, 53, 793029, 24537, 0, 23, 6, 17, 6931, 929, 93, 15, 0, '', 'null@null', 1, 0, 0, '*', 447860, 1, 300005083, 601002049, 702001051, 803007033, 904007029, 1001001054, 1001002053, 1102003001, 1006003043, 1103003010, 0, 0, 0, 0, 2, 0, 0),
('adm', 'adm', 1, 'GM PB Troll', 0, 0, 53, 99965459, 15648, 0, 11, 10, 1, 333, 150, 175, 29, 0, '', 'null@null', 1, 0, 0, '*', 99960449, 1, 100003004, 601002002, 702001018, 803007001, 904007002, 1001001036, 1001002051, 1102003001, 1006003041, 1103003010, 0, 0, 0, 0, 3, 2, 9),
('admin', 'burrao123', 10, 'GM_Marcelo', 0, 0, 23, 184423397, 35357, 2, 124, 87, 38, 1462, 742, 1289, 159, 5, '0', 'muawayatuatu156@gmail.com', 1, 0, 0, '*', 28595918, 1, 200004134, 601002049, 702001066, 803007018, 904007029, 1001001036, 1001002053, 1102003001, 1006003042, 1103003010, 0, 100, 14, 7, 3, 2, 0),
('daiandro', 'dada1478', 33, 'DeividFoda', 0, 1, 48, 69225, 32450, 0, 0, 0, 0, 723857, 54323, 0, 0, 0, '', 'deividoda@gmail.com', 1, 0, 0, '*', 0, 0, 0, 0, 0, 0, 0, 1001001036, 1001002035, 1104003012, 1006001024, 0, 0, 0, 0, 0, 0, 0, 0),
('danilo', 'danilo2582', 12, 'GM_AlvinYork', 0, 10, 53, 305000, 10150, 0, 0, 0, 0, 203, 26, 0, 0, 5, '', 'nilo-nunes@outlook.com', 1, 0, 0, '*', 300000, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('diego123', '12345', 4449, 'Diego', 0, 0, 0, 50270, 1216, 0, 1, 1, 0, 12, 2, 15, 16, 0, '', 'diego@hotmail.com', 1, 0, 0, '*', 7120, 1, 300005083, 601002003, 702001001, 803007001, 904007002, 1001001054, 1001002051, 1104003039, 0, 0, 0, 0, 0, 0, 1, 0, 0),
('dogcrazyh', 'maniamma', 27, 'Ghost', 0, 0, 50, 320375, 33200, 0, 0, 0, 0, 243, 56, 0, 0, 0, '', 'cabeloblack157@outlook.com', 1, 0, 0, '*', 300000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('Doneyet', 'vicleo123', 4447, 'OnlyNICESHOT', 0, 0, 6, 55160, 3128, 0, 15, 9, 6, 1016, 208, 0, 16, 0, '', 'victorhugo712@gmail.com', 1, 0, 0, '*', 740, 1, 300005032, 601002049, 702001051, 803007001, 904007029, 1001001010, 1001002051, 1102003001, 1103003010, 1103003010, 0, 0, 0, 0, 2, 0, 0),
('gabriiells', '15022001', 4446, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'gabrielnamoral123@gmail.com', 1, 0, 0, '*', 0, 0, 0, 0, 0, 0, 0, 1001001005, 1001002006, 1102003001, 1006001024, 0, 0, 0, 0, 0, 1, 0, 0),
('Goku141', 'asd', 4450, 'GM Staff 01', 0, 4450, 53, 189903002, 81048, 0, 40, 11, 29, 203, 173, 114, 27, 0, '', 'juliano@outlook.com', 1, 0, 0, '*', 149879150, 1, 100003159, 601002049, 702015003, 803007018, 904007015, 1001001036, 1001002035, 1102003007, 1006003044, 1103003010, 453, 4345, 453, 1234, 3, 5, 0),
('ipod', 'blackjr12345678', 4451, 'iPod', 0, 0, 8, 89100, 1180, 0, 25, 25, 0, 110, 118, 100, 9, 0, '', 'manotista@gmail.com', 1, 0, 0, '*', 290, 1, 300005087, 601002049, 702001043, 803007033, 904007029, 1001001036, 1001002035, 1102003001, 1103003010, 1103003010, 0, 0, 0, 0, 1, 0, 0),
('juliocaio1', 'jc81582287', 13, 'iMCZllyLordeJuJU', 0, 0, 0, 25010, 1808, 0, 2, 2, 0, 88, 36, 13, 1, 0, '', 'null@null', 1, 0, 0, '*', 8950, 1, 300005087, 601002016, 702001043, 803007001, 904007002, 1001001005, 1001002009, 1104003098, 1006003023, 0, 0, 0, 0, 0, 0, 0, 0),
('Lokesx2', '12345678A', 4454, 'yBuruKrlPPK', 0, 0, 4, 52840, 5672, 0, 5, 2, 3, 66, 40, 18, 13, 0, '', 'angelo_lokes@live.com', 1, 0, 0, '*', 7020, 1, 100003159, 601002003, 702001052, 803007001, 904007002, 1001001054, 1001002053, 1104003096, 1006003042, 0, 0, 0, 0, 0, 1, 15, 1),
('Sarotox', 'giovanni', 16, 'Sarotox', 0, 0, 0, 300000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'PBTurkey@hotmail.it', 1, 0, 0, '*', 300000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('thiagolokobrk9mc', '18102000', 4445, 'XPAIDEFAMILIAX', 0, 10, 12, 50414, 21599, 2, 60, 58, 2, 2529, 905, 225, 25, 0, '', 'pbeumlixo@gmail.com', 1, 0, 0, '*', 18010508, 1, 100003037, 601002016, 702001052, 803007018, 904007014, 1001001054, 1001002053, 1104003096, 0, 0, 0, 0, 0, 0, 2, 0, 0),
('wilgne', '99873316', 4, 'NooBGamerBr', 0, 0, 50, 320700, 41400, 0, 0, 0, 0, 828, 261, 0, 0, 0, '', 'wilgne.bezerra_123@hotmail.com', 1, 0, 0, '*', 300000, 0, 0, 0, 0, 0, 0, 1001001017, 1001002018, 1102003001, 1006001046, 0, 0, 0, 0, 0, 0, 0, 0),
('zyzz', 'jhoe270495', 4452, 'yZyZZFilhoDeZeuS', 0, 4452, 46, 114280050, 53648, 2, 22, 9, 13, 325, 282, 80, 21, 0, '', 'jhoe270495', 1, 0, 0, '*', 114201410, 1, 300005015, 601002011, 702015005, 803007018, 904007029, 1001001054, 1001002053, 1102003001, 1006001024, 1103003010, 0, 0, 0, 0, 3, 5, 0);

-- --------------------------------------------------------

--
-- Estrutura da tabela `auth_cookies`
--

CREATE TABLE IF NOT EXISTS `auth_cookies` (
  `login` text NOT NULL,
  `cookies` int(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `auth_cookies`
--


-- --------------------------------------------------------

--
-- Estrutura da tabela `clan_data`
--

CREATE TABLE IF NOT EXISTS `clan_data` (
  `clan_id` int(11) NOT NULL default '0',
  `clan_rank` tinyint(3) unsigned NOT NULL default '0',
  `clan_name` varchar(35) NOT NULL default '',
  `owner_id` int(11) NOT NULL default '0',
  `logo1` int(3) NOT NULL default '255',
  `logo2` int(3) NOT NULL default '255',
  `logo3` int(3) NOT NULL default '255',
  `logo4` int(3) NOT NULL default '255',
  `color` int(3) NOT NULL default '255',
  `clan_info` text NOT NULL,
  `clan_news` text NOT NULL,
  `create_date` int(11) NOT NULL,
  PRIMARY KEY  (`clan_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `clan_data`
--

INSERT INTO `clan_data` (`clan_id`, `clan_rank`, `clan_name`, `owner_id`, `logo1`, `logo2`, `logo3`, `logo4`, `color`, `clan_info`, `clan_news`, `create_date`) VALUES
(4452, 0, 'yMaromba', 4452, 0, 0, 0, 0, 0, 'testebhl?', 'Fala ae Bem - Vindos!!!', 20141028),
(4450, 0, 'PBTrollOficial', 4450, 0, 0, 0, 0, 0, 'TESTE 1', 'TESTE 2', 20141029);

-- --------------------------------------------------------

--
-- Estrutura da tabela `configs`
--

CREATE TABLE IF NOT EXISTS `configs` (
  `owner_id` int(11) NOT NULL,
  `owner_name` text NOT NULL,
  `config` int(11) NOT NULL,
  `sangue` int(11) NOT NULL,
  `mira` int(11) NOT NULL,
  `mao` int(11) NOT NULL,
  `audio1` int(11) NOT NULL,
  `audio2` int(11) NOT NULL,
  `audio_enable` int(11) NOT NULL,
  `sensibilidade` int(11) NOT NULL,
  `visao` int(11) NOT NULL,
  UNIQUE KEY `owner_id` (`owner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `configs`
--

INSERT INTO `configs` (`owner_id`, `owner_name`, `config`, `sangue`, `mira`, `mao`, `audio1`, `audio2`, `audio_enable`, `sensibilidade`, `visao`) VALUES
(10, 'GM_Trollador', 55, 0, 2, 0, 13, 0, 6, 74, 80),
(27, 'Ghost', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(13, 'iPod', 0, 1, 0, 0, 100, 100, 7, 21, 70),
(12, 'GM AlvinYork', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(33, 'DeividFoda', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(60, 'Admin', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(61, 'Fumar', 55, 1, 2, 0, 100, 100, 6, 22, 80),
(1, '[GM]~Adm', 51, 3, 2, 16, 60, 0, 0, 22, 80),
(16, 'Sarotox', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(17, 'Sarotox', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(4, 'NooBGamerBr', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(4444, 'Julianinho', 0, 1, 0, 0, 100, 100, 7, 50, 70),
(4445, '', 55, 3, 2, 0, 4, 13, 6, 50, 70),
(4446, '', 55, 1, 0, 0, 100, 100, 7, 50, 70),
(4447, '', 55, 3, 2, 0, 20, 100, 6, 28, 80),
(4449, '', 55, 3, 2, 0, 99, 100, 4, 37, 80),
(4450, '', 55, 1, 2, 16, 60, 0, 2, 22, 80),
(4451, '', 55, 3, 2, 0, 100, 100, 6, 50, 70),
(4452, '', 55, 1, 2, 0, 16, 100, 6, 37, 70),
(4453, '', 55, 1, 0, 0, 100, 100, 7, 50, 70),
(4454, '', 55, 3, 2, 0, 100, 100, 6, 50, 70),
(4455, '', 55, 1, 0, 0, 100, 100, 7, 50, 70);

-- --------------------------------------------------------

--
-- Estrutura da tabela `friends`
--

CREATE TABLE IF NOT EXISTS `friends` (
  `object_id` int(11) NOT NULL auto_increment,
  `friend_id` int(255) NOT NULL,
  `owner_id` int(255) NOT NULL,
  UNIQUE KEY `unico` (`object_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Extraindo dados da tabela `friends`
--

INSERT INTO `friends` (`object_id`, `friend_id`, `owner_id`) VALUES
(1, 1, 61),
(4, 61, 1),
(5, 10, 1),
(6, 4445, 10),
(7, 4452, 10),
(8, 4449, 1),
(9, 4452, 4450),
(10, 4452, 4450),
(11, 4450, 4454),
(12, 4452, 4454),
(13, 4450, 10),
(14, 10, 4452),
(15, 4450, 4452);

-- --------------------------------------------------------

--
-- Estrutura da tabela `ips`
--

CREATE TABLE IF NOT EXISTS `ips` (
  `ip` varchar(15) NOT NULL,
  `admin` text NOT NULL,
  `add_date` bigint(20) NOT NULL,
  `end_date` bigint(20) NOT NULL,
  `white` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `ips`
--


-- --------------------------------------------------------

--
-- Estrutura da tabela `items`
--

CREATE TABLE IF NOT EXISTS `items` (
  `object_id` int(11) NOT NULL auto_increment,
  `owner_id` int(10) unsigned NOT NULL,
  `item_id` int(6) unsigned NOT NULL default '0',
  `item_name` text,
  `item_type` smallint(1) NOT NULL,
  `count` bigint(20) unsigned NOT NULL default '0',
  `loc_slot` smallint(1) NOT NULL,
  `equip` int(11) NOT NULL,
  PRIMARY KEY  (`object_id`),
  KEY `key_owner_id` (`owner_id`),
  KEY `key_loc` (`loc_slot`),
  KEY `key_item_id` (`item_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1144 ;

--
-- Extraindo dados da tabela `items`
--

INSERT INTO `items` (`object_id`, `owner_id`, `item_id`, `item_name`, `item_type`, `count`, `loc_slot`, `equip`) VALUES
(194, 10, 100003004, 'K-2', 1, 100, 1, 0),
(195, 10, 200004006, 'K-1', 1, 100, 1, 0),
(196, 10, 300005003, 'SG-669', 1, 100, 1, 0),
(197, 10, 400006001, '870MCS', 1, 100, 1, 0),
(198, 10, 601002003, 'K-5', 1, 100, 2, 0),
(199, 10, 702001001, 'M7', 1, 100, 3, 0),
(200, 10, 803007001, 'K-400', 1, 100, 4, 0),
(201, 10, 904007002, 'Smoke', 1, 100, 5, 0),
(202, 10, 1001001005, 'Red Bulls', 1, 100, 6, 0),
(203, 10, 1001002006, 'Acid Pol', 1, 100, 7, 0),
(204, 10, 1102003001, 'Capacete basico', 1, 100, 8, 0),
(205, 10, 1006003041, 'Raptor', 1, 100, 9, 0),
(206, 10, 1006003042, 'Sting', 1, 100, 9, 0),
(207, 10, 1006003043, 'Acid', 1, 100, 9, 0),
(208, 10, 803007033, 'Granada de Futebol 30D', 0, 2592000, 4, 1),
(209, 10, 803007027, 'M14 Mine 500U', 0, 500, 4, 1),
(210, 10, 702015001, 'Dual Knife 100U', 0, 130, 3, 1),
(211, 10, 1001001054, 'Tarantula 2014 30D', 0, 2592000, 6, 1),
(212, 10, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(213, 10, 300005005, 'L115A1 100U', 0, 130, 1, 1),
(214, 10, 300005083, 'Cheytac M200 Brazuca 30D', 0, 2592000, 1, 1),
(215, 10, 1104003127, 'Mascara GSL', 0, 86400, 8, 1),
(216, 10, 1104003178, 'Mascara Brazuca 30D', 0, 2592000, 8, 1),
(217, 10, 803007004, 'C-5 500U', 0, 520, 4, 1),
(218, 10, 702001004, 'Amok Kukri 500U', 0, 540, 3, 1),
(219, 10, 200004010, 'P90 MC 500U', 0, 500, 1, 1),
(220, 10, 1301047000, 'Trocar Nick 1U', 0, 1, 11, 1),
(221, 10, 702001024, 'Alcacuz 500U', 0, 500, 3, 1),
(222, 10, 1300026001, 'Troca Rapida 1D', 0, 172800, 11, 1),
(223, 10, 100003037, 'AUG A3 G 30D', 0, 2592000, 1, 1),
(224, 10, 100003123, 'TAR-21 30D', 0, 2592000, 1, 1),
(225, 10, 200004011, 'P90 Ext. 500U', 0, 530, 1, 1),
(226, 10, 100003036, 'AUG A3 500U', 0, 3020, 1, 1),
(227, 10, 100003155, 'AUG A3 Brazuca 30D', 0, 2592000, 1, 1),
(228, 10, 100003159, 'AUG A3 PBIC2014 7D', 0, 604800, 1, 1),
(269, 61, 100003004, 'K-2', 1, 100, 1, 1),
(270, 61, 200004006, 'K-1', 1, 100, 1, 1),
(271, 61, 300005003, 'SG669', 1, 100, 1, 1),
(272, 61, 400006001, '870MCS', 1, 100, 1, 1),
(273, 61, 601002003, 'K-5', 1, 100, 2, 1),
(274, 61, 702001001, 'M7', 1, 100, 3, 1),
(275, 61, 803007001, 'K-400', 1, 100, 4, 1),
(276, 61, 904007002, 'Smoke', 1, 100, 5, 1),
(277, 61, 1001001005, 'Red Bulls', 1, 100, 6, 1),
(278, 61, 1001002006, 'Acid Pol', 1, 100, 7, 1),
(279, 61, 1102003001, 'Capacete basico', 1, 100, 8, 1),
(280, 61, 1006003041, 'Raptor', 1, 100, 9, 1),
(281, 61, 1006003042, 'Sting', 1, 100, 9, 1),
(282, 61, 1006003043, 'Acid', 1, 100, 9, 1),
(284, 61, 803007027, 'M14 Mine 100U', 0, 100, 4, 1),
(285, 61, 300005005, 'L115A1 100U', 0, 100, 1, 1),
(286, 61, 200004010, 'P90 MC 100U', 0, 100, 1, 1),
(287, 61, 803007008, 'K-413 100U', 0, 100, 4, 1),
(288, 61, 702015001, 'Dual Knife 100U', 0, 110, 3, 1),
(289, 61, 702001004, 'Amok Kukri 100U', 0, 100, 3, 1),
(290, 61, 1001001054, 'Tarantula 2014 1D', 0, 100, 6, 1),
(291, 61, 1001002053, 'Hide 2014 1D', 0, 100, 7, 1),
(292, 61, 1104003178, 'Mascara Brazuca 1D', 0, 100, 8, 1),
(293, 61, 100003155, 'AUG A3 Brazuca 1D', 0, 86400, 1, 1),
(294, 61, 100003159, 'AUG A3 PBIC2014 1D', 0, 86400, 1, 1),
(295, 61, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(296, 61, 300005083, 'Cheytac M200 Brazuca 1D', 0, 86400, 1, 1),
(297, 61, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(298, 61, 1300026001, 'Troca Rapida 1D', 0, 86400, 11, 1),
(299, 61, 1301047000, 'Trocar Nick 1U', 0, 1, 11, 1),
(300, 61, 1300035001, 'Explosivo Extra 1D', 0, 86400, 11, 1),
(301, 61, 1300002001, 'Exp 30% 1D', 0, 86400, 11, 1),
(302, 61, 702001052, 'Fang Blade Brazuca 30D', 0, 2592000, 3, 1),
(303, 61, 803007033, 'Granada de Futebol 1D', 0, 86400, 4, 1),
(304, 61, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(305, 61, 904007014, 'Kit Medico de Hallonween 1D', 0, 259200, 5, 1),
(306, 61, 1006003044, 'Reinforced Raptor', 0, 86400, 9, 1),
(307, 61, 200004139, 'Kriss SV Brazuca 1D', 0, 86400, 1, 1),
(308, 61, 200004138, 'P90 Brazuca 1D', 0, 86400, 1, 1),
(309, 61, 400006037, 'M1887 Brazuca 1D', 0, 86400, 1, 1),
(310, 61, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(311, 61, 601002040, 'C. Phyton PBNC5 1D', 0, 86400, 2, 1),
(312, 61, 904007029, 'Kit Medico PBNC5 1D', 0, 86400, 5, 1),
(313, 61, 601002016, 'RB 454 SS8M+S 1D', 0, 86400, 2, 1),
(314, 61, 400006035, 'M1887 PBNC5 1D', 0, 100, 1, 1),
(315, 61, 702001041, 'Espada Arabe 1D', 0, 86400, 3, 1),
(316, 61, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(317, 61, 803007033, 'Granada de Futebol 1D', 0, 86400, 4, 1),
(318, 10, 300005032, 'Barret M82A1 1D', 0, 86400, 1, 1),
(319, 10, 1001002053, 'Hide 2014 1D', 0, 100, 7, 1),
(320, 10, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(321, 10, 702001052, 'Fang Blade Brazuca 1D', 0, 86400, 3, 1),
(322, 10, 803007018, 'K-413 G 1D', 0, 86400, 4, 1),
(323, 10, 904007015, 'Kit Medico de Chocolate 1D', 0, 86400, 5, 1),
(324, 10, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(325, 10, 200004139, 'Kriss SV Brazuca 1D', 0, 86400, 1, 1),
(326, 10, 200004138, 'P90 Brazuca 1D', 0, 86400, 1, 1),
(327, 10, 400006037, 'M1887 Brazuca 1D', 0, 86400, 1, 1),
(328, 10, 100003143, 'FG-42 100U', 0, 100, 1, 1),
(329, 10, 100003153, 'SC-2010 100U', 0, 100, 1, 1),
(330, 10, 601002040, 'C. Phyton PBNC5 1D', 0, 86400, 2, 1),
(331, 10, 702001049, 'Espada Arabe E-Sport 1D', 0, 86400, 3, 1),
(332, 10, 200004107, 'MP9 Ext 100U', 0, 100, 1, 1),
(333, 10, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(334, 10, 904007029, 'Kit Medico PBNC5 1D', 0, 86400, 5, 1),
(335, 10, 601002016, 'RB 454 SS8M+S 1D', 0, 86400, 2, 1),
(336, 10, 400006035, 'M1887 PBNC5 1D', 0, 100, 1, 1),
(337, 10, 702015003, 'Faca de Osso 1D', 0, 86400, 3, 1),
(338, 10, 702001041, 'Espada Arabe 1D', 0, 86400, 3, 1),
(339, 10, 702001018, 'Ballistic Knife 1D', 0, 86400, 3, 1),
(340, 10, 601014007, 'Dual HK45 1D', 0, 86400, 2, 1),
(341, 10, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(342, 10, 702001051, 'Fang Blade GSL2014', 0, 100, 3, 1),
(343, 10, 702001050, 'Fang Blade PBNC5', 0, 100, 3, 1),
(344, 10, 702001021, 'Keris 1D', 0, 86400, 3, 1),
(345, 10, 702001012, 'Mixi Axe D.', 0, 100, 3, 1),
(346, 10, 702001007, 'miniaxe', 0, 120, 3, 1),
(347, 10, 100003150, 'TAR-21 Mid-night', 0, 100, 1, 1),
(348, 10, 200004114, 'p90 ext br camo', 0, 100, 1, 1),
(349, 10, 300005072, 'Walther WA2000 100U', 0, 100, 1, 1),
(350, 10, 200018013, 'Dual Mini Uzi G. 100U', 0, 100, 1, 1),
(351, 10, 300005015, 'L115A1 G 100U', 0, 100, 1, 1),
(352, 10, 300005030, 'Cheytac M200 100U', 0, 100, 1, 1),
(353, 10, 601002011, 'Glock 18 100Y', 0, 100, 2, 1),
(354, 10, 702015002, 'Dual Knife D 1D', 0, 86400, 3, 1),
(355, 4445, 100003004, 'K-2', 1, 100, 1, 1),
(356, 4445, 200004006, 'K-1', 1, 100, 1, 1),
(357, 4445, 300005003, 'SG669', 1, 100, 1, 1),
(358, 4445, 400006001, '870MCS', 1, 100, 1, 1),
(359, 4445, 601002003, 'K-5', 1, 100, 2, 1),
(360, 4445, 702001001, 'M7', 1, 100, 3, 1),
(361, 4445, 803007001, 'K-400', 1, 100, 4, 1),
(362, 4445, 904007002, 'Smoke', 1, 100, 5, 1),
(363, 4445, 1001001005, 'Red Bulls', 1, 100, 6, 1),
(364, 4445, 1001002006, 'Acid Pol', 1, 100, 7, 1),
(365, 4445, 1102003001, 'Capacete basico', 1, 100, 8, 1),
(366, 4445, 1006003041, 'Raptor', 1, 100, 9, 1),
(367, 4445, 1006003042, 'Sting', 1, 100, 9, 1),
(368, 4445, 1006003043, 'Acid', 1, 100, 9, 1),
(369, 4445, 100003155, 'AUG A3 Brazuca 30D', 0, 2592000, 1, 1),
(370, 4445, 300005015, 'L115A1 G 100U', 0, 200, 1, 1),
(371, 4445, 601002016, 'RB 454 SS8M+S 1D', 0, 86400, 2, 1),
(372, 4445, 1001001054, 'Tarantula 2014 30D', 0, 500, 6, 1),
(373, 4445, 1006003041, 'Raptor', 1, 100, 9, 1),
(374, 4445, 1006003042, 'Sting', 1, 100, 9, 1),
(375, 4445, 1006003043, 'Acid', 1, 100, 9, 1),
(376, 4445, 200004138, 'P90 Brazuca 1D', 0, 86400, 1, 1),
(377, 4445, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(378, 4445, 1104003178, 'Mascara Brazuca 1D', 0, 100, 8, 1),
(379, 4445, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(380, 4445, 100003159, 'AUG A3 PBIC2014 30D', 0, 2592000, 1, 1),
(381, 4445, 702001052, 'Fang Blade Brazuca 30D', 0, 2592000, 3, 1),
(382, 4445, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(383, 4445, 200004139, 'Kriss SV Brazuca 1D', 0, 86400, 1, 1),
(384, 4445, 904007029, 'Kit Medico PBNC5 30D', 0, 2592000, 5, 1),
(385, 4445, 200004010, 'P90 MC 500U', 0, 500, 1, 1),
(386, 4445, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(387, 4445, 702001043, 'Machete G 30D', 0, 2592000, 3, 1),
(388, 4445, 100003153, 'SC-2010 100U', 0, 100, 1, 1),
(389, 4445, 200018013, 'Dual Mini Uzi G. 100U', 0, 100, 1, 1),
(390, 4445, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(391, 4445, 300005083, 'Cheytac M200 Brazuca 30D', 0, 5270400, 1, 1),
(392, 4445, 300005032, 'Barret M82A1 30D', 0, 2592000, 1, 1),
(393, 4445, 1001002053, 'Hide 2014 1D', 0, 200, 7, 1),
(394, 4445, 1300031001, 'Bala de Ferro 1D', 0, 86400, 11, 1),
(395, 4445, 100003058, 'Ak-47 FC', 0, 100, 1, 1),
(396, 4445, 100003064, 'Famas G2 Commando', 0, 100, 1, 1),
(397, 10, 100003058, 'Ak-47 FC', 0, 100, 1, 1),
(398, 4445, 100003115, 'AN_94', 0, 100, 1, 1),
(399, 4445, 1104003096, 'TROLL MASK 1', 0, 100, 8, 1),
(400, 10, 1104003039, 'Demonio Vermelho', 0, 100, 8, 1),
(401, 10, 702001047, 'Keris XMAS', 0, 100, 3, 1),
(402, 4445, 100003064, 'Famas G2 Commando', 0, 100, 1, 1),
(403, 4445, 100003115, 'AN_94', 0, 100, 1, 1),
(404, 4445, 100003094, 'Scar-L Carbine ', 0, 100, 1, 1),
(405, 4445, 100003058, 'Ak-47 FC', 0, 100, 1, 1),
(406, 4445, 1001001050, 'Red Bulls Garena 1D', 0, 100, 6, 1),
(407, 4445, 1001002047, 'Ken Eyes Garena 1D', 0, 100, 7, 1),
(408, 4445, 1001001054, 'Tarantula 2014 1D', 0, 100, 6, 1),
(409, 4445, 1104003039, 'Demonio Vermelho', 0, 100, 8, 1),
(410, 4445, 100003034, 'G36c Silver', 0, 100, 1, 1),
(411, 4445, 300005072, 'Walther WA2000 100U', 0, 100, 1, 1),
(412, 4445, 100003123, 'TAR-21 30D', 0, 2592000, 1, 1),
(413, 4445, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(414, 4445, 601014004, 'Dual-Eagle G.', 0, 100, 2, 1),
(415, 4445, 100003114, 'M4A1 Elite', 0, 100, 1, 1),
(416, 4445, 200004106, 'PP-19 Bizon', 0, 100, 1, 1),
(417, 4445, 601014004, 'Dual-Eagle G.', 0, 100, 2, 1),
(418, 4445, 904007014, 'Kit Medico de Hallonween 1D', 0, 86400, 5, 1),
(419, 4445, 702001051, 'Fang Blade GSL2014', 0, 100, 3, 1),
(420, 4445, 702015003, 'Faca de Osso 1D', 0, 86400, 3, 1),
(421, 4445, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(422, 4445, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(423, 10, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(424, 10, 200004106, 'PP-19 Bizon', 0, 100, 1, 1),
(425, 10, 200004075, 'P90 Gold', 0, 100, 1, 1),
(426, 10, 200018004, 'Dual Uzi', 0, 100, 1, 1),
(427, 10, 1104003101, 'MASCARA CRANIO FRAGIL G', 0, 100, 8, 1),
(428, 4445, 200018004, 'Dual Uzi', 0, 100, 1, 1),
(429, 10, 200004027, 'P90 M.C.S.', 0, 100, 1, 1),
(430, 4445, 100003099, 'AK SOPMOD GRS', 0, 100, 1, 1),
(431, 10, 100003068, 'AK-47 F.C Red', 0, 100, 1, 1),
(432, 10, 100003111, 'AUG A3 BR Camo', 0, 100, 1, 1),
(433, 4445, 100003096, 'SCAR-L F.C', 0, 100, 1, 1),
(434, 4445, 200004027, 'P90 M.C.S.', 0, 100, 1, 1),
(435, 10, 100003102, 'HK-417', 0, 100, 1, 1),
(436, 4445, 702001018, 'Ballistic Knife 1D', 0, 86400, 3, 1),
(437, 10, 100003052, 'Famas G2 M203', 0, 100, 1, 1),
(438, 10, 200004134, 'OA-93', 0, 100, 1, 1),
(439, 10, 200004132, 'Kriss S.V. Midnight', 0, 100, 1, 1),
(440, 10, 300005081, 'L115A1 GSL2014', 0, 100, 1, 1),
(441, 10, 400006036, 'Keltec GSL2014', 0, 100, 1, 1),
(442, 10, 400006038, 'M1887 PBIC2014', 0, 100, 1, 1),
(443, 10, 702023005, 'Soco Ingles de Hallonween', 0, 100, 3, 1),
(444, 10, 702023006, 'Soco Ingles com Espinhos', 0, 100, 3, 1),
(445, 4445, 300005032, 'Barret M82A1 1D', 0, 86400, 1, 1),
(446, 10, 1104003096, 'TROLL MASK 1', 0, 100, 8, 1),
(447, 10, 1105003001, 'Gorro Do Papai Noel', 0, 100, 8, 1),
(448, 10, 1105003004, 'Chapéu De Cowboy', 0, 100, 8, 1),
(449, 10, 200004103, 'Kriss S.V. PBIC2013', 0, 100, 1, 1),
(450, 10, 400006018, 'SPAS-15 MSC', 0, 100, 1, 1),
(451, 10, 1300004001, 'Gold 30% 1D', 0, 86400, 11, 1),
(452, 4445, 100003119, 'AK47 Elite', 0, 100, 1, 1),
(453, 4445, 100003104, 'AUG A3 GSL', 0, 100, 1, 1),
(454, 4445, 100003102, 'HK-417', 0, 100, 1, 1),
(455, 4445, 100003071, 'AUG A3 PBIC2012', 0, 100, 1, 1),
(456, 4445, 200004089, 'P90 GSL', 0, 100, 1, 1),
(457, 10, 200004146, 'P90 Ext. PBIC2014', 0, 100, 1, 1),
(458, 10, 200004130, 'Kriss S.V GSL2014', 0, 100, 1, 1),
(459, 10, 300005052, 'Cheytac M200 GRS', 0, 100, 1, 1),
(460, 4445, 400006018, 'SPAS-15 MSC', 0, 100, 1, 1),
(461, 4445, 400006018, 'SPAS-15 MSC', 0, 100, 1, 1),
(462, 4445, 400006037, 'M1887 Brazuca 30D', 0, 2592000, 1, 1),
(463, 4445, 400006036, 'Keltec GSL2014', 0, 100, 1, 1),
(464, 4445, 100003037, 'AUG A3 G 30D', 0, 2592000, 1, 1),
(465, 4445, 500010004, 'L86 LSW', 0, 100, 1, 1),
(466, 4445, 200004113, 'P90 M.C LATIN3', 0, 100, 1, 1),
(467, 4445, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(468, 4445, 1104003096, 'TROLL MASK 1', 0, 100, 8, 1),
(469, 4445, 1300002001, 'Exp 30% 1D', 0, 86400, 11, 1),
(470, 10, 300005064, 'L115A1 LATIN3', 0, 100, 1, 1),
(471, 10, 200004113, 'P90 M.C LATIN3', 0, 100, 1, 1),
(472, 10, 100003131, 'AUG A3 LATIN3', 0, 100, 1, 1),
(473, 10, 500010001, 'MK.46 Ext.', 0, 100, 1, 1),
(474, 10, 200004144, 'Kriss S.V WOE', 0, 100, 1, 1),
(475, 10, 100003119, 'AK47 Elite', 0, 100, 1, 1),
(476, 10, 100003093, 'AUG A3 Blaze', 0, 100, 1, 1),
(477, 10, 100003063, 'AUG A3 E-Sport', 0, 100, 1, 1),
(478, 10, 100003120, 'AUG A3 PBIC2013', 0, 100, 1, 1),
(479, 10, 100003158, 'AUG A3 WOE 2014', 0, 100, 1, 1),
(480, 10, 100003114, 'M4A1 Elite', 0, 100, 1, 1),
(481, 10, 100003122, 'AK47 PBIC2013', 0, 100, 1, 1),
(482, 10, 1104003014, 'Mascara de Palhaço', 0, 100, 8, 1),
(485, 10, 300005068, 'XM2010', 0, 100, 1, 1),
(487, 61, 100003150, 'TAR-21 Mid-night', 0, 100, 1, 1),
(488, 61, 100003131, 'AUG A3 LATIN3', 0, 100, 1, 1),
(489, 61, 200004130, 'Kriss S.V GSL2014', 0, 100, 1, 1),
(490, 61, 200004132, 'Kriss S.V. Midnight', 0, 100, 1, 1),
(491, 61, 200004146, 'P90 Ext. PBIC2014', 0, 100, 1, 1),
(492, 61, 200004129, 'P90 Ext. PBNC5', 0, 100, 1, 1),
(493, 61, 200004134, 'OA-93', 0, 100, 1, 1),
(494, 61, 200004114, 'AK-47 Full Custom ', 0, 100, 1, 1),
(495, 61, 200004113, 'P90 M.C LATIN3', 0, 100, 1, 1),
(496, 61, 300005081, 'L115A1 GSL2014', 0, 100, 1, 1),
(497, 61, 400006036, 'Keltec GSL2014', 0, 100, 1, 1),
(498, 61, 702001051, 'Fang Blade GSL2014', 0, 100, 3, 1),
(499, 61, 702001047, 'Keris XMAS', 0, 100, 3, 1),
(500, 61, 1102003003, 'Capacete avançado', 0, 100, 8, 1),
(501, 4445, 300005064, 'L115A1 LATIN3', 0, 200, 1, 1),
(502, 4445, 803007027, 'M14 Mine 100U', 0, 100, 4, 1),
(503, 4445, 1104003098, 'TROLL MASK 3', 0, 100, 8, 1),
(504, 10, 601002002, 'Mk. 23 Ext.', 0, 100, 2, 1),
(505, 4445, 100003154, 'sc2010g', 0, 200, 1, 1),
(506, 10, 100003154, 'sc2010g', 0, 100, 1, 1),
(507, 4445, 500010002, 'MK.46 Sl.', 0, 100, 1, 1),
(508, 4445, 300005052, 'Cheytac M200 GRS', 0, 100, 1, 1),
(509, 10, 1300035001, 'Explosivo Extra 1D', 0, 86400, 11, 1),
(510, 4445, 803007018, 'K-413 G 30D', 0, 2592000, 4, 1),
(511, 10, 200018006, 'Dual Micro Uzi', 0, 100, 1, 1),
(512, 4447, 100003004, 'K-2', 0, 100, 1, 0),
(513, 4447, 200004006, 'K-1', 0, 100, 1, 0),
(514, 4447, 300005003, 'SG669', 0, 100, 1, 0),
(515, 4447, 400006001, '870MCS', 0, 100, 1, 0),
(516, 4447, 601002003, 'K-5', 0, 100, 2, 0),
(517, 4447, 702001001, 'M7', 0, 100, 3, 0),
(518, 4447, 803007001, 'K-400', 0, 100, 4, 0),
(519, 4447, 904007002, 'Smoke', 0, 100, 5, 0),
(520, 4447, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(521, 4447, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(522, 4447, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(523, 4447, 1006003041, 'Raptor', 0, 100, 9, 0),
(524, 4447, 1006003042, 'Sting', 0, 100, 9, 0),
(525, 4447, 1006003043, 'Acid', 0, 100, 9, 0),
(526, 4447, 300005052, 'Cheytac M200 GRS', 0, 100, 1, 1),
(527, 4447, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(528, 4447, 1006003041, 'Raptor', 0, 100, 9, 0),
(529, 4447, 1006003042, 'Sting', 0, 100, 9, 0),
(530, 4447, 1006003043, 'Acid', 0, 100, 9, 0),
(531, 4447, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(532, 4447, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(533, 4447, 702001051, 'Fang Blade GSL2014', 0, 100, 3, 1),
(534, 4447, 100003159, 'AUG A3 PBIC2014 1D', 0, 86400, 1, 1),
(535, 4447, 1001001010, 'Viper Red 100U', 0, 100, 6, 1),
(536, 4447, 200004146, 'P90 Ext. PBIC2014', 0, 100, 1, 1),
(537, 4447, 200004134, 'OA-93', 0, 100, 1, 1),
(538, 4447, 100003131, 'AUG A3 LATIN3', 0, 100, 1, 1),
(539, 4447, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(540, 4447, 400006037, 'M1887 Brazuca 1D', 0, 86400, 1, 1),
(541, 4447, 904007029, 'Kit Medico PBNC5 1D', 0, 86400, 5, 1),
(542, 4447, 200004139, 'Kriss SV Brazuca 1D', 0, 86400, 1, 1),
(543, 4447, 300005032, 'Barret M82A1 1D', 0, 86400, 1, 1),
(559, 10, 803007020, 'Candy Grenade 1D', 0, 86400, 4, 1),
(560, 10, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(561, 10, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(565, 4445, 200004134, 'OA-93', 0, 100, 1, 1),
(566, 4445, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(568, 10, 1103003001, 'Boina de Assalt', 0, 300, 10, 0),
(569, 10, 1103003002, 'Boina dos Snipers', 0, 120, 10, 0),
(572, 10, 200004013, 'Kriss S.V 10U', 0, 60, 1, 1),
(573, 10, 1103003004, 'Boina SMG', 0, 120, 10, 0),
(670, 10, 601013001, 'P99&HAK 10U', 0, 40, 2, 1),
(671, 10, 601014001, 'Dual Handgun 10U', 0, 40, 2, 1),
(672, 10, 601014002, 'Dual D-Eagle 10U', 0, 40, 2, 1),
(673, 10, 1103003005, 'Boina de Pistoleiro', 0, 40, 10, 0),
(674, 1, 100003004, 'K-2', 0, 100, 1, 0),
(675, 1, 200004006, 'K-1', 0, 100, 1, 0),
(676, 1, 300005003, 'SG669', 0, 100, 1, 0),
(677, 1, 400006001, '870MCS', 0, 100, 1, 0),
(678, 1, 601002003, 'K-5', 0, 100, 2, 0),
(679, 1, 702001001, 'M7', 0, 100, 3, 0),
(680, 1, 803007001, 'K-400', 0, 100, 4, 0),
(681, 1, 904007002, 'Smoke', 0, 100, 5, 0),
(682, 1, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(683, 1, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(684, 1, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(685, 1, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(686, 1, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(687, 1, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(688, 1, 1006003041, 'Raptor', 0, 100, 9, 0),
(689, 1, 1006003042, 'Sting', 0, 100, 9, 0),
(690, 1, 1006003043, 'Acid', 0, 100, 9, 0),
(691, 1, 100003014, 'SG 550 S. 10U', 0, 10, 1, 1),
(692, 1, 100003013, 'G36C Ext. 10U', 0, 10, 1, 1),
(693, 1, 702015001, 'Dual Knife 10U', 0, 10, 3, 1),
(694, 1, 702001004, 'Amok Kukri 10U', 0, 10, 3, 1),
(695, 1, 1103003001, 'Boina de Assalto', 0, 100, 10, 0),
(696, 1, 100003036, 'AUG A3 10U', 0, 10, 1, 1),
(697, 1, 100003015, 'AK SOPMOD 10U', 0, 10, 1, 1),
(698, 1, 702001007, 'Mini Axe 10U', 0, 10, 3, 1),
(699, 1, 601013001, 'P99&HAK 10U', 0, 10, 2, 1),
(700, 1, 601014001, 'Dual Handgun 10U', 0, 20, 2, 1),
(701, 1, 300005005, 'L115A1 10U', 0, 10, 1, 1),
(702, 1, 1103003003, 'Boina dos Snipers', 0, 100, 10, 0),
(703, 1, 803007004, 'C-5 10U', 0, 20, 4, 1),
(704, 1, 200004007, 'MP5K G. 10U', 0, 10, 1, 1),
(705, 1, 200004009, 'Spectre W. 10U', 0, 10, 1, 1),
(706, 1, 200004011, 'P90 Ext. 10U', 0, 10, 1, 1),
(707, 1, 904007005, 'WP Smoke 10U', 0, 20, 5, 1),
(708, 1, 200004013, 'Kriss S.V 10U', 0, 20, 1, 1),
(709, 1, 601014002, 'Dual D-Eagle 10U', 0, 20, 2, 1),
(710, 1, 1103003005, 'Boina de Pistoleiro', 0, 20, 10, 0),
(711, 1, 1103003002, 'Boina SMG', 0, 10, 10, 0),
(712, 1, 400006004, '870MCS W. 10U', 0, 10, 1, 1),
(713, 1, 400006003, 'SPAS-15 10U', 0, 20, 1, 1),
(714, 1, 1103003004, 'Boina de Shotgun', 0, 10, 10, 0),
(715, 1, 1001001003, 'Tarantula', 0, 100, 6, 1),
(716, 1, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(717, 1, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(718, 1, 1001002053, 'Hide 2014 1D', 0, 100, 7, 1),
(719, 13, 100003004, 'K-2', 0, 100, 1, 0),
(720, 13, 200004006, 'K-1', 0, 100, 1, 0),
(721, 13, 300005003, 'SG669', 0, 100, 1, 0),
(722, 13, 400006001, '870MCS', 0, 100, 1, 0),
(723, 13, 601002003, 'K-5', 0, 100, 2, 0),
(724, 13, 702001001, 'M7', 0, 100, 3, 0),
(725, 13, 803007001, 'K-400', 0, 100, 4, 0),
(726, 13, 904007002, 'Smoke', 0, 100, 5, 0),
(727, 13, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(728, 13, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(729, 13, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(730, 13, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(731, 13, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(732, 13, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(733, 13, 1006003041, 'Raptor', 0, 100, 9, 0),
(734, 13, 1006003042, 'Sting', 0, 100, 9, 0),
(735, 13, 1006003043, 'Acid', 0, 100, 9, 0),
(736, 13, 300005083, 'Cheytac M200 Brazuca 1D', 0, 86400, 1, 1),
(737, 13, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(738, 13, 601002016, 'RB 454 SS8M+S 1D', 0, 86400, 2, 1),
(739, 1, 702001051, 'Fang Blade GSL2014', 0, 100, 3, 1),
(740, 1, 702015005, 'Faca de Osso GRS', 0, 100, 3, 1),
(741, 13, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(742, 1, 702001018, 'Ballistic Knife 1D', 0, 86400, 3, 1),
(743, 1, 601002002, 'Mk. 23 Ext.', 0, 100, 2, 1),
(744, 1, 400006038, 'M1887 PBIC2014', 0, 100, 1, 1),
(745, 13, 1001002009, 'Hide 100U', 0, 100, 7, 1),
(746, 1, 400006036, 'Keltec GSL2014', 0, 100, 1, 1),
(747, 1, 300005021, 'Rangermaster 338 1D', 0, 86400, 1, 1),
(748, 1, 300005081, 'L115A1 GSL2014', 0, 100, 1, 1),
(749, 1, 300005080, 'Cheytac M200 PBNC5', 0, 100, 1, 1),
(750, 1, 300005030, 'Cheytac M200 100U', 0, 100, 1, 1),
(751, 1, 200004027, 'P90 M.C.S.', 0, 100, 1, 1),
(752, 1, 200004106, 'PP-19 Bizon', 0, 100, 1, 1),
(753, 1, 200004146, 'P90 Ext. PBIC2014', 0, 100, 1, 1),
(754, 1, 200004114, 'AK-47 Full Custom ', 0, 100, 1, 1),
(755, 1, 200004075, 'P90 Gold', 0, 100, 1, 1),
(756, 1, 200004134, 'OA-93', 0, 100, 1, 1),
(757, 1, 200004132, 'Kriss S.V. Midnight', 0, 100, 1, 1),
(758, 13, 1300031001, 'Bala de Ferro 1D', 0, 86400, 11, 1),
(759, 1, 200004144, 'Kriss S.V WOE', 0, 100, 1, 1),
(760, 1, 100003123, 'TAR-21 1D', 0, 86400, 1, 1),
(761, 1, 100003093, 'AUG A3 Blaze', 0, 100, 1, 1),
(762, 1, 904007029, 'Kit Medico PBNC5 1D', 0, 86400, 5, 1),
(763, 1, 100003150, 'TAR-21 Mid-night', 0, 100, 1, 1),
(764, 1, 100003153, 'SC-2010 100U', 0, 100, 1, 1),
(765, 1, 100003159, 'AUG A3 PBIC2014 1D', 0, 86400, 1, 1),
(766, 1, 100003155, 'AUG A3 Brazuca 1D', 0, 86400, 1, 1),
(767, 1, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(768, 1, 400006037, 'M1887 Brazuca 1D', 0, 86400, 1, 1),
(769, 1, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(770, 1, 300005083, 'Cheytac M200 Brazuca 1D', 0, 86400, 1, 1),
(771, 1, 200004139, 'Kriss SV Brazuca 1D', 0, 86400, 1, 1),
(772, 1, 200004138, 'P90 Brazuca 1D', 0, 86400, 1, 1),
(773, 1, 1001001036, 'Reinforced Rica', 0, 100, 6, 1),
(774, 1, 1001002035, 'Reinforced Chou 1D', 0, 100, 7, 1),
(775, 1, 1001001054, 'Tarantula 2014 1D', 0, 100, 6, 1),
(776, 13, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(777, 13, 1300026001, 'Troca Rapida 1D', 0, 86400, 11, 1),
(778, 1, 100003115, 'AN_94 1D', 0, 100, 1, 1),
(779, 10, 100003014, 'SG 550 S. 10U', 0, 30, 1, 1),
(780, 10, 100003013, 'G36C Ext. 10U', 0, 30, 1, 1),
(781, 10, 100003015, 'AK SOPMOD 10U', 0, 20, 1, 1),
(782, 10, 400006004, '870MCS W. 10U', 0, 20, 1, 1),
(783, 10, 200004007, 'MP5K G. 10U', 0, 30, 1, 1),
(784, 10, 200004009, 'Spectre W. 10U', 0, 30, 1, 1),
(785, 10, 1103003003, 'Boina dos Snipers', 0, 200, 10, 0),
(786, 10, 904007005, 'WP Smoke 10U', 0, 20, 5, 1),
(787, 10, 400006003, 'SPAS-15 10U', 0, 40, 1, 1),
(788, 4448, 100003004, 'K-2', 0, 100, 1, 0),
(789, 4448, 200004006, 'K-1', 0, 100, 1, 0),
(790, 4448, 300005003, 'SG669', 0, 100, 1, 0),
(791, 4448, 400006001, '870MCS', 0, 100, 1, 0),
(792, 4448, 601002003, 'K-5', 0, 100, 2, 0),
(793, 4448, 702001001, 'M7', 0, 100, 3, 0),
(794, 4448, 803007001, 'K-400', 0, 100, 4, 0),
(795, 4448, 904007002, 'Smoke', 0, 100, 5, 0),
(796, 4448, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(797, 4448, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(798, 4448, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(799, 4448, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(800, 4448, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(801, 4448, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(802, 4448, 1006003041, 'Raptor', 0, 100, 9, 0),
(803, 4448, 1006003042, 'Sting', 0, 100, 9, 0),
(804, 4448, 1006003043, 'Acid', 0, 100, 9, 0),
(805, 4449, 100003004, 'K-2', 0, 100, 1, 0),
(806, 4449, 200004006, 'K-1', 0, 100, 1, 0),
(807, 4449, 300005003, 'SG669', 0, 100, 1, 0),
(808, 4449, 400006001, '870MCS', 0, 100, 1, 0),
(809, 4449, 601002003, 'K-5', 0, 100, 2, 0),
(810, 4449, 702001001, 'M7', 0, 100, 3, 0),
(811, 4449, 803007001, 'K-400', 0, 100, 4, 0),
(812, 4449, 904007002, 'Smoke', 0, 100, 5, 0),
(813, 4449, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(814, 4449, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(815, 4449, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(816, 4449, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(817, 4449, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(818, 4449, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(819, 4449, 1006003041, 'Raptor', 0, 100, 9, 0),
(820, 4449, 1006003042, 'Sting', 0, 100, 9, 0),
(821, 4449, 1006003043, 'Acid', 0, 100, 9, 0),
(822, 4449, 300005083, 'Cheytac M200 Brazuca 1D', 0, 86400, 1, 1),
(823, 4449, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(824, 4449, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(825, 4449, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(826, 4449, 1006003041, 'Raptor', 0, 100, 9, 0),
(827, 4449, 1006003042, 'Sting', 0, 100, 9, 0),
(828, 4449, 1006003043, 'Acid', 0, 100, 9, 0),
(829, 4449, 1001001054, 'Tarantula 2014 1D', 0, 100, 6, 1),
(830, 4449, 1104003039, 'Demonio Vermelho', 0, 100, 8, 1),
(831, 4449, 1300026001, 'Troca Rapida 1D', 0, 86400, 11, 1),
(832, 4449, 1001002051, 'Hide Kopassus 100U', 0, 200, 7, 1),
(833, 4449, 601002040, 'C. Phyton PBNC5 1D', 0, 86400, 2, 1),
(834, 4449, 200004132, 'Kriss S.V. Midnight', 0, 100, 1, 1),
(835, 4445, 100003150, 'TAR-21 Mid-night', 0, 100, 1, 1),
(836, 4445, 100003063, 'AUG A3 E-Sport', 0, 100, 1, 1),
(837, 4445, 100003093, 'AUG A3 Blaze', 0, 100, 1, 1),
(838, 4445, 100003158, 'AUG A3 WOE 2014', 0, 100, 1, 1),
(839, 61, 702001049, 'Espada Arabe E-Sport 30D', 0, 5184000, 3, 1),
(840, 61, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(841, 61, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(842, 61, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(843, 61, 100003014, 'SG 550 S. 10U', 0, 10, 1, 1),
(844, 61, 601013001, 'P99&HAK 10U', 0, 10, 2, 1),
(845, 61, 200004007, 'MP5K G. 10U', 0, 10, 1, 1),
(846, 61, 200004009, 'Spectre W. 10U', 0, 10, 1, 1),
(847, 61, 803007004, 'C-5 10U', 0, 10, 4, 1),
(848, 61, 400006004, '870MCS W. 10U', 0, 10, 1, 1),
(849, 4450, 100003004, 'K-2', 0, 100, 1, 0),
(850, 4450, 200004006, 'K-1', 0, 100, 1, 0),
(851, 4450, 300005003, 'SG669', 0, 100, 1, 0),
(852, 4450, 400006001, '870MCS', 0, 100, 1, 0),
(853, 4450, 601002003, 'K-5', 0, 100, 2, 0),
(854, 4450, 702001001, 'M7', 0, 100, 3, 0),
(855, 4450, 803007001, 'K-400', 0, 100, 4, 0),
(856, 4450, 904007002, 'Smoke', 0, 100, 5, 0),
(857, 4450, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(858, 4450, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(859, 4450, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(860, 4450, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(861, 4450, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(862, 4450, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(863, 4450, 1006003041, 'Raptor', 0, 100, 9, 0),
(864, 4450, 1006003042, 'Sting', 0, 100, 9, 0),
(865, 4450, 1006003043, 'Acid', 0, 100, 9, 0),
(866, 4450, 100003159, 'AUG A3 PBIC2014 30D', 0, 44064000, 1, 1),
(867, 4450, 803007033, 'Granada de Futebol 30D', 0, 2592000, 4, 1),
(868, 4450, 100003153, 'SC-2010 100U', 0, 100, 1, 1),
(869, 4450, 803007020, 'Candy Grenade 1D', 0, 172800, 4, 1),
(870, 4450, 803007018, 'K-413 G 30D', 0, 2592000, 4, 1),
(871, 4450, 702001041, 'Espada Arabe 30D', 0, 2592000, 3, 1),
(872, 4450, 1001001054, 'Tarantula 2014 30D', 0, 500, 6, 1),
(873, 4450, 1001002053, 'Hide 2014 1D', 0, 100, 7, 1),
(874, 4450, 1102003003, 'Capacete avançado', 0, 100, 8, 1),
(875, 4450, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(876, 4450, 601002011, 'Glock 18 100Y', 0, 200, 2, 1),
(877, 4450, 100003014, 'SG 550 S. 10U', 0, 10, 1, 1),
(878, 4450, 100003013, 'G36C Ext. 10U', 0, 10, 1, 1),
(879, 4450, 702015001, 'Dual Knife 10U', 0, 10, 3, 1),
(880, 4450, 601013001, 'P99&HAK 10U', 0, 10, 2, 1),
(881, 4450, 702001004, 'Amok Kukri 10U', 0, 10, 3, 1),
(882, 4450, 400006004, '870MCS W. 10U', 0, 10, 1, 1),
(883, 4450, 400006003, 'SPAS-15 10U', 0, 20, 1, 1),
(884, 4450, 803007004, 'C-5 10U', 0, 10, 4, 1),
(885, 4450, 904007005, 'WP Smoke 10U', 0, 10, 5, 1),
(886, 4450, 200004007, 'MP5K G. 10U', 0, 10, 1, 1),
(887, 4450, 200004009, 'Spectre W. 10U', 0, 10, 1, 1),
(888, 4450, 200004011, 'P90 Ext. 10U', 0, 10, 1, 1),
(889, 4450, 601014001, 'Dual Handgun 10U', 0, 10, 2, 1),
(890, 4450, 100003036, 'AUG A3 10U', 0, 10, 1, 1),
(891, 4450, 100003015, 'AK SOPMOD 10U', 0, 10, 1, 1),
(892, 4450, 702001007, 'Mini Axe 10U', 0, 10, 3, 1),
(893, 4450, 200004013, 'Kriss S.V 10U', 0, 10, 1, 1),
(894, 4450, 601014002, 'Dual D-Eagle 10U', 0, 10, 2, 1),
(895, 4450, 300005005, 'L115A1 10U', 0, 10, 1, 1),
(896, 4450, 1103003001, 'Boina de Assalto', 0, 100, 10, 0),
(897, 4450, 1103003003, 'Boina dos Snipers', 0, 100, 10, 0),
(898, 4450, 1103003005, 'Boina de Pistoleiro', 0, 10, 10, 0),
(899, 4450, 1103003002, 'Boina SMG', 0, 10, 10, 0),
(900, 4450, 1103003004, 'Boina de Shotgun', 0, 10, 10, 0),
(901, 4450, 1102003008, 'Super capacete', 0, 200, 8, 1),
(902, 4450, 1006003044, 'Reinforced Raptor', 0, 172800, 9, 1),
(903, 4450, 1104003129, 'PBNC5 Mask', 0, 200, 8, 1),
(904, 4450, 1105003009, 'Bone Pirocoptero 1D', 0, 172800, 8, 1),
(905, 12, 100003004, 'K-2', 0, 100, 1, 0),
(906, 12, 200004006, 'K-1', 0, 100, 1, 0),
(907, 12, 300005003, 'SG669', 0, 100, 1, 0),
(908, 12, 400006001, '870MCS', 0, 100, 1, 0),
(909, 12, 601002003, 'K-5', 0, 100, 2, 0),
(910, 12, 702001001, 'M7', 0, 100, 3, 0),
(911, 12, 803007001, 'K-400', 0, 100, 4, 0),
(912, 12, 904007002, 'Smoke', 0, 100, 5, 0),
(913, 12, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(914, 12, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(915, 12, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(916, 12, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(917, 12, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(918, 12, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(919, 12, 1006003041, 'Raptor', 0, 100, 9, 0),
(920, 12, 1006003042, 'Sting', 0, 100, 9, 0),
(921, 12, 1006003043, 'Acid', 0, 100, 9, 0),
(922, 1, 1006003044, 'Reinforced Raptor', 0, 86400, 9, 1),
(923, 1, 1102003007, 'Capacete avançado plus', 0, 100, 8, 1),
(924, 10, 1300017001, 'Pegar arma do oponente 1D', 0, 86400, 11, 1),
(925, 10, 702001066, 'Foice', 0, 100, 3, 1),
(926, 10, 400006042, 'Zombie Slayer', 0, 100, 1, 1),
(927, 4447, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(928, 4447, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(929, 4447, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(930, 4450, 702001066, 'Foice', 0, 100, 3, 1),
(931, 4450, 702001052, 'Fang Blade Brazuca 30D', 0, 2592000, 3, 1),
(932, 4450, 601002049, 'C. Phyton Brazuca 30D', 0, 2592000, 2, 1),
(933, 4450, 300005083, 'Cheytac M200 Brazuca 30D', 0, 2592000, 1, 1),
(934, 4450, 100003155, 'AUG A3 Brazuca 30D', 0, 2592000, 1, 1),
(935, 4451, 100003004, 'K-2', 0, 100, 1, 0),
(936, 4451, 200004006, 'K-1', 0, 100, 1, 0),
(937, 4451, 300005003, 'SG669', 0, 100, 1, 0),
(938, 4451, 400006001, '870MCS', 0, 100, 1, 0),
(939, 4451, 601002003, 'K-5', 0, 100, 2, 0),
(940, 4451, 702001001, 'M7', 0, 100, 3, 0),
(941, 4451, 803007001, 'K-400', 0, 100, 4, 0),
(942, 4451, 904007002, 'Smoke', 0, 100, 5, 0),
(943, 4451, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(944, 4451, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(945, 4451, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(946, 4451, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(947, 4451, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(948, 4451, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(949, 4451, 1006003041, 'Raptor', 0, 100, 9, 0),
(950, 4451, 1006003042, 'Sting', 0, 100, 9, 0),
(951, 4451, 1006003043, 'Acid', 0, 100, 9, 0),
(952, 4451, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(953, 4451, 1001002035, 'Reinforced Chou 1D', 0, 100, 7, 1),
(954, 4451, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(955, 4451, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(956, 4451, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(957, 4451, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(958, 4451, 1006003041, 'Raptor', 0, 100, 9, 0),
(959, 4451, 1006003042, 'Sting', 0, 100, 9, 0),
(960, 4451, 1006003043, 'Acid', 0, 100, 9, 0),
(961, 4451, 1001001036, 'Reinforced Rica', 0, 100, 6, 1),
(962, 4451, 601002049, 'C. Phyton Brazuca 1D', 0, 86400, 2, 1),
(963, 4451, 200004146, 'P90 Ext. PBIC2014', 0, 100, 1, 1),
(964, 4451, 100003159, 'AUG A3 PBIC2014 1D', 0, 86400, 1, 1),
(965, 4451, 803007033, 'Granada de Futebol 1D', 0, 86400, 4, 1),
(966, 4451, 702001066, 'Foice', 0, 100, 3, 1),
(967, 4451, 904007029, 'Kit Medico PBNC5 1D', 0, 86400, 5, 1),
(968, 4451, 803007020, 'Candy Grenade 1D', 0, 86400, 4, 1),
(969, 4451, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(970, 4451, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(971, 10, 1001001036, 'Reinforced Rica', 0, 100, 6, 1),
(972, 10, 1001002035, 'Reinforced Chou 1D', 0, 100, 7, 1),
(973, 4451, 300005083, 'Cheytac M200 Brazuca 1D', 0, 86400, 1, 1),
(974, 4451, 1102003007, 'Capacete avançado plus', 0, 100, 8, 1),
(975, 4451, 1102003008, 'Super capacete', 0, 100, 8, 1),
(976, 4451, 100003064, 'Famas G2 Commando G.', 0, 100, 1, 1),
(977, 4451, 702001052, 'Fang Blade Brazuca 1D', 0, 86400, 3, 1),
(978, 4451, 1006003032, 'Dino Elite', 0, 86400, 9, 1),
(979, 4451, 803007006, 'C-5 D 1D', 0, 86400, 4, 1),
(980, 4451, 1300035001, 'Explosivo Extra 1D', 0, 86400, 11, 1),
(981, 4445, 601013001, 'P99&HAK 10U', 0, 10, 2, 1),
(982, 10, 1300003001, 'Exp 50% 1D', 0, 86400, 11, 1),
(983, 10, 803007006, 'C-5 D 1D', 0, 86400, 4, 1),
(984, 10, 702015005, 'Faca de Osso GRS', 0, 100, 3, 1),
(985, 4445, 1001001007, 'D-Fox', 0, 100, 6, 1),
(986, 4445, 702001066, 'Foice', 0, 100, 3, 1),
(987, 10, 702001014, 'Machete de Combate 1D', 0, 100, 3, 1),
(988, 4450, 1001001036, 'Reinforced Rica', 0, 100, 6, 1),
(989, 4450, 1001002035, 'Reinforced Chou 1D', 0, 100, 7, 1),
(990, 4450, 1102003007, 'Capacete avançado plus', 0, 100, 8, 1),
(991, 4452, 100003004, 'K-2', 0, 100, 1, 0),
(992, 4452, 200004006, 'K-1', 0, 100, 1, 0),
(993, 4452, 300005003, 'SG669', 0, 100, 1, 0),
(994, 4452, 400006001, '870MCS', 0, 100, 1, 0),
(995, 4452, 601002003, 'K-5', 0, 100, 2, 0),
(996, 4452, 702001001, 'M7', 0, 100, 3, 0),
(997, 4452, 803007001, 'K-400', 0, 100, 4, 0),
(998, 4452, 904007002, 'Smoke', 0, 100, 5, 0),
(999, 4452, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(1000, 4452, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(1001, 4452, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(1002, 4452, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(1003, 4452, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(1004, 4452, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(1005, 4452, 1006003041, 'Raptor', 0, 100, 9, 0),
(1006, 4452, 1006003042, 'Sting', 0, 100, 9, 0),
(1007, 4452, 1006003043, 'Acid', 0, 100, 9, 0),
(1008, 4450, 904007015, 'Kit Medico de Chocolate 30D', 0, 2592000, 5, 1),
(1009, 4450, 100003037, 'AUG A3 G 30D', 0, 2592000, 1, 1),
(1010, 4452, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(1011, 4452, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(1012, 4452, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(1013, 4452, 1006003041, 'Raptor', 0, 100, 9, 0),
(1014, 4452, 1006003042, 'Sting', 0, 100, 9, 0),
(1015, 4452, 1006003043, 'Acid', 0, 100, 9, 0),
(1016, 4450, 200004157, 'Kriss SV Toy', 0, 100, 1, 1),
(1017, 4450, 300005092, 'L115A1 Toy', 0, 100, 1, 1),
(1018, 4450, 702001018, 'Ballistic Knife 30D', 0, 2592000, 3, 1),
(1019, 4450, 702015003, 'Faca de Osso 1D', 0, 86400, 3, 1),
(1020, 4450, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(1021, 4450, 100003064, 'Famas G2 Commando G.', 0, 100, 1, 1),
(1022, 4450, 200004138, 'P90 Brazuca 1D', 0, 86400, 1, 1),
(1023, 4452, 100003014, 'SG 550 S. 10U', 0, 10, 1, 1),
(1024, 4452, 100003013, 'G36C Ext. 10U', 0, 10, 1, 1),
(1025, 4452, 702015001, 'Dual Knife 10U', 0, 10, 3, 1),
(1026, 4452, 702001004, 'Amok Kukri 10U', 0, 10, 3, 1),
(1027, 4452, 100003036, 'AUG A3 10U', 0, 10, 1, 1),
(1028, 4452, 100003015, 'AK SOPMOD 10U', 0, 10, 1, 1),
(1029, 4452, 1103003001, 'Boina de Assalto', 0, 100, 10, 0),
(1030, 4452, 702001007, 'Mini Axe 10U', 0, 10, 3, 1),
(1031, 4452, 601013001, 'P99&HAK 10U', 0, 10, 2, 1),
(1032, 4452, 601014001, 'Dual Handgun 10U', 0, 10, 2, 1),
(1033, 4452, 300005005, 'L115A1 10U', 0, 10, 1, 1),
(1034, 4452, 1103003003, 'Boina dos Snipers', 0, 100, 10, 0),
(1035, 4452, 200004007, 'MP5K G. 10U', 0, 10, 1, 1),
(1036, 4452, 200004009, 'Spectre W. 10U', 0, 10, 1, 1),
(1037, 4452, 200004011, 'P90 Ext. 10U', 0, 10, 1, 1),
(1038, 4452, 803007004, 'C-5 10U', 0, 10, 4, 1),
(1039, 4452, 904007005, 'WP Smoke 10U', 0, 10, 5, 1),
(1040, 4452, 200004013, 'Kriss S.V 10U', 0, 10, 1, 1),
(1041, 4452, 601014002, 'Dual D-Eagle 10U', 0, 10, 2, 1),
(1042, 4452, 1103003005, 'Boina de Pistoleiro', 0, 10, 10, 0),
(1043, 4452, 1103003002, 'Boina SMG', 0, 10, 10, 0),
(1044, 4452, 400006004, '870MCS W. 10U', 0, 10, 1, 1),
(1045, 4452, 400006003, 'SPAS-15 10U', 0, 20, 1, 1),
(1046, 4452, 1103003004, 'Boina de Shotgun', 0, 10, 10, 0),
(1047, 4452, 1300031001, 'Bala de Ferro 1D', 0, 172800, 11, 1),
(1048, 4452, 1001002035, 'Reinforced Chou 1D', 0, 200, 7, 1),
(1049, 4452, 1001001036, 'Reinforced Rica', 0, 100, 6, 1),
(1050, 4452, 1300038001, 'Gold 100% 1D', 0, 86400, 11, 1),
(1051, 4452, 100003037, 'AUG A3 G 30D', 0, 2592000, 1, 1),
(1052, 4452, 1301047000, 'Trocar Nick 1U', 0, 1, 11, 1),
(1053, 4454, 100003004, 'K-2', 0, 100, 1, 0),
(1054, 4454, 200004006, 'K-1', 0, 100, 1, 0),
(1055, 4454, 300005003, 'SG669', 0, 100, 1, 0),
(1056, 4454, 400006001, '870MCS', 0, 100, 1, 0),
(1057, 4454, 601002003, 'K-5', 0, 100, 2, 0),
(1058, 4454, 702001001, 'M7', 0, 100, 3, 0),
(1059, 4454, 803007001, 'K-400', 0, 100, 4, 0),
(1060, 4454, 904007002, 'Smoke', 0, 100, 5, 0),
(1061, 4454, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(1062, 4454, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(1063, 4454, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(1064, 4454, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(1065, 4454, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(1066, 4454, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(1067, 4454, 1006003041, 'Raptor', 0, 100, 9, 0),
(1068, 4454, 1006003042, 'Sting', 0, 100, 9, 0),
(1069, 4454, 1006003043, 'Acid', 0, 100, 9, 0),
(1070, 4452, 1300026001, 'Troca Rapida 1D', 0, 86400, 11, 1),
(1071, 4454, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(1072, 4454, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(1073, 4454, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(1074, 4454, 1006003041, 'Raptor', 0, 100, 9, 0),
(1075, 4454, 1006003042, 'Sting', 0, 100, 9, 0),
(1076, 4454, 1006003043, 'Acid', 0, 100, 9, 0),
(1077, 4452, 1103003010, 'Boina PBTN', 0, 172800, 10, 1),
(1078, 4454, 100003159, 'AUG A3 PBIC2014 30D', 0, 2592000, 1, 1),
(1079, 4454, 1103003010, 'Boina PBTN', 0, 86400, 10, 1),
(1080, 4454, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(1081, 4452, 300005015, 'L115A1 G 100U', 0, 200, 1, 1),
(1082, 4452, 702015003, 'Faca de Osso 1D', 0, 172800, 3, 1),
(1083, 4452, 300005030, 'Cheytac M200 100U', 0, 100, 1, 1),
(1084, 4454, 1001001054, 'Tarantula 2014 1D', 0, 100, 6, 1),
(1085, 4454, 1001002053, 'Hide 2014 1D', 0, 100, 7, 1),
(1086, 4452, 300005083, 'Cheytac M200 Brazuca 30D', 0, 2592000, 1, 1),
(1087, 4452, 601002049, 'C. Phyton Brazuca 30D', 0, 2592000, 2, 1),
(1088, 4452, 1001002053, 'Hide 2014 1D', 0, 400, 7, 1),
(1089, 4452, 1001001054, 'Tarantula 2014 30D', 0, 2500, 6, 1),
(1090, 4452, 1102003007, 'Capacete avançado plus', 0, 300, 8, 1),
(1091, 4452, 1102003006, 'Capacete de rastreamento', 0, 300, 8, 1),
(1092, 4452, 100003159, 'AUG A3 PBIC2014 30D', 0, 2592000, 1, 1),
(1093, 4452, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 86400, 1, 1),
(1094, 4452, 702001052, 'Fang Blade Brazuca 30D', 0, 2592000, 3, 1),
(1095, 4452, 702001066, 'Foice', 0, 300, 3, 1),
(1096, 4452, 904007015, 'Kit Medico de Chocolate 30D', 0, 2592000, 5, 1),
(1097, 4454, 702001052, 'Fang Blade Brazuca 1D', 0, 86400, 3, 1),
(1098, 4452, 300005032, 'Barret M82A1 30D', 0, 2592000, 1, 1),
(1099, 4452, 300005081, 'L115A1 GSL2014', 0, 100, 1, 1),
(1100, 4452, 300005064, 'L115A1 LATIN3', 0, 100, 1, 1),
(1101, 4452, 100003150, 'TAR-21 Mid-night', 0, 100, 1, 1),
(1102, 4452, 702015005, 'Faca de Osso GRS', 0, 100, 3, 1),
(1103, 4452, 803007018, 'K-413 G 1D', 0, 86400, 4, 1),
(1104, 4452, 300005052, 'Cheytac M200 GRS', 0, 100, 1, 1),
(1105, 4452, 1001001010, 'Viper Red 100U', 0, 100, 6, 1),
(1106, 4452, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(1107, 4452, 904007029, 'Kit Medico PBNC5 1D', 0, 2678400, 5, 1),
(1108, 4452, 702001049, 'Espada Arabe E-Sport 1D', 0, 86400, 3, 1),
(1109, 4452, 601002040, 'C. Phyton PBNC5 1D', 0, 86400, 2, 1),
(1110, 4452, 400006042, 'Zombie Slayer 1D', 0, 100, 1, 1),
(1111, 4452, 100003114, 'M4A1 Elite', 0, 100, 1, 1),
(1112, 4450, 400006042, 'Zombie Slayer 1D', 0, 100, 1, 1),
(1113, 4450, 1300026001, 'Troca Rapida 1D', 0, 86400, 11, 1),
(1114, 4450, 1301047000, 'Trocar Nick 1U', 0, 1, 11, 1),
(1115, 4452, 100003120, 'AUG A3 PBIC2013', 0, 100, 1, 1),
(1116, 4452, 100003148, 'AUG A3 PBNC5', 0, 100, 1, 1),
(1117, 4452, 100003158, 'AUG A3 WOE 2014', 0, 100, 1, 1),
(1118, 4454, 702001043, 'Machete G 1D', 0, 86400, 3, 1),
(1119, 4455, 100003004, 'K-2', 0, 100, 1, 0),
(1120, 4455, 200004006, 'K-1', 0, 100, 1, 0),
(1121, 4455, 300005003, 'SG669', 0, 100, 1, 0),
(1122, 4455, 400006001, '870MCS', 0, 100, 1, 0),
(1123, 4455, 601002003, 'K-5', 0, 100, 2, 0),
(1124, 4455, 702001001, 'M7', 0, 100, 3, 0),
(1125, 4455, 803007001, 'K-400', 0, 100, 4, 0),
(1126, 4455, 904007002, 'Smoke', 0, 100, 5, 0),
(1127, 4455, 1001001005, 'Red Bulls', 0, 100, 6, 0),
(1128, 4455, 1001002006, 'Acid Pol', 0, 100, 7, 0),
(1129, 4455, 1102003001, 'Capacete basico', 0, 100, 8, 0),
(1130, 4455, 1104003098, 'Confused Cartoon Mask', 1, 50, 8, 1),
(1131, 4455, 1104003097, 'Impassive Cartoon Mask', 1, 50, 8, 1),
(1132, 4455, 1104003096, 'Mocking Cartoon Mask', 1, 50, 8, 1),
(1133, 4455, 1006003041, 'Raptor', 0, 100, 9, 0),
(1134, 4455, 1006003042, 'Sting', 0, 100, 9, 0),
(1135, 4455, 1006003043, 'Acid', 0, 100, 9, 0),
(1136, 4452, 100003153, 'SC-2010 100U', 0, 100, 1, 1),
(1137, 4452, 100003068, 'AK-47 F.C Red', 0, 100, 1, 1),
(1138, 4452, 100003119, 'AK47 Elite', 0, 100, 1, 1),
(1139, 4452, 100003165, 'AUG A3 Toy', 0, 100, 1, 1),
(1140, 4452, 100003099, 'AK SOPMOD GRS', 0, 100, 1, 1),
(1141, 4452, 1001002051, 'Hide Kopassus 100U', 0, 100, 7, 1),
(1142, 4452, 1301052000, 'Troca Emblema do Cla 1U', 0, 100, 11, 1),
(1143, 4452, 601002011, 'Glock 18 100Y', 0, 100, 2, 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `message`
--

CREATE TABLE IF NOT EXISTS `message` (
  `object_id` int(11) NOT NULL,
  `owner_id` int(11) NOT NULL,
  `recipient_name` text NOT NULL,
  `text` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `message`
--

INSERT INTO `message` (`object_id`, `owner_id`, `recipient_name`, `text`) VALUES
(1, 61, 'GM_Marcelo', 'aloc'),
(2, 4449, 'MoMz_Games', ' '),
(3, 4449, 'MoMz_Games', ' '),
(4, 4449, 'MoMz_Games', ' '),
(5, 4449, 'MoMz_Games', ' '),
(6, 4449, 'MoMz_Games', ' '),
(7, 10, 'ClanGai', ' '),
(8, 4449, 'ClanGai', ' '),
(9, 4445, 'Cax', ' '),
(10, 4445, 'MoMz_Games', ' '),
(11, 4445, 'MoMz_Games', ' '),
(12, 4445, 'MoMz_Games', ' '),
(13, 4452, 'PBTroll', ' '),
(14, 4452, 'PBTroll', ' '),
(15, 4452, 'PBTroll', ' '),
(16, 4452, 'GM Staff 01', 'TESTES'),
(17, 4452, 'MoMz_Games', ' '),
(18, 4450, 'GM_Marcelo', 'cax'),
(19, 4450, 'yMaromba', ' '),
(20, 4450, 'yZyZZFilhoDeZeuS', 'oi gostoso *--*');

-- --------------------------------------------------------

--
-- Estrutura da tabela `missions`
--

CREATE TABLE IF NOT EXISTS `missions` (
  `owner_id` int(11) NOT NULL,
  `mission_1` int(11) NOT NULL,
  `mission_2` int(11) NOT NULL,
  `mission_3` int(11) NOT NULL,
  `mission_4` int(11) NOT NULL,
  `mission_5` int(11) NOT NULL,
  `mission_6` int(11) NOT NULL,
  `mission_7` int(11) NOT NULL,
  `mission_8` int(11) NOT NULL,
  `mission_9` int(11) NOT NULL,
  `mission_10` int(11) NOT NULL,
  `mission_11` int(11) NOT NULL,
  `mission_12` int(11) NOT NULL,
  `mission_13` int(11) NOT NULL,
  `mission_14` int(11) NOT NULL,
  `mission_15` int(11) NOT NULL,
  `mission_16` int(11) NOT NULL,
  UNIQUE KEY `owner_id` (`owner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `missions`
--

INSERT INTO `missions` (`owner_id`, `mission_1`, `mission_2`, `mission_3`, `mission_4`, `mission_5`, `mission_6`, `mission_7`, `mission_8`, `mission_9`, `mission_10`, `mission_11`, `mission_12`, `mission_13`, `mission_14`, `mission_15`, `mission_16`) VALUES
(10, 1, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2);

-- --------------------------------------------------------

--
-- Estrutura da tabela `outpost`
--

CREATE TABLE IF NOT EXISTS `outpost` (
  `weapon_id` int(11) NOT NULL,
  `durability_d` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `outpost`
--


-- --------------------------------------------------------

--
-- Estrutura da tabela `shop`
--

CREATE TABLE IF NOT EXISTS `shop` (
  `good_id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `item_name` text NOT NULL,
  `price_gold` int(11) NOT NULL,
  `price_cash` int(11) NOT NULL,
  `count` int(11) NOT NULL,
  `buy_type` int(11) NOT NULL,
  `buy_type2` int(11) NOT NULL,
  `equip` int(11) NOT NULL,
  `tag` int(11) NOT NULL,
  `title` int(11) NOT NULL,
  UNIQUE KEY `unico` (`good_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Extraindo dados da tabela `shop`
--

INSERT INTO `shop` (`good_id`, `item_id`, `item_name`, `price_gold`, `price_cash`, `count`, `buy_type`, `buy_type2`, `equip`, `tag`, `title`) VALUES
(800001, 803007008, 'K-413 100U', 8600, 0, 100, 1, 1, 1, 0, 0),
(800002, 803007008, 'K-413 200U', 15000, 0, 200, 1, 1, 1, 0, 0),
(800003, 803007008, 'K-413 500U', 26000, 0, 500, 1, 1, 1, 0, 0),
(800004, 803007018, 'K-413 G 1D', 0, 810, 86400, 1, 1, 1, 0, 0),
(800005, 803007018, 'K-413 G 7D', 0, 1860, 604800, 1, 1, 1, 0, 0),
(800006, 803007018, 'K-413 G 30D', 0, 4200, 2592000, 1, 1, 1, 0, 0),
(800007, 803007027, 'M14 Mine 100U', 9800, 0, 100, 1, 1, 1, 1, 0),
(800008, 803007027, 'M14 Mine 200U', 17500, 0, 200, 1, 1, 1, 1, 0),
(800009, 803007027, 'M14 Mine 500U', 29000, 0, 500, 1, 1, 1, 1, 0),
(800010, 803007035, 'M14 Mine 1D', 0, 960, 86400, 1, 1, 1, 1, 0),
(800011, 803007035, 'M14 Mine 7D', 0, 2100, 604800, 1, 1, 1, 1, 0),
(800012, 803007035, 'M14 Mine 30D', 0, 4600, 2592000, 1, 1, 1, 1, 0),
(800013, 803007009, 'Granada de Chocolate 100U', 8300, 0, 100, 1, 1, 1, 0, 0),
(800014, 803007009, 'Granada de Chocolate 200U', 14700, 0, 200, 1, 1, 1, 0, 0),
(800015, 803007009, 'Granada de Chocolate 500U', 25700, 0, 500, 1, 1, 1, 0, 0),
(800016, 803007004, 'C-5 100U', 9100, 0, 100, 1, 1, 1, 0, 40),
(800017, 803007004, 'C-5 200U', 15900, 0, 200, 1, 1, 1, 0, 0),
(800018, 803007004, 'C-5 500U', 26500, 0, 500, 1, 1, 1, 0, 0),
(800019, 803007006, 'C-5 D 1D', 0, 860, 86400, 1, 1, 1, 0, 0),
(800020, 803007006, 'C-5 D 7D', 0, 1970, 604800, 1, 1, 1, 0, 0),
(100001, 100003155, 'AUG A3 Brazuca 1D', 0, 920, 86400, 1, 1, 1, 2, 0),
(800021, 803007006, 'C-5 D 30D', 0, 4350, 2592000, 1, 1, 1, 0, 0),
(800022, 803007033, 'Granada de Futebol 1D', 0, 630, 86400, 1, 1, 1, 2, 0),
(800023, 803007033, 'Granada de Futebol 7D', 0, 1860, 604800, 1, 1, 1, 2, 0),
(800024, 803007033, 'Granada de Futebol 30D', 0, 2920, 2592000, 1, 1, 1, 2, 0),
(900001, 904007015, 'Kit Medico de Chocolate 1D', 0, 560, 86400, 1, 1, 1, 1, 0),
(900002, 904007015, 'Kit Medico de Chocolate 7D', 0, 2400, 604800, 1, 1, 1, 1, 0),
(900003, 904007015, 'Kit Medico de Chocolate 30D', 0, 4250, 2592000, 1, 1, 1, 1, 0),
(700001, 702001052, 'Fang Blade Brazuca 1D', 0, 940, 86400, 1, 1, 1, 2, 0),
(700004, 702001004, 'Amok Kukri 100U', 12000, 0, 100, 1, 1, 1, 0, 28),
(700002, 702001052, 'Fang Blade Brazuca 7D', 0, 2560, 604800, 1, 1, 1, 2, 0),
(700003, 702001052, 'Fang Blade Brazuca 30D', 0, 4520, 2592000, 1, 1, 1, 2, 0),
(700005, 702001021, 'Keris 30D', 0, 4000, 2592000, 1, 1, 1, 0, 0),
(700006, 702001021, 'Keris 7D', 0, 3000, 604800, 1, 1, 1, 0, 0),
(700007, 702001021, 'Keris 1D', 0, 1300, 86400, 1, 1, 1, 0, 0),
(700008, 702001049, 'Espada Arabe E-Sport 30D', 0, 4710, 2592000, 1, 2, 1, 1, 0),
(700009, 702001049, 'Espada Arabe E-Sport 7D', 0, 2670, 604800, 1, 2, 1, 1, 0),
(700010, 702001049, 'Espada Arabe E-Sport 1D', 0, 960, 86400, 1, 2, 1, 1, 0),
(700016, 702001043, 'Machete G 1D', 0, 870, 86400, 1, 1, 1, 0, 0),
(700017, 702001043, 'Machete G 7D', 0, 1410, 604800, 1, 1, 1, 0, 0),
(900004, 904007029, 'Kit Medico PBNC5 1D', 0, 560, 86400, 1, 1, 1, 1, 0),
(900005, 904007029, 'Kit Medico PBNC5 7D', 0, 2400, 604800, 1, 1, 1, 1, 0),
(900006, 904007029, 'Kit Medico PBNC5 30D', 0, 4250, 2592000, 1, 1, 1, 1, 0),
(700018, 702001043, 'Machete G 30D', 0, 2730, 2592000, 1, 1, 1, 0, 0),
(700011, 702001004, 'Amok Kukri 200U', 24000, 0, 200, 1, 1, 1, 0, 0),
(700012, 702001004, 'Amok Kukri 500U', 38000, 0, 500, 1, 1, 1, 0, 0),
(700013, 702001041, 'Espada Arabe 1D', 0, 890, 86400, 1, 1, 1, 0, 0),
(700014, 702001041, 'Espada Arabe 7D', 0, 1480, 604800, 1, 1, 1, 0, 0),
(600001, 601002049, 'C. Phyton Brazuca 1D', 0, 680, 86400, 1, 1, 1, 2, 0),
(600004, 601002040, 'C. Phyton PBNC5 1D', 0, 680, 86400, 1, 1, 1, 1, 0),
(700015, 702001041, 'Espada Arabe 30D', 0, 2770, 2592000, 1, 1, 1, 0, 0),
(700019, 702001024, 'Alcacuz 100U', 6000, 0, 100, 1, 1, 1, 0, 0),
(700020, 702001024, 'Alcacuz 200U', 12000, 0, 200, 1, 1, 1, 0, 0),
(700021, 702001024, 'Alcacuz 500U', 20000, 0, 500, 1, 1, 1, 0, 0),
(600002, 601002049, 'C. Phyton Brazuca 7D', 0, 1790, 604800, 1, 1, 1, 2, 0),
(600003, 601002049, 'C. Phyton Brazuca 30D', 0, 3420, 2592000, 1, 1, 1, 2, 0),
(600005, 601002040, 'C. Phyton PBNC5 7D', 0, 1790, 604800, 1, 1, 1, 1, 0),
(600006, 601002040, 'C. Phyton PBNC5 30D', 0, 3420, 2592000, 1, 1, 1, 1, 0),
(100002, 100003155, 'AUG A3 Brazuca 7D', 0, 1790, 604800, 1, 1, 1, 2, 0),
(100003, 100003155, 'AUG A3 Brazuca 30D', 0, 3490, 2592000, 1, 1, 1, 2, 0),
(100004, 100003159, 'AUG A3 PBIC2014 1D', 0, 980, 86400, 1, 1, 1, 2, 0),
(100005, 100003159, 'AUG A3 PBIC2014 7D', 0, 1870, 604800, 1, 1, 1, 2, 0),
(100006, 100003159, 'AUG A3 PBIC2014 30D', 0, 3540, 2592000, 1, 1, 1, 2, 0),
(101001, 1001001054, 'Tarantula 2014 1D', 0, 1250, 100, 1, 1, 1, 2, 0),
(110001, 1104003178, 'Mascara Brazuca 1D', 0, 810, 100, 1, 1, 1, 2, 0),
(110002, 1104003178, 'Mascara Brazuca 7D', 0, 1420, 200, 1, 1, 1, 2, 0),
(110003, 1104003178, 'Mascara Brazuca 30D', 0, 3970, 500, 1, 1, 1, 2, 0),
(400001, 400006037, 'M1887 Brazuca 1D', 0, 930, 86400, 1, 1, 1, 2, 0),
(400002, 400006037, 'M1887 Brazuca 7D', 0, 1970, 604800, 1, 1, 1, 2, 0),
(400003, 400006037, 'M1887 Brazuca 30D', 0, 4110, 2592000, 1, 1, 1, 2, 0),
(101002, 1001001054, 'Tarantula 2014 7D', 0, 2740, 200, 1, 1, 1, 2, 0),
(101003, 1001001054, 'Tarantula 2014 30D', 0, 4460, 500, 1, 1, 1, 2, 0),
(300001, 300005083, 'Cheytac M200 Brazuca 1D', 0, 1010, 86400, 1, 1, 1, 2, 0),
(300002, 300005083, 'Cheytac M200 Brazuca 7D', 0, 2640, 604800, 1, 1, 1, 2, 0),
(300003, 300005083, 'Cheytac M200 Brazuca 30D', 0, 5280, 2592000, 1, 1, 1, 2, 0),
(300004, 300005087, 'Cheytac M200 PBIC2014 1D', 0, 1020, 86400, 1, 1, 1, 2, 0),
(200001, 200004139, 'Kriss SV Brazuca 1D', 0, 990, 86400, 1, 1, 1, 2, 0),
(700022, 702001018, 'Ballistic Knife 1D', 0, 940, 86400, 1, 1, 1, 0, 0),
(700023, 702001018, 'Ballistic Knife 7D', 0, 1780, 604800, 1, 1, 1, 0, 0),
(700024, 702001018, 'Ballistic Knife 30D', 0, 3980, 2592000, 1, 1, 1, 0, 0),
(700025, 702015002, 'Dual Knife D 1D', 0, 780, 86400, 1, 1, 1, 0, 0),
(700026, 702015002, 'Dual Knife D 7D', 0, 1720, 604800, 1, 1, 1, 0, 0),
(700027, 702015002, 'Dual Knife D 30D', 0, 3750, 2592000, 1, 1, 1, 0, 0),
(700028, 702015001, 'Dual Knife 100U', 12000, 0, 100, 1, 1, 1, 0, 26),
(700031, 702015003, 'Faca de Osso 1D', 0, 910, 86400, 1, 1, 1, 0, 0),
(110301, 1103003010, 'Boina PBTN', 0, 1010, 86400, 1, 1, 1, 0, 0),
(110004, 1104003126, 'Mascara GSL', 0, 990, 86400, 1, 1, 1, 2, 0),
(106001, 1006003032, 'Dino Elite', 0, 900, 86400, 1, 1, 1, 0, 0),
(106004, 1006003044, 'Reinforced Raptor', 0, 900, 86400, 1, 1, 1, 0, 0),
(106007, 1006003045, 'Reinforced Sting', 0, 900, 86400, 1, 1, 1, 0, 0),
(106010, 1006003046, 'Reinforced Acid', 0, 900, 86400, 1, 1, 1, 0, 0),
(900007, 904007014, 'Kit Medico de Hallonween 1D', 0, 560, 86400, 1, 1, 1, 0, 0),
(300007, 300005005, 'L115A1 100U', 18000, 0, 100, 1, 1, 1, 0, 18),
(100007, 100003036, 'AUG A3 100U', 24000, 0, 100, 1, 1, 1, 0, 12),
(100008, 100003036, 'AUG A3 200U', 30000, 0, 200, 1, 1, 1, 0, 0),
(100009, 100003036, 'AUG A3 500U', 45000, 0, 500, 1, 1, 1, 0, 0),
(100010, 100003037, 'AUG A3 G 1D', 0, 1000, 86400, 1, 1, 1, 0, 0),
(100011, 100003037, 'AUG A3 G 7D', 0, 2500, 604800, 1, 1, 1, 0, 0),
(100012, 100003037, 'AUG A3 G 30D', 0, 4500, 2592000, 1, 1, 1, 0, 0),
(100013, 100003123, 'TAR-21 1D', 0, 1050, 86400, 1, 1, 1, 0, 0),
(100014, 100003123, 'TAR-21 7D', 0, 2550, 604800, 1, 1, 1, 0, 0),
(100015, 100003123, 'TAR-21 30D', 0, 4550, 2592000, 1, 1, 1, 0, 0),
(200004, 200004010, 'P90 MC 100U', 16000, 0, 100, 1, 1, 1, 0, 0),
(200005, 200004010, 'P90 MC 200U', 25000, 0, 200, 1, 1, 1, 0, 0),
(200006, 200004010, 'P90 MC 500U', 44000, 0, 500, 1, 1, 1, 0, 0),
(200007, 200004011, 'P90 Ext. 100U', 15000, 0, 100, 1, 1, 1, 0, 22),
(200008, 200004011, 'P90 Ext. 200U', 24000, 0, 200, 1, 1, 1, 0, 0),
(200009, 200004011, 'P90 Ext. 500U', 43000, 0, 500, 1, 1, 1, 0, 0),
(200010, 200004138, 'P90 Brazuca 1D', 0, 990, 86400, 1, 1, 1, 2, 0),
(130001, 1300035001, 'Explosivo Extra 1D', 0, 580, 86400, 1, 1, 1, 0, 0),
(130004, 1300031001, 'Bala de Ferro 1D', 0, 620, 86400, 1, 1, 1, 0, 0),
(130007, 1301047000, 'Trocar Nick 1U', 0, 840, 1, 1, 1, 1, 0, 0),
(130010, 1300017001, 'Pegar arma do oponente 1D', 0, 720, 86400, 1, 1, 1, 0, 0),
(130013, 1300038001, 'Gold 100% 1D', 0, 790, 86400, 1, 1, 1, 0, 0),
(130016, 1300119001, 'Gold 50% 1D', 0, 740, 86400, 1, 1, 1, 0, 0),
(130019, 1300004001, 'Gold 30% 1D', 0, 710, 86400, 1, 1, 1, 0, 0),
(130022, 1300003001, 'Exp 50% 1D', 0, 740, 86400, 1, 2, 1, 0, 0),
(130025, 1300002001, 'Exp 30% 1D', 0, 710, 86400, 1, 1, 1, 0, 0),
(130028, 1300026001, 'Troca Rapida 1D', 0, 690, 86400, 1, 2, 1, 0, 0),
(130031, 1300027001, 'Recarregamento rapido 1D', 0, 680, 86400, 1, 2, 1, 0, 0),
(102001, 1001002053, 'Hide 2014 1D', 0, 1250, 100, 1, 1, 1, 0, 0),
(102004, 1001002047, 'Ken Eyes Garena 1D', 0, 1190, 100, 1, 1, 1, 0, 0),
(102007, 1001002048, 'Acid Pool Garena 1D', 0, 1190, 100, 1, 1, 1, 0, 0),
(102010, 1001001049, 'Tarantula Garena 1D', 0, 1190, 100, 1, 1, 1, 0, 0),
(102013, 1001001050, 'Red Bulls Garena 1D', 0, 1190, 100, 1, 1, 1, 0, 0),
(300010, 300005032, 'Barret M82A1 1D', 0, 1890, 86400, 1, 1, 1, 1, 0),
(300011, 300005032, 'Barret M82A1 7D', 0, 3710, 604800, 1, 1, 1, 0, 0),
(300012, 300005032, 'Barret M82A1 30D', 0, 6300, 2592000, 1, 1, 1, 0, 0),
(300015, 300005021, 'Rangermaster 338 1D', 0, 990, 86400, 1, 1, 1, 0, 0),
(600007, 601014007, 'Dual HK45 1D', 0, 990, 86400, 1, 1, 1, 0, 0),
(600008, 601014007, 'Dual HK45 7D', 0, 1680, 604800, 1, 1, 1, 0, 0),
(600009, 601014007, 'Dual HK45 30D', 0, 3860, 2592000, 1, 1, 1, 0, 0),
(600010, 601002016, 'RB 454 SS8M+S 1D', 0, 1050, 86400, 1, 1, 1, 0, 0),
(600011, 601002016, 'RB 454 SS8M+S', 0, 1720, 604800, 1, 1, 1, 0, 0),
(600012, 601002016, 'RB 454 SS8M+S', 0, 3940, 2592000, 1, 1, 1, 0, 0),
(200013, 200004107, 'MP9 Ext 100U', 12500, 0, 100, 1, 1, 1, 0, 0),
(200014, 200004107, 'MP9 Ext 200U', 31200, 0, 200, 1, 1, 1, 0, 0),
(200015, 200004107, 'MP9 Ext 500U', 56000, 0, 500, 1, 1, 1, 0, 0),
(400004, 400006035, 'M1887 PBNC5 1D', 0, 930, 100, 1, 1, 1, 0, 0),
(102016, 1001002035, 'Reinforced Chou 1D', 0, 1230, 100, 1, 1, 1, 0, 0),
(100016, 100003143, 'FG-42 100U', 100, 0, 100, 1, 1, 1, 1, 0),
(100019, 100003153, 'SC-2010 100U', 100, 0, 100, 3, 1, 1, 1, 0),
(700034, 702001050, 'Fang Blade PBNC5', 0, 940, 100, 1, 1, 1, 0, 0),
(700037, 702001051, 'Fang Blade GSL2014', 0, 940, 100, 1, 1, 1, 0, 0),
(516484, 200004114, 'AK-47 Full Custom ', 0, 4500, 100, 1, 1, 1, 0, 0),
(700043, 702001012, 'Mixi Axe D.', 0, 790, 100, 1, 1, 1, 0, 0),
(519664, 200004114, 'p90 ext br camo', 0, 960, 100, 1, 1, 1, 0, 0),
(48514, 300005015, 'L115A1 G 100U', 0, 860, 100, 1, 1, 1, 0, 0),
(31111, 100003150, 'TAR-21 Mid-night', 0, 1010, 100, 1, 1, 1, 1, 0),
(31145, 200018013, 'Dual Mini Uzi G. 100U', 0, 1030, 100, 1, 1, 1, 1, 0),
(15242, 601002011, 'Glock 18 100Y', 17000, 0, 100, 1, 1, 1, 0, 0),
(48521, 300005072, 'Walther WA2000 100U', 0, 970, 100, 1, 1, 1, 0, 0),
(41255, 300005030, 'Cheytac M200 100U', 0, 920, 100, 1, 1, 1, 0, 0),
(54749494, 100003058, 'AK-47 FC', 0, 1280, 100, 1, 1, 1, 0, 0),
(1888, 702001007, 'Mini Axe 100U', 14000, 0, 100, 1, 1, 1, 0, 29),
(56165156, 1105003001, 'Gorro Do Papai Noel', 5000, 1000, 100, 1, 1, 1, 0, 0),
(414486, 1105003004, 'Chapéu De Cowboy', 5000, 500, 100, 1, 1, 1, 0, 0),
(5454691, 1104003023, 'MASK BRAZIL', 4500, 1100, 100, 1, 1, 1, 0, 0),
(421236, 1001001003, 'Tarantula', 22000, 0, 100, 1, 1, 1, 0, 0),
(421237, 1001002009, 'Hide 100U', 26000, 0, 100, 1, 1, 1, 0, 0),
(421238, 1001001010, 'Viper Red 100U', 26000, 0, 100, 1, 1, 1, 0, 0),
(416112, 1104003012, 'GOLD MASK', 5000, 2500, 100, 1, 1, 1, 0, 0),
(15626, 1104003096, 'TROLL MASK 1', 5000, 2500, 100, 1, 1, 1, 0, 0),
(45582, 1104003124, 'Garena White Mask', 0, 860, 100, 1, 1, 1, 0, 0),
(455823, 1104003123, 'Garena Red Mask', 0, 860, 100, 1, 1, 1, 0, 0),
(455822, 1104003122, 'Garena Gold Mask ', 0, 860, 100, 1, 1, 1, 0, 0),
(165456, 1104003097, 'MASCARA TROLL 2', 5000, 2500, 100, 1, 1, 1, 0, 0),
(415255, 1104003121, 'Mascara da Morte', 0, 890, 100, 1, 1, 1, 0, 0),
(415222, 1104003039, 'Demonio Vermelho', 0, 910, 100, 1, 1, 1, 0, 0),
(46900, 1104003071, 'Mascara de Dinossauro', 0, 900, 100, 1, 1, 1, 0, 0),
(565616, 1104003098, 'TROLL MASK 3', 5000, 2500, 100, 1, 1, 1, 0, 0),
(46910, 1104003014, 'Mascara de Palhaço', 0, 930, 100, 1, 1, 1, 0, 0),
(49000, 1104003126, 'Mascara GSL', 0, 860, 100, 1, 1, 1, 0, 0),
(552158, 1104003101, 'MASCARA CRANIO FRAGIL G', 5000, 2500, 100, 1, 1, 1, 2, 0),
(42800, 1104003127, 'Aureola de Anjo', 0, 890, 100, 1, 1, 1, 0, 0),
(42840, 1102003008, 'Super capacete', 0, 950, 100, 1, 1, 1, 0, 0),
(42846, 1102003007, 'Capacete avançado plus', 0, 920, 100, 1, 1, 1, 0, 0),
(42849, 1102003006, 'Capacete de rastreamento', 0, 880, 100, 1, 1, 1, 0, 0),
(42860, 1102003003, 'Capacete avançado', 0, 840, 100, 1, 1, 1, 0, 0),
(24152, 100003115, 'AN_94 1D', 0, 960, 100, 1, 1, 1, 1, 0),
(241526, 100003115, 'AN_94 7D', 0, 1750, 100, 1, 1, 1, 1, 0),
(4742584, 100003034, 'G36C Silver', 5000, 0, 100, 1, 1, 1, 1, 0),
(428600, 100003104, 'AUG A3 GSL', 0, 890, 100, 1, 1, 1, 0, 0),
(450225, 100003064, 'Famas G2 Commando G.', 0, 1000, 100, 1, 1, 1, 1, 0),
(458888, 100003116, 'F2000 Reload', 14000, 0, 100, 1, 1, 1, 0, 0),
(5456165, 100003094, 'Scar-L Carbine ', 0, 900, 100, 1, 1, 1, 0, 0),
(42888, 702001047, 'Keris XMAS', 15000, 0, 100, 1, 1, 1, 0, 0),
(428900, 702015005, 'Faca de Osso GRS', 0, 790, 100, 1, 1, 1, 0, 0),
(49294, 1001002051, 'Hide Kopassus 100U', 0, 1250, 100, 1, 1, 1, 0, 0),
(649164, 1001001036, 'Reinforced Rica', 0, 1100, 100, 1, 1, 1, 0, 0),
(92415, 1001001007, 'D-Fox', 26000, 0, 100, 1, 1, 1, 0, 0),
(92416, 1001002008, 'Leopard', 26000, 0, 100, 1, 1, 1, 0, 0),
(19552, 100003087, 'Famas G2 Silver', 0, 960, 100, 1, 1, 1, 0, 0),
(195595, 100003049, 'Famas G2', 0, 810, 100, 1, 1, 1, 0, 0),
(496197, 100003050, 'Famas G2 Commando', 0, 830, 100, 1, 1, 1, 0, 0),
(29481, 100003051, 'Famas G2 Sniper', 0, 850, 100, 1, 1, 1, 0, 0),
(29482, 100003052, 'Famas G2 M203', 0, 880, 100, 1, 1, 1, 0, 0),
(294115, 100003111, 'AUG A3 BR Camo', 0, 980, 100, 1, 1, 1, 0, 0),
(491684, 100003120, 'AUG A3 PBIC2013', 0, 960, 100, 1, 1, 1, 0, 0),
(19461, 100003114, 'M4A1 Elite', 0, 940, 100, 1, 1, 1, 0, 0),
(19414, 100003071, 'AUG A3 PBIC2012', 0, 900, 100, 1, 1, 1, 0, 0),
(49168, 200004075, 'P90 Gold', 0, 950, 100, 1, 1, 1, 0, 0),
(9198, 200004027, 'P90 M.C.S.', 0, 890, 100, 1, 1, 1, 0, 0),
(91548, 200004106, 'PP-19 Bizon', 0, 960, 100, 1, 1, 1, 0, 0),
(91543, 200004103, 'Kriss S.V. PBIC2013', 0, 900, 100, 1, 1, 1, 0, 0),
(94818, 200018004, 'Dual Uzi', 0, 910, 100, 1, 1, 1, 0, 0),
(4949, 400006038, 'M1887 PBIC2014', 0, 970, 100, 1, 1, 1, 0, 0),
(9444, 601002002, 'Mk. 23 Ext.', 17000, 0, 100, 1, 1, 1, 0, 0),
(94782, 601014004, 'Dual-Eagle G.', 0, 790, 100, 1, 1, 1, 0, 0),
(49184, 100003015, 'AK SOPMOD', 19000, 0, 100, 1, 1, 1, 0, 12),
(48248, 100003068, 'AK-47 F.C Red', 0, 1280, 100, 1, 1, 1, 0, 0),
(11482, 100003096, 'SCAR-L F.C', 0, 980, 100, 1, 1, 1, 0, 0),
(11483, 100003095, 'SCAR-L Recon', 0, 950, 100, 1, 1, 1, 0, 0),
(11484, 100003094, 'SCAR-L Carbine', 0, 920, 100, 1, 1, 1, 0, 0),
(11485, 100003093, 'AUG A3 Blaze', 0, 940, 100, 1, 1, 1, 0, 0),
(11486, 100003099, 'AK SOPMOD GRS', 0, 970, 100, 1, 1, 1, 0, 0),
(11487, 100003102, 'HK-417', 0, 970, 100, 1, 1, 1, 0, 0),
(4984, 400006018, 'SPAS-15 MSC', 0, 900, 100, 1, 1, 1, 0, 0),
(9595, 400006036, 'Keltec GSL2014', 0, 990, 100, 1, 1, 1, 0, 0),
(95956, 400006020, 'Keltec ', 0, 980, 100, 1, 1, 1, 0, 0),
(448984, 400006010, 'M1887 W.', 0, 890, 100, 1, 1, 1, 0, 0),
(4889489, 300005081, 'L115A1 GSL2014', 0, 950, 100, 1, 1, 1, 0, 0),
(9844, 200004134, 'OA-93', 0, 1100, 100, 1, 1, 1, 0, 0),
(8899, 200004132, 'Kriss S.V. Midnight', 0, 940, 100, 1, 1, 1, 0, 0),
(9875, 200018011, 'Dual Mini Uzi Silenciada Sl.', 0, 1020, 100, 1, 1, 1, 0, 0),
(849, 702023002, 'Soco Ingles Preto', 0, 790, 100, 1, 1, 1, 0, 0),
(850, 702023003, 'Soco Ingles Brass', 0, 800, 100, 1, 1, 1, 0, 0),
(860, 702023004, 'Soco Ingles Silver', 0, 810, 100, 1, 1, 1, 0, 0),
(861, 702023005, 'Soco Ingles de Hallonween', 0, 820, 100, 1, 1, 1, 0, 0),
(862, 702023006, 'Soco Ingles com Espinhos', 0, 830, 100, 1, 1, 1, 0, 0),
(863, 702023007, 'Soco Ingles Ballock', 0, 840, 100, 1, 1, 1, 0, 0),
(865, 702001009, 'M7 Gold', 6000, 0, 100, 1, 1, 1, 0, 0),
(866, 100003119, 'AK47 Elite', 0, 940, 100, 1, 1, 1, 0, 0),
(867, 100003122, 'AK47 PBIC2013', 0, 950, 100, 1, 1, 1, 0, 0),
(868, 100003063, 'AUG A3 E-Sport', 0, 840, 100, 1, 1, 1, 0, 0),
(869, 100003148, 'AUG A3 PBNC5', 0, 850, 100, 1, 1, 1, 0, 0),
(870, 100003158, 'AUG A3 WOE 2014', 0, 890, 100, 1, 1, 1, 0, 0),
(871, 100003104, 'AUG A3 GSL', 0, 870, 100, 1, 1, 1, 0, 0),
(872, 300005052, 'Cheytac M200 GRS', 0, 1000, 100, 1, 1, 1, 0, 0),
(895, 300005055, 'Cheytac M200 GSL', 0, 1010, 100, 1, 1, 1, 0, 0),
(896, 300005085, 'Cheytac M200 WOE 2014', 0, 1030, 100, 1, 1, 1, 0, 0),
(897, 300005080, 'Cheytac M200 PBNC5', 0, 1020, 100, 1, 1, 1, 0, 0),
(898, 200004144, 'Kriss S.V WOE', 0, 960, 100, 1, 1, 1, 0, 0),
(899, 200004026, 'Kriss S.V Gold', 0, 850, 100, 1, 1, 1, 0, 0),
(900, 200004060, 'Kriss S.V PBIC2012', 0, 900, 100, 1, 1, 1, 0, 0),
(901, 200004083, 'Kriss S.V GRS', 0, 870, 100, 1, 1, 1, 0, 0),
(9021, 200004087, 'Kriss S.V GSL', 0, 890, 100, 1, 1, 1, 0, 0),
(903, 200004050, 'Kriss S.V E-Sport', 0, 880, 100, 1, 1, 1, 0, 0),
(904, 200004130, 'Kriss S.V GSL2014', 0, 920, 100, 1, 1, 1, 0, 0),
(905, 200018007, 'Dual Uzi Silenciada', 0, 990, 100, 1, 1, 1, 0, 0),
(958, 200018009, 'Dual Micro-Uzi Silenciada', 0, 1010, 100, 1, 1, 1, 0, 0),
(6418, 200018006, 'Dual Micro Uzi', 0, 960, 100, 1, 1, 1, 0, 0),
(984, 200004146, 'P90 Ext. PBIC2014', 0, 990, 100, 1, 1, 1, 0, 0),
(4186, 200004157, 'Kriss SV Toy', 0, 990, 100, 1, 1, 1, 0, 0),
(795, 200004082, 'P90 MC GRS', 0, 890, 100, 1, 1, 1, 0, 0),
(4185, 100003165, 'AUG A3 Toy', 0, 990, 100, 1, 1, 1, 0, 0),
(797, 200004089, 'P90 GSL', 0, 890, 100, 1, 1, 1, 0, 0),
(798, 200004129, 'P90 Ext. PBNC5', 0, 930, 100, 1, 1, 1, 0, 0),
(4895, 100003014, 'SG 550 S. 100U', 20000, 0, 100, 1, 1, 1, 0, 8),
(4896, 100003013, 'G36C Ext. 100U', 28000, 0, 100, 1, 1, 1, 0, 10),
(4897, 500010001, 'MK.46 Ext.', 32000, 0, 100, 1, 1, 1, 0, 0),
(4898, 500010002, 'MK.46 Sl.', 0, 890, 100, 1, 1, 1, 0, 0),
(4899, 500010003, 'RPD', 34000, 0, 100, 1, 1, 1, 0, 0),
(4900, 500010004, 'L86 LSW', 0, 910, 100, 1, 1, 1, 0, 0),
(8914, 200004007, 'MP5K G. 100U', 14000, 0, 100, 1, 1, 1, 0, 20),
(8915, 200004009, 'Spectre W. 100U', 14000, 0, 100, 1, 1, 1, 0, 20),
(8916, 200004013, 'Kriss S.V 100U', 16000, 0, 100, 1, 1, 1, 0, 24),
(7914, 200018005, 'Dual Mini-Uzi', 0, 940, 100, 1, 1, 1, 0, 0),
(4252, 400006003, 'SPAS-15 100U', 17000, 0, 100, 1, 1, 1, 0, 37),
(4253, 400006004, '870MCS W.', 14000, 0, 100, 1, 1, 1, 0, 35),
(4254, 904007005, 'WP Smoke 100U', 9000, 0, 100, 1, 1, 1, 0, 42),
(4918, 100003131, 'AUG A3 LATIN3', 0, 950, 100, 1, 1, 1, 0, 0),
(4919, 200004113, 'P90 M.C LATIN3', 0, 950, 100, 1, 1, 1, 0, 0),
(4920, 300005064, 'L115A1 LATIN3', 0, 920, 100, 1, 1, 1, 0, 0),
(4921, 1104003130, 'PBIC2013 Mask', 0, 890, 100, 1, 1, 1, 0, 0),
(4922, 1104003129, 'PBNC5 Mask', 0, 890, 100, 1, 1, 1, 0, 0),
(49255, 1104003186, 'Mascara Mid-Night', 0, 890, 100, 1, 1, 1, 0, 0),
(7154, 1104003132, 'Mascara de Zumbi', 0, 890, 100, 1, 1, 1, 0, 0),
(4187, 200004155, 'Kriss SV G-Sport', 0, 990, 100, 1, 1, 1, 0, 0),
(4188, 300005092, 'L115A1 Toy', 0, 990, 100, 1, 1, 1, 0, 0),
(4189, 300005091, 'Cheytac M200 G-Sport', 0, 990, 100, 1, 1, 1, 0, 0),
(4190, 702001065, 'Keris G-Sport', 0, 900, 100, 1, 1, 1, 0, 0),
(4191, 702001066, 'Foice', 0, 990, 100, 1, 1, 1, 0, 0),
(4192, 803007020, 'Candy Grenade 1D', 0, 840, 86400, 1, 2, 1, 0, 0),
(4193, 1105003009, 'Bone Pirocoptero 1D', 0, 880, 86400, 1, 2, 1, 0, 0),
(4194, 300005033, 'L115A1 E-Sport', 0, 810, 100, 1, 1, 1, 0, 0),
(458, 1001002052, 'Leopard Bope 1D', 0, 1210, 100, 1, 1, 1, 0, 0),
(601014001, 601014001, 'Dual Handgun', 12000, 0, 100, 1, 1, 1, 0, 32),
(601013001, 601013001, 'P99&HAK', 12000, 0, 100, 1, 1, 1, 0, 30),
(601014002, 601014002, 'Dual D-Eagle', 12000, 0, 100, 1, 1, 1, 0, 33),
(625, 702001014, 'Machete de Combate 1D', 0, 870, 100, 1, 1, 1, 0, 0),
(626, 400006042, 'Zombie Slayer 1D', 0, 990, 100, 1, 1, 1, 0, 0),
(627, 1301051000, 'Trocar Nome do Cla 1U', 0, 500, 100, 1, 1, 1, 0, 0),
(628, 1301052000, 'Troca Emblema do Cla 1U', 0, 500, 100, 1, 1, 1, 0, 0),
(629, 300005024, 'PSG1 G. 100U', 13000, 0, 100, 1, 1, 1, 0, 16),
(630, 300005006, 'Dragunov G. 100U', 14000, 0, 100, 1, 1, 1, 0, 14);

-- --------------------------------------------------------

--
-- Estrutura da tabela `titles`
--

CREATE TABLE IF NOT EXISTS `titles` (
  `owner_id` int(11) NOT NULL auto_increment,
  `TitleEquiped1` int(11) NOT NULL,
  `TitleEquiped2` int(11) NOT NULL,
  `TitleEquiped3` int(11) NOT NULL,
  `titlePos1` int(11) NOT NULL,
  `titlePos2` int(11) NOT NULL,
  `titlePos3` int(11) NOT NULL,
  `titlePos4` int(11) NOT NULL,
  `titlePos5` int(11) NOT NULL,
  `titlePos6` int(11) NOT NULL,
  `title1` int(11) NOT NULL,
  `title2` int(11) NOT NULL,
  `title3` int(11) NOT NULL,
  `title4` int(11) NOT NULL,
  `title5` int(11) NOT NULL,
  `title6` int(11) NOT NULL,
  `title7` int(11) NOT NULL,
  `title8` int(11) NOT NULL,
  `title9` int(11) NOT NULL,
  `title10` int(11) NOT NULL,
  `title11` int(11) NOT NULL,
  `title12` int(11) NOT NULL,
  `title13` int(11) NOT NULL,
  `title14` int(11) NOT NULL,
  `title15` int(11) NOT NULL,
  `title16` int(11) NOT NULL,
  `title17` int(11) NOT NULL,
  `title18` int(11) NOT NULL,
  `title19` int(11) NOT NULL,
  `title20` int(11) NOT NULL,
  `title21` int(11) NOT NULL,
  `title22` int(11) NOT NULL,
  `title23` int(11) NOT NULL,
  `title24` int(11) NOT NULL,
  `title25` int(11) NOT NULL,
  `title26` int(11) NOT NULL,
  `title27` int(11) NOT NULL,
  `title28` int(11) NOT NULL,
  `title29` int(11) NOT NULL,
  `title30` int(11) NOT NULL,
  `title31` int(11) NOT NULL,
  `title32` int(11) NOT NULL,
  `title33` int(11) NOT NULL,
  `title34` int(11) NOT NULL,
  `title35` int(11) NOT NULL,
  `title36` int(11) NOT NULL,
  `title37` int(11) NOT NULL,
  `title38` int(11) NOT NULL,
  `title39` int(11) NOT NULL,
  `title40` int(11) NOT NULL,
  `title41` int(11) NOT NULL,
  `title42` int(11) NOT NULL,
  `title43` int(11) NOT NULL,
  `title44` int(11) NOT NULL,
  PRIMARY KEY  (`owner_id`),
  UNIQUE KEY `owner_id` (`owner_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4456 ;

--
-- Extraindo dados da tabela `titles`
--

INSERT INTO `titles` (`owner_id`, `TitleEquiped1`, `TitleEquiped2`, `TitleEquiped3`, `titlePos1`, `titlePos2`, `titlePos3`, `titlePos4`, `titlePos5`, `titlePos6`, `title1`, `title2`, `title3`, `title4`, `title5`, `title6`, `title7`, `title8`, `title9`, `title10`, `title11`, `title12`, `title13`, `title14`, `title15`, `title16`, `title17`, `title18`, `title19`, `title20`, `title21`, `title22`, `title23`, `title24`, `title25`, `title26`, `title27`, `title28`, `title29`, `title30`, `title31`, `title32`, `title33`, `title34`, `title35`, `title36`, `title37`, `title38`, `title39`, `title40`, `title41`, `title42`, `title43`, `title44`) VALUES
(4444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(61, 4, 0, 0, 254, 195, 48, 204, 24, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0),
(1, 4, 34, 13, 254, 255, 255, 254, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0),
(10, 4, 21, 27, 254, 79, 112, 92, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4445, 0, 0, 0, 94, 64, 0, 64, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4447, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4450, 13, 4, 19, 254, 255, 255, 255, 255, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(4451, 2, 0, 0, 6, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4452, 13, 19, 39, 254, 255, 255, 255, 255, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
(4453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4454, 3, 0, 0, 30, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

Compartilhar este post


Link para o post
Compartilhar em outros sites

@ExtremsX

INSERT INTO `pbbeta`.`accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES ('', '', NULL, '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '', 'null@null', '1', '0', '0', '*', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')

erro.JPG?1415303929

Compartilhar este post


Link para o post
Compartilhar em outros sites

@ExtremsX

INSERT INTO `pbbeta`.`accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES ('', '', NULL, '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '', 'null@null', '1', '0', '0', '*', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')

Compartilhar este post


Link para o post
Compartilhar em outros sites

Agora tente usar esse código de inserção:

 

$dbh = $db->prepare("INSERT INTO `accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES (?, ?, NULL, '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '', 'null@null', '1', '0', '0', '*', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')");
$dbh->execute(array($_POST['username'], $pass));

Compartilhar este post


Link para o post
Compartilhar em outros sites

@ExtremsX

[SQL]$dbh = $db->prepare("INSERT INTO `accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES (?, ?, NULL, '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '', 'null@null', '1', '0', '0', '*', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')");
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '$dbh = $db->prepare("INSERT INTO `accounts` (`login`, `password`, `player_id`, `' at line 1

Log 2

Erro
Comando SQL:


[SQL]$dbh = $db->prepare("INSERT INTO `accounts` (`login`, `password`, `player_id`, `player_name`, `name_color`, `clan_id`, `rank`, `gp`, `exp`, `pc_cafe`, `fights_s`, `fights_win_s`, `fights_lost_s`, `kills_count_s`, `deaths_count_s`, `headshots_count_s`, `escapes_s`, `access_level`, `lastIP`, `email`, `bonus`, `bonus_expire`, `banExpires`, `AllowIPs`, `money`, `online`, `weapon_primary`, `weapon_secondary`, `weapon_melee`, `weapon_thrown_normal`, `weapon_thrown_special`, `char_red`, `char_blue`, `char_helmet`, `char_dino`, `char_beret`, `brooch`, `insignia`, `medal`, `blue_order`, `title_slot_count`, `mission_id`, `card_id`) VALUES (?, ?, NULL, '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '', 'null@null', '1', '0', '0', '*', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')");
Mensagens do MySQL : Documentação

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SQL]$dbh = $db->prepare("INSERT INTO `accounts` (`login`, `password`, `player_i' at line 1 

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.