Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Help with Bunny hopper

Help with Bunny hopper

Posts 1–15 of 15 · Page 1 of 1
No5cope
No5cope
Help with Bunny hopper
hey guys

i am using Iamazn source for the bunny hopper.. but i cant seem to get it work ingame... can anyone help me out?

Code:
Public Class Form1
    Public Const MOD_ALT As Integer = &H1

    Public Const WM_HOTKEY As Integer = &H312


    Public Declare Function RegisterHotKey Lib "user32" (ByVal hwnd As IntPtr, ByVal id As Integer, ByVal fsModifiers As Integer, ByVal vk As Integer) As Integer

    Public Declare Function UnregisterHotKey Lib "user32" (ByVal hwnd As IntPtr, ByVal id As Integer) As Integer

    Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)

        If m.Msg = WM_HOTKEY Then
            Dim id As IntPtr = m.WParam
            Select Case (id.ToString)
                Case "9"
                    Timer1.Start()
                Case "10"
                    Timer1.Stop()
            End Select
        End If
        MyBase.WndProc(m)
    End Sub

    Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing

        Call UnregisterHotKey(Me.Handle, 9)
        Call UnregisterHotKey(Me.Handle, 10)

    End Sub

    Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Call RegisterHotKey(Me.Handle, 9, MOD_ALT, Keys.C)
        Call RegisterHotKey(Me.Handle, 10, MOD_ALT, Keys.D)
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If (IsNumeric(TextBox1.Text)) Then
            Timer1.Interval = TextBox1.Text * 1000
            MessageBox.Show("Interval Set!")
        Else
            MessageBox.Show("Must be a Number!")
        End If
    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        If TextBox1.Text.Length = 0 Then
            MessageBox.Show("Input Interval")
        Else
            Dim Hop As String
            Hop = " "
            SendKeys.Send(Hop)
        End If
    End Sub

    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

    End Sub

    Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click

    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        End
    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        System.Diagnostics.Process.Start("http://www.mpgh.net")
    End Sub

    Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
        System.Diagnostics.Process.Start("http://www.banhammer.com")
    End Sub
End Class
thanks in advance

also thanks you Iamazn for releasing your source your a champ
#1 · 16y ago
Zoom
Zoom
This works in lobby, but now in game....... I heard this software may help you Autoitv3..
#2 · 16y ago
No5cope
No5cope
ok kool, thanks

EDIT: this only compiles the source........ i have already made it in VB the code just needs a lil work to make it work properly ingame
#3 · edited 16y ago · 16y ago
IA
Iamazn1
I said that it might now work in game, Im pretty sure HackShield blocks SendKeys, but I have heard people say it works and that it doesnt work.
#4 · 16y ago
SC
scriptkiddy
yes hackshield should block macro keys.

use a bypass or use keyboard hooks and more advanced methods.
#5 · 16y ago
No5cope
No5cope
are there any working bypasses...? and what other methods do u suggest?
#6 · 16y ago
PO
por3rog3
lol i can do better lol rolf so esey
#7 · 16y ago
No5cope
No5cope
Quote Originally Posted by por3rog3 View Post
lol i can do better lol rolf so esey
do u mind sharing then?.. or a u just a big talk no show noob?
#8 · 16y ago
IA
Iamazn1
Quote Originally Posted by liquidforce View Post
do u mind sharing then?.. or a u just a big talk no show noob?
Hes lying, he doesnt know shit

http://www.mpgh.net/forum/33-visual-...ot-vb-plz.html

http://www.mpgh.net/forum/2-general/...p-codeing.html
#9 · 16y ago
No5cope
No5cope
Quote Originally Posted by Iamazn1 View Post
Hes lying, he doesnt know shit

http://www.mpgh.net/forum/33-visual-...ot-vb-plz.html

http://www.mpgh.net/forum/2-general/...p-codeing.html
yea i figured he would be
#10 · 16y ago
GI
Gilcrow
he might not know shit, but you challenged him on it, so hes not a noob you are.

you should learn to ignore these people, there is only one thing the senior/old mpgh members hate and that's people that get high post counts from replying to bullshit all the time

eg

imsohooood
gudsoilder/gudforce
doubledutch/ricardoforce
#11 · 16y ago
No5cope
No5cope
Quote Originally Posted by English View Post
he might not know shit, but you challenged him on it, so hes not a noob you are.

you should learn to ignore these people, there is only one thing the senior/old mpgh members hate and that's people that get high post counts from replying to bullshit all the time

eg

imsohooood
gudsoilder/gudforce
doubledutch/ricardoforce
im no "noob" and i dont normaly reply to stupid "noobs" like him, but it ticks me off when my threads get spammed because people think they are better than someone else, if no one can help with this.. then dont post in here,, simple
#12 · 16y ago
T3
T3HMangoKid
Well getting back to the topic
I dont know vb.net much but i can try to help u in vb6
cuz with a hotkeys it can trigger a timer that automatic presses space and with like the keypad - and + keys(or w/e of you want) you can add some (+) or subtract(-) milliseconds from the timer to make it perfect if its too fast or too slow...thats what im thinking i would do from a bunny hop program you can always reject me if you dont like it or dont have vb6 cuz if you wont use it I WILL
#13 · 16y ago
Vannillia
Vannillia
Hey there the Bunnyhopper source he has provided deosnt work with combatarms anymore thats ok though but reamber no more bunny hopping -.-
#14 · 16y ago
AS
Asians
Quote Originally Posted by English View Post
doubledutch/ricardoforce
Ricardo fails epicly. Even deleted everyone from MPGH from his MSN. :\
#15 · 16y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • need help with moddingBy BayBee Alyn in Combat Arms Help
    0Last post 15y ago
  • need help with modBy .:MUS1CFR34K:. in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    4Last post 15y ago
  • Anyone can help with this ?By devileyebg in Vindictus Help
    1Last post 15y ago
  • help with ca hacksBy moises8 in Combat Arms Help
    4Last post 15y ago
  • Need help with numpad while recording macro !By JonathanTBM in Vindictus Help
    2Last post 15y ago

Tags for this Thread

#bunny#hopper