Hey guys, i'm starting a project, and its a GMod GUI. The only problem, is that I don't know how to make one I want the menu to be sort of like DayZ's "wuat" menu, or Minecraft's WeepCraft etc. Basically something where it is bound to a key and it pops up. So if someone could post a template and a tutorial for everyone to see, would be greatly appreciated.
Thanks.
There are no templates or anything sadly, you just have to ask around and hopefully someone will teach you something.
You could look up some general tutorials here though.
So far ive got this, but I don't know how to make each part of the menu run a script etc. Also, what folder do i add it to, and do i make it a .LUA? Down the bottom I found " RunConsoleCommand("sv_password", "toyboat") ". I want to add something like that on each line if it works, so that if i click on "Aimbot" for example, it will type in the console the command to execute that script.
Well I am new to LUA aswell lol, so I will need help from someone with decent experience. If I can't make an ingame menu, I can first try something like your bypass maybe? So a small application that has the hack options inside of it?
How did you get your SEBI to work? How does it send the command to the GMod console? If you can tell me that, I can get started on an external GMod hack for now
I coded it in very basic lua via Cheat Engine 6.2
It just alters the console commands for the client via memory-address and not via console.
So in other terms, find the "pointer" for the addy and then force a value on it via writeBytes to address.
Ok, I've made a pretty nice looking template in Visual Basic 2010. I understand exactly what the code means, but I want to put it in Visual Basic. So when I click the CheckBox, it will send the console command to hl2.exe and therefore executing the script. That's how I see this working so far, or have I got the complete wrong idea? I want to add that to Visual Basic somehow.
function TheFunction(client, command, arguments)
print("lua_openscript_cl Triggerbot.lua")
end
The menu's template is complete, I added 2 bypasses (SV and SE), but the coding I havn't even started.
Originally Posted by PrototypeRifle5
Ok, I've made a pretty nice looking template in Visual Basic 2010. I understand exactly what the code means, but I want to put it in Visual Basic. So when I click the CheckBox, it will send the console command to hl2.exe and therefore executing the script. That's how I see this working so far, or have I got the complete wrong idea? I want to add that to Visual Basic somehow.
function TheFunction(client, command, arguments)
print("lua_openscript_cl Triggerbot.lua")
end
The menu's template is complete, I added 2 bypasses (SV and SE), but the coding I havn't even started.
If you are thinking about trying to bypass any of those by lua it wont work sadly, not without a module.
As you can't load a script ingame unless you already have a bypass (If you catch my drift)
And about the code, I'm not quite sure that's right, the print would probably just print that exact string to the screen and not the console.
You should study other peoples hacks and it might enhance your understanding, as mine is limited and I'm just retarded enough to not have it stick after reading it.
Originally Posted by Antipathy
If you are thinking about trying to bypass any of those by lua it wont work sadly, not without a module.
As you can't load a script ingame unless you already have a bypass (If you catch my drift)
And about the code, I'm not quite sure that's right, the print would probably just print that exact string to the screen and not the console.
You should study other peoples hacks and it might enhance your understanding, as mine is limited and I'm just retarded enough to not have it stick after reading it.
Well then at the moment I have fallen to a standstill lol. I will stick to using your bypass, but I simply want this to send the chosen message to the console in GMod. I can't find any actual tutorials if you get what I mean (google, bing. You are useless once again).
Originally Posted by PrototypeRifle5
Well then at the moment I have fallen to a standstill lol. I will stick to using your bypass, but I simply want this to send the chosen message to the console in GMod. I can't find any actual tutorials if you get what I mean (google, bing. You are useless once again).
Yeah, there are little to no documentation to the new coding since gmod13 as far as I've seen and there are no specific tutorials to this that are up to speed (not fully)
What about a Derma menu? I can make one of those work, ive done it before but once again though, I want it so when I click on "Aimbot" for example, it prints the execution command in the console?
Originally Posted by PrototypeRifle5
What about a Derma menu? I can make one of those work, ive done it before but once again though, I want it so when I click on "Aimbot" for example, it prints the execution command in the console?
The page I linked have examples of stuff like that if I'm not mistaken
Originally Posted by Antipathy
The page I linked have examples of stuff like that if I'm not mistaken
It has a lot of useful stuff, I found a great starting idea for a menu (its working) but it doesn't say how to make it so when I click the CheckBox, it sends a command to the console unfortunately :s Im getting there though.
*EDIT* I got it!
Originally Posted by PrototypeRifle5
It has a lot of useful stuff, I found a great starting idea for a menu (its working) but it doesn't say how to make it so when I click the CheckBox, it sends a command to the console unfortunately :s Im getting there though.
*EDIT* I got it!
Well, once you got a working set there feel free to share it in the script thread
Could a staff member take down this post please? Thanks.