Page 4 of 87 FirstFirst ... 234561454 ... LastLast
Results 46 to 60 of 1304
  1. #46
    Colorfulturtles's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    GUYS I had the issue with the escape too. HERE'S THE FIX: Don't close the menu with escape. only close the menu with F5

    - - - Updated - - -

    It works just don't close the menu with escape. Just press F5 to close it.

  2. #47
    Hixxit's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    this happens to me as well

    - - - Updated - - -

    Quote Originally Posted by Colorfulturtles View Post
    GUYS I had the issue with the escape too. HERE'S THE FIX: Don't close the menu with escape. only close the menu with F5

    - - - Updated - - -

    It works just don't close the menu with escape. Just press F5 to close it.
    I just crashed when i started the menu and closed it with f5

  3. #48
    SirNyle's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Is the time trial exploit on this menu safe to use? In terms of being detected by Rockstar.

  4. #49
    MacDonald1337's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Lugious View Post
    i've founded a fix for those who got "access violation" - you need to unblock(right-clicking and use the Unblock button in the properties) ALL downloaded files(menu,config, and every file in "Scripts")
    Still didn't work. My friend is using windows 10 as well and he is able to use it so idk

  5. #50
    Nero's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Location
    69.01.192
    Posts
    3,040
    Reputation
    197
    Thanks
    3,263
    My Mood
    Angelic
    ty for release

  6. #51
    lpmta's Avatar
    Join Date
    Feb 2017
    Gender
    female
    Posts
    30
    Reputation
    10
    Thanks
    3
    My Mood
    Happy
    You are a good person thanks you very much

  7. #52
    kemerder's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    man access violation is really killing me
    Last edited by kemerder; 03-14-2017 at 11:49 PM.

  8. The Following User Says Thank You to kemerder For This Useful Post:

    Mike Lyon (03-14-2017)

  9. #53
    cutterz's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Ontairo
    Posts
    69
    Reputation
    10
    Thanks
    335
    My Mood
    Sleepy
    Another Shameless Slight Menu Rework, as always, change the "My Locations" for yourself.
     
    Code:
    <?xml version="1.0"?><MenuConfig>
      <Menu refname="menu_base">
        <Entry action="menu_teleport">Teleport</Entry>
        <Entry action="menu_player">Player</Entry>
        <Entry action="menu_vehicle">Vehicle</Entry>
        <Entry action="menu_weapon">Weapon</Entry>
        <Entry action="menu_scripts">Scripts</Entry>
      </Menu>
      <Menu refname="menu_player" backto="menu_base">
        <Entry action="heal">Heal</Entry>
        <Entry action="suicide">Suicide</Entry>
        <Entry action="toggle_autoheal" type="toggle">Instant Regen</Entry>
        <Entry action="killallpeds">Kill All Peds</Entry>
        <Entry action="enum_wantedlevel" type="enum" enum="0..5" factor="1">WantedLevel</Entry>
        <Entry action="toggle_neverwanted" type="toggle">Never Wanted</Entry>
        <Entry action="toggle_everwanted" type="toggle">Always Wanted</Entry>
        <Entry action="enum_sprintspeed" type="enum" enum="1..10" factor="0,5">Run Speed</Entry>
        <Entry action="enum_swimspeed" type="enum" enum="1..10" factor="1">Swim Speed</Entry>
        <Entry action="toggle_godmode" type="toggle">Godmode</Entry>
        <Entry action="toggle_unlimitedstamina" type="toggle">Unlimited Stamina</Entry>
        <Entry action="toggle_unlimitedvolticspeed" type="toggle">Unlimited Voltic Boost</Entry>
        <Entry action="toggle_superjump" type="toggle">Super Jump</Entry>
        <Entry action="toggle_flamingfists" type="toggle">Explosive Punches</Entry>
        <Entry action="toggle_noragdoll" type="toggle">No Ragdoll</Entry>
        <Entry action="toggle_seatbelt" type="toggle">Seatbelt</Entry>
        <Entry action="toggle_offradar" type="toggle">Off Radar</Entry>
        <Entry action="enum_position_x" type="enum" factor="1,5">X</Entry>
        <Entry action="enum_position_Y" type="enum" factor="1,5">Y</Entry>
        <Entry action="enum_position_Z" type="enum" factor="1,5">Z</Entry>
      </Menu>
      <Menu refname="menu_vehicle" backto="menu_base">
        <Entry action="toggle_vehiclegodmode" type="toggle">Godmode</Entry>
        <Entry action="toggle_bulletprooftires" type="toggle">Bullet Proof Tires</Entry>
        <Entry action="healvehicle">Heal Vehicle</Entry>
        <Entry action="destroyvehicle">Destroy Vehicle</Entry>
        <Entry action="enum_vehicle_gravity" type="enum" factor="1">Gravity</Entry>
        <Entry action="enum_vehicle_acceleration" type="enum" factor="1">Acceleration</Entry>
        <Entry action="enum_vehicle_position_x" type="enum" factor="0,5">X</Entry>
        <Entry action="enum_vehicle_position_Y" type="enum" factor="0,5">Y</Entry>
        <Entry action="enum_vehicle_position_Z" type="enum" factor="0,5">Z</Entry>
        <Entry action="menu_vehicle_colour">Colour</Entry>
      </Menu>
      <Menu refname="menu_vehicle_colour" backto="menu_vehicle">
        <Entry action="enum_vehicle_prim_red" type="enum" factor="1" enum="0..255">Primary Red</Entry>
        <Entry action="enum_vehicle_prim_blue" type="enum" factor="1" enum="0..255">Primary Blue</Entry>
        <Entry action="enum_vehicle_prim_green" type="enum" factor="1" enum="0..255">Primary Green</Entry>
        <Entry action="enum_vehicle_sec_red" type="enum" factor="1" enum="0..255">Secondary Red</Entry>
        <Entry action="enum_vehicle_sec_blue" type="enum" factor="1" enum="0..255">Secondary Blue</Entry>
        <Entry action="enum_vehicle_sec_green" type="enum" factor="1" enum="0..255">Secondary Green</Entry>
      </Menu>
      <Menu refname="menu_weapon" backto="menu_base">
        <Entry action="fillammo">Fill Ammo</Entry>
        <Entry action="toggle_noreload" type="toggle">No Reload</Entry>
        <Entry action="toggle_freezeammu" type="toggle">Freeze Ammo</Entry>
        <Entry action="toggle_explosiveammo" type="toggle">Explosive Ammo</Entry>
        <Entry action="toggle_flamingammo" type="toggle">Flaming Ammo</Entry>
        <Entry action="enum_weapon_bulletdamage" type="enum" factor="100">Bullet Damage</Entry>
        <Entry action="enum_weapon_spread" type="enum" factor="0,5">Spread</Entry>
        <Entry action="enum_weapon_force" type="enum" factor="10">Force</Entry>
      </Menu>
      <Menu refname="menu_teleport" backto="menu_base">
        <Entry action="teleportToYellow">Objective</Entry>
        <Entry action="menu_teleport_player">Online</Entry>
        <Entry action="menu_tp_playermenu">My Locations</Entry>
        <Entry action="teleporttopersonalvehicle">Personal Vehicle</Entry>
        <Entry action="menu_tp_unreachable">Special</Entry>
        <Entry action="menu_tp_vistas">Vistas</Entry>
        <Entry action="menu_tp_heists">Heists</Entry>
        <Entry action="menu_tp_ammu_nation">Ammu-Nation</Entry>
        <Entry action="menu_tp_airports">Airports</Entry>
        <Entry action="menu_tp_lsc">Car Tuning</Entry>
        <Entry action="menu_tp_activities">Activities</Entry>
        <Entry action="menu_tp_clothing">Clothing Shops</Entry>
        <Entry action="menu_tp_stores">Stores</Entry>
        <Entry action="menu_tp_barber">Barber</Entry>
        <Entry action="menu_tp_tattoos">Tattoos</Entry>
        <Entry action="menu_tp_cinema">Cinema</Entry>
        <Entry action="menu_tp_stuntjumps">Stunt Jumps</Entry>
        <Entry action="teleporttocar">Car</Entry>
      </Menu>
      <Menu refname="menu_tp_airports" backto="menu_teleport">
        <Entry type="teleport" action="-1070.906250;-2972.122803;13.773568">LS Airport</Entry>
        <Entry type="teleport" action="1682,196411;3279,987793;40,647972">Sandy Shores</Entry>
        <Entry type="teleport" action="2124.625732;4805.270020;40.479958">McKenzie Airfield</Entry>
        <Entry type="teleport" action="-2446,711182;3142,811035;32,194775">Fort Zancudo</Entry>
        <Entry type="teleport" action="-1563,743286;2769,382080;16,819347">Fort Zancudo - Front</Entry>
      </Menu>
      <Menu refname="menu_tp_stuntjumps" backto="menu_base">
        <Entry action="menu_Stunt_Jumps_1">Stunt Jumps 1-25</Entry>
        <Entry action="menu_Stunt_Jumps_2">Stunt Jumps 26-50</Entry>
      </Menu>
      <Menu refname="menu_Stunt_Jumps_1" backto="menu_tp_stuntjumps">
        <Entry type="teleport" action="-978.809265;-2487.571289;13.898749">Jump 01</Entry>
        <Entry type="teleport" action="398.146576;-1148.659424;29.036625">Jump 02</Entry>
        <Entry type="teleport" action="-866.760681;-847.720032;19.112877">Jump 03</Entry>
        <Entry type="teleport" action="-953.948059;-2760.334229;13.691093">Jump 04</Entry>
        <Entry type="teleport" action="36.755714;-775.416748;43.976665">Jump 05</Entry>
        <Entry type="teleport" action="-612.363037;-1075.717163;22.125772">Jump 06</Entry>
        <Entry type="teleport" action="-187.748932;6553.817871;10.845980">Jump 07</Entry>
        <Entry type="teleport" action="97.274986;-2193.110352;5.778410">Jump 08</Entry>
        <Entry type="teleport" action="-1445.846558;420.575531;109.502884">Jump 09</Entry>
        <Entry type="teleport" action="291.102722;-3031.527344;5.655949">Jump 10</Entry>
        <Entry type="teleport" action="167.165405;-2977.385010;5.644666">Jump 11</Entry>
        <Entry type="teleport" action="5.731106;-1039.610474;38.003735">Jump 12</Entry>
        <Entry type="teleport" action="438.931915;-1370.394531;43.406029">Jump 13</Entry>
        <Entry type="teleport" action="-225.227127;-210.301682;48.946953">Jump 14</Entry>
        <Entry type="teleport" action="-76.580429;-537.723206;40.027367">Jump 15</Entry>
        <Entry type="teleport" action="291.732178;-614.589844;43.267159">Jump 16</Entry>
        <Entry type="teleport" action="561.906128;-576.064575;44.266163">Jump 17</Entry>
        <Entry type="teleport" action="389.227692;-1669.310791;48.050331">Jump 18</Entry>
        <Entry type="teleport" action="1499.066895;-2203.643311;76.979355">Jump 19</Entry>
        <Entry type="teleport" action="797.024597;-2911.607910;5.649445">Jump 20</Entry>
        <Entry type="teleport" action="661.358337;-3003.112793;5.794107">Jump 21</Entry>
        <Entry type="teleport" action="353.067230;-2526.593994;5.584623">Jump 22</Entry>
        <Entry type="teleport" action="348.307892;-2636.804443;5.970485">Jump 23</Entry>
        <Entry type="teleport" action="107.733055;-3190.818604;5.746989">Jump 24</Entry>
        <Entry type="teleport" action="120.530464;-2930.976074;5.749431">Jump 25</Entry>
      </Menu>
      <Menu refname="menu_Stunt_Jumps_2" backto="menu_tp_stuntjumps">
        <Entry type="teleport" action="112.209450;-2839.001221;5.747537">Jump 26</Entry>
        <Entry type="teleport" action="-861.698730;-2577.105713;13.863308">Jump 27</Entry>
        <Entry type="teleport" action="-424.337006;-1568.429321;25.282238">Jump 28</Entry>
        <Entry type="teleport" action="-568.654541;-1535.998291;1.005741">Jump 29</Entry>
        <Entry type="teleport" action="-452.231049;-1372.299805;30.489569">Jump 30</Entry>
        <Entry type="teleport" action="-546.403503;-1476.182251;9.622367">Jump 31</Entry>
        <Entry type="teleport" action="-440.154144;-1176.546387;52.380611">Jump 32</Entry>
        <Entry type="teleport" action="-303.913239;-758.510803;53.151569">Jump 33</Entry>
        <Entry type="teleport" action="-444.614380;-558.756531;25.718901">Jump 34</Entry>
        <Entry type="teleport" action="-1584.954102;-756.582397;20.303343">Jump 35</Entry>
        <Entry type="teleport" action="-1987.946411;-324.558929;47.413288">Jump 36</Entry>
        <Entry type="teleport" action="-592.660278;-97.943161;42.253380">Jump 37</Entry>
        <Entry type="teleport" action="-708.643860;-46.817551;37.682747">Jump 38</Entry>
        <Entry type="teleport" action="-1083.907471;12.988458;50.666607">Jump 39</Entry>
        <Entry type="teleport" action="-32.467808;1668.678711;243.527939">Jump 40</Entry>
        <Entry type="teleport" action="-950.739563;4162.395508;137.671646">Jump 41</Entry>
        <Entry type="teleport" action="52.489853;6543.225098;31.118647">Jump 42</Entry>
        <Entry type="teleport" action="1641.988892;3608.471436;35.393959">Jump 43</Entry>
        <Entry type="teleport" action="1677.822388;2329.348877;75.776276">Jump 44</Entry>
        <Entry type="teleport" action="1778.394775;2063.794434;66.105400">Jump 45</Entry>
        <Entry type="teleport" action="2004.341675;1918.298340;91.725319">Jump 46</Entry>
        <Entry type="teleport" action="490.082672;4310.770020;55.338520">Jump 47</Entry>
        <Entry type="teleport" action="1683.014160;3140.114502;43.163586">Jump 48</Entry>
        <Entry type="teleport" action="162.557007;-2794.154785;5.744880">Jump 49</Entry>
        <Entry type="teleport" action="3326.814453;5150.128906;18.046991">Jump 50</Entry>
      </Menu>
      <Menu refname="menu_tp_heists" backto="menu_teleport">
        <Entry action="menu_tp_fleeca">Fleeca</Entry>
        <Entry action="menu_tp_prison_break">Prison Break</Entry>
        <Entry action="menu_tp_humane_labs">Humane Labs</Entry>
        <Entry action="menu_tp_series_a">Series A</Entry>
        <Entry action="menu_tp_pacific_standard">Pacific Standard</Entry>
      </Menu>
      <Menu refname="menu_tp_fleeca" backto="menu_tp_heists">
        <Entry type="teleport" action="692,048645;-1014,563232;22,418299">Lester</Entry>
        <Entry type="teleport" action="-1210,491455;-687,424316;39,730171">Kuruma</Entry>
        <Entry type="teleport" action="-2973.138916;482.667603;14.768517">Fleeca</Entry>
      </Menu>
      <Menu refname="menu_tp_prison_break" backto="menu_tp_heists">
        <Entry type="teleport" action="2124.625732;4805.270020;40.479958">McKenzie Airfield</Entry>
        <Entry type="teleport" action="-978,708496;-3001,840820;13,317889">LS Airport - Hangar</Entry>
        <Entry type="teleport" action="2048.287842;3182.858643;45.079918">Sandy Shores - Casco/Bus</Entry>
        <Entry type="teleport" action="407,821075;-984,702393;28,789919">Police Station</Entry>
        <Entry type="teleport" action="1113,515137;-1240,979614;19,898340">Murrieta Heights</Entry>
        <Entry type="teleport" action="889,480652;-2889,283203;43,293983">Docks - Cargoteam</Entry>
        <Entry type="teleport" action="250,379623;-334,899139;63,899616">City Hall - Alta</Entry>
        <Entry type="teleport" action="-1678,803955;486,669067;128,249115">Richman (Dima Popov)</Entry> <!-- Recheck -->
        <Entry type="teleport" action="-1848,842041;77,243492;77,321091">Richman (Dima Popov) Sniper Position</Entry>
        <Entry type="teleport" action="1870.282227;2592.125732;45.672012">Prison</Entry>
        <Entry type="teleport" action="1735.408081;3231.771729;41.871025">Sandy Shores Airport</Entry>
        <Entry type="teleport" action="731,352478;3115,979492;43,530273">Sandy Shores - Buzzard</Entry>
      </Menu>
      <Menu refname="menu_tp_humane_labs" backto="menu_tp_heists">
        <Entry type="teleport" action="142,138306;-1072,748901;29,007950">Key Codes</Entry>
        <Entry type="teleport" action="2955.936768;2795.849609;45.212067">Davis Quartz</Entry>
        <Entry type="teleport" action="730.569763;4176.240723;45.978210">Alamo Sea</Entry>
        <Entry type="teleport" action="500,705292;-3369,993652;6,515092">Port of LS</Entry>
        <Entry type="teleport" action="1205,824341;-2700,453369;0,910976">Boat</Entry>
        <Entry type="teleport" action="3099,604004;-4809,617188;2,036903">War Ship</Entry>
        <Entry type="teleport" action="3342.004883;3679.988281;41.374134">Human Labs</Entry>
        <Entry type="teleport" action="499,157013;-3371,428955;6,070000">My Position</Entry> <!-- RECHECK -->
        <Entry type="teleport" action="3634,354492;3557,432373;583,691528">My Position</Entry> <!-- RECHECK -->
      </Menu>
      <Menu refname="menu_tp_series_a" backto="menu_tp_heists">
        <Entry type="teleport" action="1985.947754;3830.455566;31.696583">Trevor</Entry>
        <Entry type="teleport" action="141,594101;3617,579590;38,556431">Lost</Entry>
        <Entry type="teleport" action="611,155579;-394,443726;24,171051">WareHouse</Entry>
        <Entry type="teleport" action="-596,327454;5086,588867;129,851349">Sawmill</Entry>
        <Entry type="teleport" action="2566,078369;4856,423340;35,109226">O'Neals</Entry>
      </Menu>
      <Menu refname="menu_tp_pacific_standard" backto="menu_tp_heists">
        <Entry type="teleport" action="692,048645;-1014,563232;22,418299">Lester</Entry>
        <Entry type="teleport" action="-2167.497559;5188.726563;16.057295">Avi</Entry>
        <Entry type="teleport" action="1966,255127;5163,187988;47,161346">Paige</Entry>
        <Entry type="teleport" action="-1155,360229;-1565,489746;3,798341">Vespucci Beach</Entry>
        <Entry type="teleport" action="-209,105682;4211,151367;44,432560">Convoy</Entry>
        <Entry type="teleport" action="948,966125;-149,104416;73,916122">Lost Club House</Entry>
        <Entry type="teleport" action="-1606.142090;4419.296875;-0.743849">Dinghy</Entry>
      </Menu>
      <Menu refname="menu_tp_lsc" backto="menu_teleport">
        <Entry type="teleport" action="404,006012;-1639,643555;29,291925">Police Impound</Entry>
        <Entry type="teleport" action="-221.749908;-1158.249756;23.040998">Mors Mutual Insurance</Entry>
        <Entry type="teleport" action="-205.674210;-1302.813232;31.295984">Benny's Garage</Entry>
        <Entry type="teleport" action="116.223175;6606.201660;31.462461">Beeker's Garage</Entry>
        <Entry type="teleport" action="1176,822632;2657,973145;37,370682">LSC - Sandy Shores</Entry>
        <Entry type="teleport" action="-370.533752;-130.402649;38.197617">LSC - Burton</Entry>
        <Entry type="teleport" action="709.295471;-1081.996216;21.975765">LSC - La Mesa</Entry>
        <Entry type="teleport" action="-1135.707275;-1987.154175;12.976217">LSC - LS Airport</Entry>
        <Entry type="teleport" action="-701.829956;-921.928772;18.589094">Car Wash - Little Seoul</Entry>
        <Entry type="teleport" action="57.513451;-1389.658691;28.968079">Car Wash - Strawberry</Entry>
        <Entry type="teleport" action="1205.028442;-3089.802490;5.374923">Simeon - Docks</Entry>
      </Menu>
      <Menu refname="menu_tp_activities" backto="menu_teleport">
        <Entry type="teleport" action="135,548096;-1308,388306;28,344141">Strip Club</Entry>
        <Entry type="teleport" action="1997,273071;3062,091309;46,789749">Darts</Entry>
        <Entry type="teleport" action="-1379,665039;51,105522;53,053589">Golf</Entry>
        <Entry type="teleport" action="-1142,084229;-2697,341553;13,324973">Flight School</Entry>
        <Entry type="teleport" action="-1624,701904;256,756073;59,550262">Tennis - Richman</Entry>
        <Entry type="teleport" action="-1238,588867;339,023224;79,987083">Tennis - Golfclub</Entry>
        <Entry type="teleport" action="-1365,342163;-114,440826;50,704300">Tennis - Rockford Hills</Entry>
        <Entry type="teleport" action="-935,046997;-1253,596802;7,966503">Tennis - La Puerta</Entry>
        <Entry type="teleport" action="-1178,669556;-1636,781738;3,745456">Tennis - Vespucci Beach</Entry>
        <Entry type="teleport" action="-2881,359619;31,464552;10,975588">Tennis - Pacific Bluffs</Entry>
        <Entry type="teleport" action="-191,088577;6285,864746;30,861303">Arm Wrestling - Paleto Bay</Entry>
        <Entry type="teleport" action="1686,778564;4963,882324;42,297951">Arm Wrestling - Grapeseed</Entry>
        <Entry type="teleport" action="2324,994629;3116,250000;47,519794">Arm Wrestling - Grand Senora Desert</Entry>
        <Entry type="teleport" action="1054,943970;2667,030518;38,930286">Arm Wrestling - Grand Senora Desert 2</Entry>
        <Entry type="teleport" action="270,801758;2615,143555;44,081627">Arm Wrestling - Grand Senora Desert 3</Entry>
        <Entry type="teleport" action="909,300232;-176,126678;73,576752">Arm Wrestling - East Vinewood</Entry>
        <Entry type="teleport" action="-89,936722;-1335,010620;28,588793">Arm Wrestling - Strawberry</Entry>
        <Entry type="teleport" action="1432,757813;-2218,378662;60,211021">Arm Wrestling - El Burro Heights</Entry>
        <Entry type="teleport" action="814.442017;-2130.448486;28.867798">Shooting Range - Cypress Flats</Entry>
        <Entry type="teleport" action="17.377790;-1122.183105;28.469843">Shooting Range - Pillbox Hill</Entry>
      </Menu>
      <Menu refname="menu_tp_clothing" backto="menu_teleport">
        <Entry type="teleport" action="-4.509100;6521.252930;30.571024">Discount Store - Paleto Bay</Entry>
        <Entry type="teleport" action="1678.057495;4819.882324;41.299820">Discount Store - Grapeseed</Entry>
        <Entry type="teleport" action="1179.679688;2691.378662;37.124043">Discount Store - Grand Senora</Entry>
        <Entry type="teleport" action="-1089.404785;2697.033447;19.442095">Discount Store - Great Chaparral</Entry>
        <Entry type="teleport" action="89.320786;-1392.317627;28.800083">Discount Store - Strawberry</Entry>
        <Entry type="teleport" action="134.122055;-200.211334;53.864090">Suburban - Hawick</Entry>
        <Entry type="teleport" action="-1210.620361;-784.160217;16.549015">Suburban - Del Perro</Entry>
        <Entry type="teleport" action="-148.234741;-308.074463;38.104240">Ponsonbys - Burton</Entry>
        <Entry type="teleport" action="-725.551453;-162.833710;36.570301">Ponsonbys - Rockford Hills</Entry>
        <Entry type="teleport" action="-1460.654419;-227.550964;48.728519">Ponsonbys - Morningwood</Entry>
        <Entry type="teleport" action="-1342.185913;-1280.013428;4.443256">Masks - Vespucci Beach</Entry>
        <Entry type="teleport" action="-814.432800;-1085.986938;10.567306">Binco - Vespucci</Entry>
        <Entry type="teleport" action="411.403564;-806.654907;28.742212">Binco - Strawberry</Entry>
      </Menu>
      <Menu refname="menu_tp_stores" backto="menu_teleport">
        <Entry type="teleport" action="1725.322388;6400.455566;33.704144">Mount Chiliad</Entry>
        <Entry type="teleport" action="1690.937866;4937.640137;41.394871">Grapeseed</Entry>
        <Entry type="teleport" action="2694.376953;3280.798828;54.529057">Grand Senora Desert</Entry>
        <Entry type="teleport" action="1969.816406;3735.458008;31.602901">Sandy Shores</Entry>
        <Entry type="teleport" action="1400.426147;3589.346924;34.231876">Sandy Shores 2</Entry>
        <Entry type="teleport" action="1179.679688;2691.378662;37.124043">Grand Senora Desert 2</Entry>
        <Entry type="teleport" action="619.900696;2730.797363;41.166538">Harmony</Entry>
        <Entry type="teleport" action="543.924805;2681.205322;41.513660">Harmony 2</Entry>
        <Entry type="teleport" action="-3232.335693;1004.976440;11.778090">Chumash</Entry>
        <Entry type="teleport" action="-3032.754883;591.660522;7.248919">Banham Canyon</Entry>
        <Entry type="teleport" action="-2979.083740;391.475098;14.527895">Banham Canyon 2</Entry>
        <Entry type="teleport" action="-1810.307495;778.080750;136.528351">Richman Glen</Entry>
        <Entry type="teleport" action="2577.298096;382.615875;107.971451">Palomino Fwy</Entry>
        <Entry type="teleport" action="373.506226;313.646088;102.952934">Vinewood</Entry>
        <Entry type="teleport" action="-1504.131348;-387.216980;39.863865">Morningwood</Entry>
        <Entry type="teleport" action="-1222.191772;-891.291260;12.023339">Vespucci Canals</Entry>
        <Entry type="teleport" action="-701.829956;-921.928772;18.589094">Little Seoul</Entry>
        <Entry type="teleport" action="1166.786255;-335.272217;68.314384">Mirror Park</Entry>
        <Entry type="teleport" action="1148.486572;-980.054199;45.710522">Murrieta Heights</Entry>
        <Entry type="teleport" action="26.767637;-1358.087891;28.856562">Strawberry</Entry>
        <Entry type="teleport" action="-61.745819;-1755.736938;28.783386">Davis</Entry>
      </Menu>
      <Menu refname="menu_tp_barber" backto="menu_teleport">
        <Entry type="teleport" action="-286.639038;6239.389648;30.567659">Paleto Bay</Entry>
        <Entry type="teleport" action="1938.357910;3717.808350;31.607185">Sandy Shores</Entry>
        <Entry type="teleport" action="-27.791309;-136.863708;56.515392">Havick</Entry>
        <Entry type="teleport" action="-829.426392;-191.582718;36.921909">Rockford Hills</Entry>
        <Entry type="teleport" action="-1294.995239;-1117.641724;6.157444">Vespucci</Entry>
        <Entry type="teleport" action="1198.025757;-471.814178;65.670250">Mirror Park</Entry>
        <Entry type="teleport" action="127.762802;-1718.656494;28.659100">Davis</Entry>
      </Menu>
      <Menu refname="menu_tp_tattoos" backto="menu_teleport">
        <Entry type="teleport" action="-285.910400;6202.941895;30.626459">Paleto Bay</Entry>
        <Entry type="teleport" action="1853.771851;3746.440918;32.395195">Sandy Shores</Entry>
        <Entry type="teleport" action="-3155.888672;1073.844482;20.188726">Chumash</Entry>
        <Entry type="teleport" action="318.228790;164.457535;103.146561">Vinewood</Entry>
        <Entry type="teleport" action="-1163.504639;-1413.232788;4.360025">Vespucci</Entry>
        <Entry type="teleport" action="1318.160889;-1642.176147;51.787762">El Burro Heights</Entry>
      </Menu>
      <Menu refname="menu_tp_cinema" backto="menu_teleport">
        <Entry type="teleport" action="300,407776;193,051071;103,590019">Vinewood Cinema</Entry>
        <Entry type="teleport" action="401,796814;-713,924988;28,569710">Ten Cent</Entry>
        <Entry type="teleport" action="-1410,071167;-199,047531;46,502586">Morningwood Cinema</Entry>
      </Menu>
      <Menu refname="menu_tp_ammu_nation" backto="menu_teleport">
        <Entry type="teleport" action="-318.859039;6074.433105;30.614943">Paleto Bay</Entry>
        <Entry type="teleport" action="1704.671997;3748.880615;33.286053">Sandy Shores</Entry>
        <Entry type="teleport" action="-1108.600830;2685.694092;18.177374">Great Chaparral</Entry>
        <Entry type="teleport" action="-3155.888672;1073.844482;20.188726">Chumash</Entry>
        <Entry type="teleport" action="2571.371826;313.879608;107.970573">Palomino Fwy</Entry>
        <Entry type="teleport" action="235.666794;-42.263149;69.221313">Hawick</Entry>
        <Entry type="teleport" action="-1328.592896;-387.114410;36.126881">Morningwood</Entry>
        <Entry type="teleport" action="-665.232727;-952.522522;20.866556">Little Seoul</Entry>
        <Entry type="teleport" action="844.439026;-1009.422424;27.511728">La Mesa</Entry>
        <Entry type="teleport" action="17.377790;-1122.183105;28.469843">Pillbox Hill</Entry>
        <Entry type="teleport" action="816.638489;-2140.900391;29.292772">Cypress Flats</Entry>
      </Menu>
      <Menu refname="menu_tp_gang" backto="menu_teleport">
        <Entry type="teleport" action="2184,142334;3366,835938;44,864002">Sandy Shores 1</Entry>
        <Entry type="teleport" action="1733,408447;3264,582031;40,622467">Sandy Shores 2</Entry>
        <Entry type="teleport" action="126,854836;-611,870544;17,160765">Construction Tunnel</Entry>
        <Entry type="teleport" action="-731,369507;-2565,824219;13,684771">LSIA</Entry>
        <Entry type="teleport" action="794,845947;-284,317078;63,661839">East Vinewood</Entry>
      </Menu>
      <Menu refname="menu_tp_playermenu" backto="menu_teleport">
        <Entry type="teleport" action="-793,512939;303,298492;85,130508">Eclipse Tower</Entry>
        <Entry type="teleport" action="-23,59210014;-198,5036316;52,35809708">Clubhouse</Entry>
        <Entry type="teleport" action="-1375,737671;-506,1396484;33,15737152">Office</Entry>
        <Entry type="teleport" action="993,9239502;-1861,466309;30,49578094">Vehicle Warehouse</Entry>
      </Menu>
      <Menu refname="menu_tp_special" backto="menu_teleport">
        <Entry type="teleport" action="1973,865845;3819,097168;33,436317">Trevor's Trailer</Entry>
        <Entry type="teleport" action="-812,573303;180,043457;72,159172">Michael's House</Entry>
        <Entry type="teleport" action="-4.440681;523.198486;174.627274">Franklin's House</Entry>
        <Entry type="teleport" action="1269,541504;-1710,447876;54,771492">Lester's House</Entry>
        <Entry type="teleport" action="3614,394775;3744,803467;28,690090">Humane Labs</Entry>
        <Entry type="teleport" action="-14,577254;-1427,414917;31,101492">Frank's Aunt's House</Entry>
        <Entry type="teleport" action="1739.5726;2576.4565;45.0334">Prison</Entry>
        <Entry type="teleport" action="128,572662;-727,923401;254,152115">FIB Building</Entry>
        <Entry type="teleport" action="-1155,725952;-1518,761719;10,632728">Wade's House</Entry>
      </Menu>
      <Menu refname="menu_tp_vistas" backto="menu_teleport">
        <Entry type="teleport" action="-2353,851318;3249,980957;101,450813">Fort Zancudo Tower</Entry>
        <Entry type="teleport" action="501,685181;5604,763184;797,909363">Mount Chilliad</Entry>
        <Entry type="teleport" action="-74,942429;-818,634460;326,174774">Maze Bank Roof</Entry>
        <Entry type="teleport" action="-1732,708008;-1109,094727;12,516836">Ferris Wheel</Entry>
        <Entry type="teleport" action="404,006012;-1639,643555;29,291925">Police Impound</Entry>
        <Entry type="teleport" action="317,820801;-1449,003906;29,229012">Hospital</Entry>
        <Entry type="teleport" action="1143,346313;279,193146;80,902786">Vinewood Stadium</Entry>
        <Entry type="teleport" action="685,616455;577,588013;130,461227">Vinewood Theatre</Entry>
        <Entry type="teleport" action="-1058,268799;-863,165222;4,945185">Police Academy</Entry>
        <Entry type="teleport" action="497,743896;-1262,033325;28,750439">Red Light</Entry>
        <Entry type="teleport" action="-65,878128;-538,042542;31,225176">Construction Tunnel</Entry>
        <Entry type="teleport" action="1041,377075;-283,447479;49,774212">Construction Tunnel Canal</Entry>
        <Entry type="teleport" action="-1599,794678;2098,389893;66,178246">Waterfall</Entry>
        <Entry type="teleport" action="-594,1884155;2083,010986;131,3950348">Mine</Entry>
        <Entry type="teleport" action="93,921341;3752,506836;40,769695">Stab City</Entry>
        <Entry type="teleport" action="3084,493896;-4705,581543;17,245109">Out Of Map</Entry>
        <Entry type="teleport" action="-740,278748;5593,944336;41,654591">Mount Chilliad Cable Car</Entry>
        <Entry type="teleport" action="37,940517;222,984421;126,836281">UFO</Entry>
      </Menu>
      <Menu refname="menu_scripts" backto="menu_base">
        <Entry type="script" action="script_timetrialexploit.pas">Time Trial</Entry>
        <Entry type="script" action="script_RPScript.pas">RP Script</Entry>
        <Entry type="script" action="script_antiafk.pas">Anti-AFK</Entry>
        <Entry type="script" action="script_RobStores.pas">Store Robbing</Entry>
        <Entry type="script" action="script_vehicleengineheal.pas">Vehicle Auto Heal</Entry>
        <Entry type="script" action="script_grav.pas">Set Gravity To 24</Entry>
        <Entry type="script" action="script_on_Radar.pas">Set On Radar</Entry>
      </Menu>
    </MenuConfig>

    yet again, zip for lazy people.
    https://virustotal.com/en/file/b2a35...is/1489637380/
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Hero; 03-15-2017 at 10:09 PM.
    I Play Black Desert Online, You Should Too.

  10. The Following 49 Users Say Thank You to cutterz For This Useful Post:

    aekkachai (03-15-2017),alexnec (03-17-2017),alshamali27 (03-15-2017),andrewmin256 (03-15-2017),BokoYT (04-01-2018),Butcha1 (03-15-2017),capefear67 (03-15-2017),cfnalogin (03-17-2017),denmis (03-15-2017),epicboss4287 (03-18-2017),FallconeNine (03-15-2017),fourteeth123 (03-16-2017),GBatsik (06-11-2017),ghost2cloud (04-24-2017),gtaaog (08-20-2017),GWSEGYWYGHwyw$%$^t4 (07-15-2017),hades96 (06-17-2017),Insigniaa (03-15-2017),kerimk53 (05-21-2017),KimJungOof (01-05-2019),kolmerking (03-15-2017),kykysha (03-17-2017),kzd123 (03-15-2017),L0lkir (05-03-2017),lllolll2222 (03-15-2017),moimoi81 (06-05-2017),navet (11-09-2018),Nemels (12-24-2017),orian50 (07-16-2017),Phant0mFACE (06-20-2017),PhoenixGk (03-15-2017),Piquno (09-19-2017),radelja992 (03-15-2017),RobbieRobson (03-27-2017),serenity15 (03-16-2017),serphilia (06-13-2017),sevrer (07-01-2017),simonn891 (04-16-2018),sq33zer (05-13-2017),Sturmi75 (05-02-2017),TopIIX (03-19-2017),trapplants (03-15-2017),Trollerforworld (08-13-2017),trynothingy (03-21-2017),Vellric (03-31-2017),wyq2653 (03-16-2017),XarcScarlet (03-15-2017),Xenthium (07-30-2017),xyf1990 (03-15-2017)

  11. #54
    Mike Lyon's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    This is a problem,Not working! (access violation Press OK to igonre and risk data corruption. Press Abort to kill the program.) i Press OK,Show me Menu and one StartButton, i press F5 once again (access violation Press OK to igonre and risk data corruption. Press Abort to kill the program.)

  12. #55
    nova608's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    i realized what the problem was. go through the previous comments and look for the line of code in the menu.xml he tells you to delete. as soon as i deleted that it works perfectly for me

  13. #56
    maruty621's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thanks Mike,
    But when I open the menu_vehicle,it will crash.The same problem when I use Weapen-Modifier 2

  14. #57
    740090641's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    why use it can't press "ESC" in game.my PC is win10 64

  15. #58
    thefall7's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    thanks work perfectly

  16. #59
    HuSky18Y's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    dont use this cheat.i was banned for use((

  17. The Following User Says Thank You to HuSky18Y For This Useful Post:

    BokoYT (03-25-2017)

  18. #60
    lewism's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Posts
    3
    Reputation
    10
    Thanks
    0
    What does it mean by kill all peds for money? im confused how do i get money

Page 4 of 87 FirstFirst ... 234561454 ... LastLast

Similar Threads

  1. [Outdated] Mike's GTA H4x 1.37 Extended [External Menu] [MPGH]
    By MikeRohsoft in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 675
    Last Post: 03-14-2017, 02:59 PM
  2. [Outdated] Mike's GTA H4x 1.36 Extended [External Menu] [MPGH]
    By MikeRohsoft in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 123
    Last Post: 12-12-2016, 02:51 PM
  3. [Outdated] Mike's GTA H4x 1.36 Extended [External Menu] [MPGH]
    By MikeRohsoft in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 70
    Last Post: 11-26-2016, 04:41 PM
  4. [Outdated] Mike's GTA H4x 1.36 Extended [External Menu] [MPGH] (fixed)
    By MikeRohsoft in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 110
    Last Post: 11-20-2016, 05:09 PM
  5. [Outdated] Mike's GTA H4x 1.36 Extended [External Menu] [MPGH]
    By MikeRohsoft in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 67
    Last Post: 11-14-2016, 01:13 PM