Results 1 to 14 of 14
  1. #1
    Coder.Dash's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    BRHUELAND
    Posts
    34
    Reputation
    25
    Thanks
    247
    My Mood
    Psychedelic

    [WF-BR] Infinity Bullets

    I don't know if this was already posted, was playing in the game today and find these address
    Infinity Bullets
    Code:
    00DEA3EF
    Infinity AMMO Bag
    Code:
    00DE9582
    For active all hacks in this post change 75 to 74
    did not get to test long time, the first hack can be visual
    Credits: Coder.Dash
    @Coder.Dias //for having asked me to mess with the game
    Last edited by Coder.Dash; 08-27-2014 at 03:24 PM.

  2. The Following 3 Users Say Thank You to Coder.Dash For This Useful Post:

    Fєηix (08-29-2014),Jhem (09-01-2014),ricsi84 (09-04-2014)

  3. #2
    piramitender's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    With Your Ex Wife
    Posts
    182
    Reputation
    10
    Thanks
    9
    My Mood
    Paranoid
    Quote Originally Posted by Coder.Dash View Post
    I don't know if this was already posted, was playing in the game today and find these address
    Infinity Bullets
    Code:
    00DEA3EF
    Infinity AMMO Bag
    Code:
    00DE9582
    For active all hacks in this post change 75 to 74
    did not get to test long time, the first hack can be visual
    Credits: Coder.Dash
    @Coder.Dias //for having asked me to mess with the game
    at least explain how to use it

  4. The Following User Says Thank You to piramitender For This Useful Post:

    ricsi84 (09-04-2014)

  5. #3
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Coder.Dash View Post
    I don't know if this was already posted, was playing in the game today and find these address
    Infinity Bullets
    Code:
    00DEA3EF
    Infinity AMMO Bag
    Code:
    00DE9582
    For active all hacks in this post change 75 to 74
    did not get to test long time, the first hack can be visual
    Credits: Coder.Dash
    @Coder.Dias //for having asked me to mess with the game
    I go see !

    Nice ! Thank for sharing !

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  6. The Following User Says Thank You to daviddidi For This Useful Post:

    ricsi84 (09-04-2014)

  7. #4
    Dodido4's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    First of all thx
    secondly how do you use it ? CE?

  8. #5
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Quote Originally Posted by Dodido4 View Post
    First of all thx
    secondly how do you use it ? CE?
    No, C++ (Programming language).
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  9. #6
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Dodido4 View Post
    First of all thx
    secondly how do you use it ? CE?
    Code:
    #include "Tools.h"
    
    Tools* sTools;
    Variables sVars;
    
    #define Recoil      0x104476E//rcl_att
    #define Flash      0xBE651D//flashbangBaseTime
    #define SwayX      0x1044F6B//sway_max_x
    #define SwayY      0x1044D80//sway_min_y
    #define RateofFire  0x732E54//telemetry_getleaderboard
    
    HRESULT APIENTRY Functions ()
    {
       while(1)
       {
          if(sVars.NoFlash)
          {
             sTools->MemoryWrite((void*)(Flash),(void*)(PBYTE)"\x68\x28\xDC\x52\x00", 5);
          }else{
             sTools->MemoryWrite((void*)(Flash),(void*)(PBYTE)"\x68\x28\xDC\x52\x01", 5);
          }
    
          if(sVars.NoRecoil)
          {
             sTools->MemoryWrite((void*)(Recoil),(void*)(PBYTE)"\x68\xC8\xBB\x56\x00", 5);
          }else{
             sTools->MemoryWrite((void*)(Recoil),(void*)(PBYTE)"\x68\xC8\xBB\x56\x01", 5);
          }
    
          if(sVars.RapidFire)
          {
             sTools->MemoryWrite((void*)(RateofFire),(void*)(PBYTE)"\x68\xA4\xE8\x4C\x00", 5);
          }else{
             sTools->MemoryWrite((void*)(RateofFire),(void*)(PBYTE)"\x68\xA4\xE8\x4C\x01", 5);
          }
    
          if(sVars.NoSway)
          {
             sTools->MemoryWrite((void*)(SwayX),(void*)(PBYTE)"\x68\xE4\xBB\x56\x00", 5);
             sTools->MemoryWrite((void*)(SwayY),(void*)(PBYTE)"\x68\xFC\xBB\x56\x00", 5);
          }else{
             sTools->MemoryWrite((void*)(SwayY),(void*)(PBYTE)"\x68\xFC\xBB\x56\x01", 5);
             sTools->MemoryWrite((void*)(SwayX),(void*)(PBYTE)"\x68\xE4\xBB\x56\x01", 5);
          }
       }
       return true;
    }
    That help you a lot time

    Credit: Coder.Dias
    Last edited by daviddidi; 08-29-2014 at 12:48 AM.

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  10. #7
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Quote Originally Posted by piramitender View Post
    at least explain how to use it
    Ex:

    Code:
    #include <Windows.h>
    #include <process.h>
    
    //Variable
    INT Cheat[100];
    
    //Address
    #define Ammo 0x00DE9582
    
    VOID Cheats()
    {
    	if(GetAsyncKeyState(VK_F2)&1) Cheat[0] = ! Cheat[0];	
    
    	if(Cheat[0])
    	{
    		//Code
    	}
    }
    
    UINT WINAPI Main(LPVOID)
    {
       while(TRUE)
       {   
    	  while(!(DWORD)GetModuleHandleA("Game.exe"))
    		    Sleep(250);
    
          __asm
    	  {
    	     CALL[Cheats]; 
    	  }
    Sleep(250);
       }
    	return FALSE;	
    }
    
    BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hModule);
    	if(dwReason == DLL_PROCESS_ATTACH) 
    	{
    		_beginthreadex(NULL, NULL, &Main, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    Last edited by Fєηix; 08-29-2014 at 05:27 AM.

  11. The Following User Says Thank You to Fєηix For This Useful Post:

    Jhem (09-01-2014)

  12. #8
    Cryteck123's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    How do we use ? c ++ language'm sorry I do not have any information about Can you tell ? PLEASE !!!!:!!:!:!:!:!:!:
    Last edited by Cryteck123; 08-29-2014 at 05:10 AM.

  13. #9
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Quote Originally Posted by Cryteck123 View Post
    How do we use ? c ++ language'm sorry I do not have any information about Can you tell ? PLEASE !!!!:!!:!:!:!:!:!:
    You you need make a new projet with peer exemple: Microsoft Visual C++ 2010 express (selecte new projet win 32) in the setting select empty file and .dll

    and make a new file with name: mains.cpp and after copy and paste this code ...

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  14. #10
    Bladeassassin's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    0
    Someone actually explain how this is all done and where you put these files instead of leaving a comment with little detail as possible... There are a lot of noobs here who do not understand and they would like a small easy installation

  15. #11
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Nice share.

  16. #12
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Oh !

    It's only visual bro ?

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  17. #13
    Ashry93's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    how can i use it ??? no C++

  18. #14
    warfacelover's Avatar
    Join Date
    Aug 2014
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    i am so noob at this things so i don't get it too..i hope he reply or anybody

Similar Threads

  1. Magic Bullets MotherFucker
    By castaway in forum General
    Replies: 12
    Last Post: 03-31-2011, 08:46 PM
  2. bullets in slow motion
    By platinum92 in forum General
    Replies: 7
    Last Post: 01-11-2008, 03:01 PM
  3. [Release] Bullet Proof v1 Undetected
    By apezwijn in forum WarRock - International Hacks
    Replies: 32
    Last Post: 11-20-2007, 12:45 PM
  4. Need Testers! infin health
    By phire in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-29-2007, 03:35 PM
  5. Dear Bullet
    By Kyojiro in forum Spammers Corner
    Replies: 23
    Last Post: 07-01-2006, 08:05 AM