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 First Person Shooter Hacks › Destiny 2 Hacks › Forsaken Aim Assist Source Code

PostForsaken Aim Assist Source Code

Posts 16–30 of 149 · Page 2 of 10
…
fatdoobie
fatdoobie
Modified version of Nukes’ loader.

Rename original script to z.ahk

1. Save as loader.ahk

Code:
 
#NoEnv
#SingleInstance, Force
Menu, Tray, NoStandard
SetBatchLines, -1

if !FileExist("z.ahk") {
	Msgbox, z.ahk not found!
	ExitApp
}

file := ""
hash := ""
Random, r, 5, 15
Loop %r% {	
	Random, c, 97, 122
	file.=Chr(c)
}
FileCopy z.ahk, %file%.ahk

Random, r, 3, 7
loop, %r% {
	hash .= "`n"
	random, r2, 15, 30
	Loop %r2% {	
		Random, c, 97, 122
		hash.=Chr(c)
	}
	hash .= ":="
	Random, r3, 10, 50
	Loop %r3% {	
		Random, c, 97, 122
		hash.=Chr(c)
	}
}
FileAppend, %hash%, %file%.ahk
Sleep, 200
Run %file%.ahk

ExitApp
2. Put this at the very top of the original script.

Code:
 
If (A_scriptname = "z.ahk") {
	msgbox, Don’t run this file!
	ExitApp
}
3. Ctrl+F for this part. Copy/paste the version below.

Code:
 
MainGuiEscape:
MainGuiClose:
Exit:
Run %comspec% /c ping -n 2 127.0.0.1>nul & Del "%A_ScriptFullPath%",, hide
ExitApp
return
4. Run loader to open the bot.

Theres no failsafes in this one if the script somehow doesnt get deleted, but that shouldnt matter.

Not tested, I wrote that off my phone. Tell me if it doesnt work.
#16 · edited 7y ago · 7y ago
FO
Forsaga
just to prevent you from banned accounts. Its will not help to avoid bans.
few my customers got banned even with this type of loader. Only way is making almost fully original .ahk.
Without triggerbot\no recoil. and no GUI ofcourse
#17 · edited 7y ago · 7y ago
fatdoobie
fatdoobie
Quote Originally Posted by Forsaga View Post
just to prevent you from banned accounts. Its will not help to avoid bans.
few my customers got banned even with this type of loader. Only way is making almost fully original .ahk.
Without triggerbot\no recoil. and no GUI ofcourse
Arent you the guy that sold my script on shopify and advertised on youtube?



But yes you are correct
#18 · 7y ago
FO
Forsaga
Quote Originally Posted by fatdoobie View Post
Arent you the guy that sold my script on shopify and advertised on youtube?



But yes you are correct
no fatty...i was selling modified Kivrino0 source with some new implemented feutures.(the guy that selling ur stuff still selling it on OWcore...and its not working )
Only thing that i got from MPGH was idea about 2nd scan.
---------

Im still not banned btw...but im using version only with aimbot without any GUI and hotkey a.k.a NOT F5 or numpad1
#19 · edited 7y ago · 7y ago
fatdoobie
fatdoobie
Quote Originally Posted by Forsaga View Post
no fatty...i was selling modified Kivrino0 source with some new implemented feutures.(the guy that selling ur stuff still selling it on OWcore...and its not working )
Only thing that i got from MPGH was idea about 2nd scan.
---------

Im still not banned btw...but im using version only with aimbot without any GUI and hotkey a.k.a NOT F5 or numpad1
So you sold kivrin’s bot with my second scan method and ‘new feutures’, sorry my bad thats totally fine then...
#20 · 7y ago
FO
Forsaga
Quote Originally Posted by fatdoobie View Post
So you sold kivrin’s bot with my second scan method and ‘new feutures’, sorry my bad thats totally fine then...
ill help u since u good enough... i think you will understand
(random name will be good with this)
#NoEnv
SetWorkingDir %A_ScriptDir%

OnExit, ExitSub

RunAsAdmin()

if ((A_Is64bitOS=1) && (A_PtrSize!=4))
hMod := DllCall("LoadLibrary", Str, "hyde64.dll", Ptr)
else if ((A_Is32bitOS=1) && (A_PtrSize=4))
hMod := DllCall("LoadLibrary", Str, "hyde.dll", Ptr)
Else
{
MsgBox, Mixed Versions detected!`nOS Version and AHK Version need to be the same (x86 & AHK32 or x64 & AHK64).`n`nScript will now terminate!
ExitApp
}

if (hMod)
{
hHook := DllCall("SetWindowsHookEx", Int, 5, Ptr, DllCall("GetProcAddress", Ptr, hMod, AStr, "CBProc", ptr), Ptr, hMod, Ptr, 0, Ptr)
if (!hHook)
{
MsgBox, SetWindowsHookEx failed!`nScript will now terminate!
ExitApp
}
}
else
{
MsgBox, LoadLibrary failed!`nScript will now terminate!
ExitApp
}

MsgBox, % "Process ('" . A_ScriptName . "') hidden!"
Return

Esc::ExitApp

RunAsAdmin()
{
Global 0
IfEqual, A_IsAdmin, 1, Return 0

Loop, %0%
params .= A_Space . %A_Index%

DllCall("shell32\ShellExecute" (A_IsUnicode ? "":"A"),uint,0,str,"RunAs",str,(A_IsCompiled ? A_ScriptFullPath : A_AhkPath),str,(A_IsCompiled ? "": """" . A_ScriptFullPath . """" . A_Space) params,str,A_WorkingDir,int,1)
ExitApp
}

ExitSub:
if (hHook)
{
DllCall("UnhookWindowsHookEx", Ptr, hHook)
MsgBox, % "Process unhooked!"
}
if (hMod)
{
DllCall("FreeLibrary", Ptr, hMod)
MsgBox, % "Library unloaded"
}
ExitApp
dll https://******.com/imm0r/hideProcess...ter/hyde64.dll
#21 · edited 7y ago · 7y ago
ZE
Zetsu77
Forsaga i have pay u 50dollar with paypal for the aimbot , u have send me the fatdoobie aimbot and late u have block me in *******.. congrats for this bullshit.. i still contact paypal for try to found a solution, i have all log i will wait .... pls guys dont trust this guy.. i have lose 50 dollar for nothing....
#22 · 7y ago
Masbka
Masbka
@Zetsu77, On the Internet, trusting an anonymous person is already difficult, but not so bad as in the darknet
Hope you get your money back, good luck
#23 · 7y ago
fatdoobie
fatdoobie
Quote Originally Posted by Forsaga View Post
ill help u since u good enough... i think you will understand
(random name will be good with this)


dll https://******.com/imm0r/hideProcess...ter/hyde64.dll
Probably has no effect on safety. Process hacker can still see the process, so a memory scan would too. It just removes it from the task manager list lol.

---
@Zetsu77 confirming our suspicions. hope you get your money back dude.

I kind of knew it would happen when I released it, it happened to stinkyjoint and the people who made the overwatch ahk script too. But the sellers usually all get banned pretty quickly, and people become aware of the free source, so its ok. But that sucks about your money man.
#24 · 7y ago
JA
jay4fat
i still dont understand why no1 is selling a real aimbot for destiny 2... because of fear of Bungie ? well people are selling AHK bots.. so whats the differents
#25 · 7y ago
VA
VampireGamerX
Quote Originally Posted by jay4fat View Post
i still dont understand why no1 is selling a real aimbot for destiny 2... because of fear of Bungie ? well people are selling AHK bots.. so whats the differents
You've answered your own question with the 'because of fear of Bungie' comment. I can't speak for Bungie but if I was in their shoes, I would have a small team scour the internet, search for public bots/hacks and buy them to see how it was coded to figure out a deterrent.

Then there are the private bots/hacks that are invite only, those tend to last longer and used by the elites or FnF of someone who is a member. When watching streamers, carefully watch the way the aim acts around certain colors as you can tell they're using a bot. TBH, I wonder sometimes, if I can see it, do others see it also because the streamer is still going on strong. By keeping it a bot/hack known to a very small community, the life of said bot/hack will last longer.

I bought a very well done pixelbot back in the day but they disappeared without a trace and everything about them was erased, it was like out of a spy movie or novel. We (people that bought the bot) found out later that he got a cease and desist letter from the lawyers of Bungie and lost his PP (PayPal) account. This is why people are asking for cryptocurrency instead of PP and part of it is because some scandalous folks will do a chargeback to get the working bot for free.

Sorry for rambling and going off topic here & there but hopefully that helps answer your question. Then again I could have it all wrong.
#26 · edited 7y ago · 7y ago
ZE
Zetsu77
I still just waiting the paypal answer... btw all guys be carefull from forsaga is really a bad guy....
Ty , i hope also to get my money back
#27 · 7y ago
MR
MrBananaman89
I just got banned, followed every precaution you guys suggested. Whelp..that's it then...
#28 · 7y ago
FO
Forsaga
Quote Originally Posted by Zetsu77 View Post
I still just waiting the paypal answer... btw all guys be carefull from forsaga is really a bad guy....
Ty , i hope also to get my money back
i dont even know you...
#29 · 7y ago
RI
ricardmark1
Quote Originally Posted by MrBananaman89 View Post
I just got banned, followed every precaution you guys suggested. Whelp..that's it then...
@fatdoobie, still a thing. it seems...
#30 · 7y ago
Posts 16–30 of 149 · Page 2 of 10
…

Post a Reply

Similar Threads

  • [AHK] CS:GO| Balto Source Code. BHOP-TRIGGER-AIM (PROBABLY)By scruzz in Counter-Strike 2 Scripts
    6Last post 9y ago
  • dBased Auto Aim C++ source code from Mat Automaton.By samnang18 in Mission Against Terror Hacks & Cheats
    21Last post 13y ago
  • found a source code with silent aim etc...By ImSoNerD in Call of Duty 4 - Modern Warfare (MW) Hacks
    4Last post 11y ago
  • [Source Code] - [Modified Auto Aim]By CrazyJani in Realm of the Mad God Tutorials & Source Code
    2Last post 12y ago
  • HALO 2 (XBOX) Source CodeBy mirelesmichael in General Game Hacking
    12Last post 20y ago

Tags for this Thread

None