Page 10 of 10 FirstFirst ... 8910
Results 136 to 147 of 147
  1. #136
    superexboom's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    it always tell me this--(280): error:unexpected symbol near '"welcome_to_the_jungle"'
    who have any idea?

  2. #137
    Peter Smitten's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Idk how to use this, can anyone help?

  3. #138
    GroxIan_Fudschi's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    175
    My Mood
    Bored
    Is there a way to replenish ammo for the currenty selected weapon only?


    Code:
        local player_unit = managers.player:player_unit()
        for id,weapon in pairs( player_unit:inventory():available_selections() ) do
            if alive( weapon.unit ) then
                weapon.unit:base():replenish()
                managers.hud:set_ammo_amount( id, weapon.unit:base():ammo_info() )
            end
        end
    This one replenishes both primary weapon and secondary.
    Last edited by GroxIan_Fudschi; 04-07-2017 at 08:57 AM.

  4. #139
    chulapa31's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How can i use it?

  5. #140
    Ironscale's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ThatBenderGuy View Post
    Okay so I have blt installed how do i encorparate the scripts into BLT's mod system? for instance i am trying to do the super jump code
    Make a new folder in your /mods/ directory, such as cheats. Add a XML file called cheats.xml and your cheats.lua file in this new directory.

    The contents of your XML file should look something like this:
    Code:
    {
        "name": "Payday 2 LUA Scripts",
        "description": "The collection of hacks by MixNova",
        "author": "MixNova",
        "contact": "mpgh",
        "version": "1.1",
        "priority": 1001,
        "updates": [{
            "revision": 15,
            "identifier": "cheats"
        }],
        "persist_scripts": [{
            "global": "cheats",
            "script_path": "cheats.lua"
        }]
    }

  6. #141
    mcbeth123's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    hey dude how do you start this?

  7. #142
    ValdemarSS's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How do i install it?

    - - - Updated - - -

    How do i install this

  8. #143
    Stefan7737's Avatar
    Join Date
    Apr 2017
    Gender
    female
    Posts
    23
    Reputation
    10
    Thanks
    0
    Where do i put the LUA files?

  9. #144
    squadSniper's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How do i use this?, i added the IPHLPAPI.dll and i put the code into a .lua

  10. #145
    id623094255's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    how to use this

  11. #146
    SHEHHREHJ's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Why? xD
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Tanks!

    ............

  12. #147
    kentlivar's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    273
    My Mood
    Bored
    Really appreciated this bro

Page 10 of 10 FirstFirst ... 8910

Similar Threads

  1. Replies: 2
    Last Post: 01-06-2016, 12:38 AM
  2. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.2 [1/25/2012]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 20
    Last Post: 02-02-2012, 11:29 AM
  3. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.1 [Fixed]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 113
    Last Post: 01-25-2012, 02:51 PM
  4. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.0
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 132
    Last Post: 01-10-2012, 08:48 AM
  5. Dragonnest Lua scripts?
    By Cold designer in forum Dragon Nest Help
    Replies: 1
    Last Post: 09-18-2011, 10:27 AM