Post: Help with ghost aimbot on ps3
12-05-2013, 10:05 AM #1
userdamage
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Looking for someone with aimbot tool or squares to mod a few clan member accounts for clan wars. msg in-game userdamage2 for ps3

The following 4 users groaned at userdamage for this awful post:

Asian, Authority Modz, MRHackzFTW, Reus_BVB
12-05-2013, 10:07 PM #11
test34
Keeper
Originally posted by Gendjisan View Post
Aimbot in RTE is possible...

Need to use ;

vectoangles(const float *vec, float *angles)
SetClientViewAngle(gentity_s *,float const * const)
G_Entity


How do I call these methods. :/

In this tool (You must login or register to view this content.) for Black Ops II there is a Call function which takes a function address and a list of parameters and calls that function.

    public int Call(uint func_address, params object[] parameters)
{
int num = parameters.Length;
uint num2 = 0u;
while ((ulong)num2 < (ulong)((long)num))
{
if (parameters[(int)((UIntPtr)num2)] is int)
{
byte[] bytes = BitConverter.GetBytes((int)parameters[(int)((UIntPtr)num2)]);
Array.Reverse(bytes);
PS3.SetMemory(268763144u + num2 * 4u, bytes);
}
else
{
if (parameters[(int)((UIntPtr)num2)] is uint)
{
byte[] bytes2 = BitConverter.GetBytes((uint)parameters[(int)((UIntPtr)num2)]);
Array.Reverse(bytes2);
PS3.SetMemory(268763144u + num2 * 4u, bytes2);
}
else
{
if (parameters[(int)((UIntPtr)num2)] is string)
{
byte[] bytes3 = Encoding.UTF8.GetBytes(Convert.ToString(parameters[(int)((UIntPtr)num2)]) + "\0");
PS3.SetMemory(268763180u + num2 * 336u, bytes3);
uint value = 268763180u + num2 * 336u;
byte[] bytes4 = BitConverter.GetBytes(value);
Array.Reverse(bytes4);
PS3.SetMemory(268763144u + num2 * 4u, bytes4);
}
}
}
num2 += 1u;
}
for (int i = 9 - num; i <= 9; i++)
{
PS3.SetMemory((uint)(268763144 + i * 4), new byte[4]);
}
byte[] bytes5 = BitConverter.GetBytes(func_address);
Array.Reverse(bytes5);
PS3.SetMemory(268763136u, bytes5);
Thread.Sleep(20);
byte[] memory = PS3.GetBytes(268763140u, 4);
Array.Reverse(memory);
return BitConverter.ToInt32(memory, 0);
}


How do I do this for vectoangles(const float *vec, float *angles) and SetClientViewAngle(gentity_s *,float const * const) in Ghosts?
12-05-2013, 10:51 PM #12
Originally posted by CodderModder View Post
which rte tool could you do this with?


there is no tool for it and it probably wouldnt be released.
12-06-2013, 06:19 AM #13
Originally posted by AuthorityModz View Post
there is no tool for it and it probably wouldnt be released.


Ok Thanks, do you have any suggestions on the best tool to use for ghosts 1.05 RTE (dex)
12-07-2013, 02:36 AM #14
Originally posted by CodderModder View Post
Ok Thanks, do you have any suggestions on the best tool to use for ghosts 1.05 RTE (dex)


There are some just look on this forums

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo