• nBot - Simple aimbot by Nautical
    90 replies, posted
[QUOTE=Combiner8761;13430811]He is joking, you can only be VAC-banned by dlls. VAC cannot detect lua, and if it did, that would just be stupid.[/QUOTE] Thanks, a few friends on steam said that too!
[QUOTE=someone1;13040978]Lol can you make a better one? I mean you can talk the talk but what about walking the walk?[/QUOTE] Dancing with joy are we? [media]http://www.youtube.com/watch?v=u25dnGGe0aE[/media] This was recorded from a demo which strips calcview orientation, I don't actually look in the direction of the screen in these videos while I'm playing: [media]http://www.youtube.com/watch?v=htMFyVRXmQo[/media] [media]http://www.youtube.com/watch?v=TblLGqLcABU[/media] I learned lua 1 year ago, I walk all over your shit, today the aimbot file is over 2000 lines of code and has atleast 100 convars for configuration, mind you it doesn't have a vgui menu, but it does have unreal tournament kill-sounds. Quite a few features, a few are shown in the video, it's got wallhack capability with configurable styles. Most people who know anything about lua don't release aimbots hoping they'll get noticed for their shitty implementations of laggy ESP's etc. What your implementation of flailing E-Penis does not contain: nospread, speedhacks, spinhacks, and an optimized ESP.
[QUOTE=lolking;13503248]-Stuff-[/QUOTE] I'm sorry, but that looks like jetbot with calc view stuff copied from rabid toaster's autoaim. I don't think I've seen an esp so ugly. Enjoy your aimbot.
[QUOTE=Salads;13504880]I'm sorry, but that looks like jetbot with calc view stuff copied from rabid toaster's autoaim. I don't think I've seen an esp so ugly. Enjoy your aimbot.[/QUOTE] It's not anywhere near jetbot, and I didn't copy any calcview stuff... Too bad your point is invalid.
It has the same ugly font and the same "Searching..." and "ESP" hud elements as JetBot. The framerate is too low on your videos to be able to say for sure if you have nospread, and the fact that it took half a clip from the glock from an arm's length away to kill a regular zombie doesn't help.
[QUOTE=lolking;13505574]It's not anywhere near jetbot, and I didn't copy any calcview stuff... [B]Too bad your point is invalid.[/B][/QUOTE] Ass...don't just come and thread hijack. And yes that does look very similar to an aim bot I've seen before too. Also, whats with the zombies having no textures [img]http://d2k5.com/sa_emots/emot-geno.gif[/img]
[QUOTE=lolking;13503248]What your implementation of flailing E-Penis does not contain: nospread, speedhacks, spinhacks, and an optimized ESP.[/QUOTE] Nospread and speed is only possible with modules duh.. Spinhack -> [b]Video[/b] [media]http://www.youtube.com/watch?v=HOe9vuquVP0[/media] [B]Download:[/B] [url=http://garrysmod.org/downloads/?a=view&id=59660][img]http://www.garrysmod.org/img/?t=dll&id=59660[/img][/url] -sorry for thread hijacking :3
[QUOTE=YouSuckAtLua;13040436]I've taken a look at the code, and all I can really do is sigh. Your code is horrible. You manage to go wrong starting at the [i]second[/i] line of code when you start using global variables for everything. [b]Stop using global variables for everything![/b] There's really no need to shit all over the concept of scoping your variables appropriately. What the hell did the principle of properly scoping variables ever do to you? It didn't deserve to go out like this. [b]Aimbot[/b] Jesus christ, I thought we were over the era of using Think hooks and SetEyeAngles() for aimbots. If you want an aimbot that doesn't suck [b]use CreateMove[/b]. Think runs slowly enough that by the time you add a slow, shitty ESP (you know, like the one nBot has) the results start to suffer. Seriously. Cut that shit the fuck out, dude. Furthermore, your aimbot fails miserably when non-standard models are used, making it almost entirely useless for both prophunt and suicide barrels. How about you act like a big boy and use OBBCenter when LookupBone returns nil. Moron. It is incapable of shooting at anything that [b]isn't[/b] a player, making it totally useless for prophunt when you should be shooting at an sent! [b]Client ConVars[/b] For some reason, you call CreateClientConVar every single time you want to use it. Why not do that [i]once[/i] at the top of the file? As it is you're calling it 8 fucking times in HUDPaint alone, which is [b]fucking retarded[/b]. STOP IT. [b]Skeleton[/b] What the fuck, why did you even bother with this? Is a classic wallhack too hard to implement? Make chams or something, it's stupidly easy and can be done with a RenderScreenspaceEffects and the use of CreateMaterial. Dear God, what a useless, ugly feature. The skeleton doesn't even work with models that don't have bones. Useless for prophunt and suicide barrels, among other things. [b]ESP[/b] Apart from the godawful code you use for filtering (Jesus [i]Christ[/i]), this is possibly the best code in the file, not that that says much, mostly because ESPs are shit-simple. The placement of your text sucks but that's mostly personal preference and if you really want to be a masochist then, well, have fun. [b]Gamemodes[/b] Besides the obvious lack of support for prophunt and suicide barrels, it also has shitty support for teams. All you need is a check for GAMEMODE.TeamBased which will work on a large majority of gamemodes, and from there you can stop things like shooting at teammates. It isn't hard. DO IT. This bot has horrible support for many gamemodes. [b]IN CONCLUSION[/b] This bot has done almost nothing that hasn't been done before. It has essentially no redeeming factors except a derma menu for ease of use. Everything else is poorly coded, implemented, or severely lacking in support for gamemodes. Why did you even bother releasing this? The only reason anybody would ever bother releasing a piece of shit like this is for attention, as that is what just about any aimbot is guaranteed to get. Do what the big boys do and keep this shit to yourself, you're just enabling a horde of faggots until the big servers add the [b]one[/b] fucking line to their anti-cheat scripts that it will take to defeat this. Go do something productive with your time, like learning how to [i]not suck at Lua[/i], rather than making pathetic attention grabs like this one.[/QUOTE] Well that was nearly pointless; and I say nearly because there was a few constructive parts in it. Here, let me make it into a post worth reading. [QUOTE=YoureOnYourWayToLearningLua] Your code could be improved. - Firstly, don't use global variables for everything! - Instead of Think hooks and SetEyeAngles() for aimbots, [b]use CreateMove[/b]. Think runs slowly enough that by the time you add more intensive code, the results start to suffer. - Your aimbot doesn't work when non-standard models are used (which means it won't work in prophunt and suicide barrels). Try using OBBCenter when LookupBone returns nil. - For some reason, you call CreateClientConVar every single time you want to use it. Why not do that [i]once[/i] at the top of the file? - Make chams or something instead of skeleton, it's stupidly easy and can be done with a RenderScreenspaceEffects and the use of CreateMaterial. Skeletons won't work in prophunt and suicide barrels, which sucks. :( - I'm not keen on the placement of your text but that's mostly personal preference. Also, you might wanna add a few things to improve it... + Add support for gamemodes using SENTs (such as prophunt and suicide barrels, I FUCKING LOVE PROPHUNT AND SUICIDEBARRELS IF YOU'VE NOTICED LOLOL?), + Add support for teams. All you need is a check for GAMEMODE.TeamBased which will work on a large majority of gamemodes, and from there you can stop things like shooting at teammates. [b]IN CONCLUSION[/b] I'm a laptop fucking gangster. Fear me bitch. ;o[/QUOTE] See? You can help someone be a better coder by constructive criticism, not "YOUR CODE SUCKS FUCK OFF YOU'RE A MORON AND YOU MAY AS WELL GIVE UP LUA NOW YOU ATTENTION SEEKING FUCK OMFG." And why bother making an alt to troll him? You're scared of him finding out what your usual facepunch name is incase he jumps through your monitor and brutalizes you? If you're a well-respected LUA king, your little ranting powertrip might've looked at least partly respectable that way. At least Nautical took it well, Christ.
When you get seen you should play the metal gear solid encountered music. [url]http://vladh.net/shadiku/files/Found.mp3[/url] :3
Oh, id nearly forgotten i put this out! Im probably not going to release my current version, seeing as very few people care, or even want this out. I dabble with it here and there, but I have to say; my new aiming system is incredibly more efficient and fast. It might be as fast, if not faster then the ones posted. If you'd like to see how it looks at any point, don't hesitate to visit the nautical sciences gmod enrichment center whenever I'm on- your insights are always appreciated. Though, for now, I'll leave this be. I'm still grounded (5.5 weeks and still going strong) anyways, so the likelyhood of me getting anything really constructive accomplished is slim to none. Thanks guys.
I do. PM me it if you're not going to release it publicly.
i really do care. mostly the only feature left to be desired by me is to be able to use it on NPCS PM me too, because i really want it
You have an admirer of grand status in society: [media]http://www.youtube.com/watch?v=7WosuPvBDt8[/media] Some kid joined ventrilo and started bragging about his awesome nBot and cheatengine 'hacks' I just keep thinking, [b]this is why I don't release cheats/"SPLOYTS" for all the little retards of the world to use[/b].
i think you all should b thankful to the god for having a rich family to buy a computer and 4+ source games just to play GMOD bcuz if u dont u dont even know what LUA is and stop flaming shits [highlight](User was banned for this post ("Trolling" - mahalis))[/highlight]
Haha who was that kid?
not bad ... i have use it 1 time i stopt it because i dont want to be VAC banned xD
Blackjacker, once again... You will not be banned for using LUA Aimbots Or did u mean Cheatengine? :s
nope i mean this cheat and wallhacks etc can they update the vac for banning us or ? is that 0.00005% ? xD
VAC doesn't ban for LUA scripting, but it bans for modified game .exe and .dll files and memory editing with tools like Cheat Engine. So, you can only get banned by admin of the server if you use nBot too much.
YAY Another stupid aimbot for people to make OTHER people angry on player vs player servers... I dont understand why people make aim bots.. is it because they have nothing better to make? why not make something better?
[QUOTE=Wizey!;14511487]YAY Another stupid aimbot for people to make OTHER people angry on player vs player servers... I dont understand why people make aim bots.. is it because they have nothing better to make? why not make something better?[/QUOTE] It's usually because they think "I'm smart and all these idiot players are dumb... if they get to use their insane wrist twitching skills, I get to use my intelligence. Now.. I don't wanna use JetBot, or AzuBOT, or nBot, or an external one cause of VAC, oh, I'm smart! I'll make my own!" or "Oh, SetEyeAngles, couldn't that be used to cheat? hmm.. this is fun." or "LOL I KNOW HOW TO SNAP TO YOUR HEAD LOLOL. THIS IS FUN" I was the second and third ones....
Also it's an interesting challenge, to create an aimbot that anti cheats and players will find hard to detect.
And where do I put this at? XD
Okay, i just installed to addons, and into the lua\autorun folder just incase one dosent work, i try the +nBot in the console and it says invalid command, any help here?
Awesome. If there's some annoying fuck killing at you on the server this ought to be useful to take him down. :) Let's go show those fu**ers we mean business. (humor n00bs) Thanks and testing.
Major Bump. Heh, this bot looks like the best of them all, Beautiful GUI and good ESP. LOVE IT
[QUOTE=steamfreak;19364701]Major Bump. Heh, this bot looks like the best of them all, Beautiful GUI and good ESP. LOVE IT[/QUOTE] To be quite honest, it lags horribly, has incorrect offsets and is far too easy to break - I broke it with an anticheat I wrote after learning Lua for only... 3 months.
Hai guys, the hax is nice, but do any1 got script enforcer bypass? if u can help me plz Send a message :)
Mingebagger reporting for duty. Great way to get banned from servers and it doesn't even work on certain servers. Ty for allowing me to get scripts to block this kind of aimbot
[QUOTE=Chicken wings;23807603]Mingebagger reporting for duty. Great way to get banned from servers and it doesn't even work on certain servers. Ty for allowing me to get scripts to block this kind of aimbot[/QUOTE] Please do try to "get" scripts to block FapHack, should be a challenge for you.
Sorry, you need to Log In to post a reply to this thread.