Auto Run / Update

Posts 112 of 12 · Page 1 of 1
Auto Run / Update
I was wondering how to make a program to auto load my gmod hack when I open it and auto update it for other users, like citizen hack's loader.
Quote Originally Posted by Cyaegha View Post
http.Fetch and pastebin.
i was about to say this, but you did some heavy encryption on yours when you had it up.
Quote Originally Posted by bee_tee_gee View Post
i was about to say this, but you did some heavy encryption on yours when you had it up.
I know I will get made fun of but.... How exactly would I use this?
Quote Originally Posted by Tripple X Connoisseur View Post
I know I will get made fun of but.... How exactly would I use this?
Code:
http.Fetch(
	"pastebin.com/raw/EP1cm3Me",

	function(body)
		RunString(body);
	end
);
Quote Originally Posted by Cyaegha View Post
Code:
http.Fetch(
	"pastebin.com/raw/EP1cm3Me",

	function(body)
		RunString(body);
	end,
);
http :// i mgur .com/a/GIDuJ
Quote Originally Posted by Tripple X Connoisseur View Post
http :// i mgur .com/a/GIDuJ
It isn't exactly rocket science to figure out what's causing the error.
Quote Originally Posted by Cyaegha View Post
It isn't exactly rocket science to figure out what's causing the error.
Well, im not exactly what you would call "smart".

- - - Updated - - -

Quote Originally Posted by Cyaegha View Post
It isn't exactly rocket science to figure out what's causing the error.
oh fuck. Sorry for the autism Cyaegha xD. Anyways. Now the scripts runs but doesn't run my pastebin code.
Quote Originally Posted by Tripple X Connoisseur View Post
Well, im not exactly what you would call "smart".

- - - Updated - - -



oh fuck. Sorry for the autism Cyaegha xD. Anyways. Now the scripts runs but doesn't run my pastebin code.
Code:
http.Fetch("http : //pastebin.com/raw/mZTPa24A",function(body)RunString(body)end)
enjoy pro hakkking
Quote Originally Posted by x0m View Post
Code:
http.Fetch("http : //pastebin.com/raw/mZTPa24A",function(body)RunString(body)end)
enjoy pro hakkking
Thanks. Now the code runs. But when I edit my pastebin file and save it, it updates the raw aswell. Except when it runs on gmod it doesn't run the updated version for some reason?
Quote Originally Posted by Tripple X Connoisseur View Post
Thanks. Now the code runs. But when I edit my pastebin file and save it, it updates the raw aswell. Except when it runs on gmod it doesn't run the updated version for some reason?
you have to wait for the code to update on pastebin b/c the cache is slow. takes about 5-10 mins
Quote Originally Posted by bee_tee_gee View Post
you have to wait for the code to update on pastebin b/c the cache is slow. takes about 5-10 mins
Oh, thanks alot bee_tee_gee
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?