Author Topic: 10X HITS on any [PI]  (Read 71 times)

Offline Tampon Abuse

  • Dragon Member
  • *
  • Posts: 193
  • Rep 1
  • All vote for Rune-Kingdom!
  • Location: Oklahoma, Oklahoma City
    • View Profile
10X HITS on any [PI]
« on: April 02, 2011, 10:53:31 pm »
I know its very easy to do, but just wanna help someone!
client.java find:
Code: [Select]
public static boolean newDamage = false;
Change False to True, Like this
Code: [Select]
public static boolean newDamage = true;
CLIENT SIDED.
step 1:
open class30_sub2_sub4_sub1

step2: replace your method447 with this one
Code: [Select]
public final void method447(int i, int j, int k, int l)
{
for(int i1 = 0; i1 < 4; i1++)
if(anIntArray1516[i1] <= l)
{
anIntArray1514[i1] = k * ((client.newDamage == true && k > 0) ? 10 : 1);
if (client.newDamage && k > 0) {
anIntArray1514[i1] += new java.util.Random().nextInt(9);
}
anIntArray1515[i1] = j;
anIntArray1516[i1] = l + 70;
return;
}

if(i != anInt1509)
aBoolean1508 = !aBoolean1508;
}

Compile and Done.
Enjoy 10x Hits.


-Tampon Abuse|Brandon

Everyone Vote For RUNE-KINGDOM at http://www.mmorpgtop200.com/in.php?site=6792

Share on Bluesky Share on Facebook


Offline ~Dylan~

  • Steel Member
  • *
  • Posts: 37
  • Rep 0
    • View Profile
Re: 10X HITS on any [PI]
« Reply #1 on: April 04, 2011, 11:07:01 am »
Not project inasnity...

Offline Tampon Abuse

  • Dragon Member
  • *
  • Posts: 193
  • Rep 1
  • All vote for Rune-Kingdom!
  • Location: Oklahoma, Oklahoma City
    • View Profile
Re: 10X HITS on any [PI]
« Reply #2 on: April 04, 2011, 12:46:57 pm »
i did this on my original pi

Everyone Vote For RUNE-KINGDOM at http://www.mmorpgtop200.com/in.php?site=6792