You are viewing our Forum Archives. To view or take place in current topics click here.
How to poke Dash Huds text
Posted:

How to poke Dash Huds textPosted:

ZZ9_x_iHaXoRZz
  • Fairy Master
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
So I have seen this posted on numerous of websites where users are charging a ridicules price. I understand if it was something difficult and/or was worth the money but this I figured out with in 10 minutes.

applications you will need

Chaotic360
HxD
Peek Poker

If you have all these applications ready in hand go to step one.

Step one: Open up Chaotic360 and sign in, once you have signed in go to module loaded and right click and refresh the list. you should see a list of all the running models which looks like this.

[ Register or Signin to view external links. ]

Once you have this list opened you will now want to go to HUD.xex right click and copy the base address.

Step 2: Now you have the base address copied you will now want to open up Peek Poker and connect that to your console, once you are connected you want to go to Peek Poker and paste in the the base address in where it says Address and for the length put 500000, once you done that press peek and you should see this.

[ Register or Signin to view external links. ]

now you want to click in where you see all the Hex and right click and select all and then copy that text, once you have copied the Hex paste it into a text file.

step 3: once you have the text file which contains the Hex you want to open up HxD and paste in the Hex from the text file.

step 4: Now in HxD you want to search the string you want to poke so let say we poking Disc Tray we will search for that.

[ Register or Signin to view external links. ]

Now we found that we can now see the Address in the bottom hand corner "0x23D02"

Step 5: Now we have the base address for the Hud.xex and the address we want to poke for Open Tray we want to poke that with using set Memory


 xbc.SetMemory(0x913E0000+ 0x23D02, Encoding.ASCII.GetBytes("Chaotic360.com   "));



and that is it guy's, it's that easy


[ Register or Signin to view external links. ]

Couple pointers

Always try and keep the string the same size as the original otherwise it will run into other strings and will look sloppy or even stop the guide from opening

Also I recommend you adding the method you are using for poking the text to a while loop other wise when you close and reopen the guide it will refresh back to the default text.

The following 4 users thanked ZZ9_x_iHaXoRZz for this useful post:

Paqs (07-20-2017), Rodent (07-20-2017), XeCookie (07-20-2017), 8bitTit (07-20-2017)
#2. Posted:
Status: Offline
Joined: Feb 22, 201410Year Member
Posts: 5,508
Reputation Power: 3882
Status: Offline
Joined: Feb 22, 201410Year Member
Posts: 5,508
Reputation Power: 3882

Very nice and detailed tutorial! Nice of you to share this so others don't have to keep paying for the method!
#3. Posted:
ZZ9_x_iHaXoRZz
  • Rigged Luck
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
-Simplicity wrote
Very nice and detailed tutorial! Nice of you to share this so others don't have to keep paying for the method!


I seen some people charging $100 for this method on one website and Instagram which is ridiculous, it not even worth 5$ lol .
#4. Posted:
XeCookie
  • Trusted Seller
Status: Offline
Joined: Jun 22, 20158Year Member
Posts: 7,744
Reputation Power: 10871
Motto: MW3/ MW2 / WZ2 Services available. Join the Discord: https://discord.gg/mw3camos
Motto: MW3/ MW2 / WZ2 Services available. Join the Discord: https://discord.gg/mw3camos
Status: Offline
Joined: Jun 22, 20158Year Member
Posts: 7,744
Reputation Power: 10871
Motto: MW3/ MW2 / WZ2 Services available. Join the Discord: https://discord.gg/mw3camos
Very nice release and I also seen other people selling this I will now share this post to let others know that you can now get it free of charge thanks for this! Plus rep!
#5. Posted:
8bitTit
  • Ladder Climber
Status: Offline
Joined: Aug 17, 20158Year Member
Posts: 364
Reputation Power: 62
Status: Offline
Joined: Aug 17, 20158Year Member
Posts: 364
Reputation Power: 62
permanent?
#6. Posted:
8bitTit
  • Ladder Climber
Status: Offline
Joined: Aug 17, 20158Year Member
Posts: 364
Reputation Power: 62
Status: Offline
Joined: Aug 17, 20158Year Member
Posts: 364
Reputation Power: 62
when i try to paste it just says MZ? what am i doin wrong?
#7. Posted:
ZZ9_x_iHaXoRZz
  • Fairy Master
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Status: Offline
Joined: Mar 11, 201113Year Member
Posts: 4,436
Reputation Power: 8964
Crossroad wrote when i try to paste it just says MZ? what am i doin wrong?


it for RPC tools, I'm not sure what you trying to paste in and where.
#8. Posted:
Reevy
  • Summer 2023
Status: Offline
Joined: Sep 21, 20149Year Member
Posts: 3,156
Reputation Power: 691
Status: Offline
Joined: Sep 21, 20149Year Member
Posts: 3,156
Reputation Power: 691
Nice tutorial man
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.