GitXplorerGitXplorer
T

IMVUTools

public
3 stars
5 forks
0 issues

Commits

List of commits on branch master.
Verified
6d962701583b48c0909f12feab37952bcd9473d8

Merge pull request #1 from texnevada/master

TToyz committed 10 months ago
Verified
7cb713049778bf43e2806f8d32ba9821b8b9b8cd

Used older version of click since newer version breaks uncompyle6 install.

TTexNevada committed 10 months ago
Unverified
5c64e78af72d782ecf13287219e221c0501160da

added the ability to patch the checksum.txt from the tool

TToyz committed 2 years ago
Unverified
db99bccc1b65283dd215ba84d96268e4233ca7ad

bug fixing

TToyz committed 5 years ago
Unverified
d7c3549ec1b549c992dfc1b7b003d124cfb28f7d

bug fix

TToyz committed 6 years ago
Verified
b9cdc6cce255b437ca9c8b0cf5a5f78217c8dea3

Update LICENSE

TToyz committed 6 years ago

README

The README file for this repository.

IMVU Client Tools

What is this for?

I created this powershell script to make it easier to explore how the IMVU client and it's systems work

How do I use this program?

  1. Clone this repo into a easy to find folder
  2. Open up powershell on Windows and type in the following set-executionpolicy unrestricted this will allow you to tune the script without issues
  3. Run imvu.ps1 and just do what it says

I still can't make it run what are the other things requried for this?

  • You need Python 2.7.9 because for what ever reason IMVU still uses python
  • You will need an older version of click to be able to install uncompyle6 which can be downloaded using pip: C:\Python27\python.exe -m pip install click==7.1.2
  • You need the latest uncompyle6 which can be downloaded using pip: C:\Python27\python.exe -m pip install uncompyle6

Note your python27 folder must be in c:\python27 or nothing will work