Thread: @Code[VB]

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish

    @Code[VB]

    @Code[VB]
    so is this one right?
    Code:
        Public color1 As New Drawing.Pen(Color.FromArgb(255, 255, 0), 1)
        Public color2 As New Drawing.Pen(Color.FromArgb(255, 255, 0), 1)
        Public ClassName As String = "LaunchUnrealUWindowsClient"
        Public WindowName As String = "AVA"
        Public WindowText As String = "Alliance of Valiant Arms"
    and one more question where do i put Handle: $0032082C at?

  2. #2
    S|W|P's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,742
    Reputation
    -33
    Thanks
    91
    My Mood
    Doh
    Where is this code for? to get past game gaurd

  3. #3
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by detmer View Post
    Where is this code for? to get past game gaurd
    its my new crosshair code (almost finish )

    --------------------
    @Code[VB]
    where do i plug your
    Code:
    Handle: $0032082C
    and my crosshair worked but its on the top of the Ingame one = =
    is that a way to fix it?
    And background is black ( behind the crosshair )
    Last edited by Battlefield 3; 07-20-2011 at 03:03 PM.

  4. #4
    youngbuck1970's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH.net
    Posts
    730
    Reputation
    19
    Thanks
    1,047
    My Mood
    Cheerful
    Quote Originally Posted by luojunkai123 View Post
    its my new crosshair code (almost finish )

    --------------------
    @Code[VB]
    where do i plug your
    Code:
    Handle: $0032082C
    and my crosshair worked but its on the top of the Ingame one = =
    is that a way to fix it?
    And background is black ( behind the crosshair )
    @luojunkai123 1. Why don't you add a hotkey that way you will be able to choose when the crosshair shows up.

    2. The background is black behind the crosshair most likely because the background of the crosshair image you used wasn't transparent.

    I can help you with both if you want... One question though, what operating system are you coding in? The last crosshair you coded didn't even work for me
    AVA Accounts Sold: 7
    Successful Transactions: 10

    UnOfficial AVA Account Buyer and Seller
    Most Active UnOfficial MPGH MiddleMan




    DON'T MAKE THE SAME MISTAKE I DID!

    [IMG]https://i582.photobucke*****m/albums/ss263/snakerss/DontForgetToSayThanks.gif[/IMG]

  5. #5
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by youngbuck1970 View Post
    @luojunkai123 1. Why don't you add a hotkey that way you will be able to choose when the crosshair shows up.

    2. The background is black behind the crosshair most likely because the background of the crosshair image you used wasn't transparent.

    I can help you with both if you want... One question though, what operating system are you coding in? The last crosshair you coded didn't even work for me
    I'm not using image...

  6. #6
    youngbuck1970's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH.net
    Posts
    730
    Reputation
    19
    Thanks
    1,047
    My Mood
    Cheerful
    Quote Originally Posted by luojunkai123 View Post
    I'm not using image...
    Yeah once I looked at your main post i figured you didn't. My suggestion is that you DO use an image. It's much easier to handle and a lot less problems to deal with.
    AVA Accounts Sold: 7
    Successful Transactions: 10

    UnOfficial AVA Account Buyer and Seller
    Most Active UnOfficial MPGH MiddleMan




    DON'T MAKE THE SAME MISTAKE I DID!

    [IMG]https://i582.photobucke*****m/albums/ss263/snakerss/DontForgetToSayThanks.gif[/IMG]

  7. #7
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by youngbuck1970 View Post
    Yeah once I looked at your main post i figured you didn't. My suggestion is that you DO use an image. It's much easier to handle and a lot less problems to deal with.
    Heck no!
    I did use image the the first time and it sucked
    So I draw it on the screen it works but it will pop up back shit and crosshair is top of the reg one in the game

  8. #8
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    702
    My Mood
    Bitchy
    Quote Originally Posted by luojunkai123 View Post
    @Code[VB]
    so is this one right?
    Code:
        Public color1 As New Drawing.Pen(Color.FromArgb(255, 255, 0), 1)
        Public color2 As New Drawing.Pen(Color.FromArgb(255, 255, 0), 1)
        Public ClassName As String = "LaunchUnrealUWindowsClient"
        Public WindowName As String = "AVA"
        Public WindowText As String = "Alliance of Valiant Arms"
    and one more question where do i put Handle: $0032082C at?
    first you have to declair findwindow and invalidaterect

    Code:
       Private Declare Function InvalidateRect Lib "user32" (ByVal hwnd As IntPtr, ByVal lpRect As IntPtr, ByVal bErase As Boolean) As Boolean
    
        Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Integer

    then you can use it like this (in a timer), this is my example i made it some time ago for Point Blank :
    Code:
            Dim C1 As Graphics = Graphics.FromHwnd(New IntPtr(FindWindow("I3VIEWER", "Point Blank")))
            Dim fnt As New Font("Verdana", 10)
    
    
            C1.DrawString("MPGH Point Blank Public Hack 05/28/11, Proudly brought to you by MPGH.NET", fnt, New SolidBrush(Color.White), 10, 10)
    you don´t ned handle xD thats always different and not important so if you like to make it for alliance of valiant arms you take it like this:

    Code:
     Dim C1 As Graphics = Graphics.FromHwnd(New IntPtr(FindWindow("LaunchUnrealUWindowsClient", "Alliance of Valiant Arms")))
    soo.. hope i can help you with this @luojunkai123

  9. The Following 2 Users Say Thank You to Code[VB] For This Useful Post:

    Battlefield 3 (07-21-2011),youngbuck1970 (07-21-2011)

  10. #9
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Thanks man :3

  11. #10
    mihay's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    noWhere...
    Posts
    154
    Reputation
    12
    Thanks
    4
    My Mood
    Sick
    Quote Originally Posted by youngbuck1970 View Post
    @luojunkai123 1. Why don't you add a hotkey that way you will be able to choose when the crosshair shows up.

    2. The background is black behind the crosshair most likely because the background of the crosshair image you used wasn't transparent.

    I can help you with both if you want... One question though, what operating system are you coding in? The last crosshair you coded didn't even work for me
    loser =)) post counter !!

  12. #11
    MrDutchTutorial's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Area 51, America
    Posts
    228
    Reputation
    10
    Thanks
    11
    My Mood
    Aggressive
    this threat helped me alot i can use some parts of this code for my own Private hack





    MPGH!

  13. #12
    youngbuck1970's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH.net
    Posts
    730
    Reputation
    19
    Thanks
    1,047
    My Mood
    Cheerful
    Quote Originally Posted by mihay View Post
    loser =)) post counter !!
    Jurstt trying to help a friend jeez
    AVA Accounts Sold: 7
    Successful Transactions: 10

    UnOfficial AVA Account Buyer and Seller
    Most Active UnOfficial MPGH MiddleMan




    DON'T MAKE THE SAME MISTAKE I DID!

    [IMG]https://i582.photobucke*****m/albums/ss263/snakerss/DontForgetToSayThanks.gif[/IMG]

  14. #13
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by Code[VB] View Post
    New Problem

    i have 2 problem here
    1. there is one crosshair up there = = how to make it go to center
    2. the one in the center have problem too ( 1. back is black 2. if its in game then it will be top of the regular one ( ava crosshair )

    how to do i fix them?
    if you want my code i can pm you so you can help me fix it

  15. #14
    a15047868031's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy
    this threat helped me alot i can use some parts of this code for my own Private hack

  16. #15
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by luojunkai123 View Post
    New Problem

    i have 2 problem here
    1. there is one crosshair up there = = how to make it go to center
    2. the one in the center have problem too ( 1. back is black 2. if its in game then it will be top of the regular one ( ava crosshair )

    how to do i fix them?
    if you want my code i can pm you so you can help me fix it
    @luojunkai123
    Well it seems your not using an image.. Your using something like two lines for example one line will be "-" and the other "|" making something like this "+" so in that case our gonna wanna lower the "-" coordinates to fit the "|".
    Last edited by Terell.; 08-20-2011 at 12:07 PM.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  2. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  3. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  4. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM