Jump to content
  • 0

Can anyone help me make a server sided script


I-Do-Trolling
 Share

Question

12 answers to this question

Recommended Posts

  • 0

Do you need pastebin pro or just pastebin free

Cuz i got this from a dude

local key = gg.makeRequest('https://pastebin.com/raw/ZWyAaFGW%27).content

local login = gg.prompt({"Key:"}, {[1] = 69}, {[1] = "number"})
if login[1] == key then gg.toast('Login Successful') else
gg.alert('Your Trial Has Expired Or Update Is Available visit: https://pastebin.com/raw/CrrGrfdj')

 

But doestn work

@bukandewa

Edited by I-Do-Trolling
I need help
Link to comment
Share on other sites

  • 0
--[[
https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
]]

local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content

login = gg.prompt({"Enter Password:"},{"69"},{"number"})

--Let password be 12567

if login[1] == "12567" 
  	then gg.toast("Logged in.")
		 gg.toast("Loading...")
  		 script = load(script)
  		 script()
  		 gg.toast("Thanks for using script! Have a nice day :)")
 		 os.exit(0)
  		else
  			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
  			os.exit(404)
end

-- Enjoy

 

Link to comment
Share on other sites

  • 0
6 hours ago, I-Do-Trolling said:

Do you need pastebin pro or just pastebin free

Cuz i got this from a dude

local key = gg.makeRequest('https://pastebin.com/raw/ZWyAaFGW%27).content

local login = gg.prompt({"Key:"}, {[1] = 69}, {[1] = "number"})
if login[1] == key then gg.toast('Login Successful') else
gg.alert('Your Trial Has Expired Or Update Is Available visit: https://pastebin.com/raw/CrrGrfdj')

 

But doestn work

@bukandewa

I never try use pastebin, try use another file uploader, I recommended github

Link to comment
Share on other sites

  • 0

Hope i can help you ?

Remember: Don't just copy and patse,

the forum use BB code and may make invisible symbol

_______________________________________________
added 0 minutes later
Just now, bukandewa said:

I never try use pastebin, try use another file uploader, I recommended github

Same as I XD 

Link to comment
Share on other sites

  • 0

not work bro

On 10/5/2018 at 7:12 PM, bukandewa said:

I never try use pastebin, try use another file uploader, I recommended github

 

_______________________________________________
added 1 minute later
On 10/5/2018 at 7:11 PM, noblack said:

--[[
https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
]]

local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content

login = gg.prompt({"Enter Password:"},{"69"},{"number"})

--Let password be 12567

if login[1] == "12567" 
  	then gg.toast("Logged in.")
		 gg.toast("Loading...")
  		 script = load(script)
  		 script()
  		 gg.toast("Thanks for using script! Have a nice day :)")
 		 os.exit(0)
  		else
  			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
  			os.exit(404)
end

-- Enjoy

 

not work bro

Link to comment
Share on other sites

  • 0

ok so


--[[
https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
]]

local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content

login = gg.prompt({"Enter Password:"},{"69"},{"number"})

--Let password be 12567

if login[1] == "12567" 
  	then gg.toast("Logged in.")
  		 sleep(500)
		 gg.toast("Loading...")
  		 pcall(load(script))
  		 gg.toast("Thanks for using script! Have a nice day :)")
 		 os.exit()
  		else
  			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
  			os.exit(400)
end

-- Fixed
--Don't direct copy & patse script,remember to remove hidden string
 

 

_______________________________________________
added 1 minute later

Im working on PHP script and it worked.

now my version is on 3.0

 

P.S: not for selling on overseas,only avalible on China.

Edited by noblack
not for selling on overseas,only avalible in China.
Link to comment
Share on other sites

  • 0
On 12/10/2018 at 12:53 PM, noblack said:

ok so



--[[
https://patsebin.com/raw/ZWyAaFGW%27 <-- Is this password or script? Ill let this be the script.
https://patsebin.com/raw/CrrGrfdj <-- Ill let this be the whatever you like.
]]

local login,script = gg.makeRequest("https://patsebin.com/raw/ZWyAaFGW%27").content

login = gg.prompt({"Enter Password:"},{"69"},{"number"})

--Let password be 12567

if login[1] == "12567" 
  	then gg.toast("Logged in.")
  		 sleep(500)
		 gg.toast("Loading...")
  		 pcall(load(script))
  		 gg.toast("Thanks for using script! Have a nice day :)")
 		 os.exit()
  		else
  			gg.alert("Your Trail Has Been Expired or Update is Availble.\nVisit: https://patsebin.com/raw.CrrGrfdj for more information.","[Exit]")
  			os.exit(400)
end

-- Fixed
--Don't direct copy & patse script,remember to remove hidden string
 

 

_______________________________________________
added 1 minute later

Im working on PHP script and it worked.

now my version is on 3.0

 

P.S: not for selling on overseas,only avalible on China.

i am not worked in game gurdian :v

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.