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 › Bunny Hopper- Auto Jumper

Bunny Hopper- Auto Jumper

Posts 1–15 of 20 · Page 1 of 2
Vannillia
Vannillia
Bunny Hopper- Auto Jumper
Okies so im using visual basic 2008 to make my Bunnyhopper But the thing gets really fked up lol umm i just need a perfect tut from one of you's ive used the other tut and fking hell its not that great also i would like to have a hot key with it
#1 · 16y ago
IA
Iamazn
Code:
Dim Hop As String
Hop = " "
SendKeys.Send(Hop)
Add that to timer
#2 · 16y ago
Pixie
Pixie
Quote Originally Posted by Iamazn View Post
Code:
Dim Hop As String
Hop = " "
SendKeys.Send(Hop)
Add that to timer
Will that work in VB 06??

Omg, neither of that worked...
#3 · edited 16y ago · 16y ago
Vannillia
Vannillia
and resigner a shortkey?
#4 · 16y ago
Katie_Perry
Katie_Perry
Isn't 08 better than 06 Pixie?
#5 · 16y ago
Pixie
Pixie
Quote Originally Posted by Yuerno View Post
Isn't 08 better than 06 Pixie?
For making combat arms spammer for me, no, for other stuff, yeah, cause for me, VB 08 wont work with hotkeys
#6 · 16y ago
ac1d_buRn
ac1d_buRn
I think i have an idea of making one.
Make it exactly liek a spammer but just spam a key.
What is the Name of the key for the spacebar

Bkuz
SendKeys.Send("{ENTER}")
What would you put instead of enter for space bar?
Also, How would you make it not have a liek form. JUst a code in it then a little icon in the taskbar?

Thanks,
acid_buRn
#7 · 16y ago
Katie_Perry
Katie_Perry
Wow..No hotkeys >.<

I learnt something =D
#8 · 16y ago
Vannillia
Vannillia
omg so no hotkey in 08? 0.o i belive put space instead of enter probably that code was for an auto talker lol
#9 · edited 16y ago · 16y ago
Vannillia
Vannillia
Public Class Form1

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim Hop As String
Hop = " "
SendKeys.Send(Hop)

Public Const MOD_ALT As Integer = &H1 'Alt key

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 RegisterHotKey(Me.Handle, 9, MOD_ALT, Keys.Z)
Call RegisterHotKey(Me.Handle, 10, MOD_ALT, Keys.X)

End Sub
End Sub
End Class
#10 · edited 16y ago · 16y ago
K4GE
K4GE
How about using the GetASyncKeyState function?
Its much more easier and stable as far as i know.
#11 · 16y ago
Pixie
Pixie
Quote Originally Posted by K4GE View Post
How about using the GetASyncKeyState function?
Its much more easier and stable as far as i know.
I tried, nothing works
#12 · 16y ago
Vannillia
Vannillia
ikr nothing works 0.o......
#13 · 16y ago
IA
Iamazn
Quote Originally Posted by PixieCorp View Post
Will that work in VB 06??

Omg, neither of that worked...
works in .NET
dont know about VB6

(For those people who dont know what .NET is, Its VB 2002+)
#14 · 16y ago
Vannillia
Vannillia
0.o okies imma download that im using vb 2008
#15 · 16y ago
Posts 1–15 of 20 · Page 1 of 2

Post a Reply

Similar Threads

  • (release)(revised version)Auto Bunny Hopper 2By thorax in Combat Arms Hacks & Cheats
    25Last post 17y ago
  • Simple BHOP Auto Jumper. (Script)By FatEmoLLaMa in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    22Last post 14y ago
  • Bunny Hopper, lol check this out!By Megakilla77 in Combat Arms Hacks & Cheats
    13Last post 17y ago
  • Help with Bunny hopperBy No5cope in Visual Basic Programming
    14Last post 16y ago
  • Working Auto-HopperBy :iTried: in Combat Arms Hacks & Cheats
    35Last post 17y ago

Tags for this Thread

#auto#bunny#hopper#jumper