Results 1 to 3 of 3
  1. #1
    Payday 2 King's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    108
    My Mood
    Sneaky

    Wink Disable Point Of No Return Timer - By Harfatus

    This is in no way my own .lua code. Harfatus created the .lua script. I created the mod.txt file. To install just drag the Disable Point Of No Return Timer folder to your mods folder in the game directory. Make sure to go to options and then Mod keybinds and then set the key that you want to use to de-activate the Point Of No Return Timer. You must press this assigned key before the Point Of No Return Timer starts, otherwise it won't work. So just push the assigned key at the start of the heist and it will disable the timer entirely. Don't worry, the timer resets itself after every heist, so you have total control over the Point Of No Return Timer. I personally use this to grab all of the cars in the Car Shop heist, since I always play the game solo.

    .lua script by Harfatus:
    Code:
    1. if managers.job:current_level_id() ~= "kosugi" then
    2. function ElementPointOfNoReturn:on_executed(...) end
    3. end
    mod.txt by Payday 2 King:
    Code:
    { 
    "name":"Disable Point Of No Return Timer", 
    "description":"Removes Point Of No Return Timer When Assigned Keybind Is Pressed. Make Sure To Assign A Keybind In Mod Keybinds!", 
    "author":"Payday_2_King", 
    "contact":"Lua Script Originally Made By Harfatus at UnknownCheat$.me, Compiled Into Lua Mod By Payday_2_King", 
    "version":"1.0", 
    "keybinds" : [ 
    { 
    "keybind_id" : "keybind_toendtimer", 
    "name" : "Disable Point Of No Return Timer", 
    "description" : " " 
    "script_path" : "EndTimer.lua", 
    "run_in_menu" : true, 
    "run_in_game" : true, 
    "localized" : false, 
    } 
    ] 
    }
    If you don't know how to compile the code above into a .lua mod, don't worry I got you covered. Attached below this post is a copy of the mod. Enjoy!
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 33 Users Say Thank You to Payday 2 King For This Useful Post:

    adamwolf44 (03-14-2020),Albha (09-03-2019),Amiba (05-17-2021),axelinharlem (05-26-2023),berserkgatts1 (02-24-2020),chwan521 (02-23-2023),dzanekiller (09-04-2019),FarukTRKY4 (08-31-2019),FerhatPotter (03-21-2018),gabe the boss (06-29-2021),GFBorba (06-21-2022),GgFoo (03-26-2022),Hocus_Pocus (11-21-2020),HYPERDRYVO (06-28-2019),iLovebroker (01-16-2023),japisdsad (04-20-2021),jiwar (01-08-2023),lorddevorkian (11-26-2018),Malavidorra (04-01-2018),moonmirror (07-15-2018),oomfie (01-09-2024),patrik03262 (05-06-2020),payz22 (05-04-2019),plkmoijn (08-18-2018),Saga05 (11-21-2020),santube (07-03-2021),ShinyRayquaza9 (10-04-2020),Silver29 (07-25-2023),Sky559 (09-21-2023),Sneedor (05-31-2021),tjlever (08-06-2022),VampiroLord7 (04-12-2021),varesh007 (09-03-2018)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,837
    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    VampiroLord7's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    I'm Confused. How do you use this mod?

    I don't understand how to use this mod. I added this mod and the text file to the Payday 2 game directory and it did not work. Please explain how to make it work with the game. How do I add in the mod keybind?

    Quote Originally Posted by Payday 2 King View Post
    This is in no way my own .lua code. Harfatus created the .lua script. I created the mod.txt file. To install just drag the Disable Point Of No Return Timer folder to your mods folder in the game directory. Make sure to go to options and then Mod keybinds and then set the key that you want to use to de-activate the Point Of No Return Timer. You must press this assigned key before the Point Of No Return Timer starts, otherwise it won't work. So just push the assigned key at the start of the heist and it will disable the timer entirely. Don't worry, the timer resets itself after every heist, so you have total control over the Point Of No Return Timer. I personally use this to grab all of the cars in the Car Shop heist, since I always play the game solo.

    .lua script by Harfatus:
    Code:
    1. if managers.job:current_level_id() ~= "kosugi" then
    2. function ElementPointOfNoReturn:on_executed(...) end
    3. end
    mod.txt by Payday 2 King:
    Code:
    { 
    "name":"Disable Point Of No Return Timer", 
    "description":"Removes Point Of No Return Timer When Assigned Keybind Is Pressed. Make Sure To Assign A Keybind In Mod Keybinds!", 
    "author":"Payday_2_King", 
    "contact":"Lua Script Originally Made By Harfatus at UnknownCheat$.me, Compiled Into Lua Mod By Payday_2_King", 
    "version":"1.0", 
    "keybinds" : [ 
    { 
    "keybind_id" : "keybind_toendtimer", 
    "name" : "Disable Point Of No Return Timer", 
    "description" : " " 
    "script_path" : "EndTimer.lua", 
    "run_in_menu" : true, 
    "run_in_game" : true, 
    "localized" : false, 
    } 
    ] 
    }
    If you don't know how to compile the code above into a .lua mod, don't worry I got you covered. Attached below this post is a copy of the mod. Enjoy!

Similar Threads

  1. [Solved] [Request] Help with disabling respawn timer on private server
    By karmal313 in forum Unturned Discussions & Help
    Replies: 3
    Last Post: 02-16-2016, 03:25 PM
  2. [Outdated] [MOD](19.0) Disable Idle Timer
    By IziLife in forum Realm of the Mad God Hacks & Cheats
    Replies: 23
    Last Post: 01-12-2014, 02:53 AM
  3. PoNR : Point of No Return
    By jo5e62002 in forum CrossFire Clan Recruitment & Advertising
    Replies: 0
    Last Post: 08-02-2012, 09:03 PM
  4. What hacks got disabled by new patch?
    By wafflele in forum WarRock - International Hacks
    Replies: 4
    Last Post: 08-27-2006, 04:25 AM
  5. Does it realy work (pb disabler)
    By jeremywilms in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-13-2006, 11:43 AM

Tags for this Thread