Results 1 to 3 of 3
  1. #1
    Taylor Suewift's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    462
    Reputation
    10
    Thanks
    921

    Question WriteInteger Doesn't Work?

    So I just got back to making trainers from MW3 days and saw that when for ex I did on bo2

    Code:
    Public Class Form1
        Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
            Dim ammount As String = TextBox1.Text
            Try
                WriteInteger("t6zm", &H021C1568, ammount)
            Catch ex As Exception
            End Try
        End Sub
    It wouldn't work at all.. and It worked perfectly in MW3 any ideas how to get my trainers working again?

  2. #2
    PsychoChester's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    446
    Reputation
    68
    Thanks
    3,721
    Quote Originally Posted by NinjaCodeX View Post
    So I just got back to making trainers from MW3 days and saw that when for ex I did on bo2

    Code:
    Public Class Form1
        Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
            Dim ammount As String = TextBox1.Text
            Try
                WriteInteger("t6zm", &H021C1568, ammount)
            Catch ex As Exception
            End Try
        End Sub
    It wouldn't work at all.. and It worked perfectly in MW3 any ideas how to get my trainers working again?
    Try this:

    WriteInteger("t6zm", &HAddress, textbox1.text), If doesnt work, It might be from your MemModule

  3. #3
    Taylor Suewift's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    462
    Reputation
    10
    Thanks
    921
    Quote Originally Posted by malekamir View Post
    Try this:

    WriteInteger("t6zm", &HAddress, textbox1.text), If doesnt work, It might be from your MemModule
    Alright thank you I'll try this.

Similar Threads

  1. Bypass 2.5 Doesn't Work with My Vista! HELP!!!
    By saefine in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 02-13-2009, 07:58 AM
  2. HALP! MY CA DOESN"T WORK! Plz help
    By apeguy in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-13-2008, 07:37 PM
  3. MHS SPIRO doesn't work nomore
    By azngamerboi9 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 07-31-2008, 07:00 PM
  4. SWIM CODE and GUN CODE, DOESN'T WORK ??
    By h4x0r m3mb3r in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-26-2007, 01:57 AM
  5. Hacks doesn't work anymore?
    By jorisy00 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-23-2007, 09:55 AM