(adsbygoogle = window.adsbygoogle || []).push({});
Sorry I haven't uploaded anything for a while. I have lots of projects going on but none of them ready for release (story of my life lol )
But here we have a nice Function class that makes coding a few things a tad bit easier.
Be sure you change the namespace accordingly or else it won't work at all.
I've added a download for a .dll of this

Works the same as PS3Lib.dll, just add it as a reference in your project (still requires PS3Lib.dll for some functions to work) Hope you all enjoy!
So, I'm not going to run through all of them but some of the more honerable mentions would be a method to toggle buttons on and off (thanks to Shark) a search function that scans the active memory for a pre-determined byte array (thanks to Bad Choices and Tustin), and offset print function that searches active memory for a byte array and prints the offset to a label (Thanks to Krank)
There are a lot of things in here that I think will help a lot of folks out. If you have any questions about any of it please let me know!
Hope you all enjoy!
To use these functions, just add the .dll as a reference to your project, be sure to include "using Functions;" at the top of your form! Then simply type "Funcs." followed by whatever command you want to use.
How To!!
So, there are A LOT of functions available, you can see what the parameters are by typing them up in VS and looking at the requirements. It's pretty simple, and excuse me for not wanting to type up a how to on EACH function..... I'd be here forever haha.
Here's the list of available functions!!
- Scan(API, ByteArray, range1, range2, result);
- Toggle(API, boolnum, address, on, off, button);
- OffsetPrint(API, ByteArray, range1, range2, Label);
- JumpFunc(API, address, bytes, times, jump);
- SIndexWrite(API, address, ComboBox, bytes);
- SIndexRead(API, address, ComboBox);
- TrackBarWrite(API, trackbar, address, label, ComboBox);
- TrackBarCheck(API, trackbar, address, label, ComboBox);
- ConnectAttach(API);
- ConnectSTATS(API, connectlabel, attachlabel, firmwarelabel);
- Num(API, address, numericupdown);
- AddByte(API, address, bytes);
- CboxWrite(API, address, bytearray, ComboBox);
- Hash(input);
- GetTemperature(API, CPUlabel, GPUlabel);
- Updater(linkXML, ProgramName, DownloadLink);
If you need an explanation on how any of these works, just ask and I'll tell you 
There's no virus scan because it's not an exe file.
You must login or register to view this content.[/color][/b]
You must login or register to view this content.[/color][/b]