Results 1 to 8 of 8
  1. #1
    Emptychimp's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    [Request] looking for a Terraria hack that works with 1.4.0.5

    If you have a decent hack I can pay with paypal if you would like

    I just need a 1.4.0.5 terraria hack that also updates

    Thanks

  2. #2
    RemoGamer's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Terraria Tweaker 2

    Try Terraria Tweaker 2, it usually updates pretty quickly, and has a wide variety of cheats/utilities including an item editor.
    Get it here

  3. #3
    deavis's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    59
    Hey, if you really need one, i've been trying to make a cheat for myself, but I can share it with you - its just a simple basic hax, no fancy options as I am still learning. I saw someone made some hacks using ImGUI so I found basic ImGUI exmaple, got it working and there it is.

    Just drag & drop these files into your terraria folder. I used .net framework 4.7.2 version with newest c# version if that matters.



    You can open/close the GUI using insert key, pretty usual i guess

    commands:

    .i / .item <ID> <stack> <prefixID> (.i 776 1 81) will give you 1x cobalt pickaxe with Legendary prefix on it.
    .ii <item name with "" around it> <count> (.ii "cobalt pick" 1) make sure to use " " around the name
    .name <item name with "" around it> (.name "cobalt pick") will give you ID for the item
    .b / .buff <buff ID> (.buff 1) will give you buff with id of 1 for 3days
    .itemInfo - displays item info for the current item you're holding
    .p <ID / name> - sets prefix id or name for current item (they stack up in multiplayer, so if you use .p 81 couple of times, you'll see that the damage is increased each time. It goes back to normal when you drop the item and pick it up again, same goes for each .set command)
    .set <type> <value> - it modifies item you're holding,
    .set [prefix, shootSpeed, useTime, damage, defense, knockback, autoreuse, lifeRegen, reuseDelay, useAnimation, color] value
    * .set prefix 0
    * .set shootSpeed 99
    * .set useTime 0
    * .set damage 99
    * .set damage 99
    * .set knockback 99
    * .set autoreuse (it's not working, forgot to parse bool, i wasn't using it via command anyways)
    * .set lifeRegen 99
    * .set reuseDelay 99
    * .set useAnimation 0
    * .set color R G B A ( .set color 255 255 255 100 )

    .freeCraft (you dont have to be near furnances etc.)
    .npc <ID> - spawns npc when you're playing offline

    .help - displays help for each command, but it's outdated

    I was trying to implement item spawner via GUI

    Feel free to decompile it, do whatever you want with it, as I said before - I wasn't going to upload it anyways, however if you want to use it, go ahead

    PS - the key binding for butcher is kind of werid, as i had issues with getting input in ImGUI.

    There's teleport to mouse bind under 'N' key, which is hardcoded.
    <b>Downloadable Files</b> Downloadable Files

  4. The Following 55 Users Say Thank You to deavis For This Useful Post:

    aiiroxy63 (06-06-2020),ArmyMan5479 (06-12-2020),Arpppx (06-06-2020),Birbman (07-26-2020),blitzcrank1 (06-13-2020),bratuneoklis (06-27-2020),cyricxd (06-06-2020),demlik323 (10-07-2020),Don Marv (06-06-2020),donaldplump (06-15-2021),dovisu (06-08-2020),eggman1242 (06-05-2020),ehokayen (10-30-2021),EricGaymer (09-19-2020),FloatLikeAChicken (06-10-2020),fristelpl2 (06-05-2020),Gabry1x_ (06-14-2020),grimzychan (06-15-2020),haregamer (02-19-2021),Heos66 (06-10-2020),hexaferrum (07-02-2020),Infinity2552 (06-05-2020),Injecto (09-01-2020),Jassike123 (06-18-2020),JingShing (10-03-2020),jogoda (06-08-2020),JuicyHamvburgewr (07-15-2020),Lecuborn (06-21-2020),Loaphy (09-01-2020),loganroberts08 (06-05-2020),Lolakino (06-29-2020),LordYT (06-12-2020),MalvinL645 (06-07-2020),mart1805 (06-23-2020),michael53239 (06-06-2020),Mr. Grim Reaper (06-24-2020),musher197 (06-11-2020),nowaki09 (06-06-2020),Roostacraft (06-13-2020),SATAN667 (06-11-2020),ScottyQT (08-14-2020),ShadowHeart24 (06-05-2020),suchart00000 (06-08-2020),SufiXD420 (06-05-2020),sugarkhan128 (06-10-2020),suraca (06-20-2020),Tedro8 (06-08-2020),TheArata (06-07-2020),ToToide (08-02-2020),WeRRo1 (06-05-2020),Wiktorr81 (06-10-2020),wowpaw (06-19-2020),xanithaou (06-05-2020),ZEDÃO (06-06-2020),zlyk21 (06-11-2020)

  5. #4
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,499
    My Mood
    Angelic
    //approved

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  6. #5
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    https://imgur.com/a/FDoB64u
    Looks pretty familiar my man

  7. #6
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    Quote Originally Posted by deavis View Post
    Hey, if you really need one, i've been trying to make a cheat for myself, but I can share it with you - its just a simple basic hax, no fancy options as I am still learning. I saw someone made some hacks using ImGUI so I found basic ImGUI exmaple, got it working and there it is.
    ~
    I really don't mind it when people take a peek at my releases or directly copy/paste from them, but it pisses me off when they act like it's their own work. In the future you should credit people's release(s) you stole your code from. I'm not saying everything is pasted but a decent amount is.

  8. #7
    michael53239's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    They did not claim that as their own "I saw someone made some hacks using ImGUI so I found basic ImGUI exmaple, got it working and there it is." it was just made available for others to use.

  9. #8
    deavis's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    59
    Quote Originally Posted by DARTH WANKSTAIN View Post
    I really don't mind it when people take a peek at my releases or directly copy/paste from them, but it pisses me off when they act like it's their own work. In the future you should credit people's release(s) you stole your code from. I'm not saying everything is pasted but a decent amount is.
    Yeah sorry, i didn't say its all my work either, i remember going through internet to get imgui to work, sorry i forgot to mention you - i used some of your code to get this to work, my bad. Anyways i won't be releasing it anyways i guess, its pretty easy to update it so if anyone needs to update it when the game updates, they are free to go, maybe add some new features. Once again, apologies.

  10. The Following User Says Thank You to deavis For This Useful Post:

    ripplerusty (09-13-2020)

Similar Threads

  1. [Solved] Looking for a hack that works with All the Mods 3
    By KaijuKaki in forum Minecraft Help
    Replies: 3
    Last Post: 08-19-2018, 03:58 AM
  2. [Request] Looking for Wall Hack that works with sv_pure 0 1 or 2 servers for CSS Help plz!
    By beastmode88 in forum CounterStrike Online Hacks
    Replies: 4
    Last Post: 01-07-2013, 08:16 AM
  3. Replies: 3
    Last Post: 12-26-2012, 10:25 PM
  4. [Release] Looking For A Multi-Tool That works
    By fuzzysalsa in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 2
    Last Post: 12-25-2012, 12:39 PM
  5. Replies: 9
    Last Post: 09-04-2007, 10:40 PM