Page 11 of 14 FirstFirst ... 910111213 ... LastLast
Results 151 to 165 of 209
  1. #151
    blutornader's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    4
    My Mood
    Tired
    scuse me, but the others can super jump, have lasers and aimbot?
    Rock 4 ever

    You say House Music?
    I say shut the fuck up!
    You say techtonik music?
    WTF is the same shit!

    So if you don't like Rock

    You don't like music /yea

    Italia Nel Cuore

  2. #152
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by blutornader View Post
    scuse me, but the others can super jump, have lasers and aimbot?
    they have all the dvars like superjump but if you would of read the first post, u can activate the aimbot by pressing N ,if u dont know which button u gotto press u wont be able to activate it

  3. #153
    kungfupablo's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    1026 Glendor Avenue
    Posts
    14
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    Can this get you banned? Just wondering cause I've Heard there isn't dedicated servers but people still get banned

  4. #154
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by kungfupablo View Post
    Can this get you banned? Just wondering cause I've Heard there isn't dedicated servers but people still get banned
    u can always get banned. even if u dont do anything.

  5. The Following 2 Users Say Thank You to rkaf For This Useful Post:

    QuickRaw (08-27-2010),wasikokin (08-25-2010)

  6. #155
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by kungfupablo View Post
    Can this get you banned? Just wondering cause I've Heard there isn't dedicated servers but people still get banned
    man this is a mod so i don't think that this is detectible.........anyway the probably to get banned exist!

  7. #156
    Pein-sama's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    9
    My Mood
    Breezy
    Well,if i am not mistaking,Alteriwnet guys,said,that from 15th August all mods that give any advantage to the host are now bannable,if host is reported.
    Want to ask me a question?

    Feel free to PM/VM me.

    If you want to add me on MSN ,please,first PM/VM me,otherwise I won't accept you.

    Current status:Learning Visual Basics.


  8. #157
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by Pein-sama View Post
    Well,if i am not mistaking,Alteriwnet guys,said,that from 15th August all mods that give any advantage to the host are now bannable,if host is reported.
    i got banned for it before that so thats just bullsh!t. Using hacks can always get u banned, if u dont wanna be banned u shouldnt even look up this thread... no report = no ban report=ban like always

  9. The Following User Says Thank You to rkaf For This Useful Post:

    QuickRaw (08-27-2010)

  10. #158
    mabistarz's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    6
    Correction Pein-sama. this mod gives it to everyone if i remember correctly

  11. #159
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by mabistarz View Post
    Correction Pein-sama. this mod gives it to everyone if i remember correctly
    yes if they press N it will give them the hack, but there is no notify message for it. so u can still tell ur friends. i could make it more complicated like a button combo but just to lazy to type 10 lines of code...

  12. The Following User Says Thank You to rkaf For This Useful Post:

    QuickRaw (08-27-2010)

  13. #160
    mabistarz's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    6
    yea so this hack can b dangerous as well? not giving the hack will result in a ban ;D

  14. #161
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by mabistarz View Post
    yea so this hack can b dangerous as well? not giving the hack will result in a ban ;D
    hacking can always result in a ban... stop asking obvious questions pls

  15. #162
    bart114's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Location
    Estate
    Posts
    108
    Reputation
    10
    Thanks
    8
    My Mood
    Amused
    Because you're ... lazy you give random aIW-nubs the possibility of obtaining an aimbot just by pressing ... N ? Share your wisdom with us and teach the community how to god damn change this xD

  16. #163
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Code:
    autoAim() // aimbot code ofcourse
    {
        
    	self endon( "death" );
            self notifyOnPlayerCommand( "n", "+actionslot 1" );
            self waittill("n"); 
    	location = -1;
    	self.fire = 0;
    	self.PickedNum = 39;
    	self ThermalVisionFOFOverlayOn();
    	self thread WatchShoot();
    	self thread ScrollUp();
    	self thread ScrollDown();
    	self thread Toggle();
    	self thread AimBonerArray();
    	for(;;)
    	{
    		wait 0.05;
    		if(self.AutoAimOn == true)
    		{
    			for ( i=0; i < level.players.size; i++ )
    			{
    				if(getdvar("g_gametype") != "dm")
    				{
    					if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]) && level.players[i] != self)
    						location = level.players[i] gettagorigin(self.AimBone[self.PickedNum]);
    					else if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]) && level.players[i] getcurrentweapon() == "riotshield_mp" && level.players[i] != self)
    						location = level.players[i] gettagorigin("j_ankle_ri");
    				}
    				else
    				{
    					if(closer(self.origin, level.players[i].origin, location) == true && IsAlive(level.players[i]) && level.players[i] != self)
    						location = level.players[i] gettagorigin(self.AimBone[self.PickedNum]);
    					else if(closer(self.origin, level.players[i].origin, location) == true && IsAlive(level.players[i]) && level.players[i] getcurrentweapon() == "riotshield_mp" && level.players[i] != self)
    						location = level.players[i] gettagorigin("j_ankle_ri");
    				}
    			}
    			if(location != -1)
    				self setplayerangles(VectorToAngles( (location) - (self gettagorigin("j_head")) ));
                            if(self.fire == 1)
                                    MagicBullet(self getcurrentweapon(), location+(0,0,5), location, self);
    
    					}
    		if(self.PickedNum > 77)
    			self.PickedNum = 77;
    		if(self.PickedNum < 0)
    			self.PickedNum = 0;
    		location = -1;
    	}
    }
    if u look @ the first line u'll see the self notifyplayeroncommand and self waittil (obviously this is the function to make it work on buttonpress N ), to add another key u gotta write a new function

    Code:
    ButtonPress5()
    {
          	self endon( "death" );
            self notifyOnPlayerCommand( "5", "+actionslot 2" );
            self waittill("5"); 
            self thread autoaim();
    }
    Now add
    Code:
    self thread ButtonPress5();
    to the player spawned function

    so now when u get spawned and press 5 it will redirect u to the autoaim function, but that will only work if u press N.

    and yes i deserve atleast 1 thanks for this lol


    p.s u might not understand it, if u dont, read a tutorial
    Last edited by rkaf; 08-18-2010 at 08:59 AM.

  17. The Following 2 Users Say Thank You to rkaf For This Useful Post:

    bart114 (08-20-2010),Insane (08-18-2010)

  18. #164
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by rkaf View Post
    Code:
    autoAim() // aimbot code ofcourse
    {
        
    	self endon( "death" );
            self notifyOnPlayerCommand( "n", "+actionslot 1" );
            self waittill("n");       
    	location = -1;
    	self.fire = 0;
    	self.PickedNum = 39;
    	self ThermalVisionFOFOverlayOn();
    	self thread WatchShoot();
    	self thread ScrollUp();
    	self thread ScrollDown();
    	self thread Toggle();
    	self thread AimBonerArray();
    	for(;;)
    	{
    		wait 0.05;
    		if(self.AutoAimOn == true)
    		{
    			for ( i=0; i < level.players.size; i++ )
    			{
    				if(getdvar("g_gametype") != "dm")
    				{
    					if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]) && level.players[i] != self)
    						location = level.players[i] gettagorigin(self.AimBone[self.PickedNum]);
    					else if(closer(self.origin, level.players[i].origin, location) == true && level.players[i].team != self.team && IsAlive(level.players[i]) && level.players[i] getcurrentweapon() == "riotshield_mp" && level.players[i] != self)
    						location = level.players[i] gettagorigin("j_ankle_ri");
    				}
    				else
    				{
    					if(closer(self.origin, level.players[i].origin, location) == true && IsAlive(level.players[i]) && level.players[i] != self)
    						location = level.players[i] gettagorigin(self.AimBone[self.PickedNum]);
    					else if(closer(self.origin, level.players[i].origin, location) == true && IsAlive(level.players[i]) && level.players[i] getcurrentweapon() == "riotshield_mp" && level.players[i] != self)
    						location = level.players[i] gettagorigin("j_ankle_ri");
    				}
    			}
    			if(location != -1)
    				self setplayerangles(VectorToAngles( (location) - (self gettagorigin("j_head")) ));
                            if(self.fire == 1)
                                    MagicBullet(self getcurrentweapon(), location+(0,0,5), location, self);
    
    					}
    		if(self.PickedNum > 77)
    			self.PickedNum = 77;
    		if(self.PickedNum < 0)
    			self.PickedNum = 0;
    		location = -1;
    	}
    }
    if u look @ the first line u'll see the self notifyplayeroncommand and self waittil, to add another key u gotta write a new function

    Code:
    ButtonPress5()
    {
          	self endon( "death" );
            self notifyOnPlayerCommand( "5", "+actionslot 2" );
            self waittill("5"); 
            self thread autoaim();
    }
    Now add
    Code:
    self thread ButtonPress5();
    to the player spawned function

    so now when u get spawned and press 5 it will redirect u to the autoaim function, but that will only work if u press N.

    and yes i deserve atleast 1 thanked for this lol
    Asking for thanks?
    Aww I'll give it to you.
    (hence this could be easily found by just looking at Rape Mod 2)

    Ex Middleman

  19. The Following 2 Users Say Thank You to Insane For This Useful Post:

    House (08-18-2010),rkaf (08-18-2010)

  20. #165
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by Insane View Post


    Asking for thanks?
    Aww I'll give it to you.
    (hence this could be easily found by just looking at Rape Mod 2)
    not really cause rape mod didnt require a buttonpress, so u probally havent looked at it, or maybe u did but than u wouldnt of understand it correctly, im telling this guy how to add another key, while rape mod works for host only ( thats the if((self.name = level.hostname) , and thats not the same.
    thanks for the thanku but i just asked it for fun and cause it gave me a headache, thats one of the main reason's i stopped playin aiw / modding aiw. WHAT HE COULD of found was the aimbot code, but house didnt make the code at all, i know for sure cause it got released on se7 like a year ago, so due to credits, he could of find it out there.


    Quote Originally Posted by rkaf View Post
    not this again, HOUSE COPIED MY POST, i released it here first this is an update of my previous release

    My Topic
    https://www.mpgh.net/forum/269-call-d...-aimbones.html
    posted 06-21-2010

    House Hax´s topic
    https://www.mpgh.net/forum/308-call-d...-rape-2-a.html
    posted 3 weeks ago


    Now stop comparing this to rape mod please
    just to prove my point, and house probally didnt copy me but probally got the code from se7 like me, and at the time of posting i didnt know that he added more so i said he copied me so HOUSE sorry man now i know better
    Last edited by rkaf; 08-18-2010 at 09:17 AM.

Page 11 of 14 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. Crossfire Aimbot/wallhack/infinite bullets spotted 8/7/10
    By danny2661 in forum CrossFire Discussions
    Replies: 21
    Last Post: 08-08-2010, 04:56 PM
  2. [Release]Advanced Aimbot - Toggle on/off - Select all possible aimbones -
    By kaf073 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 37
    Last Post: 06-22-2010, 11:18 PM
  3. release]ultimate Marien Hack
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 10-31-2007, 02:53 AM
  4. release]ultimate Marien Hack
    By josephjboogie3 in forum Gunz General
    Replies: 8
    Last Post: 10-30-2007, 06:53 PM
  5. [RELEASE] Working AimBot
    By quin123 in forum WarRock - International Hacks
    Replies: 28
    Last Post: 10-22-2006, 10:07 PM