Results 1 to 3 of 3
  1. #1
    D3tr0n0m's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Need Help with coding

    Hey guys im trying to edit the Little XP Boost 15.K V-44 by Kendoyavuz from 15k XP to 1000000 xp, so if i kill 1 i am lvl 55.
    Or does any1 have a hack ? like this !!! Or a rly hard XP boost ty.
    But now my Problem why im here for :
    If i try to edit the Button 1 Code
    From

     
    if (this.Process_Handle("t6mp"))
    {
    this.WriteInteger(0x2f90022, 0x007E34);
    }
    this.WriteInteger(0x2f902b4, 0x270f);


    to

     
    if (this.Process_Handle("t6mp"))
    {
    this.WriteInteger(0x2f90022, 0x0F423F);
    }
    this.WriteInteger(0x2f902b4, 0x270f);


    Because 0x0F423F is 999k
    then i cant start the Prgramm is anybody so nice and will help me ?

  2. #2
    Vamphilim's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Location
    Amsterdam
    Posts
    19
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    Try this:

    Code:
    if (this.Process_Handle("t6mp"))
    {
    this.WriteInteger(0x2f90022, 0x0F423F);
    }
    this.WriteInteger(0x2f902b4, 0x270f);
    Change the colored numbers to a real integer not an address! :3
    Because you wrote: WriteInteger.

  3. #3
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,161
    My Mood
    Angelic
    What @Vamphilim wrote should fix your problem, otherwise, why would you even bother using an address?

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



Similar Threads

  1. [Help Request] Need Help with coding a RealmRelay Script!
    By Alde. in forum Realm of the Mad God Help & Requests
    Replies: 6
    Last Post: 12-15-2013, 05:08 PM
  2. [Help Request] Need help with Coding.
    By Squeeze in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 10-09-2012, 09:32 PM
  3. need help with coding vip console
    By GER-Domi. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-10-2010, 03:28 AM
  4. [HELP] Need help with code. REWARD
    By deadskulz in forum Visual Basic Programming
    Replies: 14
    Last Post: 05-24-2010, 05:35 AM
  5. I need help with codes
    By MATTHEW4422 in forum Combat Arms Help
    Replies: 0
    Last Post: 10-31-2009, 04:41 PM