Advertisement
Sandtolo

Useful Stuffs

Feb 26th, 2019
19,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.96 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////
  2. /////////////////////|'GTAHx 1.46 Stuffs'|//////////////////////
  3. /////////////////////|      Tools by     |//////////////////////
  4. /////////////////////|    'polivilas'    |//////////////////////
  5. ////////////////////////////////////////////////////////////////
  6.  
  7. desc        :
  8. Simple global variable editor.
  9. UI version also has a stat editor.
  10. Just in case you wanted to have two of the same property.
  11. _________________________________
  12.  
  13. 'List will updated when something useful has been found.'
  14. _________________________________
  15.  
  16. Before you begin, consider to read these Q&A :
  17. ~
  18. 'Q': How do i know if the code i entered is active?
  19. 'A': an achievement unlocked display would appear if
  20. the code you entered is correct / the game recieve the code.
  21. #Please check your antivirus if any of code you entered has no effect.
  22.  
  23. ~
  24. 'Q': whats the difference between MP0_ and MP1_?
  25. 'A':
  26. Code state :
  27. $MP0_       //First Character slot  (Character State)
  28. $MP1_       //Second Character slot (Character State)
  29. $MPPLY_     //Both Character        (Global State)
  30.  
  31. All code provided here with $MP0_ could be change into $MP1_
  32. depend on which character you want it to implement with.
  33.  
  34. and for $MPPLY_ , you cant change it into (Character State)
  35. because it implemented Globally into both character slot.
  36. ~
  37.  
  38. ====
  39. Unlock
  40. ====
  41. Shotaro Motorcycle (Avaliable to puchase without complete races)
  42. $MP0_CRDEADLINE
  43. Value: 5
  44.  
  45. Allow Gender Change
  46. $MP0_ALLOW_GENDER_CHANGE  
  47. Value: (BOOL)
  48.  
  49. ----
  50. Heist Unlock (not doomheist)
  51. ----
  52. $MPPLY_AWD_COMPLET_HEIST_1STPER             // Complete all heist setups
  53. Value:(bool)
  54.  
  55. $MPPLY_AWD_COMPLET_HEIST_MEM                // Complete all heist setups
  56. Value:(bool)
  57.  
  58. $MPPLY_AWD_FLEECA_FIN                       // Completed The Fleeca Job finale.
  59. Value:(bool)
  60.  
  61. $MPPLY_AWD_PRISON_FIN                       // Completed The Prison Break finale.
  62. Value:(bool)
  63.  
  64. $MPPLY_AWD_HUMANE_FIN                       // Completed The Humane Labs Raid finale.
  65. Value:(bool)
  66.  
  67. $MPPLY_AWD_SERIESA_FIN                      // Completed Series A Funding finale.
  68. Value:(bool)
  69.  
  70. $MPPLY_AWD_PACIFIC_FIN                      // Completed The Pacific Standard Job finale.
  71. Value:(bool)
  72.  
  73. $MPPLY_AWD_HST_ORDER                        // Completed the Heist Order Bonus.
  74. Value:(bool)
  75.  
  76. $MPPLY_AWD_HST_SAME_TEAM                    // Completed the Heist Same Team Bonus.
  77. Value:(bool)
  78.  
  79. $MPPLY_AWD_HST_ULT_CHAL                     // Has player completed the heists award
  80. Value:(bool)
  81.  
  82. $MPPLY_HEIST_ACH_TRACKER                    // MPPLAYER - Tracker used to tell us which mp heists the player has done
  83. Value:-1
  84.  
  85. 'Noted from jonaaa([Release] GTAHaX for 1.46 [External], page 26 )'
  86.  
  87. ----
  88. Heist Doomheist
  89. ----
  90. $MP0_GANGOPS_HEIST_STATUS                   // i.e. flow process
  91. Value:-1 / 9999
  92.  
  93. 'Noted from jonaaa([Release] GTAHaX for 1.46 [External], page 24)'
  94.  
  95. ----
  96. Weapons Colors (Not MK2)
  97. ----
  98. Code:
  99. $MP0_MOLOTOV_ENEMY_KILLS
  100. Value: 600
  101.  
  102. $MP0_CMBTPISTOL_ENEMY_KILLS
  103. Value: 600
  104.  
  105. $MP0_PISTOL50_ENEMY_KILLS
  106. Value: 600
  107.  
  108. $MP0_APPISTOL_ENEMY_KILLS
  109. Value: 600
  110.  
  111. $MP0_MICROSMG_ENEMY_KILLS
  112. Value: 600
  113.  
  114. $MP0_SMG_ENEMY_KILLS
  115. Value: 600
  116.  
  117. $MP0_ASLTSMG_ENEMY_KILLS
  118. Value: 600
  119.  
  120. $MP0_ASLTRIFLE_ENEMY_KILLS
  121. Value: 600
  122.  
  123. $MP0_CRBNRIFLE_ENEMY_KILLS
  124. Value: 600
  125.  
  126. $MP0_ADVRIFLE_ENEMY_KILLS
  127. Value: 600
  128.  
  129. $MP0_MG_ENEMY_KILLS
  130. Value: 600
  131.  
  132. $MP0_CMBTMG_ENEMY_KILLS
  133. Value: 600
  134.  
  135. $MP0_ASLTMG_ENEMY_KILLS
  136. Value: 600
  137.  
  138. $MP0_PUMP_ENEMY_KILLS
  139. Value: 600
  140.  
  141. $MP0_SAWNOFF_ENEMY_KILLS
  142. Value: 600
  143.  
  144. $MP0_BULLPUP_ENEMY_KILLS
  145. Value: 600
  146.  
  147. $MP0_ASLTSHTGN_ENEMY_KILLS
  148. Value: 600
  149.  
  150. $MP0_SNIPERRFL_ENEMY_KILLS
  151. Value: 600
  152.  
  153. $MP0_HVYSNIPER_ENEMY_KILLS
  154. Value: 600
  155.  
  156. $MP0_GRNLAUNCH_ENEMY_KILLS
  157. Value: 600
  158.  
  159. $MP0_RPG_ENEMY_KILLS
  160. Value: 600
  161.  
  162. $MP0_MINIGUNS_ENEMY_KILLS
  163. Value: 600
  164.  
  165. $MP0_GRENADE_ENEMY_KILLS
  166. Value: 600
  167.  
  168. $MP0_SMKGRENADE_ENEMY_KILLS
  169. Value: 600
  170.  
  171. $MP0_STKYBMB_ENEMY_KILLS
  172. Value: 600
  173.  
  174. $MP0_MOLOTOV_ENEMY_KILLS
  175. Value: 600
  176.  
  177. ----
  178. Vehicles Colors
  179. ----
  180. Code:
  181. $MP0_CHAR_FM_CARMOD_1_UNLCK
  182. Value: -1
  183.  
  184. $MP0_CHAR_FM_CARMOD_2_UNLCK
  185. Value: -1
  186.  
  187. $MP0_CHAR_FM_CARMOD_3_UNLCK
  188. Value: -1
  189.  
  190. $MP0_CHAR_FM_CARMOD_4_UNLCK
  191. Value: -1
  192.  
  193. $MP0_CHAR_FM_CARMOD_5_UNLCK
  194. Value: -1
  195.  
  196. $MP0_CHAR_FM_CARMOD_6_UNLCK
  197. Value: -1
  198.  
  199. $MP0_CHAR_FM_CARMOD_7_UNLCK
  200. Value: -1
  201.  
  202. $MP0_AWD_FMRALLYWONDRIVE
  203. Value: 1
  204.  
  205. $MP0_AWD_FMRALLYWONNAV
  206. Value: 1
  207.  
  208. $MP0_AWD_FMWINSEARACE
  209. Value: 1
  210.  
  211. $MP0_AWD_FMWINAIRRACE
  212. Value: 1
  213.  
  214. $MP0_NUMBER_TURBO_STARTS_IN_RACE
  215. Value: 50
  216.  
  217. $MP0_USJS_COMPLETED
  218. Value: 50
  219.  
  220. $MP0_RACES_WON
  221. value : 50
  222.  
  223. $MPPLY_TOTAL_RACES_WON
  224. value : 50
  225.  
  226. $MP0_AWD_FM_RACES_FASTEST_LAP
  227. Value: 50
  228.  
  229. $MP0_NUMBER_SLIPSTREAMS_IN_RACE
  230. Value: 100
  231.  
  232.  
  233. ----
  234. Chrome Rims
  235. ----
  236. Code:
  237. $MP0_AWD_WIN_CAPTURES
  238. Value: 50
  239.  
  240. $MP0_AWD_DROPOFF_CAP_PACKAGES
  241. Value: 100
  242.  
  243. $MP0_AWD_KILL_CARRIER_CAPTURE
  244. Value: 100
  245.  
  246. $MP0_AWD_FINISH_HEISTS
  247. Value: 50
  248.  
  249. $MP0_AWD_FINISH_HEIST_SETUP_JOB
  250. Value: 50
  251.  
  252. $MP0_AWD_NIGHTVISION_KILLS
  253. Value: 100
  254.  
  255. $MP0_AWD_WIN_LAST_TEAM_STANDINGS
  256. Value: 50
  257.  
  258. $MP0_AWD_ONLY_PLAYER_ALIVE_LTS
  259. Value: 50
  260. _________________________________
  261. ====
  262. Stats
  263. ====
  264.  
  265. $MP0_SCRIPT_INCREASE_STAM                   //Stat increase - Stamina
  266. Value:0 - 100
  267.  
  268. $MP0_SCRIPT_INCREASE_STRN                   //Stat increase - Strength
  269. Value:0 - 100
  270.  
  271. $MP0_SCRIPT_INCREASE_LUNG                   //Stat increase - Lung capacity
  272. Value:0 - 100
  273.  
  274. $MP0_SCRIPT_INCREASE_DRIV                   //Stat increase - Driving
  275. Value:0 - 100
  276.  
  277. $MP0_SCRIPT_INCREASE_FLY                    //Stat increase - Flying
  278. Value:0 - 100
  279.  
  280. $MP0_SCRIPT_INCREASE_SHO                    //Stat increase - Shooting
  281. Value:0 - 100
  282.  
  283. $MP0_SCRIPT_INCREASE_STL                    //Stat increase - Stealth
  284. Value:0 - 100
  285.  
  286. $MPPLY_PLAYER_MENTAL                        //Player mental state
  287. Value:0 - 100                               'Not Tested'
  288.  
  289. $MP0_CHAR_SET_RP_GIFT_ADMIN                 //Get exp (set the source as Admin Gift)    |not confirmed|
  290. Value:0 - n                                 //(Value: 2165850 = 120 level) -equertez
  291.  
  292. ---
  293. K/D Ratio
  294. ---
  295.  
  296. $MPPLY_KILLS_PLAYERS                        //Kill by other Player K/D Counter
  297.  
  298. $MP0_KILLS                                  //Kill counter
  299.  
  300. $MP0_KILLS_PLAYERS                          //Kill by other Player Counter
  301.  
  302. $MPPLY_DEATHS_PLAYER                        //Death by other Player K/D Counter
  303.  
  304. $MP0_DEATHS                                 //Death Counter
  305.  
  306. $MP0_DEATHS_PLAYER                          //Death by other Player Counter
  307.  
  308. ----
  309. Max Snacks and Armour
  310. ----
  311. $MP0_NO_BOUGHT_YUM_SNACKS
  312. Value: 30
  313.  
  314. $MP0_NO_BOUGHT_HEALTH_SNACKS
  315. Value: 15
  316.  
  317. $MP0_NO_BOUGHT_EPIC_SNACKS
  318. Value: 5
  319.  
  320. $MP0_NUMBER_OF_ORANGE_BOUGHT
  321. Value: 10
  322.  
  323. $MP0_NUMBER_OF_BOURGE_BOUGHT
  324. Value: 10
  325.  
  326. $MP0_CIGARETTES_BOUGHT
  327. Value: 20
  328.  
  329. MP0_NUMBER_OF_CHAMP_BOUGHT
  330. Value: 5
  331.  
  332. $MP0_MP_CHAR_ARMOUR_5_COUNT
  333. Value: 10
  334.  
  335. ----
  336. Races
  337. ----
  338. Code:
  339. $MPPLY_TOTAL_RACES_WON                      // Total Races won
  340. $MPPLY_TOTAL_RACES_LOST                     // Total Races won
  341. $MP0_MPPLY_TOTAL_TIME_SPENT_RACES           // MP Char 0 / Total time spent in Races
  342.  
  343. ----
  344. Deathmatch
  345. ----
  346. Code:
  347. $MP0_MPPLY_TOTAL_TIME_SPENT_DEATHMAT        // MP Char 0 / Total time spent in Deathmatch
  348. $MPPLY_TOTAL_DEATHMATCH_LOST                // Total DM lost
  349. $MPPLY_TOTAL_DEATHMATCH_WON                 // Total DM won
  350.  
  351. ----
  352. Tennis
  353. ----
  354. Code:
  355. $MPPLY_TENNIS_MATCHES_WON                   // MPPLAYER - Total tennis matches won
  356. $MPPLY_TENNIS_MATCHES_LOST                  // MPPLAYER - Total tennis matches lost
  357.  
  358. ----
  359. NightClub Stats
  360. ----
  361. Code:
  362. $MP0_CLUB_POPULARITY                        // add MP0_ or MP1_ // Popularity of players club
  363. Value: 0 - 1000
  364.  
  365. $MP0_NIGHTCLUB_VIP_APPEAR                   // add MP0_ or MP1_ // Lifetime VIP appearances in the nightclub
  366. Value: Any
  367.  
  368. $MP0_NIGHTCLUB_JOBS_DONE                    // add MP0_ or MP1_ // Lifetime nightclub jobs done counter
  369. Value: Any
  370.  
  371. $MP0_NIGHTCLUB_EARNINGS                     // add MP0_ or MP1_ // Lifetime nightclub earnings
  372. Value: Any
  373.  
  374. $MP0_HUB_SALES_COMPLETED                    // add MP0_ or MP1_ // Lifetime business hub jobs done counter
  375. Value: Any
  376.  
  377. $MP0_HUB_EARNINGS                           // add MP0_ or MP1_ // Lifetime business hub earnings
  378. Value: Any
  379.  
  380. $MP0_DANCE_COMBO_DURATION_MINS              // add MP0_ or MP1_ // Lifetime beat matching combo duration (mins)
  381. Value: Not sure
  382.  
  383. $MP0_NIGHTCLUB_PLAYER_APPEAR                // add MP0_ or MP1_ // Lifetime count of players who have paid for entry to our club
  384. Value: Any
  385.  
  386. $MP0_LIFETIME_HUB_GOODS_SOLD                // add MP0_ or MP1_ // Lifetime count hub goods sold
  387. Value: Any
  388.  
  389. $MP0_LIFETIME_HUB_GOODS_MADE                // add MP0_ or MP1_ // Lifetime count hub goods accrued over timey
  390. Value: Any
  391.  
  392. ====
  393. Award & Trophy
  394. ====
  395.  
  396. CEO Office Money / Bikerclub Clutter
  397. Please check the guide provided by slachtrijp
  398. http://bit.ly/GTA_clutter
  399.  
  400. (Office) Securoserv Gold Statue
  401. $MP0_LIFETIME_BUY_COMPLETE
  402. Value: 1000
  403.  
  404. (NightClub) Dance Gold trophy
  405. Code:
  406. $MP0_AWD_DANCE_TO_SOLOMUN
  407. $MP0_AWD_DANCE_TO_TALEOFUS
  408. $MP0_AWD_DANCE_TO_DIXON
  409. $MP0_AWD_DANCE_TO_BLKMAD
  410. Value: 120
  411.  
  412. (NightClub) Star gold trophy
  413. Code:
  414. $MP0_NIGHTCLUB_HOTSPOT_TIME_MS
  415. Value: 46800
  416.  
  417. (Arena Wars) Trophy
  418. Please check the link provided by GuilhermeSiilva ([Release] GTAHaX for 1.46 [External], page 24).
  419. http://bit.ly/GTA_arenaawards
  420.  
  421. Award : Lapping it Up (General)
  422. Code:
  423. $MP0_LAP_DANCED_BOUGHT
  424. Value :25
  425.  
  426. Award : Calm Down (General)
  427. Code:
  428. MP0_AWD_MENTALSTATE_TO_NORMAL
  429. Value : 25
  430.  
  431. Award :Moving Day (General)
  432. Code:
  433. $MP0_AWD_TRADE_IN_YOUR_PROPERTY
  434. Value : 25
  435.  
  436. Award : In Control (Heist)
  437. Code:
  438. $MP0_AWD_CONTROL_CROWDS
  439. Value : 25
  440.  
  441. Award : Pistol Kills
  442. $MP0_AWD_100_KILLS_PISTOL
  443. Value :0 - 100
  444.  
  445. Award : Sniper Kills
  446. $MP0_AWD_100_KILLS_SNIPER
  447. Value :0 - 100
  448.  
  449. Award : Grenade Kills
  450. $MP0_AWD_50_KILLS_GRENADES
  451. Value :0 - 50
  452.  
  453. Award : Shotgun Kills
  454. $MP0_AWD_100_KILLS_SHOTGUN
  455. Value :0 - 100
  456.  
  457. Award : SMG Kills
  458. $MP0_AWD_100_KILLS_SMG
  459. Value :0 - 100
  460.  
  461. Award : Rocket Launcher Kills
  462. $MP0_AWD_50_KILLS_ROCKETLAUNCH
  463. Value :0 - 50
  464.  
  465. Award : Sticky Bomb Kills
  466. $MP0_AWD_25_KILLS_STICKYBOMBS
  467. Value :0 - 50
  468.  
  469. Award : Melee Kills
  470. $MP0_AWD_20_KILLS_MELEE
  471. Value :0 - 20
  472.  
  473. Award : Headshot Kills
  474. $MP0_AWD_100_HEADSHOTS
  475. Value :0 - 100
  476.  
  477. Award : Vehicle BlownUp
  478. $MP0_AWD_50_VEHICLES_BLOWNUP
  479. Value :0 - 50
  480.  
  481. Award : Car Jacker
  482. $MP0_AWD_VEHICLES_JACKEDR
  483. Value :10 / 25 / 50 / 100
  484.  
  485. Award : Enemy Driveby Kills
  486. MP0_AWD_ENEMYDRIVEBYKILLS
  487. Value :10
  488.  
  489. Award : Cop Killer
  490. $MP0_AWD_COPS_KILLED
  491. Value :10 / 25 / 50 / 100 / 200
  492.  
  493. Award : Store Hold Up
  494. $MP0_AWD_HOLD_UP_SHOPS
  495. Value :1 / 6 / 12 / 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement