[Patch 1.7.1] Hotfix #4 Offsets - No Collision + more menu

User Tag List

Results 1 to 2 of 2
  1. #1
    LegacyAX's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Patch 1.7.1] Hotfix #4 Offsets - No Collision + more

    Rift Patch 1.7.1 hotfix #4 [US/EU]

    ----------------------------------------------
    (will add more later when I get time)

    (rift base needs to be added to these addresses, i.e rift.exe+0xDEADBEEF , or in code like Rift.MainModule.BaseAddress() + address)

    Address + Example code below

    Code:
    0x01EBC931   8B50 30          MOV EDX,DWORD PTR DS:[EAX+30]            ; nocoll
    based: 0x0F1C931
    Code:
    var NoCollision =  0x0F1C931;
    Code:
    
    NoCollision = ((uint)_baseAddress(Rift) + NoCollision);//Add base address
    
    If (Mem.Read2Bytes(NoCollision) == 20619)//If no coll is equal to 20619(normal) then nop it (0x90)
    {
         Mem.Write2Bytes(NoCollision, 0x90);//Hack activated :P
    }
    else if (Mem.Read2Bytes(NoCollision) == 144)//If equal to 144(0x90) then put back to normal...
    { 
         Mem.Write2Bytes(NoCollision, 20619);//Hack deactivated
    }
    else
    {
        MessageBox.Show("Error version out of date... please check AceticSoft.com for more info...");
    }
    Code: http://pastebin.com/NzezaqAL
    Last edited by LegacyAX; 02-19-2012 at 05:57 AM.
    MMOEmpire.net CEO (No longer active)

    [Patch 1.7.1] Hotfix #4 Offsets - No Collision + more
  2. #2
    andywhite's Avatar Banned
    Reputation
    24
    Join Date
    Jul 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good job bro

Similar Threads

  1. Replies: 0
    Last Post: 09-22-2011, 11:38 PM
  2. Replies: 0
    Last Post: 09-20-2011, 10:46 PM
  3. Replies: 0
    Last Post: 05-03-2011, 11:37 AM
  4. Replies: 1
    Last Post: 12-06-2010, 12:19 AM
All times are GMT -5. The time now is 11:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search