Results 1 to 3 of 3
  1. #1
    RageMan12's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    70
    Reputation
    10
    Thanks
    8

    Close/Open vault script

    Well I would like to get a script that allows me to open and close vaults.

  2. #2
    ElizabethTouchedTroll's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    Write it your self, bro. There's tons of resources on here.

  3. #3
    Ceelker's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    General FPS sections
    Posts
    872
    Reputation
    16
    Thanks
    3,028
    My Mood
    Amused
    Here's a script that changes the drill time to .01 seconds. THere's no way to close vaults after opening them though.

    Code:
    function TimerGui:_set_jamming_values() return end
    function TimerGui:start( timer )
            timer = 0.01
            if self._jammed then
                    self:_set_jammed( false )
                    return
            end
           
            if not self._powered then
                    self:_set_powered( true )
                    return
            end
           
            if self._started then
                    return
            end
           
            self:_start( timer )
            if managers.network:session() then
                    managers.network:session():send_to_peers_synched( "start_timer_gui", self._unit, timer )
            end
    end
    Last edited by Ceelker; 04-17-2015 at 02:34 AM.

Similar Threads

  1. [WTS] WTS Orange Star - 20 Open Vaults - TESTING ACCOUNT TOO!
    By mekarinshika in forum Realm of the Mad God Selling / Trading / Buying
    Replies: 19
    Last Post: 01-17-2015, 01:12 PM
  2. [Help] "cannot open Lua\script.lua: no such file or directory"
    By mr_happy3 in forum Payday 2 Hacks & Cheats
    Replies: 0
    Last Post: 08-17-2014, 02:08 PM
  3. selling account with 4 char. slots and 7 open vaults. (trading for 8/8)
    By joreyvallejo in forum Realm of the Mad God Selling / Trading / Buying
    Replies: 7
    Last Post: 04-04-2013, 04:18 AM
  4. Replies: 6
    Last Post: 01-23-2013, 09:49 PM
  5. how can i open a script?
    By kerstbal in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 4
    Last Post: 10-18-2010, 01:50 PM