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 › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › [tut for noobs] How to make a invi hack with vb

Exclamation[tut for noobs] How to make a invi hack with vb

Posts 1–15 of 15 · Page 1 of 1
atheist
atheist
[tut for noobs] How to make a invi hack with vb
ok...
First you need a WriteASM module:
Code:
Option Explicit

Public Declare Function E073507F Lib "user32" Alias "GetWindowThreadProcessId" (ByVal hWnd As Long, lpdwID As Long) As Long
Public Declare Function BFE4EA63 Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwID As Long) As Long
Public Declare Function C92B60B8 Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
Public Declare Function E3CA2100 Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
Public Declare Function F79F1CC6 Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
Public Declare Function EF17592B Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
Public Declare Function E98B718D Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer

'WriteAByte
Public Function WriteAByte(DDC50B45 As Long, F6109BFB As Byte)
	Dim B4AFE7C6 As Long
	Dim D8013DDD As Long
	Dim BBEB130B As Long

	B4AFE7C6= F79F1CC6(vbNullString, "WarRock")

	If (B4AFE7C6= 0) Then
		Exit Function
	End If

	E073507F B4AFE7C6,BBEB130B

	D8013DDD= BFE4EA63(&H1F0FFF, False,BBEB130B)

	If (D8013DDD= 0) Then
		    Exit Function
	End If

	C92B60B8 D8013DDD,DDC50B45,F6109BFB,1, 0&

	E3CA2100 D8013DDD
End Function

'WriteASM
Public Function WriteASM(Address As Long, ASM As String)
	Dim i As Integer
	Dim i2 As Integer

	i2 = 1
	While i < (Len(ASM) / 2)
		Call WriteAByte(Address + i,  Val("&H" & Mid$(ASM, i2, 2)))
		i = i + 1
		i2 = i2 + 2
	Wend
End Function
Then make a button with this code:
Code:
Call WriteASM(&H51A2E8, "1C")
51A2E8 = the current invi address
1C = the ASM code
#1 · 18y ago
castaway
castaway
Nice thanx you!
Well i don't need, but f4 teh noobs XD
#2 · 18y ago
atheist
atheist
Quote Originally Posted by thimo View Post
Nice thanx you!
Well i don't need, but f4 teh noobs XD
Should I make some more tutorials for the noobs?
Anti-Kick?
Fast as?
#3 · 18y ago
castaway
castaway
Quote Originally Posted by atheist View Post
Should I make some more tutorials for the noobs?
Anti-Kick?
Fast as?
Yeah go on :P
#4 · 18y ago
atheist
atheist
Quote Originally Posted by thimo View Post
Yeah go on :P
is it ok so?
#5 · 18y ago
RE
renten2314
thanks add some for anti - kick :]
#6 · 18y ago
Inna
Inna
Quote Originally Posted by renten2314 View Post
thanks add some for anti - kick :]
Than press the Thanks Button dumbass.
#7 · 18y ago
JJ
jjalle
lol^^
Im a nub, so i would love antikick
#8 · 18y ago
rob1cool
rob1cool
can eney 1 tell me how i can make this undertected
#9 · 18y ago
HY
TinyWeeWee
Quote Originally Posted by rob1cool View Post
can eney 1 tell me how i can make this undertected
Get a PB bypass.
#10 · 18y ago
PO
poisonpower
Quote Originally Posted by Hyperion View Post
Get a PB bypass.
is this the only way?
#11 · 18y ago
radnomguywfq3
radnomguywfq3
The ability in people to know the difference from the Visual Basic section, and the Warrock section, and why there not the same thing.
#12 · 18y ago
WI
Wieter20IsHacked!!!!!!!
Quote Originally Posted by jetamay View Post
The ability in people to know the difference from the Visual Basic section, and the Warrock section, and why there not the same thing.
yup.. why dont u post a other thread again the same as:"lest get this clear"
or something like that, where u talked about this in before...

probally this is horrible for u guys but my grammer aint to good
#13 · 18y ago
rob1cool
rob1cool
Quote Originally Posted by Hyperion View Post
Get a PB bypass.
where can i get that
#14 · 18y ago
rob1cool
rob1cool
Quote Originally Posted by poisonpower View Post
is this the only way?
i think so mate thats the only way i have herd unless you can make a un detected module
#15 · 18y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • [tut for noobs]How to make a boneshot hack with vbBy atheist in WarRock - International Hacks
    18Last post 18y ago
  • Tutorial: How To Make Some CF Hacks WorkBy ARHQA$Y$YW4AYG4y in CrossFire Tutorials
    6Last post 14y ago
  • [tut for noobs] How to make a anti kick hack with vbBy atheist in WarRock - International Hacks
    3Last post 18y ago
  • [tut for noobs] How to make a fast as hack with vbBy atheist in WarRock - International Hacks
    19Last post 18y ago
  • [tut] new tut for starting hackers... again, making advanced hacks i guessBy blackdrag0 in WarRock - International Hacks
    21Last post 19y ago

Tags for this Thread

#hack#invi#make#noobs#tut