Categories > Coding > C# >
Executing a raw pastebin script
Posted
I admit it, Im dumb at C# or any programming/coding.
Anyways im making a exploit for my friends and i want to put in some scripts, but i dont know how to do it, ive tried previously to open the raw pastebin link buts its slow. So how do i execute a raw pastebin link. Btw its C# if u havent understand yet. And try to explain it to me beacause im not the smartest of these things.
~best regards Hackerman5000
Replied
loadstring(game:HttpGet(('https://pastebin.com/raw/CODEHERE'),true))()
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
api.SendLuaScript("loadstring(game:HttpGet(('pastebin.com/thepastebinlink'),true))()");
Cancel
Post
a former active and known member of the WRD community, but im kinda just a meme now
Replied
There is actually 2 ways.
You could use the Lua loadstring or the C# webclient method called DownloadString().
It takes as argument the raw link.
Btw it has to be a raw link (so only the text, not the other stuff)
https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadstring?view=netcore-3.1
Cancel
Post
Added
In this case, i think it should be synchronous, not asynchronous.
Cancel
Post
Added
idc when it got asked because maybe one day there will be someone trying to find the answer and if this thread was his first result and he clicked it, he would have find what he wanted.
Cancel
Post
My new discord is Wabz#1337 with ID 777154062789509130
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post