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 › Steam Games Hacks & Cheats › Garry's Mod Hacks & Cheats › DS Nospread Module

PostDS Nospread Module

Posts 16–30 of 60 · Page 2 of 4
MrRazer8
MrRazer8
Sounds nifty, but where is it put?
#16 · 13y ago
Dessix
Dessix
This is a release intended for developers who wish to integrate it with their aimbot; it is a standard GMod module- as such you must put it in the lua/bin directory. I apologize for not providing details on how to implement an aimbot from scratch, but someone else can provide one if they so choose; Licensing details are now in the main post.
#17 · 13y ago
Xenocide
Gray
Quote Originally Posted by MrRazer8 View Post
Sounds nifty, but where is it put?
See the sticky.
#18 · 13y ago
Dessix
Dessix
Source is now available via ****** in the main post.
#19 · 13y ago
MeepDarknessMeep
MeepDarknessMeep
@Dessix How do you get vecCone in the lua script?
#20 · 13y ago
Dessix
Dessix
You have to produce it via the normal means of current-weapon detection. HL2 weapons have their spread mechanic listed within the SDK (VECTOR_5_DEGREES for SMG if I recall?) and SWEPs normally have a means of checking their spread via either the GMod SWEP base or whatever baseclass was used for the weapon you are dealing with.
#21 · 13y ago
MeepDarknessMeep
MeepDarknessMeep
@Dessix so like this?

MB.lp = LocalPlayer
if MB.TTT then
MB.AddHook("CreateMove", function(cmd)
if IsValid(MB.lp():GetActiveWeapon()) then
local Cone = MB.lp():GetActiveWeapon().Primary.Cone
local vecCone = Vector(Cone, Cone, 0)
DS_manipulateShot(DS_md5PseudoRandom(DS_getUCMDCom mandNumber(cmd)), cmd:GetViewAngles():Forward(), vecCone):Angle()
end
end)
end
#22 · 13y ago
Dessix
Dessix
Might work- I've yet to use a Nospread without a Norecoil to prevent your aim from spazzing around.
#23 · 13y ago
MeepDarknessMeep
MeepDarknessMeep
Quote Originally Posted by Dessix View Post
Might work- I've yet to use a Nospread without a Norecoil to prevent your aim from spazzing around.
Yeah that code won't work. Could I see how you make it work?
#24 · 13y ago
TheyCallMeDaz
TheyCallMeDaz
Quote Originally Posted by Dessix View Post
Might work- I've yet to use a Nospread without a Norecoil to prevent your aim from spazzing around.
If you have any basic aimbot hooked through createmove then there's no need for "norecoil" because the aimbot already compensates for it. I'll take a look at your Source on ****** and maybe I'll make some changes here and there depending on what needs to be done, otherwise I'll work toward making an entire GModule.

EDIT: Meep it won't work because you're not even utilizing the prediction method correctly.

EDIT 2: Why are you copyrighting something that can be found publicly via pastebin?
#25 · edited 13y ago · 13y ago
MeepDarknessMeep
MeepDarknessMeep
Quote Originally Posted by TheyCallMeDaz View Post
If you have any basic aimbot hooked through createmove then there's no need for "norecoil" because the aimbot already compensates for it. I'll take a look at your Source on ****** and maybe I'll make some changes here and there depending on what needs to be done, otherwise I'll work toward making an entire GModule.

EDIT: Meep it won't work because you're not even utilizing the prediction method correctly.

EDIT 2: Why are you copyrighting something that can be found publicly via pastebin?
Could you explain how to use it?
#26 · 13y ago
Flengo
[MPGH]Flengo
Umm include the virus scan links normally next time. Full links.

/Approved
#27 · 13y ago
Dessix
Dessix
Quote Originally Posted by Flengo View Post
Umm include the virus scan links normally next time. Full links.

/Approved
He wasn't allowed to originally because he lacked the postcount to do so. Apparently new people can't, by the rules, release things :P


Quote Originally Posted by TheyCallMeDaz View Post
EDIT: Meep it won't work because you're not even utilizing the prediction method correctly.
Technically it could be "Correct" if he intends to make a Nospread without having his aim direction chosen for him, the real issue lies in the fact that he isn't utilizing its result for ... Well, anything. He doesn't even save it, which I failed to spot over a cursory glance at his code.

Quote Originally Posted by TheyCallMeDaz View Post
EDIT 2: Why are you copyrighting something that can be found publicly via pastebin?
An artist of sculpting takes clay freely available of the earth and calls the result theirs- is the same not true of the internet?
#28 · edited 13y ago · 13y ago
VM
vmt
Quote Originally Posted by Dessix View Post
He wasn't allowed to originally because he lacked the postcount to do so. Apparently new people can't, by the rules, release things :P




Technically it could be "Correct" if he intends to make a Nospread without having his aim direction chosen for him, the real issue lies in the fact that he isn't utilizing its result for ... Well, anything. He doesn't even save it, which I failed to spot over a cursory glance at his code.



An artist of sculpting takes clay freely available of the earth and calls the result theirs- is the same not true of the internet?
You also have to take into account that this whole module is a copypaste of the old deco source that's been on pastebin for 2 years.
#29 · 13y ago
Dessix
Dessix
I have taken an engine from a junkyard and brought fire to its chambers- do the same and I will allow you the right to call that engine your own, but in neither case have we claimed that we invented the concept of an engine.
#30 · 13y ago
Posts 16–30 of 60 · Page 2 of 4

Post a Reply

Similar Threads

  • Codes 2 get weapons,swim,5th slot,nospread recoil,...By crazy4her in WarRock - International Hacks
    9Last post 19y ago
  • module vb6By ZeaS in WarRock - International Hacks
    12Last post 19y ago
  • Module for WarrockBy condor01 in WarRock - International Hacks
    4Last post 19y ago
  • [request] ModuleBy Elliwood in WarRock - International Hacks
    6Last post 19y ago
  • [request]New ModuleBy killer2334 in Hack Requests
    0Last post 19y ago

Tags for this Thread

#nospread#release