Page 14 of 16 FirstFirst ... 41213141516 LastLast
Results 196 to 210 of 233
  1. #196
    Noobkids's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    Happy birthday

  2. #197
    TechnoJacker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    226
    Reputation
    13
    Thanks
    9,507
    My Mood
    Tired
    Quote Originally Posted by Noobkids View Post
    Happy birthday
    Referring to the popup that appears when you start Cheat Engine?
    Last edited by TechnoJacker; 07-01-2013 at 06:37 AM.

  3. #198
    3008mmuniz's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    technojacker how can I get this new update?

  4. #199
    Unitas19's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    26
    TJ is a regular on the CE forum...

    His drives are in his sig....

    Not sure why he's not allowed to post that....something to do with a previous ban for posting outside links....Seems to me that exceptions can be made for things like this but what do I know...

    anyway...go to that forum

  5. #200
    TechnoJacker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    226
    Reputation
    13
    Thanks
    9,507
    My Mood
    Tired
    Ok folks, another update! Made some edits to make the Cheat Compilation run a little faster and more reliably. Also tweaked the Swapper and Spawner. Made it so if you don't hit find dens when trying to modify the local dens, it will automatically search the dens in the area. You will still need to hit find dens when you go to a new area though. Added in some more checks to prevent redundant memory scans when they aren't needed for a speed increase.

    Also added back in the single button Varkid to Vermi replace. Simply hit the <END> button on the keyboard to make all small varkids evolve into Vermi when they evolve. This function still needs testing so let me know if you run into any problems. It uses the same AoB scan as the rest of the swapper so it should be future proof.

    Also when you press the <PAUSE BREAK> button, it should return all spawns back to normal, this includes any modifications to the den spawn limits and any swaps you have made with the spawner or the varkid to Vermi swap. This is a quick way to return things back to normal without leaving the area.

    Code:
    addHotKey("FindDens",VK_INSERT)
    addHotKey("KillReset",VK_HOME)
    addHotKey("MaxKills", VK_SCROLL)
    addHotKey("MaxUp",VK_PRIOR)
    addHotKey("MaxDown",VK_NEXT)
    addHotKey("RestoreDens", VK_PAUSE)
    addHotKey("VermiSwapper", VK_END)
    
    /*
    - Enemy Swapper Mod and Spawn Manipulator
    - Start CE.
    - Attach CE to BL2.
    - Execute the Lua script. (Ctrl+Alt+L)
    - Enable the Enemy Spawn Swapper Mod in the cheat table under [Scripts] -> [Lua Script Enablers]
    - <INSERT> to find the dens in the current area.
    - <HOME> will reset the kill counts of all dens to 0.
    - <SCROLL LOCK> will max the kill counts of all dens at 255.
    - <PAGEUP> and <PAGEDOWN> will increase/decrease the amount can spawn from each den.
    - <PAGEUP> after you have reached the enemy limit will cause only 1 more spawn.
    - <END> will sieve through the dens found earlier and swap out the adult varkid for vermi.
    - <PAUSE BREAK> will reset all dens back to their original spawn counts and spawns
    - Kill off current varkid population.
    - When you see a larva, run (as all varkids, when they are unable to cause damage to a player,
    - will want to evolve). Wait for the adult pod to hatch, spawning the vermi.
    */
    Also under the Pawn and Physics Mods is a new section [Badass Challenges] that let you modify the current values your challenges are set to. Note that this may be a little buggy. To collect the rewards, you have to set the Challenges one below the next reward tier and manually level up the challenge.

    Also I updated Sunbeams awesome physics multi script to his latest version. Includes PlayersOnly (Freezes everything, even special effects and explosions except for the player), SlowMe, God Mode, Fly, Ghost/NoClip and much more. Also included a working God Mode under [Scripts] -> [God Mode] called God Mode (LUA) and also an ASM version by Sunbeam under Pawn and Physics.

    Also added previously:
    *Support for the new DLC
    -Support for the new DLC Slot Machines, Slot Dice and the new Dice Chests

    *Rarity Drop Mod with more presets as well as a Boss Drop rate modifier to increase the chance of bosses dropping their uniques and legendaries.

    *LootSplosion under [LUA Scripts Enablers] which increase the item drops exponentially. Instead of one or two items dropping at a time, you may get a dozen or more. This goes very well with the Rarity Drop Mod.

    *In game Weapon/Item editor. While not the save editor, it lets you edit the weapon stats without breaking their legit status since its only a memory edit. The changes revert back when you restart the game. You can modify ammo used (0=Infinite Ammo), Firing Rate, Bullet Projectile Speed, Bullets per Shot (Imagine a norfleet that fires 50 missles per shot), Damage, Recoil, Reload Speed, Accuracy and much much more!

    There has been other fixes and additions as well, so grab the latest version when you get the chance! Let me know if you run into any problems or have any suggestions. Get the latest file from my Google Drive/Drop Box Account. Also expect an official MPGH update soon! Most of my new additions and fixes are complete so I plan on creating a new topic here with a download soon!


    Oh and check out these awesome screenshots my friend took using the cheat compilation thanks to the camera mods (Third Person and Free Camera), Sunbeams awesome physics mods (PlayersOnly and SlowMo), Invisibility to the enemy AI (Enemies won't attack you) and so on!
    https://steamcommunity.com/profiles/7...view=imagewall
    Even if you don't cheat, the compilation is awesome for machinima (Screenshots and Videos)!
    Last edited by TechnoJacker; 07-06-2013 at 01:19 PM.

  6. The Following 4 Users Say Thank You to TechnoJacker For This Useful Post:

    Buccaneer (07-09-2013),KarmaTheAlligator (07-06-2013),royalgamer06 (07-11-2013),VIZ37 (07-08-2013)

  7. #201
    KarmaTheAlligator's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    299
    Reputation
    10
    Thanks
    72
    My Mood
    Sleepy
    Thanks for allowing the modification of the Badass Challenges!

  8. #202
    ggram01's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How can I get your latest cheat table, TechnoJacker?

  9. #203
    TechnoJacker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    226
    Reputation
    13
    Thanks
    9,507
    My Mood
    Tired
    Quote Originally Posted by ggram01 View Post
    How can I get your latest cheat table, TechnoJacker?
    Let me google that for you
    Let me Google That For You link, no direct link, will open a Google Page

    ------------------------------

    Another small update, added a few fixes to the LUA code and also fixed Lootsplosion not being disabled when unchecked in certain situations. Also all the Badass Challenges should now be included under [Scripts] -> [Pawn and Physics]. You also shouldn't get any calculate nil errors when using the swapper now. In the rare chance the swapper can't return the value for a spawn group, it will show Unknown instead of halting with LUA error.

    If you guys get a chance, please test the table out the best you can and let me know if you run into any problems. Once I get all the bugs ironed out, I will be releasing it here. I didn't want to release a version full of bugs and not be able to edit it after a day.

  10. The Following 4 Users Say Thank You to TechnoJacker For This Useful Post:

    awtztoinkz19 (07-21-2013),blizlolk (07-08-2013),ggram01 (07-08-2013),vergetta (07-12-2013)

  11. #204
    blizlolk's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    hi there great tool love it just wonder if you have messed around with the drop rate will it revert back to normale when you restart the game ? and do evil smash mod still work ?
    Last edited by blizlolk; 07-08-2013 at 05:40 AM.

  12. #205
    KarmaTheAlligator's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    299
    Reputation
    10
    Thanks
    72
    My Mood
    Sleepy
    Quote Originally Posted by blizlolk View Post
    hi there great tool love it just wonder if you have messed around with the drop rate will it revert back to normale when you restart the game ? and do evil smash mod still work ?
    The drop rate is only changed while you're running the cheat table.

  13. The Following User Says Thank You to KarmaTheAlligator For This Useful Post:

    blizlolk (07-08-2013)

  14. #206
    blizlolk's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    ok thx dude i appreciate it

  15. #207
    VIZ37's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Busy
    Quote Originally Posted by TechnoJacker View Post
    please test the table out the best you can and let me know if you run into any problems.
    Enemy Swapper can't working in Hammerlock DLC. Screenshot below. The right column is empty. Refresh can't helping.

    Attached Thumbnails Attached Thumbnails
    problem.jpg  


  16. #208
    VIZ37's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Busy
    Now all worked fine, thank you.
    But can you do a script for direct spawning Omnd-Omnd-Ohk from badass savage (like Vermivorous from adult varkid)?

  17. #209
    DeBlooD's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    can this be done with windows 8?
    i have been trying to run it but i am stuck in the enable button..
    I can't click the enable..
    thx

  18. #210
    BOFH's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    i grabbed the newest script from 18 hours ago (july 13th) and it wont enable.

Page 14 of 16 FirstFirst ... 41213141516 LastLast

Similar Threads

  1. [Outdated] Borderlands 2 Cheat Compilation (Spawn Mod, Gold Chest, Drop Mod) [All DLC Update]
    By TechnoJacker in forum Borderlands 2 Hacks
    Replies: 150
    Last Post: 07-03-2014, 09:18 AM
  2. Replies: 49
    Last Post: 03-06-2013, 02:10 PM
  3. Replies: 35
    Last Post: 11-11-2012, 06:51 AM
  4. M4A1 desert warrior and gold ak-47 MOD
    By random_person in forum Combat Arms Mods & Rez Modding
    Replies: 16
    Last Post: 01-27-2010, 03:21 PM
  5. Cheat engine and runescape gold hack?
    By Syoko in forum Runescape Hacks / Bots
    Replies: 12
    Last Post: 01-23-2010, 11:05 AM