I can help you ! ! !

07/18/2009 07:23 blade3000#31
Alright I did what you said instead of just leeching. I changed the addresses and got the correct files....now pls tell the noob"points to self" how to make it a program/turn the sucker on.:D

Frick I got the wrong addy for hp and the correct addy for chi.

Someone post both correct addys?

Also looking at the program it seems the invincible hack is not included so you need to have pots which means you need money to begin with to GET money from the bots program.

Told ya I know the basics Trin...I just suckssss at making it.


Also I recommend (If you have a chi cape and are planning on using the AOE function) that you change:

$ChiBase = $Chi*.40
to
.10

Or else you'll just be waisting pots.
07/18/2009 11:44 Mastershouter#32
Please use the next time the edit button.

Because you're a new member of this board you don't get an Infraction and I have merged your postings without consequences for you.

Best regards
07/19/2009 15:41 svenne12#33
Quote:
Originally Posted by allanc123 View Post
also theres an error Line (File "C:\ProgramFiles\AutoIt3\Include\Nomadmemory.au3") :


Const $SE_PREVILEGE_ENABLE = 0x002



??????????????????? whats happening tell me pls im a totally noob

Line 232 in NomadMemory.au3

replace with the following

Code:
If Not IsDeclared("SE_PRIVILEGE_ENABLED") Then Assign("SE_PRIVILEGE_ENABLED",0x0002,2)Const $SE_PRIVILEGE_ENABLED = 0x0002