Author Topic: Removing Flames [ 317 renamed deob]  (Read 102 times)

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Removing Flames [ 317 renamed deob]
« on: March 17, 2011, 05:20:44 pm »
This is Common sence But it aint been Posted so Here

Search for

Quote
int l3 = j3;


Delete

Quote
            {
               int l3 = j3;
               int j4 = 256 - j3;
               j3 = anIntArray850[j3];
               int l4 = aRSImageProducer_1110.anIntArray315[j1];
               aRSImageProducer_1110.anIntArray315[j1++] = ((j3 & 0xff00ff) * l3 + (l4 & 0xff00ff) * j4 & 0xff00ff00) + ((j3 & 0xff00) * l3 + (l4 & 0xff00) * j4 & 0xff0000) >> 8;
            } else


Search
Quote
int i5 = k4;


Delete
Quote
            {
               int i5 = k4;
               int j5 = 256 - k4;
               k4 = anIntArray850[k4];
               int k5 = aRSImageProducer_1111.anIntArray315[j1];
               aRSImageProducer_1111.anIntArray315[j1++] = ((k4 & 0xff00ff) * i5 + (k5 & 0xff00ff) * j5 & 0xff00ff00) + ((k4 & 0xff00) * i5 + (k5 & 0xff00) * j5 & 0xff0000) >> 8;
            } else


Then load clients and the flames should be removed.

Offline The Unholy

  • Steel Member
  • *
  • Posts: 36
  • Rep 4
    • View Profile
Re: Removing Flames [ 317 renamed deob]
« Reply #1 on: March 17, 2011, 05:23:17 pm »
Looks nice, would be helpful for those wishing to have custom backgrounds for 317 Deobs and similar clients.

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Removing Flames [ 317 renamed deob]
« Reply #2 on: March 17, 2011, 05:28:15 pm »
Like i say  Its common sence  anybody can do it.  But nobody had posted it so i did .