Log in

View Full Version : [Alpha] SkyReck Alpha | Real Time Skyrim Editor/UI Trainer



xI cHOcOLaTe
07-11-2012, 06:26 AM
I got bored and made this x3.

It uses XDevkit, so make sure you're using a Jtag/RGH with Natelx's XBDM or have a dev kernel on it. Or, just have a devkit running it.

It's reflectable, so feel free to check the source <3.

http://gyazo.com/e8a6fef3d2727a56f89a35a74fe9da01.png
http://gyazo.com/5a848a13995d00876782b0d9381b64e6.png

If you guys have any problems, or suggestions with future builds please tell meh :3

Enjoy <3 :D

8605

revsix6
07-11-2012, 12:17 PM
Excellent for sharing and making this, cHOcOLaTe.

thegutta
07-11-2012, 12:43 PM
Great share Chocolate :)

eje
07-11-2012, 01:32 PM
is this for pc or xbox?

CloudStrife7x
07-11-2012, 04:23 PM
very awesome job on this xI cHOcOLaTe :)

8Ball
07-11-2012, 04:30 PM
ha i was making near enough the exact same thing for peekpoker as a plugin, we should compare notes :lol:
I'm working on porting the existing trainer codes over to title update 7, easy enough with all these strings lying around.

I'm getting an error on startup though,

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {A5EB45D8-F3B6-49B9-984A-0D313AB60342} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at SkyReck.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
SkyReck
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/HOME/Desktop/SkyReck.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.278 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.282 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.269 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
XDevkit
Assembly Version: 2.0.21119.0
Win32 Version: 2.0.21119.0
CodeBase: file:///C:/Users/HOME/Desktop/XDevkit.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Unless i've specifically forgotten to install it on this comp (which i doubt considering i code on this one) it seems to be complaining about my lack of a working framework 4.

xI cHOcOLaTe
07-11-2012, 05:07 PM
ha i was making near enough the exact same thing for peekpoker as a plugin, we should compare notes :lol:
I'm working on porting the existing trainer codes over to title update 7, easy enough with all these strings lying around.

I'm getting an error on startup though,

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {A5EB45D8-F3B6-49B9-984A-0D313AB60342} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at SkyReck.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
SkyReck
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/HOME/Desktop/SkyReck.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.278 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.282 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.269 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
XDevkit
Assembly Version: 2.0.21119.0
Win32 Version: 2.0.21119.0
CodeBase: file:///C:/Users/HOME/Desktop/XDevkit.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Unless i've specifically forgotten to install it on this comp (which i doubt considering i code on this one) it seems to be complaining about my lack of a working framework 4.

Yeah, it looks like you're missing .NET Framework 4.0. Go here d00d: http://www.microsoft.com/en-us/download/details.aspx?id=17851

xI cHOcOLaTe
07-11-2012, 05:08 PM
Thanks for all the comments guys, anyone got any suggestions/add-ons? Or can someone supply me with all the title updates so I can port the offsets :)

xI cHOcOLaTe
07-11-2012, 05:09 PM
is this for pc or xbox?

Xbox 360 :)

Renegade
07-11-2012, 05:38 PM
You're improving Coco. Not so long ago you were a CoD scrub :p (Jokes)

xI cHOcOLaTe
07-11-2012, 05:43 PM
You're improving Coco. Not so long ago you were a CoD scrub :p (Jokes)

lol, I know really :P. Anyway, can anyone provide me with title updates 1-6 for this game?

eje
07-11-2012, 08:44 PM
thanks i will try it awsome editor ;)

8Ball
07-11-2012, 10:01 PM
lol, I know really :P. Anyway, can anyone provide me with title updates 1-6 for this game?
would you like some title update-patched xexs instead? i have 3-7 avaliable, i use them to generate updated ida pro databases.
I can also throw in the list of codes i've already collected.

xI cHOcOLaTe
07-11-2012, 10:30 PM
would you like some title update-patched xexs instead? i have 3-7 avaliable, i use them to generate updated ida pro databases.
I can also throw in the list of codes i've already collected.

Yeah that'll def help, put em in a .rar upload it to mediafire for me :D?

8Ball
07-11-2012, 11:29 PM
http://www.putlocker.com/file/7AA8944BF2E91A68

Sorry i haven't quite figured out the new mediafire without signing in, i am not making an account.
Included is my codelist, tu-xexs 4-6 and the original, the rest seem to have gone missing, you can pull them off http://marketplace.jqe360.com/ though and patch them in with xextool.

xI cHOcOLaTe
07-12-2012, 12:16 AM
http://www.putlocker.com/file/7AA8944BF2E91A68

Sorry i haven't quite figured out the new mediafire without signing in, i am not making an account.
Included is my codelist, tu-xexs 4-6 and the original, the rest seem to have gone missing, you can pull them off http://marketplace.jqe360.com/ though and patch them in with xextool.

Oh shit, I forgot about JQE360 lol, thanks dude :D

Serious_M
08-10-2012, 02:47 PM
nice work xI cHOcOLaTe