Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 60
  1. #31
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Awww using the module I've posted but you only credit yourself



  2. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Skyline. (09-02-2010)

  3. #32
    benniboi2905's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic
    so cant anyone help me?

  4. #33
    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 AcE.bu50t View Post
    hello,,,,,


    Attachments:

    nice man thanked u beats eam

  5. #34
    dragoonadept's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    Not everyone wants to edit all of their stats, so just add some simple error handling. A string of text like "Assists" won't be converted to a Long, so the program crashes if they only want to change prestige.
    Code:
        Module1.memoryh4x(Conversions.ToString(&H1B2B824), Conversions.ToLong(Me.ComboBox1.Text), 4)
        Module1.WriteMemory(&H1B2B840, Conversions.ToLong(Me.Assists.Text), 4)
        Module1.WriteMemory(&H1B2B838, Conversions.ToLong(Me.Deaths.Text), 4)
        ...
    -snip-
    You simply need to check that the text in the box is a numeric value.

    So, just add "Imports Microsoft.VisualBasic" and use
    Code:
    if isnumeric(me.assists.text) then Module1.WriteMemory(&H1B2B840, Conversions.ToLong(Me.Assists.Text)
    And as long as they left that box alone, it won't attempt to convert a string of characters to a long and thus avoids a crash.. After that it should be good to go.

  6. #35
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by dragoonadept View Post
    Not everyone wants to edit all of their stats, so just add some simple error handling. A string of text like "Assists" won't be converted to a Long, so the program crashes if they only want to change prestige.
    Code:
        Module1.memoryh4x(Conversions.ToString(&H1B2B824), Conversions.ToLong(Me.ComboBox1.Text), 4)
        Module1.WriteMemory(&H1B2B840, Conversions.ToLong(Me.Assists.Text), 4)
        Module1.WriteMemory(&H1B2B838, Conversions.ToLong(Me.Deaths.Text), 4)
        ...
    -snip-
    You simply need to check that the text in the box is a numeric value.

    So, just add "Imports Microsoft.VisualBasic" and use
    Code:
    if isnumeric(me.assists.text) then Module1.WriteMemory(&H1B2B840, Conversions.ToLong(Me.Assists.Text)
    And as long as they left that box alone, it won't attempt to convert a string of characters to a long and thus avoids a crash.. After that it should be good to go.
    Or just go for numericupdowns...



  7. #36
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    nice nice, credits to the help or leeched code?.


  8. The Following User Says Thank You to Skyline. For This Useful Post:

    Blubb1337 (09-02-2010)

  9. #37
    TheHitman's Avatar
    Join Date
    May 2008
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    This isnt working for me i open cod alt+tab out open the trainer set all the values click set and nothing happens this a case for anyone else?

  10. #38
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Let me have a guess, prestige is working but the stats aren't ?



  11. #39
    TheHitman's Avatar
    Join Date
    May 2008
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    nope it not working one bit, nothings changed. Does anyone have or know of a working one that wont get me banned.

  12. #40
    estgoth's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Can Steam detect this and ban me for using ??

  13. #41
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Quote Originally Posted by estgoth View Post
    Can Steam detect this and ban me for using ??
    alterIWnet it's not using steam ..
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  14. #42
    estgoth's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by B4M View Post
    alterIWnet it's not using steam ..
    But can alternIWnet detect it and ban me ??

  15. #43
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    guys i can't add credits it says:
    This message you entered is too short.....
    what the fuck is this?
    PS:
    this can not get you banned!

  16. #44
    estgoth's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    It doesn't work, I get an exception on the conversion from string to long, but I ignore the exception, but when I take a look to my cod it didn't update the stats,

    I only want the prestige 9 level

  17. #45
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by AcE.bu50t View Post
    guys i can't add credits it says:
    This message you entered is too short.....
    what the fuck is this?
    PS:
    this can not get you banned!
    Edited your credits. You can only edit your post within 24 hours.



  18. The Following User Says Thank You to Blubb1337 For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (09-02-2010)

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [RELEASE]Ace Rank Trainer v1.2
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 18
    Last Post: 09-11-2010, 12:51 AM
  2. [RELEASE] Private Undetected Trainer
    By Methadone727 in forum WarRock - International Hacks
    Replies: 32
    Last Post: 06-03-2007, 09:44 AM
  3. [Release] Warrock Mini Trainer
    By patrick8099 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-29-2007, 03:23 AM
  4. [Release] Mini teat Trainer!!!!
    By Titanium Gold in forum WarRock - International Hacks
    Replies: 15
    Last Post: 05-27-2007, 08:01 PM
  5. [release]Multi-hack Trainer
    By Zrr in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-07-2007, 05:25 PM