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 weapon hack

Help with weapon hack

Posts 1–15 of 17 · Page 1 of 2
MO
mojo007
Help with weapon hack
Hey ppl

I added the new Zeas module , and i did 2 buttons with a timer to make weapon hack, when i but i get error on line :

Call BAOCAOERN("WarRock", &HUE38F9, FAMAS)


here is the code
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Command3_Click()
MsgBox ("Hotkeys: FAMAS = Cntrl (Copyright hero4rune)")
End Sub


Private Sub Timer1_Timer()
If AENRBAOCO(vbKeyControl) Then
Dim FAMAS As Long
Dim FAMAS1 As Long
Call BAOCAOERN("WarRock", &HUE38F9, FAMAS)
FAMAS1 = FAMAS + &H4C
Call BAOCOEARN("WarRock", FAMAS1, 42)
End If
End Sub
End Sub
#1 · 18y ago
IL
ilovepie21
no timer and tell me wat ur strings r
#2 · 18y ago
MO
mojo007
i got the timer (clock)
my strings are AENRBAOCO and BAOCOEARN from the module

i cant get it to work


can you help me over msn ?
#3 · 18y ago
IL
ilovepie21
put ur weapon hack in a button and wat is AENRBAOCO and BAOCOEARN like what string is it ( WriteALong etc.. )
#4 · 18y ago
MO
mojo007
the weapon hack , will start when i press to buttun on and off

with timer. so i dont got your point ?

AENRBAOCO and BAOCOEARN is from write and readalong


btw i got banned oMg, when i should try it our ingame, damn you knwo why, i thought zeas modules was underdetected?
#5 · 18y ago
IL
ilovepie21
ok look make a new a button called Weapons and a textbox and paste this code in the button
Code:
Dim Weapons1 As Long
Dim Weapons2 As Long
Call ReadALong("WarRock", &HPOINTER, Weapons1)
Weapons2 = Weapons1 + &HOFFSET
Call WriteALong("WarRock", Weapons1, Text1.Text)
#6 · 18y ago
MO
mojo007
ok now i changed to
but can you tell me the what value istead of &Hpointer?


Private Sub Timer1_Timer()
Dim Weapons1 As Long
Dim Weapons2 As Long
Call EVOSMBBRF("WarRock", &HPOINTER, Weapons1)
Weapons2 = Weapons1 + &H4C
Call EVOSBBMRF("WarRock", Weapons1, Text1.Text)
End Sub
#7 · 18y ago
MO
mojo007
when i start and typing in command1, after pressing, its exit the hack?

the code is following
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Dim b00m As Long
Dim b00m1 As Long
Call BRPDFIKRS("Warrock", &H4C, b00m)
shotgun1 = shotgun + &H4C
Call BRPDIKFRS("Warrock", b00m1, Text1.Text)
End Sub
#8 · 18y ago
IL
ilovepie21
POINTER is the PLAYER POINTER ADDRESS go to warrock section look for my post with addies and use that offset is 4c and then u type the # of the weapon u want in hex and click button to get weapon ( u may have to roll to take it out )
#9 · 18y ago
MO
mojo007
is that the code right now, with the adresses

Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Dim b00m As Long
Dim b00m1 As Long
Call BRPDFIKRS("Warrock", &H4C, b00m)
b00m11 = b00m + &H4C
Call BRPDIKFRS("Warrock", b00m1, Text1.Text)
End Sub
#10 · 18y ago
Oneirish
Oneirish
ya, its fine. when i did it didnt work for me because i forgot to disable and change the interval. but other than that the code is fine. if theres errors just pm me i can help you with vb6
#11 · 18y ago
MO
mojo007
i got error Ambiguos name detected IMIJCGEPI something wrong with readabyte
#12 · 18y ago
IL
ilovepie21
ok listen 4C is a OFFSET put "Player Pointer Address" as address it should be about 7 letters or numbers if not a litttle less since ur too lazy to look for it here it is
Code:
ADR_PLAYERBASE     1376340
#13 · 18y ago
MO
mojo007
ok look the code is now
now when i compile and pressing on button 1, the hack menu leaving (exitting/&

Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Dim pons1 As Long
Dim pons2 As Long
Call ZPTULUOAL("Warrock", &H1376340, pons1)
pons2 = b00m + &H4C
Call ZPTUUOLAL("Warrock", pons1, Text1.Text)
End Sub
#14 · 18y ago
IL
ilovepie21
ok listen delete ur timer and put the code u have in ur timer into a button ur not supposed to have a timer for weapon hack
#15 · 18y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • help with weapon hack...!!!!By lalo93s in CrossFire Hacks & Cheats
    2Last post 17y ago
  • help with ca hacksBy moises8 in Combat Arms Help
    4Last post 15y ago
  • I need Help With CAEU HacksBy ♪ςander!♪ in Combat Arms EU Help
    3Last post 15y ago
  • i need help with the hack im usingBy kingster626 in Combat Arms Help
    12Last post 15y ago
  • Help with Crossfire hacks?By SkullistE1 in CrossFire Help
    5Last post 15y ago

Tags for this Thread

#hack#weapon