Results 1 to 15 of 19

Threaded View

  1. #1
    jakel007's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    57
    My Mood
    Tired

    Problem with making my own MW3 MP trainer.

    Hi, since I want to hack my MW3 stats, I thought that I could try to make my simple trainer, only for me, using VB. I watched some tutorial videos and finally managed presige hack to work, but there are few problems. Firstly, thanks for Jorndel's video "VB.Net - Hacking Tutorial (28 Min)" it helped me a lot, but I'm still having some problems.

    1. I cannot unlock ProPerks, my current code looks like:

    At beggining :

    Code:
     Dim ProPerks_Offset As Integer = &H1DB9952
        Dim ProPerks_Bytes As Byte() = {&H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7, &H7}
    And at push button event :

    Code:
    WriteBytes(ProPerks_Offset, ProPerks_Bytes)
    Please, could you tell me what's wrong?

    2. Another problem, maybe not problem, I just don't know how to change my lvl, lol, It sets it to 1, but that isn't what I really want, here's my current code.

    Code:
     MW3CLASS.WriteInteger(&H1DB89B8, TextBox2.Text)
    Of course I have the MW3Class from our forums.

    Thanks in advance for all advices.

    I've got also another question, but it isn't releated with MW3 at all, how could I change my forum's name, I'll need to contact an administrator, right?
    Last edited by jakel007; 07-15-2012 at 05:16 AM.

Similar Threads

  1. [Solved] Need help with making my own .dll files for combat arms
    By SPIKESx in forum Combat Arms Help
    Replies: 1
    Last Post: 11-14-2011, 02:29 AM
  2. How to make your own Flash Game Trainer NEW
    By Mlkellinas in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 04-24-2010, 08:15 PM
  3. Make your own trainer with CE 5.4
    By Twirlyman15 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-18-2008, 09:10 PM
  4. PROBLEM WITH MAKING FLASH TRAINER IN VB6 HELP!?!?!?!
    By szprot in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-06-2008, 09:43 AM
  5. I am having problems with trainers that i make...
    By pwningemodrumers in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-21-2007, 10:19 PM