Nothing special, just tool simplifying process.
Thanks to @OrangePL for idea.
Few words about: tool that allows you to choose attack killstreak for support type so that counter will not stop after your death. Just type name of killstreak you want.
FAST. SIMPLE. OPEN-SOURCE.
source in spoiler
VIRUS SCANS
VirusTotal
Jotti
Thanks to @OrangePL for idea.
Few words about: tool that allows you to choose attack killstreak for support type so that counter will not stop after your death. Just type name of killstreak you want.
FAST. SIMPLE. OPEN-SOURCE.
source in spoiler
Spoiler (Click to View)
PHP Code:
Module Module1
Sub Main()
Dim first As String
Dim second As String
Dim third As String
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Input (name + ENTER) 3 killstreaks you want to use.")
Console.ForegroundColor = ConsoleColor.White
Console.WriteLine("uav")
Console.WriteLine("care package")
Console.WriteLine("predator missile")
Console.WriteLine("ims")
Console.WriteLine("sentry gun")
Console.WriteLine("precision airstrike")
Console.WriteLine("attack helicopter")
Console.WriteLine("strafe run")
Console.WriteLine("ah-6")
Console.WriteLine("reaper")
Console.WriteLine("assault drone")
Console.WriteLine("ac130")
Console.WriteLine("pave low")
Console.WriteLine("juggernaut")
Console.WriteLine("osprey gunner")
Console.WriteLine("")
Console.WriteLine("")
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Please, input killstreak names using lower-case letters. Thnx.")
Console.WriteLine("First killstreak?")
Console.ForegroundColor = ConsoleColor.Green
first = Console.ReadLine
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Second killstreak?")
Console.ForegroundColor = ConsoleColor.Green
second = Console.ReadLine
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Third killstreak?")
Console.ForegroundColor = ConsoleColor.Green
third = Console.ReadLine
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("")
Console.WriteLine("Thank you. Please note that author of that tool is G-Man and this app is shitty-made, so it can hack ONLY first custom class. Thnx. To hack press ENTER.")
Console.ReadLine()
If IsProcessOpen("iw5mp") Then
If first = "uav" Then
memoryh4x(&H1CCF7B1, 1, 4)
ElseIf first = "care package" Then
memoryh4x(&H1CCF7B1, 2, 4)
ElseIf first = "predator missile" Then
memoryh4x(&H1CCF7B1, 3, 4)
ElseIf first = "ims" Then
memoryh4x(&H1CCF7B1, 4, 4)
ElseIf first = "sentry gun" Then
memoryh4x(&H1CCF7B1, 5, 4)
ElseIf first = "precision airstrike" Then
memoryh4x(&H1CCF7B1, 7, 4)
ElseIf first = "attack helicopter" Then
memoryh4x(&H1CCF7B1, 8, 4)
ElseIf first = "strafe run" Then
memoryh4x(&H1CCF7B1, 9, 4)
ElseIf first = "ah-6" Then
memoryh4x(&H1CCF7B1, 10, 4)
ElseIf first = "reaper" Then
memoryh4x(&H1CCF7B1, 11, 4)
ElseIf first = "assault drone" Then
memoryh4x(&H1CCF7B1, 12, 4)
ElseIf first = "ac130" Then
memoryh4x(&H1CCF7B1, 15, 4)
ElseIf first = "pave low" Then
memoryh4x(&H1CCF7B1, 14, 4)
ElseIf first = "juggernaut" Then
memoryh4x(&H1CCF7B1, 16, 4)
ElseIf first = "osprey gunner" Then
memoryh4x(&H1CCF7B1, 18, 4)
Else
Console.WriteLine("")
Console.WriteLine("Wrong killstreak name. Please restart app using ENTER.")
Console.ReadLine()
End If
If second = "uav" Then
memoryh4x(&H1CCF7B3, 1, 4)
ElseIf second = "care package" Then
memoryh4x(&H1CCF7B3, 2, 4)
ElseIf second = "predator missile" Then
memoryh4x(&H1CCF7B3, 3, 4)
ElseIf second = "ims" Then
memoryh4x(&H1CCF7B3, 4, 4)
ElseIf second = "sentry gun" Then
memoryh4x(&H1CCF7B3, 5, 4)
ElseIf second = "precision airstrike" Then
memoryh4x(&H1CCF7B3, 7, 4)
ElseIf second = "attack helicopter" Then
memoryh4x(&H1CCF7B3, 8, 4)
ElseIf second = "strafe run" Then
memoryh4x(&H1CCF7B3, 9, 4)
ElseIf second = "ah-6" Then
memoryh4x(&H1CCF7B3, 10, 4)
ElseIf second = "reaper" Then
memoryh4x(&H1CCF7B3, 11, 4)
ElseIf second = "assault drone" Then
memoryh4x(&H1CCF7B3, 12, 4)
ElseIf second = "ac130" Then
memoryh4x(&H1CCF7B3, 15, 4)
ElseIf second = "pave low" Then
memoryh4x(&H1CCF7B3, 14, 4)
ElseIf second = "juggernaut" Then
memoryh4x(&H1CCF7B3, 16, 4)
ElseIf second = "osprey gunner" Then
memoryh4x(&H1CCF7B3, 18, 4)
Else
Console.WriteLine("")
Console.WriteLine("Wrong killstreak name. Please restart app using ENTER.")
Console.ReadLine()
End If
If third = "uav" Then
memoryh4x(&H1CCF7B5, 1, 4)
ElseIf third = "care package" Then
memoryh4x(&H1CCF7B5, 2, 4)
ElseIf third = "predator missile" Then
memoryh4x(&H1CCF7B5, 3, 4)
ElseIf third = "ims" Then
memoryh4x(&H1CCF7B5, 4, 4)
ElseIf third = "sentry gun" Then
memoryh4x(&H1CCF7B5, 5, 4)
ElseIf third = "precision airstrike" Then
memoryh4x(&H1CCF7B5, 7, 4)
ElseIf third = "attack helicopter" Then
memoryh4x(&H1CCF7B5, 8, 4)
ElseIf third = "strafe run" Then
memoryh4x(&H1CCF7B5, 9, 4)
ElseIf third = "ah-6" Then
memoryh4x(&H1CCF7B5, 10, 4)
ElseIf third = "reaper" Then
memoryh4x(&H1CCF7B5, 11, 4)
ElseIf third = "assault drone" Then
memoryh4x(&H1CCF7B5, 12, 4)
ElseIf third = "ac130" Then
memoryh4x(&H1CCF7B5, 15, 4)
ElseIf third = "pave low" Then
memoryh4x(&H1CCF7B5, 14, 4)
ElseIf third = "juggernaut" Then
memoryh4x(&H1CCF7B5, 16, 4)
ElseIf third = "osprey gunner" Then
memoryh4x(&H1CCF7B5, 18, 4)
Else
Console.WriteLine("")
Console.WriteLine("Wrong killstreak name. Please restart app using ENTER.")
Console.ReadLine()
End If
Console.ForegroundColor = ConsoleColor.Cyan
Console.WriteLine("")
Console.WriteLine("")
Console.WriteLine("HACKED")
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Press ENTER to finish.")
Console.ReadLine()
Else
Console.ForegroundColor = ConsoleColor.Red
Console.WriteLine("")
Console.WriteLine("")
Console.WriteLine("MW3 is not running, please launch MW3 and restart this app.")
Console.ForegroundColor = ConsoleColor.Yellow
Console.WriteLine("Press ENTER to continue.")
Console.ReadLine()
End If
End Sub
End Module
VIRUS SCANS
VirusTotal
Jotti