private void btnPoker_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x2000B7E20, (int)numPoker.Value);
     }
 }
Example #2
0
 private void tmrHealth_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x3665C78, 1133903872);
     }
 }
Example #3
0
 private void tmrGauge_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, entryList[16] + 0x6EFEC, 1184081920);
     }
 }
 private void btnZeni_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x2019691A4, (int)numZeni.Value);
     }
 }
 private void btnRings_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, processEntry + 0x6440FC, (int)numRings.Value);
     }
 }
Example #6
0
 private void tmrHealth_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x1A0AF3B78, 10000);
     }
 }
Example #7
0
 private void btn132_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x110491AE79, 1);
     }
     MetroMessageBox.Show(this, "L3 + Left Pad Opens 1 menu then L3 + Right Pad opens another. L3 + R3 = noclip.", "Controls", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
 }
Example #8
0
 private void btnKiryuMoney_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, entryList[15] + 0x77028, (int)numKiryuMoney.Value);
     }
 }
 private void btnApples_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x2587CD9A0, (int)numApples.Value);
     }
 }
Example #10
0
 private void tmrHealth_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         ulong adr = Util.GetPointerAdress("@5F35268_3_8F1268+158+8+6B8+CEC", processID);
         if (adr > 0)
         {
             PS4.WriteInt32(processID, adr, 5000);
         }
         else
         {
         }
     }
 }
Example #11
0
 private void btnMoney_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, processEntry + 0xA330274, (int)numMoney.Value);
     }
 }
Example #12
0
 private void btnMoney_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x301ee0c, (int)numMoney.Value);
     }
 }
Example #13
0
 private void btnRO_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x28D7C0310, 0);
     }
 }
Example #14
0
 private void tmrMana_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, entryList[19] + 0x66752BC, 344);
     }
 }
Example #15
0
 private void btnSetCurrency_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, processEntry + 0x1031C7C, (int)numCurrency.Value);
     }
 }
Example #16
0
 private void btnMoney_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x7002A32CC0, (int)numMoney.Value);
     }
     Thread.Sleep(1000);
     PS4.WriteInt32(processID, 0x701A15F018, (int)numMoney.Value);
     Thread.Sleep(1000);
     PS4.WriteInt32(processID, 0x703A5709B8, (int)numMoney.Value);
 }
Example #17
0
 private void tmrAmmo_Tick(object sender, EventArgs e)
 {
     if (attached)
     {
         ulong adr = Util.GetPointerAdress("@69C25C0_3_2265C0+1D8+60+8+30+F20+BB8+98+188", processID);
         if (adr > 0)
         {
             PS4.WriteInt32(processID, adr, 99);
         }
         else
         {
         }
     }
 }
 private void btnSP_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         ulong adr = Util.GetPointerAdress("@5E7CDDE0_3_9DE0+28+28+20+38+5B0+518", processID);
         if (adr > 0)
         {
             PS4.WriteInt32(processID, adr, (int)numSP.Value);
         }
         else
         {
         }
     }
 }
Example #19
0
 private void btnMoney_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, entryList[17] + 0x3AB0264, (int)numMoney.Value);
     }
     PS4.WriteInt32(processID, entryList[19] + 0x3AB0264, (int)numMoney.Value);
     PS4.WriteInt32(processID, entryList[16] + 0x3AB0264, (int)numMoney.Value);
 }
Example #20
0
 private void btnXP_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x1080200000 + 0x2FBD8E0, (int)numXP.Value);
     }
 }
 private void btnSkillPoints_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteInt32(processID, 0x207219220, (int)numSkillPoints.Value);
     }
 }
Example #22
0
 private void btnKoin_Click(object sender, EventArgs e)
 {
     PS4.WriteInt32(processID, 0x3723840, (int)numKoin.Value);
 }
Example #23
0
 private void tmrNeon_Tick(object sender, EventArgs e)
 {
     if (attached)
         PS4.WriteInt32(processID, processEntry + 0x1112DF0, 1101004800);
 }