Jump to content

Did I Screw Up My DEB?


FateEX

14 posts in this topic

Recommended Posts

Posted

I am trying to make a deb (patcher) for a particular game. I used DiDA/SUPERGIU template to get my project set up. I first had errors making the DEB because the offsets I inputted for the Keys were "too long", so I broke them up to not exceed 4 bytes. I still tried to group the under 1 key so that it won't require multiple switches to turn on one cheat. Now it makes the deb without any problems. I then proceeded to install the package, and configuring my cheats in the settings, but when I launch the game, it would crash.

 

I figured I messed up by trying to fit multiple offsets under 1 key, so I removed the keys and strings that had more than one offset assigned to it. I remade the package and installed, configured my cheats in the settings, then launched the game. It no longer crashes, but the cheats don't seem to take effect either.

 

Could it be something with the Tweak.xm?

 

Well this what I originally tried to make:

 

 

#import <Foundation/Foundation.h>
#import "writeData.h"

BOOL Key1;
%ctor
{
Key1 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key1"]boolValue];
if(Key1)
{
writeData(0x3E14E0, 0x00207047);
}
else
{
writeData(0x3E14E0, 0x90B50446);
}

}

BOOL Key2;
%ctor
{
Key2 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key2"]boolValue];
if(Key2)
{
writeData(0x3D01E0, 0x64207047);
}
else
{
writeData(0x3D01E0, 0xC16D90F9);
}

}

BOOL Key3;
%ctor
{
Key3 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key3"]boolValue];
if(Key3)
{
writeData(0x5CB85C, 0xFF207047);
}
else
{
writeData(0x5CB85C, 0x806F7047);
}

}

BOOL Key4;
%ctor
{
Key4 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key4"]boolValue];
if(Key4)
{
writeData(0x36B8F0, 0xFF20FF23);
writeData(0x36B8F4, 0x58437047);
}
else
{
writeData(0x36B8F0, 0xD0E90801);
writeData(0x36B8F4, 0x401A7047);
}

}

BOOL Key5;
%ctor
{
Key5 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key5"]boolValue];
if(Key5)
{
writeData(0x36BB18, 0xFF20FF23);
writeData(0x36BB1C, 0x58437047);
}
else
{
writeData(0x36BB18, 0xC169406A);
writeData(0x36BB1C, 0x081A7047);
}

}

BOOL Key6;
%ctor
{
Key6 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key6"]boolValue];
if(Key6)
{
writeData(0xB99820, 0x64207047);
}
else
{
writeData(0xB99820, 0xC16C90F9);
}

}

BOOL Key7;
%ctor
{
Key7 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key7"]boolValue];
if(Key7)
{
writeData(0x368842, 0x6320);
}
else
{
writeData(0x368842, 0x2046);
}

}

BOOL Key8;
%ctor
{
Key8 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key8"]boolValue];
if(Key8)
{
writeData(0xB99CAC, 0x01200000);
writeData(0xB99CBC, 0xFF200000);
}
else
{
writeData(0xB99CAC, 0xD0F84C01);
writeData(0xB99CBC, 0xD0F85001);
}

}

BOOL Key9;
%ctor
{
Key9 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key9"]boolValue];
if(Key9)
{
writeData(0x7F0659, 0xE0);
writeData(0x7F84B2, 0x0000);
}
else
{
writeData(0x7F0659, 0xD0);
writeData(0x7F84B2, 0x0FD1);
}

}

BOOL Key10;
%ctor
{
Key10 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key10"]boolValue];
if(Key10)
{
writeData(0x84ED12, 0x52);
}
else
{
writeData(0x84ED12, 0x34);
}

}

BOOL Key11;
%ctor
{
Key11 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key11"]boolValue];
if(Key11)
{
writeData(0x24F82E, 0xF6);
}
else
{
writeData(0x24F82E, 0xD8);
}

}

BOOL Key12;
%ctor
{
Key12 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key12"]boolValue];
if(Key12)
{
writeData(0xCEE64, 0x01207047);
writeData(0xCEEA8, 0x00207047);
}
else
{
writeData(0xCEE64, 0xD0F89010);
writeData(0xCEEA8, 0xD0F89C10);
}

}

BOOL Key13;
%ctor
{
Key13 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key13"]boolValue];
if(Key13)
{
writeData(0x3DC508, 0x00);
}
else
{
writeData(0x3DC508, 0x01);
}

}

BOOL Key14;
%ctor
{
Key14 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key14"]boolValue];
if(Key14)
{
writeData(0x7A5F7C, 0x01207047);
writeData(0x7A602C, 0x01207047);
writeData(0x7A60D0, 0x01207047);
writeData(0x7A6174, 0x01207047);
}
else
{
writeData(0x7A5F7C, 0xF0B503AF);
writeData(0x7A602C, 0xF0B503AF);
writeData(0x7A60D0, 0xF0B503AF);
writeData(0x7A6174, 0xF0B503AF);
}

}

BOOL Key15;
%ctor
{
Key15 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key15"]boolValue];
if(Key15)
{
writeData(0x47F002, 0x012090BD);
}
else
{
writeData(0x47F002, 0x044601AF);
}

}

BOOL Key16;
%ctor
{
Key16 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key16"]boolValue];
if(Key16)
{
writeData(0x3DBA08, 0x01207047);
}
else
{
writeData(0x3DBA08, 0xD0F74EBE);
}

}

BOOL Key17;
%ctor
{
Key17 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key17"]boolValue];
if(Key17)
{
writeData(0x2EDB1C, 0x01);
}
else
{
writeData(0x2EDB1C, 0x00);
}

}

BOOL Key18;
%ctor
{
Key18 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key18"]boolValue];
if(Key18)
{
writeData(0x3699C8, 0x00000000);
writeData(0x3699CC, 0x00000000);
writeData(0x3699D0, 0x0000);
writeData(0x37E1B4, 0x01493FF0);
writeData(0x37E1B8, 0x05FF2DE0);
writeData(0x37E1BC, 0xCD280000);
writeData(0x37E6A4, 0x01207047);
writeData(0x37EA7C, 0x01207047);
writeData(0x369B25, 0xE0);
writeData(0x369B4C, 0x0000);
}
else
{
writeData(0x3699C8, 0xD0E90501);
writeData(0x3699CC, 0x814200F0);
writeData(0x3699D0, 0xBE80);
writeData(0x37E1B4, 0x01AE0C46);
writeData(0x37E1B8, 0x04F11401);
writeData(0x37E1BC, 0x05463046);
writeData(0x37E6A4, 0xF0B503AF);
writeData(0x37EA7C, 0xF0B503AF);
writeData(0x369B25, 0xD2);
writeData(0x369B4C, 0x86D3);
}

}

BOOL Key19;
%ctor
{
Key19 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key19"]boolValue];
if(Key19)
{
writeData(0x63969A, 0x00000000);
writeData(0x6D11A6, 0xC6F0F9F3);
writeData(0x6D11AA, 0x07A9C8F0);
writeData(0x6D11AE, 0xB6F21CE0);
}
else
{
writeData(0x63969A, 0x60F13FF0);
writeData(0x6D11A6, 0x029807A9);
writeData(0x6D11AA, 0x07F77DFA);
writeData(0x6D11AE, 0x0799059D);
}

}

BOOL Key20;
%ctor
{
Key20 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key20"]boolValue];
if(Key20)
{
writeData(0xB9996C, 0x0220FA23);
writeData(0xB99970, 0x58437047);
}
else
{
writeData(0xB9996C, 0xD0F8D410);
writeData(0xB99970, 0x90F9D800);
}

}

 

 

 

This is after I removed the complicated keys:

 

 

#import <Foundation/Foundation.h>
#import "writeData.h"

BOOL Key1;
%ctor
{
Key1 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key1"]boolValue];
if(Key1)
{
writeData(0x3E14E0, 0x00207047);
}
else
{
writeData(0x3E14E0, 0x90B50446);
}

}

BOOL Key2;
%ctor
{
Key2 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key2"]boolValue];
if(Key2)
{
writeData(0x3D01E0, 0x64207047);
}
else
{
writeData(0x3D01E0, 0xC16D90F9);
}

}

BOOL Key3;
%ctor
{
Key3 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key3"]boolValue];
if(Key3)
{
writeData(0x5CB85C, 0xFF207047);
}
else
{
writeData(0x5CB85C, 0x806F7047);
}

}

BOOL Key6;
%ctor
{
Key6 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key6"]boolValue];
if(Key6)
{
writeData(0xB99820, 0x64207047);
}
else
{
writeData(0xB99820, 0xC16C90F9);
}

}

BOOL Key7;
%ctor
{
Key7 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key7"]boolValue];
if(Key7)
{
writeData(0x368842, 0x6320);
}
else
{
writeData(0x368842, 0x2046);
}

}

BOOL Key10;
%ctor
{
Key10 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key10"]boolValue];
if(Key10)
{
writeData(0x84ED12, 0x52);
}
else
{
writeData(0x84ED12, 0x34);
}

}

BOOL Key11;
%ctor
{
Key11 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key11"]boolValue];
if(Key11)
{
writeData(0x24F82E, 0xF6);
}
else
{
writeData(0x24F82E, 0xD8);
}

}

BOOL Key13;
%ctor
{
Key13 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key13"]boolValue];
if(Key13)
{
writeData(0x3DC508, 0x00);
}
else
{
writeData(0x3DC508, 0x01);
}

}

BOOL Key15;
%ctor
{
Key15 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key15"]boolValue];
if(Key15)
{
writeData(0x47F002, 0x012090BD);
}
else
{
writeData(0x47F002, 0x044601AF);
}

}

BOOL Key16;
%ctor
{
Key16 = [[[NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"]valueForKey:@"Key16"]boolValue];
if(Key16)
{
writeData(0x3DBA08, 0x01207047);
}
else
{
writeData(0x3DBA08, 0xD0F74EBE);
}

}

 

 

 

 

Where am I screwing up? :( If you can help me figure out how I can make it work, it'll be my first deb package ever :happycry:

Posted

Oh my goodness....

why do iOSGods members always do everything the hard way!?!

 

 

For the keys use this:

#define PLIST_PATH @"/var/mobile/Library/Preferences/YOUR_PLIST_NAME.plist"
 
inline bool GetPrefBool(NSString *key) 
{
    return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

then call is by

GetPrefBool(@"kSomeKey")
 

You also only need one

%ctor

Example:

%ctor{
    if(GetPrefBool(@"kSomeKey")){
      writeData(0xBlah, 0xBlah);
    }else{
      writeData(0xBlah, 0xBlah);
    }
    if(GetPrefBool(@"kOtherKey")){
      writeData(0xBlah, 0xBlah);
    }else{
      writeData(0xBlah, 0xBlah);
    }
}
Posted

@@Gh0stByte
Oh my goodness....
why do iOSGods coders always do everything the inefficient way!?!
 
For the keys use this:
 

#define PLIST_PATH @"/var/mobile/Library/Preferences/YOUR_PLIST_NAME.plist"
 
NSDictionary *dict;

inline BOOL GetPrefBool(NSString *key) 
{
    return [dict[key] boolValue];
}

 
then call is by
 

GetPrefBool(@"kSomeKey");

 
You also only need one 

%ctor

 
Example:


%ctor{
    
    dict = [NSDictionary dictionaryWithContentsOfFile:PLIST_PATH];
    
    if(GetPrefBool(@"kSomeKey"))
    {
      writeData(0xBlah, 0xBlah);
    }else
    {
      writeData(0xBlah, 0xBlah);
    }

    if(GetPrefBool(@"kOtherKey"))
    {
      writeData(0xBlah, 0xBlah);
    }
}
Posted

So it becomes like this:

 

 

 

#import <Foundation/Foundation.h>
#import "writeData.h"

%ctor{
dict = [NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"];
if(GetPrefBool(@"Key1"))
{
writeData(0x3E14E0, 0x00207047);
}else
{
writeData(0x3E14E0, 0x90B50446);
}

if(GetPrefBool(@"Key2"))
{
writeData(0x3D01E0, 0x64207047);
}else
{
writeData(0x3D01E0, 0xC16D90F9);
}

if(GetPrefBool(@"Key3"))
{
writeData(0x5CB85C, 0xFF207047);
}else
{
writeData(0x5CB85C, 0x806F7047);
}

if(GetPrefBool(@"Key4"))
{
writeData(0x36B8F0, 0xFF20FF23);
writeData(0x36B8F4, 0x58437047);
}else
{
writeData(0x36B8F0, 0xD0E90801);
writeData(0x36B8F4, 0x401A7047);
}

if(GetPrefBool(@"Key5"))
{
writeData(0x36BB18, 0xFF20FF23);
writeData(0x36BB1C, 0x58437047);
}else
{
writeData(0x36BB18, 0xC169406A);
writeData(0x36BB1C, 0x081A7047);
}

if(GetPrefBool(@"Key6"))
{
writeData(0xB99820, 0x64207047);
}else
{
writeData(0xB99820, 0xC16C90F9);
}

if(GetPrefBool(@"Key7"))
{
writeData(0x368842, 0x6320);
}else
{
writeData(0x368842, 0x2046);
}

if(GetPrefBool(@"Key8"))
{
writeData(0xB99CAC, 0x01200000);
writeData(0xB99CBC, 0xFF200000);
}else
{
writeData(0xB99CAC, 0xD0F84C01);
writeData(0xB99CBC, 0xD0F85001);
}

if(GetPrefBool(@"Key9"))
{
writeData(0x7F0659, 0xE0);
writeData(0x7F84B2, 0x0000);
}else
{
writeData(0x7F0659, 0xD0);
writeData(0x7F84B2, 0x0FD1);
}

if(GetPrefBool(@"Key10"))
{
writeData(0x84ED12, 0x52);
}else
{
writeData(0x84ED12, 0x34);
}

if(GetPrefBool(@"Key11"))
{
writeData(0x24F82E, 0xF6);
}else
{
writeData(0x24F82E, 0xD8);
}

if(GetPrefBool(@"Key12"))
{
writeData(0xCEE64, 0x01207047);
writeData(0xCEEA8, 0x00207047);
}else
{
writeData(0xCEE64, 0xD0F89010);
writeData(0xCEEA8, 0xD0F89C10);
}

if(GetPrefBool(@"Key13"))
{
writeData(0x3DC508, 0x00);
}else
{
writeData(0x3DC508, 0x01);
}

if(GetPrefBool(@"Key14"))
{
writeData(0x7A5F7C, 0x01207047);
writeData(0x7A602C, 0x01207047);
writeData(0x7A60D0, 0x01207047);
writeData(0x7A6174, 0x01207047);
}else
{
writeData(0x7A5F7C, 0xF0B503AF);
writeData(0x7A602C, 0xF0B503AF);
writeData(0x7A60D0, 0xF0B503AF);
writeData(0x7A6174, 0xF0B503AF);
}

if(GetPrefBool(@"Key15"))
{
writeData(0x47F002, 0x012090BD);
}else
{
writeData(0x47F002, 0x044601AF);
}

if(GetPrefBool(@"Key16"))
{
writeData(0x3DBA08, 0x01207047);
}else
{
writeData(0x3DBA08, 0xD0F74EBE);
}

if(GetPrefBool(@"Key17"))
{
writeData(0x2EDB1C, 0x01);
}else
{
writeData(0x2EDB1C, 0x00);
}

if(GetPrefBool(@"Key18"))
{
writeData(0x3699C8, 0x00000000);
writeData(0x3699CC, 0x00000000);
writeData(0x3699D0, 0x0000);
writeData(0x37E1B4, 0x01493FF0);
writeData(0x37E1B8, 0x05FF2DE0);
writeData(0x37E1BC, 0xCD280000);
writeData(0x37E6A4, 0x01207047);
writeData(0x37EA7C, 0x01207047);
writeData(0x369B25, 0xE0);
writeData(0x369B4C, 0x0000);
}else
{
writeData(0x3699C8, 0xD0E90501);
writeData(0x3699CC, 0x814200F0);
writeData(0x3699D0, 0xBE80);
writeData(0x37E1B4, 0x01AE0C46);
writeData(0x37E1B8, 0x04F11401);
writeData(0x37E1BC, 0x05463046);
writeData(0x37E6A4, 0xF0B503AF);
writeData(0x37EA7C, 0xF0B503AF);
writeData(0x369B25, 0xD2);
writeData(0x369B4C, 0x86D3);
}

if(GetPrefBool(@"Key19"))
{
writeData(0x63969A, 0x00000000);
writeData(0x6D11A6, 0xC6F0F9F3);
writeData(0x6D11AA, 0x07A9C8F0);
writeData(0x6D11AE, 0xB6F21CE0);
}else
{
writeData(0x63969A, 0x60F13FF0);
writeData(0x6D11A6, 0x029807A9);
writeData(0x6D11AA, 0x07F77DFA);
writeData(0x6D11AE, 0x0799059D);
}

if(GetPrefBool(@"Key20"))
{
writeData(0xB9996C, 0x0220FA23);
writeData(0xB99970, 0x58437047);
}else
{
writeData(0xB9996C, 0xD0F8D410);
writeData(0xB99970, 0x90F9D800);
}

}

 

 

 

Going to try it... B)

Posted

So it becomes like this:

 

 

 

#import <Foundation/Foundation.h>
#import "writeData.h"

%ctor{
dict = [NSDictionary dictionaryWithContentsOfFile:@"/var/mobile/Library/Preferences/com.javitech.bravefrontiercheats1.2.2-4.plist"];
if(GetPrefBool(@"Key1"))
{
writeData(0x3E14E0, 0x00207047);
}else
{
writeData(0x3E14E0, 0x90B50446);
}

if(GetPrefBool(@"Key2"))
{
writeData(0x3D01E0, 0x64207047);
}else
{
writeData(0x3D01E0, 0xC16D90F9);
}

if(GetPrefBool(@"Key3"))
{
writeData(0x5CB85C, 0xFF207047);
}else
{
writeData(0x5CB85C, 0x806F7047);
}

if(GetPrefBool(@"Key4"))
{
writeData(0x36B8F0, 0xFF20FF23);
writeData(0x36B8F4, 0x58437047);
}else
{
writeData(0x36B8F0, 0xD0E90801);
writeData(0x36B8F4, 0x401A7047);
}

if(GetPrefBool(@"Key5"))
{
writeData(0x36BB18, 0xFF20FF23);
writeData(0x36BB1C, 0x58437047);
}else
{
writeData(0x36BB18, 0xC169406A);
writeData(0x36BB1C, 0x081A7047);
}

if(GetPrefBool(@"Key6"))
{
writeData(0xB99820, 0x64207047);
}else
{
writeData(0xB99820, 0xC16C90F9);
}

if(GetPrefBool(@"Key7"))
{
writeData(0x368842, 0x6320);
}else
{
writeData(0x368842, 0x2046);
}

if(GetPrefBool(@"Key8"))
{
writeData(0xB99CAC, 0x01200000);
writeData(0xB99CBC, 0xFF200000);
}else
{
writeData(0xB99CAC, 0xD0F84C01);
writeData(0xB99CBC, 0xD0F85001);
}

if(GetPrefBool(@"Key9"))
{
writeData(0x7F0659, 0xE0);
writeData(0x7F84B2, 0x0000);
}else
{
writeData(0x7F0659, 0xD0);
writeData(0x7F84B2, 0x0FD1);
}

if(GetPrefBool(@"Key10"))
{
writeData(0x84ED12, 0x52);
}else
{
writeData(0x84ED12, 0x34);
}

if(GetPrefBool(@"Key11"))
{
writeData(0x24F82E, 0xF6);
}else
{
writeData(0x24F82E, 0xD8);
}

if(GetPrefBool(@"Key12"))
{
writeData(0xCEE64, 0x01207047);
writeData(0xCEEA8, 0x00207047);
}else
{
writeData(0xCEE64, 0xD0F89010);
writeData(0xCEEA8, 0xD0F89C10);
}

if(GetPrefBool(@"Key13"))
{
writeData(0x3DC508, 0x00);
}else
{
writeData(0x3DC508, 0x01);
}

if(GetPrefBool(@"Key14"))
{
writeData(0x7A5F7C, 0x01207047);
writeData(0x7A602C, 0x01207047);
writeData(0x7A60D0, 0x01207047);
writeData(0x7A6174, 0x01207047);
}else
{
writeData(0x7A5F7C, 0xF0B503AF);
writeData(0x7A602C, 0xF0B503AF);
writeData(0x7A60D0, 0xF0B503AF);
writeData(0x7A6174, 0xF0B503AF);
}

if(GetPrefBool(@"Key15"))
{
writeData(0x47F002, 0x012090BD);
}else
{
writeData(0x47F002, 0x044601AF);
}

if(GetPrefBool(@"Key16"))
{
writeData(0x3DBA08, 0x01207047);
}else
{
writeData(0x3DBA08, 0xD0F74EBE);
}

if(GetPrefBool(@"Key17"))
{
writeData(0x2EDB1C, 0x01);
}else
{
writeData(0x2EDB1C, 0x00);
}

if(GetPrefBool(@"Key18"))
{
writeData(0x3699C8, 0x00000000);
writeData(0x3699CC, 0x00000000);
writeData(0x3699D0, 0x0000);
writeData(0x37E1B4, 0x01493FF0);
writeData(0x37E1B8, 0x05FF2DE0);
writeData(0x37E1BC, 0xCD280000);
writeData(0x37E6A4, 0x01207047);
writeData(0x37EA7C, 0x01207047);
writeData(0x369B25, 0xE0);
writeData(0x369B4C, 0x0000);
}else
{
writeData(0x3699C8, 0xD0E90501);
writeData(0x3699CC, 0x814200F0);
writeData(0x3699D0, 0xBE80);
writeData(0x37E1B4, 0x01AE0C46);
writeData(0x37E1B8, 0x04F11401);
writeData(0x37E1BC, 0x05463046);
writeData(0x37E6A4, 0xF0B503AF);
writeData(0x37EA7C, 0xF0B503AF);
writeData(0x369B25, 0xD2);
writeData(0x369B4C, 0x86D3);
}

if(GetPrefBool(@"Key19"))
{
writeData(0x63969A, 0x00000000);
writeData(0x6D11A6, 0xC6F0F9F3);
writeData(0x6D11AA, 0x07A9C8F0);
writeData(0x6D11AE, 0xB6F21CE0);
}else
{
writeData(0x63969A, 0x60F13FF0);
writeData(0x6D11A6, 0x029807A9);
writeData(0x6D11AA, 0x07F77DFA);
writeData(0x6D11AE, 0x0799059D);
}

if(GetPrefBool(@"Key20"))
{
writeData(0xB9996C, 0x0220FA23);
writeData(0xB99970, 0x58437047);
}else
{
writeData(0xB9996C, 0xD0F8D410);
writeData(0xB99970, 0x90F9D800);
}

}

 

 

 

Going to try it... B)

Use the one I sent you in PM. Just replace offsets and keys with yours. :)

Posted

Same one I sent you in PM. Just replace offsets and keys with yours. :3

Ohhhh, I see now! The light has shown guys! The light has shown! Everything just clicked now. I feel my IQ rising by the tens :idea:

 

@ :worship:  @@Gh0stByte :worship:  @@DiDA :worship:  Thank You Guys! :wiggle:

Posted

I made my .deb and it works! The ONLY issue I have with it is that the cheats stay on even if I toggle it off, I look at the hex and it's stuck on the modified hex. It doesn't revert back to the original values. How do I fix this? :/

Posted

I made my .deb and it works! The ONLY issue I have with it is that the cheats stay on even if I toggle it off, I look at the hex and it's stuck on the modified hex. It doesn't revert back to the original values. How do I fix this? :/

You have to restart the app to apply changes.

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines