Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial Being anonymous at aIW
#11
Hex editing that in original mw2 = VAC BAN. @OrangePL and @Nukem : this is even older than that guy post, some guy from aiw staff said how some months ago(maybe a year, Big Grin)
Reply

#12
I once did this in original MW2 with name stealing, so everyone was blaming others for HAX.
(so it changed automagically)
Reply

#13
(10-09-2011, 10:25)SuperNovaAO Wrote: I once did this in original MW2 with name stealing, so everyone was blaming others for HAX.
(so it changed automagically)

@SuperNovaAO Do it for aIW or at least post the code Big Grin
Reply

#14
1. Find the pointer to your own name.
2. Find the struct of all other players.
3. Change your name once every 3+ frames (to not get kicked for command overflow if you would do it every frame).
4. ???
5. PROFIT?!
&feature=channel_video_title
Reply

#15
itshax 8)
[Image: 1fxsnb.jpg]
Reply

#16
@SuperNovaAO something understandable for less experienced ppl ?
[Image: lQDUjba.jpg]
Reply

#17
(10-09-2011, 22:23)OrangePL Wrote: @SuperNovaAO something understandable for less experienced ppl ?

Learn 2 :

Code:
#include <iostream>
#include "Windows.h"

using namespace std;

int main()
{
cout << "Hello World" ;
system("PAUSE");
return 0;
}
Reply

#18
Dodgy
[Image: lQDUjba.jpg]
Reply

#19
(10-10-2011, 08:42)aosma8 Wrote:
(10-09-2011, 22:23)OrangePL Wrote: @SuperNovaAO something understandable for less experienced ppl ?

Learn 2 :

Code:
#include <iostream>
#include "Windows.h"

using namespace std;

int main()
{
cout << "Hello World" ;
system("PAUSE");
return 0;
}

I can't understand why you put using namespace std; there
[Image: 1fxsnb.jpg]
Reply

#20
(10-10-2011, 10:51)4FunPlayin Wrote:
(10-10-2011, 08:42)aosma8 Wrote:
(10-09-2011, 22:23)OrangePL Wrote: @SuperNovaAO something understandable for less experienced ppl ?

Learn 2 :

Code:
#include <iostream>
#include "Windows.h"

using namespace std;

int main()
{
cout << "Hello World" ;
system("PAUSE");
return 0;
}

I can't understand why you put using namespace std; there

You need using namespace std to use cout,cin,edl etc.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Black Ops II is making Anonymous the enemy Xzite 1 2,027 05-08-2012, 21:51
Last Post: SuperNovaAO
  [Release] Be anonymous at alterIWnet - NOW IN TOOL OrangePL 17 6,691 01-15-2012, 02:20
Last Post: [MPGH]Archangel

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.