Results 1 to 13 of 13
  1. #1
    zero_cool's Avatar
    Join Date
    Feb 2006
    Location
    Califorina
    Posts
    22
    Reputation
    10
    Thanks
    11

    Adventure Quest Hacks.

    Yes thats right! auto Battler!

  2. The Following 6 Users Say Thank You to zero_cool For This Useful Post:

    kokolop4o (12-05-2012),masterdeath (08-17-2012),RaMb0_1 (12-02-2015),Rolis205 (05-06-2008),secraiskile (11-10-2014),xXxArchansZxXx (08-09-2012)

  3. #2
    sockopen's Avatar
    Join Date
    Jan 2006
    Posts
    14
    Reputation
    10
    Thanks
    0
    Once again, no problem with it being written in Visual Basic 6.0, but, you're basically falsely advertising these programs. This one goes to;

    https://www.g3300.webbyen.dk/moduler/...2692&checknr=1

    At least 30 times.

    Then it goes to your 'gangstawars' account named 'Geraldos';
    https://www.gangstawar.com/gwar2/?p=special&id=31274

    Not only will you probably be banned from here, but I will also be removing your account from 'Gangsta War'.

  4. #3
    zero_cool's Avatar
    Join Date
    Feb 2006
    Location
    Califorina
    Posts
    22
    Reputation
    10
    Thanks
    11
    lmao "ok" but the website owner is a friend. and i don't even want to know what "gansta war" is. lmao

  5. #4
    sockopen's Avatar
    Join Date
    Jan 2006
    Posts
    14
    Reputation
    10
    Thanks
    0
    Then stop posting programs you've never written, you don't know how to decompile and read obviously, and that use insecure methods that gain points for someone on a game you've never heard of.

  6. #5
    zero_cool's Avatar
    Join Date
    Feb 2006
    Location
    Califorina
    Posts
    22
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by sockopen
    Then stop posting programs you've never written, you don't know how to decompile and read obviously, and that use insecure methods that gain points for someone on a game you've never heard of.
    what does battleon have to do with "gangsta wars"

  7. #6
    sockopen's Avatar
    Join Date
    Jan 2006
    Posts
    14
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by zero_cool
    what does battleon have to do with "gangsta wars"
    LOL! Okay, seeing as that you have no clue what the program you just posted does, and you obviously didn't write it, the rest of this post will be to whoever actually did write these.

    You're using Inet in Visual Basic 6, which uses Internet Explorer cookies, is slightly slower than winsock, and seeing as that you have no clue what you're doing, you don't even properly obtain the page. You're also using Inet.OpenURL which doesn't even allow you to POST any data or set a proper Referer, and the rest of your headers are way off.

    Here's a much more proper way of using Inet, using the Execute function.

    Code:
    Do While Inet1.StillExecuting: DoEvents: Loop
        txthtml1.Text = Empty
        Inet1.Execute "https://www.google.com/index.html", "GET", , "Referer: https://www.mpgh.net/forum/" & vbCrLf & "Content-Type: application/x-www-form-urlencoded" & vbCrLf & "Accept-Language: en-us" & vbCrLf & "User-Agent: Mozilla/4.0 (compatiable; MSIE 6.0; Windows NT 5.1; yie6; www.ASPSimply.com; .NET CLR 1.0.3705)"
    Do Until txthtml1.Text <> Empty: DoEvents: Loop
    You obviously need a textbox named 'txthtml1' to hold the contents of the returned string. Of course that wouldn't make much sense without actually writing anything to txthtml1 now would it? You'd need this StateChanged sub.

    Code:
    Private Sub Inet1_StateChanged(ByVal State As Integer)
        Dim HTML1
        If State = 12 Then
            HTML1 = Inet1.GetChunk(1024)
            txthtml1.Text = HTML1
            Do Until HTML1 = Empty
                HTML1 = Inet1.GetChunk(1024)
                txthtml1.Text = txthtml1.Text & HTML1
            Loop
        ElseIf State = icTimeout Then
            Inet1.Cancel
        End If
    End Sub
    Or of course on the timeout you could have it retry the execution depending on it's importance. I still advise you using winsock or curl.

  8. #7
    ClapBangKiss's Avatar
    Join Date
    Feb 2006
    Gender
    male
    Posts
    2,119
    Reputation
    3
    Thanks
    722
    My Mood
    Asleep
    What is Gangsta War?

  9. #8
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    Some gay ass web game.





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  10. #9
    blob22's Avatar
    Join Date
    Apr 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    it just comes up with a white box

  11. #10
    CAPTAIN OBVIOUS's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Location
    Down Abit
    Posts
    1,346
    Reputation
    18
    Thanks
    113
    My Mood
    Tired
    DUH' Its fucking old.. what do you fucking expect?
    Current
    [IMG]https://i293.photobucke*****m/albums/mm63/Kaylafay99/CristanoRonaldo.png[/IMG]

    Respect list
    iverson954360
    DAVE983192849182
    Jetamay

    x.navi.x
    Hyperion
    Gourav2122
    Hispai
    TheEnigma
    Paroxysm
    ace76543


  12. #11
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by Kaylafay View Post
    DUH' Its fucking old.. what do you fucking expect?
    Probably a working hack. Sorry for answering a rhetoric question.

    --> Yes, this doesn't work anymore! <--

  13. #12
    --hackzor--'s Avatar
    Join Date
    Aug 2008
    Posts
    12
    Reputation
    10
    Thanks
    1
    hi,got a prob. NEED battleon hacks(cash,artmoney...and much more..) sry for posting here,,

  14. #13
    cordless33's Avatar
    Join Date
    May 2009
    Posts
    0
    Reputation
    10
    Thanks
    0
    so it doesnt work??

Similar Threads

  1. [Working] Adventure Quest Hack
    By Papaya in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 12
    Last Post: 08-15-2007, 04:55 AM
  2. any Adventure Quest Hacks working??
    By thiag0 in forum General Game Hacking
    Replies: 8
    Last Post: 12-12-2006, 05:36 PM
  3. Adventure Quest Hacks I made.
    By zero_cool in forum General Game Hacking
    Replies: 17
    Last Post: 11-18-2006, 08:50 PM
  4. Adventure Quest hacks [REQUEST]
    By m164life in forum General Game Hacking
    Replies: 12
    Last Post: 11-15-2006, 09:59 PM