Or you just could hook into any game adress and run your code inside it xD
Not everything with programming is for modding, KranK. 😛
Or you just could hook into any game adress and run your code inside it xD
Not everything with programming is for modding, KranK. 😛
Great job on your post Absolute Zero
Thanks man, appreciate it!
Not everything with programming is for modding, KranK. :p
Haha true 😛
I was poking around and found that you can do a super easy setup like this as well
public async void Do_The_Thing() { bool sleep = false; while (true) { //Do Stuff if (!sleep) Thread.Sleep(100); } }
and call it like
Do_The_Thing();
if you keep the "while (true)" portion, it'll run forever. without it, it'll just run once. This method is super nice, because you don't have to worry about making public static variables for everything 😛
Just found this today and wanted to share.
Download Link to USB infection? I really need to add this RTM Tool to my Jailbroken PS4
Great Tutorial bro 😉