Results 1 to 4 of 4
  1. #1
    Spookyz's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    France
    Posts
    46
    Reputation
    10
    Thanks
    4
    My Mood
    Cynical

    survival hack modification

    hello ,i did a battleye bypass in the source folder using sd' survival hack 2.7, it works , i can join a game , spawn myself some weapons / local vehicules but when i try to spawn myself some ammo , it kicks me for create vehicule restriction , i tried to change the ammo in local ammo , but didnt work. Here is what i changed in the main.ccp file:
    how can i change the magazines in local ?

    unsigned int stopWorker = 0;
    unsigned int fileWorker = spawner.MakeFileServerThread(&stopWorker,game);
    unsigned int renderWorkerThreadId = game.GetThreadIdByEip(spawner.GetRenderEip());
    unsigned int weapFun = !numweap ? 0 : spawner.MakeRemoteAddWeaponFunc( weapons,numweap,game);
    unsigned int magsFun = !nummags ? 0 : spawner.MakeRemoteAddMagazineLocalFunc( mags,nummags,game);
    unsigned int vehicFun = !vehic ? 0 : spawner.MakeRemoteCreateVehicleLocal( vehic,game);


    case 18:
    {
    std::string mag;
    unsigned int count;
    cout << "Magazine: ";
    cin >> mag;
    cout << "Amount (1-20): ";
    cin >> count;
    if(count > 20) count = 20;
    if(!count) count = 1;
    const char ** mags = new const char*[count];
    for(unsigned int i = 0; i < count; ++i)
    mags[i] = mag.c_str();

    SpawnWeapMagsVehic(textsize,base_module,kernel32,w s32,kernel,ntdll,spawner,game,0,0,mags,count,NULL) ;

    delete[] mags;
    }
    Last edited by Spookyz; 10-10-2012 at 06:25 PM.

  2. #2
    chunkyfunland's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    13
    just add it directly with player addmagazine and forget the fancy menu

  3. #3
    Spookyz's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    France
    Posts
    46
    Reputation
    10
    Thanks
    4
    My Mood
    Cynical
    that's the problem , when you press 18 to spawn magazine , battleye kicks you for create vehicule restriction , what i want is to spawn local ammo in my inventory or on the floor , i don't care but i need it local

    ---------- Post added at 07:07 AM ---------- Previous post was at 06:39 AM ----------

    i've made it works, got to change evrey values where you see spawnmagazineFunc in spawnmagazineLocal and it will work ,
    /threadclosed

  4. #4
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    Closed .

Similar Threads

  1. [Release] Prison Break - survival ''Hack''
    By vexoz in forum Alliance of Valiant Arms (AVA) Tutorials
    Replies: 14
    Last Post: 10-05-2012, 01:13 PM
  2. [Detected] Dayz Survival Hack v1.2 [By sd333221]
    By Funforums5 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 267
    Last Post: 09-29-2012, 09:45 AM
  3. [Detected] Dayz Survival Hack v1.1 [By sd333221]
    By lockdown6435 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 208
    Last Post: 09-21-2012, 09:17 PM
  4. Do any have some Survival hack?
    By mange155 in forum Call of Duty Modern Warfare 3 Help
    Replies: 2
    Last Post: 01-07-2012, 03:29 PM
  5. [SOLVED]Any hacks/modifications for this..
    By blahsomerand in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 09-18-2010, 01:54 AM