MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > Strategy Games / MMORPGs / MMOFPS's

Strategy Games / MMORPGs / MMOFPS's Other Strategy Games / MMORPGs / MMOFPS's.

Reply
 
Thread Tools
Old 3rd January 2003, 23:51   #1
[]V[]()t}{
Old School Member
Knight of Wars
 
[]V[]()t}{'s Avatar
 
Unhappy I Need A Sims Online Money Cheat/hack/trainer!

please if anyone knows anything about one tell me!!!!
[]V[]()t}{ is offline   Reply With Quote
Old 4th January 2003, 00:07   #2
NightNinja
OldSkool Admin & FTP Lead
Evil One
 
NightNinja's Avatar
 
this goes in the strat games sections...btw i don't think there is any hack for this game as there isn't for any MMORPG but thats just my 2 cents.
__________________
Bow down to NN fewlz
NightNinja is offline   Reply With Quote
Old 4th January 2003, 00:11   #3
[]V[]()t}{
Old School Member
Knight of Wars
 
[]V[]()t}{'s Avatar
 
WELL THEN THIS GAME BLOWS!
[]V[]()t}{ is offline   Reply With Quote
Old 4th January 2003, 00:17   #4
Virtuosofriend
:||:Teh Admin:||:
Power Overwhelming
 
Virtuosofriend's Avatar
 
As i have told you guys in the past you cant cheat in MMORPGs!
And plz calm down with your caps!!!
__________________

AgeRage.net - The Way Gaming Should Be!

Do you cheat? Then Tune In!

WinAmp Windows Media Player Real Player
Virtuosofriend is offline   Reply With Quote
Old 4th January 2003, 02:18   #5
Machiko
Vamp Princess
 
Machiko's Avatar
 
hey you exploit in UO though and it does work. I gmed blacksmithing in a day with a script some guy wrote (and some people I know took over a year to do it heh). Actually here's the script. works now use it quickly -

;; If script stops during smelting, pause, use tongs, and smelt something manually, then hit play.
;; This shouldnt be a problem since you're running it attended. Right?

;; INITIALIZATION
initevents

set %ingotdrag 500 ;Alter this to the ingots you want to drag at once.

;;; These 3 values are set by the script, do not change these lines.
set *3 0 ;;; *3 is kind of item being made
set *4 0 ;;; *4 is ID of current tongs
set *5 0 ;;; *5 is ID of ingot storage secure

;; Munchies Counter Setup: Eat a fish steak every %munchrate seconds.
set #scnt 0
set %munchrate 300

;; CONTAINER SETUP
event sysmessage Setting up containers.
event macro 8 2
wait 20
contpos 640 0
wait 20
event macro 8 1
wait 20
contpos 640 0
wait 20
event macro 8 7
wait 20
contpos 640 287
wait 20
set %playerbagid #contid

set %extraspace %ingotdrag 10
set %smeltat #maxweight - %extraspace

display ok Please OPEN and CLOSE your ingot secure.$You have 5 seconds to do this.
wait 5s
set *5 #lobjectid
event sysmessage *5 selected.

finditem TBG_OBG
if #findkind = 0
{
set *4 #findid
set #lobjectid #findid
event macro 17
wait 20
click 78 424
wait 20
click 280 120
set %metalset 0
}
if #findkind = -1 2
set *4 NA
set %metalset 1
wait 20
goto mainloop


mainloop:
gosub hungercheck
gosub ingotcheck
gosub tongcheck
gosub skillcheck
if #weight > %smeltat
gosub smeltall
finditem *3
if #findcnt > 100
gosub smeltall
mainwait:
gosub tongcheck
if #contkind <> SVUC
goto mainwait
click 333 444
goto mainloop

sub ingotcheck
findagain:
finditem ENK
if #findkind = -1
goto skipto
if #findbagid <> %playerbagid 2
ignoreitem #findid
goto findagain
if #findcol <> 0 2
ignoreitem #findid
goto findagain
if #findstack < 30
{
skipto:
wait 2s
set #lobjectid *5
event macro 17
wait 2s
contpos 0 0
ignoreitem #findid

ingotloop:
finditem ENK
if #findkind <> -1
{
if #findcol = 0
{
if #findbagid = *5
{
event drag #findid
wait 20
set %testme %ingotdrag - 1
if #findstack < %ingotdrag
msg $
if #findstack > %testme
msg %ingotdrag $
wait 20
click 780 220 p
wait 20
click 85 40 r
set #lobjectid *4
event macro 17
ignoreitem reset
return
}
}
ignoreitem #findid
goto ingotloop
}
if #findkind = -1 2
event sysmessage Out of ingots.
halt
}
ignoreitem reset
return

sub smeltall
smeltloop:
finditem *3
if #findkind <> -1
{
if #findkind = 0
{
set #ltargetid #findid
click 77 404
target
event macro 22 0
smeltwait:
if #contkind <> SVUC
goto smeltwait
}
if #findkind = 1
ignoreitem #findid
goto smeltloop
}
return

sub tongcheck
finditem *4
if #findkind = -1
{
tongloop:
finditem TBG_OBG
if #findkind = -1 2
gosub maketongs
goto tongloop
if #findkind = 1 2
ignoreitem #findid
goto tongloop
set #lobjectid #findid
set *4 #findid
event macro 17
wait 20
if %metalset = 1
{
click 78 424
wait 20
click 280 120
set %metalset 0
}
}
return

sub maketongs
makintongs:
finditem JTL
if #findkind <> -1
{
if #findkind = 0
{
set #lobjectid #findid
event macro 17
wait 30
click 80 160
wait 20
click 430 320
wait 20
click 280 160
wait 2s
if #findcnt = 1
{
click 80 160
wait 20
click 280 180
wait 2s
}
innertongcheck:
finditem TBG_OBG
if #findkind = -1
goto makintongs
if #findkind = 1 2
ignoreitem #findid
goto innertongcheck
click 200 200 r
ignoreitem reset
gosub ingotcheck
}
if #findkind = 1 2
ignoreitem #findid
goto makintongs
}
return

sub hungercheck
if #scnt > %munchrate
{
set #scnt 0
set %oldlast #lobjectid
finditem HND
if #findkind = 0
{
if #findbagid = %playerbagid
{
event sysmessage Damn I'm hungry.
set #lobjectid #findid
event macro 17
}
}
set #lobjectid %oldlast
}
return

sub skillcheck
chooseskill blac
set %chosen click_dag
set %makethis TSF
if #skill > 300 2
set %chosen click_ba ;bascinet
set %makethis ASH
if #skill > 500 2
set %chosen click_ls ;longsword
set %makethis JTF
if #skill > 550 2
set %chosen click_bs ;broadsword
set %makethis ATF
if #skill > 600 2
set %chosen click_ct ;chain tunic
set %makethis ZOH
if #skill > 650 2
set %chosen click_ss ;short spear
set %makethis XRH
if #skill > 680 2
set %chosen click_sp ;spear
set %makethis MTF
if #skill > 750 2
set %chosen click_pg ;plate gorget
set %makethis NSH
if #skill > 800 2
set %chosen click_gl ;plate gloves
set %makethis ISH
if #skill > 890 2
set %chosen click_pa ;plate arms
set %makethis MSH
if #skill > 940 2
set %chosen click_pl ;plate legs
set %makethis LSH
if #skill > 970 2
set %chosen click_pt ;plate tunic
set %makethis HSH
if *3 <> %makethis
{
gosub smeltall
set *3 %makethis
gosub %chosen
wait 3s
}
return

; DAGGER
sub click_dag
click 79 241
wait 10
click 284 120
return

; BASCINET
sub click_ba
click 79 202
wait 10
click 283 140
return

; LONGSWORD
sub click_ls
click 79 240
wait 10
click 280 240
return

; BROADSWORD
sub click_bs
click 79 240
wait 10
click 280 220
return

; CHAIN TUNIC
sub click_ct
click 77 160
wait 10
click 280 160
return

; SHORT SPEAR
sub click_ss
click 77 280
wait 10
click 280 120
return

; SPEAR
sub click_sp
click 77 280
wait 10
click 280 140
return

; GORGET
sub click_pg
click 78 180
wait 10
click 280 120
return

; GLOVES
sub click_gl
click 78 180
wait 10
click 280 140
return

; ARMS
sub click_pa
click 78 180
wait 10
click 280 160
return

; LEGS
sub click_pl
click 78 180
wait 10
click 280 180
return

; TUNIC
sub click_pt
click 78 180
wait 10
click 280 200
return
Machiko is offline   Reply With Quote
Old 4th January 2003, 02:20   #6
Machiko
Vamp Princess
 
Machiko's Avatar
 
pvp disarm bug for Ultima Online (working currently 1-3-03)

This bug works for all warriors with less than 50 int. When pvping the action of disarming stops you from performing any other actions for a second (i.e you must wait to perform another action). To avoid this delay which may be crucial between surviving and dying, set a uo key to cast spell earthquake. When you need to disarm, hit this key and the words "you have insufficent mana to cast this spell" appears above your head. However, this DOES NOT result in any delay for any subseqient actions that you wish to follow up with (rearming or drinking a potion). And if you're fighting another warrior it minimizes the vulnerable time when the enemy has a almost 00% chance to get a free hit in.
Machiko is offline   Reply With Quote
Old 4th January 2003, 04:54   #7
[]V[]()t}{
Old School Member
Knight of Wars
 
[]V[]()t}{'s Avatar
 
yeah so....im talking about sims online lol:classic:
[]V[]()t}{ is offline   Reply With Quote
Old 4th January 2003, 05:04   #8
Machiko
Vamp Princess
 
Machiko's Avatar
 
ya but i was referring to VFs post "As i have told you guys in the past you cant cheat in MMORPGs"about cheats or exploits actually is what those are. I'm sure there is stuff for sims. you gotta look. theres some crazy stuff for AO right now to gain credits. I dont know , I'll ask around about sims for you. There's a few sites that strictly have mmorpg hacks or exploits. usually they call them exploits because its just a bug in the code that people found ways to do something they shouldnt, but there are a few cheats too and 3rd party programs you can dl but can get caught using. If there is sims, i'll post it here for you.
Machiko is offline   Reply With Quote
Old 4th January 2003, 23:22   #9
Virtuosofriend
:||:Teh Admin:||:
Power Overwhelming
 
Virtuosofriend's Avatar
 
Machiko you still use that server??Or you are banned??
__________________

AgeRage.net - The Way Gaming Should Be!

Do you cheat? Then Tune In!

WinAmp Windows Media Player Real Player
Virtuosofriend is offline   Reply With Quote
Old 5th January 2003, 03:53   #10
Machiko
Vamp Princess
 
Machiko's Avatar
 
hi-
i'm not banned from ultima online. they actually caught me a few times exploiting, and tossed me into the gm jail for 24 hours then told me not to do it again and even patched it the day after. If you're talking about EQ...no I'm not banned fromt here, I made anew char since then last year but I have not played since october maybe. Why?
Machiko is offline   Reply With Quote
Old 5th January 2003, 14:51   #11
Virtuosofriend
:||:Teh Admin:||:
Power Overwhelming
 
Virtuosofriend's Avatar
 
Because i m banned in all T4C servers....because i was cheated....That's why.
__________________

AgeRage.net - The Way Gaming Should Be!

Do you cheat? Then Tune In!

WinAmp Windows Media Player Real Player
Virtuosofriend is offline   Reply With Quote
Old 5th January 2003, 23:21   #12
Machiko
Vamp Princess
 
Machiko's Avatar
 
which are t4c? I havent played EQ (if that is what your talking about in along while due to NO HELP leveling fast - i like to powergame)
if it's uo, doesnt sound familar and i play that now, I just want someone to play UO with on GL...the new uo expansion is coming out like early Feb or something.

Last edited by Machiko; 6th January 2003 at 09:12..
Machiko is offline   Reply With Quote
Old 6th January 2003, 04:14   #13
[]V[]()t}{
Old School Member
Knight of Wars
 
[]V[]()t}{'s Avatar
 
hey thanks man i hope you can find something
[]V[]()t}{ is offline   Reply With Quote
Old 6th January 2003, 09:10   #14
Machiko
Vamp Princess
 
Machiko's Avatar
 
still looking...not finding though. There was a few exploits but apparently they have all been patched. So i'm looking for the newest ones for Sims, that they haven't fixed just yet. I think there is a dupe bug. I was reading about causing a forced disconnection or something to do it, but the info wasn't very clear and that sounds a bit strange but I've seen it work for other games. I dunno. I'll get back to you and hopefully someone here will come up with something.
Machiko is offline   Reply With Quote
Old 6th January 2003, 14:24   #15
Virtuosofriend
:||:Teh Admin:||:
Power Overwhelming
 
Virtuosofriend's Avatar
 
T4C=The 4th Coming a MMORPG....
Machiko you dont play RTSs or TBSs??
__________________

AgeRage.net - The Way Gaming Should Be!

Do you cheat? Then Tune In!

WinAmp Windows Media Player Real Player
Virtuosofriend is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:49.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.31966 seconds with 11 queries