Post: [C#]Mayhem Modding's Public Cheater Advanced Aim Bot
08-31-2014, 07:01 AM #1
Phobia
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); Here is the source with it so it is easy to put it in your tool

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using PS3Lib;
using MW2RPC;

namespace Advance_Aimbot
{
public partial class Form1 : MetroFramework.Forms.MetroForm
{
public static PS3TMAPI.ConnectStatus connectStatus;
private PS3API PS3 = new PS3API();
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void metroButton1_Click(object sender, EventArgs e)
{
if (PS3.ConnectTarget())
{

}
if (PS3.AttachProcess())
{
MW2RPC.CDRPC.Cbuf_Addtext(";" + textBox3.Text + ";");
}
}

public class NonHostButtonsL1
{
public static uint
L1 = 0x41,
R1 = 0x4D,
Square = 0x29,
R3 = 0xD1,
DpadUp = 0xF5,
DpadDown = 0x105,
Cross = 0x10,
Triangle = 0x34,
Circle = 0x1C,
L2 = 0xDC,
R2 = 0xE8,
L3 = 0xC4,
Left = 0x10C,
Right = 0x118,
Select = 0xB8,
Start = 0xAC;
}

public bool NonHostButtonPressedL1(uint Button)
{
if (PS3.Extension.ReadByte(0x0095C08A + Button) == 0x01)
{
return true;
}
else
{
return false;
}
}

private void timer1_Tick(object sender, EventArgs e)
{
timer1.Interval = 1;
if (NonHostButtonPressedL1(NonHostButtonsL1.L1))
{
MW2RPC.CDRPC.Cbuf_Addtext(";aim_autoaim_enabled 1");
}
timer1.Stop();
timer2.Start();
}

private void timer2_Tick(object sender, EventArgs e)
{
timer2.Interval = 1;
if (NonHostButtonPressedL1(NonHostButtonsL1.L1))
{
MW2RPC.CDRPC.Cbuf_Addtext(";aim_autoaim_enabled 0");
}
timer2.Stop();
timer1.Start();
}

private void timer3_Tick(object sender, EventArgs e)
{
MW2RPC.CDRPC.Cbuf_Addtext(";" + textBox2.Text + ";");
timer3.Stop();
timer3.Start();
}

private void metroCheckBox1_CheckedChanged(object sender, EventArgs e)
{
if (metroCheckBox1.Checked)
{
MW2RPC.CDRPC.Cbuf_Addtext(";" + textBox1.Text + ";");
timer1.Start();
timer3.Start();
}
else
{
timer1.Stop();
timer2.Stop();
timer3.Stop();
MW2RPC.CDRPC.Cbuf_Addtext(";bind button_lshlr +speed_throw;aim_autoaim_enabled 0;aim_aimAssistRangeScale 0;aim_autoAimRangeScale 0");
}
}
}
}

//Replace in textBox1
set AAL1 "toggle AAL1F \"vstr AAL1ON\" \"vstr AAL1OFF\";vstr AAL1F"
set AAL1F ""
set AAL1ON "set AimR vstr AimRon;vstr AimR"
set AAL1OFF "set AimR vstr AimRoff;vstr AimR"

bind apad_right "setPerk MayhemModding specialty_bulletaccuracy;setPerk MayhemModding specialty_holdbreath"
set NADA ""
set ARx ""
set AimR ""
set AimRon "aim_aimAssistRangeScale 2;aim_autoAimRangeScale 2"
set AimRoff "aim_aimAssistRangeScale 0;aim_autoAimRangeScale 0"
set player_breath_hold_time "30"
set player_breath_gasp_lerp ".001"
set player_breath_gasp_time ".001"
set aim_lockon_region_height "480"
set aim_lockon_region_width "640"
set aim_lockon_enabled "1"
set aim_lockon_strength "1"
set aim_lockon_deflection "0"
set aim_autoaim_enabled "1"
set aim_autoaim_lerp "100"
set aim_autoaim_region_height "480"
set aim_autoaim_region_width "640"
set aim_slowdown_yaw_scale_ads "0"
set aim_slowdown_yaw_scale "0"
set aim_slowdown_pitch_scale "0"
set aim_slowdown_pitch_scale_ads "0"
set aim_slowdown_region_height "0"
set aim_slowdown_region_width "0"
set aim_slowdown_enabled "1"


//Replace in textBox2
bind BUTTON_LSHLDR "+speed_throw;vstr AAL1;vstr NADA"


//Replace in textbox3
bind button_back "togglescores;set AAL1 vstr AAL1ON;set AimR vstr AimRoff;vstr AimR"

This release sanctioned by Mayhem Modding.

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned Phobia for this awful post:

Calyx
08-31-2014, 12:16 PM #2
EncepT
I defeated!
WTF!
That is just shit!

The following user thanked EncepT for this useful post:

G33B0X
09-01-2014, 09:07 AM #3
Phobia
Little One
Originally posted by An
WTF!
That is just shit!

lol, you can take it up with him, I just released it for him Sir Gabe

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo