Post: Helpful Function Class ((C#))
11-02-2014, 06:41 AM #1
Cain532
Vault dweller
(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 Smile 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!!


  1. Scan(API, ByteArray, range1, range2, result);
  2. Toggle(API, boolnum, address, on, off, button);
  3. OffsetPrint(API, ByteArray, range1, range2, Label);
  4. JumpFunc(API, address, bytes, times, jump);
  5. SIndexWrite(API, address, ComboBox, bytes);
  6. SIndexRead(API, address, ComboBox);
  7. TrackBarWrite(API, trackbar, address, label, ComboBox);
  8. TrackBarCheck(API, trackbar, address, label, ComboBox);
  9. ConnectAttach(API);
  10. ConnectSTATS(API, connectlabel, attachlabel, firmwarelabel);
  11. Num(API, address, numericupdown);
  12. AddByte(API, address, bytes);
  13. CboxWrite(API, address, bytearray, ComboBox);
  14. Hash(input);
  15. GetTemperature(API, CPUlabel, GPUlabel);
  16. Updater(linkXML, ProgramName, DownloadLink);


If you need an explanation on how any of these works, just ask and I'll tell you Smile


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]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Cain532 for this useful post:

One, Absolute Zero, Cyb3r, flynhigh09, kiwi_modz
11-02-2014, 08:12 AM #2
Absolute Zero
Do your homework, fool.
Originally posted by Cain532 View Post
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.

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.

There's no virus scan because it's not an exe file.

You must login or register to view this content.[/color][/b]


Good job buddy, this has a lot of potential Smile
11-02-2014, 08:26 AM #3
Cain532
Vault dweller
Originally posted by Absolute
Good job buddy, this has a lot of potential Smile


Thanks dude, I'm hoping to get other people to add their ideas on what to throw into this library and hopefully make it better!
11-02-2014, 09:16 AM #4
it's for RTE , have any idea use on sprx ?
11-02-2014, 05:58 PM #5
Cyb3r
NextGenUpdate Elite
I'm sure it's going to be so much useful for me, thanks buddy and keep it up. Winky Winky
11-02-2014, 08:33 PM #6
Cain532
Vault dweller
Originally posted by ioritree View Post
it's for RTE , have any idea use on sprx ?


sprx deals in C++ coding language, this is for RTE using C#. The difference is that sprx is more rigid and is done on startup. (if I understand it properly) you load sprx directly to the target as a file, this you are actively changing in game memory. Hope that clears things up!
11-02-2014, 08:34 PM #7
Cain532
Vault dweller
Originally posted by Cyb3r View Post
I'm sure it's going to be so much useful for me, thanks buddy and keep it up. Winky Winky


Thanks!
11-06-2014, 02:35 PM #8
Cain532
Vault dweller
Added .dll for easier use!!!
11-07-2014, 03:26 AM #9
Cain532
Vault dweller
*bump added How To guide!!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo