No Recent Activity

1 Visitor Messages

  1. Man, its been a while since i last hacked tribes... When i did, there was no security features though. Try using a hide module script, maybe your hack function is being detected and the process is being killed on injection.

    When i NOPed, i wrote a separate function for the actual NOP so if i wanted to NOP an address it would be like :
    nop_(0xDa3e0c, 8);

    //nop_ being the separate NOP function, the actual energy value i wanna NOP is 8 bytes so thats why there's an 8 there. It all depends on how you write the separate function though. For the acual process of NOPing i'm using virtual protect and memset(thats all in the separate function nop_). So in the separate function I'll write something like VirtualProtect(adress,bytes). Dont forget to declare your NOP constant so it'll be easy. (0x90). The memset part would be something like
    memset(address, NOP, bytes) //NOP being 0x90

    Hope that clears up some things for you. (You're not a complete beginner right?)
Showing Visitor Messages 1 to 1 of 1
About alexander2191

Basic Information

About alexander2191
Location:
London
Interests:
Programming, Web Design, Reverse Engineering
Occupation:
Website & .NET Developer
What are you here for?:
N/A
Gender:
male
Flag:
England
Computer Specs
CPU:
Intel i5 @ 4.4ghz
Video Card:
2x 7970
Operating System:
Windows 7 64-bit

Statistics


Total Posts
Total Posts
16
Posts Per Day
0.00
Visitor Messages
Total Messages
1
Most Recent Message
04-04-2013
Total Thanks
Total Thanks
1
  • Thanked 1 Time in 1 Post
General Information
Last Activity
11-08-2014
Join Date
01-28-2013
Referrals
0
Post Areas

Top Areas Of Posting