Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    sradha's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hello i was trying to update the integrity bypass since eu is updated to version 93.4 today, but i cant get it
    i just followed the video but seems i cant replace the script, or maybe i just dont understand, i hope you can help update the integrity check
    thank you

  2. #17
    bhfff's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    162
    Reputation
    34
    Thanks
    619
    My Mood
    Amused
    Quote Originally Posted by sradha View Post
    Hello i was trying to update the integrity bypass since eu is updated to version 93.4 today, but i cant get it
    i just followed the video but seems i cant replace the script, or maybe i just dont understand, i hope you can help update the integrity check
    thank you
    This is the new bypass:
    Please tell me if something does not work, I'm making a few changes to the table so maybe by tomorrow I'll make a proper release.

    Code:
    [ENABLE]
    define(CRC1StartAddress,0312738E) //Address to replace
    
    alloc(CRC1Copy,$2048)
    CRC1Copy:
    readmem(CRC1StartAddress, 2048)
    
    aobscanmodule(CRC2,TERA.exe,8B 00 81 F3 01 00 00 00) //Replace this
    registersymbol(CRC2)
    alloc(newmem,$30)
    
    label(code)
    label(return)
    
    newmem:
    //Also replace the register with the same register in the original memory
      sub eax, CRC1StartAddress
      add eax, CRC1Copy
    code:
      mov eax,[eax]
      xor ebx,00000001
      jmp return
    
    CRC2:
    //Make sure there are the correct amount of nops here.
      jmp newmem
      nop 3
    return:
    
    ////////////////////////////////////////////////////////////////////
    aobscanmodule(CRC1,TERA.exe,5B 83 C4 04 C3) //Replace this
    registersymbol(CRC1)
    alloc(CRC1NewCode,$30)
    
    label(codeAaA)
    label(returnAaA)
    
    CRC1NewCode:
    codeAaA:
      pop ebx
      add esp,04
      mov eax,#1
      ret
      jmp returnAaA
    
    CRC1:
    //Make sure there are no nops here
      jmp CRC1NewCode
    returnAaA:
    
    
    [DISABLE]
    
    CRC1:
      db 5B 83 C4 04 C3
    unregistersymbol(CRC1)
    dealloc(CRC1NewCode)
    
    CRC2:
      db 8B 00 81 F3 01 00 00 00
    unregistersymbol(CRC2)
    dealloc(newmem)

    EDIT: Fixed
    Last edited by bhfff; 05-14-2020 at 10:03 AM.

  3. The Following 3 Users Say Thank You to bhfff For This Useful Post:

    adrian226 (08-07-2020),sinshredd (05-15-2020),sradha (05-15-2020)

  4. #18
    adrian226's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    Moon
    Posts
    2
    Reputation
    10
    Thanks
    1

    hai

    Quote Originally Posted by bhfff View Post
    This is the new bypass:
    Please tell me if something does not work, I'm making a few changes to the table so maybe by tomorrow I'll make a proper release.
    Hey, could you pls add "air jumping" feature to this release, thats was the most valuable option in ur cheat table, whats the reason u removed it ?
    On previous release working great.

  5. The Following User Says Thank You to adrian226 For This Useful Post:

    sinshredd (05-15-2020)

  6. #19
    bhfff's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    162
    Reputation
    34
    Thanks
    619
    My Mood
    Amused
    Quote Originally Posted by adrian226 View Post
    Hey, could you pls add "air jumping" feature to this release, thats was the most valuable option in ur cheat table, whats the reason u removed it ?
    On previous release working great.
    I thought it was not useful, gonna add it again.

  7. The Following User Says Thank You to bhfff For This Useful Post:

    sinshredd (05-15-2020)

  8. #20
    merola133's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    :/

    Quote Originally Posted by bhfff View Post
    I thought it was not useful, gonna add it again.
    can i get banned for having this jsut for player hit box

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 25
    Last Post: 07-16-2018, 09:56 PM
  2. Replies: 16
    Last Post: 05-29-2018, 06:49 PM
  3. [Outdated] EU Patch 67 - Teleport, Jesus, Tracker & More! (Cheat Table)
    By bhfff in forum TERA Hacks
    Replies: 21
    Last Post: 05-05-2018, 09:47 AM
  4. Replies: 20
    Last Post: 04-02-2018, 12:34 PM
  5. [Patched] *Update* Release Cheat Engine Table V3
    By Linux38 in forum Counter-Strike 2 Hacks
    Replies: 24
    Last Post: 02-15-2012, 08:10 AM