Making scripts for people [FREE]

Posts 31–45 of 96 · Page 3 of 7
Quote Originally Posted by Breadcrumb View Post
I did. It only comes up with mpgh links to these threads. No dl link or anything.
Your blind then :l
I need help, everytime I run a script, and yes I saved the script in lua folder but the console shows me this
] sv_allowcslua 1
Server cvar 'sv_allowcslua' changed to 1
] sv_allowcslua 1
] lua_openscript_cl hud.lua
Running script hud.lua...
Couldn't include file 'hud.lua' (File not found) (<nowhere>)

please help, the problem continues with all the scripts I use, no matter they are new
Quote Originally Posted by justass490 View Post
I need help, everytime I run a script, and yes I saved the script in lua folder but the console shows me this
] sv_allowcslua 1
Server cvar 'sv_allowcslua' changed to 1
] sv_allowcslua 1
] lua_openscript_cl hud.lua
Running script hud.lua...
Couldn't include file 'hud.lua' (File not found) (<nowhere>)

please help, the problem continues with all the scripts I use, no matter they are new
put the lua in garrysmod/garrysmod/lua
Create lua folder if it aint there.
Is it possible to make a script for you to be a traitor every round in TTT
Quote Originally Posted by king_of_the_gamers View Post
Is it possible to make a script for you to be a traitor every round in TTT
No .
Well that is the most simple and to point statement I gotten all day I thank you with a emote
Quote Originally Posted by Gray View Post


No .


---------- Post added at 10:45 PM ---------- Previous post was at 10:42 PM ----------

Is it possible in anyway to get a script that helps you (steal/get money) in a dark rp server other then a atm hacker that I am already aware of?
Quote Originally Posted by king_of_the_gamers View Post
Well that is the most simple and to point statement I gotten all day I thank you with a emote

---------- Post added at 10:45 PM ---------- Previous post was at 10:42 PM ----------

Is it possible in anyway to get a script that helps you (steal/get money) in a dark rp server other then a atm hacker that I am already aware of?
There is no public scripts for "money stealing" that work atm but you could find a really really really horrid server and probably find an exploit.
Quote Originally Posted by D3M0L1T10N View Post
There is no public scripts for "money stealing" that work atm but you could find a really really really horrid server and probably find an exploit.
Does using the door command to spawn things like printers still work? I haven't tried it since gmod 12.
Quote Originally Posted by Cr0NiX View Post
Does using the door command to spawn things like printers still work? I haven't tried it since gmod 12.
No idea, I only use the button exploit.
360 ttt prop kill script
Quote Originally Posted by sadpwner View Post
360 ttt prop kill script
Here you are.
function MagnetoThrow()
-- Nice and easy, turn it slow 180
timer.Simple(.02,Turn)
timer.Simple(.04,Turn)
timer.Simple(.06,Turn)
timer.Simple(.08,Turn)
timer.Simple(.10,Turn)
timer.Simple(.12,Turn)
timer.Simple(.14,Turn)
timer.Simple(.16,Turn)
timer.Simple(.18,Turn)
timer.Simple(.20,Turn)
timer.Simple(.22,Turn)
timer.Simple(.24,Turn)
timer.Simple(.26,Turn)
timer.Simple(.28,Turn)
timer.Simple(.30,Turn)
timer.Simple(.32,Turn)
timer.Simple(.34,Turn)
timer.Simple(.36,Turn)
-- OH MY GOD WHIP AROUND 180
timer.Simple(.46,TurnBack)
-- And deliver the final blow by pressing right click
timer.Simple(.7,function() RunConsoleCommand("+attack") end)
timer.Simple(.72,function() RunConsoleCommand("-attack") end)
end

function Turn()
-- Turn function
LocalPlayer():SetEyeAngles(LocalPlayer():EyeAngles ()-Angle(0,10,0))
end

function TurnBack()
-- Turn 180 function
LocalPlayer():SetEyeAngles(LocalPlayer():EyeAngles ()-Angle(0,180,0))
end
-- Making it a console command
concommand.Add("ThrowMagneto",MagnetoThrow)
you guys do know that garry added SpreadTheButter to GAC
Quote Originally Posted by snixzz8 View Post
i could care less about rep
dupe hack isn't possible, and it's useless
also i suck with calcview
I made a script a year ago which is private, when I keep pressing ALT I can mark an area which I want to save, then I go to E2 and then with that I can paste the props that are inside the area, also good to copy bases.
Can someone write adjustable script for me ? I want ESP for Clockwork entities, like cw_item ; cw_cash ,so I can edit them as I want please.
Quote Originally Posted by LukeKesnaw View Post
I made a script a year ago which is private, when I keep pressing ALT I can mark an area which I want to save, then I go to E2 and then with that I can paste the props that are inside the area, also good to copy bases.
that's easy, as long as the server has E2 and propcore
Posts 31–45 of 96 · Page 3 of 7
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?