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 › visual basic 2008 exxpreses help

visual basic 2008 exxpreses help

Posts 1–3 of 3 · Page 1 of 1
skater310
skater310
visual basic 2008 exxpreses help
ok i need help i am trying to make a swim hack but it keeps saying writeafloat and readalong is not declared here is my code

Dim stamina As Long
Dim stamina2 As Long
Call Readalong("WarRock", &H1363380, stamina)
stamina2 = stamina + &H288
Call Writeafloat("WarRock", stamina2, 100)
#1 · 18y ago
MA
malin
because thats vb.net, you need a vb.net module and use it like that its not like that in vb.net
#2 · 18y ago
skater310
skater310
Quote Originally Posted by malin View Post
because thats vb.net, you need a vb.net module and use it like that its not like that in vb.net
ok so can u help me out here what module do i need?hes my module

''Made By Module Maker V1.0
''Programmed By Jetamay(MPGH)
''Enjoy
''Public Delcarations
Public Const HHEE87388ADE = &H1F0FFF
Public Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hWnd As IntPtr, ByRef lpdwProcessId As Integer) As Integer
Public Declare Function GetKeyPress Lib "user32"Alias "GetAsyncKeyState"(ByVal key As Long) As Integer
Public Declare Function FindWin Lib "user32"Alias"FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As IntPtr
Public Declare Function OpenProcess Lib "kernel32 "(ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As IntPtr
Public Declare Function CloseHandle Lib "kernel32" (ByVal hObject As IntPtr) As Integer
Public Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As IntPtr, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Short, ByVal lpNumberOfBytesWritten As Integer) As Integer
Public Declare Function WriteProcessMemory Lib "kernel32" (ByVal hProcess As IntPtr, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Short, ByVal lpNumberOfBytesWritten As Integer) As Integer




Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
WriteProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC 62FEI33E78B7,4,0&)
Return 0
End Function
Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
ReadProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC6 2FEI33E78B7,4,0&)
Return 0
End Function
Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
WriteProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC 62FEI33E78B7,4,0&)
Return 0
End Function
Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
ReadProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC6 2FEI33E78B7,4,0&)
Return 0
End Function
Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
ReadProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC6 2FEI33E78B7,1,0&)
Return 0
End Function
Public Function (byval B4I23109IH2C2 as string, byval I5295A35EC2C as long,byval HEC62FEI33E78B7 as long)
Dim I699EBDF2C10BD95 As Long
Dim H6A18237GG510I4 As Long
Dim E815E2EEGID321 as long
I699EBDF2C10BD95 = FindWin(Nothing,B4I23109IH2C2)
GetWindowThreadProcessID I699EBDF2C10BD95,H6A18237GG510I4
E815E2EEGID321 = OpenProcess(HHEE87388ADE,false,H6A18237GG510I4)
WriteProcessMemory(E815E2EEGID321,I5295A35EC2C,HEC 62FEI33E78B7,1,0&)
Return 0
End Function
#3 · edited 18y ago · 18y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Error In Visual Basic 2008 Express Edition ( Thanking People Who Help )By Gunner03 in Visual Basic Programming
    4Last post 18y ago
  • HELP IN visual basic 2008By zmansquared in Combat Arms Hacks & Cheats
    2Last post 17y ago
  • Visual Basic 2008 SendKeys.Send() HelpBy User1 in Visual Basic Programming
    1Last post 17y ago
  • Visual Basic 2008 HelpBy Stephen in Visual Basic Programming
    16Last post 16y ago
  • [Combat Arms] Help [Visual Basic 2008]By upperdragon in Visual Basic Programming
    18Last post 16y ago

Tags for this Thread

#2008#basic#exxpreses#visual