Sign in to follow this  
(DANK)

Steam Checker [WALLET] C# Coding

Recommended Posts

Hello, My name is (DANK)

 

I am in need of some assistance for a project that would be very cool if finished

 

 

**DETAILED EXPLANATION OF WHAT NEEDS TO HAPPEN**

 

 The steam wallet codes are in a .txt file and each on there own separate line, I would then like the .txt file to be read than to be inputted into a list where I could have a button start the checking. The list would go from top to bottom of the .txt file and the checking would be done through an automated web browser that would store the line being checked as a variable named endline and the following would be the code used to check the wallet code

 

    ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline);

 

then the URL would look like [this][1]. If the text in the URL page shows 11 instead of the 22 depicted in the hyperlink it means it is a correct code. You do have to login to be able to verify if it works or not but I already have that covered. Then every code checked that has the 22 instead of 21 is put into another textbox where I can then save it to a .txt if needed.

 

**QUESTION 1**

How can I take a multiline text box and give each new line its own variable which can be added to the end of this given code.

 

    ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline);

 

**QUESTION 2**

How can the application read the web browser for the 11 that identify's it as working and then save that variable that was added to the end of the code in question 1 to a textbox.

 

  I will release it with auth when it is done

  • Like 1

Share this post


Link to post
Share on other sites

with auth :( PepeHands

 

Thats if I can get it functioning brother

Share this post


Link to post
Share on other sites

ok brother. brb learning C++

 

Alright brother

Share this post


Link to post
Share on other sites

please code, this would be perfect for you to sell

Share this post


Link to post
Share on other sites

Hello, My name is (DANK)

 

I am in need of some assistance for a project that would be very cool if finished

 

 

**DETAILED EXPLANATION OF WHAT NEEDS TO HAPPEN**

 

 The steam wallet codes are in a .txt file and each on there own separate line, I would then like the .txt file to be read than to be inputted into a list where I could have a button start the checking. The list would go from top to bottom of the .txt file and the checking would be done through an automated web browser that would store the line being checked as a variable named endline and the following would be the code used to check the wallet code

 

    ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline);

 

then the URL would look like [this][1]. If the text in the URL page shows 22 instead of the 21 depicted in the hyperlink it means it is a correct code. You do have to login to be able to verify if it works or not but I already have that covered. Then every code checked that has the 22 instead of 21 is put into another textbox where I can then save it to a .txt if needed.

 

**QUESTION 1**

How can I take a multiline text box and give each new line its own variable which can be added to the end of this given code.

 

    ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline);

 

**QUESTION 2**

How can the application read the web browser for the 22 that identify's it as working and then save that variable that was added to the end of the code in question 1 to a textbox.

 

  I will release it with auth when it is done

 

Share this post


Link to post
Share on other sites

You could easily use a python script to read the text file and send each code in an HTTP GET request with your session cookie and check the response for the success code. That would be less than an hour's work. No need for a GUI.

Share this post


Link to post
Share on other sites

You could easily use a python script to read the text file and send each code in an HTTP GET request with your session cookie and check the response for the success code. That would be less than an hour's work. No need for a GUI.

 

ill pay you $5 to do it

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this