• Odd Stats?
    39 replies, posted
I've noticed this player has only 191.8 hours in Gmod, and he has almost all of the achievements in Garry's Mod. He even has the addict achievement and the startup millenium achievements. Despite him only having 191.8 hours in Gmod, how could he possible have gotten 24 out of the 25 achievements? His Gmod stats: [url]http://steamcommunity.com/id/arbayer2/stats/GarrysMod[/url]
They cheat.
[QUOTE=whosdr;22424552]They cheat.[/QUOTE] How? There is no way someone could cheat the addict achievement or the startup millenium achievement.
[QUOTE=L o l;22424638]How? There is no way someone could cheat the addict achievement or the startup millenium achievement.[/QUOTE] Using an achievement unlocker, or hacker. It hacks your Steam profile to make community think you've unlocked them, which in turn makes Garry's Mod think you have them. Don't be so convinced you can't cheat. There's always a way. ... But don't cheat.
[QUOTE=AcidSoldier;22425433]Using an achievement unlocker, or hacker. It hacks your Steam profile to make community think you've unlocked them, which in turn makes Garry's Mod think you have them. Don't be so convinced you can't cheat. There's always a way. ... But don't cheat.[/QUOTE] The 4ndy achievement unlocker does not have the startup millenium, addict, and one month achievements intact. I'm still puzzled on how a player could get the addict achievement in only 191.8 hours, that is odd. Unless that player used a script of somekind, perhaps a startup script. I don't know for sure. Out of curiosity, is there a way to even make a startup script? Such as making a script that opens Gmod a bunch of times? Perhaps so, but I doubt it, and I don't cheat or intend to cheat. I'm just wondering how he got 24 out of the 25 achievements in Gmod without even playing through a whole year.
[url]http://code.google.com/p/chrisaster/source/browse/trunk/gmcl_achievementx/[/url] [lua]for k, v in ipairs(achievementx.GetAll()) do v:Award() end[/lua]
If that works I will go cry in the corner.
It works
I had the achievement with play on the same server ass garry but it kinda diapered, like all others :/
[QUOTE=Skondra;22438198][url]http://code.google.com/p/chrisaster/source/browse/trunk/gmcl_achievementx/[/url] [lua]for k, v in ipairs(achievementx.GetAll()) do v:Award() end[/lua][/QUOTE] Is it clientside or...? :v:
[QUOTE=Falchion;22438914]If that works I will go cry in the corner.[/QUOTE] [QUOTE=Tobba;22439276]It works[/QUOTE] Now go cry in the corner!
[QUOTE=userman122;22440190]Is it clientside or...? :v:[/QUOTE] gm[B]cl[/B]_achievementx, yes.
[QUOTE=Tobba;22439276]It works[/QUOTE] [IMG]http://images.inmagine.com/img/imagesource/ie228/ie228046.jpg[/IMG] [I][B]*Sniff* *Sniff*[/B] [/I]
heh, I believe I posted a similar thread a while back, but still, What is the point of cheating at achievements?
[QUOTE=Skondra;22443471]gm[B]cl[/B]_achievementx, yes.[/QUOTE] Where would you put it? What folder? I don't believe it works.
[QUOTE=L o l;22449537]Where would you put it? What folder? I don't believe it works.[/QUOTE] The dll goes in lua/includes/modules. The Lua file goes wherever.
[QUOTE=Skondra;22449807]The dll goes in lua/includes/modules. The Lua file goes wherever.[/QUOTE] Which one is the Lua file.
[QUOTE=L o l;22450265]Which one is the Lua file.[/QUOTE] [lua]require("achievementx") for k, v in ipairs(achievementx.GetAll()) do v:Award() end[/lua] Create a file with the extension 'lua' and paste that in there.
[QUOTE=Skondra;22450454][lua]require("achievementx") for k, v in ipairs(achievementx.GetAll()) do v:Award() end[/lua] Create a file with the extension 'lua' and paste that in there.[/QUOTE] Ok. SVN doesn't work for me, so I downloaded the files separately. Which files are needed for this to work? I downloaded the gmcl_achievementx.dll and that's it. Do I need anymore files? And also, do I put them in the lua/includes/modules area?
[QUOTE=L o l;22450611]Ok. SVN doesn't work for me, so I downloaded the files separately. Which files are needed for this to work? I downloaded the gmcl_achievementx.dll and that's it. Do I need anymore files? And also, do I put them in the lua/includes/modules area?[/QUOTE] All you need to do is place the dll in lua/includes/modules and run the code.
[QUOTE=Skondra;22450724]All you need to do is place the dll in lua/includes/modules and run the code.[/QUOTE] How do you run the code.
[QUOTE=L o l;22450778]How do you run the code.[/QUOTE] The easiest way is probably for you place the file inside lua/autorun/client. If this directory doesn't exist, create it.
[QUOTE=Skondra;22450858]The easiest way is probably for you place the file inside lua/autorun/client. If this directory doesn't exist, create it.[/QUOTE] What file are you talking about. The lua file or the dll file.
[QUOTE=L o l;22451038]What file are you talking about. The lua file or the dll file.[/QUOTE] The Lua file.
[QUOTE=Skondra;22451053]The Lua file.[/QUOTE] The Lua file goes into the lua/autorun/client area and the dll file goes into the lua/includes/modules area. Right? Also, what should I rename the Lua file as?
[QUOTE=L o l;22451096]The Lua file goes into the lua/autorun/client area and the dll file goes into the lua/includes/modules area. Right? Also, what should I rename the Lua file as?[/QUOTE] Correct. The file can be called anything.
[QUOTE=Skondra;22451209]Correct. The file can be called anything.[/QUOTE] Ok. I put the dll file in the lua/includes/modules area and the lua file in the lua/autorun/client area. Is that it? What do I need to do next?
[QUOTE=L o l;22451285]Ok. I put the dll file in the lua/includes/modules area and the lua file in the lua/autorun/client area. How do I know if it worked?[/QUOTE] Join a server. Check your stats page.
[QUOTE=Skondra;22451642]Join a server. Check your stats page.[/QUOTE] I joined a server, and the achievements did not change, they stayed the same.
[QUOTE=L o l;22451779]I joined a server, and the achievements did not change, they stayed the same.[/QUOTE] Then you're doing it wrong. I'm not going to help you any further.
Sorry, you need to Log In to post a reply to this thread.