ToonTown Team Trap
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Codes?

2 posters

Go down

Codes? Empty Codes?

Post by BluuBlood Thu Jan 19, 2012 11:19 pm

I'm new to hacking in TT, and I really haven't hacked much. Every single attempt has been crushed by Nazi Disney. They even took away my member account. Twisted Evil

I still have another member account, and I don't want to lose it, but I do want to hack. I've heard of a code that blocks bans, is there such thing? Also, what are some codes that have a "lower" chance of bans, if there is any? confused

BluuBlood
Level 3

Posts : 5
Join date : 2012-01-19

Back to top Go down

Codes? Empty Re: Codes?

Post by gollyhawhaw Sat Jan 21, 2012 11:11 am

BluuBlood wrote:I'm new to hacking in TT, and I really haven't hacked much. Every single attempt has been crushed by Nazi Disney. They even took away my member account. Twisted Evil

I still have another member account, and I don't want to lose it, but I do want to hack. I've heard of a code that blocks bans, is there such thing? Also, what are some codes that have a "lower" chance of bans, if there is any? confused

Yes I have that code. You have to eneter it everytime you log into toontown. let me give u it.

def blockBan(log):
ftf = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
rf = open('%s'%(ftf),'r')
del rf.read()
def blockBan():
if "Server is booting us out" in str(rf.readline()):
messenger.send('pandaRenderError')
else:
None
def loopBanCheck():
seq.append(Func(blockBan))
seq.append(Wait(0.1))
seq.append(Func(loopBanCheck))
seq.start()



if that does not work then use this instead

ftf = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
rf = open('%s'%(ftf),'r')
del rf.read()
def blockBan():
if "Server is booting us out" in str(rf.readline()):
messenger.send('pandaRenderError')
else:
None
def loopBanCheck():
seq.append(Func(blockBan))
seq.append(Wait(0.1))
seq.append(Func(loopBanCheck))
seq.start()
gollyhawhaw
gollyhawhaw
Level 11

Posts : 52
Join date : 2011-10-30
Age : 25
Location : London

Back to top Go down

Codes? Empty Re: Codes?

Post by BluuBlood Sat Jan 21, 2012 7:04 pm

gollyhawhaw wrote:
BluuBlood wrote:I'm new to hacking in TT, and I really haven't hacked much. Every single attempt has been crushed by Nazi Disney. They even took away my member account. Twisted Evil

I still have another member account, and I don't want to lose it, but I do want to hack. I've heard of a code that blocks bans, is there such thing? Also, what are some codes that have a "lower" chance of bans, if there is any? confused

Yes I have that code. You have to eneter it everytime you log into toontown. let me give u it.

def blockBan(log):
ftf = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
rf = open('%s'%(ftf),'r')
del rf.read()
def blockBan():
if "Server is booting us out" in str(rf.readline()):
messenger.send('pandaRenderError')
else:
None
def loopBanCheck():
seq.append(Func(blockBan))
seq.append(Wait(0.1))
seq.append(Func(loopBanCheck))
seq.start()



if that does not work then use this instead

ftf = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
rf = open('%s'%(ftf),'r')
del rf.read()
def blockBan():
if "Server is booting us out" in str(rf.readline()):
messenger.send('pandaRenderError')
else:
None
def loopBanCheck():
seq.append(Func(blockBan))
seq.append(Wait(0.1))
seq.append(Func(loopBanCheck))
seq.start()
Thank you very much. Time to hack... Twisted Evil

BluuBlood
Level 3

Posts : 5
Join date : 2012-01-19

Back to top Go down

Codes? Empty Re: Codes?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum