Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 135
  1. #46
    fapdarklord's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    'Straya
    Posts
    465
    Reputation
    59
    Thanks
    2,333
    My Mood
    Fine
    Quote Originally Posted by Zinthius View Post
    Uh, Anyone else having the game crash when Ipaphi is in payday 2. Not sure why it's happening even without a script.


    Also Insert doesn't seem to do anything, not sure how to get things working again. Did they do another patch?
    All the files I have but the readme should be in your PAYDAY 2 folder.
    In the .ini you can configure the keys to what key does what aswell as adding more than one script via multiple buttons
    If it crashes, try adding a .lua called script.lua as that's one of the default .lua folders put in the .ini

  2. #47
    Chomaaa's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    i got the scripts in a .lua file in the game folder but how can i bind the key so i can use it in game?

  3. #48
    tagged's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    Can someone point me in the right direction to learn lua scripting? I'm having issues teaching myself even the basics -_- Like could someone dissect a script and explain what each thing is and does. Like I understand stuff like, if not, then, end, return. But I'm having a little trouble understanding function and local. That and I don't get how to come up with the other stuff, like function "PlayerManager:remove_equipment_possession( peer_id, equipment )" end Where do I come up with PlayerManager? What exactly does this line do, how does it do it.

    Sorry for asking stupid questions, but I really want to get into scripting and I gotta start some where, I've always had issues teaching myself things. I've been looking up things on my own, trying to make sense of all this but things keep losing me.

  4. #49
    fapdarklord's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    'Straya
    Posts
    465
    Reputation
    59
    Thanks
    2,333
    My Mood
    Fine
    Quote Originally Posted by tagged View Post
    Can someone point me in the right direction to learn lua scripting? I'm having issues teaching myself even the basics -_- Like could someone dissect a script and explain what each thing is and does. Like I understand stuff like, if not, then, end, return. But I'm having a little trouble understanding function and local. That and I don't get how to come up with the other stuff, like function "PlayerManager:remove_equipment_possession( peer_id, equipment )" end Where do I come up with PlayerManager? What exactly does this line do, how does it do it.

    Sorry for asking stupid questions, but I really want to get into scripting and I gotta start some where, I've always had issues teaching myself things. I've been looking up things on my own, trying to make sense of all this but things keep losing me.
    Video's are the worst possible source to learning how to code.
    I suggest reading books in the library and so on
    You need real dedication, it took me 3 long hard months to even write my first working line of code without the help of a guide.
    PlayerManager = one of those classes for this specific game, as each game has a special SDK (like bf3, but that uses C++ or C#)

    Hope I helped abit :c

    You can unjumble scripts and shit yourself, learn how the function etc works using a wikipedia page. Also, here's another good place to start if you cbf going to the library for a book on lua:

    Enjoy
    Last edited by fapdarklord; 10-16-2013 at 11:36 PM.

  5. #50
    19pwnage19's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    11
    Can anyone let me know how I would go about adding another button for a separate script.lua?

    Ex: Insert = Private match hacks
    Home = Public match hacks

  6. #51
    Ellinia's Avatar
    Join Date
    May 2012
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    I cant open the game when the dll is inside the folder, but when I remove it I can.

  7. #52
    fapdarklord's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    'Straya
    Posts
    465
    Reputation
    59
    Thanks
    2,333
    My Mood
    Fine
    Quote Originally Posted by 19pwnage19 View Post
    Can anyone let me know how I would go about adding another button for a separate script.lua?

    Ex: Insert = Private match hacks
    Home = Public match hacks
    In the iphlpapi.ini you can change it all.

  8. #53
    dsa10's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Hello,i want to unlock all skills..If i play public games with all skill unlocked is there a posibility be banned?ONLY THE SKILLS NO OTHER CHEAT..Thank you

  9. #54
    Red_Furry's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Astral
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    This is stop working already right?
    Because game just didn't start if script in folder?

  10. #55
    BerndLauert's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    Quote Originally Posted by dsa10 View Post
    Hello,i want to unlock all skills..If i play public games with all skill unlocked is there a posibility be banned?ONLY THE SKILLS NO OTHER CHEAT..Thank you
    Well if you run around with heavy armor and saw, blast doors with c4 and are able to lockpick safes too, it's very clear that you used hacks. Others may report you with screenshots and Almir may ban you. If you unlock everything, keep in mind that also using everything during a heist ist very suspicious.

  11. #56
    HobbitCraft's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Hi, when i put a lua file in my gamefolder and put your ini and dll in, the game does not start up from steam? How can i start it

  12. #57
    fapdarklord's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    'Straya
    Posts
    465
    Reputation
    59
    Thanks
    2,333
    My Mood
    Fine
    Quote Originally Posted by Red_Furry View Post
    This is stop working already right?
    Because game just didn't start if script in folder?
    Still working.

  13. #58
    orbsa's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    UT, USA
    Posts
    174
    Reputation
    10
    Thanks
    14
    My Mood
    Cynical
    Quote Originally Posted by fapdarklord View Post


    Still working.

    Everytime I try to launch with the iphalpipi.dll, The game doesn't even launch.

  14. #59
    fapdarklord's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    'Straya
    Posts
    465
    Reputation
    59
    Thanks
    2,333
    My Mood
    Fine
    Quote Originally Posted by orbsa View Post
    Everytime I try to launch with the iphalpipi.dll, The game doesn't even launch.
    Must be a problem your side then, everything is fine and dandy over here.

    Is there any errors in your .lua?

    Did you install the iphlapapi correctly?

  15. #60
    Kajex's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Sealand
    Posts
    172
    Reputation
    10
    Thanks
    25
    My Mood
    Cheeky
    i have seen people using weapon mods on a weapon that you normally cant like the dual drum mag on smgs etc
    https://puu.sh/8E88f.jpg



    “Today’s liberal intellectuals, who pride themselves on scientific method and being 'broadminded', are the most narrow-minded, self-righteous and hate-filled bigots in the history of humanity. No primitive tribe worshipping with its witch-doctor was ever more vicious in its hatred and suppression of heretics than today’s Marxist intellectuals, anti-racists and liberals.” — George Lincoln Rockwell

    “Those who march with us will certainly face abuse, misunderstanding, bitter animosity, and possibly the ferocity of struggle and of danger. In return, we can only offer to them the deep belief that they are fighting that a great land may live.” — Oswald Mosley

Page 4 of 9 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Alliance of Valiant Arms (AVA) FAQ Guide
    By Hunter in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 08-09-2013, 09:47 PM
  2. Post-Titan Hacking FAQ
    By relyks in forum Vindictus Discussions
    Replies: 25
    Last Post: 04-23-2011, 09:11 PM
  3. [Tutorial] Hack FaQ
    By TJames7869 in forum CrossFire Tutorials
    Replies: 1
    Last Post: 04-18-2011, 08:46 PM
  4. lolz2much Hacks FAQ and Info
    By wilsonlam97 in forum Combat Arms Hacks & Cheats
    Replies: 72
    Last Post: 07-26-2009, 09:53 AM
  5. MPGH 1.05 Pub Hack FAQ {HELP}
    By SEGnosis in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 11-07-2008, 09:10 AM