SmilePatchedSquabbi's MultiTool v2 - [Stats + Tokens]

Posts 115 of 24 · Page 1 of 2
Squabbi's MultiTool v2 - [Stats + Tokens]
Squabbi's MultiTool v2

Features:
  1. Prestige Changer
  2. Level Changer - Should be working
  3. Kill Changer
  4. Token Changer
  5. Score Changer
  6. Deaths Changer
  7. Hover Help v2
  8. Updated Creds


Screenshot:



(Video Will be up soon! )

Virus Scans:
Jotti
VirusTotal

Credits:
Me!
@Jorndel - Base & Addresses.
@lolbie - Addresses forum thread.
@Horror - Code Snippets

MW3 MultiTool v2 [MPGH]_mpgh.net.rar19 KB · 394 downloads Scanning…
This is reserved for future use!
/File Approved
for the level you need to put in an amount of xp, it is not direct working with any level you want

prestige 21 is working but you never can remove your level by editing it to 81
Bottom of screenshot : "For Steam - 1.448 only" little typo ? I think you mean 1.9.448
Quote Originally Posted by JELLYNAITOR View Post
for the level you need to put in an amount of xp, it is not direct working with any level you want

prestige 21 is working but you never can remove your level by editing it to 81
Then just put ur Exp on like 800 ? (rank 2) To derank yourself ?
Quote Originally Posted by Horror View Post
Bottom of screenshot : "For Steam - 1.448 only" little typo ? I think you mean 1.9.448
LOL! I know I just didn't want to do the virus scan again! :P

---------- Post added at 07:20 AM ---------- Previous post was at 07:19 AM ----------

Quote Originally Posted by JELLYNAITOR View Post
for the level you need to put in an amount of xp, it is not direct working with any level you want

prestige 21 is working but you never can remove your level by editing it to 81
OK, thanks for the heads up.
Quote Originally Posted by DogeAlt99 View Post
OK, thanks for the heads up.
You can prevent this ...
 
Visual Basic
Code:
Private MyRank As Integer() = {0, 800, 1900, 3100, 4900, 7100, 9600, 12400, 15600, 19200, 23100, 27500, 32400, 37800, 43700, 50100, 57000, 64400, 72300, 80700, 89600, 99000, 108900, 119300, 130200, 141600, 153500, 165900, 178800, 192200, 206200, 220800, 236000, 251800, 268200, 285200, 302800, 321000, 339800, 359200, 379200, 399800, 421000, 442800, 465200, 488200, 511800, 536000, 560800, 586200, 612350, 639250, 666900, 695300, 724450, 754350, 785000, 816400, 848550, 881450, 915100, 949500, 9846500, 1020550, 1057200, 1094600, 1132750, 1171650, 1211300, 1251700, 1292850, 1334500, 1377150, 1420300, 1464450, 1509100, 1554750, 1600900, 1648050, 1695700, 1746200}

C# or any language should practicly be the same , only like Int Rank = {..} or something like that.
Like this, when people enter 12, your project calls on the 12th number in the {}'s, being the value of EXP for rank 12
Quote Originally Posted by Horror View Post
You can prevent this ...
 
Visual Basic
Code:
Private MyRank As Integer() = {0, 800, 1900, 3100, 4900, 7100, 9600, 12400, 15600, 19200, 23100, 27500, 32400, 37800, 43700, 50100, 57000, 64400, 72300, 80700, 89600, 99000, 108900, 119300, 130200, 141600, 153500, 165900, 178800, 192200, 206200, 220800, 236000, 251800, 268200, 285200, 302800, 321000, 339800, 359200, 379200, 399800, 421000, 442800, 465200, 488200, 511800, 536000, 560800, 586200, 612350, 639250, 666900, 695300, 724450, 754350, 785000, 816400, 848550, 881450, 915100, 949500, 9846500, 1020550, 1057200, 1094600, 1132750, 1171650, 1211300, 1251700, 1292850, 1334500, 1377150, 1420300, 1464450, 1509100, 1554750, 1600900, 1648050, 1695700, 1746200}

C# or any language should practicly be the same , only like Int Rank = {..} or something like that.
Like this, when people enter 12, your project calls on the 12th number in the {}'s, being the value of EXP for rank 12

Thanks! I'll try this in my next update. And I'll have to put you in the credits!
Just a note:
lolbie didn't provide the addresses.
I did, just so you know that.
Quote Originally Posted by Jorndel View Post
Just a note:
lolbie didn't provide the addresses.
I did, just so you know that.
Maybe cus lolbie created the Source Code Adress Thread ?
Quote Originally Posted by Horror View Post
Maybe cus lolbie created the Source Code Adress Thread ?
Maybe I told him to do it? :P
Quote Originally Posted by Jorndel View Post


Maybe I told him to do it? :P
Well then you should get credits
Quote Originally Posted by Horror View Post
Well then you should get credits
Lol sure, I don't see why not! :P He is a huge help to all this!

---------- Post added at 08:21 PM ---------- Previous post was at 06:41 PM ----------

Quote Originally Posted by Horror View Post
You can prevent this ...
 
Visual Basic
Code:
Private MyRank As Integer() = {0, 800, 1900, 3100, 4900, 7100, 9600, 12400, 15600, 19200, 23100, 27500, 32400, 37800, 43700, 50100, 57000, 64400, 72300, 80700, 89600, 99000, 108900, 119300, 130200, 141600, 153500, 165900, 178800, 192200, 206200, 220800, 236000, 251800, 268200, 285200, 302800, 321000, 339800, 359200, 379200, 399800, 421000, 442800, 465200, 488200, 511800, 536000, 560800, 586200, 612350, 639250, 666900, 695300, 724450, 754350, 785000, 816400, 848550, 881450, 915100, 949500, 9846500, 1020550, 1057200, 1094600, 1132750, 1171650, 1211300, 1251700, 1292850, 1334500, 1377150, 1420300, 1464450, 1509100, 1554750, 1600900, 1648050, 1695700, 1746200}

C# or any language should practicly be the same , only like Int Rank = {..} or something like that.
Like this, when people enter 12, your project calls on the 12th number in the {}'s, being the value of EXP for rank 12
So how would I actually input this into my project?
Quote Originally Posted by DogeAlt99 View Post
Lol sure, I don't see why not! :P He is a huge help to all this!

---------- Post added at 08:21 PM ---------- Previous post was at 06:41 PM ----------



So how would I actually input this into my project?
Don't know how it is for VB.. but for C#:
Code:
try{
     WriteInteger( LevelAddress, XPList[int.Parse(TextBox.Text)])
}catch( IndexOutOfRangeException e){
     MessageBox.Show("You've entered a too high/low value!");
}catch( Exception e){
     MessageBox.Show("You've entered an invalid value!");
}
Where XPList is the array with the XP values, and TextBox is the input text box
Posts 115 of 24 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?