Post: Thread.Sleep(20); question what this does?
03-08-2016, 07:11 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); PS3.SetMemory(0xF, new byte[] { 0x00, 0x00, 0x00, 0x00 });
Thread.Sleep(20);
PS3.SetMemory(0xF, new byte[] { 0x00, 0x00 });
Thread.Sleep(20);
as the title says idk for what is this Thread.Sleep(20); it stops the game from inyecting bytes or it stop the rtm tool?
(adsbygoogle = window.adsbygoogle || []).push({});
03-08-2016, 07:25 AM #2
MrMoan
Big Daddy
Im not a sprx maker but Thread.Sleep(20); means it will wait that time witch is 20 secs before doing what ever is after it
03-08-2016, 08:54 AM #3
xHostModer
Little One
Its not 20 secs i guess.
03-10-2016, 06:09 PM #4
Gryphus
Former Super Moderator
Originally posted by ERICK
PS3.SetMemory(0xF, new byte[] { 0x00, 0x00, 0x00, 0x00 });
Thread.Sleep(20);
PS3.SetMemory(0xF, new byte[] { 0x00, 0x00 });
Thread.Sleep(20);
as the title says idk for what is this Thread.Sleep(20); it stops the game from inyecting bytes or it stop the rtm tool?


moved to PS3 mods questions
03-10-2016, 07:09 PM #5
primetime43
Knowledge is power Tiphat
Originally posted by ERICK
PS3.SetMemory(0xF, new byte[] { 0x00, 0x00, 0x00, 0x00 });
Thread.Sleep(20);
PS3.SetMemory(0xF, new byte[] { 0x00, 0x00 });
Thread.Sleep(20);
as the title says idk for what is this Thread.Sleep(20); it stops the game from inyecting bytes or it stop the rtm tool?


It means the threads are suspended for 20 milliseconds. You can look here You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo