You are viewing our Forum Archives. To view or take place in current topics click here.
#31. Posted:
Karl-Pilkington
  • TTG Senior
Status: Offline
Joined: Apr 07, 201014Year Member
Posts: 1,626
Reputation Power: 71
Status: Offline
Joined: Apr 07, 201014Year Member
Posts: 1,626
Reputation Power: 71
HighRS wrote Ive almost bypassed the live checks and configured the offsets using advanced PPC...here is just a little sample of the code... if any of you are good with PPC which you probaly arnt...please message me and ill put you in the credits of this.

lbz    rD,d(rA|0) ;register indirect with offset
 lbzx   rD,(rA|0),rB ;register indirect with index
unsigned byte lbz [ u, x ] rD,d(rA)

unsigned half-word lhz [ u, x ] rD,d(rA)

signed half-word lha [ u, x ] rD,d(rA)

unsigned word lwz [ u, x ] rD,d(rA)

rD = -rA neg [ o, . ] rD,rA

rD = rA + SIMM addi < s, c, c. > none rD,rA,SIMM

rD = rA + rB add < c, e > [ o, . ] rD,rA,rB

rD = rA - 1 addme [ o, . ] rD,rA

rD = rA + 0 addze [ o, . ] rD,rA

rD = SIMM - rA subfic none rD,rA,SIMM

rD = rB - rA subf < c, e > [ o, . ] rD,rA,rB

rD = -1 - rA subfme [ o, . ] rD,rA

rD = 0 - rA subfze [ o, . ] rD,rA
 
   cmpwi cr0,r3,0
   cmpwi cr1,r3,10
   3 other instructions
   ble cr0,fail
bgt cr1,fail

   Breakpoint 1, main () at listing1.s:5
5      li 4, 0x10
Current language:  auto; currently asm
(gdb) s
6      li 5, 0x20
(gdb) s
7      add 4, 4, 5
(gdb) p/x $r4
$1 = 0x10
(gdb) p/x $r5
$2 = 0x20
(gdb) s
8      addi 4, 4, 5
(gdb) p/x $r4
$3 = 0x30
(gdb) s
9      stwu 1, -16(1)
(gdb) p/x $r4
$4 = 0x35
(gdb) p/x $r1
$5 = 0x7ffff8e0
(gdb) x/4xb 0x7ffff8e0-16
0x7ffff8d0:   0x7f   0xff   0xf9   0x44
(gdb) s
main () at listing1.s:10
10      addi 1, 1, 16
(gdb) p/x $r1
$6 = 0x7ffff8d0
(gdb) x/4xb $r1
0x7ffff8d0:   0x7f   0xff   0xf8   0xe0
(gdb) p/x $lr
$7 = 0xfebf100
(gdb) s
main () at listing1.s:11
11      blr
(gdb) s
0x0febf100 in __libc_start_main () from /lib/libc.so.6

      (gdb) disas main
Dump of assembler code for function main:
0x100003d0 <main+0>:   li   r4,16
0x100003d4 <main+4>:   li   r5,32
0x100003d8 <main+8>:   add   r4,r4,r5
0x100003dc <main+12>:   addi   r4,r4,5
0x100003e0 <main+16>:   blr
lis r9, 4097
addi r0, r9, 2216
lis 9, i@ha
la 0, i@l(9)



if it works DONT release it, sell it for an high price. This will make you money and it will allow more time for it to be up as microsoft wont find it and patch it.

So yeah, sell it and get dedicated hosters online!
#32. Posted:
WizKahlifa
  • TTG Addict
Status: Offline
Joined: Apr 08, 201113Year Member
Posts: 2,957
Reputation Power: 128
Status: Offline
Joined: Apr 08, 201113Year Member
Posts: 2,957
Reputation Power: 128
kepp up the good work your almost their..
#33. Posted:
Stevs
  • TTG Addict
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 2,540
Reputation Power: 106
Status: Offline
Joined: Jan 17, 201014Year Member
Posts: 2,540
Reputation Power: 106
Nice man 8)

Hope all of your hard works pays off
#34. Posted:
TTGxJbrown
  • TTG Senior
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 1,412
Reputation Power: 90
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 1,412
Reputation Power: 90
Nice. I hope you get. I wish i could help but I don't know anything about coding
#35. Posted:
TTG_Blazing95
  • Resident Elite
Status: Offline
Joined: Mar 23, 201014Year Member
Posts: 229
Reputation Power: 8
Status: Offline
Joined: Mar 23, 201014Year Member
Posts: 229
Reputation Power: 8
Dude this means alot and it shows your not selfish good job bro
#36. Posted:
MaGiiKSZz
  • Wise One
Status: Offline
Joined: Feb 19, 201113Year Member
Posts: 596
Reputation Power: 27
Status: Offline
Joined: Feb 19, 201113Year Member
Posts: 596
Reputation Power: 27
Dude if you get them back on.,
PLEASE do NOT Release it.
Release it to People you ACTUALLY trust By all means.

But dont publicy release it Because you never know who is actually on ttg (Microsoft Employees) ?
#37. Posted:
INoah
  • TTG Contender
Status: Offline
Joined: Jul 31, 201013Year Member
Posts: 3,125
Reputation Power: 139
Status: Offline
Joined: Jul 31, 201013Year Member
Posts: 3,125
Reputation Power: 139
+50 rep

this is a great find!
#38. Posted:
TTGxLEWY
  • Prospect
Status: Offline
Joined: Feb 28, 201113Year Member
Posts: 607
Reputation Power: 23
Status: Offline
Joined: Feb 28, 201113Year Member
Posts: 607
Reputation Power: 23
plz plz relese it when you find out remember the good old days not just 10ths but the zombie lobbyz and the avp lobbys they were fun i will rep you +100 if you relese no joke everytime i get rep ill give to you
#39. Posted:
TTG_BadBoiZz
  • TTG Senior
Status: Offline
Joined: Oct 17, 201013Year Member
Posts: 1,647
Reputation Power: 62
Status: Offline
Joined: Oct 17, 201013Year Member
Posts: 1,647
Reputation Power: 62
saw this late but i think your close
#40. Posted:
-iOranges-
  • TTG Contender
Status: Offline
Joined: May 18, 200915Year Member
Posts: 3,496
Reputation Power: 224
Status: Offline
Joined: May 18, 200915Year Member
Posts: 3,496
Reputation Power: 224
You seem like a smart guy man. Good luck on this, hope you achieve what you are looking for
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.