Categories > Coding > C# >

Executing a raw pastebin script

Hackerman5000

SoulessMan

Posts: 12

Threads: 5

Joined: Dec, 2019

Reputation: 0

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 

  • 0

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

loadstring(game:HttpGet(('https://pastebin.com/raw/CODEHERE'),true))()

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

Hectique

Hectique

Posts: 1080

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

api.SendLuaScript("loadstring(game:HttpGet(('pastebin.com/thepastebinlink'),true))()");

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Wabz

Winning.js

Posts: 1971

Threads: 143

Joined: Apr, 2020

Reputation: 27

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

  • 0

Added

@SUPERSMASHERBROS

In this case, i think it should be synchronous, not asynchronous.

  • 0

Added

@SUPERSMASHERBROS

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.

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )