Results 1 to 3 of 3
  1. #1
    littlerinser's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    1,763
    My Mood
    Bored

    Post Terraria Bitwise Instructions and how to get past them

    Terraria uses Bitwise instructions to encrypt IDs such as Tile IDs, projectile IDs etc etc... This thread is aimed at cheat engine users that are having issues choosing exact projectile or tile IDs. (This 'encryption' is not used on item IDs), to get past this open the calculator on your operating system and select programmer mode, type in what ID you want and it will show what the value equals in HEX, use the HEX value instead of your decimal value and it will work perfectly.

    Projectile hack with HEX:
    mov [eax+00000080],3E7
    mov [eax+000000DC],166 <- HEX value
    mov [eax+00000114],1
    mov [eax+0000007C],1
    jmp return

    Projectile hack with decimal (doesn't work):
    mov [eax+00000080],3E7
    mov [eax+000000DC],358 <- Decimal value
    mov [eax+00000114],1
    mov [eax+0000007C],1
    jmp return

  2. #2
    Akolon13's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    288
    Quote Originally Posted by littlerinser View Post
    Terraria uses Bitwise instructions to encrypt IDs such as Tile IDs, projectile IDs etc etc... This thread is aimed at cheat engine users that are having issues choosing exact projectile or tile IDs. (This 'encryption' is not used on item IDs), to get past this open the calculator on your operating system and select programmer mode, type in what ID you want and it will show what the value equals in HEX, use the HEX value instead of your decimal value and it will work perfectly.

    Projectile hack with HEX:
    mov [eax+00000080],3E7
    mov [eax+000000DC],166 <- HEX value
    mov [eax+00000114],1
    mov [eax+0000007C],1
    jmp return

    Projectile hack with decimal (doesn't work):
    mov [eax+00000080],3E7
    mov [eax+000000DC],358 <- Decimal value
    mov [eax+00000114],1
    mov [eax+0000007C],1
    jmp return
    Or just write:
    mov [eax+00000080],3E7
    mov [eax+000000DC],#358 <- Decimal value with a hashtag
    mov [eax+00000114],1
    mov [eax+0000007C],1
    jmp return
    Cheat engine will convert the decimal value into a hex value for you

  3. The Following User Says Thank You to Akolon13 For This Useful Post:

    littlerinser (08-25-2016)

  4. #3
    littlerinser's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    1,763
    My Mood
    Bored
    well rip xD

Similar Threads

  1. How To Get Past Admin Ban Besides Changing CD Key
    By Jim Morrison in forum DayZ Discussion
    Replies: 22
    Last Post: 02-07-2013, 11:22 PM
  2. Team viewing how to get past it is there any way?
    By Fizban in forum Combat Arms Discussions
    Replies: 36
    Last Post: 09-17-2010, 12:07 PM
  3. How To Get PAST X-TRAP WORKS 100%!
    By dathat in forum CrossFire Discussions
    Replies: 23
    Last Post: 04-24-2010, 07:36 PM
  4. sp (suba point) reall or more kills ?and how to get sp?
    By ahmedasa1 in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 07-24-2009, 05:17 PM
  5. Why chams arnt working and how to get them to work
    By Holysniper in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 09-13-2008, 11:58 PM