Jump to content

Atex

Cursed
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Atex

  1. U blind m8? I got a name color ?
  2. In wow raid encounters people log the kills and upload the logs to https://www.warcraftlogs.com to compare their kill performances with others. These comparisons can be used to determine who is a good player for guilds and raids. This script is to multiply ur dps by amount X in a log to increase ur dps stats on the site which makes it easier to stand out as a good player in the game or ruin someone elses dps in the log to fuck them over.
  3. Feel like u can't pull off enough dps and parse grays on warcraftlogs? Want to parse 90's like an alphamale but ur a beta cuck? All ur problems are solved if u can run a python script #combatfake.py name = ('"'+input("Character name (e.g. Name-Realm): ")+'"') multiplier = float(input("Damage multiplier (e.g. 1.1): ")) file=open("/home/user/Documents/WoWCombatLog.txt",'r') file2=open("/home/use/Documents/WoWCombatLogFake.txt","w") content = file.readlines() lineslist = [] for line in content: info = line.split(',') newline = "" actiontype = info[0] action = actiontype.split(' ') if action[3] == 'SPELL_DAMAGE' and info[2] == name or action[3] == 'SPELL_PERIODIC_DAMAGE' and info[2] == name: print (info[0],"to",info[6], "using",info[10],info[-10],info[-9]) info[-10] = int(int(info[-10])*multiplier) info[-9] = int(int(info[-9])*multiplier) if action[3] == 'SWING_DAMAGE' and info[2] == name: print (info[0],info[6],info[-10],info[-9]) info[-10] = int(int(info[-10])*multiplier) info[-9] = int(int(info[-9])*multiplier) for x in info: newline += str(x) newline += "," newline = newline[:-1] lineslist.append(newline) print("Writing out faked combatlog with {0}x damage multiplier for {1}".format( multiplier,name)) file2.writelines(lineslist) how2use: change file path to correct and run ur script
  4. Atex

    Books

    of course books are better than youtube. but even better than books are written pieces of information on the internets.
  5. old rh had pubhag section i think and i found the site when searching for pub haggers
  6. Disliking the developers very much. They act like retarded amateurs.
  7. Don't at least always obviously look at where the enemy is coming from soon right before he comes unless its the most common place he could be or you heard him. Even if it meant you die once in a while. Too many people who try to hide their hacks go too blatant when they have a high chance of dying and they don't want to.
  8. Oh how I would love to suggest blizz games but when blizzard comes knockin the money leaves Of that list you have there the games to hack would be Rust and Arma 3, mainly because my experiences with those games are so shit in regards to how the games have been made they deserve to be hacked.
  9. OS: Windows 7 64bit Games: CS:GO & Rust but to be honest I would likely spend more time beta testing the rust hack because I am quite bored of CS games Terms seem reasonable so I agree.
  10. I heard it's the new royalhack theme song. Might just be some bullshit rumor tho.
×
×
  • Create New...

Important Information

Read Terms of Use to continue